]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Fix int/EMACS_INT use in xdisp.c and print.c.
[gnu-emacs] / src / ChangeLog
1 2010-09-29 Eli Zaretskii <eliz@gnu.org>
2
3 * print.c (print_object): Fix format string and argument types for
4 printing a Lisp_Misc_Marker.
5
6 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
7 (load_overlay_strings, get_overlay_strings_1)
8 (get_overlay_strings, forward_to_next_line_start)
9 (back_to_previous_visible_line_start, reseat, reseat_to_string)
10 (get_next_display_element, next_element_from_string)
11 (next_element_from_c_string, next_element_from_buffer)
12 (move_it_vertically_backward, move_it_by_lines, add_to_log)
13 (message_dolog, message_log_check_duplicate, message2_nolog)
14 (message3, message3_nolog, vmessage, set_message, set_message_1)
15 (hscroll_window_tree, text_outside_line_unchanged_p)
16 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
17 (find_last_unchanged_at_beg_row)
18 (find_first_unchanged_at_end_row, row_containing_pos)
19 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
20 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
21 EMACS_INT for buffer and string positions.
22
23 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
24 (row_containing_pos): Adjust prototype.
25
26 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
27 (message2_nolog, set_message): Adjust prototypes.
28
29 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
32 (Fgnutls_boot): Use SDATA.
33 (Fgnutls_handshake): Remove unused var `max_log_level'.
34
35 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
36
37 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
38 (Bug#7113)
39
40 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
41
42 * xgselect.c (xg_select): Clear file descriptors not set from
43 rfds and wfds.
44
45 * process.c (wait_reading_process_output): Add missing FD_CLR
46 for write_mask (must mirror connect_wait_mask).
47
48 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
49
50 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
51 prefix.
52 (Fgnutls_boot): Use changed process members. Use log level with a
53 function parameter to set it. Bring back Emacs-level debugging
54 messages at log level 1 and 2.
55
56 * process.c (make_process): Initialize gnutls_log_level.
57
58 * process.h: Add gnutls_log_level and rename x509_cred and
59 anon_cred to have the gnutls_ prefix for consistency.
60
61 * gnutls.h (GNUTLS_LOG): Add convenience macro.
62
63 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
64
65 * w32.c (g_b_init_get_sid_identifier_authority)
66 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
67 Remove, not used.
68 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
69 (init_winsock): Remove useless assignment.
70 (open_process_token, get_token_information, lookup_account_sid)
71 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
72 (get_security_descriptor_owner, get_security_descriptor_group)
73 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
74 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
75 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
76 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
77 (unc_volume_file_attributes, convert_from_time_t)
78 (create_toolhelp32_snapshot, process32_first, process32_next)
79 (open_thread_token, impersonate_self, revert_to_self)
80 (get_process_memory_info, get_process_working_set_size)
81 (global_memory_status, global_memory_status_ex, socket_to_fd)
82 (shutdown_handler): Make static.
83
84 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
85
86 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
87 (xd_pending_messages): Functions removed.
88 (xd_read_queued_messages): Add parameters fd, *data, for_read in
89 order to be compatible with add_read_fd. Determine bus from data,
90 and call xd_read_message just for this bus.
91 (xd_add_watch): Use xd_read_queued_messages as callback function.
92 Add data.
93
94 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
95
96 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
97
98 * gnutls.c (gnutls_log_function): Added more debugging.
99 (emacs_gnutls_read): Don't infloop while reading.
100
101 2010-09-27 Kenichi Handa <handa@m17n.org>
102
103 These changes are to remove restriction on the number of glyphs in
104 one composition.
105
106 * dispextern.h (struct glyph): Change the member "slice" to union.
107 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
108 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
109
110 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
111 instead of glyph->slice.
112 (marginal_area_string): Likewise.
113
114 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
115 glyph->u.cmp.
116 (append_composite_glyph): Likewise.
117
118 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
119 glyph->u.cmp.
120 (fill_gstring_glyph_string, x_get_glyph_overhangs)
121 (append_composite_glyph): Likewise.
122 (fill_image_glyph_string): Use glyph->slice.img instead of
123 glyph->slice.
124 (append_glyph, produce_image_glyph, append_stretch_glyph)
125 (note_mouse_highlight): Likewise.
126
127 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
128
129 * process.c (add_keyboard_wait_descriptor)
130 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
131 (wait_reading_process_output): Don't pass write_mask to select
132 if SELECT_CANT_DO_WRITE_MASK is defined.
133 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
134
135 * process.h (add_read_fd, delete_read_fd, add_write_fd)
136 (delete_write_fd): Declare.
137
138 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
139 (write_mask): New variable.
140 (max_input_desc): Renamed from max_keyboard_desc.
141 (fd_callback_info): New variable.
142 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
143 New functions.
144 (Fmake_network_process): FD_SET write_mask.
145 (deactivate_process): FD_CLR write_mask.
146 (wait_reading_process_output): Connecting renamed to Writeok.
147 check_connect removed. check_write is new. Remove references to gpm.
148 Use Writeok/check_write unconditionally (i.e. no #ifdef
149 NON_BLOCKING_CONNECT) instead of Connecting.
150 Loop over file descriptors and call callbacks in fd_callback_info
151 if file descriptor is ready for I/O.
152 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
153 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
154 (keyboard_bit_set): Use max_input_desc.
155 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
156 Remove #ifdef subprocesses. Use max_input_desc.
157 (init_process): Initialize write_mask and fd_callback_info.
158
159 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
160
161 * dbusbind.c: Include process.h.
162 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
163 (xd_read_message_1): New functions.
164 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
165 Handle watch for both read and write.
166 (Fdbus_init_bus): Also register xd_toggle_watch.
167 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
168 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
169 to dbus_connection_flush.
170 (xd_read_message): Move most of the code to xd_read_message_1.
171 Call xd_read_message_1 until status is COMPLETE.
172
173 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
174
175 * term.c: Do not include sys/ioctl.h, not needed.
176 (init_tty): Reorder code to reduce the number of #ifdefs.
177 No code changes.
178
179 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
180
181 * process.h: Set up GnuTLS support.
182
183 * process.c (make_process, Fstart_process)
184 (read_process_output, send_process): Set up GnuTLS support for
185 process input/output file descriptors.
186
187 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
188
189 * gnutls.c: The source code for GnuTLS support in Emacs.
190
191 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
192
193 * config.in: Set up GnuTLS support.
194
195 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
196 (obj, LIBES): Set up GnuTLS support.
197
198 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
199
200 * w32.c (get_emacs_configuration_options): Fix previous change.
201
202 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
203
204 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
205 alive before using it (Bug#6977).
206
207 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
208
209 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
210
211 * dispextern.h: EMACS_INT/int fixup.
212
213 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
214 fixup.
215
216 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
217
218 2010-09-25 Eli Zaretskii <eliz@gnu.org>
219
220 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
221 (Fselect_window, window_scroll_pixel_based)
222 (window_scroll_line_based, Frecenter, Fset_window_configuration):
223 Use EMACS_INT for buffer positions.
224
225 * textprop.c (validate_interval_range, interval_of)
226 (property_change_between_p, Fadd_text_properties)
227 (set_text_properties_1, Fremove_text_properties)
228 (Fremove_list_of_text_properties, Ftext_property_any)
229 (Ftext_property_not_all, copy_text_properties)
230 (text_property_list, extend_property_ranges)
231 (verify_interval_modification): Use EMACS_INT for buffer
232 positions.
233
234 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
235 for buffer positions.
236
237 * process.c (read_process_output, send_process)
238 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
239 and string positions and size.
240
241 * print.c (print_object, print_string, strout): Use EMACS_INT for
242 string indices.
243
244 * minibuf.c (string_to_object): Use EMACS_INT for string position
245 and size.
246
247 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
248
249 * lread.c <read_from_string_index, read_from_string_index_byte>
250 <read_from_string_limit, readchar_count>: Define EMACS_INT.
251 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
252 buffer positions and string length.
253
254 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
255 EMACS_INT.
256 (echo_truncate, adjust_point_for_property, read_char)
257 (gen_help_event, make_lispy_event, modify_event_symbol)
258 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
259 for buffer positions and string length.
260
261 * keyboard.h (gen_help_event): Adjust prototype.
262
263 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
264
265 * commands.h <last_point_position>: Declare EMACS_INT.
266
267 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
268 (truncate_echo_area): Accept EMACS_INT argument.
269
270 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
271
272 * lisp.h (truncate_echo_area): Adjust prototype.
273
274 * composite.c (composition_adjust_point): Return EMACS_INT.
275
276 * composite.h (composition_adjust_point): Adjust prototype.
277
278 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
279
280 * process.c (Fmake_network_process): When arg :host is 'local,
281 use address 127.0.0.1, not name "localhost". (Bug#6781)
282
283 2010-09-24 Eli Zaretskii <eliz@gnu.org>
284
285 * indent.c (Fcurrent_indentation, indented_beyond_p)
286 (compute_motion): Use EMACS_INT for buffer position variables.
287
288 * lisp.h (indented_beyond_p): Adjust prototype.
289
290 * buffer.c (overlay_strings): Return EMACS_INT.
291
292 * buffer.h (overlay_strings): Adjust prototype.
293
294 * region-cache.c (pp_cache): Adjust format to arguments.
295
296 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
297 (call_debugger): Use EMACS_INT for specpdl_size related variables.
298 (verror): Use EMACS_INT for size of allocated buffer.
299
300 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
301 positions.
302
303 * xdisp.c (redisplay_internal, try_window_id)
304 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
305 EMACS_INT for buffer positions.
306
307 * dispextern.h (set_cursor_from_row): Adjust prototype.
308
309 * dispnew.c (increment_matrix_positions)
310 (increment_row_positions, copy_glyph_row_contents)
311 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
312 positions.
313
314 * dispextern.h (mode_line_string, marginal_area_string)
315 (increment_matrix_positions, increment_row_positions): Adjust
316 prototypes.
317
318 * data.c (Faref, Faset): Use EMACS_INT for string length and
319 positions.
320
321 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
322 characters to insert.
323
324 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
325 position and size.
326
327 * syntax.c (scan_words, update_syntax_table)
328 (prev_char_comend_first, back_comment, skip_chars)
329 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
330 EMACS_INT for buffer and string positions.
331
332 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
333
334 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
335 positions.
336
337 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
338
339 * scroll.c (calculate_scrolling, line_ins_del)
340 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
341 conversion.
342
343 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
344 (region_cache_backward, region_cache_forward)
345 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
346 conversion.
347
348 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
349
350 * eval.c (verror): Fix EMACS_INT/int conversion.
351
352 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
353 (print_preprocess, print_check_string_charset_prop)
354 (print_object): Fix EMACS_INT/int conversion.
355
356 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
357
358 2010-09-24 Eli Zaretskii <eliz@gnu.org>
359
360 * callproc.c (Fcall_process): Use EMACS_INT for count of
361 characters read from the subprocess.
362
363 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
364 positions.
365 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
366 positions.
367
368 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
369 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
370 length.
371 (advance_to_char_boundary, Fset_buffer_multibyte)
372 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
373 (overlay_touches_p, record_overlay_string, overlay_strings)
374 (recenter_overlay_lists, fix_start_end_in_overlays)
375 (modify_overlay, Fmove_overlay, report_overlay_modification)
376 (evaporate_overlays): Use EMACS_INT for buffer positions.
377
378 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
379 prototypes.
380
381 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
382 positions.
383
384 * fns.c (Fcompare_strings, Fstring_lessp, concat)
385 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
386 (Fsubstring_no_properties, substring_both, Ffillarray)
387 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
388 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
389 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
390 (Fmd5): Use EMACS_INT for buffer and string positions and length
391 variables and arguments.
392
393 * lisp.h (substring_both): Adjust prototype.
394
395 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
396
397 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
398 * w32fns.c (clipboard_sequence_fn): Don't declare.
399 (globals_of_w32fns): Don't initialize it.
400
401 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * syntax.c (back_comment): Detect the case where a 1-char comment
404 starter is also the 2nd char of a 2-char comment ender.
405
406 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
407
408 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
409
410 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
411
412 * eval.c (verror): EMACS_INT/int cleanup.
413
414 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
415 unwind_protect more than 2GB worth of functions.
416
417 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
418
419 * lisp.h: Have oblookup take EMACS_INT to allow interning big
420 string and avoid compiler warnings.
421 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
422 all users.
423
424 * lread.c (oblookup): EMACS_INT/int cleanup.
425
426 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
427
428 2010-09-23 Eli Zaretskii <eliz@gnu.org>
429
430 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
431
432 * lisp.h (clip_to_bounds): Adjust prototype.
433
434 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
435
436 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
437
438 * lisp.h: doprnt.c EMACS_INT/int cleanup.
439
440 * doprnt.c (doprnt): EMACS_INT/int cleanup.
441
442 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
443 cleanup.
444
445 * lisp.h: Change the definition of all marker.c functions that
446 take and return buffer stuff to be EMACS_INT instead of int.
447
448 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
449 (buf_charpos_to_bytepos, bytepos_to_charpos)
450 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
451 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
452 for all buffer positions.
453
454 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
455
456 * intervals.c (traverse_intervals, rotate_right, rotate_left)
457 (split_interval_right, find_interval, next_interval)
458 (delete_node, delete_interval, interval_deletion_adjustment)
459 (adjust_intervals_for_deletion, merge_interval_right)
460 (merge_interval_left, graft_intervals_into_buffer)
461 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
462
463 * intervals.h (traverse_intervals): Update prototype.
464
465 2010-09-23 Eli Zaretskii <eliz@gnu.org>
466
467 * indent.c (compute_motion): Use EMACS_INT for arguments to
468 region_cache_forward.
469
470 * region-cache.c (struct boundary, struct region_cache): Use
471 EMACS_INT for positions.
472 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
473 (delete_cache_boundaries, set_cache_region)
474 (invalidate_region_cache, know_region_cache)
475 (region_cache_forward, region_cache_backward, pp_cache): Use
476 EMACS_INT for buffer positions.
477
478 * region-cache.h (know_region_cache, invalidate_region_cache)
479 (region_cache_forward, region_cache_backward): Adjust prototypes.
480
481 * search.c (string_match_1, fast_c_string_match_ignore_case)
482 (looking_at_1, scan_buffer, scan_newline)
483 (find_next_newline_no_quit, find_before_next_newline)
484 (search_command, trivial_regexp_p, search_buffer, simple_search)
485 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
486 and string positions and length.
487
488 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
489 (find_before_next_newline): Adjust prototypes.
490
491 * editfns.c (transpose_markers, update_buffer_properties)
492 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
493 (get_pos_property, Fconstrain_to_field)
494 (Fline_beginning_position, Fline_end_position, Fprevious_char)
495 (Fchar_after, Fchar_before, Finsert_char)
496 (Finsert_buffer_substring, Fcompare_buffer_substrings)
497 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
498 EMACS_INT for buffer and string position variables.
499 (Finsert_char): Protect against too large insertions.
500
501 * lisp.h (clip_to_bounds): Adjust prototype.
502
503 * intervals.c (traverse_intervals, rotate_right, rotate_left)
504 (balance_an_interval, split_interval_right, split_interval_left)
505 (find_interval, next_interval, update_interval)
506 (adjust_intervals_for_insertion, delete_node, delete_interval)
507 (interval_deletion_adjustment, adjust_intervals_for_deletion)
508 (offset_intervals, merge_interval_right, merge_interval_left)
509 (graft_intervals_into_buffer, adjust_for_invis_intang)
510 (move_if_not_intangible, get_local_map, copy_intervals)
511 (copy_intervals_to_string, compare_string_intervals)
512 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
513 and for interval tree size.
514
515 * intervals.h (traverse_intervals, split_interval_right)
516 (split_interval_left, find_interval, offset_intervals)
517 (graft_intervals_into_buffer, copy_intervals)
518 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
519 (update_interval): Adjust prototypes.
520
521 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
522 Use EMACS_INT for buffer position variables and arguments.
523
524 * composite.c (get_composition_id, find_composition)
525 (run_composition_function, compose_text)
526 (composition_gstring_width, autocmp_chars)
527 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
528 for buffer positions and string length variables and arguments.
529
530 * composite.h (get_composition_id, find_composition, compose_text)
531 (composition_gstring_width): Adjust prototypes.
532
533 * editfns.c (Fformat): Use EMACS_INT for string size variables.
534
535 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
536 EMACS_INT for string positions.
537
538 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
539 position arguments.
540
541 * intervals.h (get_property_and_range): Adjust prototype.
542
543 * character.c (parse_str_as_multibyte, str_as_multibyte)
544 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
545 (string_count_byte8, string_escape_byte8, c_string_width)
546 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
547 EMACS_INT for string length variables and arguments.
548
549 * character.h (parse_str_as_multibyte, str_as_multibyte)
550 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
551 (c_string_width, strwidth, lisp_string_width): Adjust
552 prototypes.
553
554 * font.c (font_intern_prop): Use EMACS_INT for string length
555 variables.
556
557 * font.c (font_intern_prop): Use EMACS_INT for string length
558 variables.
559
560 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
561 variables.
562
563 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
564 (Fmake_string): Protect against too large strings.
565 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
566 (live_misc_p): Use ptrdiff_t instead of int for pointer
567 differences.
568 (string_bytes, check_sblock, check_string_free_list)
569 (allocate_string_data, compact_small_strings, Fmake_string)
570 (Fmake_bool_vector, make_string, make_unibyte_string)
571 (make_multibyte_string, make_string_from_bytes)
572 (make_specified_string_string, Fmake_list, Fmake_vector): Use
573 EMACS_INT for string length variables and arguments.
574 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
575 (Fpurecopy): Use EMACS_INT for string size.
576 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
577 for vector size.
578
579 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
580 (make_string_from_bytes, make_specified_string_string)
581 (make_pure_string, string_bytes, check_point_in_composition):
582 Adjust prototypes.
583
584 2010-09-22 Eli Zaretskii <eliz@gnu.org>
585
586 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
587 (check_translation): Use EMACS_INT for buffer positions and
588 length.
589
590 * undo.c (record_marker_adjustment, record_delete)
591 (record_change, record_point, record_insert)
592 (record_property_change, Fprimitive_undo): Use EMACS_INT for
593 buffer positions.
594
595 * lisp.h (record_marker_adjustment, record_delete)
596 (record_change, record_point, record_insert)
597 (record_property_change, Fprimitive_undo): Adjust prototypes.
598
599 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
600 Eli Zaretskii <eliz@gnu.org>
601
602 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
603
604 2010-09-22 Eli Zaretskii <eliz@gnu.org>
605
606 * minibuf.c (Fminibuffer_contents)
607 (Fminibuffer_contents_no_properties)
608 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
609 positions.
610
611 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
612 mark.
613
614 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
615 (allocate_string_data): Accept EMACS_INT for string length.
616
617 * editfns.c (Ffield_string, Ffield_string_no_properties)
618 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
619 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
620 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
621 (Ffield_end): Use EMACS_INT for buffer positions.
622
623 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
624 point with mark.
625
626 * lisp.h (allocate_string_data, make_uninit_string)
627 (make_uninit_multibyte_string, make_buffer_string)
628 (make_buffer_string_both): Adjust prototypes.
629
630 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
631
632 * xml.c: Switch to GNU indentation.
633 (make_dom): Change parse tree format to match xml.el.
634 (Fxml_parse_html_string_internal): Rename from html-parse-string.
635 (Fxml_parse_string_internal): Rename from xml-parse-string.
636
637 2010-09-22 Kenichi Handa <handa@m17n.org>
638
639 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
640 only if we are not at a composition.
641 (set_iterator_to_next): Give it->end_charpos to
642 composition_compute_stop_pos.
643 (set_iterator_to_next, next_element_from_buffer): Likewise.
644
645 * dispnew.c (buffer_posn_from_coords): Fix position when the
646 current display element is a grapheme cluster in bidi-reordered
647 region.
648
649 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
650
651 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
652 the regions may overlap.
653
654 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
655
656 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
657
658 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * emacs.c: Do not include sys/ioctl.h, not needed.
661
662 * doprnt.c: Do not include stdlib.h, config.h does it.
663 Move #include before macro definition.
664
665 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
666
667 * Makefile.in (temacs): Link using $(CC) not $(LD).
668 (LD_FIRSTFLAG): Define using autoconf.
669 (LD): Remove.
670
671 Remove HAVE_TERMIOS definitions.
672 * s/usg5-4-common.h (HAVE_TERMIOS):
673 * s/template.h (HAVE_TERMIOS):
674 * s/gnu-linux.h (HAVE_TERMIOS):
675 * s/darwin.h (HAVE_TERMIOS):
676 * s/cygwin.h (HAVE_TERMIOS):
677 * s/bsd-common.h (HAVE_TERMIOS):
678 * s/aix4-2.h (HAVE_TERMIOS):
679 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
680 defined on all non-MS platforms.
681 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
682
683 * xterm.c (xt_action_hook): Use const.
684
685 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
686
687 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
688 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
689 (gethostname) [!HAVE_SOCKETS]: Remove.
690 (SOCK_REPLACE_HANDLE): Remove macro.
691 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
692 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
693 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
694 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
695
696 2010-09-18 Eli Zaretskii <eliz@gnu.org>
697
698 * deps.mk (xml.o): Add dependencies.
699
700 * xdisp.c (Fcurrent_bidi_paragraph_direction):
701 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
702
703 * bidi.c (bidi_paragraph_init): Accept an additional argument
704 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
705 search back until a paragraph with a strong directional character
706 is found, and use that to determine paragraph's base direction.
707
708 * dispextern.h (bidi_paragraph_init): Update prototype.
709
710 2010-09-17 Eli Zaretskii <eliz@gnu.org>
711
712 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
713 of w32api >= 3.15. (Bug#6989)
714
715 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
716
717 * process.c (wait_reading_process_output): Don't message about
718 accept-process-output unless the time limit really is zero.
719
720 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
723 int/Lisp_Object mixup).
724
725 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
726
727 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
728 not HELP.
729
730 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
731
732 * frame.c (Ftool_bar_pixel_width): New function to expose tool
733 bar's pixel width to Lisp (Bug#7048).
734
735 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
736
737 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
738
739 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
740
741 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
742 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
743
744 2010-09-17 Kenichi Handa <handa@m17n.org>
745
746 * ftfont.c (ftfont_check_otf): Fix previous change.
747
748 2010-09-14 Kenichi Handa <handa@m17n.org>
749
750 * ftfont.c (ftfont_check_otf): Fix the case of checking just
751 existence of GSUB or GPOS.
752
753 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
754
755 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
756
757 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
758
759 * xml.c (parse_buffer): Renamed to parse_string(), since that's
760 what it does.
761 (parse_string): Return nil when the document can't be parsed.
762
763 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
764
765 * xterm.c (get_current_vm_state): New function.
766 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
767 want_fullscreen so set_wm_state calls are few (Bug#7013).
768 (x_handle_net_wm_state): Move code to get_current_vm_state and
769 call that function.
770
771 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
772
773 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
774
775 2010-09-14 Kenichi Handa <handa@m17n.org>
776
777 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
778 we may use designation or locking-shift.
779
780 2010-09-14 Kenichi Handa <handa@m17n.org>
781
782 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
783 sequence when the source is multibyte.
784
785 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
786
787 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
788 Don't make first argument optional. Doc fix.
789
790 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
791
792 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
793 parameters for the doc string.
794
795 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
796
797 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
798
799 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
802 (syms_of_fns): Don't defsubr Sy_or_n_p.
803 * lisp.h: Don't declare Fy_or_n_p.
804 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
805
806 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
807
808 * xml.c (Fxml_parse_buffer): New function to parse XML files.
809
810 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * xml.c: New file.
813 (Fhtml_parse_buffer): New function to interface to the libxml2
814 html parsing function.
815
816 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
817
818 * biditype.h: Regenerate.
819
820 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
821
822 * nsimage.m (ns_load_image): Check argument types.
823
824 * image.c: Remove all uses of gcpro.
825 (xpm_load): Check all lisp types.
826 (pbm_load): Likewise.
827 (png_load): Likewise.
828 (jpeg_load): Likewise.
829 (tiff_load): Likewise.
830 (gif_load): Likewise.
831 (imagemagick_load_image): Likewise.
832 (imagemagick_load): Likewise.
833 (svg_load): Likewise.
834 (gs_load): Likewise.
835
836 2010-09-04 Eli Zaretskii <eliz@gnu.org>
837
838 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
839 try to reorder grapheme clusters, since LGSTRING should always
840 hold them in the logical order.
841 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
842 return glyph codes in the logical order.
843
844 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
845
846 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
847 (imagemagick_load_image): Fix type mismatch.
848 (Fimagemagick_types): Likewise. Doc fix.
849
850 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
851
852 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
853
854 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
855
856 * xselect.c: Remove declaration of cut-buffer objects and functions.
857 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
858 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
859 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
860 (Fx_rotate_cut_buffers_internal): Remove.
861 (syms_of_xselect): Remove defsubr of above.
862 Remove intern of QCUT_BUFFERn.
863
864 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * cmds.c (Vblink_paren_function): Remove.
867 (internal_self_insert): Make it insert N chars at a time.
868 Don't call blink-paren-function.
869 (Fself_insert_command): Adjust accordingly.
870 (syms_of_cmds): Don't declare blink-paren-function.
871
872 2010-08-31 Kenichi Handa <handa@m17n.org>
873
874 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
875 characters.
876
877 * term.c (encode_terminal_code): Fix the previous change.
878 (produce_glyphs): Don't set it->char_to_display here.
879 Don't handle unibyte-display-via-language-environment here.
880 (produce_special_glyphs): Set temp_it.char_to_display before
881 calling produce_glyphs.
882
883 * xdisp.c (get_next_display_element): Set it->char_to_display
884 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
885 characters.
886 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
887 calling PRODUCE_GLYPHS.
888 (append_space_for_newline): Save and store it->char_to_display.
889 Set it->char_to_display before calling PRODUCE_GLYPHS.
890 (extend_face_to_end_of_line): Set it->char_to_display before
891 calling PRODUCE_GLYPHS.
892 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
893 character to its byte value.
894 (get_char_glyph_code): New function.
895 (produce_stretch_glyph): Set it2.char_to_display too before
896 calling x_produce_glyphs.
897 (x_produce_glyphs): Simplify by using the same code for ASCII and
898 non-ASCII characters. Don't set it->char_to_display here.
899 Don't handle unibyte-display-via-language-environment here. For a
900 character of no glyph, use font->space_width instead of FONT_WIDTH.
901
902 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
905
906 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
907
908 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
909
910 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * marker.c (Fcopy_marker): Make the first arg optional.
913
914 2010-08-30 Kenichi Handa <handa@m17n.org>
915
916 * composite.c (composition_update_it): Fix computing of
917 cmp_it->width.
918
919 2010-08-29 Kenichi Handa <handa@m17n.org>
920
921 * term.c (encode_terminal_code): Encode byte chars to the
922 corresponding bytes.
923
924 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
925
926 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
927
928 2010-08-26 Kenichi Handa <handa@m17n.org>
929
930 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
931 on calling composition_compute_stop_pos.
932
933 2010-08-25 Kenichi Handa <handa@m17n.org>
934
935 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
936 :otf.
937
938 * composite.c (composition_compute_stop_pos): Don't break
939 composition at PT.
940 (composition_reseat_it): Likewise. Fix calculation of character
941 position starting a composition.
942 (Fcomposition_get_gstring): Don't limit the number of components
943 for automatic composition.
944
945 2010-08-25 Kenichi Handa <handa@m17n.org>
946
947 * composite.c (composition_compute_stop_pos): In forward search,
948 pay attention to the possibility that some character after ENDPOS
949 will be composed with charactrs before ENDPOS.
950
951 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
952
953 * keyboard.c (command_loop_1): Don't clobber primary selection
954 during handle-switch-frame (Bug#6872).
955
956 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
957
958 * dbusbind.c: Accept UNIX domain sockets as bus address.
959 (Fdbus_close_bus): New function.
960 (Vdbus_registered_buses): New variable.
961 (xd_initialize): Implement string as bus address.
962 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
963 (Fdbus_get_unique_name, Fdbus_call_method)
964 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
965 (Fdbus_method_error_internal, Fdbus_send_signal)
966 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
967 check. This is done in xd_initialize_bus. Adapt doc string, if
968 necessary.
969 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
970 Vdbus_registered_buses.
971 (Vdbus_registered_objects_table): Create hash.
972
973 2010-08-22 Juri Linkov <juri@jurta.org>
974
975 * keyboard.c (Fexecute_extended_command): Move reading a command name
976 with `completing-read' to a new Elisp function `read-extended-command'.
977 Call it to read a command to `function' (bug#5364, bug#5214).
978
979 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
980
981 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
982
983 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
984
985 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
986 instead of SAFE_ALLOCA.
987
988 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
989
990 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
991 (Bug#6214).
992
993 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
994
995 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
996
997 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
998
999 * doc.c (Fsnarf_documentation): Initialize skip_file before
1000 build-files test.
1001
1002 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
1003
1004 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1005 New definitions.
1006 (HAVE_TERMIO): Remove.
1007
1008 2010-08-22 Eli Zaretskii <eliz@gnu.org>
1009
1010 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1011
1012 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1013 for w32.
1014
1015 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1016 it's done in nt/config.nt.
1017
1018 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1019
1020 * unexcoff.c (report_error, make_hdr, write_segment)
1021 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1022 Convert argument lists and prototypes to ANSI C.
1023 (make_hdr, write_segment): Remove unused variables.
1024 (unexec): Remove commented-out line. Initialize `new' to shut up
1025 compiler warnings.
1026
1027 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 Simplify termio code.
1030 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1031 HAVE_TERMIO code is obsolete.
1032 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1033 * systty.h: Do not define HAVE_TCATTR.
1034 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1035 Do not define EMACS_HAVE_TTY_PGRP. Only define
1036 EMACS_GET_TTY_PGRP for !DOS_NT.
1037 * sysdep.c: Include sysselect.h unconditionally. Do not include
1038 sys/ioctl.h and termios.h, systty.h does it. Use
1039 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1040 (init_baud_rate): Remove HAVE_TERMIO code.
1041 (child_setup_tty): Remove HAVE_TERMIO code.
1042 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1043 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1044 (new_ltchars, new_tchars): Remove, unused.
1045 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1046 code. Remove special casing for __mips__, it was a no-op. Remove
1047 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1048 (init_sys_modes): Remove HPUX special case.
1049 * process.c: Include stdlib.h unconditionally. Do not include
1050 fcntl.h, systty.h does it. Remove conditional code for
1051 HAVE_SERIAL, it is always true.
1052 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1053 always true when SIGNALS_VIA_CHARACTERS is true.
1054 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1055 !WINDOWSNT means HAVE_TERMIOS.
1056 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1057 conditional, which is true for all HAVE_TERMIOS systems.
1058 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1059 instead of HAVE_TERMIOS.
1060 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1061 EMACS_HAVE_TTY_PGRP.
1062 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1063 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1064 anyway.
1065
1066 2010-08-21 Eli Zaretskii <eliz@gnu.org>
1067
1068 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1069 mirroring pixel positions.
1070
1071 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1072
1073 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1074 write only.
1075 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1076 malloc_sbrk_used, nothing uses them.
1077
1078 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1079 defined, unconditionally defined in lisp.h.
1080
1081 * term.c: Do not include <termios.h>, systty.h does it.
1082
1083 * s/unixware.h (HAVE_TCATTR):
1084 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1085 systty.h defines it when HAVE_TERMIOS is defined.
1086
1087 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1088
1089 * dispnew.c (buffer_posn_from_coords): Fix last change for text
1090 terminals: add one-character offset for R2L lines.
1091
1092 * emacs.c <emacs_version>: Add a comment regarding
1093 msdos/mainmake.v2's dependency on the syntax of this declaration.
1094
1095 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1096
1097 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1098 position for R2L lines by mirroring the pixel position wrt the
1099 text are box. Improve commentary.
1100
1101 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1102
1103 * image.c (imagemagick_clear_image): Remove debugging output.
1104
1105 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1108 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1109 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1110 self-insert-face.
1111 (syms_of_cmds): Initialize the new vars.
1112
1113 2010-08-19 Jason Rumney <jasonr@gnu.org>
1114
1115 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1116
1117 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1118
1119 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1120
1121 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1122
1123 2010-08-18 Eli Zaretskii <eliz@gnu.org>
1124
1125 * xterm.c (x_draw_bar_cursor):
1126 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1127 R2L, draw the bar cursor on its right rather than on its left.
1128
1129 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * eval.c (Fdefmacro): Only obey one declaration.
1132
1133 * casefiddle.c (casify_region): Setup gl_state.
1134
1135 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1136
1137 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1138
1139 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1140
1141 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1142
1143 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
1144
1145 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1146 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1147 QPRIMARY => NXPrimaryPboard.
1148 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1149 NXPrimaryPboard => QPRIMARY.
1150 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1151 NXSecondaryPboard = SecondarySelection.
1152 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1153
1154 2010-08-18 Joakim Verona <joakim@verona.se>
1155
1156 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1157 defined:
1158 (imagemagick_image_p): New function to test for ImageMagic image.
1159 (imagemagick_load): New function to load ImageMagick image.
1160 (imagemagick_load_image): New function, helper for imagemagick_load.
1161 (imagemagick-types): New function.
1162 (Qimagemagick): New Lisp_object.
1163 (imagemagick-render-type): New variable, decides which renderer to use.
1164
1165 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1168 is a string.
1169
1170 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1171
1172 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1173 x_set_tool_bar_position handler.
1174
1175 2010-08-17 Eli Zaretskii <eliz@gnu.org>
1176
1177 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1178 x_set_tool_bar_position handler, needed to support changes from
1179 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1180
1181 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1182
1183 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1184 declaration (Bug#6863).
1185 (syms_of_nsselect): Don't intern QPRIMARY.
1186
1187 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1188
1189 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1190
1191 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * keyboard.c (command_loop_1): Avoid setting selection twice,
1194 since it's done in deactivate-mark as well.
1195 (Vselect_active_regions): Change default to t. Replace `lazy'
1196 with non-default value `only', meaning only set PRIMARY for
1197 temporarily active regions.
1198
1199 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1200 select-active-regions.
1201
1202 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1203
1204 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1205 isn't a string.
1206
1207 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1208
1209 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1210
1211 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1212
1213 * keyboard.c (parse_tool_bar_item): malloc buf.
1214 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1215 new_lbl (Bug#6855).
1216
1217 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1218
1219 * xterm.c (x_draw_stretch_glyph_string):
1220 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1221 the cursor on the right edge of the stretch glyph.
1222
1223 * xdisp.c (window_box_right_offset, window_box_right):
1224 Fix commentary.
1225
1226 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1227 direction when point is inside a run of whitespace characters.
1228
1229 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1230
1231 2010-08-14 Jason Rumney <jasonr@gnu.org>
1232
1233 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1234
1235 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1238
1239 2010-08-13 Jason Rumney <jasonr@gnu.org>
1240
1241 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1242 (MessageBoxW_Proc): New function typedef.
1243 (unicode-message-box): New function pointer.
1244 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1245
1246 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1247
1248 * frame.h (Qtool_bar_position): Declare.
1249
1250 * xfns.c (Fx_create_frame): Call x_default_parameter for
1251 Qtool_bar_position.
1252
1253 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1254
1255 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1256 (report_error, report_error_1): Ditto.
1257 (write_segment): Remove "#if 0" unused code.
1258 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1259 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1260 (start_of_text): Remove unused function (was used only if NO_REMAP
1261 was NOT defined).
1262
1263 * msdos.c (IT_set_face): Fix format string to match argument
1264 types.
1265 (IT_write_glyphs, IT_note_mode_line_highlight)
1266 (IT_set_frame_parameters): Remove unused variables.
1267 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1268 (IT_set_terminal_modes): Disambiguate expression in if clause.
1269 (Fmsdos_remember_default_colors): Return Qnil.
1270 (IT_set_frame_parameters): Add parens to disambiguate boolean
1271 expression for logging the cursor type to termscript.
1272 (keyboard_layout_list, keypad_translate_map)
1273 (grey_key_translate_map): Add braces in inner initializers.
1274 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1275 (dos_rawgetc): Remove unused label.
1276 (XMenuActivate): Add braces to remove ambiguous `else'.
1277 (dos_ttraw): Always return a value.
1278 (spawnve): Declare.
1279 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1280
1281 * dosfns.h (x_set_title): Declare.
1282
1283 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1284 Remove unused variables.
1285
1286 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1287 variables.
1288 (init_dosfns): Declare get_lim_data.
1289 (system_process_attributes): Declare Fget_internal_run_time.
1290
1291 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1292 list to be consistent with menu.h.
1293
1294 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1295 warnings due to mixing of "char *" and "const char *".
1296
1297 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 Introduce a new comment style "c" flag.
1300 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1301 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1302 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1303 (syntax_prefix_flag_p): New function.
1304 (Fstring_to_syntax): Understand new "c" flag.
1305 (Finternal_describe_syntax_value): Recognize new flag; use the
1306 SYNTAX_FLAGS_* macros.
1307 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1308 comment style to accomodate the new styles.
1309 (back_comment, forw_comment, Fforward_comment, scan_lists)
1310 (scan_sexps_forward): Update code to obey the new comment style flag.
1311
1312 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1313
1314 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1315
1316 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1317
1318 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1319 first.
1320 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1321
1322 * gtkutil.h (xg_check_special_colors): Declare.
1323
1324 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1325 (xg_create_frame_widgets): Connect theme name changes to
1326 style_changed_cb.
1327
1328 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1329 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1330 (x_term_init): Use char[] display_opt and name_opt instead of
1331 string literal. file is const char*.
1332
1333 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1334 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1335 props. Free them at the end.
1336
1337 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1338
1339 * xrdb.c (get_system_app): Make path const and use char *p for
1340 non-const char.
1341
1342 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1343 (xmenu_show): error parameter is const char **. pane_string is const
1344 char *.
1345 (button_names): Is const char *.
1346 (xdialog_show): error_name and pane_string is const.
1347
1348 * process.h (synch_process_death): Is const char*.
1349
1350 * w32menu.c (w32_menu_show):
1351 * nsmenu.m (ns_menu_show): error parameter is const char **.
1352
1353 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1354 is const char **.
1355
1356 * menu.c (Fx_popup_menu): error_name is const.
1357
1358 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1359 with unsigned char and XtPointer with void *.
1360
1361 * gtkutil.h: Replace widget_value with struct _widget_value.
1362 (enum button_type, struct _widget_value): Remove and use the one from
1363 keyboard.h.
1364
1365 * gtkutil.c (get_utf8_string): Always return an allocated string.
1366 Parameter is const.
1367 (create_dialog, xg_create_one_menuitem, create_menus)
1368 (xg_item_label_same_p, xg_update_menu_item): Free result from
1369 get_utf8_string.
1370 (xg_separator_p, xg_item_label_same_p): label is const.
1371
1372 * font.h (font_open_by_name): Make name const.
1373
1374 * font.c (font_open_by_name): Make name const.
1375
1376 * floatfns.c (matherr): Use a const char* variable for x->name.
1377
1378 * emacs.c (main): Pass char[] to putenv instead of literal.
1379
1380 * callproc.c (synch_process_death): Make const.
1381 (Fcall_process): Make signame const.
1382
1383 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1384 (addDisplayItemWithImage): Use const char*.
1385
1386 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1387 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1388
1389 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1390
1391 * keyboard.h (_widget_value): name, value and key are const char*.
1392
1393 * unexmacosx.c (unexec_error): Use const char *.
1394
1395 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1398 (font_parse_name, font_open_by_name):
1399 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1400 (font_parse_name, font_open_by_name): Remove const.
1401
1402 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1405 definition.
1406
1407 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1408 * m/amdx86-64.h: Likewise.
1409 * m/arm.h: Likewise.
1410 * m/hp800.h: Likewise.
1411 * m/ia64.h: Likewise.
1412 * m/ibmrs6000.h: Likewise.
1413 * m/ibms390.h: Likewise.
1414 * m/intel386.h: Likewise.
1415 * m/iris4d.h: Likewise.
1416 * m/m68k.h: Likewise.
1417 * m/macppc.h: Likewise.
1418 * m/mips.h: Likewise.
1419 * m/sh3.h: Likewise.
1420 * m/sparc.h: Likewise.
1421 * m/template.h: Likewise.
1422 * m/vax.h: Likewise.
1423 * m/xtensa.h: Likewise.
1424 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1425 WORDS_BIG_ENDIAN.
1426 * lisp.h: Likewise.
1427 * md5.c: Likewise.
1428 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1429
1430 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 Use const char* instead of char*.
1433 Reduce the number of warnings with -Wwrite-strings.
1434 * xrdb.c (get_environ_db, get_system_name):
1435 * unexelf.c (find_section):
1436 * term.c (string_cost, string_cost_one_line, per_line_cost)
1437 (get_named_tty, init_tty):
1438 * sysdep.c (sys_subshell):
1439 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1440 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1441 * search.c (Freplace_match):
1442 * process.c (Fmake_network_process, send_process, init_process):
1443 * lread.c (Fload, init_lread):
1444 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1445 * keyboard.c (parse_tool_bar_item, struct event_head):
1446 * gtkutil.h (xg_get_font_name):
1447 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1448 (make_widget_for_menu_item, make_menu_item, create_menus)
1449 (xg_make_tool_item):
1450 * font.c (parse_matrix, font_parse_name):
1451 * floatfns.c (rounding_driver, float_error_fn_name):
1452 * filelock.c (get_boot_time_1, lock_file_1):
1453 * fileio.c (barf_or_query_if_file_exists, check_writable):
1454 * editfns.c (get_system_name, get_operating_system_release)
1455 (Fencode_time, Fset_time_zone_rule):
1456 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1457 * buffer.c (defvar_per_buffer): Use const.
1458
1459 2010-08-08 Kenichi Handa <handa@m17n.org>
1460
1461 * charset.c: Include <stdlib.h>.
1462 (struct charset_sort_data): New struct.
1463 (charset_compare): New function.
1464 (Fsort_charsets): New function.
1465 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1466
1467 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1468 number in CTEXT extended segment.
1469
1470 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1473 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1474
1475 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1478 (Fhash_table_size): Fix typos in docstrings.
1479 (Fmake_hash_table): Doc fix.
1480
1481 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1482
1483 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1484 Doc fix (bug#5625).
1485
1486 2010-08-08 Ken Brown <kbrown@cornell.edu>
1487
1488 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1489 the MSDOS definition.
1490
1491 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1492
1493 Use const char* instead of char*.
1494 * xterm.c (x_create_toolkit_scroll_bar):
1495 * xfont.c (xfont_list_pattern):
1496 * xfns.c (x_default_scroll_bar_color_parameter)
1497 (xic_create_fontsetname, x_default_font_parameter)
1498 (x_screen_planes):
1499 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1500 (store_mode_line_string, decode_mode_spec, display_string):
1501 * menu.c (digest_single_submenu):
1502 * keymap.h (initial_define_key, initial_define_lispy_key):
1503 * keymap.c (initial_define_key, initial_define_lispy_key):
1504 * image.c (image_error, image_keyword):
1505 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1506 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1507 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1508 (ftfont_list, ftfont_match):
1509 * frame.c (frame_parm_table):
1510 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1511 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1512 (font_add_log, font_deferred_log):
1513 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1514 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1515 (font_add_log, font_deferred_log):
1516 * emacs.c (argmatch):
1517 * dispextern.h (struct it):
1518 * coding.c (ENCODE_DESIGNATION):
1519 * charset.c (define_charset_internal): Use const.
1520
1521 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1522
1523 * xrdb.c: Remove include guard.
1524 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1525 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1526 realloc->xrealloc instead of using #defines.
1527
1528 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1529
1530 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1531 * editfns.c (Fline_beginning_position, Fline_end_position):
1532 State in the doc strings that start and end of line are in the
1533 logical order.
1534
1535 * xdisp.c (display_line): Move the handling of overlay arrow after
1536 the call to find_row_edges. (Bug#6699)
1537
1538 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * keyboard.c (command_loop_1):
1541 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1542
1543 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * insdel.c (prepare_to_modify_buffer): Save active region text to
1546 Vsaved_region_selection.
1547
1548 * xselect.c (QPRIMARY): Move to keyboard.c.
1549
1550 * keyboard.c (Vselect_active_regions): Move from simple.el.
1551 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1552 (command_loop_1): Set window selection prior to deactivating the mark.
1553
1554 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1555
1556 * alloc.c (lisp_malloc):
1557 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1558 * charset.h (emacs_mule_charset):
1559 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1560 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1561 (bitch_at_user):
1562 * lisp.h (Fcheck_coding_system, Fget_text_property)
1563 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1564 Remove duplicate declarations.
1565
1566 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * process.c: Simplify include logic.
1569
1570 * keyboard.h (quit_char): Add declaration.
1571 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1572 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1573 Add declarations.
1574 * sysdep.c:
1575 * w32.c: Remove the above declarations.
1576
1577 Remove extern declarations in .c files, .h files have them.
1578 * xterm.c:
1579 * xdisp.c:
1580 * msdos.c:
1581 * image.c:
1582 * gtkutil.c:
1583 * fileio.c:
1584 * eval.c: Remove declarations.
1585
1586 * frame.c (frame_params): Make const.
1587
1588 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1589
1590 * emacs.c (emacs_copyright, emacs_version): Make static.
1591 (Vinitial_window_system, Vauto_save_list_file_name)
1592 (Vinhibit_redisplay): Remove declarations.
1593 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1594 for AIX.
1595
1596 Use const for some arrays and functions.
1597 * xterm.h (xg_set_icon_from_xpm_data):
1598 * xfns.c (xg_set_icon_from_xpm_data):
1599 * term.c (fkeys):
1600 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1601 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1602 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1603 (frame.c frame_parms):
1604 * emacs-icon.h (gnu_xpm_bits):
1605 * callint.c (callint_argfuns): Use const.
1606
1607 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1608
1609 * sysdep.c: Move include term.h last of includes (Bug#6812).
1610
1611 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1612
1613 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1614
1615 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1616
1617 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1618
1619 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1622
1623 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1624
1625 * xterm.h (x_get_focus_frame): Declare.
1626
1627 * keyboard.h (poll_for_input_1): Unconditionally declare.
1628
1629 * nsterm.h (x_set_menu_bar_lines): Declare.
1630
1631 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1632
1633 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1634
1635 * window.c: Include menu.h.
1636
1637 * unexmacosx.c (print_region_list, print_regions)
1638 (build_region_list, find_emacs_zone_regions)
1639 (unexec_regions_merge, read_load_commands, dump_it)
1640 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1641
1642 * term.c: Check HAVE_SYS_IOCTL_H.
1643
1644 * sysdep.c: Check HAVE_TERM_H.
1645
1646 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1647
1648 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1649 (ns_ring_bell, ns_defined_color, hide_hourglass)
1650 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1651 Convert to ANSI C prototypes.
1652 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1653 before code.
1654
1655 * nsterm.h : Include sysselect.h.
1656 (x_sync, x_get_focus_frame, x_set_mouse_position)
1657 (x_set_mouse_pixel_position, x_make_frame_visible)
1658 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1659 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1660 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1661 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1662 Declare.
1663
1664 * nsmenu.m (popup_activated, name_is_separator)
1665 (syms_of_nsmenu): Convert to ANSI C prototypes.
1666 (runMenuAt): Prototypes and move declarations before code.
1667
1668 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1669
1670 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1671 prototypes.
1672
1673 * nsfns.m (have_menus_p, ns_display_info_for_name)
1674 (x_set_cursor_type, ns_appkit_version_str)
1675 (ns_appkit_version_int, ns_do_applescript)
1676 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1677 (syms_of_nsfns): Convert to ANSI C prototypes.
1678
1679 * menu.h (x_set_menu_bar_line): Declare.
1680 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1681
1682 * lisp.h (fmod_float): Declare.
1683
1684 * image.c (xpm_scan, xpm_make_color_table_v)
1685 (xpm_put_color_table_v, xpm_get_color_table_v)
1686 (xpm_make_color_table_h, xpm_put_color_table_h)
1687 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1688 (xpm_load): Convert to ANSI C prototypes.
1689
1690 * emacs.c: Include nsterm.h if HAVE_NS.
1691
1692 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1693
1694 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1695
1696 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1697 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1698 (socket_options): Use const char* for name.
1699
1700 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1701
1702 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1703
1704 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1705 Don't declare xmalloc_widget_value and digest_single_submenu.
1706
1707 * w32font.c (Qlatin): Remove declaration.
1708
1709 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1710
1711 * dired.c (compile_pattern): Restore declaration.
1712
1713 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1714
1715 Remove extern declarations in .c files, .h files have them.
1716 * data.c:
1717 * dired.c:
1718 * editfns.c:
1719 * filelock.c:
1720 * fns.c:
1721 * font.c:
1722 * fontset.c:
1723 * frame.c:
1724 * fringe.c:
1725 * ftfont.c:
1726 * gtkutil.c:
1727 * indent.c:
1728 * keyboard.c:
1729 * keymap.c:
1730 * lread.c:
1731 * menu.c:
1732 * print.c:
1733 * search.c:
1734 * sound.c:
1735 * window.c:
1736 * xdisp.c:
1737 * xfaces.c:
1738 * xfns.c:
1739 * xfont.c:
1740 * xftfont.c:
1741 * xmenu.c:
1742 * xterm.c: Remove declarations.
1743
1744 Cleanup syssignal.h.
1745 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1746 (main_thread): Move down to remove #ifdef.
1747 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1748 Remove conditional definition following unconditional ones.
1749
1750 * lisp.h: Remove HAVE_SHM code, unused.
1751 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1752 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1753 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1754 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1755 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1756 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1757 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1758 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1759 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1760 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1761 (Qwindow_scroll_functions, Vafter_load_alist)
1762 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1763 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1764 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1765 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1766 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1767 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1768 (initial_argv, last_nonmenu_event, load_in_progress)
1769 (noninteractive_need_newline, scroll_margin): Add declarations.
1770
1771 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1772 declarations, menu.h has them.
1773 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1774 (Vinput_method_function, Qinput_method_function)
1775 (Qevent_symbol_element_mask, last_event_timestamp):
1776 * dispextern.h (Voverflow_newline_into_fringe):
1777 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1778 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1779 (syms_of_w32font, syms_of_nsfont):
1780 * fontset.h (find_font_encoding, Qlatin):
1781 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1782 (Vtool_bar_mode, set_frame_menubar):
1783 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1784 * xterm.h (Qx_gtk_map_stock):
1785 * keymap.h (meta_prefix_char): Add declarations.
1786
1787 * term.c: Remove dead code.
1788
1789 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1790 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1791 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1792 which is what was there before BSD_PGRPS was removed.
1793
1794 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1795
1796 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1797
1798 * unexcoff.c: Renamed from unexec.c.
1799
1800 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1803
1804 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1805
1806 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1807 (Bug#6744)
1808
1809 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1810
1811 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1812 to TRUE if depth of screen is < 16.
1813
1814 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1815 USE_GTK_TOOLTIP.
1816 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1817 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1818 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1819 USE_GTK_TOOLTIP.
1820 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1821
1822 * xterm.h (USE_GTK_TOOLTIP): New define.
1823 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1824
1825 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1826 to Control-D (Bug#6771).
1827
1828 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1831 Wording by Drew Adams <drew.adams@oracle.com>.
1832
1833 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1834
1835 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1836 ttip_lbl.
1837
1838 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1839 calling gtk_widget_queue_draw.
1840 (x_free_frame_resources): Call xg_free_frame_widgets.
1841
1842 * xfns.c (x_gtk_use_system_tooltips): New variable.
1843 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1844 new gtkutil tooltip functions to show the tooltip.
1845 (Fx_hide_tip): Call xg_hide_tooltip.
1846 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1847
1848 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1849 (xg_show_tooltip, xg_hide_tooltip): Declare.
1850
1851 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1852 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1853 New functions.
1854 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1855 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1856 Remove code that is commented out.
1857
1858 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1861
1862 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * xselect.c (x_own_selection): Use list4.
1865
1866 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 * buffer.c (Qwindow): Do not define, already defined in data.c.
1869 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1870
1871 2010-07-29 Chad Brown <yandros@mit.edu>
1872
1873 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1874 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1875 * config.in: Undef HAVE_DIRENT_H.
1876 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1877 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1878
1879 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1880
1881 Rename s/usg5-4.h -> s/usg5-4-common.h.
1882 * s/usg5-4.h: Rename file to ...
1883 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1884 * s/unixware.h:
1885 * s/sol2-6.h:
1886 * s/irix6-5.h: Update includes accordingly.
1887
1888 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1889
1890 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1891
1892 * xterm.h (struct x_output): Add toolbar_top_height,
1893 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1894 Remove toolbar_height.
1895 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1896 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1897 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1898 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1899
1900 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1901
1902 * xfns.c (x_set_tool_bar_position): New function.
1903 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1904 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1905 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1906
1907 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1908 and FRAME_TOOLBAR_LEFT_WIDTH.
1909
1910 * gtkutil.h (xg_change_toolbar_position): Declare.
1911
1912 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1913 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1914 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1915 (xg_create_frame_widgets): Create a hobox for placing widgets
1916 vertically. Use gtk_box_pack_start.
1917 (xg_height_or_width_changed): Renamed from xg_height_changed.
1918 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1919 (xg_update_frame_menubar, free_frame_menubar): Change to
1920 xg_height_or_width_changed.
1921 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1922 size correctly. Remove hardcoded 4, instead use handlebox size -
1923 toolbar size.
1924 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1925 size correctly. Use handlebox size + toolbar size as additional size.
1926 (xg_pack_tool_bar): POS is a new parameter.
1927 Set orientation of tool bar based on pos.
1928 Only make handlebox_widget if NULL.
1929 Check if tool bar goes to vbox or hbox depending on pos.
1930 (xg_update_tool_bar_sizes): New function.
1931 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
1932 height, call xg_update_tool_bar_sizes instead.
1933 (free_frame_tool_bar): Remove from hbox or vbox depending on
1934 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1935 (xg_change_toolbar_position): New function.
1936
1937 * frame.h (struct frame): Add tool_bar_position.
1938 (Qbottom): Declare.
1939
1940 * frame.c (Qtool_bar_position): New variable.
1941 (make_frame): Set tool_bar_position to Qtop.
1942 (frame_parms): Add tool-bar-position.
1943 (x_report_frame_params): Store tool_bar_position.
1944 (x_set_fringe_width): Reset wm size hint after fringe changes.
1945
1946 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1947
1948 Make lisp_time_argument declaration work on all systems.
1949 * lisp.h (lisp_time_argument): Move declaration ...
1950 * systime.h (lisp_time_argument): ... here
1951 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1952
1953 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * vm-limit.c (POINTER): Add typedef for it.
1956 (start_of_data): Change return type from POINTER to char *.
1957
1958 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1959 HAVE_WINDOW_SYSTEM.
1960
1961 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1962
1963 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1964 Remove reference to __osf__, unused.
1965
1966 * mem-limits.h: Remove duplicated includes.
1967 (NULL): Remove definition, unused.
1968 (POINTER): Remove definition.
1969 (start_of_data): Use char* in prototype, as the function
1970 definition does.
1971
1972 Remove extern declarations from .c files, and them to .h files.
1973 * keyboard.h (Qhelp_echo, waiting_for_input)
1974 (input_available_clear_time, ignore_mouse_drag_p)
1975 (Vdouble_click_time, real_this_command, Vthis_original_command):
1976 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1977 (Voverriding_local_map_menu_flag):
1978 * lisp.h (Qinteractive_form, use_file_dialog)
1979 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1980 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1981 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1982 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1983 (Qfunction, debug_on_next_call, Qfield)
1984 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1985 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1986 (Qfile_directory_p, Qinsert_file_contents)
1987 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1988 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1989 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1990 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1991 (Qminibuffer_prompt)
1992 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1993 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1994 (gray_bitmap_bits, xic_create_fontsetname):
1995 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1996
1997 * xsmfns.c (Vuser_login_name):
1998 * xrdb.c (Vdouble_click_time):
1999 * xfaces.c (xic_create_fontsetname):
2000 * w32select.c (waiting_for_input):
2001 * print.c (minibuffer_auto_raise):
2002 * msdos.c (Qhelp_echo):
2003 * macros.c (real_this_command):
2004 * keymap.c (Voverriding_local_map):
2005 * xterm.c (poll_for_input_1, gray_bitmap_width)
2006 (gray_bitmap_height, gray_bitmap_bits;
2007 * xmenu.c ( Voverriding_local_map)
2008 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2009 (use_file_dialog, Xt_app_con):
2010 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2011 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2012 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2013 (Qtool_bar_lines, ignore_mouse_drag_p):
2014 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2015 (Qrear_nonsticky, nconc2):
2016 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2017 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2018 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2019 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2020 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2021 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2022 (gc_in_progress):
2023 * doc.c (Voverriding_local_map, Qremap):
2024 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2025 (Vcompletion_regexp_list):
2026 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2027 (Qcompletion_ignore_case):
2028 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2029 (Vhistory_length, Vthis_original_command, real_this_command)
2030 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2031 * image.c (Qrisky_local_variable):
2032 * fontset.c (QCname):
2033 * fns.c (minibuffer_auto_raise, QCname):
2034 * dispnew.c (char_ins_del_cost):
2035 * composite.c (font_fill_lglyph_metrics):
2036 * cmds.c (Qface, Vtranslation_table_for_input):
2037 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2038 * ccl.c (charset_unicode):
2039 * callproc.c (Vtemporary_file_directory):
2040 * buffer.c (emacs_strerror): Remove extern declarations.
2041
2042 * data.c (Qwindow): Make non-static, used from other files too.
2043 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2044
2045 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2046 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2047 * s/usg5-4.h (COFF):
2048 * s/template.h:
2049 * s/msdos.h (COFF, NO_REMAP):
2050 * s/ms-w32.h (NO_REMAP):
2051 * s/hpux10-20.h (NO_REMAP):
2052 * m/sparc.h (SEGMENT_MASK):
2053 * m/m68k.h (NO_REMAP):
2054 * m/intel386.h (SEGMENT_MASK):
2055 * m/arm.h (NO_REMAP):
2056 * m/alpha.h (COFF):
2057 * m/template.h: Remove references to unused defines.
2058
2059 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2060
2061 * xsettings.c (Ftool_bar_get_system_style): Also check for
2062 Qtext_image_horiz.
2063
2064 * xdisp.c (Qtext_image_horiz): Define.
2065 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
2066 to documentation of tool-bar-style.
2067
2068 * lisp.h (Qtext_image_horiz): Declare.
2069
2070 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2071 style text_image_horiz.
2072
2073 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * emacs.c (Fkill_emacs): Remove return statement.
2076
2077 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2078 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2079 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2080 local extern declarations.
2081
2082 * xmenu.c: Do not included lwlib.h, not needed.
2083
2084 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2085
2086 * process.c: Move definitions earlier to minimize #ifdefs.
2087
2088 * xterm.h (x_get_customization_string, x_load_resources)
2089 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2090 (x_check_errors, x_property_data_to_lisp, defined_color)
2091 (xic_set_xfontset, x_defined_color): Use const.
2092
2093 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2094 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2095
2096 * xselect.c (selection_data_to_lisp_data)
2097 (x_property_data_to_lisp):
2098 * xrdb.c (x_get_string_resource, file_p)
2099 (x_get_customization_string, magic_file_p, search_magic_path)
2100 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2101 (x_get_string_resource): Use const.
2102
2103 * xfns.c: Include xlwmenu.h when USE_LUCID.
2104 (x_defined_color, xic_set_xfontset): Use const.
2105 (Fx_hide_tip): Remove local extern declaration.
2106
2107 * xfaces.c (Qmouse_face): Remove declaration.
2108 (face_color_gray_p, tty_defined_color, defined_color)
2109 (face_color_gray_p, face_color_supported_p): Add const.
2110
2111 * xdisp.c (do_mouse_tracking): Remove declaration.
2112 (add_to_log): Use const.
2113
2114 * minibuf.c (Qmouse_face): Remove declaration.
2115
2116 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2117
2118 * keyboard.h (do_mouse_tracking): Add declaration.
2119
2120 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2121 (QCdata, QCtype, Qcenter): Remove declarations.
2122
2123 * frame.c (x_get_resource_string, x_get_string_resource)
2124 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2125 (x_default_parameter): Use const.
2126
2127 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2128 (QCheight, QCsize, QCname): Remove declarations.
2129
2130 * emacs.c (main): Remove local extern declaration.
2131
2132 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2133 declarations.
2134
2135 * dispnew.c: Remove duplicate #include <unistd.h>.
2136 (update_window, update_frame_1, init_display): Remove local extern
2137 declarations.
2138
2139 * dispextern.h (add_to_log): Remove declaration.
2140 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2141 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2142
2143 * dired.c (scmp): Add const.
2144 (directory_files_internal): Remove local extern declaration.
2145
2146 * data.c (Finteractive_form): Use const.
2147
2148 * composite.c (syms_of_composite): Remove local extern declarations.
2149
2150 * charset.c (add_to_log): Remove declaration.
2151
2152 * character.c (strwidth, parse_str_to_multibyte): Add const.
2153
2154 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2155
2156 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2157
2158 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2159 (Lisp_Subr): Make doc and intspec constant.
2160 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2161 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2162 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2163 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2164 (display_arg): Add declarations.
2165
2166 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
2167
2168 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2169
2170 * window.c (Fwindow_height): Doc fix (bug#6518).
2171
2172 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2173
2174 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2175
2176 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2177
2178 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2179 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2180 functions.
2181
2182 * frame.h (Qtty_color_mode): Add declaration.
2183
2184 * lisp.h (Ftop_level, Fexit_recursive_edit)
2185 (Fabort_recursive_edit): Mark as NO_RETURN.
2186
2187 2010-07-26 Kenichi Handa <handa@m17n.org>
2188
2189 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2190 number of glyphs gets smaller than the original length. (Bug#6621)
2191
2192 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * lread.c (unreadpure, mapatoms_1): Make static.
2195
2196 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * terminfo.c (tparam): Fix prototype of tparm.
2199
2200 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2201
2202 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2203 find start of text segment.
2204 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2205 is defined.
2206
2207 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2208
2209 2010-07-25 Ken Brown <kbrown@cornell.edu>
2210
2211 * vm-limit.c (check_memory_limits): Fix previous change;
2212 accidentally reverted an earlier change.
2213
2214 2010-07-25 Ken Brown <kbrown@cornell.edu>
2215
2216 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2217 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2218
2219 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2220
2221 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2222 * dired.c (opendir, readdir): Fix prototypes.
2223 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2224 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2225 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2226 (telldir): Remove declaration.
2227 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2228 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2229 * syssignal.h (strsignal): Fix prototype.
2230 * term.c (tparam): Fix prototype.
2231 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2232 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2233 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2234 and __morecore.
2235 * w32gui.h (XParseGeometry): Fix prototype.
2236 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2237 * w32term.c (my_set_focus): Declare inside #if 0.
2238 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2239 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2240 (drain_message_queue, get_next_msg, post_msg, parse_button)
2241 (ClipboardSequence_Proc): Fix prototypes.
2242 (wait_for_sync): Remove declaration.
2243
2244 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * w32fns.c (w32_to_x_color): Remove, unused.
2247
2248 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2249
2250 * lisp.h: Remove leftover P_.
2251
2252 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2253
2254 * ecrt0.c, unexalpha.c: Remove files, unused.
2255
2256 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2257
2258 * cmds.c (internal_self_insert): Make static.
2259 * lisp.h (internal_self_insert): Remove declaration.
2260
2261 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * alloc.c (free_float):
2264 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2265 * frame.c (delete_frame_handler):
2266 * ralloc.c (reorder_bloc):
2267 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2268 Remove unused static functions.
2269
2270 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2271 it is called only from NS code.
2272
2273 * w32term.c (my_set_focus): #ifdef away; it is called only from
2274 "#ifdef 0" code.
2275
2276 * w32fns.c (x_edge_detection):
2277 * xfaces.c (may_use_scalable_font_p):
2278 Remove obsolete static declarations.
2279
2280 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2283 (emacs_blocked_realloc, uninterrupt_malloc):
2284 * fringe.c (w32_reset_fringes):
2285 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2286 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2287 * sound.c (be2hs, do_play_sound):
2288 * vm-limit.c (get_lim_data, ret_lim_data):
2289 * w32term.c (x_free_frame_resources):
2290 * xfaces.c (x_create_gc, x_free_gc):
2291 Convert definitions to standard C.
2292
2293 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * eval.c (Feval, Ffuncall): Use the new names.
2296
2297 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2298 (DEFUN): Add braces around the union initialisation and use ## to
2299 specify the right union alternative and avoid a cast.
2300
2301 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2304
2305 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2308
2309 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2310
2311 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2312 is related to the menu bar (Bug#6499).
2313 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2314
2315 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2316
2317 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2318
2319 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2320
2321 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2322 i.e. don't put back ButtonRelease (Bug#6608).
2323
2324 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2325 instead of Window. Call xg_event_is_for_menubar when
2326 USE_GTK (Bug#6499).
2327
2328 * gtkutil.h (xg_event_is_for_menubar): Declare.
2329
2330 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2331
2332 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2333
2334 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2335 when it's the same as the old foreground. (Bug#6609)
2336
2337 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2338
2339 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2340 widget is non-null (Bug#6645).
2341
2342 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2343
2344 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2345 Convert old-style definition.
2346
2347 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2348 timestamp argument.
2349
2350 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2351
2352 * fringe.c (update_window_fringes): Restore mistakenly reverted
2353 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2354
2355 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2356
2357 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2358 (SET_SAVED_KEY_EVENT): Remove (not used).
2359 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2360 remove size parameter.
2361 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2362 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2363 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2364 ButtonRelease.
2365 (x_set_window_size_1): scroll_bar_actual_width is always
2366 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2367
2368 * xdisp.c (pending_menu_activation): Remove extern declaration.
2369 (prepare_menu_bars): Remove setting of pending_menu_activation.
2370
2371 * xmenu.c (pending_menu_activation): Remove.
2372 (x_activate_menubar): Set popup_activated_flag for Xt also.
2373 Remove setting of pending_menu_activation.
2374 (set_frame_menubar): Remove check of pending_menu_activation.
2375 Declare menubar_size before code. Correct spelling in comment.
2376
2377 2010-07-14 Kenichi Handa <handa@m17n.org>
2378
2379 * font.c (font_open_entity): Cancel previous change.
2380 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2381
2382 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2383
2384 Remove subprocesses #ifdefs.
2385 * process.c <inhibit_sentinels>: Move to the common part.
2386 (Fwaiting_for_user_input_p): Move to the common part; return nil
2387 if async subprocesses aren't supported.
2388 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2389 MS-DOS. Remove "#ifdef subprocesses".
2390 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2391 (gettimeofday): Remove "#ifdef subprocesses".
2392 (wait_without_blocking): Remove function.
2393 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2394 Remove "#ifdef subprocesses".
2395 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2396 compiled on MS-DOS.
2397 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2398 wait_for_termination on MS-DOS.
2399 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2400 initialization of inhibit_sentinels.
2401 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2402 subprocesses" conditional.
2403 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2404 wait_for_termination, since `buffer' cannot be an integer when
2405 async subprocesses are not supported
2406 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2407 for ifdefing away the call to Fprocess_status.
2408
2409 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2410 away the entire body of the function.
2411
2412 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2413
2414 Remove subprocesses #ifdefs from term.c.
2415 * process.c (add_keyboard_wait_descriptor)
2416 (delete_keyboard_wait_descriptor): Move to common section, do
2417 nothing when subprocesses is not defined.
2418 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2419 Remove subprocesses #ifdefs.
2420
2421 Convert maybe_fatal to standard C.
2422 * lisp.h (verror): Declare.
2423 * eval.c (verror): New function containing the code from ...
2424 (error): ... this. Call verror.
2425 * term.c (vfatal): New function containing the code from ...
2426 (fatal): ... this. Call vfatal.
2427 (maybe_fatal): Convert to standard C, use variable number of
2428 arguments. Declare as non-return.
2429 (init_tty): Fix maybe_fatal call.
2430
2431 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2434 (_scroll_bar_note_movement): Convert definitions to standard C.
2435 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2436 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2437
2438 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2441 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2442 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2443 (xaw_jump_callback, xaw_scroll_callback)
2444 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2445 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2446 definitions to standard C.
2447 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2448 (popup_activate_callback, popup_deactivate_callback)
2449 (menu_highlight_callback, menubar_selection_callback)
2450 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2451 (free_frame_menubar, popup_selection_callback, as)
2452 (create_and_show_popup_menu, dialog_selection_callback)
2453 (create_and_show_dialog):
2454 * xfns.c (hack_wm_protocols, x_window):
2455 * xfaces.c (x_update_menu_appearance):
2456 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2457 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2458 (set_frame_size, update_wm_hints, setup_frame_gcs)
2459 (update_various_frame_slots, update_from_various_frame_slots)
2460 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2461 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2462 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2463
2464 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2465
2466 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2467
2468 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2469
2470 * process.c (setup_process_coding_systems): Move to the part
2471 shared by non-subprocesses systems, and make its body empty when
2472 subprocesses is not defined.
2473 (close_process_descs): Move to the part shared by non-subprocesses
2474 systems.
2475 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2476 ANSI C.
2477
2478 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2479
2480 * editfns.c (transpose_markers): Convert old-style definition.
2481 * emacs.c (abort, shut_down_emacs, fixup_locale)
2482 (synchronize_system_time_locale)
2483 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2484 * floatfns.c (extract_float, matherr, init_floatfns)
2485 (syms_of_floatfns): Likewise.
2486 * fns.c (make_hash_table): Likewise.
2487 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2488 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2489 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2490 (ftfont_variation_glyphs): Likewise.
2491 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2492 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2493 * lread.c (read_filtered_event): Likewise.
2494 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2495 * process.c (wait_reading_process_output): Likewise.
2496 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2497 * search.c (search_buffer, boyer_moore): Likewise.
2498 * syntax.c (scan_sexps_forward): Likewise.
2499 * xdisp.c (try_scrolling): Likewise.
2500 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2501 (face_at_string_position): Likewise.
2502 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2503 * xselect.c (x_get_window_property, receive_incremental_selection)
2504 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2505 Likewise.
2506 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2507
2508 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2509
2510 * callproc.c (child_setup): Remove subprocesses conditional.
2511 Remove code dealing with SET_EMACS_PRIORITY, unused.
2512
2513 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2514 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2515
2516 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2517 (__do_global_dtors, __main): Use void in definition.
2518 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2519 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2520 the only users from ...
2521 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2522 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2523 (HAVE_VOLATILE): Remove, unused.
2524
2525 Convert more function definitions to standard C.
2526 * xdisp.c (window_box_edges, handle_single_display_spec)
2527 (display_string): Convert definition to standard C.
2528 * scroll.c (do_direct_scrolling, scrolling_1):
2529 * dispnew.c (allocate_matrices_for_frame_redisplay)
2530 (mirrored_line_dance):
2531 * coding.c (code_convert_string):
2532 * charset.c (map_charset_chars):
2533 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2534 (Fregister_ccl_program, Fregister_code_conversion_map):
2535 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2536 (head_table): Make static and const.
2537
2538 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2539
2540 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2541 (PROFILING_LDFLAGS): Set from substitution.
2542 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2543 CFLAGS last.
2544
2545 2010-07-12 Kenichi Handa <handa@m17n.org>
2546
2547 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2548 (shortlisp): Likewise.
2549
2550 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2551
2552 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2553 of FONT_ENTITY_INDEX.
2554 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2555 property, get the property value dynamically.
2556 (Ffont_put): Accept font-entity and font-object too.
2557 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2558 return value changed.
2559 (syms_of_font): Adjusted for the above change.
2560
2561 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2562
2563 * blockinput.h: Remove obsolete comment.
2564
2565 * lisp.h: Include <stddef.h>.
2566 (OFFSETOF): Don't define.
2567 (VECSIZE): Use offsetof instead of OFFSETOF.
2568 (PSEUDOVECSIZE): Likewise.
2569 * process.c (conv_sockaddr_to_lisp): Likewise.
2570 * alloc.c: Don't include <stddef.h>.
2571 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2572
2573 * process.c: Remove obsolete comment.
2574
2575 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2578
2579 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2580
2581 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2582 index, rindex.
2583 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2584 * editfns.c (Fuser_full_name, Fformat): Likewise.
2585 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2586 * fileio.c (Ffile_symlink_p): Likewise.
2587 * filelock.c (current_lock_owner): Likewise.
2588 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2589 * fontset.c (fontset_pattern_regexp): Likewise.
2590 * lread.c (read1): Likewise.
2591 * sysdep.c (init_system_name): Likewise.
2592 * xfns.c (select_visual): Likewise.
2593 * s/hpux10-20.h (index, rindex): Don't define.
2594 * s/ms-w32.h (index): Likewise.
2595 * s/usg5-4.h: Likewise.
2596
2597 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2598
2599 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2600 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2601 (egetenv): Likewise.
2602 * doprnt.c (doprnt): Likewise.
2603 * editfns.c (set_time_zone_rule, format2): Likewise.
2604 * emacs.c (decode_env_path): Likewise.
2605 * eval.c (signal_error, error): Likewise.
2606 * insdel.c (replace_range_2): Likewise.
2607 * keyboard.c (cmd_error_internal): Likewise.
2608 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2609 * print.c (write_string, write_string_1, print_error_message):
2610 Likewise.
2611 * vm-limit.c (warn_function, memory_warnings): Likewise.
2612 * xdisp.c (message1, message1_nolog, message_with_string)
2613 (vmessage, message, message_nolog): Likewise.
2614 * emacs.c: Remove duplicate declaration.
2615 * keyboard.h: Likewise.
2616 * lisp.h: Update prototypes.
2617
2618 * eval.c: Fix indentation problem.
2619
2620 * keyboard.c: Include "process.h"
2621
2622 * eval.c: Remove obsolete noinline declaration.
2623 * fns.c: Likewise.
2624
2625 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2626
2627 * doprnt.c (doprnt): Take a va_list argument instead of count and
2628 pointer.
2629 * eval.c (error): Change to a standard-C variadic function.
2630 * xdisp.c (vmessage): Renamed from message, made static, and
2631 changed to take a va_list argument.
2632 (message): New variadic wrapper.
2633 (message_nolog): Now a variadic function, calling vmessage.
2634 * lisp.h: Include stdarg.h for va_list.
2635 (doprnt, error, message, message_nolog): Decls updated.
2636
2637 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2638
2639 * process.c (syms_of_process) <delete-exited-processes>: Define
2640 even if !subprocesses.
2641 (delete_exited_processes): Ditto.
2642
2643 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2644 (delete_exited_processes): Don't define.
2645
2646 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * frame.c (make_frame): Initialize menu_bar_lines and
2649 tool_bar_lines members.
2650 (make_initial_frame, make_terminal_frame): Initialize
2651 menu_bar_lines using value of menu-bar-mode.
2652
2653 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2654
2655 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2656
2657 * process.c: Reshuffle #include's. Condition some of the global
2658 and static variables on `subprocesses'.
2659 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2660 Leave only one implementation.
2661 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2662 (kill_buffer_processes, Flist_system_processes)
2663 (Fprocess_attributes, init_process, syms_of_process): Unify the
2664 implementations for with subprocesses and without them.
2665
2666 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2667
2668 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2669 correct size for Motif.
2670 (free_frame_menubar): Call x_set_window_size to update frame size.
2671
2672 * xfns.c (x_window): Set borderWidth to 0 for pane and
2673 EmacsFrame. Frame size calculation is wrong otherwise.
2674
2675 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2678 allows to suppress errors when polling in Emacs' main loop.
2679 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2680 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2681 (Fdbus_method_error_internal, Fdbus_send_signal)
2682 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2683 (Fdbus_register_method): Use it. (Bug#6579)
2684
2685 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2686
2687 * alloc.c: Convert DEFUNs to standard C.
2688 * buffer.c:
2689 * bytecode.c:
2690 * callint.c:
2691 * callproc.c:
2692 * casefiddle.c:
2693 * casetab.c:
2694 * category.c:
2695 * character.c:
2696 * charset.c:
2697 * chartab.c:
2698 * cmds.c:
2699 * coding.c:
2700 * composite.c:
2701 * data.c:
2702 * dbusbind.c:
2703 * dired.c:
2704 * dispnew.c:
2705 * doc.c:
2706 * dosfns.c:
2707 * editfns.c:
2708 * emacs.c:
2709 * eval.c:
2710 * fileio.c:
2711 * filelock.c:
2712 * floatfns.c:
2713 * fns.c:
2714 * font.c:
2715 * fontset.c:
2716 * frame.c:
2717 * fringe.c:
2718 * image.c:
2719 * indent.c:
2720 * insdel.c:
2721 * keyboard.c:
2722 * keymap.c:
2723 * lread.c:
2724 * macros.c:
2725 * marker.c:
2726 * menu.c:
2727 * minibuf.c:
2728 * msdos.c:
2729 * nsfns.m:
2730 * nsmenu.m:
2731 * nsselect.m:
2732 * print.c:
2733 * process.c:
2734 * search.c:
2735 * sound.c:
2736 * syntax.c:
2737 * term.c:
2738 * terminal.c:
2739 * textprop.c:
2740 * undo.c:
2741 * w16select.c:
2742 * w32console.c:
2743 * w32fns.c:
2744 * w32font.c:
2745 * w32menu.c:
2746 * w32proc.c:
2747 * w32select.c:
2748 * window.c:
2749 * xdisp.c:
2750 * xfaces.c:
2751 * xfns.c:
2752 * xmenu.c:
2753 * xselect.c:
2754 * xsettings.c:
2755 * xsmfns.c: Likewise.
2756
2757 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2758
2759 * process.c (kbd_is_on_hold, hold_keyboard_input)
2760 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2761
2762 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2763
2764 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2765 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2766 unless USE_LUCID.
2767
2768 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2769
2770 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2771 declaration.
2772
2773 Clean up include guards.
2774 * tparam.c: Remove include guards for config.h, string.h and code
2775 that assumes #ifndef emacs.
2776 * termcap.c:
2777 * unexalpha.c:
2778 * sysdep.c:
2779 * filemode.c:
2780 * filelock.c:
2781 * bidi.c: Likewise.
2782
2783 Remove prefix-args.c
2784 * prefix-args.c: Remove file.
2785 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2786 * Makefile.in (temacs${EXEEXT}): Remove references to
2787 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2788 (mostlyclean): Remove reference to prefix-args.
2789 (prefix-args): Remove.
2790
2791 Simplify cstart_of_data, start_of_code and related code.
2792 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2793 (start_of_data): Merge into start_of_data function.
2794 * sysdep.c (start_of_text): Remove. Move simplified versions of
2795 it in the only users: unexaix.c and unexec.c.
2796 (read_input_waiting): Remove local declaration of quit_char.
2797 (start, etext): Remove declarations.
2798 (start_of_data): Merge with the version in mem-limits.h and move
2799 to vm-limits.c.
2800 * vm-limit.c (start_of_data): Merged and simplified version of the
2801 code formerly in mem-limits.h and sysdep.c.
2802 * unexec.c (start): New declaration, moved from sysdep.c.
2803 (start_of_text): Simplified version of the code formerly in sysdep.c.
2804 * unexaix.c (start_of_text): Simplified version of the code
2805 formerly in sysdep.c.
2806 * m/alpha.h (HAVE_TEXT_START): Remove.
2807 (TEXT_START): Move ...
2808 * unexalpha.c (TEXT_START): ... here.
2809 * s/hpux10-20.h (TEXT_START): Remove.
2810 * s/darwin.h (TEXT_START):
2811 * m/mips.h (TEXT_START):
2812 * m/macppc.h (HAVE_TEXT_START):
2813 * m/m68k.h (TEXT_START):
2814 * m/iris4d.h (TEXT_START):
2815 * m/intel386.h (TEXT_START):
2816 * m/ibmrs6000.h (TEXT_START):
2817 * m/ia64.h (HAVE_TEXT_START):
2818 * s/msdos.h (TEXT_START): Likewise.
2819
2820 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2821
2822 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2823 (overrun_check_free, xstrdup, allocate_string)
2824 (allocate_string_data, compact_small_strings, Fmake_string)
2825 (make_unibyte_string, make_multibyte_string)
2826 (make_string_from_bytes, make_specified_string, make_float)
2827 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2828 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2829 memcpy, memmove, memset, memcmp.
2830 * atimer.c (start_atimer, set_alarm): Likewise.
2831 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2832 (mmap_realloc, init_buffer_once): Likewise.
2833 * callint.c (Fcall_interactively): Likewise.
2834 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2835 (getenv_internal_1): Likewise.
2836 * casefiddle.c (casify_object): Likewise.
2837 * ccl.c (ccl_driver): Likewise.
2838 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2839 * charset.c (load_charset_map_from_file)
2840 (load_charset_map_from_file, load_charset_map_from_vector)
2841 (Fdefine_charset_internal): Likewise.
2842 * cm.c (Wcm_clear): Likewise.
2843 * coding.c (decode_eol, decode_coding_object)
2844 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2845 * data.c (Faset): Likewise.
2846 * dired.c (directory_files_internal, file_name_completion_stat):
2847 Likewise.
2848 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2849 (clear_glyph_row, copy_row_except_pointers)
2850 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2851 (save_current_matrix, restore_current_matrix)
2852 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2853 (mirror_line_dance, scrolling_window): Likewise.
2854 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2855 Likewise.
2856 * doprnt.c (doprnt): Likewise.
2857 * editfns.c (Fuser_full_name, make_buffer_string_both)
2858 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2859 * emacs.c (sort_args): Likewise.
2860 * eval.c (Fapply, Ffuncall): Likewise.
2861 * fileio.c (Ffile_name_directory, make_temp_name)
2862 (Fexpand_file_name, search_embedded_absfilename)
2863 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2864 (auto_save_error): Likewise.
2865 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2866 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2867 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2868 (Fmake_hash_table): Likewise.
2869 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2870 * ftfont.c (ftfont_text_extents): Likewise.
2871 * getloadavg.c (getloadavg): Likewise.
2872 * image.c (define_image_type, make_image, make_image_cache)
2873 (x_create_x_image_and_pixmap, xbm_image_p)
2874 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2875 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2876 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2877 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2878 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2879 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2880 Likewise.
2881 * indent.c (scan_for_column, compute_motion): Likewise.
2882 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2883 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2884 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2885 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2886 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2887 (store_user_signal_events, menu_bar_items, tool_bar_items)
2888 (process_tool_bar_item, append_tool_bar_item)
2889 (read_char_minibuf_menu_prompt, read_key_sequence)
2890 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2891 Likewise.
2892 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2893 Likewise.
2894 * lisp.h (STRING_COPYIN): Likewise.
2895 * lread.c (Fload, read1, oblookup): Likewise.
2896 * msdos.c (Frecent_doskeys): Likewise.
2897 * nsfns.m (Fx_create_frame): Likewise.
2898 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2899 Likewise.
2900 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2901 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2902 Likewise.
2903 * nsmenu.m (ns_update_menubar): Likewise.
2904 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2905 * print.c (print_unwind, printchar, strout, print_string)
2906 (print_error_message): Likewise.
2907 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2908 (Fmake_network_process, Fnetwork_interface_list)
2909 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2910 (init_process): Likewise.
2911 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2912 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2913 Likewise.
2914 * scroll.c (do_scrolling, do_direct_scrolling)
2915 (scrolling_max_lines_saved): Likewise.
2916 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2917 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2918 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2919 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2920 (emacs_set_tty): Likewise.
2921 * term.c (encode_terminal_code, calculate_costs)
2922 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2923 Likewise.
2924 * termcap.c (tgetst1, gobble_line): Likewise.
2925 * termhooks.h (EVENT_INIT): Likewise.
2926 * tparam.c (tparam1): Likewise.
2927 * unexalpha.c (unexec): Likewise.
2928 * unexec.c (write_segment): Likewise.
2929 * unexmacosx.c (unexec_write_zero): Likewise.
2930 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2931 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2932 * w32font.c (w32font_list_family, w32font_text_extents)
2933 (w32font_list_internal, w32font_match_internal)
2934 (w32font_open_internal, compute_metrics, Fx_select_font):
2935 Likewise.
2936 * w32menu.c (set_frame_menubar, add_menu_item)
2937 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2938 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2939 * w32uniscribe.c (uniscribe_list_family): Likewise.
2940 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2941 * window.c (make_window, replace_window, set_window_buffer)
2942 (Fsplit_window): Likewise.
2943 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2944 (add_to_log, message3, x_consider_frame_title)
2945 (append_space_for_newline, extend_face_to_end_of_line)
2946 (decode_mode_spec_coding, init_glyph_string): Likewise.
2947 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2948 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2949 (face_attr_equal_p, make_realized_face, make_face_cache)
2950 (free_realized_faces, lookup_named_face, smaller_face)
2951 (face_with_height, lookup_derived_face)
2952 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2953 (Finternal_set_font_selection_order, realize_default_face)
2954 (compute_char_face, face_at_buffer_position)
2955 (face_for_overlay_string, face_at_string_position, merge_faces):
2956 Likewise.
2957 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2958 (Fx_window_property, x_create_tip_frame)
2959 (Fx_backspace_delete_keys_p): Likewise.
2960 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2961 (xfont_text_extents): Likewise.
2962 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2963 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2964 * xselect.c (x_queue_event, x_get_window_property)
2965 (receive_incremental_selection): Likewise.
2966 * xsmfns.c (x_session_check_input): Likewise.
2967 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2968 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2969 Likewise.
2970 * character.h (BCOPY_SHORT): Removed.
2971 * config.in: Regenerate.
2972 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2973 * emacs.c (main) [PROFILING]: Don't declare
2974 dump_opcode_frequencies.
2975 * lisp.h (safe_bcopy): Remove declaration.
2976 (memset) [!HAVE_MEMSET]: Declare.
2977 (memcpy) [!HAVE_MEMCPY]: Likewise.
2978 (memmove) [!HAVE_MEMMOVE]: Likewise.
2979 (memcmp) [!HAVE_MEMCMP]: Likewise.
2980 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2981 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2982 Don't define.
2983 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2984 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2985 (BCOPY_DOWNWARD_SAFE): Don't define.
2986 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2987 (memcpy) [!HAVE_MEMCPY]: Define.
2988 (memmove) [!HAVE_MEMMOVE]: Define.
2989 (memcmp) [!HAVE_MEMCMP]: Define.
2990
2991 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2992
2993 * process.c (kbd_is_on_hold): New variable.
2994 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2995 New functions.
2996 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2997 select on empty input mask.
2998 (init_process): Initialize kbd_is_on_hold to 0.
2999
3000 * process.h (hold_keyboard_input, unhold_keyboard_input)
3001 (kbd_on_hold_p): Declare.
3002
3003 * keyboard.c (input_available_signal): Declare.
3004 (kbd_buffer_nr_stored): New function.
3005 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3006 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3007 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3008 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3009 (tty_read_avail_input): If input is on hold, return.
3010 Don't read more that free slots in kbd_buffer (Bug#6571).
3011
3012 2010-07-07 Eli Zaretskii <eliz@gnu.org>
3013
3014 * msdos.h:
3015 * msdos.c:
3016 * dosfns.c:
3017 * w16select.c: Convert function definitions to ANSI C.
3018
3019 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3020 Remove unused prototypes.
3021
3022 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * coding.c, sysdep.c: Convert some more functions to standard C.
3025
3026 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3029 (encode_coding_object): Use SPECPDL_INDEX.
3030 (syms_of_coding): Use DOS_NT.
3031
3032 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3033
3034 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3035
3036 Make the function member of Lisp_Subr use standard C prototypes.
3037 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3038 (DECL_ALIGN): Add a cast for the function.
3039 * eval.c (Feval, Ffuncall): Use the proper type for each type
3040 function call.
3041
3042 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3045 fringe face id, so face-remapping-alist works (Bug#6091).
3046
3047 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
3048
3049 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3050 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3051 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3052
3053 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3054
3055 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3056 * lisp.h: Declare x_get_keysym_name.
3057 * keyboard.c (modify_event_symbol): Don't declare
3058 x_get_keysym_name here.
3059
3060 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * ecrt0.c: Revert conversion to standard C.
3063
3064 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3065
3066 * vm-limit.c (memory_warnings):
3067 * keyboard.c (modify_event_symbol):
3068 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3069 (round2, emacs_rint):
3070 * process.c (send_process, old_sigpipe): Convert function
3071 definitions and declarations to standard C.
3072
3073 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
3074
3075 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3076 * xdisp.c: Convert function definitions to standard C.
3077
3078 * cm.c (cmputc): Arg C is now int, not char.
3079 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3080
3081 2010-07-05 James Cloos <cloos@jhcloos.com>
3082
3083 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3084
3085 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3086 _NET_WM_ICON_NAME atoms.
3087
3088 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3089 and _NET_WM_ICON_NAME properties, too, matching what is
3090 done in the Gtk+ case.
3091
3092 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3093
3094 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3095
3096 * xsmfns.c (SSDATA): New macro.
3097 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3098 passed to strlen/strcpy/strcat.
3099 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
3100 7:th arg to XChangeProperty to (unsigned char *).
3101
3102 * xsettings.c (something_changedCB, parse_settings)
3103 (apply_xft_settings): Reformat prototype.
3104 (something_changedCB, init_gconf): Remove unused variable i.
3105 (read_settings): Remove unused variable long_len.
3106
3107 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3108 (xg_get_image_for_pixmap, create_dialog)
3109 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3110 (menuitem_highlight_callback, make_menu_item)
3111 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3112 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3113 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3114 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3115 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3116 (xg_tool_bar_item_expose_callback): Reformat prototype.
3117 (xg_update_menubar): GList *group => GSList *group.
3118 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3119 before use.
3120 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3121 to GTK_IMAGE (wimage).
3122
3123 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3124
3125 * atimer.c: Use "" instead of <> for local includes for
3126 consistency with the rest of the code.
3127
3128 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3129 * xrdb.c (get_system_name):
3130 * window.c (shrink_windows):
3131 * syntax.c (forw_comment):
3132 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3133 (ins_del_costs):
3134 * mem-limits.h (start_of_data):
3135 * lread.c (readevalloop):
3136 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3137 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3138 * frame.c (x_get_focus_frame):
3139 * floatfns.c (fmod_float):
3140 * fileio.c (choose_write_coding_system):
3141 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3142 (malloc_initialize_hook, sort_args, synchronize_locale):
3143 * doprnt.c (doprnt):
3144 * dired.c (compile_pattern):
3145 * data.c (fmod_float):
3146 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3147 (map_char_table_for_charset):
3148 * charset.c (define_charset_internal):
3149 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3150 to standard C.
3151
3152 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3153 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * lread.c (read1): Fix up last change to not mess up `c'.
3156
3157 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3160
3161 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3162
3163 Fix prototypes.
3164
3165 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3166 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3167 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3168 arg, as required by internal_condition_case_1.
3169 * print.c (strout): Use const char* for arg PTR.
3170 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3171 (analyse_first): Fix "const const".
3172 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3173 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3174 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3175
3176 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * alloc.c: Convert function definitions to standard C.
3179 * atimer.c:
3180 * bidi.c:
3181 * bytecode.c:
3182 * callint.c:
3183 * callproc.c:
3184 * casefiddle.c:
3185 * casetab.c:
3186 * category.c:
3187 * ccl.c:
3188 * character.c:
3189 * charset.c:
3190 * chartab.c:
3191 * cmds.c:
3192 * coding.c:
3193 * composite.c:
3194 * data.c:
3195 * dbusbind.c:
3196 * dired.c:
3197 * dispnew.c:
3198 * doc.c:
3199 * doprnt.c:
3200 * ecrt0.c:
3201 * editfns.c:
3202 * fileio.c:
3203 * filelock.c:
3204 * filemode.c:
3205 * fns.c:
3206 * font.c:
3207 * fontset.c:
3208 * frame.c:
3209 * fringe.c:
3210 * ftfont.c:
3211 * ftxfont.c:
3212 * gtkutil.c:
3213 * indent.c:
3214 * insdel.c:
3215 * intervals.c:
3216 * keymap.c:
3217 * lread.c:
3218 * macros.c:
3219 * marker.c:
3220 * md5.c:
3221 * menu.c:
3222 * minibuf.c:
3223 * prefix-args.c:
3224 * print.c:
3225 * ralloc.c:
3226 * regex.c:
3227 * region-cache.c:
3228 * scroll.c:
3229 * search.c:
3230 * sound.c:
3231 * strftime.c:
3232 * syntax.c:
3233 * sysdep.c:
3234 * termcap.c:
3235 * terminal.c:
3236 * terminfo.c:
3237 * textprop.c:
3238 * tparam.c:
3239 * undo.c:
3240 * unexelf.c:
3241 * window.c:
3242 * xfaces.c:
3243 * xfns.c:
3244 * xfont.c:
3245 * xftfont.c:
3246 * xgselect.c:
3247 * xmenu.c:
3248 * xrdb.c:
3249 * xselect.c:
3250 * xsettings.c:
3251 * xsmfns.c:
3252 * xterm.c: Likewise.
3253
3254 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3255
3256 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3257 frames other than the initial one. Fix reversal of colors when
3258 `reverse' is specified in the frame parameters. Call
3259 update_face_from_frame_parameter instead of
3260 internal-set-lisp-face-attribute. Initialize screen colors from
3261 initial_screen_colors[] when f->default_face_done_p is zero,
3262 instead of depending on being called with default-frame-alist as
3263 the alist argument.
3264
3265 * xfaces.c (update_face_from_frame_parameter): Move out of
3266 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3267 with HAVE_WINDOW_SYSTEM.
3268
3269 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3270 to menu-bar-mode, if not set in the frame parameters or in
3271 default-frame-alist.
3272
3273 * w32console.c (sys_tputs): Adjust argument list to prototype in
3274 term.c.
3275
3276 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * lisp.h (memory_warnings): Fix prototype.
3279
3280 * cm.h (evalcost): Fix prototype.
3281
3282 * cm.c (evalcost): Fix arg type.
3283
3284 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * term.c (term_clear_mouse_face, Fidentity):
3287 * syssignal.h (signal_handler_t):
3288 * lisp.h (memory_warnings):
3289 * coding.h (preferred_coding_system):
3290 * cm.h (evalcost):
3291 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3292
3293 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3294
3295 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3296 from prototypes.
3297
3298 * msdos.h (load_pixmap): Don't define away.
3299
3300 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3301
3302 * lisp.h:
3303 * atimer.h: Remove define for P_.
3304
3305 * alloc.c: Remove __P and P_ from .c and .m files.
3306 * atimer.c:
3307 * buffer.c:
3308 * callint.c:
3309 * category.c:
3310 * charset.c:
3311 * chartab.c:
3312 * cm.c:
3313 * coding.c:
3314 * composite.c:
3315 * data.c:
3316 * dired.c:
3317 * dispnew.c:
3318 * doc.c:
3319 * editfns.c:
3320 * emacs.c:
3321 * eval.c:
3322 * fileio.c:
3323 * filelock.c:
3324 * fns.c:
3325 * font.c:
3326 * fontset.c:
3327 * frame.c:
3328 * ftfont.c:
3329 * ftxfont.c:
3330 * gmalloc.c:
3331 * gtkutil.c:
3332 * image.c:
3333 * indent.c:
3334 * intervals.c:
3335 * keyboard.c:
3336 * keymap.c:
3337 * lread.c:
3338 * marker.c:
3339 * menu.c:
3340 * minibuf.c:
3341 * print.c:
3342 * process.c:
3343 * scroll.c:
3344 * search.c:
3345 * sound.c:
3346 * strftime.c:
3347 * syntax.c:
3348 * sysdep.c:
3349 * term.c:
3350 * terminal.c:
3351 * textprop.c:
3352 * unexalpha.c:
3353 * w32console.c:
3354 * w32fns.c:
3355 * w32font.c:
3356 * w32menu.c:
3357 * w32term.c:
3358 * w32uniscribe.c:
3359 * window.c:
3360 * xdisp.c:
3361 * xfaces.c:
3362 * xfns.c:
3363 * xfont.c:
3364 * xftfont.c:
3365 * xmenu.c:
3366 * xselect.c:
3367 * xterm.c: Likewise.
3368
3369 Remove P_ and __P macros.
3370 * atimer.h: Remove P_ and __P macros.
3371 * buffer.h:
3372 * category.h:
3373 * ccl.h:
3374 * character.h:
3375 * charset.h:
3376 * cm.h:
3377 * coding.h:
3378 * composite.h:
3379 * dispextern.h:
3380 * disptab.h:
3381 * dosfns.h:
3382 * font.h:
3383 * fontset.h:
3384 * frame.h:
3385 * gtkutil.h:
3386 * indent.h:
3387 * intervals.h:
3388 * keyboard.h:
3389 * keymap.h:
3390 * lisp.h:
3391 * macros.h:
3392 * md5.h:
3393 * menu.h:
3394 * msdos.h:
3395 * nsterm.h:
3396 * puresize.h:
3397 * region-cache.h:
3398 * syntax.h:
3399 * syssignal.h:
3400 * systime.h:
3401 * termhooks.h:
3402 * w32font.h:
3403 * w32term.h:
3404 * widget.h:
3405 * window.h:
3406 * xgselect.h:
3407 * xsettings.h:
3408 * xterm.h: Likewise.
3409
3410 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3413
3414 Cleanup old code.
3415 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3416 * syssignal.h: Remove code for Lynx, not supported anymore.
3417 * vm-limit.c: Remove unused code the depends on emacs not being
3418 defined and NO_LIM_DATA being defined.
3419 * mem-limits.h: Remove dead code.
3420
3421 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3422
3423 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3424
3425 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3426 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3427
3428 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3429 parameters, they are already absolute.
3430
3431 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3432 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3433
3434 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3435
3436 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3437 Update FRAME_TOOLBAR_HEIGHT.
3438
3439 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3440 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3441
3442 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3445 check default-frame-alist.
3446
3447 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3448
3449 * process.c (create_process): Avoid using invalid file descriptors.
3450
3451 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3452
3453 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3454
3455 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3456 Improve documentation. Return font regardless of use_system_font.
3457 (syms_of_xsettings): Improve documentation for font-use-system-font.
3458
3459 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3460
3461 * xfaces.c (realize_face): Garbage the frame if a face is removed
3462 (Bug#6593).
3463
3464 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3465
3466 * keyboard.c: Remove duplicate <setjmp.h>.
3467 (read_key_sequence): Remove volatile qualifiers.
3468
3469 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3470
3471 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3472 (struct glyph_row): New members left_fringe_offset and
3473 right_fringe_offset.
3474
3475 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3476 specially.
3477 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3478 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3479
3480 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3481 Take account of bitmap offset.
3482 (draw_window_fringes): Take account of window vscroll.
3483 (update_window_fringes): Likewise. Extend top-aligned top indicator
3484 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3485 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3486 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3487
3488 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * w32fns.c (Qtooltip): Declare.
3491 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3492
3493 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3494
3495 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3496 grab on just Press (Bug#6499).
3497
3498 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * frame.c (Qtooltip): New var.
3501 (delete_frame): Use it. Fix faulty if statement. Don't update
3502 mode line for tooltip frames. Suggested by Martin Rudalics.
3503
3504 * xfns.c (x_create_tip_frame):
3505 * w32fns.c (x_create_tip_frame): Use it.
3506
3507 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3508
3509 * xftfont.c (xftfont_open): Check font width one by one also when
3510 spacing is dual.
3511
3512 * ftfont.c (ftfont_open): Ditto.
3513
3514 2010-06-30 Glenn Morris <rgm@gnu.org>
3515
3516 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3517
3518 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3519
3520 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3521 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3522 * s/darwin.h (SYSTEM_MALLOC):
3523 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3524
3525 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3526
3527 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3528 (ns_get_screen): Don't assign integer to f.
3529 (Fx_display_color_cells): Declarations before statements.
3530
3531 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3532
3533 * xfns.c (x_default_font_parameter): Remove got_from_system
3534 (Bug#6526).
3535
3536 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3537 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3538 defines based on what configure finds.
3539
3540 * xterm.c (XTflash): Use gtk_widget_get_window.
3541 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3542 gtk_adjustment_get_page_size.
3543 (handle_one_xevent): Use gtk_widget_get_mapped.
3544 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3545 messages.
3546
3547 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3548
3549 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3550 HAVE_GTK_FILE_SELECTION_NEW.
3551
3552 * gtkutil.c (xg_display_open, xg_display_close): Remove
3553 HAVE_GTK_MULTIDISPLAY, it is always defined.
3554 (xg_display_open): Return type is void.
3555 (gtk_widget_set_has_window)
3556 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3557 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3558 (gtk_adjustment_set_page_increment)
3559 (gtk_adjustment_get_step_increment): #define these if not found
3560 by configure.
3561 (remove_submenu): New define based on Gtk+ version.
3562 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3563 gtk_widget_get_window.
3564 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3565 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3566 (create_dialog): Use gtk_dialog_get_action_area and
3567 gtk_dialog_get_content_area.
3568 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3569 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3570 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3571 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3572 g_object_ref and g_object_unref.
3573 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3574 gtk_widget_get_sensitive.
3575 (xg_update_submenu): Use remove_submenu.
3576 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3577 properties instead to get old x and y position.
3578 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3579 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3580 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3581 (xg_get_tool_bar_widgets): New function.
3582 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3583 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3584 (toolbar_set_orientation): New #define based on if configure
3585 finds gtk_orientable_set_orientation.
3586 (xg_create_tool_bar): Call toolbar_set_orientation.
3587 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3588 instead of gtk_box_pack_start_defaults.
3589
3590 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * cmds.c (Fdelete_backward_char): Move into Lisp.
3593
3594 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * s/freebsd.h (BSD4_2): Remove redundant definition.
3597 bsd-common.h defines it already.
3598
3599 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3602 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3603 tool-bar-mode, which are now set using these X resources at
3604 startup, to determine the defaults (Bug#2249).
3605
3606 * w32fns.c (Fx_create_frame):
3607 * nsfns.m (Fx_create_frame): Likewise.
3608
3609 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3610
3611 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * gtkutil.c (xg_update_scrollbar_pos):
3614 Avoid C99 mid-block variable declaration.
3615
3616 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3617
3618 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3619
3620 * gtkutil.h (xg_show_scroll_bar): Remove.
3621
3622 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3623 if height is less than scroll bar min size.
3624 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3625
3626 * xfns.c (x_default_font_parameter): Try to open font from system
3627 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3628
3629 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3630
3631 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3632
3633 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3634
3635 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3636 most-positive-fixnum, be extra accurate when scrolling window
3637 start, to avoid missing the cursor line.
3638
3639 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3640
3641 * xdisp.c (try_scrolling): Compute the limit for searching point
3642 in forward scroll from scroll_max, instead of an arbitrary limit
3643 of 10 screen lines. See
3644 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3645 and
3646 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3647 for details.
3648
3649 2010-06-16 Glenn Morris <rgm@gnu.org>
3650
3651 * editfns.c (Fbyte_to_string): Pacify compiler.
3652
3653 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * lread.c (read1): Phase out old-style backquotes a bit more.
3656
3657 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3658
3659 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3660 bidimirror.h.
3661
3662 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3663
3664 * bidi.c (bidi_initialize): Remove explicit initialization of
3665 bidi_type_table; include biditype.h instead. Don't support
3666 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3667 (bidi_mirror_char): Use bidi_mirror_table.
3668
3669 * biditype.h: New file.
3670
3671 * bidimirror.h: New file.
3672
3673 * window.c (syms_of_window): Doc fix (bug#6409).
3674
3675 2010-06-12 Romain Francoise <romain@orebokech.com>
3676
3677 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3678 ediff-hook.
3679
3680 2010-06-10 Glenn Morris <rgm@gnu.org>
3681
3682 * editfns.c (Fbyte_to_string): Pacify compiler.
3683
3684 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3685
3686 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3687
3688 * alloc.c (Fmake_byte_code): Don't access undefined argument
3689 (Bug#6517).
3690
3691 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * xdisp.c (next_element_from_image): Ensure that after-strings are
3694 read the next time we hit handle_stop (Bug#1336).
3695
3696 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3697
3698 * lread.c (read1): Signal error if #s is not followed by paren.
3699
3700 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3703
3704 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3705
3706 2010-06-15 Glenn Morris <rgm@gnu.org>
3707
3708 * editfns.c (Fbyte_to_string): Pacify compiler.
3709
3710 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3713 Check `object's type before accessing its guts.
3714
3715 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * s/usg5-4.h: Fix previous change.
3718 Suggested by Lawrence Mitchell <wence@gmx.li>
3719
3720 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3721
3722 * minibuf.c (Fall_completions): Add more checks.
3723
3724 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3727
3728 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3729
3730 * lread.c (X_OK): Remove, unused.
3731
3732 * dispnew.c: Remove obsolete comment.
3733
3734 Remove INCLUDED_FCNTL.
3735 * xterm.c (INCLUDED_FCNTL):
3736 * callproc.c (INCLUDED_FCNTL):
3737 * alloc.c (INCLUDED_FCNTL):
3738 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3739 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3740
3741 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3742
3743 * window.c (Fselect_window): Move `record_buffer' up to the
3744 beginning of this function, so the buffer gets recorded
3745 even if the selected window does not change.
3746 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3747
3748 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3751 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3752
3753 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3754
3755 Remove BSTRING related code, all platforms define it.
3756 * s/usg5-4.h (BSTRING): Remove definition.
3757 * s/template.h (BSTRING):
3758 * s/msdos.h (BSTRING):
3759 * s/ms-w32.h (BSTRING):
3760 * s/hpux10-20.h (BSTRING):
3761 * s/gnu-linux.h (BSTRING):
3762 * s/darwin.h (BSTRING):
3763 * s/cygwin.h (BSTRING):
3764 * s/bsd-common.h (BSTRING):
3765 * s/aix4-2.h (BSTRING): Likewise.
3766 * sysdep.c: Remove code depending on BSTRING not being defined.
3767
3768 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3769
3770 Remove obsolete macro BASE_LEADING_CODE_P.
3771 * character.h (BASE_LEADING_CODE_P): Remove.
3772 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3773 * buffer.c (Fset_buffer_multibyte):
3774 * indent.c (scan_for_column, compute_motion):
3775 * insdel.c (count_combining_before, count_combining_after):
3776 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3777
3778 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3779
3780 Turn `directory-sep-char' into a noop.
3781
3782 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3783 (DIRECTORY_SEP): Define unconditionally.
3784
3785 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3786
3787 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3788 call dostounix_filename directly.
3789
3790 * fileio.c (CORRECT_DIR_SEPS): Remove.
3791 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3792 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3793 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3794 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3795
3796 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3797 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3798
3799 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3800
3801 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3802 (Bug#6346)
3803
3804 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * ccl.c (Fccl_program_p): Fix typo in docstring.
3807
3808 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 Move UNEXEC definition to autoconf.
3811 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3812 * s/sol2-10.h (UNEXEC):
3813 * s/irix6-5.h (UNEXEC):
3814 * s/hpux10-20.h (UNEXEC):
3815 * s/gnu-linux.h (UNEXEC):
3816 * s/darwin.h (UNEXEC):
3817 * s/cygwin.h (UNEXEC):
3818 * s/bsd-common.h (UNEXEC):
3819 * s/aix4-2.h (UNEXEC):
3820 * m/alpha.h (UNEXEC): Likewise.
3821 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3822
3823 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3824
3825 Remove obsolete pre-unicode2 macros.
3826 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3827 * composite.c (composition_reseat_it):
3828 * data.c (Faset):
3829 * fns.c (Ffillarray):
3830 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3831 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3832
3833 2010-06-03 Juri Linkov <juri@jurta.org>
3834
3835 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3836 (Fswitch_to_buffer): Remove unused variable `err'.
3837
3838 2010-06-03 Glenn Morris <rgm@gnu.org>
3839
3840 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3841
3842 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3843 now that AH_BOTTOM does it.
3844
3845 * m/hp800.h (HAVE_ALLOCA):
3846 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3847
3848 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3849 Remove NOT_C_CODE tests, it is always true now.
3850
3851 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3852
3853 Fix config.h includes.
3854 * xsettings.c:
3855 * xgselect.c:
3856 * nsterm.m:
3857 * nsselect.m:
3858 * nsimage.m:
3859 * nsfont.m:
3860 * nsfns.m:
3861 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3862 other files do.
3863
3864 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3865
3866 * s/sol2-6.h: Remove obsolete comments.
3867
3868 Remove unnecessary alloca.h includes.
3869 * keymap.c: Do not include alloca.h, config.h does that.
3870 * sysdep.c: Likewise. Do not define fwrite, not used.
3871
3872 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3875 the HAVE_TERMIO where it belongs (bug#6149).
3876
3877 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3880 of bug#6305).
3881
3882 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3883
3884 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3885 state is always cached (bug#6306).
3886
3887 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3888
3889 Fix cursor motion in bidi-reordered continued lines.
3890 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3891 only after finding point's row. Fix the logic. Rewrite the loop
3892 over continuation lines in bidi-reordered buffers. Return
3893 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3894 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3895
3896 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3897
3898 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3899
3900 2010-05-28 Kenichi Handa <handa@m17n.org>
3901
3902 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3903 Don't sheck SPEC if it is nil.
3904 (font_list_entities): Call font_delete_unmatched if
3905 Vface_ignored_fonts is non-nil. (Bug#6287)
3906
3907 2010-05-28 Glenn Morris <rgm@gnu.org>
3908
3909 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3910
3911 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3914 whether to trash.
3915 (internal_delete_file, Frename_file): Callers changed.
3916 (delete_by_moving_to_trash): Doc fix.
3917 (Fdelete_directory_internal): Don't move to trash.
3918
3919 * callproc.c (delete_temp_file):
3920 * buffer.c (Fkill_buffer): Callers changed.
3921
3922 * lisp.h: Update prototype.
3923
3924 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * xdisp.c (redisplay_window): After redisplay, check if point is
3927 still valid before setting it (Bug#6177).
3928
3929 2010-05-27 Glenn Morris <rgm@gnu.org>
3930
3931 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3932 Convert comments to Makefile format.
3933
3934 * Makefile.in (bootstrap-clean): No more Makefile.c.
3935
3936 2010-05-26 Glenn Morris <rgm@gnu.org>
3937
3938 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3939 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3940
3941 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3942 Remove.
3943 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3944
3945 2010-05-26 Kenichi Handa <handa@m17n.org>
3946
3947 * composite.c (composition_compute_stop_pos): Fix condition for
3948 backward scanning.
3949
3950 2010-05-25 Glenn Morris <rgm@gnu.org>
3951
3952 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3953 Move before TEMACS_LDFLAGS.
3954 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3955 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3956
3957 * Makefile.in (NOT_C_CODE): No longer define.
3958 (config.h): No longer include.
3959
3960 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3961 variables it may reference.
3962
3963 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3964 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3965
3966 2010-05-25 Kenichi Handa <handa@m17n.org>
3967
3968 * dispextern.h (struct composition_it): New members rule_idx and
3969 charpos.
3970
3971 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3972 that the character positions of IT point the last character of the
3973 current grapheme cluster.
3974 (next_element_from_composition): Don't change character positions
3975 of IT.
3976 (append_composite_glyph): Set glyph->charpos to
3977 it->cmp_it.charpos.
3978
3979 * composite.c (autocmp_chars): Change the first argument to RULE,
3980 and try composition with RULE only.
3981 (composition_compute_stop_pos): Record the index number of the
3982 composition rule in CMP_IT->rule_idx.
3983 (composition_reseat_it): Call autocmp_chars repeatedly until the
3984 correct rule of the composition is found.
3985 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3986 is at the last character of the current grapheme cluster when
3987 CMP_IT->reversed_p is nonzero.
3988
3989 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * editfns.c (Fbyte_to_string): New function.
3992
3993 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3996 Suggested by Masatake YAMATO <yamato@redhat.com>.
3997
3998 2010-05-23 Eli Zaretskii <eliz@gnu.org>
3999
4000 * dispextern.h (init_iterator): Sync prototype with changed definition.
4001
4002 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4003
4004 * s/netbsd.h: If terminfo is found, use it in preference to
4005 termcap. (Bug#6190) [Backport from trunk]
4006
4007 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4008
4009 Redesign and reimplement bidi-aware edge positions of glyph rows.
4010
4011 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4012 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4013 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4014 and maxpos members instead of start.pos and end.pos, respectively.
4015
4016 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4017 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4018 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4019 (try_window_reusing_current_matrix, try_window_id):
4020 Use ROW->minpos rather than ROW->start.pos.
4021 (init_from_display_pos, init_iterator): Use EMACS_INT for
4022 character and byte positions.
4023 (find_row_edges): Rename from find_row_end. Accept additional
4024 arguments for minimum and maximum buffer positions seen by
4025 display_line for this row. Don't use iterator to find the
4026 position following the maximum one; instead, increment the
4027 position found by display_line directly. Fix logic; eol_pos
4028 should be tested before the rest. Handle the case of characters
4029 delivered from display vector (bug#6036). Fix tests related to
4030 it->method. Handle the truncated_on_right_p rows.
4031 (RECORD_MAX_MIN_POS): New macro.
4032 (display_line): Use it to record the minimum and maximum buffer
4033 positions for glyphs in the row being assembled. Record the
4034 position of the newline that terminates the line. If word wrap is
4035 in effect, restore minimum and maximum positions seen up to the
4036 wrap point, when iterator returns to it.
4037 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4038 row and cursor not already at point. Restore original pre-bidi
4039 code for unidirectional buffers.
4040
4041 * dispnew.c (increment_row_positions, check_matrix_invariants):
4042 Increment and check row->start.pos and row->end.pos, in addition
4043 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4044
4045 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4046 Display truncated_on_left_p and truncated_on_right_p flags.
4047 Formatting fixes.
4048 (pmtxrows): Display the ordinal number of each row. Don't display
4049 rows beyond the last one.
4050
4051 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4052 it is not copied by bidi_copy_it.
4053
4054 2010-05-22 Eli Zaretskii <eliz@gnu.org>
4055
4056 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4057 (Bug#6237)
4058
4059 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * image.c (Fimage_flush): Rename from image-refresh.
4062
4063 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4066 just one window.
4067
4068 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4069 (clear_image_cache): If the number of cached images is unusually
4070 large, decrease the cache eviction delay (Bug#6230).
4071
4072 2010-05-21 Glenn Morris <rgm@gnu.org>
4073
4074 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4075 Move these rules to ns.mk.
4076 * ns.mk: New file.
4077
4078 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4079
4080 * Makefile.in (CANNOT_DUMP): New, set by configure.
4081 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4082
4083 2010-05-20 Juri Linkov <juri@jurta.org>
4084
4085 * fileio.c (Fdelete_file): Change interative spec to use
4086 `read-file-name' like in `find-file-read-args' where the default
4087 value is `default-directory' instead of `buffer-file-name'.
4088 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4089
4090 2010-05-20 Kevin Ryde <user42@zip.com.au>
4091
4092 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4093 (Voverriding_terminal_local_map, Vsystem_key_alist)
4094 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4095
4096 2010-05-20 Glenn Morris <rgm@gnu.org>
4097
4098 * Makefile.in (DEPDIR): New constant.
4099 (DEPFLAGS): Set with configure, not cpp.
4100 (MKDEPDIR): New, set by configure.
4101 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4102 (clean): Use $DEPDIR.
4103 (deps_frag): Include from configure.
4104 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4105 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4106
4107 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4108 reallocation of the cache. (Bug#6210)
4109
4110 2010-05-19 Glenn Morris <rgm@gnu.org>
4111
4112 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4113
4114 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4115 (GNULIB_VAR): Remove.
4116 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4117
4118 * m/ibms390x.h (LINKER):
4119 * m/macppc.h (LINKER) [GNU_LINUX]:
4120 * s/aix4-2.h (ORDINARY_LINK):
4121 * s/cygwin.h (LINKER):
4122 * s/darwin.h (ORDINARY_LINK):
4123 * s/gnu.h (ORDINARY_LINK):
4124 * s/netbsd.h (LINKER):
4125 * s/usg5-4.h (ORDINARY_LINK):
4126 Move to configure.
4127
4128 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4129
4130 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4133 prevent stack overflow if number of arguments is too large
4134 (Bug#6214).
4135
4136 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4137
4138 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4139
4140 2010-05-18 Glenn Morris <rgm@gnu.org>
4141
4142 * s/gnu-linux.h: Combine two conditionals.
4143
4144 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4145 $(POST_ALLOC_OBJ).
4146
4147 * Makefile.in (RALLOC_OBJ): New, set by configure.
4148 (rallocobj): Replace with the previous variable.
4149 (otherobj): Use $RALLOC_OBJ.
4150
4151 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4152 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4153
4154 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4155 (gmallocobj, vmlimitobj): Replace with previous two variables.
4156 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4157
4158 2010-05-17 Glenn Morris <rgm@gnu.org>
4159
4160 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4161 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4162
4163 2010-05-16 Glenn Morris <rgm@gnu.org>
4164
4165 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4166
4167 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4168
4169 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4170 trailing "/".
4171
4172 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4173 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4174
4175 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4176 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4177 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4178 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4179 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4180
4181 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4182 Remove ${STARTFLAGS}, nothing ever sets it.
4183
4184 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4187
4188 2010-05-16 Glenn Morris <rgm@gnu.org>
4189
4190 * Makefile.in (LIBX_BASE): Always define.
4191
4192 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4193
4194 * Makefile.in (LIBXT): Always define.
4195
4196 2010-05-15 Glenn Morris <rgm@gnu.org>
4197
4198 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4199
4200 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4201 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4202
4203 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4204
4205 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
4206 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4207
4208 * emacs.c (main): Initialize initial-environment and
4209 process-environment before generating from env, not after.
4210
4211 Handle --version reasonably in CANNOT_DUMP configuration.
4212 * emacs.c (emacs_version, emacs_copyright): New string variables.
4213 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4214 (syms_of_emacs): Defvar them, and initialize them from the C
4215 string variables.
4216 (main): If initialization hasn't been done, print initial version
4217 info from the C strings, instead of starting an interactive session.
4218
4219 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4220
4221 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4222 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4223 (bidi_paragraph_init): Remove redundant assertion that we are at
4224 the beginning of a line after call to bidi_find_paragraph_start.
4225
4226 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4227 (syms_of_xdisp): Defsubr it.
4228
4229 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4230
4231 * Makefile.in: Fix MSDOS-related comments.
4232
4233 2010-05-15 Glenn Morris <rgm@gnu.org>
4234
4235 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4236 (really-lwlib, really-oldXMenu): Always define.
4237 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4238
4239 * Makefile.in: Simplify cpp conditional.
4240
4241 * Makefile.in (${ns_appdir}): Simplify using umask.
4242
4243 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4244
4245 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * eval.c (specbind): Remove left-over duplicate test.
4248 Disallow let-binding frame-local vars. Add comment.
4249
4250 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4251
4252 Make the cache of bidi iterator states dynamically allocated.
4253 * bidi.c (bidi_cache_shrink): New function.
4254 (bidi_init_it): Call it.
4255 (bidi_cache_iterator_state): Enlarge the cache if needed.
4256
4257 * bidi.c (bidi_move_to_visually_next): Rename from
4258 bidi_get_next_char_visually. All callers changed.
4259
4260 2010-05-14 Kenichi Handa <handa@m17n.org>
4261
4262 * dispextern.h (struct composition_it): New member reversed_p.
4263
4264 * composite.c (composition_compute_stop_pos): Search backward if
4265 ENDPOS < CHARPOS.
4266 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4267 Set CMP_IT->reversed_p.
4268 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4269
4270 * xdisp.c (set_iterator_to_next):
4271 Call composition_compute_stop_pos with negative ENDPOS if we are
4272 scanning backward. Call composition_compute_stop_pos if scan
4273 direction is changed.
4274 (next_element_from_buffer): Call composition_compute_stop_pos with
4275 negative ENDPOS if we are scanning backward.
4276 (next_element_from_composition): Pay attention to
4277 IT->cmp_it.reversed_p.
4278
4279 2010-05-14 Kenichi Handa <handa@m17n.org>
4280
4281 * font.c (font_range): Return the range for the font found at first.
4282
4283 2010-05-14 Glenn Morris <rgm@gnu.org>
4284
4285 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4286
4287 * Makefile.in (mktime, X11, register): Move undefs to configure.
4288
4289 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4290 (MSDOS_X_OBJ): New variable.
4291 (MSDOS_SUPPORT_REAL): New constant.
4292 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4293 (obj): Use MSDOS_X_OBJ.
4294 (lisp): Use MSDOS_SUPPORT as a variable.
4295
4296 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4297 (GPM_MOUSE_SUPPORT): Now it's a constant.
4298 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4299 not cpp.
4300
4301 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4302 (ns_appresdir): Remove, unused.
4303
4304 * Makefile.in (SHELL): Move outside cpp section.
4305
4306 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4307
4308 2010-05-13 Glenn Morris <rgm@gnu.org>
4309
4310 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4311 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4312
4313 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4314 HAVE_WINDOW_SYSTEM must be too.
4315
4316 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4317 (lisp): Remove WINNT_SUPPORT.
4318
4319 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4320 Let configure set these variables (to empty) in this case as well.
4321
4322 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4323 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4324
4325 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4326 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4327 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4328 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4329 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4330 the values output by configure.
4331 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4332
4333 2010-05-12 Glenn Morris <rgm@gnu.org>
4334
4335 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4336 (LINKER_WAS_SPECIFIED): Remove.
4337
4338 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4339 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4340 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4341 * s/cygwin.h (LIB_GCC):
4342 * s/freebsd.h (LIB_GCC):
4343 * s/gnu-linux.h (LIB_GCC):
4344 * s/msdos.h (LIB_GCC):
4345 * s/netbsd.h (LIB_GCC):
4346 Move to configure.
4347
4348 2010-05-11 Karel Klic <kklic@redhat.com>
4349
4350 * ftfont.c: Fix incorrect parentheses of #if condition for
4351 definining M17N_FLT_USE_NEW_FEATURE.
4352
4353 2010-05-11 Glenn Morris <rgm@gnu.org>
4354
4355 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4356 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4357
4358 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4359
4360 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4361 unibyte buffers. See
4362 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4363
4364 2010-05-10 Glenn Morris <rgm@gnu.org>
4365
4366 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4367 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4368 (LIBES): Use LIBS_SYSTEM as a variable.
4369 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4370 * s/aix4-2.h (LIBS_SYSTEM):
4371 * s/freebsd.h (LIBS_SYSTEM):
4372 * s/hpux10-20.h (LIBS_SYSTEM):
4373 * s/sol2-6.h (LIBS_SYSTEM):
4374 * s/unixware.h (LIBS_SYSTEM):
4375 Move to configure.
4376
4377 * s/aix4-2.h (MAIL_USE_LOCKF):
4378 * s/bsd-common.h (MAIL_USE_FLOCK):
4379 * s/darwin.h (MAIL_USE_FLOCK):
4380 * s/gnu-linux.h (MAIL_USE_FLOCK):
4381 * s/irix6-5.h (MAIL_USE_FLOCK):
4382 * s/template.h (MAIL_USE_FLOCK):
4383 Move to configure.
4384
4385 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * Version 23.2 released.
4388
4389 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4390
4391 * composite.c (autocmp_chars): Save point as marker before calling
4392 auto-composition-function (Bug#5984).
4393
4394 * lisp.h (restore_point_unwind): Add prototype.
4395
4396 * fileio.c (restore_point_unwind): Remove static attribute.
4397
4398 2010-05-08 Kenichi Handa <handa@m17n.org>
4399
4400 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4401 new feature of libotf and m17n-flt.
4402 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4403 Call OTF_check_features even if no specific feature is given.
4404 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4405 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4406 that OUT is NULL. Use OTF_drive_gsub_with_log and
4407 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4408 OTF_drive_gpos.
4409 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4410 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4411 Setup mflt_enable_new_feature and mflt_try_otf.
4412
4413 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4414
4415 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4416
4417 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4418 box and toolbar (Bug #6139).
4419 (xg_create_tool_bar): Remove comment (Bug #6139).
4420 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4421 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4422
4423 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4426 Update dependencies.
4427
4428 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4429
4430 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4431 R2L lines.
4432
4433 2010-05-08 Glenn Morris <rgm@gnu.org>
4434
4435 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4436
4437 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4438 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4439 (termcapobj): Replace with TERMCAP_OBJ.
4440 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4441 (LIBES): Use LIBS_TERMCAP as a variable.
4442
4443 * s/freebsd.h (osreldate.h): No longer include, since this file
4444 does not use __FreeBSD_version any more.
4445
4446 * s/aix4-2.h (TERMINFO):
4447 * s/cygwin.h (TERMINFO):
4448 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4449 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4450 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4451 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4452 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4453 * s/irix6-5.h (TERMINFO):
4454 * s/netbsd.h (LIBS_TERMCAP):
4455 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4456 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4457 * s/usg5-4.h (TERMINFO):
4458 Move to configure.
4459
4460 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * eval.c (unbind_to): Don't unbind a local binding into the global
4463 binding when the local binding disappeared. Inversely, don't unbind
4464 a global binding into a newly created local binding.
4465 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4466 can specify the frame to use, when applicable. Adjust callers.
4467
4468 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4469 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4472
4473 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4474
4475 * w32fns.c: Include w32.h.
4476 (Fw32_shell_execute): Decode the error message before passing it
4477 to `error'. (Bug#6126)
4478
4479 * msdos.c (dos_set_window_size):
4480 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4481 instead of `XSYMBOL (foo)->value'.
4482
4483 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4484
4485 Fix the MS-DOS build, broken by autoconfiscation.
4486
4487 * Makefile.in: Don't use Make-style comments past the "start of
4488 cpp stuff" line.
4489 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4490
4491 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4492 edited directly by msdos/sed1v2.inp).
4493
4494 2010-05-07 Glenn Morris <rgm@gnu.org>
4495
4496 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4497 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4498 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4499 move out of cpp section.
4500 * s/freebsd.h (LD_SWITCH_SYSTEM):
4501 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4502 * s/netbsd.h (LD_SWITCH_SYSTEM):
4503 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4504
4505 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4506
4507 Define LIB_STANDARD and START_FILES using autoconf.
4508 * s/usg5-4.h (LIB_STANDARD):
4509 * s/netbsd.h (START_FILES):
4510 * s/irix6-5.h (LIB_STANDARD):
4511 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4512 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4513 * s/freebsd.h (START_FILES):
4514 * s/darwin.h (START_FILES):
4515 * s/cygwin.h (START_FILES):
4516 * s/aix4-2.h (LIB_STANDARD):
4517 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4518 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4519 autoconf, not cpp.
4520
4521 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 Remove NEED_BSDTTY and NEED_UNISTD_H.
4524 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4525 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4526 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4527 <sys/ptyio.h> and <unistd.h>.
4528
4529 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4530
4531 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4532 * s/gnu.h (START_FILES): Remove empty definition.
4533
4534 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4535
4536 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4537
4538 2010-05-06 Glenn Morris <rgm@gnu.org>
4539
4540 * Makefile.in (CPP, LN_S): Remove unused variables.
4541
4542 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4545
4546 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4547
4548 * m/sparc.h: Fix typo in earlier change.
4549
4550 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 Misc tweaks.
4553 * eval.c (Fdefvaralias): Remove unintended nested if.
4554 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4555
4556 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4557
4558 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4559
4560 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4561
4562 Remove BSD_PGRPS.
4563 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4564 * s/gnu-linux.h (BSD_PGRPS): Remove.
4565 * term.c (dissociate_if_controlling_tty):
4566 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4567 (init_sys_modes, reset_sys_modes):
4568 * emacs.c (main):
4569 * callproc.c (Fcall_process, child_setup): Remove code depending
4570 on BSD_PGRPS.
4571
4572 Remove POSIX_SIGNALS.
4573 * s/usg5-4.h (POSIX_SIGNALS):
4574 * s/netbsd.h (POSIX_SIGNALS):
4575 * s/msdos.h (POSIX_SIGNALS):
4576 * s/ms-w32.h (POSIX_SIGNALS):
4577 * s/hpux11.h (POSIX_SIGNALS):
4578 * s/gnu.h (POSIX_SIGNALS):
4579 * s/gnu-linux.h (POSIX_SIGNALS):
4580 * s/freebsd.h (POSIX_SIGNALS):
4581 * s/darwin.h (POSIX_SIGNALS):
4582 * s/cygwin.h (POSIX_SIGNALS):
4583 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4584 * s/unixware.h:
4585 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4586 * process.c (create_process):
4587 * syssignal.h:
4588 * sysdep.c (wait_for_termination, init_signals):
4589 * process.c (create_process):
4590 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4591 remove all code that assumes the contrary.
4592
4593 2010-05-04 Glenn Morris <rgm@gnu.org>
4594
4595 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4596 variable.
4597 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4598 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4599 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4600 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4601 LD_SWITCH_SYSTEM_tmp.
4602 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4603 New variables, set by configure.
4604
4605 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4606 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4607 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4608 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4609 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4610
4611 * s/aix4-2.h (C_SWITCH_SYSTEM):
4612 * m/alpha.h (C_SWITCH_MACHINE):
4613 Move to configure.in.
4614 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4615 New variables, set by configure.
4616 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4617 $c_switch_machine and $c_switch_system.
4618
4619 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4620
4621 * s/hpux10-20.h (LIB_STANDARD): New definition.
4622 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4623 on it, not used anymore.
4624
4625 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * eval.c (internal_condition_case_n): Rename from
4628 internal_condition_case_2.
4629 (internal_condition_case_2): New function.
4630
4631 * xdisp.c (safe_call): Use internal_condition_case_n.
4632
4633 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4634 (internal_delete_file, Frename_file): Callers changed.
4635
4636 * buffer.c (Fkill_buffer):
4637 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4638
4639 * lisp.h: Update prototypes.
4640
4641 2010-05-03 Glenn Morris <rgm@gnu.org>
4642
4643 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4644 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4645 (LIBXT): Set with configure, not cpp.
4646 (LIBX): Remove.
4647 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4648
4649 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4652 The FreeBSD is not needed, the default works, Solaris version is
4653 not needed, and the remaining case is not supported by configure.
4654
4655 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * xsmfns.c (CHDIR_OPT): New define.
4658 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4659 restarting emacs.
4660
4661 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4662 shut_down_emacs.
4663
4664 * emacs.c (USAGE1): Mention --chdir.
4665 (main): Handle --chdir.
4666 (standard_args): Add --chdir.
4667 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4668 #5552).
4669
4670 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4671
4672 Remove LD_SWITCH_MACHINE.
4673 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4674 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4675
4676 Clean up IRIX code.
4677 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4678 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4679
4680 Clean up AIX code.
4681 * m/ibmrs6000.inp: Remove file, unused.
4682 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4683 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4684 definition ...
4685 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4686
4687 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4688 unused.
4689
4690 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4691
4692 Emulate POSIX_SIGNALS on MS-Windows.
4693
4694 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4695 (SIG_SETMASK, SIG_UNBLOCK): Define.
4696
4697 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4698 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4699 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4700
4701 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4702 New stubs.
4703
4704 Miscellaneous fixes of bidi display.
4705
4706 * xdisp.c (find_row_end): New function, refactored from display_line.
4707 (display_line): Use it.
4708 (extend_face_to_end_of_line): In almost-filled rows, extend only
4709 if the row is R2L and not continued.
4710 (display_line): Fix prepending of truncation glyphs to R2L rows.
4711 Preserve overlay and string info in row->end.
4712 (insert_left_trunc_glyphs): Support addition of left truncation
4713 glyphs to R2L rows.
4714 (set_cursor_from_row): Don't place cursor on the vertical border
4715 glyph between adjacent windows. Fix a crash when a display string
4716 is continued to the next line. Don't return zero if cursor was
4717 found by `cursor' property of a display string.
4718 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4719 test for that explicitly.
4720
4721 2010-05-01 Glenn Morris <rgm@gnu.org>
4722
4723 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4724 for clarity.
4725 (OTHER_OBJ): Remove.
4726 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4727 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4728
4729 2010-05-01 Karel Klíč <kklic@redhat.com>
4730
4731 * fileio.c (Ffile_selinux_context): Context functions may return null.
4732
4733 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4734
4735 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4736
4737 2010-04-30 Glenn Morris <rgm@gnu.org>
4738
4739 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4740 (OTHER_OBJ): Define as a separate variable, for clarity.
4741
4742 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4743
4744 * xsettings.c: include limits.h and update file comment.
4745
4746 2010-04-30 Glenn Morris <rgm@gnu.org>
4747
4748 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4749 Set with configure, not cpp.
4750 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4751
4752 * Makefile.in (mallocobj): Remove.
4753 (otherobj): Simplify using @OTHER_OBJ@.
4754
4755 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4756 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4757 Don't bother making nsgui.h dependency platform-specific.
4758
4759 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4760
4761 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * process.c (read_process_output, exec_sentinel): Don't burp if the
4764 sentinel/filter kills the current buffer (bug#6060).
4765
4766 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4767 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4768 Remove unused var `args'.
4769 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4770 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4771 * doc.c (store_function_docstring): Use XSETCAR.
4772
4773 2010-04-28 Glenn Morris <rgm@gnu.org>
4774
4775 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4776 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4777
4778 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4779
4780 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4781 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4782
4783 * Makefile.in (FONT_OBJ): New, set by configure.
4784 (FONT_DRIVERS): Use $FONT_OBJ.
4785
4786 * Makefile.in (LIBXMU): Set with configure, not cpp.
4787 * s/aix4-2.h (LIBXMU):
4788 * s/hpux10-20.h (LIBXMU):
4789 Remove definition, now set in configure.
4790
4791 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4792
4793 * m/amdx86-64.h [i386]: Move this test to configure.in.
4794
4795 2010-04-27 Glenn Morris <rgm@gnu.org>
4796
4797 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4798 * s/unixware.h (NEED_LIBW): Remove definition.
4799
4800 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4801 (TOOLKIT_LIBW): New, set by configure.
4802 (@X_TOOLKIT_TYPE@): No longer define it.
4803
4804 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4805 (MOTIF_LIBW): Set with configure, not cpp.
4806 * s/aix4-2.h (LIB_MOTIF):
4807 * s/gnu-linux.h (LIB_MOTIF):
4808 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4809
4810 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4811
4812 Reduce CPP usage.
4813 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4814 (obj): Use autoconf for unexec instead of cpp.
4815 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4816 definitions and undefs. Inline definitions in the only user.
4817 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4818
4819 2010-04-27 Glenn Morris <rgm@gnu.org>
4820
4821 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4822 since the defaults (set by the system file) are fine in most cases.
4823 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4824 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4825 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4826 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4827 Remove definitions, since they are set correctly in s/gnu-linux.h.
4828 * s/freebsd.h (START_FILES, LIB_STANDARD):
4829 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4830 * s/hpux10-20.h (START_FILES):
4831 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4832 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4833
4834 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4835 (MOTIF_LIBW): Use $LIBXP.
4836 (otherobj): Use $WIDGET_OBJ.
4837
4838 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4839
4840 * Makefile.in (LIBS_MACHINE): Remove, unused.
4841
4842 Use autoconf instead of cpp for LIB_MATH.
4843 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4844 * s/cygwin.h (LIB_MATH): Likewise.
4845 * Makefile.in (LIB_MATH): Do not define with cpp.
4846 (LIBES): Use autoconf for LIB_MATH.
4847
4848 2010-04-26 Kenichi Handa <handa@m17n.org>
4849
4850 * composite.c (Ffind_composition_internal): Fix the return value
4851 for an automatic composition.
4852
4853 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4854
4855 Remove all NO_ARG_ARRAY uses.
4856 * fns.c (concat2, concat3, nconc2):
4857 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4858 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4859 * m/xtensa.h (NO_ARG_ARRAY):
4860 * m/template.h (NO_ARG_ARRAY):
4861 * m/sparc.h (NO_ARG_ARRAY):
4862 * m/sh3.h (NO_ARG_ARRAY):
4863 * m/mips.h (NO_ARG_ARRAY):
4864 * m/macppc.h (NO_ARG_ARRAY):
4865 * m/iris4d.h (NO_ARG_ARRAY):
4866 * m/intel386.h (NO_ARG_ARRAY):
4867 * m/ibms390x.h (NO_ARG_ARRAY):
4868 * m/ibms390.h (NO_ARG_ARRAY):
4869 * m/ibmrs6000.h (NO_ARG_ARRAY):
4870 * m/ia64.h (NO_ARG_ARRAY):
4871 * m/hp800.h (NO_ARG_ARRAY):
4872 * m/arm.h (NO_ARG_ARRAY):
4873 * m/amdx86-64.h (NO_ARG_ARRAY):
4874 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4875
4876 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4877
4878 * xdisp.c (display_line): Don't assume 2nd call to
4879 get_next_display_element cannot return zero. (Bug#6030)
4880 (iterate_out_of_display_property): New function, body from pop_it.
4881 (pop_it): Use it.
4882
4883 2010-04-24 Glenn Morris <rgm@gnu.org>
4884
4885 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4886 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4887 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4888 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4889
4890 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4891
4892 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4893 use `get_next_display_element' and `set_iterator_to_next' to
4894 advance to the next character, when looking for the character that
4895 begins the next row.
4896
4897 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4898 definition of "struct Lisp_Symbol".
4899
4900 2010-04-24 Glenn Morris <rgm@gnu.org>
4901
4902 * Makefile.in (CRT_DIR): New variable, set by configure.
4903 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4904 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4905
4906 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4907
4908 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4909
4910 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4911
4912 Remove redundant flags.
4913 * s/freebsd.h (C_SWITCH_SYSTEM):
4914 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4915 * s/netbsd.h (C_SWITCH_SYSTEM):
4916 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4917 of these.
4918
4919 Simplify m/intel386.h.
4920 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4921 user: ecrt0.c.
4922 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4923 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4924 the only user: s/unixware.h.
4925 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4926 from m/intel386.h.
4927 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4928 moved here from m/intel386.h.
4929
4930 * m/mips.h: Remove #if 0 code.
4931
4932 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4933
4934 Fix display of composed characters from L2R scripts in bidi buffers.
4935 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4936 After advancing IT past the composition, resync the bidi iterator
4937 with IT's position. (Bug#5977)
4938
4939 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4942 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4943
4944 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4947
4948 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4949
4950 Support `display' text properties and overlay strings in bidi buffers.
4951 * xdisp.c (pop_it): When the stack is popped after displaying
4952 from a string, bidi-iterate to exit from the text portion covered
4953 by the `display' property or overlay. (Bug#5988, bug#5920)
4954
4955 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4956
4957 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4958 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4959
4960 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4961 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4962
4963 Simplify STARTFILES definition.
4964 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4965 relying on Makefile.in to define it.
4966 * s/cygwin.h (START_FILES): Likewise.
4967 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4968
4969 Clean up Solaris code.
4970 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4971 (LIB_MOTIF): Remove, configure takes care of this.
4972 (NOT_USING_MOTIF): Remove, unused.
4973 * xrdb.c: Remove #if 0-ed #include.
4974 (SYSV): Remove conditional for old SysV.
4975 * sysdep.c (closedir): Remove conditional code for Solaris,
4976 Solaris has closedir.
4977
4978 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4979
4980 * xsettings.c (read_and_apply_settings): Check if current_font is
4981 NULL before strcmp (Bug#6001).
4982
4983 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4984
4985 Clean up HP-UX files.
4986 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4987 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4988 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4989 * s/hpux10-20.h: ... to the only user, here.
4990
4991 2010-04-21 Eli Zaretskii <eliz@gnu.org>
4992
4993 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4994 use buffer-local values of paragraph-start and paragraph-separate.
4995 <paragraph_start_re, paragraph_separate_re>: Rename from
4996 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4997 (Bug#5992)
4998
4999 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5000
5001 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5002 current_tool_bar_style are new.
5003 (store_config_changed_event): Rename from store_font_changed_event.
5004 (XSETTINGS_TOOL_BAR_STYLE): New define.
5005 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5006 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5007 HAVE_XFT.
5008 (something_changedCB): store_font_changed_event is now
5009 store_config_changed_event.
5010 (parse_settings): Rename from parse_xft_settings. Read
5011 non-xft xsettings outside #ifdef HAVE_XFT.
5012 (read_settings): Renamed from read_xft_settings.
5013 (apply_xft_settings): Take current settings as parameter. Do not
5014 call read_(xft)_settings.
5015 (read_and_apply_settings): New function.
5016 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5017 read_and_apply_settings if there are settings to be read.
5018 (init_xsettings): Renamed from init_xfd_settings.
5019 Call read_and_apply_settings unconditionally.
5020 (xsettings_initialize): Call init_xsettings.
5021 (Ftool_bar_get_system_style): New function.
5022 (syms_of_xsettings): Define Qmonospace_font_name and
5023 Qtool_bar_style. Initialize current_tool_bar_style to nil.
5024 defsubr Stool_bar_get_system_style. Fprovide on
5025 dynamic-setting.
5026 Move misplaced HAVE_GCONF
5027
5028 * xsettings.h (Ftool_bar_get_system_style): Declare.
5029
5030 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5031 Qtext, Qboth, Qboth_horiz are new.
5032 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5033 Vtool_bar_style, tool_bar_max_label_size.
5034
5035 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5036
5037 * keyboard.c: QClabel is new.
5038 (parse_tool_bar_item): Take out QClabel from tool bar items.
5039 Try to construct a label if ther is no QClabel.
5040 (syms_of_keyboard): Intern :label as QClabel.
5041
5042 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5043 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5044 New.
5045
5046 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5047 dynamic-setting.el.
5048
5049 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5050 (xg_make_tool_item, xg_show_toolbar_item): New function.
5051 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5052 Call xg_make_tool_item to make a tool bar item.
5053 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5054
5055 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5056 into account for toolbars.
5057
5058 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5059
5060 * data.c (make_blv): Declarations before code (Bug#5993).
5061
5062 2010-04-21 Glenn Morris <rgm@gnu.org>
5063
5064 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5065 Define using autoconf, not cpp.
5066 (LIBXSM): New variable, set by autoconf.
5067 (LIBXT): Use $LIBXSM.
5068
5069 2010-04-21 Dan Nicolaescu <local_user@dannlt>
5070
5071 Remove NOMULTIPLEJOBS, unused.
5072 * s/template.h (NOMULTIPLEJOBS):
5073 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5074
5075 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5076 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5077 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5078 detects -znocombreloc and passes it to the linker
5079 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5080
5081 2010-04-21 Glenn Morris <rgm@gnu.org>
5082
5083 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5084
5085 2010-04-21 Karel Klíč <kklic@redhat.com>
5086
5087 * Makefile.in (LIBSELINUX_LIBS): New.
5088 (LIBES): Add $LIBSELINUX_LIBS.
5089 * eval.c, lisp.h (call7): New function.
5090 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5091 (Ffile_selinux_context, Fset_file_selinux_context):
5092 New functions.
5093 (Fcopy_file): New parameter preserve-selinux-context.
5094 (Frename_file): Preserve selinux context when renaming by copy-file.
5095
5096 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5097 Eli Zaretskii <eliz@gnu.org>
5098
5099 Don't depend on cm.c or termcap.c on Windows, use stubs.
5100 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5101 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5102 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5103 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5104 (sys_tputs, sys_tgetstr): New stubs.
5105 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5106 (tputs, tgetstr): New; define to sys_*.
5107
5108 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5109
5110 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5111
5112 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5115 Just signal a warning rather than an error when inside a let.
5116 (Fmake_variable_frame_local): Add the same test.
5117
5118 * font.c (syms_of_font): Make the style table vars read-only.
5119
5120 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5121 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5122
5123 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5124
5125 2010-04-20 Eli Zaretskii <eliz@gnu.org>
5126
5127 Fix R2L paragraph display on TTY.
5128
5129 * xdisp.c (unproduce_glyphs): New function.
5130 (display_line): Use it when produced glyphs are discarded from R2L
5131 glyph rows.
5132 (append_composite_glyph): In R2L rows, prepend the glyph rather
5133 than appending it.
5134
5135 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5136 rather than append it. Set up the resolved_level and bidi_type
5137 attributes of the appended glyph.
5138 (produce_special_glyphs): Mirror the backslash continuation
5139 character in R2L lines.
5140
5141 Implement display of R2L paragraphs in GUI sessions.
5142
5143 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5144 append_stretch_glyph.
5145 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5146 off-by-one error in computing x at end of text in the row.
5147 (append_stretch_glyph): In reversed row, prepend the glyph rather
5148 than append it. Set resolved_level and bidi_type of the glyph.
5149 (extend_face_to_end_of_line): If the row is reversed, prepend a
5150 stretch glyph whose width is such that the rightmost glyph will be
5151 drawn at the right margin of the window. Fix off-by-one error on
5152 TTY frames in testing whether a line needs face extension. Fix
5153 face extension at ZV. If this is the last glyph row, use
5154 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5155 region face.
5156 (set_cursor_from_row, display_line): Use
5157 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5158 row->continuation_lines_width.
5159 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5160 are at ZV. Fixes a crash when reseated to ZV by
5161 try_window_reusing_current_matrix.
5162 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5163 which happens with R2L glyph rows. Fixes a crash when inserting a
5164 character at end of an R2L line.
5165 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5166 treat them as having zero-width characters. Improve comments.
5167 Don't reverse pos_before and pos_after for reversed glyph rows.
5168 Set cursor.x to negative value when the cursor might be on the
5169 left fringe.
5170 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5171 left fringe, not the right one.
5172 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5173 (erase_phys_cursor): For reversed cursor_row, support cursor on
5174 the left fringe.
5175
5176 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5177 of continuation indicators on the fringes.
5178 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5179 left fringe.
5180
5181 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5182 draw cursor on the left fringe.
5183
5184 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5185 cursor on the left fringe.
5186
5187 * dispnew.c (update_text_area): Handle reversed desired rows when
5188 the cursor is on the left fringe.
5189 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5190 below, not by 0, for when the cursor is on the left fringe.
5191
5192 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5193
5194 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5195 widget is a scrollbar.
5196
5197 2010-04-20 Kenichi Handa <handa@m17n.org>
5198
5199 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5200 only when the arg CHARSET_LIST is nil.
5201
5202 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 Make variable forwarding explicit rather the using special values.
5205 Basically, this makes the structure of buffer-local values and object
5206 forwarding explicit in the type of Lisp_Symbols rather than use
5207 special Lisp_Objects for that. This tends to lead to slightly more
5208 verbose code, but is more C-like, simpler, and makes it easier to make
5209 sure we handled all cases, among other things by letting the compiler
5210 help us check it.
5211 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5212 Removing forwarding objects.
5213 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5214 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5215 explicit rather than hiding them inside Lisp_Object "values".
5216 (XFWDTYPE): New macro.
5217 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5218 (XBUFFER_LOCAL_VALUE): Remove.
5219 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5220 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5221 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5222 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5223 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5224 Remove the Lisp_Misc_* header.
5225 (struct Lisp_Buffer_Local_Value): Redefine.
5226 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5227 (struct Lisp_Misc_Any): Add filler to get the right size.
5228 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5229 Lisp_Intfwd.
5230 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5231 (DEFVAR_KBOARD): Allocate a forwarding object.
5232 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5233 (let_shadows_global_binding_p): New function.
5234 (union Lisp_Val_Fwd): New type.
5235 (make_blv): New function.
5236 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5237 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5238 (swap_in_symval_forwarding, find_symbol_value, Fset)
5239 (let_shadows_buffer_binding_p, set_internal, default_value)
5240 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5241 (Fkill_local_variable, Fmake_variable_frame_local)
5242 (Flocal_variable_p, Flocal_variable_if_set_p)
5243 (Fvariable_binding_locus):
5244 * xdisp.c (select_frame_for_redisplay):
5245 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5246 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5247 * frame.c (store_frame_param):
5248 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5249 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5250 value structure.
5251 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5252 (clone_per_buffer_values): Only adjust markers into the current buffer.
5253 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5254 (Fbuffer_local_value, set_buffer_internal_1)
5255 (swap_out_buffer_local_variables):
5256 Adapt to the new symbol value structure.
5257 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5258 (defvar_per_buffer): Take a new arg for the fwd object.
5259 (buffer_lisp_local_variables): Return a proper alist (different fix
5260 for bug#4138).
5261 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5262 (Fgarbage_collect): Don't handle buffer_defaults specially.
5263 (mark_object): Handle new symbol value structure rather than the old
5264 special Lisp_Misc_* objects.
5265 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5266 * term.c (set_tty_color_mode):
5267 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5268 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5269 a buffer_local_flags.
5270 * print.c (print_object): Get rid of impossible forwarding objects.
5271
5272 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5273
5274 * bidi.c (bidi_get_type, bidi_get_category)
5275 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5276 (bidi_type_of_next_char, bidi_level_of_next_char):
5277 Declare static. Use `INLINE' rather than `inline'.
5278
5279 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * dired.c (Ffile_attributes): Fix typo in docstring.
5282
5283 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5284
5285 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5286 NSInteger (Bug#5811).
5287
5288 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5289
5290 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5291 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5292
5293 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5294
5295 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5296
5297 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5300 terminal frames (Bug#5837).
5301
5302 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5303
5304 * .gdbinit (xsubchartable): New command.
5305
5306 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5307
5308 * xdisp.c (display_line): Don't write beyond the last glyph row in
5309 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5310 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5311 and
5312 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5313
5314 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * alloc.c (Fpurecopy): Hash-cons if requested.
5317 (syms_of_alloc): Update purify-flag docstring.
5318
5319 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5320
5321 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5322 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5323
5324 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5325
5326 Fix a crash when an NSM character is inserted at BEGV.
5327
5328 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5329 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5330 NEUTRAL_B or UNKNOWN_BT.
5331
5332 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5333
5334 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5335 other rows with cursor unless they are different from this row and
5336 this row is part of a continued line. (Bug#5943)
5337
5338 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * s/freebsd.h: Restore osreldate.h include.
5341 Suggested by Naohiro Aota.
5342
5343 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5344
5345 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5346
5347 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5348
5349 * s/cygwin.h: Avoid linking against static libgcc.
5350
5351 2010-04-15 Juri Linkov <juri@jurta.org>
5352
5353 * window.c: Add Qscroll_command.
5354 Remove Vscroll_preserve_screen_position_commands.
5355 (window_scroll_pixel_based, window_scroll_line_based): Check the
5356 `scroll-command' property on the last command instead of searching
5357 the last command in Vscroll_preserve_screen_position_commands.
5358 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5359 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5360 (scroll-preserve-screen-position): Doc fix.
5361 (Vscroll_preserve_screen_position_commands): Remove variable.
5362
5363 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5364
5365 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5366
5367 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5368
5369 Reduce cpp use in Makefile.in.
5370 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5371 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5372 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5373 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5374 (CRT0_COMPILE): Remove, inline it in the only user.
5375
5376 2010-04-14 Juri Linkov <juri@jurta.org>
5377
5378 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5379 `scroll-up-command' and `M-v' from `scroll-down' to
5380 `scroll-down-command'.
5381
5382 2010-04-14 Juri Linkov <juri@jurta.org>
5383
5384 * window.c (Vscroll_preserve_screen_position_commands): New variable
5385 with the default value as the list of Qscroll_down and Qscroll_up.
5386 (window_scroll_pixel_based, window_scroll_line_based): Search the
5387 last command in the list Vscroll_preserve_screen_position_commands
5388 instead of comparing with Qscroll_up and Qscroll_down.
5389
5390 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5391
5392 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5393 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5394 does that.
5395
5396 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5397 to zero.
5398
5399 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5402
5403 Try to solve the problem of spurious EOF chars in long lines of text
5404 sent to interactive subprocesses.
5405 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5406 (system_process_attributes): Remove unused var `ttotal'.
5407 * process.c (send_process): Don't bother breaking long line with EOF
5408 chars when talking to ttys any more.
5409 (wait_reading_process_output): Output a warning when called in such
5410 a way that it could block without being interruptible.
5411
5412 Try to detect file modification within the same second.
5413 * buffer.h (struct buffer): New field modtime_size.
5414 * buffer.c (reset_buffer): Initialize it.
5415 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5416 (Fverify_visited_file_modtime): Check it.
5417 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5418 (Fset_visited_file_modtime): Set (or clear) it.
5419
5420 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * process.c (status_notify): Remove unused var `ro'.
5423
5424 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5425
5426 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5427 more than one visual (Bug#5938).
5428
5429 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5430
5431 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5432 Undefine.
5433
5434 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 Remove C_SWITCH_SYSTEM_TEMACS.
5437 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5438 (malloc, realloc, free): Use emacs, not temacs for conditional
5439 definition.
5440
5441 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5442 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5443
5444 Use autoconf, not cpp for some variables.
5445 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5446 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5447 (ALL_CFLAGS): Use them as make variables.
5448 (really-lwlib, really-oldXMenu): Do not pass them.
5449
5450 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5451
5452 * xmenu.c (apply_systemfont_to_dialog): New.
5453 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5454
5455 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * process.c (exec_sentinel): Preserve current-buffer.
5458
5459 * process.c (read_process_output): Move the save-current-buffer to
5460 apply to both the filter and the non-filter branches.
5461
5462 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5463
5464 * s/msdos.h (UNEXEC): New definition.
5465
5466 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5467
5468 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5469 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5470
5471 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5472 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5473 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5474 TRY_WINDOW_CHECK_MARGINS.
5475
5476 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5477 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5478 width only when it is for padding.
5479
5480 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5481
5482 * xfns.c (Fx_show_tip): Call try_window in a loop until
5483 fonts_changed_p is zero (Bug#2423).
5484
5485 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5486
5487 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5488 the end of TEXT_AREA. (Bug#5856)
5489
5490 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5491
5492 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5493 HAVE_GCONF.
5494
5495 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5496
5497 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5498 prev.orig_type, for resolving type of NSM. (Bug#5858)
5499
5500 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5501
5502 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5503 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5504 in current_font.
5505 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5506 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5507 New functions.
5508 (syms_of_xsettings): Initialize current_font.
5509 defsubr Sfont_get_system_normal_font.
5510
5511 * xsettings.h (Ffont_get_system_normal_font)
5512 (xsettings_get_system_normal_font): Declare.
5513
5514 * xfns.c (extern xlwmenu_default_font): Remove.
5515 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5516 to xlwmenu.c.
5517
5518 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5519 menu items in UTF-8.
5520
5521 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5522 (apply_systemfont_to_menu): New function.
5523 (set_frame_menubar, create_and_show_popup_menu): Call
5524 apply_systemfont_to_menu.
5525
5526 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5527
5528 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5529 FRAME_LINE_TO_PIXEL_Y.
5530
5531 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5532 pixelwidth/height.
5533
5534 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5535
5536 Simplify code for HP machines.
5537 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5538 for GNU_LINUX, not needed.
5539 (UNEXEC, NEED_BSDTTY): Move definitions...
5540 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5541
5542 * m/iris4d.h (UNEXEC): Move definition ...
5543 * s/irix6-5.h (UNEXEC): ... here.
5544
5545 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5546
5547 * xfns.c (set_machine_and_pid_properties): New function.
5548 (Fx_create_frame): Call set_machine_and_pid_properties.
5549
5550 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5551
5552 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5553 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5554 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5555
5556 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5557 in this function. (Bug#5703)
5558
5559 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * nsterm.h: Fix last change.
5562
5563 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5564
5565 * m/intel386.h (NO_REMAP): Move definition ...
5566 * s/msdos.h (NO_REMAP): ... here.
5567
5568 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5569
5570 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5571 used on those platforms.
5572
5573 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5574
5575 Remove extern errno declarations.
5576 * xterm.c:
5577 * xrdb.c:
5578 * w32term.c:
5579 * unexec.c:
5580 * unexaix.c:
5581 * sysdep.c:
5582 * process.c:
5583 * lread.c:
5584 * keyboard.c:
5585 * floatfns.c:
5586 * filelock.c:
5587 * fileio.c:
5588 * emacs.c (main):
5589 * ecrt0.c:
5590 * dispnew.c:
5591 * callproc.c:
5592 * buffer.c: Remove errno extern declarations.
5593 * s/netbsd.h (NEED_ERRNO): Remove.
5594
5595 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 Remove all uses of LIBX11_SYSTEM.
5598 * Makefile.in (LIBX11_SYSTEM): Remove.
5599 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5600 instead.
5601
5602 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5603
5604 Remove support for DJGPP v1.x (bug#5813).
5605
5606 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5607 * s/msdos.h:
5608 * unexec.c (make_hdr, copy_text_and_data):
5609 * sysdep.c (wait_for_termination, sys_subshell):
5610 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5611 (IT_set_terminal_modes, __write, _rename, gethostname)
5612 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5613 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5614 the value of __DJGPP__.
5615 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5616 compatibility code.
5617 * lread.c:
5618 * gmalloc.c (memalign):
5619 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5620 * emacs.c (main):
5621 * dosfns.c (init_dosfns):
5622 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5623
5624 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5625
5626 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5627 string with `cursor' property comes from an `after-string'
5628 overlay. (Bug#5816)
5629
5630 2010-04-01 Glenn Morris <rgm@gnu.org>
5631
5632 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5633 Define as Makefile variables.
5634 (LIBX): Use above variables rather than directly using autoconf.
5635
5636 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5637
5638 Clean up BSD_SYSTEM use.
5639 * xterm.c:
5640 * process.c:
5641 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5642 for including <sys/ioctl.h>.
5643 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5644 code is only used for MSDOS.
5645
5646 2010-03-31 Juri Linkov <juri@jurta.org>
5647
5648 * image.c: Add `Qextension_data'.
5649 (syms_of_image): Initialize and staticpro `Qextension_data'.
5650 (Fimage_metadata): Rename from `Fimage_extension_data'.
5651 (gif_load): Put GIF extension data to the property
5652 `Qextension_data'.
5653
5654 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5657 * nsterm.h: Fix prototype.
5658
5659 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5660
5661 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5662 trailing whitespace in right-to-left rows.
5663
5664 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 Get rid of the direct_output optimizations.
5667 * keyboard.c (nonundocount): Remove extern declaration.
5668 (command_loop_1): Remove brittle optimisation for cheap and
5669 common operations.
5670 * xdisp.c (redisplay_internal): Don't bother checking
5671 redisplay_performed_directly_p any more.
5672 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5673 any more.
5674 * dispnew.c (redisplay_performed_directly_p)
5675 (direct_output_for_insert, direct_output_forward_char):
5676 * dispextern.h (redisplay_performed_directly_p)
5677 (direct_output_for_insert, direct_output_forward_char): Remove.
5678 * cmds.c (nonundocount): Make it static.
5679
5680 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5681
5682 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5683
5684 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5685
5686 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5687 invisible (Bug#5766).
5688
5689 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5690
5691 * xdisp.c (x_consider_frame_title, update_window_cursor):
5692 Remove HAVE_NS conditionals.
5693 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5694
5695 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5696 filename for the title.
5697 (ns_set_doc_edited): Do nothing if the selected window is a
5698 minibuffer window.
5699
5700 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5701 ns_set_doc_edited.
5702
5703 * nsterm.m: Remove unneeded prototype.
5704
5705 2010-03-31 Glenn Morris <rgm@gnu.org>
5706
5707 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5708 in the DOC file. (Bug#5336)
5709
5710 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5713
5714 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * window.c (keys_of_window): Remove redundant/overridden bindings.
5717
5718 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5719
5720 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5721 Restore original behavior when the iterator is not bidi_p.
5722
5723 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5726
5727 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5728
5729 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5730 are outside the range of cached character positions.
5731
5732 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5735
5736 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5737
5738 Initial support for bidirectional editing.
5739
5740 * Makefile.in (obj): Include bidi.o.
5741 (bidi.o): New target.
5742
5743 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5744 ($(BLD)/bidi.$(O)): New target.
5745
5746 * bidi.c: New file.
5747
5748 * buffer.h (struct buffer): New members bidi_display_reordering
5749 and bidi_paragraph_direction.
5750
5751 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5752 and bidi_paragraph_direction.
5753 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5754 and bidi-paragraph-direction.
5755 (Fbuffer_swap_text): Swap the values of
5756 bidi_display_reordering and bidi_paragraph_direction.
5757
5758 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5759 (bidi_type_t, bidi_dir_t): New types.
5760 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5761 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5762 prev_stop, base_level_stop, and eol_pos.
5763 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5764 (IT_STACK_SIZE): Enlarge to 5.
5765 (struct glyph_row): New member reversed_p.
5766 <string_buffer_position>: Update prototype.
5767 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5768 glyph_row if bidi_it.paragraph_dir == R2L.
5769 (struct glyph): New members resolved_level and bidi_type.
5770
5771 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5772 processing or buffer's direction is right-to-left.
5773 (prepare_desired_row): Preserve the reversed_p flag.
5774 (row_equal_p): Compare the reversed_p attributes as well.
5775
5776 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5777 bidi_init_it and set it->paragraph_embedding from the current
5778 buffer's value of bidi_paragraph_direction.
5779 (reseat_1): Initialize bidi_it.first_elt.
5780 (set_iterator_to_next, next_element_from_buffer): Use the value of
5781 paragraph_embedding to determine the paragraph direction.
5782 (set_iterator_to_next): Under bidi reordering, call
5783 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5784 new_paragraph flag is set in the bidi iterator.
5785 (next_element_from_buffer): If bidi_it.first_elt is set,
5786 initialize paragraph direction and find the first character to
5787 display in the visual order. If reseated to a middle of a line,
5788 prime the bidi iterator starting at the line's beginning. Handle
5789 the situation where we overstepped stop_charpos due to
5790 non-linearity of the bidi iteration. Likewise for when we back up
5791 beyond the previous stop_charpos. When moving across stop_charpos,
5792 record it in prev_stop.
5793 (display_line): Set row->end and it->start for the next row to the
5794 next character in logical order. Always extend reversed_p rows to
5795 the end of line, even if they end at ZV. Copy the reversed_p flag
5796 to the next glyph row. Keep calling set_cursor_from_row for
5797 bidi-reordered rows even if we already have a possible candidate
5798 for cursor position. Set row_end after all the row's glyphs have
5799 been produced, by looping over the glyphs. Record the position
5800 after EOL in it->eol_pos, and use it to set end_pos of the last
5801 row produced for a continued line.
5802 <Qright_to_left, Qleft_to_right>: New variables.
5803 (syms_of_xdisp): Initialize and staticpro them.
5804 (string_buffer_position_lim): New function.
5805 (string_buffer_position): Most of code moved to
5806 string_buffer_position_lim. Last argument and return value are
5807 now EMACS_INT; all callers changed.
5808 (set_cursor_from_row): Rewritten to support bidirectional text and
5809 reversed glyph rows.
5810 (text_outside_line_unchanged_p, try_window_id): Disable
5811 optimizations if we are reordering bidirectional text and the
5812 paragraph direction can be affected by the change.
5813 (append_glyph, append_composite_glyph)
5814 (produce_image_glyph, append_stretch_glyph): Set the
5815 resolved_level and bidi_type members of each glyph.
5816 (append_glyph): If the glyph row is reversed, prepend the glyph
5817 rather than appending it.
5818 (handle_stop_backwards): New function.
5819 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5820 (reseat): call handle_stop_backwards to recompute prev_stop and
5821 base_level_stop for the new position.
5822 (handle_invisible_prop): Under bidi iteration, skip invisible text
5823 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5824 paragraph direction. Update IT->prev_stop after skipping
5825 invisible text.
5826 (move_it_in_display_line_to): New variables prev_method
5827 and prev_pos. Compare for strict equality in
5828 BUFFER_POS_REACHED_P.
5829 (try_cursor_movement): Examine all the candidate rows that occlude
5830 point, to return the best match. If rows are bidi-reordered
5831 and point moved backwards, back up to the row that is not a
5832 continuation line, and start looking for a suitable row from
5833 there.
5834
5835 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5836 rather than appending, if the glyph_row's reversed_p flag is set.
5837 Set the resolved_level and bidi_type members of each glyph.
5838
5839 * .gdbinit (pbiditype): New command.
5840 (pgx): Use it to display bidi level and type of the glyph.
5841 (pitx): Display some bidi information about the iterator.
5842 (prowlims, pmtxrows): New commands.
5843
5844 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5845
5846 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5847 * s/usg5-4.h (LIBS_DEBUG):
5848 * s/irix6-5.h (C_DEBUG_SWITCH):
5849 * s/gnu-linux.h (LIBS_DEBUG):
5850 * s/darwin.h (LIBS_DEBUG):
5851 * s/bsd-common.h (LIBS_DEBUG):
5852 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5853 * m/iris4d.h (LIBS_DEBUG):
5854 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5855
5856 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5857 (LIBS_DEBUG): Remove definition.
5858
5859 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5862 Windows.
5863
5864 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5865
5866 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5867 `connect' (Bug#5723).
5868
5869 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5870
5871 * process.c (Fmake_network_process): Call `select' for interrupted
5872 `connect' rather than creating new socket (Bug#5173).
5873
5874 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5875
5876 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5877
5878 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5879
5880 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5881
5882 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5883
5884 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5885 XLoadQueryFont.
5886
5887 2010-03-24 Kenichi Handa <handa@m17n.org>
5888
5889 * coding.c (decode_coding_ccl): Fix previous change for the
5890 multibyte case.
5891 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5892 case that the output buffer is fullfilled.
5893 (encode_coding): Setup ccl program here.
5894
5895 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5898
5899 Simplify LIBS_MACHINE definitions.
5900 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5901 * m/iris4d.h (LIBS_MACHINE): Likewise.
5902 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5903 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5904 * s/netbsd.h: Remove commented out code.
5905
5906 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 Remove dead code dealing with POSIX_SIGNALS.
5909 * atimer.c (set_alarm): Remove dead code, all USG systems define
5910 POSIX_SIGNALS.
5911 * data.c (arith_error): Likewise.
5912 * keyboard.c (input_available_signal, handle_user_signal)
5913 (interrupt_signal): Likewise.
5914 * process.c (sigchld_handler): Likewise.
5915 (create_process): Remove if 0 code. Remove HPUX conditional when
5916 !defined (POSIX_SIGNALS), it cannot be true.
5917 * syssignal.h: Remove USG5_4 and USG conditionals when
5918 !POSIX_SIGNALS, they cannot be true.
5919
5920 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5921 NO_SOCK_SIGIO, not used anymore.
5922
5923 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5924
5925 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5926 support vax on BSDs.
5927
5928 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5929 * s/aix4-2.h (ORDINARY_LINK): ... here.
5930
5931 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5932
5933 * Makefile.in (abs_builddir): Define.
5934 (bootstrap_exe): Use it.
5935 (VPATH): Use $(srcdir) instead of @srcdir@.
5936
5937 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * Makefile.in (bootstrap_exe): Use an absolute name.
5940
5941 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5942
5943 Remove support for old GNU/Linux using libc version 5.
5944 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5945 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5946
5947 Consolidate redundant definitions in s/bsd-common.h.
5948 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5949 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5950 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5951 doing it in all files that include this one.
5952 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5953 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5954 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5955 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5956 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5957 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5958 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5959 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5960 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5961
5962 Consolidate redundant definitions.
5963 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5964 it's undefined in all files that include this one.
5965 (POSIX_SIGNALS): Define here instead of doing it in all files that
5966 include this one.
5967 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5968 (POSIX_SIGNALS): Do not define.
5969 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5970 (POSIX_SIGNALS): Do not define.
5971 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5972 (POSIX_SIGNALS): Do not define.
5973
5974 Remove support for old UNIX System V systems.
5975 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5976 * s/usg-5-4-2.h: Remove.
5977
5978 Remove support for Solaris on PPC and for old versions.
5979 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5980 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5981 that cancel each other.
5982 * s/sol2-3.h:
5983 * s/sol2-4.h:
5984 * s/sol2-5.h: Remove.
5985 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5986 (NO_REMAP): Remove, unused.
5987 (UNEXEC): Move definition ...
5988 * s/aix4-2.h (UNEXEC): ... here.
5989
5990 * s/openbsd.h: Remove support for non-ELF and for systems that do
5991 not support shared libraries.
5992 * s/netbsd.h:
5993 * s/freebsd.h: Likewise.
5994
5995 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 Remove non-working support for lynxos 3.0.
5998 * s/lynxos.h: Remove file.
5999
6000 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6001 COFF_BSD_SYMBOLS, nothing defines it anymore.
6002
6003 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6004
6005 Remove obsolete uses of HAVE_SHM.
6006 * emacs.c (standard_args):
6007 (Fdump_emacs):
6008 (syms_of_emacs): Remove code depending on HAVE_SHM.
6009
6010 * alloc.c: Remove HAVE_SHM dependent definition.
6011
6012 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6013
6014 2010-03-18 Glenn Morris <rgm@gnu.org>
6015
6016 * emacs.c (USAGE4): Hard-code bug address.
6017 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6018 (bug_reporting_address): Remove.
6019 (main): Don't call bug_reporting_address.
6020
6021 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6022 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6023
6024 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * xfns.c (Fx_create_frame):
6027 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6028 on left.
6029
6030 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6031
6032 * editfns.c (Fformat): Account for string precision when computing
6033 field width (Bug#5710).
6034
6035 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * xfns.c (Fx_create_frame): Set default to Qright.
6038
6039 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6040 all window systems.
6041
6042 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6043
6044 These changes remove termcap.c from the build on Posix platforms.
6045 * Makefile.in (termcapobj): Move termcap.o from here...
6046 (MSDOS_OBJ): ...to here.
6047 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6048 now identical to when LIBS_TERMCAP is defined.
6049
6050 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6051
6052 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6053
6054 * config.in: Regenerated. (See top-level ChangeLog.)
6055
6056 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * Branch for 23.2.
6059
6060 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 Cleanup setup of gl_state in various parts of the code.
6063 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6064 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6065 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6066 (skip_chars):
6067 * regex.c (regex_compile): Use it.
6068 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6069 it's now set in regex_compile when/if we need it.
6070
6071 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6074 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6075 (QUIT): Use it to consolidate code and remove redundancy.
6076 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6077
6078 * regex.c (regex_compile): Setup gl_state as well.
6079
6080 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6081 (in_classes): Use CONSP before XCAR/XCDR.
6082
6083 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6086 definitions, so that keyboard macros are correctly handled
6087 (Bug#5481).
6088
6089 2010-03-02 Eli Zaretskii <eliz@gnu.org>
6090
6091 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6092 text that could be relocated inside the call to emacs_mule_char.
6093 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6094 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6095
6096 2010-03-02 Kenichi Handa <handa@m17n.org>
6097
6098 * character.c (parse_str_as_multibyte): Fix handling of the
6099 multibyte form of raw-bytes.
6100 (str_as_multibyte): Likewise.
6101
6102 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6103 form of raw-bytes.
6104
6105 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * charset.c (load_charset_map_from_file)
6108 (load_charset_map_from_vector): Zero out allocated
6109 charset_map_entries before using them.
6110
6111 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6112
6113 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6114
6115 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6116
6117 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6118 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6119
6120 2010-02-26 Kenichi Handa <handa@m17n.org>
6121
6122 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6123
6124 * xdisp.c (reseat_to_string): Fix previous change.
6125
6126 2010-02-26 David Reitter <david.reitter@gmail.com>
6127
6128 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6129 Lisp_Object (Bug#4736).
6130
6131 2010-02-25 Kenichi Handa <handa@m17n.org>
6132
6133 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6134
6135 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6136
6137 * xterm.c (XTflash): Move declarations before statements.
6138
6139 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6140 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6141 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6142 (xg_create_tool_bar): Remove unused variables.
6143 (x_wm_set_size_hint): Move declarations before statements.
6144 (xg_create_frame_widgets): Remove variable grav.
6145
6146 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6149
6150 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * term.c (fatal): Add a final \n if needed (bug#5596).
6153
6154 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6157
6158 2010-02-18 Glenn Morris <rgm@gnu.org>
6159
6160 * callint.c (Finteractive): Doc fix.
6161
6162 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6163
6164 * coding.c (record_conversion_result):
6165 Handle CODING_RESULT_INSUFFICIENT_DST.
6166 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6167 memory allocation error.
6168
6169 2010-02-17 Kenichi Handa <handa@m17n.org>
6170
6171 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6172 Fix for the case that the output buffer is fullfilled.
6173 (decode_coding): Setup ccl program here. Keep looping when the
6174 decoder stopped because the output buffer is
6175 fullfilled (bug#5534).
6176
6177 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6178
6179 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6180
6181 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6182 bug #5571.
6183 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6184 overdrawn.
6185
6186 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6189 doing_interact here.
6190 (ice_connection_closed): New function.
6191 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6192 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6193 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6194 returns I/O error.
6195 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6196 bug #5512.
6197
6198 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
6199
6200 * nsfont.m (nsfont_open): The system's value for the font descent
6201 is negative, so round it down to avoid clipping.
6202
6203 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * charset.c (load_charset_map_from_file)
6206 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6207 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6208
6209 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * charset.c (load_charset_map_from_file): Allocate large
6212 charset_map_entries structure on the heap rather than the stack.
6213 (Bug#5526).
6214
6215 2010-01-31 Kenichi Handa <handa@m17n.org>
6216
6217 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6218 size in NAME is invalid, return -1 (Bug#5396).
6219
6220 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6223 <deactivated@gmail.com> (Bug#3605).
6224
6225 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6226
6227 * fileio.c (Frename_file): Correctly rename symlinks to
6228 directories (Bug#5496).
6229
6230 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6231
6232 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6233
6234 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6235
6236 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6237
6238 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * frame.c (DEFAULT_ROWS): Change default to 35.
6241
6242 * xfns.c (x_default_font_parameter): Change default XFT font to
6243 monospace-10 (Bug#3643).
6244
6245 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6246
6247 * w32inevt.c (key_event): Remove unnecessary comparison of
6248 event->uChar.AsciiChar with 128.
6249
6250 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * fileio.c (Frename_file): Fix last change (Bug#5487).
6253
6254 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6255
6256 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6257
6258 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6259
6260 * xfns.c (Fx_create_frame): Remove window size matching code from
6261 2010-01-15.
6262 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6263
6264 2010-01-27 Jason Rumney <jasonr@gnu.org>
6265
6266 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6267 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6268
6269 2010-01-27 Kenichi Handa <handa@m17n.org>
6270
6271 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6272 pattern string (Bug#4209).
6273
6274 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6275
6276 * fileio.c (Frename_file): Call copy-directory and
6277 delete-directory for directories, in order to handle cross-device
6278 renaming (Bug#3353).
6279
6280 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6281
6282 * xfns.c (Fx_create_frame): If frame height is too big, try
6283 sizes 24 and 10. Bug #3643.
6284
6285 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 Try and fix bug#788, hopefully for real this time.
6288 * keymap.c (shadow_lookup): Add `remap' arg.
6289 (describe_map, describe_vector): Update calls to shadow_lookup.
6290 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6291 `remapped' so this flag is applicable to `sequence'. Be careful to
6292 perform remapping during shadow_lookup check of remapped_sequences.
6293
6294 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6295
6296 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6297 png_check_sig, which has been removed in libpng 1.4.
6298
6299 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6300
6301 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6302 lacks this header file).
6303
6304 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6305
6306 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6307 as in Emacs 22.
6308
6309 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6310
6311 * lisp.h (make_pure_string): String pointer arg now points to const.
6312
6313 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6314 args now point to const.
6315
6316 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6317
6318 * lread.c (Fload): Don't treat files without .elc extension as
6319 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6320 them. (bug#5303)
6321
6322 2010-01-20 Kenichi Handa <handa@m17n.org>
6323
6324 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6325 treat the source as actual byte sequence.
6326
6327 2010-01-19 Alan Mackenzie <acm@muc.de>
6328
6329 Fix spurious before-change-functions invocation from (insert ?\n).
6330 * textprop.c (set_text_properties): Rename parameter
6331 `signal_after_change_p' to `coherent_change_p', and make the
6332 invocation of `modify_region' conditional on it.
6333
6334 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6335
6336 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6337 for debug purpose.
6338 (syms_of_xsettings): Declare xft-settings.
6339
6340 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6343
6344 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6347
6348 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * emacs.c (standard_args): Adjust arg priorities to reflect how
6351 they are processed in startup.el.
6352
6353 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6354
6355 * Makefile.in (lisp, shortlisp): Update.
6356
6357 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6360 code, link the new kboard into all_kboard before running Lisp code,
6361 and protect the new terminal with GCPRO (Bug#5365).
6362 (x_term_init): Remove unused var `atom'.
6363 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6364
6365 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6366
6367 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6368 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6369 to find out usable size of the desktop. Don't make frames larger than
6370 this. Bug #3643.
6371
6372 2010-01-15 Kenichi Handa <handa@m17n.org>
6373
6374 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6375
6376 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * nsterm.m (Qnone): Define.
6379
6380 * nsfns.m (Qnone): Move definition to nsterm.m.
6381
6382 2010-01-14 Kenichi Handa <handa@m17n.org>
6383
6384 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6385 systems.
6386
6387 2010-01-14 Kenichi Handa <handa@m17n.org>
6388
6389 Make auto-composition work on all buffers even if they are
6390 fundamental mode.
6391
6392 * composite.c (Vauto_composition_mode): New variable.
6393 (composition_compute_stop_pos): Check Vauto_composition_mode
6394 instead of Vauto_composition_function.
6395 (composition_adjust_point, Ffind_composition_internal): Likewise.
6396 (syms_of_composite): Declare Lisp variable
6397 "auto-composition-mode" here.
6398
6399 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6402 during call to vendor-specific-keysyms (Bug#5365).
6403
6404 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6405
6406 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6407 Call SIGNAL_THREAD_CHECK (Bug#5333).
6408
6409 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6410 Call SIGNAL_THREAD_CHECK.
6411
6412 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 Try to fix bug#5314. This is probably not the final word, tho.
6415 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6416 recent-auto-save-p as a side-effect.
6417 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6418 * buffer.c (Fkill_buffer, reset_buffer):
6419 * editfns.c (Fsubst_char_in_region):
6420 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6421 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6422
6423 2010-01-13 Kenichi Handa <handa@m17n.org>
6424
6425 Display buffer name, etc. in mode line by composing correctly.
6426
6427 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6428 STRING is not nil.
6429 (display_mode_element): Adjust for the change of
6430 decode_mode_spec and display_line.
6431 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6432 (display_string): Handle the case that STRING is non-null and
6433 LISP_STRING is not nil.
6434
6435 * xterm.c (x_draw_composite_glyph_string_foreground):
6436 Pay attention to s->face->overstrike.
6437
6438 * composite.c (composition_reseat_it): Don't check PT if STRING is
6439 non nil.
6440
6441 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6442
6443 * keyboard.c (read_char): Don't apply previous change when current
6444 buffer is unchanged by command execution.
6445
6446 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6447
6448 * keyboard.c (read_char): Return after executing from special map.
6449
6450 2010-01-12 Glenn Morris <rgm@gnu.org>
6451
6452 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6453 bug-gnu-emacs rather than emacs-pretest-bug.
6454
6455 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6458 initializing the Lisp variables that depend on them.
6459
6460 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6461
6462 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6463 Clear areas that will not be updated after change of menu bar lines.
6464 Clear the menu bar window's current matrix when the window gets empty.
6465
6466 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * intervals.h, textprop.c (extend_property_ranges): Return value
6469 and args changed. Discard properties that begin at or after the
6470 new end (Bug#5306).
6471
6472 * editfns.c (Fformat): Caller changed.
6473
6474 * nsterm.m (ns_set_default_prefs): Delete function.
6475 (syms_of_nsterm): Initialize ns_command_modifier,
6476 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6477 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6478
6479 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6480 position (Bug#4040).
6481
6482 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6483
6484 * editfns.c (Ffloat_time): Doc fix.
6485
6486 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6487
6488 * xfns.c (Fx_create_frame): Don't create frame larger than display
6489 by default bug#3643.
6490
6491 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6492
6493 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6494 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6495 windows above internal border.
6496
6497 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6498 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6499 windows above internal border.
6500
6501 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6502 tool bar windows specially.
6503
6504 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6505
6506 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6507 specially.
6508 (XTflash): Take account of menu bar height.
6509
6510 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6511 specially.
6512
6513 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6514
6515 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6516 also be true before we can return early (bug #5339).
6517
6518 2010-01-06 David Reitter <david.reitter@gmail.com>
6519
6520 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6521 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6522 (Bug#3233).
6523
6524 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6525
6526 * font.c (font_open_entity): Enable chache and call cached_font_ok
6527 for the driver if defined.
6528 (QCuser_spec): New symbol.
6529 (font_spec_from_name): Save name as user-spec.
6530 (font_load_for_lface): Keep user-spec instead of name.
6531 (font_open_by_name): Save name as user-spec.
6532 (syms_of_font): Initialize QCuser_spec.
6533 (font_clear_prop): Clear name if it exists in font (bug#5157).
6534
6535 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6536 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6537 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6538
6539 * font.h (struct font_driver): Add cached_font_ok.
6540
6541 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6542
6543 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6544
6545 * xterm.c (x_new_font): Move code for setting rows/cols before
6546 resizing ...
6547 (x_set_window_size): ... to here. Bug #2568.
6548
6549 * gtkutil.c (xg_clear_under_internal_border): New function.
6550 (xg_frame_resized, xg_frame_set_char_size):
6551 Call xg_clear_under_internal_border.
6552 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6553
6554 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6555
6556 * keyboard.c (read_key_sequence): Catch keyboard switch after
6557 making a new tty frame (Bug#5095).
6558
6559 2010-01-05 Kenichi Handa <handa@m17n.org>
6560
6561 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6562
6563 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6566 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6567 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6568
6569 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6570
6571 * dbusbind.c (xd_add_watch): Improve debug message.
6572 (xd_remove_watch): Improve debug message. If DATA is the session
6573 bus, unset D-Bus session environment.
6574 (Fdbus_init_bus): Pass the bus as argument to
6575 dbus_connection_set_watch_functions. (Bug#5283)
6576
6577 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6580
6581 * lread.c (syms_of_lread): Make it clearer that these are the
6582 names of loaded files (Bug#5068).
6583
6584 * eval.c (run_hook_with_args): Handle the case where the global
6585 value has the obsolete single-function form (Bug#5026).
6586
6587 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * minibuf.c (Fall_completions): Minor optimization.
6590
6591 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6592
6593 * .gdbinit (pgx): Fix display of composite glyphs.
6594 Display cmp.from and cmp.to as well.
6595 (pitx): Fix last change.
6596
6597 2009-12-25 Kenichi Handa <handa@m17n.org>
6598
6599 * composite.h (composition_adjust_point): Update prototype.
6600
6601 * composite.c (composition_reseat_it): Don't make a composition
6602 spanning over point.
6603 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6604 composable characters.
6605 (composition_adjust_point): New arg NEW_PT. Callers changed.
6606
6607 * keyboard.c (command_loop_1): Force redisplay if the last point
6608 was within a composition.
6609 (adjust_point_for_property): Don't adjust point for automatic
6610 composition when called after buffer modification.
6611
6612 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6613
6614 * .gdbinit (pitx): Don't use enum names, use their values.
6615 Remove reference to non-existing value GET_FROM_COMPOSITION.
6616 (pgx): Don't use enum names, use their values.
6617 (pitmethod): New helper command.
6618 (pitx): Use it to display iteration method.
6619 (pgrowit): New command.
6620
6621 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6622
6623 Update dependencies in Makefile.in.
6624
6625 * Makefile.in (alloc.o): Depend on termhooks.h.
6626 (atimer.o): Depend on blockinput.h.
6627 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6628 and frame.h.
6629 (callint.o): Depend on systime.h, coding.h, and composite.h.
6630 (callproc.o): Depend on buffer.h.
6631 (casefiddle.o): Don't depend on charset.h.
6632 (casetab.o): Depend on character.h.
6633 (ccl.o): Depend on composite.h.
6634 (chartab.o): Depend on ccl.h.
6635 (cm.o): Depend on dispextern.h.
6636 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6637 (coding.o): Don't depend on $(INTERVALS_H).
6638 (composite.o): Don't depend on dispextern.h explicitly (it's in
6639 $(INTERVALS_H)). Depend on ccl.h.
6640 (data.o): Depend on systime.h, coding.h, composite.h,
6641 dispextern.h, font.h, and ccl.h.
6642 (dired.o): Depend on composite.h.
6643 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6644 composite.h (it's in $(INTERVALS_H)).
6645 (doc.o): Depend on systime.h, coding.h, and composite.h.
6646 (editfns.o): Don't depend explicitly on dispextern.h.
6647 (emacs.o): Depend on frame.h and coding.h.
6648 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6649 (fileio.o): Depend on frame.h and commands.h. Don't depend
6650 explicitly on dispextern.h.
6651 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6652 composite.h.
6653 (fns.o): Don't depend on termhooks.h.
6654 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6655 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6656 coding.h, $(INTERVALS_H), window.h, xterm.h.
6657 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6658 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6659 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6660 fontset.h, ccl.h, and ftfont.h.
6661 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6662 (gtkutil.o): Depend on dispextern.h and composite.h.
6663 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6664 termhooks.h, and ccl.h.
6665 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6666 (intervals.o): Depend on systime.h and coding.h.
6667 (keyboard.o): Depend on composite.h and coding.h.
6668 (keymap.o): Depend on coding.h and frame.h.
6669 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6670 (macros.o): Depend on systime.h, coding.h, and composite.h.
6671 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6672 and atimer.h.
6673 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6674 dispextern.h explicitly.
6675 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6676 Don't depend explicitly on dispextern.h and composite.h.
6677 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6678 (regex.o): Don't depend on charset.h.
6679 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6680 (search.o): Don't depend explicitly on composite.h.
6681 (sound.o): Depend on atimer.h and systime.h.
6682 (syntax.o): Don't depend explicitly on composite.h.
6683 (sysdep.o): Depend on coding.h and composite.h.
6684 (term.o): Depend on xterm.h and buffer.h.
6685 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6686 (textprop.o): Don't depend on dispextern.h explicitly.
6687 (undo.o): Depend on dispextern.h.
6688 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6689 dispextern.h and composite.h explicitly.
6690 (xdisp.o): Depend on ccl.h.
6691 (xfaces.o): Depend on coding.h and ccl.h.
6692 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6693 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6694 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6695 ftfont.h.
6696 (xgselect.o): New dependency.
6697 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6698 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6699 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6700 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6701 (xsmfns.o): Depend on frame.h and dispextern.h.
6702 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6703 sysselect.h.
6704
6705 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6706
6707 * font.c (Fclear_font_cache): Pass correct cache argument to
6708 font_clear_cache.
6709
6710 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6711
6712 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6713 twice.
6714
6715 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6718 calling file-remote-p. Reported by Jim Meyering.
6719
6720 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6721
6722 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6723 avoid compiler warnings. (Bug #5217)
6724
6725 2009-12-14 Kenichi Handa <handa@m17n.org>
6726
6727 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6728 in 8-bit encoding.
6729
6730 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6731
6732 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6733 tooltip windows.
6734
6735 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6736
6737 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6738 Xatom_net_window_type.
6739
6740 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6741 Xatom_net_window_type.
6742
6743 * xterm.c (my_log_handler): New function.
6744 (x_term_init): Set my_log_handler as log handler during gtk_init
6745 so we can filter out buggy messages. (Bug #5120).
6746
6747 * xterm.c (xg_scroll_callback): Parameter list changed,
6748 use parameter GtkScrollType to determine scroll/line/page.
6749 Only allow dragging if a button < 4 is grabbed (bug #5177).
6750 (xg_end_scroll_callback): New function.
6751 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6752 xg_create_scroll_bar.
6753
6754 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6755 (scroll_end_callback): Remove.
6756 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6757 button-release-event. Replace value-changed event with change-value,
6758 bug #5177.
6759 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6760 bug #5177.
6761
6762 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6763 (xg_create_scroll_bar): Add GCallback end_callback.
6764
6765 * xftfont.c (QClcdfilter): New variable.
6766 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6767 (syms_of_xftfont): Initialize QClcdfilter.
6768
6769 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6770
6771 * xsettings.c (struct xsettings): Add member seen.
6772 (parse_xft_settings): Update member seen with what we have read.
6773 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6774 (apply_xft_settings): Only update Xft settings with what member seen
6775 indicates as new.
6776
6777 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6778
6779 * dispextern.h (struct text_pos): Use EMACS_INT.
6780 (struct glyph): Use EMACS_INT for charpos.
6781 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6782 region_beg_charpos, region_end_charpos,
6783 redisplay_end_trigger_charpos, and also for
6784 iterator_stack_entry.end_charpos and
6785 iterator_stack_entry.stop_charpos.
6786
6787 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6788
6789 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6790 (xg_create_scroll_bar): Call scroll_end_callback on button release
6791 event (bug #5177).
6792 (xg_event_is_for_scrollbar): != replaced with ==.
6793
6794 2009-12-12 Kenichi Handa <handa@m17n.org>
6795
6796 * ftfont.c (struct ftfont_info): New member matrix.
6797 (ftfont_open): Setup xftfont_info->matrix.
6798 (MFLTFontFT): New member matrix.
6799 (FLOOR, CEIL, ROUND): New macros.
6800 (ftfont_get_metrics): Handle matrix transformation.
6801 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6802
6803 * xftfont.c (struct xftfont_info): New member matrix.
6804 (xftfont_open): Setup xftfont_info->matrix.
6805
6806 2009-12-10 Kenichi Handa <handa@m17n.org>
6807
6808 * xdisp.c (append_space_for_newline): Consider face-remapping.
6809
6810 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6811
6812 * xsettings.c: Include "keyboard.h".
6813
6814 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6815
6816 Fix implicit function declarations.
6817 * cmds.c: Include "frame.h".
6818 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6819 * frame.h: Move declaration of delete_frame outside of
6820 HAVE_WINDOW_SYSTEM.
6821
6822 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6823
6824 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6825
6826 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6827 GTK builds.
6828
6829 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6830
6831 * unexelf.c (unexec): Don't search for .data twice.
6832
6833 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6836 if push failed.
6837 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6838 of push_display_prop (Bug#5000).
6839
6840 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6841 value of font_list_entities (Bug#5085).
6842
6843 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6844
6845 Fix `string-to-number' to deal consistently with integers and floats.
6846 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6847 trailing characters, not just whitespace.
6848 (read1): Pass new arg 0 to keep old behavior.
6849 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6850 trailing chars, as it is already done for integers. Doc fixes.
6851 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6852
6853 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6854
6855 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6856 Delete unused enumeration value.
6857
6858 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6859
6860 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6861
6862 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6863
6864 * process.c (Fmake_network_process): Fix up the tests for
6865 "connectionless socket", so they DTRT for seqpacket sockets as well.
6866
6867 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * process.c (Qseqpacket): New symbol.
6870 (HAVE_SEQPACKET): New macro.
6871 (Fmake_network_process): Accept new :type `seqpacket'.
6872 (init_process): Add `seqpacket' feature when applicable.
6873 (syms_of_process): Initialize Qseqpacket.
6874
6875 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6876
6877 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6878 if entity is Qnil.
6879
6880 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * print.c (print_preprocess): Preprocess the key_and_value table of
6883 hashtables, even tho they're "hidden" (bug#5082).
6884
6885 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6886
6887 * frame.c (frame_make_pointer_invisible)
6888 (frame_make_pointer_visible): Declare f before statements.
6889
6890 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6891
6892 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6893 omitted dependencies on lisp.h.
6894
6895 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6898 is NULL.
6899
6900 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6901
6902 * frame.c (frame_make_pointer_invisible)
6903 (frame_make_pointer_visible): Just return if there isn't any selected
6904 frame.
6905
6906 * search.c (simple_search): Remove warning by making *p const.
6907
6908 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6909
6910 * xdisp.c (power_letter): Remove duplicate const.
6911
6912 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6913
6914 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6915
6916 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6917 defaults (bug #5025).
6918
6919 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * insdel.c (adjust_markers_for_delete): Move it in the
6922 right direction! (bug#4803)
6923
6924 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6925
6926 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6927
6928 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6929
6930 2009-11-24 Glenn Morris <rgm@gnu.org>
6931
6932 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6933
6934 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6935
6936 * Makefile.in: Must create deps for ecrt0.o in its rule.
6937
6938 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6939 because that is what Gtk+ font dialog understands.
6940
6941 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6942 of Fcopy_sequence.
6943 (font_open_by_name): Put name given into QCname for font-object returned.
6944
6945 * frame.c (x_set_font): Save original font name as frame parameter
6946 font-parameter.
6947
6948 * xsettings.c (set_default_xft_settings): New function.
6949 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6950 is found.
6951
6952 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6953
6954 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6955 searching backwards through multibyte buffer.
6956
6957 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6958
6959 * xterm.c: #include xgselect.h.
6960 (x_initialize): Call xgselect_initialize.
6961
6962 * xsettings.c (something_changedCB): C++ comments => C comments.
6963 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6964 does that now.
6965
6966 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6967 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6968 (scroll_bar_button_cb): Remove.
6969 (create_menus): C++ comments => C comments. Don't bind grab-notify
6970 event.
6971 (xg_create_scroll_bar): Don't bind button-press-event and
6972 button-release-event.
6973
6974 * process.c: Include xgselect.h if defined (USE_GTK) ||
6975 defined (HAVE_GCONF).
6976 (wait_reading_process_output): Call xg_select for the same condition.
6977
6978 * xgselect.c (xg_select): New function to better integrate with
6979 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6980
6981 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6982
6983 * Makefile.in (XOBJ): Add xgselect.o.
6984
6985 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6986
6987 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6988 Remove ignored second argument. All callers changed.
6989 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6990 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6991 * xdisp.c (string_char_and_length): Likewise.
6992
6993 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6994
6995 * xterm.c (x_new_font):
6996 * print.c (print_object):
6997 * cmds.c (Fself_insert_command): Move declarations before statements.
6998
6999 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7000
7001 * s/cygwin.h: Remove unneeded linker flags.
7002
7003 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7004
7005 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7006
7007 * xsettings.h: Declare xsettings_get_system_font.
7008
7009 * xsettings.c (xsettings_get_system_font): New function.
7010 (init_gconf): No use initiating gconf unless we have Xft also.
7011 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7012 HAVE_GCONF.
7013
7014 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7015 add a blank entry so it doesn't collapse into nothing.
7016
7017 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * lread.c (Funintern): Comment out last change.
7020
7021 2009-11-19 Richard Stallman <rms@gnu.org>
7022
7023 * lread.c (Funintern): Error if symbol is t or nil.
7024
7025 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7028 representation of Lisp integers.
7029 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7030
7031 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7032
7033 * lisp.h: Remove declaration of Ffont_get_system_font.
7034 * xfns.c: Move include of "xsettings.h".
7035 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7036
7037 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7038
7039 * xsettings.c (something_changedCB, Ffont_get_system_font):
7040 Check use_system_font.
7041 (syms_of_xsettings): DEFVAR font-use-system-font.
7042
7043 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7044
7045 * xfns.c (x_default_font_parameter): Remove dead assignment.
7046
7047 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7048
7049 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7050
7051 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7052 not have FC_LCD_*. #define them if not there.
7053
7054 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7055
7056 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7057
7058 * xterm.c (handle_one_xevent): Call xft_settings_event for
7059 ClientMessage, PropertyNotify and DestroyNotify.
7060 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7061 Call xsettings_initialize.
7062
7063 * xftfont.c (xftfont_fix_match): New function.
7064 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7065 Call xftfont_fix_match after XftFontMatch.
7066
7067 * xfont.c (xfont_driver): Initialize all members.
7068
7069 * xfns.c (x_default_font_parameter):
7070 Try font from Ffont_get_system_font.
7071 Do not get font from x_default_parameter if we got one from
7072 Ffont_get_system_font.
7073 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7074
7075 * w32font.c (w32font_driver): Initialize all members.
7076
7077 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7078
7079 * lisp.h: Declare syms_of_xsettings.
7080
7081 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7082 Handle CONFIG_CHANGED_EVENT.
7083
7084 * ftfont.c (ftfont_filter_properties): New function.
7085
7086 * frame.c (x_set_font): Remove unused variable lval.
7087
7088 * font.h (struct font_driver): Add filter_properties.
7089
7090 * font.c (font_put_extra): Don't return if val is nil, it means
7091 boolean option is off.
7092 (font_parse_fcname): Collect all extra properties in extra_props
7093 and call filter_properties for all drivers with extra_props and
7094 font as parameter.
7095 (font_open_entity): Do not use cache, it does not pick up new
7096 fontconfig settings like hinting.
7097 (font_load_for_lface): If spec had a name in it, store it in entity.
7098
7099 * emacs.c (main): Call syms_of_xsettings.
7100
7101 * config.in: HAVE_GCONF is new.
7102
7103 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7104 xsettings.o is new.
7105
7106 2009-11-17 Kenichi Handa <handa@m17n.org>
7107
7108 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7109 back to the default font in case that no suitable font is found.
7110
7111 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7114 Suggested by Chad Brown <yandros@mit.edu>.
7115 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7116
7117 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7118
7119 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7120
7121 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7122
7123 * Makefile.in: Ignore errors from mkdir when creating deps directory.
7124
7125 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7126
7127 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7128 has a parent.
7129
7130 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7131 dependency files in deps/. Include those files into Makefile.
7132
7133 * config.in: Generated (AUTO_DEPEND).
7134
7135 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * dbusbind.c (Vdbus_registered_objects_table): Rename from
7138 Vdbus_registered_functions_table, because it contains also
7139 properties. Fix docstring.
7140 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7141
7142 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * alloc.c (mark_object): Don't reprocess marked strings.
7145 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7146 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7147
7148 2009-11-13 Kenichi Handa <handa@m17n.org>
7149
7150 * category.c (word_boundary_p): Adjust for the change of the
7151 semantics of Vword_combining_categories.
7152 (Vword_combining_categories): Describe the slight change of the
7153 semantics.
7154
7155 2009-11-13 Eli Zaretskii <eliz@gnu.org>
7156
7157 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7158
7159 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7160
7161 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7164
7165 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
7166
7167 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7168
7169 2009-11-11 David Reitter <david.reitter@gmail.com>
7170
7171 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7172 variables to fix 2009-11-09 change.
7173
7174 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7175
7176 * process.c (ifflag_def): Make flag_sym constant.
7177 (Fnetwork_interface_info): Use a constant pointer.
7178 (ifflag_table):
7179 * xfns.c (cursor_bits):
7180 * xdisp.c (power_letter):
7181 * termcap.c (speeds, esctab):
7182 * sysdep.c (baud_convert):
7183 * keyboard.c (lispy_accent_codes, modifier_names):
7184 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7185 (jpeg_format, tiff_format, gif_format, svg_format)
7186 (interlace_start, interlace_increment, gs_format):
7187 * gtkutil.c (separator_names):
7188 * fringe.c (swap_nibble):
7189 * fns.c (base64_value_to_char, base64_char_to_value):
7190 * fileio.c (make_temp_name_tbl):
7191 * coding.c (suffixes): Make constant.
7192
7193 * frame.c (make_initial_frame):
7194 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7195 build_string.
7196 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7197
7198 * s/freebsd.h:
7199 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7200
7201 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7202 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7203
7204 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7205 * xterm.c (syms_of_xterm):
7206 * xfaces.c (syms_of_xfaces):
7207 * xdisp.c (syms_of_xdisp):
7208 * lread.c (syms_of_lread):
7209 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7210 build_string.
7211
7212 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7213
7214 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * fns.c (Fplist_get): Merge the active and the commented out code.
7217
7218 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7219
7220 * keyboard.h: Declare timer_check.
7221
7222 * keyboard.c (timer_check_2): New function that does what the old
7223 timer_check did.
7224 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7225 returned, i.e. don't return -1 with timers pending.
7226
7227 * process.c: Remove extern declaration of timer_check.
7228
7229 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7230 even if timer_check returned -1.
7231
7232 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7233 xg_dialog_data.
7234 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7235 the event loop.
7236 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7237 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7238 Destroy the dialog after xg_dialog_run.
7239
7240 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7243
7244 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7245
7246 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7247
7248 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7249
7250 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7251
7252 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7255 w32menu.c, and nsmenu.m.
7256 Simplify the obsolete case where position is nil.
7257 (cleanup_popup_menu): New function, moved from nsmenu.m.
7258 (struct skp): Remove slot `notreal'.
7259 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7260 adjust callers.
7261 (single_menu_item): Adjust call to parse_menu_item.
7262 (syms_of_menu): Defsubr x-popup-menu.
7263 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7264 (keymap_panes): Don't export any more.
7265 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7266 (xmenu_show): Declare.
7267 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7268 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7269 * keyboard.h (parse_menu_item): Update declaration.
7270 * xmenu.c (Fx_popup_menu): Remove.
7271 (syms_of_xmenu): Don't defsubr x-popup-menu.
7272 * w32menu.c (Fx_popup_menu): Remove.
7273 (syms_of_w32menu): Don't defsubr x-popup-menu.
7274 * nsmenu.m (cleanup_popup_menu): Remove.
7275 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7276 moved to menu.c's Fx_popup_menu.
7277 (Fx_popup_menu): Remove.
7278 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7279 menu_items (it's done in menu.c already).
7280
7281 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7284 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7285
7286 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7289 xmenu_show. Hide any tooltip before opening a menu.
7290 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7291 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7292
7293 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 Let integers use up 2 tags to give them one extra bit and thus double
7296 their range.
7297 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7298 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7299 New macros.
7300 (enum Lisp_Type): Use them. Give explicit values.
7301 (Lisp_Type_Limit): Remove.
7302 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7303 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7304 Pay attention to USE_2_TAGS_FOR_INTS.
7305 (INTEGERP): Use LISP_INT_TAG_P.
7306 * fns.c (internal_equal): Simplify the default case.
7307 (sxhash): Use case_Lisp_Int.
7308 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7309 any more.
7310 (Ftype_of): Use case_Lisp_Int.
7311 (store_symval_forwarding): Take into account the fact that Ints can
7312 now have more than one tag.
7313 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7314 (buffer_slot_type_mismatch):
7315 * xfaces.c (face_attr_equal_p):
7316 * print.c (print_object):
7317 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7318 Use case_Lisp_Int.
7319
7320 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7321
7322 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7323
7324 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7325 warning.
7326
7327 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7328
7329 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7330
7331 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7332
7333 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7334 ButtonPressRelease and MotionNotify (bug#4870).
7335
7336 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7337
7338 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7339
7340 * xterm.c (syms_of_xterm):
7341 * xselect.c (syms_of_xselect):
7342 * xmenu.c (syms_of_xmenu):
7343 * xfns.c (syms_of_xfns):
7344 * xfaces.c (syms_of_xfaces):
7345 * xdisp.c (syms_of_xdisp):
7346 * window.c (syms_of_window):
7347 * w32fns.c (syms_of_w32fns):
7348 * undo.c (syms_of_undo):
7349 * textprop.c (syms_of_textprop):
7350 * terminal.c (syms_of_terminal):
7351 * syntax.c (syms_of_syntax):
7352 * sound.c (syms_of_sound):
7353 * search.c (syms_of_search):
7354 * print.c (syms_of_print):
7355 * minibuf.c (syms_of_minibuf):
7356 * macros.c (syms_of_macros):
7357 * keymap.c (syms_of_keymap, initial_define_key)
7358 (initial_define_lispy_key):
7359 * keyboard.c (syms_of_keyboard):
7360 * insdel.c (syms_of_insdel):
7361 * image.c (syms_of_image):
7362 * fringe.c (syms_of_fringe):
7363 * frame.c (syms_of_frame):
7364 * fontset.c (syms_of_fontset):
7365 * fns.c (syms_of_fns):
7366 * fns.c (syms_of_fns):
7367 * fileio.c (syms_of_fileio):
7368 * fileio.c (syms_of_fileio):
7369 * eval.c (syms_of_eval):
7370 * doc.c (syms_of_doc):
7371 * dispnew.c (syms_of_display):
7372 * dired.c (syms_of_dired):
7373 * dbusbind.c (syms_of_dbusbind):
7374 * data.c (syms_of_data):
7375 * composite.c (syms_of_composite):
7376 * coding.c (syms_of_coding):
7377 * cmds.c (syms_of_cmds):
7378 * charset.c (define_charset_internal, syms_of_character):
7379 * ccl.c (syms_of_ccl):
7380 * category.c (syms_of_category, init_category_once):
7381 * casetab.c (syms_of_casetab):
7382 * casefiddle.c (syms_of_casefiddle):
7383 * callint.c (syms_of_callint):
7384 * bytecode.c (syms_of_bytecode):
7385 * buffer.c (keys_of_buffer, syms_of_buffer):
7386 * alloc.c (syms_of_alloc):
7387 * process.c (syms_of_process, init_process):
7388 * lread.c (syms_of_lread, init_obarray):
7389 * font.c (build_style_table):
7390 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7391 intern_c_string, calls to make_pure_string with
7392 make_pure_c_string. Use pure_cons instead of Fcons.
7393
7394 * process.c (socket_options): Make it const.
7395 (set_socket_option, init_process): Use a const pointer.
7396
7397 * lread.c (intern_c_string): New function.
7398 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7399 (defvar_int): Uset it. Make the name const char*.
7400
7401 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7402 (defvar_int): Update prototypes.
7403 (DEFUN, EXFUN): Support for prototypes is now required.
7404 (intern_c_string): New prototype.
7405 (struct Lisp_Subr): Make symbol_name constant.
7406
7407 * font.c (struct table_entry): Remove unused member. Make NAMES
7408 constant.
7409 (weight_table, slant_table, width_table): Make constant.
7410
7411 * emacs.c (struct standard_args): Make name and longname constant.
7412
7413 * character.h (DEFSYM): Use intern_c_string.
7414
7415 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * alloc.c (make_pure_c_string): New function.
7418
7419 * eval.c (Fautoload): Purecopy all arguments.
7420
7421 2009-11-05 Kenichi Handa <handa@m17n.org>
7422
7423 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7424 the buffer in case of replace.
7425
7426 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7427
7428 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7429
7430 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7433 when applicable (bug#4851).
7434
7435 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7436 (P_): Support for prototypes is now required.
7437
7438 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7441 (Bug#4827).
7442
7443 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7444
7445 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7446
7447 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7448
7449 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7450
7451 * lread.c (Fload): Purecopy the file name when building
7452 Vpreloaded_file_list.
7453
7454 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7455
7456 * w32fns.c (syms_of_w32fns): Change default value of
7457 w32-scroll-lock-modifier to nil. (Bug#2827)
7458
7459 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * minibuf.c (Fall_completions): Fix typos in docstring.
7462
7463 2009-10-26 Andreas Schwab <schwab@redhat.com>
7464
7465 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7466
7467 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7468
7469 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7470 For delta < 0, skip check that only makes sense when the mini-window
7471 is going to be enlarged. (Bug#4534)
7472
7473 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7476 string in menu maps (Bug#4471).
7477
7478 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7481 FRAME_NS_VIEW on terminal frames (Bug#4765).
7482
7483 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7484
7485 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7486 DBUS_TYPE_UINTnn separately to get proper sign extension.
7487
7488 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7489 can properly handle unsigned types.
7490 (make_uid, make_gid): Remove.
7491
7492 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7493 types again.
7494
7495 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7496 (system_process_attributes): Likewise.
7497
7498 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7499
7500 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7501
7502 * eval.c (Fautoload): Purecopy the filename. Simplify.
7503
7504 * category.c (Fdefine_category): Purecopy docstring.
7505
7506 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7507
7508 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7509
7510 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7511
7512 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7515 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7516 (Bug#4775).
7517
7518 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7521 (init_fileio_once):
7522 * lisp.h (init_fileio_once): Remove.
7523 * emacs.c (main): Don't call init_fileio_once.
7524
7525 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7528
7529 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7530
7531 * doprnt.c (doprnt): Fix overflow check.
7532
7533 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7534
7535 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7536
7537 * xterm.h (x_wait_for_event): Declare it.
7538
7539 * xterm.c (pending_event_wait): New variable.
7540 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7541 see pending_event_wait.eventtype.
7542 (handle_one_xevent): Don't change gravity when parent changes.
7543 (x_new_font): Call change_frame_size with new rows/columns before we
7544 try to resize the frame.
7545 (x_wait_for_event): New function.
7546 (x_set_window_size_1): Don't change gravity unless change_gravity
7547 is set.
7548 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7549 don't change frame size, instead wait for the ConfigureNotify.
7550 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7551 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7552 (x_initialize): Initialize pending_event_wait.
7553
7554 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7555 size.
7556
7557 * widget.c (EmacsFrameSetValues): Add comment.
7558 (EmacsFrameSetCharSize): Just call x_set_window_size.
7559
7560 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7561 x_wait_for_event.
7562 (flush_and_sync): Remove again.
7563 (xg_get_font_name): Suggest monospace if no previous font is known.
7564
7565 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7568 8th bit, since that only made sense in the ASCII world (bug#4751).
7569
7570 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7571
7572 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7573 processing pending events when event is filtered for input method.
7574 (Bug#3681)
7575
7576 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7577
7578 * fns.c: Add #endif accidentally removed in previous change.
7579
7580 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7581
7582 * fns.c: Remove code for unsupported system: MAC_OS.
7583 * image.c: Likewise. Include setjmp.h.
7584
7585 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7586
7587 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7588 pixel -1 (bug #4742).
7589
7590 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7591
7592 * process.c (create_pty): Remove conditionals for no longer
7593 supported systems: UNIPLUS and RTU.
7594
7595 * xterm.c:
7596 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7597
7598 * alloc.c: Do not define struct catchtag.
7599 * eval.c: Move struct catchtag definition ...
7600 * lisp.h: ... here.
7601
7602 * image.c: Move png.h #include earlier to avoid warnings.
7603
7604 * xterm.c:
7605 * xsmfns.c:
7606 * xselect.c:
7607 * xrdb.c:
7608 * xmenu.c:
7609 * xftfont.c:
7610 * xfont.c:
7611 * xfns.c:
7612 * xfaces.c:
7613 * xdisp.c:
7614 * window.c:
7615 * widget.c:
7616 * w32xfns.c:
7617 * w32uniscribe.c:
7618 * w32term.c:
7619 * w32select.c:
7620 * w32reg.c:
7621 * w32proc.c:
7622 * w32menu.c:
7623 * w32inevt.c:
7624 * w32heap.c:
7625 * w32font.c:
7626 * w32fns.c:
7627 * w32console.c:
7628 * w32.c:
7629 * w16select.c:
7630 * vm-limit.c:
7631 * unexsol.c:
7632 * unexec.c:
7633 * unexcw.c:
7634 * unexaix.c:
7635 * undo.c:
7636 * tparam.c:
7637 * textprop.c:
7638 * terminfo.c:
7639 * terminal.c:
7640 * termcap.c:
7641 * term.c:
7642 * syntax.c:
7643 * sound.c:
7644 * sheap.c:
7645 * search.c:
7646 * scroll.c:
7647 * region-cache.c:
7648 * regex.c:
7649 * ralloc.c:
7650 * process.c:
7651 * print.c:
7652 * nsterm.m:
7653 * nsselect.m:
7654 * nsmenu.m:
7655 * nsimage.m:
7656 * nsfont.m:
7657 * nsfns.m:
7658 * msdos.c:
7659 * minibuf.c:
7660 * menu.c:
7661 * marker.c:
7662 * macros.c:
7663 * keymap.c:
7664 * keyboard.c:
7665 * intervals.c:
7666 * insdel.c:
7667 * indent.c:
7668 * gtkutil.c:
7669 * ftxfont.c:
7670 * ftfont.c:
7671 * fringe.c:
7672 * frame.c:
7673 * fontset.c:
7674 * font.c:
7675 * fns.c:
7676 * floatfns.c:
7677 * filelock.c:
7678 * fileio.c:
7679 * emacs.c:
7680 * editfns.c:
7681 * dosfns.c:
7682 * doprnt.c:
7683 * doc.c:
7684 * dispnew.c:
7685 * dired.c:
7686 * dbusbind.c:
7687 * data.c:
7688 * composite.c:
7689 * coding.c:
7690 * cmds.c:
7691 * cm.c:
7692 * chartab.c:
7693 * charset.c:
7694 * character.c:
7695 * ccl.c:
7696 * category.c:
7697 * casetab.c:
7698 * casefiddle.c:
7699 * callproc.c:
7700 * callint.c:
7701 * bytecode.c:
7702 * buffer.c:
7703 * atimer.c: Include setjmp.h. (Bug#4643)
7704
7705 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 Remove leftover table unibyte_to_multibyte_table.
7708 * character.c (unibyte_to_multibyte_table): Remove.
7709 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7710 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7711 * character.h (UNIBYTE_TO_CHAR): New macro.
7712 (MAKE_CHAR_MULTIBYTE): Use it.
7713 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7714 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7715 (message_dolog, set_message_1):
7716 * search.c (Freplace_match):
7717 * editfns.c (Fcompare_buffer_substrings):
7718 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7719 (concat):
7720 * insdel.c (copy_text, count_size_as_multibyte):
7721 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7722 * term.c (produce_glyphs):
7723 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7724 * regex.c (RE_CHAR_TO_MULTIBYTE):
7725 * cmds.c (internal_self_insert):
7726 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7727
7728 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7729
7730 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7731
7732 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7733
7734 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7737
7738 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7739
7740 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7741 still needed under Tiger.
7742
7743 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7744
7745 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7746 __Apple__.
7747
7748 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7749
7750 2009-10-15 Kenichi Handa <handa@m17n.org>
7751
7752 * print.c (print_object): Escape a symbol like "2E10" too.
7753
7754 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7755
7756 Cleanups and changes for 64-bit compile under Snow Leopard.
7757 Based on suggestions by Erik Charlebois.
7758
7759 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7760
7761 * nsfont.m (ns_char_width): Replace deprecated call.
7762 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7763 cast argument.
7764 (nsfont_open): Use ns_char_width() everywhere.
7765 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7766
7767 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7768
7769 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7770 where appropriate.
7771
7772 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7773 where appropriate.
7774 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7775 Use stringWithUTF8String.
7776 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7777
7778 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7779 Add formal protocol mention to inheritance.
7780 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7781
7782 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7783 Fix printf format.
7784 (ns_query_color): Use CGFloat where appropriate.
7785 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7786 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7787 argument.
7788
7789 * config.in (NS_HAVE_NSINTEGER): Drop.
7790
7791 * dbusbind.c (dbus-method-return-internal)
7792 (dbus-method-error-internal): Use long format in printf, and cast
7793 argument.
7794
7795 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7796 in printf, and cast argument.
7797
7798 * process.c (list_processes_1): Use long format in printf, and
7799 cast argument.
7800
7801 2009-10-11 Glenn Morris <rgm@gnu.org>
7802
7803 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7804
7805 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7806
7807 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7808 menu bar with a small width so it doesn't enlarge the frame.
7809
7810 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7813
7814 2009-10-06 Glenn Morris <rgm@gnu.org>
7815
7816 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7817 SOME_MACHINE_LISP (this enters indirectly via DOC).
7818
7819 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7820
7821 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7822
7823 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7824
7825 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7826 Doc fix.
7827
7828 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7829
7830 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7831
7832 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7835 used anymore outside fileio.c.
7836
7837 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7838
7839 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * lisp.h (Qdelete_directory_internal):
7842 Declare, instead of Qdelete_directory.
7843
7844 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7845
7846 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7849
7850 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7851
7852 * fileio.c (Fdelete_directory_internal): Rename from
7853 Fdelete_directory. It is not a command anymore. It has no file
7854 name handler.
7855
7856 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * xdisp.c (get_next_display_element): Use an enum in last change.
7859
7860 2009-09-28 Kenichi Handa <handa@m17n.org>
7861
7862 * xdisp.c (get_next_display_element): Pay attention to
7863 unibyte_display_via_language_environment in handling
7864 Vnobreak_char_display.
7865
7866 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7867
7868 * nsterm.h (ns_app_name): New extern variable.
7869
7870 * nsterm.m (ns_app_name): New variable.
7871 (ns_term_init): Set and use it.
7872 (ns_term_shutdown): Use it.
7873
7874 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7875 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7876
7877 * nsfns.m (ns_set_name_iconic, ns_set_name)
7878 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7879 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7880
7881 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7882 Remove double-casting in client_data comparison.
7883
7884 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7885
7886 * keyboard.c (make_lispy_event): Remember last wheel direction.
7887 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7888
7889 2009-09-26 Glenn Morris <rgm@gnu.org>
7890
7891 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7892 internal.elc. Add term/pc-win.elc.
7893 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7894 term/x-win.elc.
7895 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7896 term/w32-win.elc.
7897 (NS_SUPPORT): New.
7898 (lisp): Add NS_SUPPORT.
7899 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7900
7901 2009-09-25 David Reitter <david.reitter@gmail.com>
7902
7903 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7904 on Mac OS X 10.6+ (bug#4513).
7905
7906 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7907
7908 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7909 some parts of Emacs code (like font selection) don't grok them.
7910 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7911
7912 2009-09-24 Andreas Schwab <schwab@redhat.com>
7913
7914 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7915
7916 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * dired.c (Fdirectory_files): Fix typo in docstring.
7919
7920 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7921
7922 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7923 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7924 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7925 under GNUstep.
7926 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7927
7928 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7929 glyph advancement.
7930
7931 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7932
7933 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
7934 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
7935
7936 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7937 deleted (bug #4492).
7938
7939 * nsfont.m (Vns_reg_to_script): New lisp variable.
7940 (syms_of_nsfont): Declare it.
7941 (ns_registry_to_script): New function.
7942 (ns_get_req_script): Call it.
7943 (ns_findfonts): Don't give up on non-unicode registry.
7944
7945 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7946
7947 2009-09-20 Tom Tromey <tromey@redhat.com>
7948
7949 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7950 batch mode (bug#4228).
7951
7952 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
7953
7954 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
7955 carefully. (Bug #4339)
7956
7957 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
7960
7961 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7962
7963 * emacs.c (inhibit_x_resources): Update doc string for NS.
7964 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
7965 legacy code for -NXHost. Fix error printf in daemon case.
7966
7967 * nsterm.h (ns_no_defaults): Remove.
7968
7969 * nsterm.m (ns_no_defaults): Remove.
7970 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7971 (ns_use_qd_smoothing): Remove legacy variable.
7972 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7973 don't update the NSWindow itself.
7974 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
7975 state detection and store user rect ourselves. (Bug #3581)
7976
7977 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7978 ns_use_qd_smoothing.
7979
7980 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7981 platform versions. Drop support for emacs-20-style face specs.
7982 (x-close-connection): Drop PSFlush() under OS X.
7983 (x-focus-frame): Activate the app first. (Bug #4180)
7984
7985 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * emacs.c (inhibit_x_resources): New variable.
7988 (main) [HAVE_NS]: Don't process --quick command line option.
7989 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7990
7991 * lisp.h (inhibit_x_resources): Declare it extern.
7992
7993 * w32reg.c (x_get_string_resource):
7994 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7995
7996 2009-09-17 Eli Zaretskii <eliz@gnu.org>
7997
7998 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7999 Add lisp/term/internal.elc.
8000
8001 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8004 (bug#4461).
8005
8006 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8007
8008 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8009
8010 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8011 (OBJECTS_MACHINE): Remove, unused.
8012
8013 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * frame.c (x_get_resource_string): Remove unused.
8016
8017 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8018
8019 * xterm.c (x_new_font): Call change_frame_size before calling
8020 x_set_window_size, in case frame size won't change.
8021
8022 * frame.c (x_set_font): Remove dead code.
8023
8024 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8027
8028 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * lread.c (Fload): Don't output a message after loading an obsolete
8031 package any more (done in Lisp now).
8032
8033 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8034
8035 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8036
8037 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * keymap.c (Fwhere_is_internal): Use nconc2.
8040
8041 2009-09-11 Alan Mackenzie <acm@muc.de>
8042
8043 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8044 batch mode.
8045
8046 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8047
8048 * xdisp.c (display_mode_element): Detect cycles.
8049
8050 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * keymap.c (where_is_internal): Don't erroneously return nil right after
8053 filling the cache.
8054 (where_is_internal_1): Fix up typo.
8055
8056 2009-09-11 Glenn Morris <rgm@gnu.org>
8057
8058 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8059 share a common doc-string.
8060
8061 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8064 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8065
8066 * keymap.c (QCadvertised_binding): New constant.
8067 (syms_of_keymap): Initialize it.
8068 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8069 if applicable.
8070
8071 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8074 (parse_menu_item): Streamline since bindings are recomputed all the
8075 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8076 more and don't support lmenu's menu-alias any more either.
8077
8078 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8079 (where_is_internal): Strip it down to only traverse the keymaps.
8080 Move the cache handling from Fwhere_is_internal to here.
8081 (Fwhere_is_internal): Move the handling of remapping and the choice of
8082 the best binding from where_is_internal to here.
8083 Unify the cached/noncached paths, so remapping is also handled
8084 correctly when the cache is used, and so the cache can be used to
8085 speed up remap-handling when applicable.
8086 Give preference to non-remapped bindings.
8087 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8088 non-remapped bindings.
8089 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8090 command remapping.
8091
8092 * xdisp.c (display_mode_element): Move list length limit from 50 to
8093 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8094
8095 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
8096
8097 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8098
8099 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8102 (Bug#4334)
8103
8104 * keymap.c (where_is_internal): Filter out shadowed remappings.
8105 Assume that where_is_internal returns unshadowed bindings to simplify
8106 the code and get rid of the gotos. Use ASIZE.
8107
8108 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8109
8110 * xterm.c (x_focus_changed): If we get a focusout and pointer
8111 is invisible, make it visible.
8112
8113 * xterm.h: Remove condition for declaration of
8114 x_*_window_to_frame.
8115
8116 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8119 initial terminal as well.
8120
8121 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8122
8123 * xterm.h: Rename x_non_menubar_window_to_frame to
8124 x_menubar_window_to_frame.
8125
8126 * xterm.c: Remove declarations also in xterm.h.
8127 (XTmouse_position): Do not return valid positions
8128 for clicks in the menubar and the toolbar for Gtk+.
8129
8130 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8131 if the widget for the event has the same top level as a frame,
8132 return the frame.
8133 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8134 internal windows, bug #4122.
8135 (x_non_menubar_window_to_frame): Remove.
8136
8137 2009-09-02 Glenn Morris <rgm@gnu.org>
8138
8139 * buffer.c (default-major-mode): Move most of the doc from here...
8140 (major-mode): ... to here.
8141
8142 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8143
8144 * process.c (wait_reading_process_output): Keep the descriptor
8145 when pty is used by a non-child process, e.g., in I/O buffer of
8146 GDB this allows inferior to be restarted.
8147
8148 2009-08-29 Eli Zaretskii <eliz@gnu.org>
8149
8150 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8151 both branches into one.
8152
8153 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8156 (main): Use enable-multibyte-characters rather than
8157 default-enable-multibyte-characters. Output a warning message when
8158 running a unibyte session.
8159
8160 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8161
8162 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8163 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8164 (copy_data_segment): Also copy __program_vars section.
8165 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8166 (dump_it) [LC_DYLD_INFO]: Use it.
8167
8168 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8169
8170 2009-08-28 Eli Zaretskii <eliz@gnu.org>
8171
8172 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8173 $(SRC)/buildobj.h.
8174 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8175 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8176 $(SRC)/buildobj.h.
8177 (clean): Add buildobj.h.
8178
8179 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8180
8181 * print.c (print_object): Set escapeflag to 1 when printing
8182 hashtable keys and values.
8183
8184 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * lread.c (read_integer): Use doubles (and potentially return a float
8187 number) as we do in string-to-number.
8188 (read1): Use strtol to read integers, signal errors on strtol's
8189 overflow and use floats if strtol's output is too large for
8190 Elisp integers.
8191
8192 2009-08-27 Eli Zaretskii <eliz@gnu.org>
8193
8194 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8195 (make-buildobj-SH): Fix last change.
8196 (SRC): Move to before where it's first used.
8197
8198 2009-08-27 Kenichi Handa <handa@m17n.org>
8199
8200 * process.c (send_process): Use encode_coding_object instead of
8201 encode_coding_string to perform eol-conversion even if the string
8202 is unibyte.
8203
8204 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8205 character.
8206
8207 * cmds.c (Fself_insert_command): Avoid unnecessay
8208 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
8209
8210 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8211
8212 * callproc.c (Fcall_process): Remove always true #if.
8213
8214 * lisp.h: Replace #if 0 code for checking with text pointing to
8215 the --enable-checking configure flag.
8216
8217 * emacs.c (main): Mention the --enable-profiling configure flag
8218 instead of using CFLAGS.
8219
8220 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8221
8222 * Makefile.in (buildobj.h): New target.
8223 (doc.o): Depend on it.
8224 (temacs${EXEEXT}): Don't generate buildobj.lst.
8225 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8226 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8227 ($(BLD)/doc.$(O)): Depend on it.
8228 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8229 provided by Eli Zaretskii.)
8230 ($(TEMACS)): Don't generate buildobj.lst.
8231 * doc.c: Include buildobj.h.
8232 (buildobj): New static variable.
8233 (Fsnarf_documentation): Use it, instead of opening and reading
8234 buildobj.lst.
8235
8236 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8237
8238 * dbusbind.c (Fdbus_call_method)
8239 (Fdbus_call_method_asynchronously): Use English numeric format for
8240 timeout values in doc string.
8241
8242 2009-08-25 Kenichi Handa <handa@m17n.org>
8243
8244 * alloc.c (mark_char_table): New function.
8245 (mark_object): Use mark_char_table for a char-table.
8246
8247 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8248 (CHAR_TABLE_REF): Use it.
8249
8250 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8251
8252 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8253 before invoking the newly build emacs to check for load-path
8254 shadowing.
8255
8256 2009-08-22 Glenn Morris <rgm@gnu.org>
8257
8258 * Makefile.in (bootstrap_exe): New variable.
8259 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8260 Use ${bootstrap_exe}.
8261
8262 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8263
8264 * coding.h (encode_coding_string): Don't encode unibyte strings.
8265 (Bug#4047)
8266
8267 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8268
8269 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8270
8271 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8272 intended as hotfix only.
8273 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8274
8275 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8276
8277 * nsterm.m (ns_get_color): Update documentation properly for last
8278 change, and clean up loose ends in the code left by it. Fix
8279 longstanding bug with 16-bit hex parsing, and add support for
8280 yet another X11 format (rgb:r/g/b) for compatibility.
8281 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8282 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8283
8284 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8287
8288 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8289
8290 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8291 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8292 (xd_initialize, xd_pending_messages): Check, whether
8293 $DBUS_SESSION_BUS_ADDRESS is set.
8294
8295 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8296
8297 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8298
8299 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8300
8301 2009-08-20 Glenn Morris <rgm@gnu.org>
8302
8303 * emacs.c (system-type): Doc fix.
8304
8305 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8308 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8309
8310 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8313 New functions.
8314 (xd_initialize): Revert change from 2009-08-16.
8315
8316 2009-08-18 Kenichi Handa <handa@m17n.org>
8317
8318 * fontset.c (Ffontset_font): If a nil element is found in a
8319 font-group vector, return nil.
8320
8321 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8322
8323 * process.c (status_notify): Don't perform redisplay.
8324 (Fdelete_process, list_processes_1, process_send_signal):
8325 Expliticly perform redisplay.
8326 (wait_reading_process_output): Always check process status, but
8327 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8328
8329 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8330
8331 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8332 (XFLOAT_INIT): New macro for storing a float value.
8333 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8334 * fns.c (sxhash): Copy out the value of a float in order to
8335 examine its bytes.
8336 * dbusbind.c (xd_append_arg): Likewise.
8337
8338 * emacs.c (main): Don't call syms_of_data twice.
8339
8340 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8341
8342 * dbusbind.c (xd_initialize): Add connection file descriptor to
8343 input_wait_mask, in order to let select() detect, whether a new
8344 message has been arrived.
8345 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8346
8347 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8348
8349 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8350 New functions.
8351
8352 * lisp.h (xd_pending_messages): Declare.
8353
8354 * keyboard.c (readable_events): Call xd_pending_messages.
8355
8356 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8359
8360 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8361
8362 * buffer.c (set_buffer_internal_1)
8363 (swap_out_buffer_local_variables): Check for unbound local
8364 variables (Bug#4138).
8365
8366 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8367
8368 * process.c (create_pty): Fix last change.
8369
8370 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8373 (xbm_load_image): Caller changed.
8374 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8375
8376 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * process.c (create_pty): New function.
8379 (Fstart_process): Use it to allow Emacs to just associate a pty
8380 with the buffer. See associated change in gdb-mi.el.
8381 (list_processes_1): Deal with no program name.
8382 (start_process_unwind): Use pid == -2 to mean no process.
8383
8384 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * cmds.c (nonundocount): New global variable.
8387 (keys_of_cmds): Initialize it.
8388 (Fself_insert_command): Use it to combine upto 20 sequential chars
8389 into a single undo entry, just like the Qself_insert_command code in
8390 keyboard.c does.
8391 Call frame_make_pointer_invisible, also like the Qself_insert_command
8392 code in keyboard.c does.
8393 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8394 than its own local replacement for it.
8395
8396 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8397
8398 * fns.c (concat): Don't re-set string length to its current value.
8399
8400 * coding.h (decode_coding_string, encode_coding_string):
8401 Use SBYTES macro.
8402
8403 * doprnt.c (doprnt_lisp): Delete unused function.
8404 (doprnt): Merge with doprnt1, discarding lispstrings code.
8405 * lisp.h (doprnt_lisp): Don't declare.
8406
8407 2009-08-07 Juri Linkov <juri@jurta.org>
8408
8409 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8410
8411 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 * print.c (syms_of_print): Undo previous change.
8414
8415 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8416
8417 * lread.c (read1, syms_of_lread): Read hashtables back from the
8418 readable format.
8419
8420 * print.c (print_preprocess, print_object): Print hashtables fully
8421 and readably.
8422 (syms_of_print): Provide 'hashtable-print-readable.
8423
8424 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8425
8426 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8427 no family set.
8428 (nsfont_open): Handle case when entity has no family.
8429
8430 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8431
8432 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8433 element, not a list, for match case.
8434
8435 2009-07-28 Kenichi Handa <handa@m17n.org>
8436
8437 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8438 rigidly.
8439
8440 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8441 font_parse_xlfd. Check font properties more rigidly.
8442
8443 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8444
8445 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8446 bsd-common.h.
8447
8448 2009-07-27 Kenichi Handa <handa@m17n.org>
8449
8450 * xfaces.c (face_with_height): Call font_clear_prop.
8451
8452 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8455
8456 * xterm.c (x_term_init): Use Qx.
8457
8458 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8459
8460 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8461 (ns_get_color): Revert 2009-07-16 change.
8462
8463 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8464
8465 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8466 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8467
8468 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8469
8470 * coding.h (decode_coding_string, encode_coding_string):
8471 Use SCHARS macro.
8472
8473 * lread.c: Rewrite 2009-07-21 changes.
8474 (load_depth): Delete.
8475 (Qload_in_progress): New variable.
8476 (load_unwind): Don't reference load_depth or load_in_progress.
8477 (Fload): Likewise; specbind Qload_in_progress instead.
8478 (init_lread): Don't initialize load_depth.
8479 (syms_of_lread): Initialize and protect Qload_in_progress.
8480
8481 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8482
8483 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8484
8485 2009-07-23 Yavor Doganov <yavor@gnu.org>
8486
8487 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8488
8489 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8490
8491 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8492 Bugs 3792, 3720, 2402.
8493 (ns_lookup_indexed_color): Check for bad index.
8494 (ns_index_color): Init unused slot to 0.
8495 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8496 Bug 3714, possibly 3082.
8497
8498 2009-07-22 Jason Rumney <jasonr@gnu.org>
8499
8500 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8501 Position IME window at cursor (Bug#2570).
8502 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8503 (globals_of_w32fns): Dynamically load functions required above.
8504
8505 * w32term.c (w32_draw_window_cursor): Send message to reposition
8506 any IME window.
8507
8508 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * fileio.c: Revert 2009-07-16 changes.
8511 (Vauto_save_include_big_deletions): New variable.
8512 (Fdo_auto_save): Disable auto-save only if
8513 auto-save-include-big-deletions is nil.
8514
8515 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8518 the overflowed pixels into account (Bug#3879).
8519
8520 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8521
8522 * lread.c (load_depth): New variable.
8523 (Fload, load_unwind, init_lread): Set it to the load recursion
8524 depth; set load_in_progress as a simple boolean based on the
8525 current load_depth. (Bug#3892)
8526
8527 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8528
8529 * nsfont.m (ns_has_attribute): Remove.
8530 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8531
8532 2009-07-18 Juri Linkov <juri@jurta.org>
8533
8534 * process.c (Fset_process_query_on_exit_flag): Mention killing
8535 a buffer in docstring.
8536
8537 2009-07-17 Kenichi Handa <handa@m17n.org>
8538
8539 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8540
8541 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8542
8543 * nsfns.m (Fns_set_alpha): Remove function.
8544 (syms_of_nsfns): Don't defsubr it.
8545
8546 * nsterm.m (ns_get_color): Remove incompatible color formats.
8547 (ns_color_to_lisp): Generate #rrggbb color format string.
8548
8549 2009-07-16 Richard Stallman <rms@gnu.org>
8550
8551 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8552 (Fset_buffer_auto_saved): Handle save_length = -2.
8553
8554 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * xterm.c (Qx_gtk_map_stock): New var.
8557
8558 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8559 of calling intern each time.
8560
8561 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8562
8563 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8564 does tiling.
8565
8566 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8567
8568 2009-07-14 Kenichi Handa <handa@m17n.org>
8569
8570 * font.c (font_vconcat_entity_vectors): New function.
8571 (struct font_sort_data): New member font_driver_preference.
8572 (font_compare): Check font_driver_preference.
8573 (font_sort_entities): The format of the first argument changed.
8574 (font_delete_unmatched): Likewise.
8575 (font_list_entities): The return type changed.
8576 (font_select_entity): The format of the second argument changed.
8577 (font_find_for_lface): Adjuste for the above changes.
8578 Don't suppress the checking of C even if the repertory supports it.
8579 (Flist_fonts): Adjust for the above changes.
8580
8581 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8582 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8583 Reject a font who has adstyle property that is different from a
8584 langname derived from registry property.
8585 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8586
8587 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8588
8589 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8590 local copy of dirfilename.
8591
8592 2009-07-13 Kenichi Handa <handa@m17n.org>
8593
8594 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8595 against max_char.
8596
8597 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8598 calling XSYMBOL (sym).
8599
8600 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8601
8602 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8603 New function.
8604 (directory_files_internal) [WINDOWSNT]:
8605 Bind w32-get-true-file-attributes to either t or nil, depending whether
8606 the filesystem of the directory is fast or slow.
8607
8608 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8609 file name.
8610 (is_slow_fs): New function.
8611 (stat): Use it to determine whether to issue more system calls to
8612 get accurate file attributes, when w32-get-true-file-attributes is
8613 `local'.
8614
8615 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8616
8617 * xfns.c (Fx_select_font): Remember last font selected in
8618 x_last_font_name and use that the next time. Also try the frame
8619 parameter font-parameter as default to the font dialog.
8620
8621 2009-07-10 Kenichi Handa <handa@m17n.org>
8622
8623 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8624
8625 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8626
8627 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8628
8629 * w32.c (stat): Treat UNC file names as residing on remote
8630 drives. (Bug#3542)
8631
8632 2009-07-09 Kenichi Handa <handa@m17n.org>
8633
8634 * fontset.c (fontset_find_font): Fix previous change.
8635
8636 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8637
8638 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8639 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8640 error flag.
8641
8642 2009-07-08 Kenichi Handa <handa@m17n.org>
8643
8644 * fontset.c (fontset_find_font): Fix the logic of handling
8645 charset_matched.
8646 (font_for_char): Delete unused var.
8647 (generate_ascii_font_name): Delete it.
8648
8649 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8650
8651 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8652 (encode_coding_sjis): Fix the code range check.
8653
8654 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8657 (Fexpand_file_name): Copy string data properly (Bug#3772).
8658
8659 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8660
8661 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8662 first MapNotify.
8663
8664 2009-07-07 Kenichi Handa <handa@m17n.org>
8665
8666 * character.h (unibyte_has_multibyte_table): Delete extern.
8667 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8668
8669 * charset.c (Fset_charset_priority): Update charset_unibyte.
8670 (syms_of_charset): Initialize charset_unibyte.
8671
8672 * character.c (unibyte_has_multibyte_table): Delete it.
8673 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8674 charset_unibyte.
8675 (multibyte_char_to_unibyte_safe): Likewise.
8676 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8677
8678 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8679 (x_produce_glyphs): Likewise.
8680
8681 * .gdbinit (xcharset): Fix the treating $arg0.
8682
8683 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8684
8685 Emulation of `getloadavg' on MS-Windows.
8686 * w32.c: Include float.h.
8687 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8688 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8689 (get_native_system_info, get_system_times): New functions.
8690 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8691 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8692 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8693 g_b_init_get_system_times, and num_of_processors.
8694
8695 2009-07-03 Jason Rumney <jasonr@gnu.org>
8696
8697 * w32term.c (w32_initialize): Use standard types.
8698
8699 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8700
8701 * dired.c (Ffile_attributes): Decode user and group names by the
8702 locale's encoding. (Bug#3443)
8703
8704 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8705
8706 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8707 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8708
8709 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8710
8711 * term.c (init_tty): Remove spurious #ifdef.
8712
8713 * m/mips.h: Mention this file is also used for netbsd.
8714 * m/pmax.h: Remove file.
8715
8716 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8717
8718 * xterm.h (struct x_display_info): Add invisible_cursor.
8719 (struct x_output): Add current_cursor.
8720
8721 * xterm.c (XTtoggle_invisible_pointer): New function.
8722 (x_define_frame_cursor): Don't define cursor if invisible or the
8723 same as before. Set current_cursor.
8724 (x_create_terminal): Set toggle_invisible_pointer_hook.
8725
8726 * xfns.c (make_invisible_cursor): New function.
8727 (x_set_mouse_color): Call make_invisible_cursor.
8728 Set current_cursor.
8729 (x_window): Set current_cursor.
8730
8731 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8732
8733 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8734 inserting a character.
8735 (read_avail_input): Call frame_make_pointer_visible.
8736
8737 * frame.c (Vmake_pointer_invisible): New variable.
8738 (frame_make_pointer_invisible, frame_make_pointer_visible):
8739 New functions.
8740 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8741
8742 * frame.h: Declare frame_make_pointer_invisible and
8743 frame_make_pointer_visible.
8744 (struct frame): Add pointer_invisible.
8745
8746 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8747
8748 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8749 frame isn't visible.
8750 (xg_frame_resized): If width/height is -1, get size of window
8751 from X server.
8752
8753 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8754 for MapNotify.
8755
8756 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8757 here or call change_frame_size. Just call flush_and_sync.
8758 (flush_and_sync): Reintroduce.
8759
8760 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8761
8762 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8763
8764 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8765 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8766
8767 * frame.h: Declare Qsticky.
8768
8769 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8770
8771 * nsfns.m (ns_frame_parm_handlers): Ditto.
8772
8773 * frame.c: Declare Qsticky.
8774 (frame_parms): Add sticky.
8775
8776 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8777
8778 * xterm.h: Declare x_set_sticky.
8779
8780 * xterm.c (x_set_sticky): New function.
8781
8782 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8783 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8784 xg_tool_bar_proxy_help_callback.
8785
8786 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8787
8788 * frame.c: Qmaximized is new.
8789 (x_set_frame_parameters): Do not handle fullscreen specially.
8790 Only set width and height if explicitly set.
8791 (x_set_fullscreen): Handle Qmaximized.
8792 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8793 (syms_of_frame): Initialize Qmaximized.
8794
8795 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8796 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8797
8798 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8799 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8800 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8801 set gravity to NorthWestGravity when USE_GTK.
8802 (set_wm_state): New function.
8803 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8804 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8805 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8806 or the case when no window manager is running. That means remove calls
8807 to x_real_positions and x_fullscreen_adjust.
8808
8809 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8810 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8811 flush_and_sync.
8812 (xg_height_changed): New function.
8813 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8814 and gtk_window_set_policy. Set frame gravity after parsing the
8815 geometry string.
8816 (xg_update_frame_menubar, free_frame_menubar)
8817 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8818 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8819 Remove calls to xg_frame_set_char_size.
8820
8821 2009-07-01 Kenichi Handa <handa@m17n.org>
8822
8823 * keyboard.c (decode_keyboard_code): New function.
8824 (tty_read_avail_input): Decode the input bytes if necessary.
8825
8826 * coding.c (setup_coding_system):
8827 Initialize coding->carryover_bytes to 0.
8828 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8829 use Qno_conversion.
8830
8831 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8832
8833 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8834
8835 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8838
8839 2009-06-30 Jason Rumney <jasonr@gnu.org>
8840
8841 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8842 is already loaded.
8843 Set user model ID if supported (bug#1849).
8844
8845 2009-06-29 Jim Meyering <meyering@redhat.com>
8846
8847 Remove useless if-before-xfree test.
8848 * nsfont.m (nsfont_close): Remove useless test.
8849 * term.c (delete_tty): Likewise.
8850 * w32.c (system_process_attributes): Likewise.
8851 * w32font.c (w32font_close): Likewise.
8852 * xfaces.c (x_free_gc): Likewise.
8853 * xselect.c (buffer): Likewise.
8854
8855 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8856
8857 * process.c (send_process): Keep decoded string in a local
8858 variable and protect it from GC. (Bug#3521)
8859
8860 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8861
8862 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8863 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8864
8865 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * xdisp.c (start_display, handle_face_prop)
8868 (move_it_vertically_backward, cursor_row_fully_visible_p)
8869 (redisplay_window, try_window_id, produce_image_glyph):
8870 Delete some #ifdef-ed out code chunks that are now obsolete.
8871
8872 * xterm.c (x_update_window_begin, x_new_focus_frame)
8873 (x_scroll_bar_handle_click, handle_one_xevent)
8874 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8875 (x_make_frame_visible, x_make_frame_invisible)
8876 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8877 code chunks that are now obsolete.
8878
8879 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8880
8881 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8882 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8883 for hours, when optimzation is enabled.
8884 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8885 (xd_read_message): Make them static.
8886
8887 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8888
8889 * term.c (turn_on_face): Allow simultaneously bold and dim
8890 terminal faces (Bug#3530).
8891
8892 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8895
8896 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8897 truncation glyphs (Bug#3686).
8898
8899 2009-06-27 Glenn Morris <rgm@gnu.org>
8900
8901 * m/pmax.h: Restore file, with only netbsd portions.
8902
8903 2009-06-26 David Reitter <david.reitter@gmail.com>
8904
8905 * nsterm.m (keydown): Avoid infinite loop.
8906
8907 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8908
8909 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8910 the arg FORCE_SYMBOL.
8911
8912 2009-06-25 Kenichi Handa <handa@m17n.org>
8913
8914 * fontset.c (fontset_find_font): When a usable rfont_def is found
8915 in a fallback font-group, make it the first element of the group.
8916
8917 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8920
8921 2009-06-24 Kenichi Handa <handa@m17n.org>
8922
8923 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8924 set for C.
8925 (fontset_font): Record the availability of a font for C both in
8926 the realized fontsets of the current one and the default one.
8927
8928 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8929
8930 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8931 conditional, it is always defined on AIX.
8932
8933 2009-06-23 Miles Bader <miles@gnu.org>
8934
8935 * window.c (Vrecenter_redisplay): New variable.
8936 (syms_of_window): Initialize it.
8937 (Qtty): New extern declaration.
8938 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8939
8940 2009-06-23 Jim Meyering <meyering@redhat.com>
8941
8942 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8943 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
8944 pointer dereferences are guaranteed to be valid.
8945
8946 2009-06-23 Kenichi Handa <handa@m17n.org>
8947
8948 * emacs.c (main): Call init_font ().
8949
8950 * font.h (Vfont_log): Extern it.
8951 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8952
8953 * font.c (font_sort_entities, font_list_entities)
8954 (font_matching_entity, font_open_entity)
8955 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8956 (Vfont_log): Delete static.
8957 (font_log_env_checked): Delete this variable.
8958 (font_add_log): Don't check font_log_env_checked.
8959 (font_deferred_log): Check Vfont_log.
8960 (init_font): New function.
8961
8962 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8963
8964 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8965
8966 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8967
8968 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8969
8970 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8971 (face_for_char): Don't call font_deferred_log here.
8972 (font_for_char): Likewise.
8973
8974 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8977 rather than its background_width for drawing the overline and
8978 underline (Bug#489).
8979
8980 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8981 rather than its background_width for drawing the overline and
8982 underline (Bug#489).
8983 (xg_default_icon_file): New variable.
8984 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8985 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
8986
8987 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8988 (load_overlay_strings): Remove externs.
8989 (fast_find_position): Function deleted.
8990 (mouse_face_from_buffer_pos): New function, based on
8991 fast_find_position. Correctly handle before-strings,
8992 display-strings, and after-strings (Bug#1220).
8993 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8994
8995 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
8998 (move_it_in_display_line_to, move_it_in_display_line_to)
8999 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9000
9001 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9002
9003 * Branch for 23.1.
9004
9005 2009-06-21 Jason Rumney <jasonr@gnu.org>
9006
9007 * w32term.c (keyboard_codepage): New static variable.
9008 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9009 (w32_read_socket) [WM_CHAR]: Use it to decode character
9010 input (bug#3237).
9011 (w32_initialize): Initialize it.
9012 (codepage_for_locale): New function.
9013
9014 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
9015
9016 * process.c (status_message): Pass Faset index argument as a lisp
9017 object, so as to work with USE_LISP_UNION_TYPE.
9018
9019 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9020
9021 * coding.c (Ffind_coding_systems_region_internal):
9022 Cache checked characters.
9023
9024 2009-06-18 Kenichi Handa <handa@m17n.org>
9025
9026 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9027
9028 2009-06-18 Andreas Schwab <aschwab@redhat.com>
9029
9030 * xdisp.c (redisplay_internal): Check that the frame is still
9031 live after redisplay of its windows.
9032 (redisplay_windows): Check that the window is still live.
9033
9034 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9035
9036 * coding.c (detect_coding_utf_16): Fix previous change.
9037
9038 2009-06-16 Kenichi Handa <handa@m17n.org>
9039
9040 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9041 UTF-16 by checking the dispersion of Eth and Oth bytes.
9042
9043 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9044
9045 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9046
9047 2009-06-15 Kenichi Handa <handa@m17n.org>
9048
9049 * process.c (status_message): Fix previous change. Be sure to
9050 decode a localized string.
9051
9052 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9053
9054 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9055 add comment explaining why.
9056
9057 2009-06-14 Sidney Markowitz <sidney@sidney.com>
9058
9059 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9060
9061 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9062
9063 * nsfont.m (ns_attribute_value): Remove.
9064 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9065 (ns_has_attribute): Shrink the normal range.
9066 (ns_findfonts): Don't worry about requested spec in determining
9067 need for synthItal.
9068 (ns_get_covering_families): Retain scriptToFamilies.
9069
9070 2009-06-14 Seiji Zenitani <zenitani@mac.com>
9071
9072 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9073
9074 2009-06-11 Kenichi Handa <handa@m17n.org>
9075
9076 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9077 overhang for the static composition case.
9078
9079 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9080
9081 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9082 overhang for the automatic composition case.
9083
9084 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9085 composition case.
9086
9087 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * xdisp.c (get_next_display_element): When handling wrap-prefix
9090 and line-prefix, treat \n as a control character (bug#3502).
9091
9092 2009-06-10 Kenichi Handa <handa@m17n.org>
9093
9094 * font.c (font_parse_family_registry): Fix for one-char foundry.
9095 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9096
9097 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9098
9099 * process.c (status_message): Fix handling of multibyte signal
9100 string (Bug#3499).
9101
9102 2009-06-09 Jim Meyering <meyering@redhat.com>
9103
9104 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9105 color name is missing.
9106
9107 2009-06-09 Kenichi Handa <handa@m17n.org>
9108
9109 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9110 FROM-CODE and TO-CODE are codepoints of CHARSET.
9111
9112 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9113
9114 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9115
9116 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9117
9118 Changes to support :script/:lang/:otf in NS font driver.
9119 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9120 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9121 indicate not part of font driver interface, and change callers.
9122 (ns_get_family): Remove pointless null check.
9123 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9124 ns_spec_to_descriptor, ns_descriptor_to_entity.
9125 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9126 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9127 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9128 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9129 (ns_get_req_script, ns_accumulate_script_ranges)
9130 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9131 New functions.
9132 (nsfont_list, nsfont_match): Use ns_findfonts.
9133 (nsfont_open): Use font descriptor instead of traits.
9134 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9135 (dump_glyphstring): Rename to ns_dump_glyphstring.
9136
9137 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9138
9139 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9140
9141 * fontset.c (fontset_from_font): Remove NS-specific code.
9142
9143 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
9144
9145 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9146 nonactive windows.
9147
9148 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
9149
9150 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9151
9152 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9153
9154 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9155
9156 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9159 account for the overflowing of newlines into the last glyph on the
9160 display line (Bug#3482).
9161
9162 2009-06-05 David Reitter <david.reitter@gmail.com>
9163
9164 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9165 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9166 Fns_selection_exists_p, Fns_selection_owner_p.
9167
9168 2009-06-03 Jason Rumney <jasonr@gnu.org>
9169
9170 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9171 available. (Bug#3379)
9172
9173 2009-05-29 Kenichi Handa <handa@m17n.org>
9174
9175 * coding.c (get_translation_table):
9176 Check Venable_character_translation.
9177
9178 2009-05-26 David Reitter <david.reitter@gmail.com>
9179
9180 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9181 (x_make_frame_visible): Move frame to front rather than calling
9182 ns_raise_frame().
9183 (keyDown:): Do not swallow events that aren't re-sent if frame
9184 isn't key window.
9185 (drawRect:): Do not set visibility/iconified flags because
9186 drawRect may be called by NSView even if the frame is hidden.
9187
9188 * nsfns.m (Fx_create_frame): Follow other ports in
9189 determining visibility; default to t. Ensure async_visible is set.
9190
9191 2009-05-23 Eli Zaretskii <eliz@gnu.org>
9192
9193 * dired.c (Ffile_attributes): Doc fix.
9194
9195 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9198
9199 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9202 and xfont_scratch_props.
9203 (syms_of_xfont): Do it here instead.
9204 (xfont_find_ccl_program): Delete, unused.
9205 (xfont_open): Delete unused var `i'.
9206
9207 2009-05-21 Kenichi Handa <handa@m17n.org>
9208
9209 * fontset.c (Qlatin): Don't make it static.
9210
9211 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9212 New functions.
9213 (xfont_scripts_cache, xfont_scratch_props): New variables.
9214 (Qlatin, Vscalable_fonts_allowed): Extern it.
9215 (xfont_list_pattern): Argument changed. Callers changed.
9216 Check Vscalable_fonts_allowed. Check the support of a script.
9217 (xfont_list): Don't reject a font spec with :script property.
9218 (xfont_has_char): Fix setting of encoding.
9219 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9220 xfont_scratch_props.
9221
9222 2009-05-19 Kenichi Handa <handa@m17n.org>
9223
9224 * font.c (font_sort_entities): Rename from font_sort_entites.
9225 Callers changed.
9226
9227 2009-05-18 Kenichi Handa <handa@m17n.org>
9228
9229 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9230
9231 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9234 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9235
9236 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9237
9238 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9239 (x_delete_terminal): Dissociate resource database from display and
9240 then call XrmDestroyDatabase before closing display.
9241
9242 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9243
9244 * nsterm.m (ns_read_socket): Remove unused variable.
9245 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9246 whether selected frame is viable before raising it (based on patch
9247 by David Reitter), and improve commentary.
9248 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9249
9250 2009-05-15 Kenichi Handa <handa@m17n.org>
9251
9252 * font.c (Ffont_spec): Check arguments.
9253
9254 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9257 weight when testing attributes (Bug#3282).
9258
9259 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9260
9261 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9262 what we expect to get in the next ConfigureNotify event.
9263
9264 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9265 before Xft one (Bug#1696).
9266
9267 2009-05-07 David Reitter <david.reitter@gmail.com>
9268
9269 * nsfns.m (Fx_display_planes): Compute bitplanes using
9270 NSBitsPerPixelFromDepth (Bug#3207).
9271
9272 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9275
9276 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9277
9278 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9279
9280 2009-05-07 David Reitter <david.reitter@gmail.com>
9281
9282 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9283 Respect mouse face background.
9284
9285 2009-05-07 David Reitter <david.reitter@gmail.com>
9286
9287 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9288 Mouse movement/highlight: bracket drawing operations
9289 in ns_update_begin and ns_update_end.
9290
9291 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * nsfns.m (ns_get_screen): Rewrite.
9294 Don't presume selected-frame is of type `ns'.
9295
9296 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9297 all drivers.
9298
9299 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9300
9301 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9302
9303 * keyboard.h (add_user_signal): Fix typo in extern.
9304
9305 * lisp.h (add_user_signal): Remove extern.
9306
9307 * unexelf.c (unexec): Consider a section to precede the .bss section
9308 if its addresses overlap that of .bss.
9309 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9310 instead of dumping process.
9311
9312 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9315
9316 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9319
9320 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9323 any statements.
9324
9325 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9326
9327 * process.c (read_process_output): Make sure the current buffer is
9328 always restored.
9329
9330 * coding.c (record_conversion_result): Don't modify
9331 Vlast_code_conversion_error for successful result.
9332 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9333
9334 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9335
9336 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9337 (load_charset_map): Remove unnecessary code.
9338
9339 2009-04-30 David Reitter <david.reitter@gmail.com>
9340
9341 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9342 through f24.
9343
9344 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9347
9348 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9349 face_at_buffer_position.
9350 (face_before_or_after_it_pos, get_next_display_element)
9351 (note_mouse_highlight): Update face_at_buffer_position call.
9352
9353 * term.c (term_mouse_highlight):
9354 * msdos.c (IT_note_mouse_highlight):
9355 * fontset.c (Finternal_char_font):
9356 * font.c (font_at, font_range): Update face_at_buffer_position call.
9357
9358 * dispextern.h (face_at_buffer_position): Update prototype.
9359
9360 2009-04-30 Kenichi Handa <handa@m17n.org>
9361
9362 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9363
9364 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9365
9366 * callproc.c (Fcall_process): Fix GC protection. Make sure
9367 current buffer is always restored.
9368
9369 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9370
9371 * atimer.c (init_atimer): Also clear stopped_atimers.
9372
9373 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9374
9375 * process.c (create_process): Clean up merger residues of
9376 2008-07-17 change.
9377
9378 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9379
9380 * lread.c (Vread_circle): New variable.
9381 (read1): Disable recursive read if Vread_circle is nil.
9382
9383 2009-04-29 Kenichi Handa <handa@m17n.org>
9384
9385 * fontset.h (set_default_ascii_font): Delete extern.
9386
9387 * fontset.c (set_default_ascii_font): Delete this unused function.
9388
9389 * frame.c (x_set_font): When ARG is a font-object, check if the
9390 font-object matches with the ASCII font-spec of the frame's
9391 fontset. If not, create a new fontset for the frame. (Bug #3075)
9392
9393 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9394
9395 * fns.c (Flocale_info): Protect vector from GC during decoding.
9396
9397 * process.c (Fstart_process): Protect argv strings from GC during
9398 encoding.
9399
9400 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9401
9402 * sysdep.c: Include <ctype.h>.
9403
9404 2009-04-27 David Reitter <david.reitter@gmail.com>
9405
9406 * nsfont.m (nsfont_open): Remove unused variable shrink.
9407 Remove commented-out code.
9408
9409 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9410
9411 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9412
9413 2009-04-25 Jason Rumney <jasonr@gnu.org>
9414
9415 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9416
9417 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9418
9419 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9420 Swap bytes in short integer if fringe bitmap width > 8.
9421
9422 2009-04-23 Kenichi Handa <handa@m17n.org>
9423
9424 * xfaces.c (Fx_list_fonts): If a font size is specified in
9425 PATTERN, set it in returned scalable fonts.
9426
9427 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9428
9429 * keyboard.c (Fset_input_meta_mode): Doc fix.
9430
9431 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9432
9433 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9434
9435 * coding.c (Fterminal_coding_system): Doc fix.
9436
9437 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9438 (Fx_display_pixel_height, Fx_display_planes)
9439 (Fx_display_color_cells, Fx_server_max_request_size)
9440 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9441 (Fx_display_mm_height, Fx_display_mm_width)
9442 (Fx_display_backing_store, Fx_display_visual_class)
9443 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9444 Doc fixes, replacing "terminal id" with "terminal object".
9445 (check_x_display_info): Handle terminal objects instead of
9446 terminal ids.
9447
9448 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9449 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9450 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9451 Doc fixes, replacing "terminal id" with "terminal object".
9452
9453 2009-04-21 Kenichi Handa <handa@m17n.org>
9454
9455 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9456 (font_score): Check AVGWIDTH too.
9457
9458 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9459 worst case.
9460 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9461 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9462
9463 2009-04-19 Jason Rumney <jasonr@gnu.org>
9464
9465 The following changes fix Bug#3005 for wide glyphs on each platform,
9466 without reintroducing Bug#1258 for stretch glyphs.
9467
9468 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9469 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9470 get_phys_cursor_geometry.
9471
9472 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9473 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9474 using get_phys_cursor_geometry.
9475
9476 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9477 correctly calculated.
9478
9479 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9480
9481 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9482 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9483 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9484 is deprecated.
9485
9486 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9487
9488 * font.c (font_put_frame_data): Use xfree instead of free.
9489
9490 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9491
9492 * w32font.c (Qja, Qko): Remove declarations.
9493 (syms_of_w32font): Don't DEFSYM them.
9494
9495 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9498
9499 * font.h (Qja, Qko): Extern them.
9500
9501 * ftfont.c (Qja, Qko): Remove declarations.
9502
9503 * xfont.c (Qja, Qko): Remove declarations.
9504
9505 2009-04-17 Kenichi Handa <handa@m17n.org>
9506
9507 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9508 string from a vector to handle Latin-1 characters correctly.
9509
9510 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9511 entity even if the cache hits.
9512
9513 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9514
9515 * search.c (boyer_moore): Use zero as marker value for a possible
9516 match instead of depending on overflow behavior. (Bug#2844)
9517
9518 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9519 * lisp.h: Adjust prototypes.
9520
9521 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9524 change (Bug#3003).
9525
9526 2009-04-16 Kenichi Handa <handa@m17n.org>
9527
9528 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9529
9530 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9531 adstyle.
9532
9533 * ftfont.c (Qja, Qko): Don't make them static.
9534 (enum ftfont_cache_for): New enum.
9535 (fc_charset_table): Undo the previous change.
9536 (ftfont_get_latin1_charset): Delete it.
9537 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9538 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9539 non-scarable font, try to get AVERAGE_WIDTH.
9540 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9541 Change ft_face_cache from a list of a hash-table. Don't check
9542 `ja' and `ko' adstyle here.
9543 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9544 FTFONT_CACHE_FOR_CHARET.
9545 (ftfont_get_charset): Undo the previous change.
9546 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9547 (ftfont_close): Likewise.
9548 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9549
9550 * font.c (font_sort_entites): Change the meaning of the arg
9551 BEST-ONLY. Don't optimize for VEC of lenght 1.
9552 (font_select_entity): Just return the value of font_sort_entites.
9553
9554 * xfaces.c (merge_face_vectors): Reflect font properties in
9555 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9556 font_clear_prop if a face attribute doesn't change.
9557
9558 * charset.h (charset_ksc5601): Extern it.
9559
9560 * charset.c (charset_ksc5601): New variable.
9561 (Fdefine_charset_internal): Set charset_ksc5601.
9562 (init_charset_once): Initialize charset_ksc5601 to -1.
9563
9564 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9565
9566 * fileio.c (history_delete_duplicates): Remove unused declaration.
9567
9568 * callint.c (history_delete_duplicates): New declaration.
9569 (Fcall_interactively): Remove command history duplicates when
9570 history_delete_duplicates is true.
9571
9572 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9573
9574 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9575
9576 2009-04-14 Kenichi Handa <handa@m17n.org>
9577
9578 * font.c (Ffont_info): Fix docstring. Fix the second element of
9579 the returned value (bug#2949).
9580
9581 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9582
9583 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9584
9585 2009-04-14 Kenichi Handa <handa@m17n.org>
9586
9587 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9588 encoding charset is ascii_compatible.
9589
9590 * charset.c (Fdefine_charset_internal): Make charset
9591 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9592 code_offset is 0, and covers all ASCII characters.
9593
9594 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9597 (ns_string_to_pasteboard_internal):
9598 * nsmenu.m (process_dialog):
9599 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9600 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9601 * lisp.h (Fx_load_color_file): Declare.
9602
9603 2009-04-13 Kenichi Handa <handa@m17n.org>
9604
9605 * font.c (font_delete_unmatched): Preserve the order of list elements.
9606 (font_select_entity): Suppress the code to optimize for the same
9607 kind of fonts.
9608 (font_load_for_lface): Get a font that supports at least ASCII
9609 characters.
9610
9611 * ftfont.c (Qja, Qko): New variables.
9612 (fc_charset_table): Delete uniquifier data for iso8859-1.
9613 (ftfont_get_latin1_charset): New function.
9614 (get_adstyle_property): New function.
9615 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9616 bitmap fonts.
9617 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9618 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9619 `ko' or `ja'.
9620 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9621 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9622 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9623 property.
9624 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9625 (syms_of_ftfont): DEFSYM Qja and Qko.
9626
9627 2009-04-09 Kenichi Handa <handa@m17n.org>
9628
9629 * charset.c (map_charset_chars): For a charset of `superset'
9630 method, fix calculation of code range.
9631
9632 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9633 from the list of extra properties.
9634 (font_clear_prop): Be sure to delete `:name' font property.
9635
9636 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9637
9638 * dispnew.c (redraw_overlapping_rows): Fix detection of
9639 overlapping for topmost and bottommost rows.
9640
9641 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9642
9643 2009-04-06 Jason Rumney <jasonr@gnu.org>
9644
9645 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9646
9647 2009-04-06 Kenichi Handa <handa@m17n.org>
9648
9649 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9650
9651 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9652
9653 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9654
9655 * ftfont.c (ftfont_open): Fix checking of the return value of
9656 FT_Load_Char. Fix setting font->underline_thickness.
9657
9658 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9661 (Fterminal_parameters, Fterminal_parameter)
9662 (Fset_terminal_parameter): In doc string, refer to terminal
9663 objects rather than terminal ids.
9664
9665 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9666
9667 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9668 ret_lim_data. (Bug#2867)
9669
9670 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9673 so they don't get wider than the window, matching 2006-01-23
9674 change to the partner function in xdisp.c (Bug#2800).
9675
9676 2009-04-03 Kenichi Handa <handa@m17n.org>
9677
9678 * print.c (print_object): Make each lowest sub_char_table start a
9679 new line (Bug#2866).
9680
9681 2009-04-02 Kenichi Handa <handa@m17n.org>
9682
9683 * fontset.c (fontset_font): Record no-font when a fontset
9684 explicitly tells not to try another font-specs.
9685
9686 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9687
9688 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9689
9690 2009-03-30 Kenichi Handa <handa@m17n.org>
9691
9692 * fontset.c (fontset_from_font): Specify only registry in a
9693 font-spec for all characters supported by that registry.
9694
9695 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9696 even if HAVE_M17N_FLT is not defined.
9697
9698 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9699
9700 * ftfont.c: Conditionalize prototyping and use of
9701 ftfont_variation_glyphs.
9702
9703 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * frame.c (delete_frame): Work around compiler bug.
9706
9707 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9708 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9709 Some more EMACS_INT.
9710 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9711
9712 * xdisp.c (dump_glyph): Fix typo.
9713
9714 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9715 (adjust_markers_gap_motion, adjust_markers_for_delete)
9716 (adjust_markers_for_insert, adjust_point)
9717 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9718 (make_gap, copy_text, count_size_as_multibyte, insert)
9719 (insert_and_inherit, insert_before_markers)
9720 (insert_before_markers_and_inherit, insert_1)
9721 (count_combining_before, count_combining_after, insert_1_both)
9722 (insert_from_string, insert_from_string_before_markers)
9723 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9724 (insert_from_buffer_1, adjust_after_replace)
9725 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9726 (replace_range_2, del_range, del_range_1, del_range_byte)
9727 (del_range_both, del_range_2, modify_region)
9728 (prepare_to_modify_buffer, signal_before_change)
9729 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9730 for buffer positions and sizes.
9731 * lisp.h: Adjust prototypes accordingly.
9732
9733 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9734 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9735 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9736
9737 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9738
9739 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9740
9741 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9742 lines and columns so we keep the same pixel height and width.
9743
9744 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9745 the property _NET_WM_STATE has changed.
9746 (x_handle_net_wm_state): New function to update frame parameter
9747 fullscreen.
9748 (x_term_init): Initialize atoms for _NET_WM_STATE.
9749
9750 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9751
9752 2009-03-27 Kevin Ryde <user42@zip.com.au>
9753
9754 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9755 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9756 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9757 (Fgpm_mouse_stop): Pass that new parameter.
9758 * termhooks.h (close_gpm): Adjust prototype.
9759
9760 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * lisp.h (Fx_focus_frame): Declare.
9763
9764 * callint.c (Fcall_interactively): For '^' just delegate the work to
9765 handle-shift-selection.
9766 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9767
9768 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9769
9770 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9771
9772 * data.c (Qinteractive_form): New variable.
9773 (Finteractive_form): Use it.
9774
9775 * eval.c (Fcommandp): Use Qinteractive_form.
9776
9777 2009-03-24 Jason Rumney <jasonr@gnu.org>
9778
9779 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9780 Calculate total size precisely. Decode environment variables
9781 before substituting. (Bug#38)
9782
9783 2009-03-24 Kenichi Handa <handa@m17n.org>
9784
9785 * font.c (find_font_encoding): Return Qnil for unsupported
9786 encoding (Bug#2722).
9787
9788 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9789
9790 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9791 that gdpy is set.
9792
9793 2009-03-22 Alan Mackenzie <acm@muc.de>
9794
9795 * callint.c (Finteractive): Clarify the doc string - even
9796 promptless elements need \n separators.
9797
9798 2009-03-22 Jason Rumney <jasonr@gnu.org>
9799
9800 * w32term.c (syms_of_w32term): Doc fix for
9801 x-use-underline-position-properties.
9802
9803 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9804
9805 * w32.c (getpwuid): Change argument type to unsigned.
9806 (struct w32_id): Change type of `rid' member to unsigned.
9807 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9808 argument ID to unsigned. All callers changed.
9809 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9810
9811 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9812
9813 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9814 negative, produce a float value.
9815
9816 * dired.c (make_uid, make_gid): New functions.
9817 (Ffile_attributes): Use them to avoid negative UID and GID.
9818
9819 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9822 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9823 Fix typos in docstrings.
9824
9825 2009-03-19 Kenichi Handa <handa@m17n.org>
9826
9827 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9828 changed, use font_load_for_lface to get a new font object.
9829 Call free_realized_fontset after handling ASCII font change.
9830
9831 * frame.c (x_set_font): Handle the case that ARG is a cons.
9832
9833 2009-03-19 Glenn Morris <rgm@gnu.org>
9834
9835 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9836
9837 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9840
9841 2009-03-19 Kenichi Handa <handa@m17n.org>
9842
9843 * charset.c (load_charset_map_from_file): When a mapfile can't be
9844 loaded, signal an error.
9845
9846 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9847
9848 * dired.c (Ffile_attributes): Make sure UID and GID are always
9849 positive, even if the value is too large for a positive EMACS_INT.
9850 Doc fix.
9851
9852 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9853
9854 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9855
9856 * xmenu.c (xdialog_show): Move Fredisplay call ...
9857 (Fx_popup_dialog): ... here.
9858
9859 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * dired.c (file_name_completion): Disable the first optimization just
9862 installed, since it is not implemented correctly.
9863
9864 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * dired.c (file_name_completion): Check completion-ignored-extensions
9867 only if the entry can affect bestmatch.
9868 Stop the search early, as Ftry_completion already does.
9869
9870 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9873
9874 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9875
9876 * keyboard.c (parse_menu_item): Don't display remappings as menu
9877 equivalent bindings (Bug#788).
9878
9879 2009-03-15 Jason Rumney <jasonr@gnu.org>
9880
9881 * w32term.h (WM_EMACS_PAINT): New message.
9882 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9883 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9884 before passing to lisp thread. (Bug#950)
9885
9886 2009-03-14 David Reitter <david.reitter@gmail.com>
9887
9888 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9889 variable as it was never reset.
9890 (ns_term_init): Remove initialization of Lisp-settable defaults
9891 and ns_expand_space.
9892 (-setPanelFromDefaultValues): Remove ns_expand_space.
9893 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9894 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9895 i.e. no additional spacing, similar to Carbon port.
9896
9897 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9898 * nsfns.m (ns-popup-prefs-panel): Remove.
9899
9900 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9901
9902 * sound.c (alsa_configure): Remove call to deprecated
9903 snd_pcm_sw_params_set_xfer_align.
9904
9905 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9906
9907 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9908 after clicking in a detached tool bar.
9909 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9910
9911 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9914 int/Lisp_Object mixup).
9915
9916 2009-03-13 Kenichi Handa <handa@m17n.org>
9917
9918 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9919 Handle NAME nil and t correctly. Callers changed.
9920 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9921 (set_fontset_font): Change ARG to a vector. Handle range_list in
9922 ARG correctly.
9923 (Fset_fontset_font): Fix the case that TARGET is both a script
9924 name and charset name. Adjust the arg to set_fontset_font for
9925 the above change.
9926 (fontset_from_font): Fix previous change.
9927 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
9928 entry. If FONTSET is the default fontset, don't set the extra
9929 slot of the returning char-table.
9930
9931 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * nsfns.m (Fx_close_connection): Doc fix.
9934 (Fns_do_applescript): Reflow docstring.
9935 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9936 (Fx_display_pixel_width, Fx_display_pixel_height)
9937 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9938 Fix typos in docstrings.
9939 (Fns_set_alpha): Fix typos in error messages.
9940
9941 2009-03-12 David Reitter <david.reitter@gmail.com>
9942
9943 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
9944 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9945 were used for such events.
9946
9947 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9948 (toggleToolbar, performDragOperation, runHelp): Use it.
9949
9950 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
9951 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9952
9953 2009-03-11 Kenichi Handa <handa@m17n.org>
9954
9955 * font.h (font_open_by_spec): Extern it.
9956
9957 * font.c (font_open_by_spec): New function.
9958 (font_open_by_name): Use font_open_by_spec.
9959
9960 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9961 fontset of the frame.
9962
9963 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9964 modify the default font of frames that use this fontset.
9965 (num_auto_fontsets): New variable.
9966 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9967 name. Be sure to set FONTSET_ASCII to the correct font name.
9968 (update_auto_fontset_alist): New function.
9969
9970 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * makefile.w32-in: Update dependencies.
9973
9974 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9975
9976 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9977
9978 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9981
9982 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * lread.c (Feval_buffer): Doc fix.
9985
9986 2009-03-09 Kenichi Handa <handa@m17n.org>
9987
9988 * charset.c (Qfile_name_handler_alist): Extern it.
9989 (load_charset_map_from_file): Temporarily bind
9990 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9991
9992 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
9993
9994 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9995 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
9996
9997 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9998
9999 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10000 (x_set_window_size): Change back to calculated method of setting
10001 toolbar height under Cocoa. (Bug#2546)
10002 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10003 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10004
10005 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10006
10007 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10008 accelerator in parens under GNUstep.
10009
10010 2009-03-06 Kenichi Handa <handa@m17n.org>
10011
10012 These changes are to detect incorrect composition sequence without
10013 looking ahead the source. (Bug#2370)
10014
10015 * coding.h: Include "composite.h".
10016 (enum compisition_state): New enum.
10017 (struct compisition_status): New struct.
10018 (struct iso_2022_spec): New member cmp_status.
10019 (struct emacs_mule_spec): New struct.
10020 (struct coding_system): New members ctext_extended_segment_len and
10021 embedded_utf_8. Change the union member
10022 spec.emacs_mule_full_support to spec.emacs_mule.
10023
10024 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10025 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10026 (MAX_ANNOTATION_LENGTH): Define to 5.
10027 (ADD_COMPOSITION_DATA): New arg nbytes.
10028 (emacs_mule_char): New arg cmp_status.
10029 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10030 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10031 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10032 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10033 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10034 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10035 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10036 (EMACS_MULE_COMPOSITION_END): New macro.
10037 (emacs_mule_finish_composition): New function.
10038 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10039 (decode_coding_emacs_mule): Avoid long looking ahead while
10040 handling composition.
10041 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10042 (ENCODE_COMPOSITION_RULE): New macro.
10043 (finish_composition): New function.
10044 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10045 (DECODE_COMPOSITION_START): New implementation.
10046 (DECODE_COMPOSITION_END): Likewise.
10047 (STORE_COMPOSITION_RULE): New macro.
10048 (decode_coding_iso_2022): Avoid long looking ahead while handling
10049 composition, CTEXT extended segment, and embedded UTF-8.
10050 (setup_coding_system): For a coding of type iso-2022, reset
10051 CODING_ISO_EXTSEGMENT_LEN (coding) and
10052 CODING_ISO_EMBEDDED_UTF_8 (coding).
10053 (get_translation): Delete arguments last_block, from_nchars,
10054 to_nchars. Callers changed.
10055 (produce_chars): Don't modify charbuf. Adjusted for the change of
10056 get_translation.
10057 (produce_composition): Adjust for the new annotation sequence.
10058 (handle_composition_annotation): Likewise.
10059 (consume_chars): Adjust for the change of get_translation.
10060
10061 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10062
10063 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
10064
10065 2009-03-05 Kenichi Handa <handa@m17n.org>
10066
10067 * font.c (font_select_entity): New function.
10068 (font_find_for_lface): Use font_select_entity to select a font.
10069
10070 * fontset.c (fontset_find_font): If a font found without
10071 restricting to the characters C doesn't support C, try to find a
10072 font with C restriction.
10073
10074 2009-03-04 Nikolaj Schumacher <me@nschum.de>
10075
10076 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10077
10078 2009-03-04 Jason Rumney <jasonr@gnu.org>
10079
10080 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10081 characters that have already been read. (Bug#2569)
10082
10083 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10084 Log an error message if check_image_size failed.
10085 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10086 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10087
10088 2009-03-02 Eli Zaretskii <eliz@gnu.org>
10089
10090 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10091 when decoding process output.
10092
10093 2009-03-01 Richard M Stallman <rms@gnu.org>
10094
10095 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10096
10097 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10098
10099 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10100
10101 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10102 (decode_coding_emacs_mule, decode_coding_iso_2022)
10103 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10104 (decode_coding_raw_text, decode_coding_charset)
10105 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10106 Honor inhibit-eol-conversion. (Bug #2186)
10107
10108 2009-02-28 Jason Rumney <jasonr@gnu.org>
10109
10110 * coding.c (detect_coding_charset): If not checking latin extra,
10111 fail on characters between 0x80 and 0xA0. (Bug#2354)
10112
10113 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10114
10115 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10116 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
10117
10118 2009-02-27 Glenn Morris <rgm@gnu.org>
10119
10120 * callint.c (Finteractive): Doc fix.
10121
10122 2009-02-27 Kenichi Handa <handa@m17n.org>
10123
10124 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10125
10126 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * font.c (font_style_to_value): Set value for unknown symbols to
10129 100 instead of 255.
10130 (weight_table, slant_table, width_table): Treat "unspecified" as
10131 the default value.
10132
10133 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
10134
10135 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10136
10137 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
10138
10139 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10140 error as soon as a recursive load is detected.
10141
10142 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10143
10144 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10145 before caching.
10146
10147 2009-02-24 Kenichi Handa <handa@m17n.org>
10148
10149 * fontset.c (fontset_find_font): Fix the condition for checking
10150 unavailable font.
10151
10152 2009-02-24 Glenn Morris <rgm@gnu.org>
10153
10154 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10155 whitespace that confuses documentation.
10156
10157 2009-02-23 Miles Bader <miles@gnu.org>
10158
10159 * process.c (Flist_system_processes, Fprocess_attributes)
10160 (syms_of_process): Rename `system-process-attributes' to
10161 `process-attributes'.
10162
10163 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10164
10165 * coding.h (struct coding_system): Make safe_charsets a pointer to
10166 unsigned char.
10167 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10168 being 255.
10169 (SAFE_CHARSET_P): Likewise.
10170 (setup_iso_safe_charsets): Properly setup safe_charsets.
10171 (Fdefine_coding_system_internal): Likewise.
10172 (setup_coding_system): Likewise. Remove unneeded casts.
10173 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10174 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10175 unneeded casts.
10176
10177 * insdel.c (del_range_2): Don't modify gap contents when called
10178 from decode_coding_object. (Bug#1809)
10179
10180 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
10181
10182 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10183 Qfont_object.
10184 (Ftype_of): Recognize font objects.
10185
10186 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10187
10188 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10189 moved to data.c.
10190
10191 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10192
10193 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10194 async_iconified. Based on a patch by Christian Lynbech
10195 <christian.lynbech@tieto.com>.
10196 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10197
10198 2009-02-20 Glenn Morris <rgm@gnu.org>
10199
10200 * syntax.c (Fskip_chars_forward): Fix doc typo.
10201
10202 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
10203
10204 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10205
10206 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
10207
10208 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10209
10210 2009-02-19 Kenichi Handa <handa@m17n.org>
10211
10212 * coding.c (detect_coding): Preserve coding->mode.
10213 Don't overflow coding->carryover. (Bug#2370)
10214
10215 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10216
10217 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10218
10219 2009-02-18 Kenichi Handa <handa@m17n.org>
10220
10221 * font.c (font_check_otf_features): Fix handling of `nil' element.
10222 (Ffont_spec): Describe :lang and :otf in the docstring.
10223
10224 2009-02-16 Andreas Schwab <schwab@suse.de>
10225
10226 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10227 string.
10228
10229 2009-02-16 Kenichi Handa <handa@m17n.org>
10230
10231 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10232 (Bug#1723)
10233
10234 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10237
10238 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10239 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10240
10241 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10242
10243 * msdos.c (MAX_SCREEN_BUF): New macro.
10244 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10245 Encode the entire run of glyphs sharing the same face, instead of
10246 doing that one glyph at a time (fixes a bug with displaying
10247 double-size characters).
10248
10249 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10250
10251 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10252
10253 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10254 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10255 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10256
10257 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10258 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10259
10260 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * keyboard.c (adjust_point_for_property): Allow stopping between two
10263 invisible areas.
10264
10265 2009-02-12 Jason Rumney <jasonr@gnu.org>
10266
10267 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10268 (add_font_entity_to_list): Call check_face_name even when family
10269 is unspecified.
10270
10271 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10272 Release DC when finished. Use NULL window to refer to desktop.
10273 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10274
10275 * w32font.c (add_font_entity_to_list): Fix check for substituted
10276 raster fonts. (Bug#2219)
10277
10278 2009-02-12 Kenichi Handa <handa@m17n.org>
10279
10280 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10281 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10282 (autocmp_chars): Use fast_looking_at. Don't compose more
10283 characters than MAX_COMPOSITION_COMPONENTS.
10284 (find_automatic_composition): While looking forward and backward,
10285 check static composition. Fix where to stop looking forward.
10286 (composition_adjust_point): Fix checking of static composition.
10287 (Fcomposition_get_gstring): Pay attention to
10288 MAX_COMPOSITION_COMPONENTS.
10289
10290 * lisp.h (fast_looking_at): Extern it.
10291
10292 * search.c (fast_looking_at): New function.
10293
10294 * term.c (encode_terminal_code): Adjust for the change of
10295 <struct glyph>.u.cmp.to.
10296 (append_composite_glyph): Likewise.
10297
10298 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10299 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10300 composition.
10301 (append_composite_glyph): Adjust for the change of
10302 <strcut glyph>.u.cmp.to.
10303
10304 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10305
10306 * casetab.c (init_casetab_once):
10307 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10308 * font.c (font_update_lface):
10309 * fontset.c (Fnew_fontset):
10310 * ftfont.c (ftfont_drive_otf):
10311 * xfont.c (xfont_open):
10312 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10313
10314 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * fileio.c (Fwrite_region): !NILP -> CONSP.
10317
10318 2009-02-10 Andreas Schwab <schwab@suse.de>
10319
10320 * process.c (send_process): Properly relocate pointer into data
10321 when using encoded data. (Bug#2272)
10322
10323 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10324
10325 * coding.c (detect_coding_charset): Fix previous change.
10326
10327 2009-02-08 Jason Rumney <jasonr@gnu.org>
10328
10329 * w32fns.c (w32_hide_hourglass): Handle case where frame
10330 disappeared while hourglass was displayed. (Bug #2193)
10331
10332 2009-02-07 Andreas Schwab <schwab@suse.de>
10333
10334 * unexelf.c (unexec): Fix error message.
10335
10336 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10337
10338 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10339 when modal window is active. (Bug #2152)
10340 (applicationShouldTerminate:): Remove now-unneeded while loop
10341 around NSRunAlertPanel.
10342
10343 * nsmenu.m (popupSession): New file-global variable.
10344 (pop_down_menu): End the popupSession before closing dialog.
10345 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10346 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10347 don't query NSApp for events (just sleep instead).
10348
10349 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10350
10351 * coding.c (syms_of_coding) <translation-table-for-input>:
10352 Modify doc string to discourage use for character code unification.
10353
10354 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10355
10356 * atimer.c (run_timers): Update pending_atimers.
10357
10358 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * image.c (svg_load_image): Fix last change.
10361
10362 * xfns.c (Fx_create_frame): Signal an error if no font is
10363 found (Bug#2147).
10364
10365 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10366
10367 * character.c (syms_of_character) <script-representative-chars>:
10368 Fix typo in docstring.
10369
10370 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10371
10372 * nsmenu.m (pop_down_menu): New function.
10373 (ns_popup_dialog): Call it on unwind.
10374 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10375 call timer_check() (Bug#2154).
10376 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10377 handling_signal is set.
10378 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10379
10380 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10381
10382 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10383
10384 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10385
10386 * keyboard.c (poll_for_input_1, handle_async_input):
10387 Set handling_signal under HAVE_NS.
10388
10389 2009-02-04 Glenn Morris <rgm@gnu.org>
10390
10391 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10392
10393 2009-02-04 Kenichi Handa <handa@m17n.org>
10394
10395 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10396
10397 * charset.c (Fchar_charset): New optional arg restriction.
10398
10399 * coding.h (coding_system_charset_list): Extern it.
10400
10401 * coding.c (coding_system_charset_list): New function.
10402
10403 * composite.c: Include coding.h and termhooks.h.
10404 (composition_gstring_p): Fix for the terminal case.
10405 (composition_gstring_width): Likewise.
10406 (fill_gstring_body): Likewise.
10407 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10408 the frame.
10409 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10410 is within a composition.
10411 (Fcomposition_get_gstring): Fix the terminal case.
10412
10413 * term.c (encode_terminal_code): Fix handling of composition.
10414 (produce_composite_glyph): For static composition, get pixel_width
10415 from struct composition.
10416
10417 2009-02-02 Andreas Schwab <schwab@suse.de>
10418
10419 * unexelf.c (unexec): Handle unaligned bss offset.
10420
10421 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10422
10423 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10424 XT,w32read_socket changes to ns_read_socket.
10425
10426 * keyboard.c (handle_interrupt): Don't call
10427 quit_throw_to_read_char() under NS.
10428
10429 * blockinput.h: Remove NS-specific code.
10430
10431 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10432
10433 * dispnew.c (window_change_signal): Don't try to get the size of a
10434 suspended tty frame.
10435 * term.c (Fresume_tty): Resize if the size has changed while the
10436 tty was suspended.
10437
10438 * alloc.c (mark_stack): Properly conditionalize previous change.
10439
10440 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10441
10442 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10443 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10444 Remove; this code is not used on Windows.
10445
10446 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10447
10448 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10449 EOLs that also has stray ^M characters.
10450
10451 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10452
10453 * atimer.c (run_timers, alarm_signal_handler):
10454 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10455 * w32inevt.c (w32_console_read_socket):
10456 * w32term.c (w32_read_socket):
10457 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10458
10459 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10462 Initialize it as a relative filename pattern.
10463 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10464 (Fcall_process_region): Simplify temp file creation using
10465 temporary-file-directory.
10466
10467 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10468
10469 * msdos.c: Rename pending_signals to msdos_pending_signals.
10470 (sig_suspender, sigprocmask): Adjust.
10471
10472 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * keyboard.c (pending_signals): New var.
10475 (poll_for_input, input_available_signal, init_keyboard): Set it.
10476 (process_pending_signals): New function.
10477
10478 * lisp.h (QUIT): Check pending_signals instead of
10479 interrupt_input_pending. Use process_pending_signals.
10480
10481 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10482
10483 * process.c (wait_reading_process_output): Use process_pending_signals.
10484
10485 * sysdep.c (emacs_write): Use process_pending_signals.
10486
10487 * xterm.c (XTread_socket): Update pending_signals.
10488
10489 * w32term.c (w32_read_socket): Update pending_signals.
10490
10491 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10492
10493 2009-01-29 Kenichi Handa <handa@m17n.org>
10494
10495 * xftfont.c (xftfont_has_char): New function.
10496 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10497
10498 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10499
10500 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10501 under GNUstep.
10502 (ns_query_color): New declaration.
10503
10504 * nsterm.m (ns_confirm_quit): New variable.
10505 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10506 (EmacsApp-applicationShouldTerminate:): Use it.
10507 (EmacsPrefsController): Let user set it.
10508 (ns_query_color): New function.
10509 (ns_defined_color): Use it.
10510 (ns_initialize): Drop.
10511 (ns_term_init): Add two lines from ns_initialize(), and set
10512 input_interrupt_mode to nil.
10513
10514 * image.c (svg_load_image): Don't right-shift background RGB when
10515 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10516
10517 2009-01-28 Kenichi Handa <handa@m17n.org>
10518
10519 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10520 (fontset_get_font_group): Remember that no font-group is specified
10521 for C.
10522
10523 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * fns.c (concat): Check for string overflow (bug#1787).
10526
10527 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10528 Quadruple undo limits (bug#1501).
10529
10530 2009-01-27 Kenichi Handa <handa@m17n.org>
10531
10532 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10533 directly use GT_Get_Char_index.
10534
10535 * xftfont.c (struct xftfont_info): New member `index'.
10536
10537 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10538 (Ffontset_font): Adjust for the change of fontset entry.
10539
10540 2009-01-26 Kenichi Handa <handa@m17n.org>
10541
10542 * fontset.c (fontset_find_font): Fix handling of non-cons return
10543 value of fontset_get_font_group.
10544 (fontset_font): Revert last change.
10545
10546 2009-01-26 Jason Rumney <jasonr@gnu.org>
10547
10548 * w32font.c (w32font_list_internal): Return quickly if registry is
10549 unknown. Simplify final return.
10550 (add_font_entity_to_list): Break complex logic down into more
10551 manageable chunks. Move unknown registry check to
10552 w32font_list_internal.
10553
10554 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10555
10556 Changes to remove Feval calls from GUI under NS.
10557
10558 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10559 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10560 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10561
10562 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10563 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10564 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10565 instead of NON_ASCII_KEYSTROKE_EVENT.
10566 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10567 (EmacsApp-applicationShouldTerminate:): Query user.
10568 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10569 instead of Feval.
10570
10571 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10572
10573 * keyboard.c (kbd_buffer_get_event): Check for it.
10574 (keys_of_keyboard): Define lispy keys for
10575 ns-put/unput-working-text.
10576
10577 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10578 versions.
10579 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10580
10581 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10582
10583 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10584 setting current_buffer directly. (Bug#2044)
10585
10586 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * fontset.c (fontset_font): If we know there is no font, don't do
10589 any work. (Bug#1952, bug#1990).
10590
10591 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10592
10593 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10594
10595 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10596 (ns_no_defaults): New declaration.
10597 (main): Use it.
10598
10599 * nsterm.h (ns_no_defaults): New declaration.
10600
10601 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10602
10603 * nsterm.m (ns_no_defaults): New variable.
10604 (ns_initialize): Don't read defaults when ns_no_defaults.
10605 (EmacsView-readSelectionFromPasteboard:)
10606 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10607 NSServicesRequests protocol. (Bug#1435)
10608 (ns_dumpglyphs_stretch): New function.
10609 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10610 of 2008-11-15 to other terms. (Bug#615)
10611
10612 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10613
10614 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10615
10616 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10617 call for Sparc64.
10618
10619 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10620
10621 * nsfns.m:
10622 * nsgui.h:
10623 * nsmenu.m:
10624 * nsselect.m:
10625 * nsterm.h:
10626 * nsterm.m: Remove '23' comments that indicated code added during
10627 update from emacs-20 -> emacs-23.
10628
10629 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10630
10631 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10632 ns_alternate_modifier. (Bug#1217)
10633
10634 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10635 Display all shortcuts, including those w/o super modifier.
10636
10637 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10638
10639 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * fileio.c (Vwrite_region_post_annotation_function)
10642 (Vwrite_region_annotation_buffers): New vars.
10643 (build_annotations_unwind): Just reset
10644 Vwrite_region_annotation_buffers.
10645 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10646 Call write-region-post-annotation-function.
10647 (build_annotations): Add to Vwrite_region_annotation_buffers if
10648 buffer changes.
10649
10650 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10651
10652 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10653 Tiger.
10654 * nsfns.m (ns_do_applescript):
10655 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10656
10657 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10658
10659 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10660
10661 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10662
10663 * nsmenu.m (NSMENUPROFILE): Change #if style.
10664
10665 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10666
10667 * nsterm.m (x_set_frame_alpha): Add prototype.
10668 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10669 handle Ctrl-tab. (Bug#1841)
10670 (ns_get_color): Use unsigned long long for scanned hex string value.
10671 (ns_term_shutdown): Abort on non SIGTERM signals.
10672 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10673 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10674 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10675 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10676 (ns_defined_color): Fix settings of the XColor variable fields:
10677 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10678
10679 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10680 DPI. (Bug#1316)
10681 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10682 values in onTiger section.
10683
10684 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10685
10686 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10687 Check return value of font_spec_from_name.
10688 (Fx_list_fonts): Doc fix. (Bug#1951)
10689
10690 * font.c (font_spec_from_name): Return Qnil if font name could not
10691 be parsed.
10692 (font_parse_name): Treat a `?' character as part of an XLFD.
10693
10694 * fns.c (Fsubstring): Doc fix.
10695
10696 2009-01-19 Kenichi Handa <handa@m17n.org>
10697
10698 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10699 (ftfont_list): Likewise.
10700
10701 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10702
10703 * dbusbind.c (Fdbus_register_signal):
10704 * process.c (conv_sockaddr_to_lisp):
10705 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10706
10707 * callproc.c (Fgetenv_internal): Doc fix.
10708
10709 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10712 it is not even used.
10713
10714 2009-01-16 Glenn Morris <rgm@gnu.org>
10715
10716 * font.c (Ffont_variation_glyphs): Silence compiler.
10717
10718 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10719
10720 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10721 Reported by David Robinow <drobinow@gmail.com>.
10722
10723 2009-01-15 Kenichi Handa <handa@m17n.org>
10724
10725 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10726
10727 2009-01-14 Jason Rumney <jasonr@gnu.org>
10728
10729 * frame.c (x_set_font): Always store a font to the font parameter,
10730 never a fontset. (Bug#1562)
10731
10732 2009-01-14 Kenichi Handa <handa@m17n.org>
10733
10734 * coding.c (TWO_MORE_BYTES): New macro.
10735 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10736
10737 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10738
10739 * font.c (font_clear_prop): If clearing the family, clear the font
10740 width index too.
10741
10742 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10743
10744 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10745
10746 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10747 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10748 functions, use sizeof.
10749
10750 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10751
10752 * keyboard.c (read_char): Fix case where last_nonmenu_event
10753 returned a bad value with submenus. (Bug#447)
10754
10755 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10758 family, clear the font width index too.
10759
10760 2009-01-11 Jason Rumney <jasonr@gnu.org>
10761
10762 * keyboard.c (cmd_error_internal): Exit when errors occur before
10763 frame creation and not in daemon mode. (Bug#1836)
10764
10765 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10766
10767 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10768 of a display vector, backtrack.
10769 (try_window_reusing_current_matrix): Check glyph type before
10770 referencing charpos member.
10771
10772 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10773
10774 Fix Bug #876:
10775
10776 * coding.c (inhibit_null_byte_detection): New variable.
10777 (detect_coding, detect_coding_system): Don't pay attention to null
10778 bytes if inhibit_null_byte_detection is non-zero.
10779 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10780 <inhibit-iso-escape-detection>: Doc fix.
10781
10782 2009-01-09 Jason Rumney <jasonr@gnu.org>
10783
10784 * w32font.c (add_font_entity_to_list): Don't report unknown
10785 Windows charset as any unrecognized registry. (Bug#1548)
10786 Only report Unicode Plane 2 fonts as unicode-sip.
10787
10788 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10789
10790 * xfaces.c (Fx_font_family_list): Delete function.
10791 Move compatibility version to faces.el.
10792
10793 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10794
10795 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10796
10797 * frame.c (x_set_frame_parameters): Remember requested value for
10798 fullscreen before it's reset by the parameter handler.
10799
10800 2009-01-09 Glenn Morris <rgm@gnu.org>
10801
10802 * keyboard.c (last_command_char): For clarity, rename to...
10803 (last_command_event): ... and update all users.
10804 (last_input_char): For clarity, rename to...
10805 (last_input_event): ... and update all users.
10806 (last-command-char, last-input-char): Move to subr.el as aliases.
10807 * cmds.c, commands.h: Update for last_command_char rename.
10808
10809 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * font.c (font_open_for_lface): Handle unspecified height attribute.
10812
10813 2009-01-08 Jason Rumney <jasonr@gnu.org>
10814
10815 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10816 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10817 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10818 Don't declare.
10819 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10820 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10821
10822 2009-01-07 Kenichi Handa <handa@m17n.org>
10823
10824 * fileio.c (Finsert_file_contents): In the case of replace,
10825 remember the coding system used for decoding in
10826 coding_system (Bug#1039).
10827
10828 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10829 breaking the loop. (Bug#870)
10830 (decode_coding_utf_16, decode_coding_emacs_mule)
10831 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10832 (decode_coding_charset): Likewise.
10833
10834 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10835
10836 * frame.c (x_set_frame_parameters): Make sure height (width) get
10837 applied when fullwidth (fullheight) is set. (Bug#1522)
10838
10839 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10840
10841 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10842 (utc_base): Declare as ULONGLONG, not long double.
10843 (convert_time_raw): Delete.
10844 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10845 (initialize_utc_base): New function.
10846 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10847 (convert_from_time_t): Use initialize_utc_base; compute result with
10848 64-bit arithmetic.
10849 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10850
10851 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10852
10853 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10854 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10855 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10856 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10857 [!subprocesses]: Define.
10858 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10859 (Flist_system_processes, Fsystem_process_attributes)
10860 [!subprocesses]: Call list_system_processes and
10861 system_process_attributes instead of returning Qnil.
10862
10863 * dosfns.c (system_process_attributes, list_system_processes):
10864 New functions.
10865
10866 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10867
10868 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10869 Don't use the default (no-op) implementation.
10870
10871 2009-01-03 Jason Rumney <jasonr@gnu.org>
10872
10873 * keyboard.c (parse_modifiers_uncached): Wheel events are
10874 clicks (bug#687).
10875
10876 * w32term.c (x_query_colors, x_query_color): New functions.
10877
10878 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10879 (svg_load_image): Cast returned pointers from dynamically loaded
10880 functions. Eliminate W32 specific code.
10881
10882 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10883
10884 * nsfns.m (x_set_foreground_color, x_set_background_color)
10885 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10886 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10887 x_ prefix instead of ns_. Update references.
10888 (syms_of_nsfns): Add a FIXME comment.
10889
10890 * nsterm.m (x_set_cursor_type): New prototype.
10891 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10892
10893 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10894 for Solaris instead of incorrectly providing Qutime and Qcutime.
10895
10896 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10897
10898 * w32.c (process_times): Compute sum of utime and stime.
10899 (system_process_attributes): Add Qtime to the alist.
10900
10901 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10902 and add them to the alist.
10903
10904 * process.c (top level) <Qtime, Qctime>: New variables.
10905 (syms_of_process): staticpro them.
10906 (Fsystem_process_attributes): Add their documentation to the doc
10907 string.
10908
10909 * process.h: Declare Qtime and Qctime.
10910
10911 2009-01-02 Jason Rumney <jasonr@gnu.org>
10912
10913 * image.c (Qgobject): New symbol.
10914 (syms_of_image): Initialize it.
10915 (init_svg_functions): Load some functions from gobject library.
10916
10917 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10918
10919 * frame.c (make_terminal_frame): Remove redundant code and useless
10920 block.
10921
10922 2009-01-01 Andreas Schwab <schwab@suse.de>
10923
10924 * process.c (conv_sockaddr_to_lisp): Add workaround for
10925 getsockname bug on BSD.
10926
10927 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
10928
10929 * xfns.c (x_create_tip_frame): Set border width of the X window.
10930
10931 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
10932
10933 2009-01-01 Jason Rumney <jasonr@gnu.org>
10934
10935 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
10936 Don't block input, as per earlier xterm.c changes.
10937
10938 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10939
10940 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10941 (ns_appkit_version_int): New function.
10942 (x-server-version): Use ns_appkit_version_int and follow 21+
10943 convention of returning 3 integers.
10944
10945 2008-12-30 Kenichi Handa <handa@m17n.org>
10946
10947 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10948 (CHAR_SURROGATE_PAIR_P): New macro.
10949
10950 * font.h (struct font_driver): New member get_variation_glyphs.
10951
10952 * font.c (font_range): Don't require a font for a variation selector.
10953 (Ffont_variation_glyphs): New function.
10954 (syms_of_font): Defsubr it.
10955
10956 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10957 ftfont_variation_glyphs.
10958 (setup_otf_gstring): New function.
10959 (ftfont_drive_otf): Use it.
10960 (ftfont_shape_by_flt): Handle variation selector.
10961 (ftfont_variation_glyphs): New function.
10962
10963 2008-12-30 Martin Rudalics <rudalics@gmx.at>
10964
10965 * frame.c (Vemacs_iconified): Remove.
10966
10967 2008-12-30 Jason Rumney <jasonr@gnu.org>
10968
10969 * frame.c (store_frame_param, x_get_arg): Enable newer code on
10970 WINDOWSNT too, as related changes have already been synced. (Bug#117)
10971
10972 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * indent.c (Fvertical_motion): Don't advance iterator if we have
10975 reseated to the desired position.
10976
10977 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10978 checking for pos match.
10979
10980 2008-12-30 Kenichi Handa <handa@m17n.org>
10981
10982 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10983 just get the low 8-bit of the code.
10984
10985 * font.c (font_intern_prop): Validate str as multibyte.
10986
10987 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10988
10989 * dispextern.h (struct face): Move lface and hash from the middle
10990 of bitfields.
10991
10992 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10993
10994 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10995
10996 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10997 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10998 instead of intervals.h.
10999
11000 2008-12-26 Andreas Schwab <schwab@suse.de>
11001
11002 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11003 cons.
11004
11005 2008-12-26 Martin Rudalics <rudalics@gmx.at>
11006
11007 * textprop.c (Qminibuffer_prompt): New variable.
11008 (syms_of_textprop): Initialize it.
11009 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11010 in minibuffer-prompt face. (Bug#1662)
11011
11012 2008-12-25 Jason Rumney <jasonr@gnu.org>
11013
11014 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11015
11016 2008-12-24 Jason Rumney <jasonr@gnu.org>
11017
11018 * ralloc.c (r_alloc_reset_variable): New function.
11019
11020 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11021 record of what points where. (Bug#716)
11022
11023 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * minibuf.c (read_minibuf): Follow the non-interactive case when
11026 running as a daemon, before detaching.
11027
11028 2008-12-22 Andreas Schwab <schwab@suse.de>
11029
11030 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11031 * gtkutil.c (free_widget_value): Use xfree instead of free.
11032
11033 2008-12-22 Martin Rudalics <rudalics@gmx.at>
11034
11035 * frame.c (delete_frame): New function derived from
11036 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11037 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11038 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11039 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11040 * frame.h: Extern delete_frame.
11041 * window.c (window_loop):
11042 * terminal.c (delete_terminal):
11043 * xterm.c (x_connection_closed):
11044 * xfns.c (Fx_hide_tip):
11045 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11046
11047 2008-12-21 Jason Rumney <jasonr@gnu.org>
11048
11049 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11050 when character maps to .notdef character.
11051
11052 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11055
11056 2008-12-20 Jason Rumney <jasonr@gnu.org>
11057
11058 * frame.c (Fmake_terminal_frame): Raise an error when called from
11059 a graphical frame on Windows. (Bug#1325)
11060
11061 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11062
11063 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11064
11065 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * minibuf.c (Fread_buffer): Doc fix.
11068
11069 2008-12-20 Jason Rumney <jasonr@gnu.org>
11070
11071 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11072 server name in UNC paths. (Bug#719)
11073
11074 * coding.c (decode_coding): Clear chars_at_source flag when using
11075 charbuf. (Bug#1035)
11076
11077 2008-12-19 Daniel Engeler <engeler@gmail.com>
11078
11079 * sysdep.c (serial_configure): Fix typo.
11080
11081 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11082
11083 * sysdep.c: Include alloca.h.
11084 (system_process_attributes): Add implementation for Solaris.
11085
11086 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11087
11088 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11089
11090 Reorganize implementation of Flist_system_processes and
11091 Fsystem_process_attributes. No functional changes.
11092 * process.c: Don't #include pwd.h, grp.h and limits.h.
11093 (Flist_system_processes): Just call list_system_processes.
11094 (Fsystem_process_attributes): Just call system_process_attributes.
11095 (procfs_list_system_processes, time_from_jiffies)
11096 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11097 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11098
11099 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11100 (list_system_processes): Rename from
11101 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11102 Provide a do nothing implementation.
11103 (system_process_attributes): Rename from
11104 procfs_list_system_processes.
11105 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11106 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11107
11108 * w32.c (list_system_processes): Rename from
11109 w32_list_system_processes.
11110 (system_process_attributes): Rename from
11111 w32_system_process_attributes.
11112
11113 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11114
11115 * process.h (w32_list_system_processes)
11116 (w32_system_process_attributes): Remove.
11117 (list_system_processes, system_process_attributes):
11118 New prototypes.
11119
11120 2008-12-19 Kenichi Handa <handa@m17n.org>
11121
11122 * xfont.c (xfont_decode_coding_xlfd): New function.
11123 (xfont_encode_coding_xlfd): New function.
11124 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11125 (xfont_list): Decode and encode XLFD by iso-8859-1.
11126 (xfont_match): Likewise.
11127 (xfont_list_family): Likewise.
11128 (xfont_open): Likewise.
11129
11130 * ftfont.c (ftfont_open): Generate a multibyte string if given
11131 names are utf-8.
11132
11133 * xftfont.c (xftfont_open): Generate a multibyte string if given
11134 names are utf-8.
11135
11136 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11137
11138 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11139 changed.
11140 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11141 clicked on a detached tool bar button.
11142
11143 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * emacs.c (main): Print and error and exit when no data is read
11146 from the pipe.
11147
11148 2008-12-17 Jason Rumney <jasonr@gnu.org>
11149
11150 * w32font.c (w32font_has_char): Always return -1.
11151
11152 2008-12-16 Kenichi Handa <handa@m17n.org>
11153
11154 * font.c (font_open_entity): Fix previous change.
11155
11156 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11157
11158 * process.c: Include <limits.h>.
11159
11160 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
11161
11162 * font.c (font_update_drivers): Fix mistake in reconstructing the
11163 driver list.
11164
11165 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * font.c (font_clear_cache): Fix format of font cache data.
11168
11169 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
11170
11171 * xftfont.c (xftfont_open): Free Xft font pattern if
11172 XftFontOpenPattern fails.
11173
11174 * xterm.c (x_free_frame_resources): Remove extraneous call to
11175 free_frame_faces.
11176
11177 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11178
11179 * xterm.c (x_delete_display): Move xim_close_dpy call to
11180 x_delete_terminal.
11181 (x_delete_terminal): Call xim_close_dpy.
11182
11183 2008-12-13 Jason Rumney <jasonr@gnu.org>
11184
11185 * w32font.c (intern_font_name): New function.
11186 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11187 (w32font_open_internal, Fx_select_font): Decode font name.
11188 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11189
11190 * w32font.h (intern_font_name): Declare new function.
11191
11192 * w32uniscribe.c (add_opentype_font_name_to_list):
11193 Use intern_font_name.
11194
11195 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11196
11197 * frame.c (Fdelete_frame): Call free_font_driver_list.
11198
11199 * font.c (free_font_driver_list): Implement missing function.
11200
11201 * w32term.c (w32_term_init): Don't initialize the image cache
11202 here; it will be done in init_frame_faces.
11203
11204 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11205 (struct x_display_info): Remove unused member null_pixel. New
11206 member xim_callback_data.
11207
11208 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11209 (xim_initialize): Save pointer to callback function data.
11210 (xim_close_dpy): Free callback function data. Call XCloseIM,
11211 reverting 2008-11-04 change by David Smith.
11212 (x_term_init): Don't initialize the image cache here; it will be
11213 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11214 (x_delete_display): Free x_dnd_atoms member.
11215
11216 2008-12-13 Kenichi Handa <handa@m17n.org>
11217
11218 * font.c (font_rescale_ratio): Moved from xfaces.c.
11219 Argument type changed. Handle a font-spec too.
11220 (font_score): Check Vface_font_rescale_alist.
11221 (font_open_entity): Likewise. (Bug#1547)
11222
11223 * xfaces.c (font_rescale_ratio): Moved to font.c.
11224
11225 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11228
11229 2008-12-12 Jason Rumney <jasonr@gnu.org>
11230
11231 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11232 Vwindow_system_version to the real w32 major version.
11233
11234 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11235
11236 * term.c (init_tty): Move setting the terminal name before the
11237 potential user: maybe_fatal.
11238
11239 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11240
11241 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11242 all callers changed. Call free_frame_faces to free the face cache.
11243
11244 2008-12-11 Jason Rumney <jasonr@gnu.org>
11245
11246 * w32font.c (fill_in_logfont): Don't assume symbol script means
11247 SYMBOL_CHARSET. (Bug#547)
11248
11249 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11250 size for surrogates. (Bug#1096, bug#872)
11251
11252 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11253
11254 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11255
11256 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11257
11258 * process.c (Fsystem_process_attributes, syms_of_process):
11259 Fix typo in name of Ssystem_process_attributes.
11260 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11261
11262 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11263
11264 * syntax.c (Fmodify_syntax_entry): Doc fix.
11265
11266 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * font.c (Ffont_spec): Move usage to end of docstring.
11269
11270 2008-12-10 Jason Rumney <jasonr@gnu.org>
11271
11272 * w32font.c (Qcham): New symbol.
11273 (font_supported_scripts): Add cham, and comments for other new
11274 scripts in bitfield from OpenType spec.
11275 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11276 contain characters beyond the bmp.
11277
11278 2008-12-10 Kenichi Handa <handa@m17n.org>
11279
11280 * ftfont.c (fc_charset_table): Add "unicode-sip".
11281 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11282 Qunicode_sip.
11283
11284 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11285
11286 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11287 (Fcoding_system_put): Use QCdefault_char.
11288 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11289
11290 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * xftfont.c (syms_of_xftfont): Fix typo.
11293
11294 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11295
11296 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11297
11298 * emacs.c (main): Close daemon_pipe on exec.
11299
11300 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11301
11302 * termchar.h (struct tty): New members termcap_term_buffer and
11303 termcap_strings_buffer.
11304
11305 * term.c (encode_terminal_code): Free any previous memory blocks
11306 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11307 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11308 All callers changed.
11309 (init_tty): Store termcap data and string buffers in new struct
11310 tty members termcap_term_buffer and termcap_strings_buffer.
11311 (delete_tty): Free them.
11312 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11313
11314 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11315
11316 * nsfns.m (ns_set_background_color): Remove code duplication.
11317 It was a substitute for face-transparency on OS X 10.3.
11318
11319 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * coding.c (make_conversion_work_buffer): Disable buffer
11322 modification hooks in the work buffer.
11323
11324 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11325
11326 * process.c (procfs_system_process_attributes): If `nread' has a
11327 negative value, assign zero to it.
11328
11329 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11330
11331 * eval.c (Vdebug_on_error): Doc fix.
11332
11333 2008-12-05 Kenichi Handa <handa@m17n.org>
11334
11335 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11336 second character is a combining character.
11337
11338 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11339
11340 * process.c (procfs_system_process_attributes): Don't use cmd,
11341 cmdsize, and q without initializing them first.
11342
11343 2008-12-04 Jason Rumney <jasonr@gnu.org>
11344
11345 * w32font.c (w32font_draw): Initialize orig_clip before getting
11346 it, and delete it when finished.
11347
11348 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11349
11350 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11351 case when running as a daemon before detaching.
11352
11353 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11354
11355 * w32.c (init_environment): Don't unload library shell32.dll.
11356
11357 2008-12-03 Kenichi Handa <handa@m17n.org>
11358
11359 * font.c (font_at): Set `multibyte' at first.
11360
11361 * coding.c (decode_coding_charset): Check type of an element of
11362 vector VALIDS.
11363 (encode_coding_emacs_mule): Be sure to set `code'.
11364
11365 * fontset.c (face_for_char): Handle invalid charset property correctly.
11366 (font_for_char): Likewise.
11367
11368 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * font.c (Fopen_font): Compute pixel size correctly.
11371 (font_update_lface): Handle fonts with corrupted size specs,
11372 i.e. non-int and non-float.
11373
11374 * ftfont.c (ftfont_match): Initialize entity variable.
11375 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11376 (ftfont_list_family): Initialize list var earlier.
11377
11378 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11379
11380 * xterm.c (x_draw_glyph_string): Fall back on
11381 underline_minimum_offset for underline position.
11382
11383 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11384
11385 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11386
11387 * character.c (c_string_width): Specify the type for LEN.
11388
11389 2008-12-03 Kenichi Handa <handa@m17n.org>
11390
11391 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11392 (decode_coding_utf_8): Likewise.
11393 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11394 (produce_chars): Initialize consumed_chars to 0.
11395
11396 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * keyboard.c (make_lispy_position): Only use PT if the selected
11399 window is current.
11400
11401 2008-12-02 Andreas Schwab <schwab@suse.de>
11402
11403 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11404
11405 * doprnt.c (doprnt1): Fix size of charbuf.
11406
11407 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * keyboard.c (timer_check): Revert last change.
11410
11411 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11412
11413 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11414
11415 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11416
11417 * makefile.w32-in: Update dependencies.
11418 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11419
11420 2008-12-01 Andreas Schwab <schwab@suse.de>
11421
11422 * font.c (register_font_driver): Use xmalloc.
11423 (font_put_frame_data): Likewise.
11424
11425 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * xfaces.c (realize_x_face): Make abort condition clearer.
11428
11429 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11430
11431 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11432
11433 * keyboard.c (timer_check): After a timer runs, ensure that the
11434 selected window's buffer is current.
11435
11436 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11439 It was accidentally restored by the Unicode merge.
11440
11441 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11442
11443 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * w32proc.c: Include "coding.h".
11446 (Fw32_short_file_name): Encode filename passed to Windows API.
11447 (Fw32_long_file_name): Encode filename passed to Windows API and
11448 decode back the result. (Bug#1433)
11449
11450 2008-11-29 Kenichi Handa <handa@m17n.org>
11451
11452 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11453 not before accessing it.
11454
11455 * charset.c (Fdefine_charset_internal): After calculating
11456 min_char, max_char, and fastmap, copy the charset structure again.
11457 (encode_char): Fix the previous change.
11458
11459 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11460
11461 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11462
11463 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11464
11465 * nsterm.m (x_set_frame_alpha): New function.
11466
11467 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11468
11469 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11470
11471 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11474 pointer to check_face_name.
11475
11476 2008-11-27 Kenichi Handa <handa@m17n.org>
11477
11478 * category.h (SET_CATEGORY_SET): Call set_category_set.
11479 (set_category_set): Extern it.
11480
11481 * category.c (hash_get_category_set): New function.
11482 (Fmodify_category_entry): Adjusted for the change of
11483 char_table_ref_and_range. Call hash_get_category_set to get a
11484 category set to store in the table.
11485
11486 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11487 Funify_charset.
11488
11489 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11490 (DECODE_CHAR): Check if the decoder vector is ready.
11491 (ENCODE_CHAR): Check if the encoder char-table is ready.
11492 (maybe_unify_char): Extern it.
11493
11494 * charset.c (Vchar_unified_charset_table): Delete it.
11495 (inhibit_load_charset_map): New variable.
11496 (temp_charset_work): New variable.
11497 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11498 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11499 New macros.
11500 (load_charset_map): Meaning of control_flag changed. If
11501 inhibit_load_charset_map is nonzero, setup a table in
11502 temp_charset_work.
11503 (load_charset): New argument control_flag.
11504 (map_charset_for_dump): New function.
11505 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11506 map_charset_for_dump.
11507 (Fdefine_charset_internal): If the charset method is MAP, load
11508 mapping tables by calling load_charset.
11509 (Funify_charset): Don't load a mapping table but directly set
11510 Vchar_unify_table.
11511 (maybe_unify_char): New function.
11512 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11513 Handle the case of inhibit_load_charset_map being nonzero.
11514 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11515 Handle the case of inhibit_load_charset_map being nonzero.
11516 (Fclear_charset_maps): Just free temp_charset_work.
11517 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11518 variable.
11519
11520 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11521 change of char_table_ref_and_range.
11522 (char_table_ref_and_range): Change the meaning of argument FROM
11523 and TO. Now the caller must provide initial values for *FROM
11524 and *TO.
11525
11526 * fontset.c (fontset_add): Adjusted for the change of
11527 char_table_ref_and_range.
11528 (fontset_get_font_group): Likewise.
11529 (Ffontset_info): Likewise.
11530
11531 * keymap.c (describe_vector): Adjusted for the change of
11532 char_table_ref_and_range. For char-table, put boundary between
11533 non-ASCII and 8-bit characters.
11534
11535 * print.c (print_object): For bool-vector, delete unnecessary
11536 check of ASCII_BYTE_P.
11537
11538 2008-11-26 Jason Rumney <jasonr@gnu.org>
11539
11540 * w32font.c (w32font_open_internal): Don't include external
11541 leading in font height. (Bug#879)
11542
11543 2008-11-26 Glenn Morris <rgm@gnu.org>
11544
11545 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11546 redefinition with ifdef. (Bug#1383)
11547
11548 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11549
11550 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11551
11552 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11553
11554 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11555 New EmacsView methods.
11556 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11557 Fixes bug #1048,1357,1414.
11558
11559 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11560
11561 Fix bug #1362.
11562 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11563 is not an indexed color.
11564 * nsterm.m (free_indexed_color): Add argument checking.
11565 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11566
11567 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11568
11569 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11570 Document confirm-after-completion value for
11571 minibuffer-completion-confirm.
11572
11573 2008-11-24 Jason Rumney <jasonr@gnu.org>
11574
11575 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11576 warning.
11577
11578 2008-11-23 Jason Rumney <jasonr@gnu.org>
11579
11580 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11581 restored before returning.
11582
11583 * w32font.c (check_face_name): New function.
11584 (add_font_entity_to_list): Use it to filter out common substituted
11585 fonts. (Bug#642)
11586
11587 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11588
11589 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11590 confirm-nonexistent-file-or-buffer in doc-string.
11591
11592 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11595 Fix copy/paste typo. Add checks.
11596
11597 2008-11-21 Kenichi Handa <handa@m17n.org>
11598
11599 * coding.c (detect_coding_iso_2022): Reject invalid composition
11600 sequence.
11601 (DECODE_COMPOSITION_START): If the current source is the last
11602 block, and the current composition doesn't end, regard this
11603 sequence as invalid.
11604 (decode_coding_iso_2022): Handle invalid composition sequence.
11605
11606 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11607
11608 * window.c (coordinates_in_window): Don't return
11609 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11610 line when the window is not the rightmost one. (Bug#1372)
11611
11612 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11613
11614 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11615
11616 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11617
11618 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11619 and bright_bg if noninteractive is non-zero.
11620
11621 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11624 x_draw_glyph_string_background.
11625
11626 * w32term.c (x_draw_glyph_string): Likewise.
11627
11628 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11629
11630 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11631 the next glyph string once past the overhang width.
11632
11633 * nsterm.m (ns_draw_glyph_string): Likewise.
11634
11635 * w32term.c (x_draw_glyph_string): Likewise.
11636
11637 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11638
11639 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11640 double file close.
11641
11642 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11643
11644 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11645 dedicated status of window before attempting to display another
11646 buffer in it.
11647
11648 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11649
11650 * msdos.c (Fmsdos_long_file_names):
11651 (syms_of_msdos) <dos-unsupported-char-glyph>:
11652 * dosfns.c (Fint86): Fix typos in docstrings.
11653
11654 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11655
11656 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11657
11658 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11659
11660 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11661
11662 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11663
11664 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11665
11666 * frame.h: Negative alpha means "don't touch".
11667
11668 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11669
11670 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11671
11672 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11673
11674 * hftctl.c:
11675 * chpdef.h:
11676 * acldef.h: Remove files used only for systems no longer supported.
11677
11678 * Makefile.in: Fix .o alphabetical ordering.
11679 (hftctl.o): Remove dependency, file removed.
11680 (keymap.o, print.o): Depend on charset.h.
11681
11682 2008-11-10 Kenichi Handa <handa@m17n.org>
11683
11684 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11685
11686 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * dired.c (file_name_completion): If completion_ignore_case is
11689 enabled, ignore case when checking completion-regexp-list.
11690
11691 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11692
11693 * vm-limit.c (get_lim_data): Fix last change.
11694
11695 2008-11-08 Kenichi Handa <handa@m17n.org>
11696
11697 * character.c (Fget_byte): New function.
11698 (syms_of_character): Defsubr Fget_byte.
11699
11700 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11701
11702 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11703 cursor position is valid after scrolling.
11704
11705 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11708
11709 2008-11-06 Glenn Morris <rgm@gnu.org>
11710
11711 * xterm.c (handle_one_xevent): Don't let popup menus cause
11712 mouse-autoselect-window related window switching. (Bug#1261)
11713
11714 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11715
11716 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11717
11718 2008-11-04 Andreas Schwab <schwab@suse.de>
11719
11720 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11721
11722 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * xfns.c (Fx_wm_set_size_hint): New function.
11725
11726 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11727
11728 * textprop.c (Fprevious_single_char_property_change): Return 0
11729 when there's no change in a string. (Bug#1301)
11730
11731 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11732
11733 * frame.c (do_switch_frame): New argument NORECORD passed to
11734 Fselect_window.
11735 (Fselect_frame): New argument NORECORD passed to
11736 do_switch_frame.
11737 (Fset_frame_selected_window): New argument NORECORD passed to
11738 Fselect_frame.
11739 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11740 in call of do_switch_frame.
11741 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11742 Handle NORECORD argument in call of Fselect_frame.
11743 * lisp.h (do_switch_frame, Fselect_frame)
11744 (Fset_frame_selected_window): Adjust declarations.
11745 * window.c (select_frame_norecord): New function.
11746 (run_window_configuration_change_hook): Use it and call
11747 Fselect_frame with NORECORD set.
11748 (Fselect_window): Pass NORECORD to Fselect_frame.
11749 (Fset_window_configuration): Handle NORECORD argument in call of
11750 do_switch_frame.
11751 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11752 Fset_frame_selected_window.
11753 * keyboard.c (command_loop_1): Handle NORECORD in call of
11754 Fselect_frame (currently ifdefd).
11755
11756 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11757
11758 * emacs.c (USAGE2): Untabify.
11759
11760 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * composite.c (fill_gstring_header): Fix copy/paste typo.
11763
11764 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11765
11766 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11767 (Fother_window): Rename argument and rewrite doc-string.
11768 (select_window_norecord): Fix return value. (Bug#1276)
11769
11770 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11773 new frames overriding foreground for tooltips. Based on similar patch
11774 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11775
11776 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11777
11778 * emacs.c (Fdaemon_initialized): Initialize nfd.
11779
11780 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11781
11782 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11783 (Fwindow_text_height): Clarify doc-strings.
11784 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11785 doc-string of window-scroll-functions.
11786
11787 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * category.c (syms_of_category): Fix typo in docstring.
11790
11791 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11792
11793 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11794 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11795 Fix typos in docstrings.
11796
11797 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11798
11799 * emacs.c (daemon_pipe): Make non-static.
11800 (IS_DAEMON): Move definition ...
11801 * lisp.h (IS_DAEMON): ... here.
11802 (daemon_pipe): Declare.
11803 (is_daemon): Remove.
11804 * dispnew.c (init_display): Use IS_DAEMON.
11805
11806 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11809 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11810
11811 * emacs.c (is_daemon): Remove.
11812 (main): Don't set is_daemon.
11813 (IS_DAEMON): New macro.
11814 (Fdaemonp, Fdaemon_initialized): Use it.
11815 (Fdaemon_initialized): Write a char into the pipe to make sure the
11816 parent exits.
11817 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11818
11819 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11822 over-sized glyph, draw it with the default glyph width.
11823
11824 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11825 glyph, draw it with the default glyph width.
11826
11827 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11828 glyph, draw it with the default glyph width.
11829
11830 * xdisp.c (try_scrolling): When computing the distance from the
11831 scroll margin to PT, try moving some distance past the window
11832 bottom before giving up.
11833
11834 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11835
11836 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11837 (Fset_window_buffer): Explain in doc-string that a window can be
11838 "strongly" dedicated to its buffer.
11839
11840 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * emacs.c (daemon_name): New variable.
11843 (main): Deal with --daemon=SERVER_NAME.
11844 (Fdaemonp): Return a name if one was passed to --daemon.
11845
11846 2008-10-26 Romain Francoise <romain@orebokech.com>
11847
11848 * emacs.c (daemon_pipe): New variable.
11849 (main): Create a pipe before forking, make the parent exit only after
11850 the child has closed its end of the pipe. Move closing the
11851 descriptors ...
11852 (Fdaemon_initialized): ... here. New function.
11853
11854 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11857 the previous unoptimized table.
11858
11859 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11860 the distinction between non-nil and non-t value of `dedicated'.
11861
11862 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11863
11864 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11865 read_char_minibuf_menu_text is large enough to hold the menu string.
11866
11867 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11868
11869 * window.c (Fget_buffer_window, Fdelete_windows_on)
11870 (Freplace_buffer_in_windows): Make buffer argument optional and
11871 rename to buffer_or_name.
11872
11873 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11874
11875 * xdisp.c (handle_single_display_spec, handle_display_prop):
11876 Undo 2005-05-16 change.
11877 (handle_stop): Pop iterator if it's loaded with an empty string.
11878 (get_overlay_strings_1): Don't save iterator if it's loaded with
11879 an empty string (bug#1201).
11880
11881 2008-10-24 Kenichi Handa <handa@m17n.org>
11882
11883 * ftfont.c (ftfont_otf_features): Fix previous change.
11884 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11885 calling ftfont_otf_features.
11886
11887 2008-10-24 Kenichi Handa <handa@m17n.org>
11888
11889 * font.c (font_match_p): Fix for the case that a vector of
11890 characters is in script-representative-chars.
11891
11892 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11893
11894 * dbusbind.c (xd_in_read_queued_messages): New variable.
11895 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11896 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11897 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11898 macro. (Bug#1186)
11899
11900 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11901
11902 * s/sol2-10.h: New file.
11903
11904 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11905
11906 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11907 poor beast has survived 9+ years and the jump from xterm.c!).
11908
11909 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11910
11911 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11912 Reword doc-string.
11913 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11914
11915 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11916
11917 * character.c (syms_of_character) <script-representative-chars>:
11918 <unicode-category-table>: Doc fixes.
11919
11920 2008-10-23 Noah Friedman <friedman@splode.com>
11921
11922 * coding.c (make_conversion_work_buffer): Check that
11923 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11924 Fget_buffer_create.
11925
11926 2008-10-23 Kenichi Handa <handa@m17n.org>
11927
11928 * font.c (font_add_log): Check the values of extra properties.
11929
11930 2008-10-22 Martin Rudalics <rudalics@gmx.at>
11931
11932 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11933 Reword doc-string.
11934 (Fset_window_parameter): Use NILP.
11935 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
11936 (Frecenter): Use "selected" instead of "current" window in doc-strings.
11937
11938 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11939
11940 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11941
11942 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11943
11944 * nsfns.m (ns_appkit_version): New function.
11945 (x-server-version): Use it.
11946 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11947 (x-server-vendor): Don't check_ns().
11948
11949 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11950
11951 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11954 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11955
11956 2008-10-22 Kenichi Handa <handa@m17n.org>
11957
11958 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11959 scripts.
11960
11961 * category.c (word_boundary_p): Check scripts instead of charset.
11962 Handle nil value in word-separating-categories and
11963 word-combining-categories.
11964 (syms_of_category): Fix docstrings of word-separating-categories
11965 and word-combining-categories.
11966
11967 2008-10-21 Eli Zaretskii <eliz@gnu.org>
11968
11969 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11970 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11971
11972 2008-10-21 Martin Rudalics <rudalics@gmx.at>
11973
11974 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11975 Rename arg "buffer" to "buffer_or_name".
11976 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11977 it optional.
11978 (no_switch_window): Remove since the return value is not used.
11979 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
11980 Consider window as dedicated when Fwindow_dedicated_p returns a
11981 non-nil value.
11982 * lisp.h: Remove prototype for no_switch_window.
11983
11984 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11985
11986 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
11987 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
11988
11989 2008-10-21 Kenichi Handa <handa@m17n.org>
11990
11991 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11992 check Vlatin_extra_code_table.
11993
11994 2008-10-20 Eli Zaretskii <eliz@gnu.org>
11995
11996 * fileio.c (Fset_file_modes): Doc fix.
11997
11998 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
11999
12000 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12001 in arrays.
12002
12003 2008-10-19 Martin Rudalics <rudalics@gmx.at>
12004
12005 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12006 Mention kill-buffer in doc-string.
12007 (Fset_window_buffer): Reinsert tem check removed in last commit.
12008 (Fenlarge_window, Fshrink_window): Have argument names and
12009 doc-string follow Elisp manual more closely.
12010
12011 2008-10-18 Eli Zaretskii <eliz@gnu.org>
12012
12013 * fileio.c (Fset_file_modes): Doc fix.
12014
12015 2008-10-18 Martin Rudalics <rudalics@gmx.at>
12016
12017 * window.c (Fwindow_width, Fset_window_start)
12018 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12019 (Fdelete_windows_on, Freplace_buffer_in_windows):
12020 Make doc-strings follow code and Elisp manual more closely.
12021 (Fwindow_dedicated_p): Make window argument optional.
12022 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12023 (Fset_window_buffer): Respect any non-nil dedicated value for
12024 window. Rename "buffer" argument to "buffer_or_name".
12025
12026 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
12027
12028 * m/sh3.h: New file, machine description for SuperH.
12029
12030 2008-10-17 Martin Rudalics <rudalics@gmx.at>
12031
12032 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12033
12034 2008-10-17 Kenichi Handa <handa@m17n.org>
12035
12036 * ftfont.c (ftfont_otf_features): Fix indexing
12037 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12038
12039 2008-10-16 Magnus Henoch <mange@freemail.hu>
12040
12041 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12042 (Fdbus_call_method_asynchronously): Ditto.
12043 This change makes C-h f display the argument list.
12044
12045 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
12046
12047 * fileio.c (Fexpand_file_name): Doc fix.
12048
12049 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12050 of :foreground and :background equivalent to unspecified (20.x
12051 compatibility).
12052
12053 2008-10-15 Eli Zaretskii <eliz@gnu.org>
12054
12055 * buffer.c (syms_of_buffer): Doc fix.
12056
12057 2008-10-14 Kenichi Handa <handa@m17n.org>
12058
12059 * font.c (font_clear_prop): When clearing font width, clear the
12060 average width field too.
12061
12062 2008-10-12 Andreas Schwab <schwab@suse.de>
12063
12064 * ftfont.c (ftfont_shape_by_flt): Make static.
12065 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12066
12067 * font.c: Don't include <m17n-flt.h>.
12068
12069 2008-10-10 Eli Zaretskii <eliz@gnu.org>
12070
12071 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12072
12073 2008-10-09 Eli Zaretskii <eliz@gnu.org>
12074
12075 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12076 away code.
12077
12078 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * dispnew.c (update_text_area): Avoid looping due to large glyph
12081 overhangs (bug#1070).
12082
12083 2008-10-09 Kenichi Handa <handa@m17n.org>
12084
12085 * fontset.c (face_for_char): If face->fontset is negative, just
12086 return ascii_face.
12087
12088 * font.c (font_delete_unmatched): Fix previous change.
12089 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12090
12091 2008-10-09 Martin Rudalics <rudalics@gmx.at>
12092
12093 * frame.c (Fraise_frame): On text-only terminals select frame in
12094 order to make it visible. (Bug#1061)
12095
12096 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
12097
12098 * fontset.c (fontset_find_font): Check frame validity.
12099
12100 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
12101
12102 * gtkutil.c (xg_display_open): Reset default display if none exists.
12103 (xg_display_close): Allow Emacs to close all displays (bug#985).
12104
12105 2008-10-06 Andreas Schwab <schwab@suse.de>
12106
12107 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12108
12109 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12112
12113 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12114
12115 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12116 during initialization.
12117
12118 2008-10-04 Eli Zaretskii <eliz@gnu.org>
12119
12120 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12121 whole thing on MSDOS frames as well as on a TTY.
12122
12123 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12124 well as for TTY.
12125 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12126 well as on a TTY.
12127
12128 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12129 as well as for TTY.
12130
12131 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12132
12133 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12134 MSDOS frames as well.
12135
12136 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12137
12138 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12139 correct arguments.
12140 * menu.c (find_and_return_menu_selection): Add cast.
12141
12142 2008-10-03 Glenn Morris <rgm@gnu.org>
12143
12144 * emacs.c (USAGE1): Add --daemon.
12145
12146 2008-10-02 Eli Zaretskii <eliz@gnu.org>
12147
12148 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12149 100, so it's in percents as advertised.
12150
12151 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12152
12153 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12154 (ns_output.current_cursor, ns_output.desired_cursor)
12155 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12156 (FRAME_NEW_CURSOR_COLOR): Remove.
12157
12158 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12159 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12160 enumeration (HOLLOW_BOX_CURSOR, etc.).
12161
12162 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12163 (draw_window_cursor): Simplify code.
12164 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12165 Don't change cursor type. In latter, call rehighlight instead of doing
12166 updates manually.
12167 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12168 Use core Emacs cursor types.
12169
12170 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12171
12172 2008-10-02 Martin Rudalics <rudalics@gmx.at>
12173
12174 * process.c (Faccept_process_output): Fix doc-string.
12175
12176 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * gmalloc.c (__sbrk): Also define for uClibc.
12179
12180 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12181 for uClibc.
12182
12183 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12184
12185 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12186 styles.
12187 (nsfont_open): Reenable the cache.
12188
12189 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12190
12191 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12192 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12193
12194 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12197 a suspended terminal.
12198
12199 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
12200
12201 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12202
12203 2008-09-30 Eli Zaretskii <eliz@gnu.org>
12204
12205 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12206
12207 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12208
12209 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12210 in a continued line coincides with a line beginning.
12211
12212 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12213
12214 * nsfont.m (nsfont_trait_distance): Fix bug.
12215 (nsfont_list): Return a list rather than a vector (syncs with Handa
12216 changes of 2008-05-14).
12217 (nsfont_open): Improve logging.
12218
12219 2008-09-29 Andreas Schwab <schwab@suse.de>
12220
12221 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12222
12223 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12224
12225 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12226 name as char-resolve-modifiers.
12227 Reported by: Markus Triska <markus.triska@gmx.at>
12228
12229 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12230
12231 * dispnew.c (init_display): Return earlier when running as a daemon.
12232
12233 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12234
12235 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12236
12237 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12238
12239 * composite.c (Fcomposition_get_gstring)
12240 (Fcompose_region_internal, Fcompose_string_internal)
12241 (Ffind_composition_internal): Doc fix.
12242 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12243 (syms_of_composite) <auto-composition-function>: Doc fix.
12244 (syms_of_composite) <composition-function-table>: Doc fix.
12245
12246 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12247
12248 * search.c (wordify): New argument for lax word-ends.
12249 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12250
12251 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12252
12253 * lisp.h (is_daemon): Declare.
12254 * dispnew.c (init_display): Do not try to initialize the terminal
12255 when running as a daemon.
12256
12257 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12258
12259 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12260 x_display_pixel_height.
12261
12262 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12263
12264 * undo.c (record_point): Don't call Fundo_boundary for first
12265 change. (Bug#731)
12266
12267 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12268
12269 * emacs.c (Fdaemonp): Doc fix.
12270
12271 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12272
12273 * emacs.c (main): Place #ifdef in the proper place.
12274
12275 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12276
12277 * emacs.c (standard_args): Add --daemon.
12278 (main): Disconnect from the terminal when --daemon is passed.
12279 (is_daemon): New variable.
12280 (Fdaemonp): New function.
12281 (syms_of_emacs): Defsubr it.
12282
12283 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12284
12285 * xdisp.c (get_next_display_element): Handle string display
12286 correctly when checking for the end of a box run.
12287
12288 2008-09-20 Glenn Morris <rgm@gnu.org>
12289
12290 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12291 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12292 (Frename_file): Avoid copying to trash if a rename involves
12293 a delete. (Bug#964).
12294
12295 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12296
12297 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12298 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12299 frames as well as termcap frames.
12300 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12301 get_named_tty.
12302
12303 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12304
12305 * process.c (procfs_system_process_attributes): Fix cmdline in
12306 case /proc/PID/cmdline is empty.
12307
12308 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12309 x_display_pixel_height.
12310
12311 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12312
12313 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12314
12315 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12316 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12317
12318 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12319
12320 * dispextern.h (struct it): Move line_wrap away from the middle of
12321 bitfields. Move voffset in struct iterator_stack_entry after the
12322 bitfields. Move tab_width near after another short.
12323
12324 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12325
12326 * frame.h (struct frame): Move alpha from the middle of bitfields.
12327
12328 * window.h (struct window): Move frozen_window_start_p after the
12329 rest of the bitfields to reduce padding.
12330
12331 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12332
12333 * xterm.h (x_display_info): Remove `height' and `width' members.
12334
12335 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12336
12337 * w32term.h (w32_display_info): Remove `height', `width',
12338 `height_in', and `width_in' members.
12339
12340 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12341 New functions.
12342 (x_calc_absolute_position): Use them.
12343 (x_term_init): Omit removed `height' and `width' members.
12344
12345 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12346 New functions.
12347 (w32_read_socket, x_calc_absolute_position): Use them.
12348 (w32_initialize_display_info, w32_term_init): Omit removed members
12349 of w32_display_info.
12350
12351 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12352 New functions.
12353 (ns_initialize_display_info): Omit removed members of ns_display_info.
12354
12355 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12356 New functions.
12357 (x_calc_absolute_position): Use them.
12358 (x_term_init): Omit removed `height' and `width' members.
12359
12360 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12361 (compute_tip_xy):
12362 * frame.c (x_fullscreen_adjust):
12363 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12364 x_display_pixel_width.
12365
12366 2008-09-18 Kenichi Handa <handa@m17n.org>
12367
12368 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12369 (composition_compute_stop_pos): Fix handling of static composition.
12370 (Fcomposition_get_gstring): Check FROM and TO at first.
12371
12372 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12375 mixup (YAILOM).
12376
12377 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12378
12379 * indent.c (Fvertical_motion): Use position reported by iterator
12380 instead of PT for determining screen motion (bug#943).
12381
12382 2008-09-17 Romain Francoise <romain@orebokech.com>
12383
12384 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12385
12386 2008-09-17 Kenichi Handa <handa@m17n.org>
12387
12388 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12389
12390 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12391 if necessary.
12392
12393 2008-09-16 Kenichi Handa <handa@m17n.org>
12394
12395 * coding.c (make_conversion_work_buffer): Avoid calling
12396 Fget_buffer_create if it is not necessary.
12397
12398 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12399
12400 * window.c (Fselect_window): Don't update window_select_count and
12401 use_time when norecord is not nil.
12402
12403 2008-09-14 Kenichi Handa <handa@m17n.org>
12404
12405 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12406 specpdl_ptr.
12407
12408 2008-09-12 Kenichi Handa <handa@m17n.org>
12409
12410 * indent.c (scan_for_column): Don't handle automatic composition
12411 if the current buffer is not associated with a window.
12412
12413 * composite.c (composition_reseat_it): If the current buffer is
12414 not associated with a window, ignore the automatic composition.
12415 (find_automatic_composition): Likewise.
12416
12417 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12420 (Fgpm_mouse_stop): Use it.
12421 * termhooks.h (close_gpm): Declare.
12422 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12423 connection if Gpm_GetEvent fails.
12424
12425 * window.c (set_window_buffer): Always preserve current-buffer.
12426
12427 2008-09-12 Glenn Morris <rgm@gnu.org>
12428
12429 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12430
12431 2008-09-11 Glenn Morris <rgm@gnu.org>
12432
12433 * charset.c (charset-map-path): Doc fix.
12434
12435 2008-09-10 Kenichi Handa <handa@m17n.org>
12436
12437 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12438
12439 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12440 compose a grapheme cluster with the preceding base glyph.
12441
12442 * composite.c (composition_compute_stop_pos): Fix previous change.
12443 Reset cmp_it->id to -1 at first.
12444
12445 2008-09-10 Glenn Morris <rgm@gnu.org>
12446
12447 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12448
12449 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12450
12451 * keyboard.c (read_key_sequence): Reapply translation maps when
12452 switching keyboards.
12453
12454 2008-09-09 Kenichi Handa <handa@m17n.org>
12455
12456 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12457 characters.
12458
12459 * composite.c (FORWARD_CHAR): Fix calculation
12460 of (POSITION).pos_byte.
12461 (composition_compute_stop_pos): Limit the search of composition to
12462 at most 500 characters ahead. If we reach the limit or find a
12463 newline, set cmp_it->ch to -2 and return 0.
12464 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12465
12466 2008-09-08 Kenichi Handa <handa@m17n.org>
12467
12468 * indent.c (Fvertical_motion): Be sure to set
12469 it_overshoot_expected if it.cmp_it.id is non-negative.
12470
12471 2008-09-07 Andreas Schwab <schwab@suse.de>
12472
12473 * callproc.c (Fcall_process): Don't hold references to string data
12474 across garbage collection. Move initialisation of new_argv down
12475 to avoid compiler bug.
12476
12477 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12478
12479 * process.c (Fsystem_process_attributes): Doc fix.
12480
12481 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12482
12483 * callproc.c (Fcall_process): Canonicalize current directory name.
12484
12485 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12486 iterator advances to the next line if the current line ends in a
12487 continued tab.
12488
12489 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12490
12491 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12492 member to point to cmp_from.
12493
12494 * xdisp.c: Doc fix for references to gidx data member.
12495
12496 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12499
12500 2008-09-07 Kenichi Handa <handa@m17n.org>
12501
12502 * composite.c (FORWARD_CHAR): Check STOP after
12503 incrementing (POSITION).pos.
12504
12505 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12506
12507 * process.c (Fsystem_process_attributes): Doc fix.
12508
12509 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12510
12511 * keyboard.c (Ftop_level): Doc fix.
12512
12513 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12514
12515 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12516 minibuffer, don't let lower part of menu invade the echo area.
12517
12518 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12519 "char *q" to access menu text and advance through it. Revert the
12520 change that displayed ">" instead of ASCII character 0x10.
12521
12522 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12523
12524 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12525 toggle boxes and radio buttons on MS-DOS as well.
12526
12527 2008-09-05 Kenichi Handa <handa@m17n.org>
12528
12529 * composite.c (autocmp_chars): Check lookback count.
12530 (composition_compute_stop_pos): Set cmp_it->lookback.
12531 (composition_reseat_it): Check lookback count.
12532 (struct position_record): New struct.
12533 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12534 (find_automatic_composition): New function.
12535 (composition_adjust_point): Use find_automatic_composition.
12536
12537 * dispextern.h (struct composition_it): New member lookback.
12538
12539 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12540
12541 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12542 if moving by a single line.
12543
12544 2008-09-02 Andreas Schwab <schwab@suse.de>
12545
12546 * xterm.c (x_delete_display): Fix merge error.
12547
12548 * fileio.c (Fexpand_file_name): Remove unused variables.
12549
12550 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12551
12552 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12553 storage on all platforms, not just on DOS_NT.
12554
12555 2008-09-02 Jason Rumney <jasonr@gnu.org>
12556
12557 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12558 Ensure mouse is not grabbed after menu is finished.
12559
12560 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12561
12562 * xfaces.c (Finternal_set_alternative_font_family_alist)
12563 (Finternal_set_alternative_font_registry_alist): Properly copy
12564 entire alist structure.
12565
12566 2008-09-01 Kenichi Handa <handa@m17n.org>
12567
12568 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12569 representative chars of the script is a vector.
12570 (ftfont_list): Handle the case where the representative chars of
12571 the script is a vector.
12572
12573 * character.c (syms_of_character): Docstring of
12574 script-representative-chars fixed.
12575
12576 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12577
12578 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12579 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12580 the menu. Allocate larger buffer for `text', to account for
12581 possible ^C characters.
12582
12583 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12584
12585 * xdisp.c (prepare_menu_bars): Don't call
12586 Vwindow_size_change_functions with arg Qt.
12587
12588 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * font.h (font_range):
12591 * fileio.c (report_file_error):
12592 * composite.c (composition_update_it): Yet another int/Lisp_Object
12593 mixup (YAILOM).
12594
12595 2008-08-30 Glenn Morris <rgm@gnu.org>
12596
12597 * data.c (Fmake_variable_frame_local): Doc fix.
12598
12599 * frame.c (Fmodify_frame_parameters): Doc fix.
12600
12601 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12602
12603 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12604 needed by GetTokenInformation.
12605 (w32_system_process_attributes): Check return values of all system
12606 APIs.
12607
12608 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12609 only when the state changes.
12610 (IT_update_begin, IT_update_end): Add termscript trace.
12611
12612 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12613 clipboard is unavailable. Set dst to NULL if it doesn't point to
12614 malloc'ed data.
12615 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12616 passing random values to xfree.
12617
12618 * dispnew.c (init_display): Set `tty's association in frame's
12619 parameters alist to the name of the terminal device, if that is known.
12620
12621 2008-08-29 Jason Rumney <jasonr@gnu.org>
12622
12623 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12624
12625 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12626
12627 * composite.c (fill_gstring_body): Avoid compiler warnings.
12628
12629 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12630 LGLYPH_SET_CODE to avoid compiler warnings.
12631
12632 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12633
12634 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12635
12636 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12637 LGLYPH_SET_CODE.
12638
12639 2008-08-29 Kenichi Handa <handa@m17n.org>
12640
12641 * fileio.c (report_file_error): Don't downcase the first character
12642 of errstring if it is still unibyte.
12643
12644 2008-08-29 Kenichi Handa <handa@m17n.org>
12645
12646 These changes are to re-implement the automatic composition so
12647 that it doesn't use text properties.
12648
12649 * Makefile.in (ftfont.o): Depend on composite.h.
12650 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12651
12652 * character.h (Vunicode_category_table): Extern it.
12653
12654 * character.c (Vunicode_category_table): New variable.
12655 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12656
12657 * chartab.c (optimize_sub_char_table): Perform more greedy
12658 optimization.
12659
12660 * composite.h (enum composition_method):
12661 Delete COMPOSITION_WITH_GLYPH_STRING.
12662 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12663 (Vcomposition_function_table): Extern it.
12664 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12665 (composition_gstring_put_cache, composition_gstring_from_id)
12666 (composition_gstring_p, composition_gstring_width)
12667 (composition_compute_stop_pos, composition_reseat_it)
12668 (composition_update_it, composition_adjust_point): Extern them.
12669 (Fcomposition_get_gstring): EXFUN it.
12670
12671 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12672 (Vcomposition_function_table)
12673 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12674 (gstring_hash_table, gstring_work, gstring_work_headers):
12675 New variables.
12676 (gstring_lookup_cache, composition_gstring_put_cache)
12677 (composition_gstring_from_id, composition_gstring_p)
12678 (composition_gstring_width, fill_gstring_header)
12679 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12680 (composition_reseat_it, composition_update_it)
12681 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12682 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12683 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12684 Defsubr composition_get_gstring.
12685
12686 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12687 cmp_id.
12688 (struct glyph_string): Delete the member gidx. New members
12689 cmp_id, cmp_from, and cmp_to.
12690 (enum it_method): Delete GET_FROM_COMPOSITION.
12691 (struct composition_it): New struct.
12692 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12693 Delete c, len, cmp_id, cmp_len in u.comp.
12694
12695 * font.h (enum lgstring_indices): Delete it.
12696 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12697 (enum lglyph_indices): Likewise.
12698 (font_range): Adjust extern.
12699 (font_fill_lglyph_metrics): Extern it.
12700
12701 * font.c (QCf): New variable.
12702 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12703 (font_prepare_composition): Delete this function.
12704 (font_range): Type and arguments changed.
12705 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12706 (font_fill_lglyph_metrics): New function.
12707 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12708 (syms_of_font): DEFSYM QCf. Delete defsubr for
12709 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12710 Defsubr Sfont_shape_gstring.
12711
12712 * fontset.h (font_for_char): Extern it.
12713
12714 * fontset.c (font_for_char): New function.
12715
12716 * ftfont.c: Include composite.h.
12717 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12718 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12719
12720 * indent.c: Include composite.h and dispextern.h.
12721 (check_composition): Delete this function.
12722 (scan_for_column): Handle composition by
12723 composition_compute_stop_pos, composition_reseat_it, and
12724 composition_update_it.
12725 (compute_motion): Likewise.
12726 (Fvertical_motion): Fix checking of composition.
12727
12728 * keyboard.c (adjust_point_for_property): Check composition by
12729 composition_adjust_point.
12730
12731 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12732 struct glyph_string.
12733
12734 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12735 (append_composite_glyph): Adjust for the change of struct it and
12736 struct glyph.
12737 (produce_composite_glyph): Likewise.
12738
12739 * w32term.c (x_draw_composite_glyph_string_foreground):
12740 Adjust for the change of struct glyph_string.
12741 (x_draw_glyph_string): Likewise.
12742
12743 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12744 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12745
12746 * xdisp.c: Include font.h.
12747 (it_props): Delete the entry for Qauto_composed.
12748 (init_iterator): Initialize it->cmp_it.id to -1.
12749 (compute_stop_pos): Call composition_compute_stop_pos.
12750 (face_before_or_after_it_pos): Adjust for the change of struct it.
12751 (handle_auto_composed_prop): Delete it.
12752 (handle_composition_prop): Handle only static composition.
12753 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12754 from xassert. Initialize it->cmp_it.stop_pos.
12755 (push_it): Adjust for the change of struct it.
12756 (pop_it): Likewise.
12757 (get_next_element): Delete next_element_from_composition.
12758 (CHAR_COMPOSED_P): New macro.
12759 (get_next_display_element): For automatic composition, get a face
12760 from the font in the glyph-string.
12761 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12762 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12763 (next_element_from_string): Check if the character at the current
12764 position is composed by CHAR_COMPOSED_P.
12765 (next_element_from_buffer): Likewise.
12766 (next_element_from_composition): Adjust for the change of struct it.
12767 Update it->cmp_it.
12768 (dump_glyph): Adjust for the change of struct glyph.
12769 (fill_composite_glyph_string): Adjust for the change of struct
12770 it and struct glyph. Don't handle automatic composition here.
12771 (fill_gstring_glyph_string): New function.
12772 (x_get_glyph_overhangs): Handle automatic composition.
12773 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12774 (BUILD_GSTRING_GLYPH_STRING): New macro.
12775 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12776 automatic composition.
12777 (append_composite_glyph): Adjust for the change of struct it and
12778 struct glyph.
12779 (x_produce_glyphs): Adjust for the change of struct it.
12780
12781 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12782 the change of struct glyph_string.
12783 (x_draw_glyph_string): Likewise.
12784
12785 2008-08-29 Glenn Morris <rgm@gnu.org>
12786
12787 * buffer.c (word-wrap): Doc fix.
12788 * xdisp.c (truncate-partial-width-windows): Doc fix.
12789 Increase default to 50.
12790
12791 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12792
12793 * xdisp.c (update_tool_bar_unwind): New function.
12794 (update_tool_bar): Temporarily set selected frame before building
12795 tool-bar items.
12796
12797 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12798
12799 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12800 snprintf, respectively.
12801 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12802
12803 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12804
12805 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12806 LDFLAGS to GNUstep CC invocation.
12807
12808 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12809
12810 * indent.c (Fvertical_motion): Revert last change. Handle the
12811 general case where we are moving forward, and PT spans multiple
12812 screen lines.
12813
12814 * eval.c (find_handler_clause): Temporarily increase
12815 max-lisp-eval-depth while printing the backtrace buffer, to
12816 guarantee that help-mode code can run.
12817
12818 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12819
12820 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12821 colors under -rv.
12822 (IT_set_frame_parameters): Don't swap foreground and background
12823 colors if `(reverse . t)' is present in the frame properties.
12824 (internal_terminal_init): Call init_frame_faces only for the
12825 initial frame.
12826
12827 2008-08-27 Andreas Schwab <schwab@suse.de>
12828
12829 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12830
12831 2008-08-27 Andreas Schwab <schwab@suse.de>
12832
12833 * search.c (search_buffer): Set char_base to zero only at the end.
12834
12835 2008-08-27 Kenichi Handa <handa@m17n.org>
12836
12837 * fileio.c (report_file_error): Fix handling of multibyte error string.
12838
12839 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12840
12841 * xterm.c (x_term_init): Temporarily hide the partially
12842 initialized terminal while calling vendor-specific-keysyms.
12843
12844 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12845
12846 * msdos.c (internal_terminal_init): Most initializations done only
12847 once, especially initial_screen_colors[] and termscript open.
12848
12849 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * eval.c (Fcondition_case): Doc fix.
12852
12853 * widgetprv.h (EmacsFramePart): Change font member to the new font
12854 struct.
12855
12856 * widget.c: Include character.h and font.h for XSETFONT.
12857 (setup_frame_gcs): Compute X font id from font struct, just once.
12858
12859 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12860
12861 * term.c (get_named_tty): Fix last change.
12862
12863 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12864
12865 * indent.c (Fvertical_motion): If moving forward starting from a
12866 multi-line string, move the iterator to the last line of that string.
12867
12868 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12869
12870 * frame.c (do_switch_frame): Mark previously displayed frame as
12871 obscured for FRAME_MSDOS_P frames as well.
12872
12873 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12874
12875 * frame.c (make_terminal_frame): Initialize f->terminal,
12876 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12877 Set the top frame to newly created frame.
12878 (Fmake_terminal_frame): Reuse the_only_display_info.
12879
12880 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12881 estimating available memory.
12882
12883 2008-08-23 David Reitter <david.reitter@gmail.com>
12884
12885 * nsterm.m (ns_draw_window_cursor): Don't call
12886 NSDisableScreenUpdates and NSEnableScreenUpdates on
12887 non-NS_IMPL_COCOA systems.
12888
12889 2008-08-23 Andreas Schwab <schwab@suse.de>
12890
12891 * process.c (procfs_system_process_attributes): Fix use of
12892 uninitialized variables.
12893
12894 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12895
12896 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12897
12898 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12899 calling tty-set-up-initial-frame-faces.
12900
12901 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12902 Allow MSDOS frames along with X frames.
12903
12904 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12905 addition to output_termcap.
12906
12907 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12908
12909 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12910 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12911 highlight.
12912
12913 * process.c [!subprocesses]: Define QCname.
12914 (syms_of_process): Intern and staticpro it.
12915
12916 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12917 Adjust for changes in encoding/decoding routines.
12918 Use encode_coding_object and decode_coding_object instead of
12919 encode_coding and decode_coding.
12920
12921 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12922
12923 * dosfns.c: Include frame.h before termhooks.h.
12924 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12925 variable termscript.
12926
12927 * s/msdos.h (USER_FULL_NAME): Define.
12928 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12929
12930 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12931 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12932 pw->pw_gecos.
12933
12934 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12935 SELECTED_FRAME as additional (1st) argument.
12936 (tty_read_avail_input): Handle output_msdos_raw in
12937 addition to output_termcap.
12938
12939 * msdos.c: Include frame.h before termhooks.h.
12940 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12941 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12942 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12943 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12944 (IT_set_terminal_modes, IT_reset_terminal_modes)
12945 (IT_set_frame_parameters): Use tty->termscript instead of a global
12946 variable termscript.
12947 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12948 global variable terminal_coding. Don't refer to
12949 Vnonascii_translation_table.
12950 (internal_terminal_init): Set Vwindow_system in current_kboard.
12951 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12952 Announce date and time of session start, if termscript is open.
12953 Don't zero out the_only_display_info (it is done in
12954 term.c:init_tty). Open termscript only of not already open.
12955 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
12956 here instead of dos_ttraw. Don't initialize display if this is an
12957 initial tty. Don't set FRAME_FONT.
12958 (Vwindow_system_version): Bump to 23.
12959 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12960 is available, set up mouse_position_hook.
12961 (dos_ttraw, IT_set_terminal_modes): If called with initial
12962 terminal, do nothing.
12963 (IT_set_frame_parameters): Handle the Qtty_type frame
12964 parameter by calling internal_terminal_init.
12965 (dos_set_window_size, show_mouse_face)
12966 (clear_mouse_face, IT_note_mode_line_highlight)
12967 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12968 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12969 (initialize_msdos_display): New function.
12970 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12971 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12972 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12973 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
12974 Accept additional argument: a pointer to a frame. Update all callers.
12975 (request_sigio, unrequest_sigio): Don't define, now defined on
12976 sysdep.c.
12977 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12978
12979 * term.c [MSDOS]: Include msdos.h.
12980 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12981 conditional to DOS_NT. Allow only one call to this function in a
12982 session. Don't allocate a new struct tty_display_info; instead,
12983 reuse the_only_display_info. Call get_tty_size to get screen
12984 dimensions. Call init_baud_rate to set bad_rate.
12985 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12986 (Fsuspend_tty) [MSDOS]: Don't close input and output.
12987 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
12988 (get_tty_terminal, get_named_tty, Ftty_type)
12989 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12990 output_termcap.
12991 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12992 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
12993 only when subprocesses are supported.
12994
12995 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12996 f->output_data.x.
12997 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12998 terminal devices.
12999
13000 * msdos.h: Remove definition of struct x_display_info and struct
13001 x_output.
13002 (FRAME_FONT): Use output_data.tty.
13003 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13004 (struct x_display_info): Rename from display_info. Update all users in
13005 msdos.c.
13006 (struct x_output): Remove background_pixel and foreground_pixel.
13007 (the_only_display_info): Rename from the_only_x_display.
13008 (dos_ttraw): Update prototype.
13009
13010 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13011 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13012
13013 2008-08-23 Jason Rumney <jasonr@gnu.org>
13014
13015 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13016 (fn_TIFFSetDirectory): New library function used.
13017 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13018 (tiff_load): Use :index to select among multiple images. Set count
13019 property when multiple images exist.
13020 (gif_format): Use :index, not :image.
13021
13022 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
13023
13024 * xdisp.c (try_scrolling): Check INT_MAX instead of
13025 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13026 to obtain INT_MAX.
13027
13028 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13029
13030 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13031
13032 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13033
13034 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13035 GNUstep library location.
13036
13037 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
13038
13039 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13040 before using it.
13041
13042 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13043
13044 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13045
13046 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13047 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13048 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13049 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13050 (EmacsApp-cursor_blink_handler): Remove declaration.
13051 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13052 match 01 Feb 2008 changes in xterm.c.
13053 (ns_read_socket): Add cast to avoid warning.
13054 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13055 GNUstep.
13056
13057 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * xselect.c (x_get_foreign_selection): Return nil if desired
13060 selection could not be obtained, instead of signalling an error.
13061
13062 2008-08-20 David Reitter <david.reitter@gmail.com>
13063
13064 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13065 * nsterm.m: Remove ns-specific code for cursor blinking.
13066 (ns_draw_window_cursor): Clear cursor properly rather than
13067 redrawing the area. Respect width of bar cursors.
13068 These changes enable the use of generic blink-cursor-mode and
13069 generic cursor types in NS and support smooth cursor movements (do
13070 not blink off after command).
13071 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13072 Nextstep, too.
13073
13074 2008-08-19 Kenichi Handa <handa@m17n.org>
13075
13076 * font.c (Vfont_log_deferred): New variable.
13077 (font_add_log): Check Vfont_log_deferred.
13078 (font_deferred_log): New function.
13079
13080 * font.h (font_deferred_log): Extern it.
13081
13082 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13083 for sorting.
13084 (face_for_char): Use deferred log.
13085
13086 2008-08-18 Kenichi Handa <handa@m17n.org>
13087
13088 * fontset.c (face_for_char): Add font log.
13089
13090 * font.c (font_add_log): Add the font properties :script, :lang,
13091 and :otf in the log.
13092
13093 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
13094
13095 * xdisp.c: Remove dead code.
13096 (handle_invisible_prop, next_overlay_string): Defer call to
13097 setup_for_ellipsis.
13098 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13099
13100 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
13101
13102 * xfaces.c (lookup_derived_face): Properly handle possible zero
13103 return value of get_lface_attributes.
13104 (merge_faces): Don't tell lookup_derived_face to signal an error
13105 if face is not found.
13106
13107 * dired.c (Fdirectory_files): Doc fix.
13108
13109 * process.c (make_process): Initialize kill_without_query struct
13110 member.
13111
13112 2008-08-15 Eli Zaretskii <eliz@gnu.org>
13113
13114 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13115 Alternative calculation of totphys for Visual Studio 6.
13116
13117 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13118
13119 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13120 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13121 All users changed.
13122 (stat): Only root directory passed to GetDriveType. Allow RAM
13123 disk as well as local fixed disk when w32-get-true-file-attributes
13124 is set to `local'.
13125 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13126 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13127 (w32_cached_id, w32_add_to_cache): New functions.
13128 (get_name_and_id): Look account names in the cache before calling
13129 lookup_account_sid.
13130 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13131 New initialization flags.
13132 (globals_of_w32): Initialize them to zero.
13133 (w32_system_process_attributes): Use w32_cached_id and
13134 w32_add_to_cache.
13135
13136 2008-08-14 Lawrence Mitchell <wence@gmx.li>
13137
13138 * lread.c (Fread_char, Fread_char_exclusive): If no character
13139 event is read before timeout is reached, return nil, rather than
13140 converting to a number.
13141
13142 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * fns.c (use_dialog_box): Doc fix.
13145
13146 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13147 on OS X.
13148
13149 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * frame.c (Qns_parse_geometry): New var.
13152 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13153
13154 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
13155
13156 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13157 space character in calculating tabs.
13158
13159 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13160
13161 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13162
13163 2008-08-10 Glenn Morris <rgm@gnu.org>
13164
13165 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13166 silence gcc "limited range of data type" warnings in some
13167 make_fixnum_or_float calls.
13168
13169 2008-08-09 Eli Zaretskii <eliz@gnu.org>
13170
13171 * w32.c (w32_system_process_attributes): If the process does not
13172 exist, return nil.
13173
13174 * w32.c: Include thelp32.h, psapi.h and coding.h.
13175 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13176 declarations.
13177 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13178 (Process32Next_Proc): New typedefs.
13179 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13180 (g_b_init_process32_next, g_b_init_open_thread_token)
13181 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13182 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13183 (g_b_init_get_process_working_set_size)
13184 (g_b_init_global_memory_status_ex): New static variables.
13185 (globals_of_w32): Initialize them.
13186 (create_toolhelp32_snapshot, process32_first, process32_next)
13187 (open_thread_token, impersonate_self, revert_to_self)
13188 (get_process_memory_info, get_process_working_set_size)
13189 (global_memory_status, global_memory_status_ex): New wrapper
13190 functions.
13191 (w32_list_system_processes, w32_system_process_attributes)
13192 (enable_privilege, restore_privilege, ltime, process_times):
13193 New functions.
13194 (convert_time_raw): New function.
13195 (convert_time): Remove conversion of FILETIME into time in 100
13196 nsec units, call convert_time_raw instead.
13197
13198 * process.h (w32_list_system_processes, w32_system_process_attributes):
13199 Add prototypes.
13200 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13201 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13202 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13203 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13204
13205 * process.c (Fsystem_process_attributes): Doc fix.
13206
13207 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
13208
13209 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13210 a continued multi-char glyph; if so, advance to the actual glyph.
13211
13212 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13213
13214 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13215
13216 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13217 (.m.o): Use it.
13218 * config.in: Regenerate.
13219
13220 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13221
13222 * xdisp.c (redisplay_window): Revert last change.
13223 (try_window): Check bottom scroll margin too.
13224
13225 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13226
13227 * config.in: Regenerate.
13228
13229 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13230 -list-load-path-shadows'.
13231 (nsgui.h): Reduce number of things depending on it.
13232
13233 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13234
13235 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13236 instead of window-end which does the wrong thing at eob.
13237 (try_cursor_movement): Minor optimization.
13238 (redisplay_window): If scroll margin is defined, don't assume
13239 window doesn't need scrolling.
13240
13241 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13242
13243 * config.in: Regenerate.
13244
13245 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13246 (mostlyclean): Don't delete *.d under NS.
13247
13248 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13249
13250 2008-08-06 Kenichi Handa <handa@m17n.org>
13251
13252 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13253
13254 2008-08-06 Andreas Schwab <schwab@suse.de>
13255
13256 * config.in: Regenerate.
13257
13258 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13259
13260 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13261 forcing a window start.
13262
13263 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13264 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13265
13266 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13267
13268 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13269 argument.
13270
13271 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13274 <scroll-down-aggressively, before-change-functions>:
13275 <after-change-functions>: Reflow docstrings.
13276
13277 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13278 Ken Raeburn <raeburn@gnu.org>
13279
13280 Dock menu customization, based on a patch by Ken Raeburn, plus some
13281 other fixes.
13282 * nsmenu.m (dockMenu): New variable.
13283 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13284
13285 * nsterm.h (dockMenu): Declare.
13286
13287 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13288 (ns_term_init): Initialize dockMenu.
13289 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13290 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13291 left.
13292
13293 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13294
13295 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13298
13299 * config.in: Regenerate.
13300
13301 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13302
13303 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13304
13305 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13306
13307 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13308
13309 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13310
13311 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13312
13313 * keyboard.h: Comment an #endif.
13314
13315 * lisp.h (have_menus_p): Adjust comment.
13316
13317 * menu.c (find_and_return_menu_selection): Fix comparison with
13318 client_data.
13319
13320 * nsmenu.m (popup_activated_flag): New variable.
13321 (popup_activated): New function.
13322 (menu-or-popup-active-p): New exported lisp definition.
13323 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13324 when popup done.
13325 (ns_popup_dialog): Set popup_activated_flag.
13326
13327 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13328 version for GNUstep (handled by conditional typedef in nsterm.m).
13329 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13330 in rgb.txt).
13331
13332 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13333
13334 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13335
13336 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13337
13338 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13339 shortcircuit if popup_activated like GTK and X toolkit.
13340
13341 * m/inter386.h: Change DARWIN to DARWIN_OS.
13342
13343 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13344 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13345 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13346 comment on NO_SOCK_SIGIO.
13347
13348 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13349
13350 * nsterm.m (windowDidResize): Remove stopModal call.
13351
13352 2008-08-03 Andreas Schwab <schwab@suse.de>
13353
13354 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13355 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13356
13357 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13360 Don't use uninitialized pointer variable when using getrlimit.
13361
13362 2008-08-02 Jason Rumney <jasonr@gnu.org>
13363
13364 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13365
13366 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13367
13368 * alloc.c (NSTATICS): Bump to 0x640.
13369
13370 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13371
13372 * lisp.h: Add prototype for directory_files_internal.
13373
13374 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13375 New functions.
13376 (syms_of_process): Defsubr them. Add initializations for various
13377 Q* symbols used in procfs_system_process_attributes.
13378 (procfs_list_system_processes, procfs_system_process_attributes)
13379 [HAVE_PROCFS]: New functions.
13380 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13381 (procfs_get_total_memory): New functions.
13382
13383 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13384
13385 * xfaces.c (Fx_load_color_file): Fix previous change;
13386 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13387
13388 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13389
13390 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13391
13392 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13393
13394 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13395
13396 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13397
13398 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13399
13400 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13401 define NSApplicationDelegateReplySuccess.
13402 (EmacsView -converstationIdentifier): Use long instead of
13403 NSInteger for GNUstep, since it doesn't have NSInteger.
13404
13405 * xmenu.c: Revert last change.
13406
13407 * keyboard.h: Fix last change.
13408
13409 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13412 on Windows.
13413
13414 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13415
13416 Warning clearing and clean-up in NS port.
13417 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13418 Add prototypes.
13419 * nsgui.h (FACE_DEFAULT): Remove, unused.
13420 (XGCValues): Change colors to unsigned long.
13421 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13422 nsterm.m.
13423 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13424 (ns_list_fonts): Remove, unused.
13425 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13426 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13427 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13428 (nsfont_draw): Compare face colors to 0, not nil.
13429 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13430 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13431 (-addSubmenuWithTitle:): Use NSMenuItem class.
13432 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13433 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13434 (ns_clip_to_row): Make gc arg a BOOL.
13435 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13436 ns_clip_to_row() call.
13437 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13438 used). Cast FRAME_FONT assignments.
13439 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13440 (ns_string_to_lispmod): Change arg to const char.
13441 (ns_term_init): Use NSMenuItem class.
13442 (EmacsApp -openFile:): Move to different section of file.
13443 (EmacsApp -application:openFiles:): Don't return a value, call
13444 -replyToOpenOrPrint:.
13445 (EmacsView -keyDown:): Fix up cast.
13446 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13447 (EmacsView -menuDown:): Cast tag in call to
13448 find_and_call_menu_selection().
13449 (ns_list_fonts): Remove, unused.
13450 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13451 (ns_fontname_to_xlfd): Make static.
13452 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13453 Remove prototypes (now in keyboard.h).
13454 (next_menubar_widget_id): Remove, unused.
13455 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13456 Remove prototypes (now in keyboard.h).
13457 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13458
13459 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13460
13461 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13462 (floatfns.o): Depend on syssignal.h.
13463 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13464
13465 * systty.h: Fix previous change that removed BSD_TERMIOS.
13466 Add comments to #ifdefs.
13467
13468 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13469
13470 * w32fns.c (w32-load-color-file): Remove.
13471 (x-open-connection): Use renamed Fx_load_color_file.
13472 * xfaces.c (x-load-color-file): Add.
13473 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13474 Emacs.clr.
13475 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13476
13477 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13478
13479 * dbusbind.c (Fdbus_call_method_asynchronously)
13480 (Fdbus_method_error_internal): New defuns.
13481 (xd_read_message): Handle also reply messages.
13482 (Vdbus_registered_functions_table): Extend docstring.
13483
13484 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * keyboard.c (gobble_input): Fix previous change.
13487
13488 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13489
13490 * bitmaps/README:
13491 * xfns.c:
13492 * termcap.c:
13493 * term.c:
13494 * syswait.h:
13495 * systty.h:
13496 * systime.h:
13497 * syssignal.h:
13498 * sysdep.c:
13499 * process.h:
13500 * process.c:
13501 * print.c:
13502 * ndir.h:
13503 * lread.c:
13504 * keyboard.c:
13505 * getpagesize.h:
13506 * floatfns.c:
13507 * fileio.c:
13508 * emacs.c:
13509 * doc.c:
13510 * dispnew.c:
13511 * dired.c:
13512 * data.c:
13513 * callproc.c:
13514 * buffer.c:
13515 * README:
13516 * Makefile.in:
13517 * s/template.h:
13518 * s/msdos.h:
13519 * m/vax.h: Remove VMS support.
13520 * s/vms.h:
13521 * vlimit.h:
13522 * uaf.h:
13523 * temacs.opt:
13524 * param.h:
13525 * ioctl.h: Remove file.
13526
13527 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13528
13529 * s/ms-w32.h (MULTI_KBOARD): Remove.
13530 * xterm.c:
13531 * xselect.c:
13532 * xfns.c:
13533 * window.c:
13534 * w32term.c:
13535 * w32fns.c:
13536 * terminal.c:
13537 * termhooks.h:
13538 * term.c:
13539 * sysdep.c:
13540 * keyboard.h:
13541 * keyboard.c:
13542 * frame.h:
13543 * frame.c:
13544 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13545 * config.in: Regenerate.
13546
13547 2008-07-30 Jason Rumney <jasonr@gnu.org>
13548
13549 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13550
13551 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13552 (w32font_open_internal): Get unicode version of textmetrics.
13553 Don't enable or disable glyph indices here.
13554 (w32font_open): Disable use of glyph indices.
13555
13556 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13557
13558 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13559
13560 * minibuf.c (Vread_buffer_function): Doc fix.
13561
13562 2008-07-30 John Paul Wallington <jpw@pobox.com>
13563
13564 * minibuf.c (read_buffer_completion_ignore_case): New var.
13565 (Fread_buffer): Use it.
13566
13567 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13568
13569 * systty.h (sensemode): Remove empty #if. Remove reference to
13570 BSD_TERMIOS, unused.
13571
13572 * sysdep.c: Remove reference to DGUX.
13573 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13574
13575 * config.in: Regenerate.
13576
13577 2008-07-30 Jason Rumney <jasonr@gnu.org>
13578
13579 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13580
13581 2008-07-29 Jason Rumney <jasonr@gnu.org>
13582
13583 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13584 is populated.
13585 (uniscribe_encode_char): Always use uniscribe.
13586 Avoid using context if cache is populated.
13587
13588 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13589
13590 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13591 open menu.
13592
13593 * gtkutil.c (menu_nav_ended): Remove.
13594 (create_menus): Remove signal connect for menu_nav_ended.
13595
13596 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13597
13598 * xdisp.c (redisplay_window): Check return value of
13599 compute_window_start_on_continuation_line before forcing a window
13600 start.
13601
13602 2008-07-28 Jason Rumney <jasonr@gnu.org>
13603
13604 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13605
13606 * w32term.c (w32_enable_unicode_output, cleartype_active):
13607 Remove obsolete display options.
13608 (x_draw_glyph_string_background): Don't use old cleartype_active
13609 workaround.
13610 (w32_initialize): Remove cleartype_active initialization.
13611 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13612
13613 2008-07-28 Andreas Schwab <schwab@suse.de>
13614
13615 * lisp.h (init_weak_hash_tables, syms_of_font)
13616 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13617 (remove_hash_entry): Don't declare.
13618 * eval.c (maybe_call_debugger): Make static and move before use.
13619 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13620 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13621 * xterm.h (x_set_frame_alpha): Declare.
13622
13623 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13624
13625 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13626 (create_menus): Connect selection-done to menu_nav_ended.
13627
13628 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13629
13630 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13631 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13632 parameter with read of 'alpha' one.
13633 (Qns_frame_parameter): Remove.
13634 * nsselect.m (selection-coding-system)
13635 (next-selection-coding-system, Vselection_coding_system)
13636 (Vnext_selection_coding_system): Drop.
13637
13638 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13639
13640 * nsfns.m (do-applescript, do_applescript): Rename to
13641 ns-do-applescript, ns_do_applescript, and move within file.
13642
13643 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13644
13645 Remove support for Mac Carbon.
13646 * mactoolbox.c:
13647 * macterm.h:
13648 * macterm.c:
13649 * macselect.c:
13650 * macmenu.c:
13651 * macgui.h:
13652 * macfns.c:
13653 * mac.c: Remove file.
13654 * s/darwin.h:
13655 * m/intel386.h:
13656 * xfaces.c:
13657 * xdisp.c:
13658 * window.c:
13659 * tparam.c:
13660 * termhooks.h:
13661 * termcap.c:
13662 * term.c:
13663 * syssignal.h:
13664 * sysselect.h:
13665 * sysdep.c:
13666 * process.c:
13667 * lread.c:
13668 * lisp.h:
13669 * keyboard.c:
13670 * image.c:
13671 * fringe.c:
13672 * frame.h:
13673 * frame.c:
13674 * fontset.c:
13675 * font.h:
13676 * font.c:
13677 * fns.c:
13678 * fileio.c:
13679 * emacs.c:
13680 * dispnew.c:
13681 * dispextern.h:
13682 * config.in:
13683 * atimer.c:
13684 * Makefile.in: Remove code for Carbon.
13685
13686 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13687
13688 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13689
13690 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13691
13692 * macterm.h (kCGBitmapByteOrder32Host): New define for
13693 non-universal SDKs.
13694
13695 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13696 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13697
13698 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13699 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13700
13701 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13702
13703 * w32inevt.c: Include dispextern.h.
13704
13705 2008-07-26 Andreas Schwab <schwab@suse.de>
13706
13707 * print.c (print_object): Fix off-by-one in last change.
13708
13709 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13710
13711 * term.c (syms_of_term): Don't initialize default_orig_pair,
13712 default_set_foreground and default_set_background on Windows.
13713
13714 2008-07-25 Jason Rumney <jasonr@gnu.org>
13715
13716 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13717 ScriptItemize. Clean up return value checking. Remove unused
13718 variables.
13719 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13720 shaping engine.
13721
13722 * w32font.c (w32font_has_char): Handle the case where we can't
13723 determine the script for a character.
13724
13725 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13726
13727 * term.c (syms_of_term): Initialize default_orig_pair,
13728 default_set_foreground, and default_set_background.
13729
13730 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13731 clash (bug#86).
13732 (getloadavg): Callers changed.
13733
13734 * image.c (svg_load_image): Fix last change.
13735 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13736 image size is valid. Use g_object_unref instead of deprecated
13737 rsvg_handle_free to free rsvg handle.
13738 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13739
13740 2008-07-25 Jason Rumney <jasonr@gnu.org>
13741
13742 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13743 surrogates before looking up glyph index.
13744 (w32font_text_extents): Encode as surrogates if falling back to
13745 functions that need UTF-16 wide chars.
13746
13747 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13748 BMP as surrogates before looking up glyph index.
13749
13750 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13751
13752 * image.c (svg_load_image): Check for failure in return value of
13753 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13754
13755 2008-07-25 Jason Rumney <jasonr@gnu.org>
13756
13757 * w32font.c (Fx_select_font): Reverse sense of second arg.
13758
13759 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13762 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13763
13764 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13765 (PURESIZE): Use it.
13766
13767 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13768
13769 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13770 * m/alpha.h (TEXT_END):
13771 * m/ibmrs6000.h (TEXT_END):
13772 * m/macppc.h (TEXT_END):
13773 * s/darwin.h (TEXT_END):
13774 * s/msdos.h (TEXT_END): Remove, unused.
13775 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13776 * s/cygwin.h: Remove comment.
13777
13778 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13779 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13780 * m/intel386.h (DOT_GLOBAL_START):
13781 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13782 (USG): Remove, file not used on USG platforms.
13783
13784 * Makefile.in (HAVE_X11): Remove empty #else.
13785
13786 2008-07-24 Andreas Schwab <schwab@suse.de>
13787
13788 * fileio.c (Finsert_file_contents): Properly adjust undo list
13789 after format conversion.
13790
13791 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13792
13793 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13794 (menu_nav_ended): Remove.
13795 (create_menus): Remove signal connect for menu_nav_ended.
13796 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13797 create_menus.
13798 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13799
13800 2008-07-23 Jason Rumney <jasonr@gnu.org>
13801
13802 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13803 with opened font.
13804 (w32font_open): Set font type to gdi.
13805
13806 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13807
13808 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13811 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13812 defines it.
13813 * unexec.c (ADDR_CORRECT): Define unconditionally.
13814
13815 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13816
13817 * unexec.c: Remove code depending on !COFF and USG, the file is
13818 not used for such systems.
13819
13820 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13821 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13822 (LD_SWITCH_SYSTEM_1): Remove, update users.
13823
13824 * s/darwin.h (DATA_END):
13825 * m/intel386.h (DATA_END):
13826 * m/ibmrs6000.h (DATA_END):
13827 * m/alpha.h (DATA_END): Remove, unused.
13828
13829 * config.in: Regenerate.
13830 * s/ms-w32.h (subprocesses): Define unconditionally.
13831 * s/template.h (subprocesses): Update comment.
13832 * s/vms.h (subprocesses):
13833 * s/usg5-4.h (subprocesses):
13834 * s/hpux10-20.h (subprocesses):
13835 * s/gnu-linux.h (subprocesses):
13836 * s/cygwin.h (subprocesses):
13837 * s/bsd-common.h (subprocesses):
13838 * s/aix4-2.h (subprocesses):
13839 * s/darwin.h (subprocesses): Do not define, defined by default now.
13840
13841 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13842 Remove all references.
13843 (temacs): Add GNUstep specific ld flags.
13844
13845 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13846 similarly to what X does.
13847
13848 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13849
13850 * nsfns.m (x-list-fonts): Remove.
13851 (syms_of_nsfns): Drop the x-list-fonts declaration.
13852 * nsterm.m: Get rid of remaining "//" comments.
13853
13854 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13855
13856 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13857
13858 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13859 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13860 (Fns_own_selection_internal, Fx_disown_selection_internal)
13861 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13862
13863 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13864 ... */' style of docstrings. Doc fixes.
13865
13866 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13867
13868 * terminfo.c (UP, BC, PC): Undo previous change.
13869
13870 * nsfns.m: Rename ns prefixed functions/variables to the
13871 corresponding x versions. Update references.
13872
13873 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13876
13877 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13878
13879 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13880 Remove forwarding functions.
13881 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13882 non-static.
13883 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13884 non-static.
13885 (ns_frame_parm_handlers): Use the new names.
13886 (syms_of_nsfns): Move to the end of file.
13887
13888 * nsterm.m (syms_of_nsterm): Move to the end of file.
13889
13890 * dispnew.c (init_display): Remove code for X10.
13891
13892 2008-07-22 Jason Rumney <jasonr@gnu.org>
13893
13894 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13895 bare drive.
13896
13897 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13898
13899 * nsterm.m (syms_of_nsterm): Remove debugging println.
13900
13901 2008-07-22 David Reitter <david.reitter@gmail.com>
13902
13903 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13904 Carbon implementation of the same functionality: execute arbitrary
13905 AppleScript code.
13906
13907 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13908
13909 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13910 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13911 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13912 (Fx_display_mm_height, Fx_display_mm_width)
13913 (Fx_display_backing_store, Fx_display_visual_class)
13914 (Fx_display_save_under, Fx_open_connection)
13915 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13916 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13917 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13918 (Fx_display_pixel_width, Fx_display_pixel_height)
13919 (Fx_display_usable_bounds, Fx_display_planes)
13920 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13921 ... */' style of docstrings.
13922
13923 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13924
13925 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13926 on this platform.
13927 (mips):
13928 * m/iris4d.h (mips): Do not define.
13929 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13930
13931 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13932
13933 * image.c:
13934 * nsfns.m:
13935 * nsselect.m:
13936 * nsterm.h:
13937 * nsterm.m: Rename ns prefixed functions/variables to the
13938 corresponding x versions. Update references.
13939
13940 * m/ibms390x.h (NO_REMAP): Do not undefine.
13941
13942 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13943
13944 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
13945
13946 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13947 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13948 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13949 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13950 (Fns_display_mm_height, Fns_display_mm_width)
13951 (Fns_display_backing_store, Fns_display_visual_class)
13952 (Fns_display_save_under, Fns_open_connection)
13953 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13954 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13955 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13956 (Fns_display_pixel_width, Fns_display_pixel_height)
13957 (Fns_display_usable_bounds, Fx_display_planes)
13958 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13959
13960 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13961
13962 * print.c (print_object): Check print_depth before searching for
13963 circularities.
13964
13965 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
13966
13967 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13968 only sprintf.
13969
13970 2008-07-21 Kenichi Handa <handa@m17n.org>
13971
13972 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13973
13974 2008-07-20 Andreas Schwab <schwab@suse.de>
13975
13976 * syntax.c (find_start_pos, find_start_value)
13977 (find_start_value_byte, find_start_begv, find_defun_start)
13978 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13979
13980 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13981
13982 * s/sol2-3.h: Insert contents of s/sol2.h.
13983 (LD_SWITCH_SYSTEM): Remove redundant definition.
13984 * s/sol2.h: Remove, unused.
13985
13986 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13987
13988 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13989
13990 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13991
13992 * Makefile.in (ns_appdir): Fix typo in find command.
13993
13994 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13995
13996 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13997
13998 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13999 added not supported anymore.
14000
14001 * s/usg5-4-2.h (LIBS_SYSTEM):
14002 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14003
14004 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14005 * s/lynxos.h (GETPGRP_NO_ARG):
14006 * s/hpux10-20.h (NO_SIOCTL_H):
14007 * s/gnu.h (GETPGRP_NO_ARG):
14008 * s/gnu-linux.h (NO_SIOCTL_H):
14009 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14010 * s/cygwin.h (GETPGRP_NO_ARG):
14011 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14012 (C_DEBUG_SWITCH): Remove duplicate definition.
14013
14014 * m/ibms390.h: Remove boilerplate comments.
14015
14016 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14017
14018 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14019 (wait_reading_process_output): Remove code for SunOS, platform not
14020 supported anymore. Use SOLARIS2 instead of sun.
14021
14022 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14023
14024 * font.c (font_open_by_name): Under NS, default lface height to zero.
14025 (font_open_for_lface): Under NS, set size based on frame fontsize.
14026 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14027 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14028
14029 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14030
14031 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14032 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14033 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14034 YES/NO.
14035 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14036 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14037 * Makefile.in (clean): Clear out build destination dir.
14038
14039 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14040
14041 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14042 xterm, xselect.
14043 * lisp.h: Remove declaration of hash_remove.
14044 * nsgui.h: Remove redefinitions of hash_remove.
14045 * fns.c (hash_remove): Rename to hash_remove_from_table.
14046
14047 2008-07-19 Seiji Zenitani <zenitani@mac.com>
14048
14049 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14050 strdup() the family UTF8String before modifying it.
14051
14052 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14053
14054 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14055 NS_FACE_BACKGROUND with 0 instead of nil.
14056 * nsfont.m (nsfont_draw): Same.
14057
14058 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
14059
14060 * nsfns.m (ns_set_background_color): Fix crash.
14061
14062 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
14063
14064 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14065
14066 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14067
14068 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14069
14070 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14071
14072 * gtkutil.c: Include <config.h> instead of "config.h".
14073
14074 * lisp.h (Foverlay_buffer): Add EXFUN.
14075
14076 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14077 child process to complete child_setup. Undo 2005-09-21 change.
14078
14079 * s/darwin.h: Mention setsid after vfork.
14080
14081 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14082
14083 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14084 Depend on macgui.h.
14085
14086 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14087 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14088
14089 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14090 and f19.
14091 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14092
14093 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14094 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14095 Remove enumerators.
14096
14097 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14098 Check if FACE_FROM_ID returns NULL.
14099
14100 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14101
14102 * w32inevt.c (change_frame_size): Remove extern declaration.
14103 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14104 change_frame_size.
14105
14106 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14107
14108 * getloadavg.c: Revert last change (2008-07-15).
14109
14110 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14111
14112 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14113 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14114 from configure.
14115
14116 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14117
14118 * s/sol2.h:
14119 * s/sol2-4.h: Reorganize conditionals.
14120
14121 * ecrt0.c: Remove code depending on m68000, not used anymore.
14122
14123 * fns.c (hash_remove): Make static.
14124 * lisp.h (hash_remove): Don't prototype.
14125
14126 * m/ibmrs6000.h:
14127 * m/ibms390x.h:
14128 * m/macppc.h: Remove boilerplate comments.
14129
14130 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14131 Solaris, which does not need them.
14132
14133 * m/vax.h: Remove comments about unsupported systems.
14134
14135 * s/darwin.h: Reorganize ifdefs.
14136
14137 2008-07-17 Andreas Schwab <schwab@suse.de>
14138
14139 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14140
14141 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14142
14143 Use SDATA. Follow coding convention of placing operators at
14144 beginning of next line rather than end of previous line, and placing
14145 spaces around infix operators.
14146
14147 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14148 in case it was defined already.
14149 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14150 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14151 ns_default.
14152 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14153 Lisp_Objects.
14154 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14155 (ns_defined_color, ns_color_to_lisp): Declare.
14156 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14157 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14158 it's accepted even with USE_LISP_UNION_TYPE.
14159 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14160 (update_frame_tool_bar): Remove apparently obsolete tests for
14161 non-integerness of f->tool_bar_lines.
14162 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14163 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14164 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14165 (nsfont_open): Don't confuse NULL for Qnil.
14166 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14167 * menu.h (find_and_call_menu_selection):
14168 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14169 (find_and_return_menu_selection): Always return something.
14170 * frame.h: Include dispextern.h for Display_Info.
14171 (display_x_get_resource): Declare.
14172
14173 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14174
14175 * syntax.c: Remove stdio.h include accidentally introduced in
14176 Emacs.app commit.
14177 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14178 NS_IMPL_COCOA.
14179 * keyboard.c (handle_async_input, input_available_signal): Remove
14180 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14181
14182 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14185 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14186 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14187 Use SDATA.
14188
14189 * keymap.c: Remove all NS-specific code.
14190 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14191 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14192 where_is_preferred_modifier, return a different value depending on how
14193 preferred is the binding.
14194 (where_is_internal): Adjust accordingly.
14195 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14196 Adjust to new preferred_sequence_p.
14197 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14198 * keyboard.c (parse_solitary_modifier): Not static any more.
14199 * keyboard.h (parse_solitary_modifier): Declare.
14200
14201 2008-07-16 Andreas Schwab <schwab@suse.de>
14202
14203 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14204 of easymenu.
14205
14206 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
14207
14208 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14209 that we don't move off the line.
14210
14211 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * keyboard.c (Qsuper): Remove.
14214 (parse_menu_item): Don't call where_is_internal specially for NS.
14215
14216 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14217
14218 * s/gnu-linux.h: Remove boilerplate comments.
14219
14220 * m/alpha.h (__ELF__): Consolidate conditions.
14221
14222 * m/m68k.h (linux): Use GNU_LINUX instead.
14223 Remove boilerplate comments.
14224
14225 * m/intel386.h: Undo refactoring from previous change.
14226 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14227 too, remove dead code.
14228 (linux): Use GNU_LINUX instead.
14229
14230 2008-07-16 Jason Rumney <jasonr@gnu.org>
14231
14232 * w32gui.h: Repeat 26 June changes lost by last change.
14233
14234 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14235
14236 * systty.h: Remove code for Aix on 386, unsupported platform.
14237
14238 * s/ms-w32.h: Remove boilerplate comments.
14239 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14240
14241 * s/gnu-linux.h (TERM): Remove support.
14242 (HAVE_SYSVIPC): Remove, unused.
14243 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14244 for this system.
14245
14246 * process.c: Remove support for IRIS, unused.
14247 Remove support for TERM, not relevant anymore.
14248
14249 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14250 used with the definition.
14251
14252 * s/aix4-2.h (static): Do not undef.
14253
14254 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14255 only used on Aix.
14256 (HAVE_SYSVIPC): Remove, unused.
14257
14258 * m/hp800.h (CANNOT_DUMP): Do not undef.
14259
14260 * m/alpha.h: Fix comment.
14261
14262 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14263 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14264 used by this configuration.
14265 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14266 * unexec.c: Remove code depending on HPUX and
14267 USG_SHARED_LIBRARIES, not used with this file. Remove code
14268 depending on IRIS, unused. Remove if 0-ed code.
14269
14270 * s/template.h: Remove comments about static.
14271
14272 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14273 Remove if 0-ed code.
14274 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14275 were the same as the default.
14276 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14277 Remove boilerplate comments.
14278 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14279 (HAVE_SYSVIPC): Remove, unused.
14280 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14281
14282 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14283 Remove boilerplate comments.
14284 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14285 Remove boilerplate comments.
14286 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14287 Remove boilerplate comments.
14288 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14289
14290 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14291 USG systems which do not use DATA_SEG_BITS.
14292 Refactor code. Remove boilerplate comments.
14293
14294 * m/ibms390.h:
14295 * m/m68k.h:
14296 * s/bsd-common.h:
14297 * s/cygwin.h:
14298 * s/darwin.h:
14299 * s/freebsd.h:
14300 * s/gnu.h:
14301 * s/msdos.h: Remove boilerplate comments.
14302
14303 * m/iris4d.h: Remove boilerplate comments and code for systems that
14304 do not use this file.
14305 (IRIS_4D): Remove, unused.
14306
14307 * m/mips.h: Remove boilerplate comments and code for systems that
14308 do not use this file.
14309 (SIGN_EXTEND_CHAR):
14310 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14311 * unexmips.c: Remove file, unused.
14312
14313 * editfns.c (Fuser_full_name): Replace the only use of
14314 USER_FULL_NAME with its value.
14315 * config.in: Regenerate.
14316
14317 2008-07-16 David Reitter <david.reitter@gmail.com>
14318
14319 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14320 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14321
14322 2008-07-16 Glenn Morris <rgm@gnu.org>
14323
14324 * emacs.c (system-type): Doc fix.
14325
14326 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14329 If the cache doesn't work, let's fix it, rather than work around it.
14330
14331 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14332
14333 * Makefile.in: Correct additions for nsfont.o in last commit.
14334 * nsfont.m: New file (forgot last commit).
14335
14336 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14337
14338 * callproc.c (set_initial_environment): Initialize
14339 Vprocess_environment under CANNOT_DUMP (fixes crash when
14340 batch-compiling for bootstrap).
14341
14342 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14343 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14344
14345 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14346 CANNOT_DUMP case -- fix crash due to different init order.
14347
14348 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14349
14350 Changes and additions for NeXTstep windowing system (Cocoa and
14351 GNUstep) support.
14352
14353 * Makefile.in:
14354 * config.in: Support defines and build commands for NS port.
14355 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14356 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14357 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14358 windowing.
14359 (struct face): Add synth_ital field.
14360 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14361 (init_display): Initialize Vinitial_window_system to "ns" when so
14362 compiled.
14363 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14364 (display_arg): Use under NS.
14365 (main): Under NS, allocate autorelease pool and handle command line
14366 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14367 (standard_args): Add NS-specific args.
14368 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14369 * font.c (DEFAULT_ENCODING): New variable.
14370 (font_find_for_lface): Use it.
14371 (syms_of_font): Load syms_of_nsfont under NS.
14372 * font.h: Declare nsfont_driver when compiled under NS.
14373 * fontset.c: When compiling under NS, include nsterm.h.
14374 (fontset_from_font): Autoconstruct fontset under NS.
14375 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14376 symbol, document and use it.
14377 (do_switch_frame): When for_deletion under Cocoa, add
14378 Fraise_frame(Qnil).
14379 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14380 (x_get_arg): Allow "yes" and "no" as boolean values.
14381 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14382 Qright under Cocoa.
14383 (focus-follows-mouse): Default to 0 under NS.
14384 * frame.h (enum output_method): Add output_ns.
14385 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14386 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14387 (FRAME_WINDOW_P): NS-specific definition.
14388 * fringe.c (max_used_fringe_bitmap): Make public.
14389 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14390 (getloadavg): Use NeXT code under descendant OS's.
14391 * image.c (includes and header section, x_create_bitmap_from_data)
14392 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14393 (image_background_transparent, x_clear_image_1)
14394 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14395 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14396 (x_to_xcolors, x_from_xcolors, x_disable_image)
14397 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14398 other GUIs, including XPM support using code originally written for
14399 Carbon GUI.
14400 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14401 using NS API.
14402 (image_ascent): Use font metrics macros instead of direct struct field
14403 access.
14404 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14405 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14406 Also, handle NS as GTK for menu bar purposes.
14407 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14408 toolkit where they differ.
14409 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14410 use cachelist, still needed under NS.
14411 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14412 (struct widget_value): Define it here for menu.c.
14413 * keymap.c (includes): Include modifier internals.
14414 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14415 NS.
14416 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14417 support for preferring sequences using certain modifiers, specified by
14418 the FIRSTONLY argument.
14419 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14420 under NS GNUstep implementation.
14421 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14422 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14423 * menu.c: Include nsterm.h under NS.
14424 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14425 (free_menubar_widget_tree_value, update_submenu_strings)
14426 (find_and_call_menu_selection): Treat NS as X and NT.
14427 (find_and_return_menu_selection): New function, used for popup menus.
14428 * nsgui.h:
14429 * nsterm.h:
14430 * nsfns.m:
14431 * nsimage.m:
14432 * nsmenu.m:
14433 * nsselect.m:
14434 * nsterm.m: New files.
14435 * process.c (wait_reading_process_output): Under NS, call ns_select()
14436 instead of plain select().
14437 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14438 beginning of buffer.
14439 * sysselect.h (init_process): Rename when compiling under Cocoa to
14440 avoid name conflict.
14441 * termhooks.h (display_info): Add ns_display_info to union.
14442 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14443 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14444 COCOA environment.
14445 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14446 unexec() signature. (Note, this will dump, but the resulting file
14447 crashes; unexosx is used instead; keeping around for reference and
14448 possible aid in getting dump working under GNUstep.)
14449 * w32gui.h (button_type, widget_value): Remove definitions (now in
14450 keyboard.h).
14451 * window.c: Include nsterm.h when compiling under NS.
14452 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14453 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14454 other GUI windowing systems.
14455 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14456 GTK.
14457 (x_consider_frame_title): Under NS, set icon type and frame
14458 modified-state indicator; use ns_set_name_as_filename() when using
14459 formatted title.
14460 (update_window_cursor): Make public when compiling under NS.
14461 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14462 (hourglass_atimer, Vhourglass_delay
14463 * xfaces.c (header section, init_frame_faces, clear_font_table)
14464 (defined_color, unload_color, x_face_list_fonts)
14465 (prepare_face_for_display): Add NS support parallel to other GUIs.
14466 Emulate GCs like other non-X GUIs.
14467 (split_font_name): Don't lowercase font name under NS.
14468 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14469 under NS.
14470 * s/darwin.h: Add support for compilation under NS.
14471
14472 2008-07-15 Jason Rumney <jasonr@gnu.org>
14473
14474 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14475 (w32_show_hourglass): Rename from show_hourglass.
14476 (w32_hide_hourglass): Rename from hide_hourglass.
14477 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14478 (Vhourglass_delay): Declare extern.
14479 (hourglass_started): Remove.
14480
14481 * xdisp.c (Vhourglass_delay): Remove static.
14482 (hourglass_started, start_hourglass, cancel_hourglass):
14483 Don't include these versions on WINDOWSNT.
14484
14485 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14486
14487 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14488 variables (formerly in xfns.c).
14489 (show_hourglass, hide_hourglass): New prototypes (same).
14490 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14491 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14492 in xfns.c).
14493 (syms_of_xdisp): Declare/initialize display-hourglass,
14494 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14495 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14496 formerly in xfns.c.
14497 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14498 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14499 (start_hourglass, cancel_hourglass): Remove.
14500 (show_hourglass, hide_hourglass): Remove prototypes and static
14501 modifiers.
14502 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14503 hourglass_atimer, hourglass_shown_p declaration/initialization.
14504 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14505 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14506 (start_hourglass, cancel_hourglass): Remove.
14507 (show_hourglass, hide_hourglass): Remove prototypes and static
14508 modifiers.
14509 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14510 hourglass_atimer, hourglass_shown_p declaration/initialization.
14511 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14512 (DEFAULT_HOURGLASS_DELAY): Remove.
14513 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14514 hourglass_shown_p declaration/initialization.
14515
14516 2008-07-14 Jason Rumney <jasonr@gnu.org>
14517
14518 * w32fns.c (w32_get_arg): Remove wrapper function.
14519 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14520 directly.
14521 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14522
14523 2008-07-14 Kenichi Handa <handa@m17n.org>
14524
14525 * xfont.c (xfont_open): Add workaround for X's bug.
14526
14527 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14528
14529 * fontset.c: Include <stdio.h> unconditionally.
14530
14531 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14532
14533 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14534 for filtering.
14535
14536 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14537
14538 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14539
14540 * m/macppc.h:
14541 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14542
14543 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14544 (SPECIAL_EMACS_INT):
14545 * m/ia64.h (SPECIAL_EMACS_INT):
14546 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14547 * s/gnu.h (NLIST_STRUCT):
14548 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14549 * s/gnu-linux.h (LINUX):
14550 * s/msdos.h (HAVE_FACES):
14551 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14552
14553 * systty.h:
14554 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14555 anymore.
14556
14557 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14558
14559 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14560 always defined as int.
14561
14562 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14563 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14564 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14565 * s/freebsd.h (HAVE_WAIT_HEADER):
14566 * s/bsd-common.h (HAVE_UNION_WAIT):
14567 * s/aix4-2.h (HAVE_WAIT_HEADER):
14568 * m/mips.h (HAVE_UNION_WAIT):
14569 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14570 (COFF, static): Do not define, they are undefined later in the file.
14571
14572 * process.c (update_status): Don't use a union.
14573 (status_convert):
14574 (sigchld_handler): Use int instead of WAITTYPE.
14575
14576 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * indent.c (Fvertical_motion): Restore hscroll before moving to
14579 goal column.
14580
14581 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14582
14583 * lisp.h: Remove left over code.
14584
14585 2008-07-11 Andreas Schwab <schwab@suse.de>
14586
14587 * lisp.h: Fix logic in last change.
14588
14589 * menu.h: New file.
14590 * menu.c: Include it.
14591 * xmenu.c: Likewise.
14592 * Makefile.in: Update dependencies.
14593
14594 2008-07-11 Kenichi Handa <handa@m17n.org>
14595
14596 * fontset.c (fontset_from_font): Cancel the previous change.
14597
14598 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14599
14600 * lisp.h:
14601 * w32heap.c:
14602 * emacs.c:
14603 * alloc.c: Replace all references of NO_UNION_TYPE with
14604 USE_LISP_UNION_TYPE.
14605
14606 * m/xtensa.h (NO_UNION_TYPE):
14607 * m/vax.h (NO_UNION_TYPE):
14608 * m/template.h (NO_UNION_TYPE):
14609 * m/sparc.h (NO_UNION_TYPE):
14610 * m/mips.h (NO_UNION_TYPE):
14611 * m/macppc.h (NO_UNION_TYPE):
14612 * m/m68k.h (NO_UNION_TYPE):
14613 * m/iris4d.h (NO_UNION_TYPE):
14614 * m/intel386.h (NO_UNION_TYPE):
14615 * m/ibms390x.h (NO_UNION_TYPE):
14616 * m/ibms390.h (NO_UNION_TYPE):
14617 * m/ibmrs6000.h (NO_UNION_TYPE):
14618 * m/ia64.h (NO_UNION_TYPE):
14619 * m/hp800.h (NO_UNION_TYPE):
14620 * m/arm.h (NO_UNION_TYPE):
14621 * m/amdx86-64.h (NO_UNION_TYPE):
14622 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14623 defining it the same.
14624
14625 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14626
14627 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14628
14629 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14630
14631 * fileio.c:
14632 * sysdep.c:
14633 * systty.h:
14634 * m/ibmrs6000.h:
14635 * m/iris4d.h:
14636 * s/aix4-2.h:
14637 * s/freebsd.h:
14638 * s/gnu-linux.h:
14639 * s/hpux10-20.h:
14640 * s/hpux11.h:
14641 * s/netbsd.h:
14642 * s/sol2-3.h:
14643 * s/sol2-4.h:
14644 * s/sol2.h:
14645 * s/usg5-4.h:
14646 * s/vms.h: Remove references to unused variables.
14647
14648 2008-07-10 Andreas Schwab <schwab@suse.de>
14649
14650 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14651 pattern before matching the generic family.
14652
14653 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14654
14655 * unexec.c:
14656 * s/vms.h:
14657 * s/usg5-4-2.h:
14658 * s/sol2-5.h:
14659 * s/freebsd.h:
14660 * s/darwin.h: Remove dead code.
14661
14662 * m/template.h:
14663 * m/sparc.h:
14664 * m/mips.h:
14665 * m/m68k.h:
14666 * m/iris4d.h:
14667 * m/intel386.h:
14668 * m/ibms390x.h:
14669 * m/ibms390.h:
14670 * m/ia64.h:
14671 * m/hp800.h:
14672 * m/arm.h:
14673 * m/amdx86-64.h: Remove dead code and references to unused
14674 and compiler defined symbols.
14675
14676 * unexmips.c:
14677 * unexelf.c: Remove references to desupported systems.
14678
14679 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14680
14681 * m/powermac.h: Remove boilerplate comments.
14682 (NO_REMAP): Remove unused definition.
14683
14684 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14685 define them.
14686
14687 2008-07-10 Kenichi Handa <handa@m17n.org>
14688
14689 * xfont.c (xfont_open): Log the reason of failure.
14690
14691 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 * fontset.c (fontset_get_font_group):
14694 * font.c (font_check_otf): Specify argument types.
14695
14696 2008-07-09 Kenichi Handa <handa@m17n.org>
14697
14698 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14699 non-ASCII char is found.
14700
14701 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14702 (reorder_font_vector): Change the arg preferred_family to font.
14703 Prefer the spec matching with font.
14704 (fontset_get_font_group): New function.
14705 (fontset_find_font): Change the format of an element of a realized
14706 fontset. Use fontset_get_font_group.
14707 (fontset_font): Try the current fontset, the default fontset, the
14708 fallbacks of the current fontset, and the fallbacks of the default
14709 fontset in this order.
14710 (face_for_char): Delete the shortcut to use the current font.
14711 (fontset_from_font): Don't set fonts for Latin in the fontset.
14712
14713 * font.h (font_make_object, font_match_p): Adjust prototypes.
14714
14715 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14716
14717 * font.c (font_make_object): New arg entity and pixelsize.
14718 (font_check_otf_features, font_check_otf): New functions.
14719 (font_match_p): Check :lang, :script, and :otf properties.
14720
14721 * xfont.c (xfont_open): Adjust it for the change of
14722 font_make_object.
14723 (xfont_text_extents): Fix initial setting of metrics.
14724
14725 * ftfont.c (struct ftfont_info): New member index, delete member
14726 fc_charset_idx. Make the member order compatible with struct
14727 xftfont_info.
14728 (fc_charset_table): Change charset names to registry names.
14729 (ftfont_pattern_entity): Delete the args registry and
14730 fc_charset_idx. Change the value of :font-entity property
14731 to (FONTNAME . INDEX). Always set :registry property to
14732 `iso10646-1'.
14733 (struct ftfont_cache_data): New struct.
14734 (ftfont_lookup_cache): New arg for_face.
14735 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14736 (ftfont_driver): Set the member otf_capability.
14737 (ftfont_get_charset): Adjust it for the change of
14738 fc_charset_table.
14739 (OTF_TAG_SYM): New macro.
14740 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14741 for the change of fc_charset_table.
14742 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14743 ftfont_pattern_entity. Add FC_INDEX to objset.
14744 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14745 and ftfont_pattern_entity.
14746 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14747 font_make_object, struct ftfont_info.
14748 (ftfont_has_char): Use ftfont_get_fc_charset.
14749 (ftfont_otf_features, ftfont_otf_capability): New functions.
14750 (ftfont_shape): Use ftfont_get_otf.
14751 (ftfont_text_extents): Fix initial setting of metrics.
14752
14753 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14754 member order compatible with struct ftfont_info.
14755 (xftfont_open): Add FC_CHARSET to the pattern. Set
14756 xftfont_info->ft_size. Don't unlock the face. Check BDF
14757 properties if appropriate.
14758 (xftfont_close): Unlock the face.
14759 (xftfont_anchor_point, xftfont_shape): Deleted.
14760 (syms_of_xftfont): Don't set members anchor_point and shape of
14761 xftfont_driver.
14762
14763 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14764 font_make_object.
14765
14766 * w32font.c (w32font_open): Adjust it for the change of
14767 font_make_object.
14768 (w32font_open_internal): Don't set properties of font_object here.
14769
14770 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * macfns.c (x_create_tip_frame):
14773 * w32fns.c (x_create_tip_frame):
14774 * xfns.c (x_create_tip_frame): Pass parameter argument to
14775 face-set-after-frame-default.
14776
14777 * xfaces.c (Finternal_merge_in_global_face): Save merged
14778 attributes for the default face back into the face vector.
14779
14780 2008-07-08 Andreas Schwab <schwab@suse.de>
14781
14782 * fontset.h: Declare fontset_from_font. Don't declare
14783 new_fontset_from_font and fontset_from_font_name.
14784 * xterm.c: Include "fontset.h".
14785 * Makefile.in (xterm.o): Update dependencies.
14786
14787 2008-07-08 Glenn Morris <rgm@gnu.org>
14788
14789 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14790 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14791
14792 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14793
14794 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14795 (x_set_frame_parameters): Don't bind it.
14796
14797 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14798
14799 * w32fns.c (map_w32_filename): Declare extern.
14800
14801 2008-07-07 Jason Rumney <jasonr@gnu.org>
14802
14803 * w32term.c (WS_EX_LAYERED): Define if not already.
14804
14805 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14806
14807 * xfaces.c (set_font_frame_param): Don't try to set the font
14808 parameter if it is still unspecified in the lface.
14809
14810 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14813 face if it didn't already exist.
14814
14815 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14816
14817 2008-07-05 Andreas Schwab <schwab@suse.de>
14818
14819 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14820
14821 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14822
14823 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14824 word-wrapping.
14825 (IT_DISPLAYING_WHITESPACE): New macro.
14826 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14827 when word-wrapping. Simplify word-wrapping logic. Use correct
14828 pixel positions when saving copies of the iterator.
14829 (display_line): Use proper wrap point if the last character on a
14830 line was preceded by whitespace.
14831
14832 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14835
14836 2008-07-04 Kenichi Handa <handa@m17n.org>
14837
14838 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14839
14840 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14841
14842 2008-07-02 Jason Rumney <jasonr@gnu.org>
14843
14844 * xfns.c (syms_of_xfns): Only define x-select-font when both
14845 HAVE_FREETYPE and USE_GTK.
14846
14847 * xdisp.c (next_element_from_display_vector): Move assignment out
14848 of if statement.
14849
14850 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14851
14852 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14853
14854 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14855 (syms_of_fileio): Initialize and export them.
14856 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14857
14858 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14859 (Fsystem_move_file_to_trash): New function.
14860 (syms_of_w32fns): Export it to lisp.
14861
14862 2008-07-01 Jason Rumney <jasonr@gnu.org>
14863
14864 * w32font.c (w32font_text_extents): Don't count overhang as part
14865 of width.
14866
14867 2008-06-30 Miles Bader <miles@gnu.org>
14868
14869 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14870 Add `avoid_cursor_p' field.
14871
14872 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14873 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14874 (append_glyph, append_composite_glyph, produce_image_glyph)
14875 (append_stretch_glyph): Initialize avoid_cursor_p.
14876 (get_it_property): Rename from `get_line_height_property'.
14877 (x_produce_glyphs): Use get_it_property.
14878 (handle_line_prefix, push_display_prop): New functions.
14879 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14880 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14881 New variables.
14882 (syms_of_xdisp): Initialize them.
14883
14884 2008-06-30 Kenichi Handa <handa@m17n.org>
14885
14886 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14887 XftDefaultSubstitute (they are called in XftFontMatch).
14888 (xftfont_open): Fix args to ftfont_font_format.
14889
14890 * ftfont.c (fc_charset_table): New member lang.
14891 (ftfont_resolve_generic_family): New arg pattern.
14892 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14893 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14894 (ftfont_open): Fix args to ftfont_font_format.
14895 (ftfont_font_format): New arg filename.
14896
14897 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14898
14899 * xfaces.c (Finternal_merge_in_global_face): If default face was
14900 modified, realize it again. Update the font face attribute.
14901
14902 2008-06-29 Jason Rumney <jasonr@gnu.org>
14903
14904 * w32term.c (x_set_frame_alpha): Fix logic.
14905
14906 2008-06-29 Kenichi Handa <handa@m17n.org>
14907
14908 * fontset.c (Finternal_char_font): Return font-object instead of
14909 font-name.
14910
14911 * composite.c (get_composition_id): Fix the width calculation for TAB.
14912
14913 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 * indent.c (Fvertical_motion): Properly handle float column arg.
14916
14917 2008-06-28 Jason Rumney <jasonr@gnu.org>
14918
14919 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14920 (pfnSetLayeredWindowAttributes): New function pointer.
14921 (w32_initialize): Initialize it when supported.
14922 (x_set_frame_alpha): New function.
14923
14924 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14925 (w32_frame_parm_handlers): Set alpha handler.
14926
14927 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14928
14929 2008-06-27 Jason Rumney <jasonr@gnu.org>
14930
14931 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14932 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14933 (w32_to_x_charset, x_to_w32_charset)
14934 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14935 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14936 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14937 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14938 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14939 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14940 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14941 (Qw32_charset_unicode): Remove.
14942 (syms_of_w32fns): Update for above changes.
14943
14944 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14945 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14946 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14947 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14948 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14949 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14950 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14951 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14952 (syms_of_w32font): Update for above changes.
14953
14954 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14955
14956 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14957 removed #if.
14958 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14959
14960 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14961 Eli Zaretskii <eliz@gnu.org>
14962
14963 * makefile.w32-in (LOCAL_FLAGS):
14964 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14965
14966 * sysdep.c (_spawnlp, _getpid):
14967 Declare with explicit _cdecl instead of _CRTAPI1.
14968
14969 * editfns.c (Fget_internal_run_time):
14970 Check for WINDOWSNT with #ifdef, not #if.
14971
14972 2008-06-26 Jason Rumney <jasonr@gnu.org>
14973
14974 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14975
14976 * w32term.c (x_draw_glyph_string_foreground)
14977 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14978 Use FONT_HANDLE macro.
14979 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14980
14981 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14982 (uniscribe_encode_char): Use FONT_HANDLE macro.
14983
14984 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14985 (w32font_text_extents): Use precast w32_font.
14986 (w32font_close): Free cached metrics.
14987 (w32font_open_internal): Allocate space for name on stack.
14988
14989 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
14990
14991 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14992
14993 2008-06-26 Jason Rumney <jasonr@gnu.org>
14994
14995 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14996 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14997
14998 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15001
15002 2008-06-26 Jason Rumney <jasonr@gnu.org>
15003
15004 * w32bdf.c, w32bdf.h: Remove obsolete files.
15005
15006 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15007
15008 * w32gui.h: Don't include w32bdf.h.
15009 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15010 Remove obsolete font support.
15011
15012 * w32font.h (struct w32font_info): Remove compat_w32_font.
15013 Add hfont member.
15014 (FONT_COMPAT): Remove obsolete macro.
15015
15016 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15017 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15018 (w32font_open_internal): Remove compat code. Set new hfont member.
15019 (Fx_select_font): Use new hfont member.
15020
15021 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15022 (uniscribe_encode_char): Use new hfont member.
15023
15024 * w32term.c (x_draw_glyph_string_foreground)
15025 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15026 (x_draw_glyph_string): Use metrics in w32font_info.
15027
15028 2008-06-26 Kenichi Handa <handa@m17n.org>
15029
15030 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15031
15032 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15033
15034 * unexnext.c:
15035 * m/ews4800.h:
15036 * m/hp9000s300.h:
15037 * m/ibm370aix.h:
15038 * m/mips-siemens.h:
15039 * m/ncr386.h:
15040 * m/next.h:
15041 * m/pmax.h:
15042 * m/powerpcle.h:
15043 * m/tandem-s2.h:
15044 * s/386bsd.h:
15045 * s/bsd386.h:
15046 * s/bsd4-1.h:
15047 * s/bsd4-2.h:
15048 * s/bsdos2-1.h:
15049 * s/bsdos2.h:
15050 * s/bsdos3.h:
15051 * s/bsdos4.h:
15052 * s/nextstep.h:
15053 * s/ultrix4-3.h:
15054 * s/usg5-0.h:
15055 * s/usg5-2-2.h:
15056 * s/usg5-2.h:
15057 * s/usg5-4-3.h:
15058 * s/ux4800.h:
15059 * s/uxpds.h:
15060 * s/uxpv.h: Remove support for obsolete systems.
15061 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15062 Remove, insert contents in s/hpux10-20.h.
15063 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15064 Remove, insert contents in s/aix4-2.h.
15065 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15066 * s/bsd4-3.h: Rename to ...
15067 * s/bsd-common.h: ... this.
15068 * data.c:
15069 * doc.c:
15070 * ecrt0.c:
15071 * emacs.c:
15072 * fileio.c:
15073 * floatfns.c:
15074 * keyboard.c:
15075 * mem-limits.h:
15076 * print.c:
15077 * process.c:
15078 * sysdep.c:
15079 * syssignal.h:
15080 * systty.h:
15081 * syswait.h:
15082 * term.c:
15083 * unexec.c:
15084 * unexelf.c:
15085 * unexhp9k800.c:
15086 * m/hp800.h:
15087 * m/ibmrs6000.h:
15088 * m/mips.h:
15089 * m/vax.h:
15090 * s/darwin.h:
15091 * s/freebsd.h:
15092 * s/gnu.h:
15093 * s/ms-w32.h:
15094 * s/msdos.h:
15095 * s/netbsd.h:
15096 * s/template.h: Remove references to obsolete variables.
15097
15098 * Makefile.in: Add dependencies for all unexec files.
15099 (admindir): Remove unused variable.
15100 (UNEXEC_SRC): Remove references.
15101
15102 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
15103
15104 * xfns.c (x_default_font_parameter): If Xft is available, first
15105 try Monospace-12 for the default font.
15106
15107 2008-06-25 Jason Rumney <jasonr@gnu.org>
15108
15109 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15110
15111 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15114
15115 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15116
15117 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
15118
15119 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15120 <scroll-conservatively>: Fix typo in docstring.
15121
15122 * xselect.c (Fx_send_client_event): Doc fix.
15123
15124 2008-06-25 Kenichi Handa <handa@m17n.org>
15125
15126 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15127
15128 * font.c (font_parse_fcname): Remove unused variables.
15129 (font_sort_entites): Delete the arg SPEC. Caller changed.
15130 Fix for the case of ! best_only.
15131 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15132
15133 * lisp.h (Fstring_to_unibyte): EXFUN it.
15134
15135 * character.h (str_to_unibyte): Extern it.
15136
15137 * character.c (str_to_unibyte): New function.
15138
15139 * fns.c (Fstring_to_unibyte): New function.
15140 (syms_of_fns): Defsubr it.
15141
15142 2008-06-24 Kenichi Handa <handa@m17n.org>
15143
15144 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15145 DPI too.
15146 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15147
15148 2008-06-24 Andreas Schwab <schwab@suse.de>
15149
15150 * Makefile.in (${lispsource}loaddefs.el): Rename from
15151 ../lisp/loaddefs.el.
15152 (bootstrap-clean): Do what distclean does but don't remove
15153 Makefile.
15154 (distclean): Depend on bootstrap-clean and remove Makefile.
15155
15156 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
15157
15158 * buffer.h (struct buffer): New member word_wrap.
15159
15160 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15161 word-wrap.
15162 (init_buffer_once): Initialize them.
15163
15164 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15165 line_wrap enum possessing three possible values.
15166
15167 * termopts.h: Replace truncate_partial_width_windows with
15168 Vtruncate_partial_width_windows.
15169
15170 * dispnew.c (direct_output_for_insert): Avoid direct output when
15171 inserting a space with word wrap on.
15172
15173 * indent.c (compute_motion): Obey integer values of
15174 truncate-partial-width-windows.
15175
15176 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15177 replacing truncate_partial_width_windows.
15178 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15179 truncate only if the window width is below that integer.
15180 (start_display, resize_mini_window, produce_stretch_glyph)
15181 (display_string, move_it_in_display_line_to): Use line_wrap.
15182 (back_to_previous_visible_line_start, reseat_1): Reset
15183 string_from_display_prop_p.
15184 (display_line): Extend default face to end of line when wrapping.
15185
15186 2008-06-24 Kim F. Storm <storm@cua.dk>
15187
15188 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15189 to wrap continued lines at word boundaries.
15190
15191 2008-06-24 Jason Rumney <jasonr@gnu.org>
15192
15193 * font.c (Ffont_face_attributes): Multiply pixel size before point
15194 conversion to avoid multiplying rounding error.
15195
15196 2008-06-23 Jason Rumney <jasonr@gnu.org>
15197
15198 * w32term.c (x_draw_glyph_string_background)
15199 (x_draw_glyph_string): Remove old bdf font code.
15200
15201 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15202
15203 2008-06-22 Kenichi Handa <handa@m17n.org>
15204
15205 * font.c (font_find_for_lface): Try the adstyle specified in
15206 the property of LFACE_FONT of LFACE (if any).
15207
15208 2008-06-21 Seiji Zenitani <zenitani@mac.com>
15209 Ryo Yoshitake <ryo@shiftmode.net>
15210
15211 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15212
15213 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15216 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15217 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15218 (witness-emacs): Remove.
15219 (lisp, shortlisp): Move loaddefs.el earlier.
15220 (mostlyclean): Forget about witness-emacs.
15221
15222 2008-06-22 Glenn Morris <rgm@gnu.org>
15223
15224 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15225 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15226
15227 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * Makefile.in (PRECOMP): Remove.
15230 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15231 (witness-emacs): Run `compile-first'.
15232 (.el.elc): Use the new compile-onefile target.
15233
15234 2008-06-21 Kenichi Handa <handa@m17n.org>
15235
15236 * xftfont.c (xftfont_open): Handle QCembolden only when
15237 FC_EMBOLDEN is defined.
15238
15239 2008-06-21 Andreas Schwab <schwab@suse.de>
15240
15241 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15242 (.el.elc): Likewise.
15243
15244 2008-06-21 Miles Bader <miles@gnu.org>
15245
15246 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15247 build dir, not the lisp source dir.
15248
15249 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15252 (bootstrapclean): Remove.
15253 (.el.elc): New rule.
15254 (PRECOMP): New var.
15255 (../lisp/subdirs.el): Remove.
15256 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15257 (witness-emacs): New target.
15258 (mostlyclean): Remove witness-emacs as well.
15259 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15260 Add witness-emacs dependency.
15261
15262 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15265 defined by the font.
15266
15267 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15270 (bootstrap-clean): New target that keeps TAGS around.
15271 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15272 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15273
15274 2008-06-20 Jason Rumney <jasonr@gnu.org>
15275
15276 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15277 Remove obsolete font code.
15278
15279 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15280 to determine language support.
15281
15282 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * sysdep.c (cfsetspeed): New fun extracted from the code.
15285 (cfmakeraw): Move before first use.
15286
15287 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15288
15289 * sysdep.c (cfmakeraw): Provide fallback implementation.
15290 (serial_configure): Provide fallback implementation of cfsetspeed.
15291
15292 2008-06-20 Kenichi Handa <handa@m17n.org>
15293
15294 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15295 the pattern.
15296
15297 * fontset.c (fontset_from_font): Copy font_spec before changing
15298 the elements.
15299
15300 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15301
15302 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15305 for explicit `font' parameters.
15306
15307 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15308
15309 2008-06-19 Kenichi Handa <handa@m17n.org>
15310
15311 * frame.c: Include <ctype.h>.
15312 (x_set_font_backend): Allow spacing characters in the X resource
15313 for FontBackend.
15314
15315 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * w32fns.c, xfns.c (Qfont_param): New var.
15318 (syms_of_w32fns): Initialize it.
15319 (x_default_font_parameter): Record explicit `font' into
15320 `font-parameter'.
15321
15322 2008-06-18 Kenichi Handa <handa@m17n.org>
15323
15324 * font.c (font_parse_xlfd): Fix previous change.
15325 (font_parse_fcname): Don't use :fc-unknown-spec.
15326 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15327 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15328 (font_add_log): Prepend the driver name to the resulting fonts.
15329
15330 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15331 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15332 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15333
15334 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15335 (QCembolden): New variables.
15336 (syms_of_xftfont): DEFSYM them.
15337 (xftfont_open): Call XftFontMatch. Don't trust the result of
15338 XftTextExtents8 if the pixel_size is less than 5.
15339
15340 2008-06-18 Andreas Schwab <schwab@suse.de>
15341
15342 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15343 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15344
15345 2008-06-18 Jason Rumney <jasonr@gnu.org>
15346
15347 * w32font.c (w32font_list, w32font_match): Add logging.
15348
15349 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15350
15351 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15352
15353 * font.c (font_parse_fcname): Store divider characters for
15354 unknown-spec list. For known key symbols, intern using correct
15355 symbol name.
15356
15357 2008-06-17 Kenichi Handa <handa@m17n.org>
15358
15359 * xfaces.c (realize_default_face): If the frame is not on window
15360 system, set the fontset of face to nil.
15361
15362 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15363
15364 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15365
15366 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15367
15368 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15369 (build_font_name_from_vector): Delete externs.
15370
15371 * xfaces.c (struct font_name): Don't declare.
15372
15373 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15376
15377 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15380
15381 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15382
15383 * font.c (Ffont_spec): Fix usage in docstring.
15384 (Ffont_face_attributes): Doc fix.
15385
15386 2008-06-16 Andreas Schwab <schwab@suse.de>
15387
15388 * font.c (Ffont_face_attributes): Fix definition.
15389
15390 2008-06-16 Jason Rumney <jasonr@gnu.org>
15391
15392 * font.h (font_style_symbolic_from_value): Remove.
15393
15394 * font.c (font_style_symbolic_from_value): Remove.
15395 (font_style_symbolic): Revert to pre 2008-06-13 version.
15396
15397 * w32font.c (w32_to_fc_weight): New function.
15398 (w32font_full_name, logfont_to_fcname): Use it.
15399
15400 2008-06-16 Kenichi Handa <handa@m17n.org>
15401
15402 * font.c (font_check_object): Delete it.
15403 (font_clear_cache): Check if a font-object is alive.
15404 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15405 font-object to nil.
15406 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15407 (font_at): Don't call font_check_object.
15408 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15409
15410 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15411
15412 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15413
15414 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15415
15416 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15417
15418 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15419
15420 * font.c (font_parse_fcname): Only one decimal point.
15421 (font_unparse_fcname): Handle data in family and foundry indices
15422 as symbols, not strings.
15423 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15424
15425 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15426
15427 * font.h (font_unparse_gtkname): Add prototype.
15428
15429 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15430
15431 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15432
15433 2008-06-15 Andreas Schwab <schwab@suse.de>
15434
15435 * font.c (font_update_drivers): Fix crash when no drivers match.
15436
15437 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15440 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15441
15442 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15443
15444 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15445
15446 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15447
15448 * process.c (Fserial_process_configure, Fprocess_send_eof):
15449 Use EQ to compare Lisp_Objects.
15450
15451 2008-06-13 Jason Rumney <jasonr@gnu.org>
15452
15453 * w32fns.c (Fw32_select_font): Remove old font API function.
15454
15455 * w32font.c (logfont_to_fcname): New function.
15456 (Fx_select_font): New font dialog function compatible with
15457 GTK/fontconfig version.
15458
15459 * font.c (font_style_symbolic_from_value): New function.
15460 (font_style_symbolic): Use it.
15461
15462 * font.h (font_style_symbolic_from_value): Declare new function.
15463
15464 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15465
15466 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15467 <font-width-table>: Fix typos in docstrings.
15468
15469 2008-06-13 Daniel Engeler <engeler@gmail.com>
15470
15471 These changes add serial port access.
15472 * process.c: Add HAVE_SERIAL.
15473 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15474 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15475 (list_processes_1, select_wrapper, Fstop_process)
15476 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15477 (status_notify): Modify to handle serial processes.
15478 [HAVE_SERIAL] (Fserial_process_configure)
15479 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15480 New functions.
15481 * process.h (struct Lisp_Process): Add `type'.
15482 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15483 New functions.
15484 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15485 serial ports.
15486 (serial_open, serial_configure): New functions.
15487 * w32.h: Add FILE_SERIAL.
15488 (struct _child_process): Add ovl_read, ovl_write.
15489
15490 2008-06-13 Kenichi Handa <handa@m17n.org>
15491
15492 * dispextern.h (enum lface_attribute_index): New member
15493 LFACE_FOUNDRY_INDEX.
15494
15495 * font.c (font_score): Delete arg alternate_families. Check only
15496 weight, slant, width, and size. Ignore the difference of alias
15497 style symbols.
15498 (font_sort_entites): Adjust for the above change. Reflect the
15499 order of font-driver to scores.
15500 (font_list_entities): Don't check alternate_familes here.
15501 (font_clear_prop): Handle foundry.
15502 (font_update_lface): Don't parse "foundry-family" form here.
15503 Handle FONT_FOUNDRY_INDEX.
15504 (font_find_for_lface): Likewise. Handle alternate families here.
15505 If registry is nil, try iso8859-1 and ascii-0.
15506 (font_open_for_lface): Pay attention to size in ENTITY.
15507 (font_open_by_name): Simplify by calling font_load_for_lface.
15508 (free_font_driver_list): Delete it.
15509 (font_update_drivers): Preserve the order of backends.
15510 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15511 of font_score and font_sort_entites.
15512 (font_update_sort_order): Likewise.
15513
15514 * xfaces.c (LFACE_FOUNDRY): New macro.
15515 (check_lface_attrs): Check foundry.
15516 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15517 (merge_face_vectors): Check foundry.
15518 (merge_face_ref): Likewise.
15519 (Finternal_set_lisp_face_attribute): Likewise.
15520 (x_update_menu_appearance): Likewise.
15521 (Finternal_get_lisp_face_attribute): Likewise.
15522 (lface_hash): Likewise.
15523 (lface_same_font_attributes_p): Likewise.
15524 (x_supports_face_attributes_p): Likewise.
15525 (tty_supports_face_attributes_p): Likewise.
15526 (Finternal_set_alternative_font_family_alist): Intern strings.
15527 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15528 (realize_default_face): Set LFACE_FOUNDRY (lface).
15529
15530 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15531 font-driver at first.
15532
15533 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15534
15535 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15536
15537 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15538
15539 2008-06-12 Jim Meyering <meyering@redhat.com>
15540
15541 Make unexec_free handle NULL the same way free does.
15542 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15543
15544 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15547 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15548 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15549 (WEAK_ALIAS): Simplify.
15550 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15551 when searching a unibyte buffer.
15552
15553 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15554
15555 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15556
15557 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15558
15559 * w32font.c: Include ctype.h.
15560
15561 2008-06-11 Jason Rumney <jasonr@gnu.org>
15562
15563 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15564 misreported as space.
15565 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15566 as aliases for registry iso10646-1.
15567
15568 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * buffer.c (clone_per_buffer_values): Skip `name'.
15571
15572 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15573
15574 * font.c (font_parse_fcname): Fix last change; accept decimal
15575 points in font size.
15576
15577 2008-06-10 Jason Rumney <jasonr@gnu.org>
15578
15579 * w32uniscribe.c (add_opentype_font_name_to_list):
15580 Skip non unicode fonts.
15581
15582 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15583
15584 * xfns.c (Fx_font_dialog): New function.
15585
15586 * gtkutil.c (xg_dialog_response_cb): Rename from
15587 xg_file_response_callback.
15588 (pop_down_dialog): Rename from pop_down_file_dialog.
15589 (xg_get_file_name): Callers changed.
15590 (xg_get_font_name): New function.
15591
15592 * gtkutil.h (xg_get_font_name): Insert prototype.
15593
15594 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15595
15596 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15597 x_underline_minimum_display_offset.
15598 (syms_of_xdisp): Declare it here rather than in xterm.c.
15599 * dispextern.h (underline_minimum_offset): Declare it.
15600 * w32term.c (x_draw_glyph_string): Use it.
15601 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15602 (syms_of_xterm): Don't declare it any more.
15603 (x_draw_glyph_string): Adjust to the new name.
15604
15605 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15606
15607 * xterm.c (x_underline_minimum_display_offset): New var.
15608 (x_draw_glyph_string): Use it.
15609 (syms_of_xterm): Declare it.
15610
15611 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15612
15613 * font.c (font_parse_fcname): Accept GTK-style font names too.
15614
15615 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15616
15617 * dired.c (file_name_completion): Don't return t if the match is exact
15618 but with different capitalization.
15619 * minibuf.c (Ftry_completion): Simplify.
15620
15621 * window.c (Vwindow_point_insertion_type): New var.
15622 (set_window_buffer): Use it.
15623 (syms_of_window): Init and export it to Lisp.
15624
15625 2008-06-10 Kenichi Handa <handa@m17n.org>
15626
15627 * font.h (font_intern_prop): Prototype adjusted.
15628
15629 * font.c (font_intern_prop): New arg force_symbol.
15630 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15631 Adjust for the change of font_intern_prop.
15632
15633 * ftfont.c (ftfont_pattern_entity):
15634 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15635 (w32_registry):
15636 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15637 the change of font_intern_prop.
15638
15639 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15640
15641 * w32menu.c (digest_single_submenu): Declare extern.
15642
15643 2008-06-09 Jason Rumney <jasonr@gnu.org>
15644
15645 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15646
15647 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15648 (parse_single_submenu): Remove.
15649 (digest_single_submenu): Remove.
15650 (syms_of_w32menu): Don't initialise variables that have moved
15651 to menu.c.
15652 (set_frame_menubar): Sync with version in xmenu.c.
15653 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15654
15655 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15656 Make static again.
15657
15658 2008-06-09 Jason Rumney <jasonr@gnu.org>
15659
15660 Changes to w32 files related to the move of common menu code
15661 to menu.c on 2008-06-08 by Chong Yidong.
15662
15663 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15664 defs to w32gui.h.
15665 (single_keymap_panes, push_menu_item, push_menu_pane):
15666 Make globally visible.
15667
15668 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15669 (local_free, malloc_widget_value, free_widget_value)
15670 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15671 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15672 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15673 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15674 (menu_items, menu_items_allocated, menu_items_used)
15675 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15676 (init_menu_items, finish_menu_items, discard_menu_items)
15677 (grow_menu_items, push_submenu_start, push_submenu_end)
15678 (push_left_right_boundary, push_menu_pane, push_menu_item)
15679 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15680 (free_menubar_widget_tree_value, parse_single_submenu)
15681 (update_submenu_strings): Remove functions.
15682 (xmalloc_widget_value): Remove and declare extern.
15683
15684 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15685 (OBJ1): Build it.
15686
15687 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15688 (local_heap, local_alloc, local_free, malloc_widget_value)
15689 (free_widget_value): Define here.
15690
15691 2008-06-09 Kenichi Handa <handa@m17n.org>
15692
15693 * font.h (Qascii_0): Extern it.
15694
15695 * font.c (Qascii_0): New variable.
15696 (syms_of_font): DEFSYM it.
15697 (font_open_by_name): If the registry "iso8859-1" fails, try also
15698 "ascii-0".
15699
15700 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15701
15702 2008-06-08 Kenichi Handa <handa@m17n.org>
15703
15704 * .gdbinit (xfont): New command.
15705
15706 2008-06-08 Andreas Schwab <schwab@suse.de>
15707
15708 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15709 * Makefile.in (menu.o): Update dependencies.
15710
15711 * Makefile.in (obj): Always add menu.o.
15712 * emacs.c (main): Always call syms_of_menu.
15713 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15714
15715 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15716
15717 * Makefile.in: Compile menu.c.
15718
15719 * lisp.h: Declare syms_of_menu.
15720
15721 * emacs.c (main): Call syms_of_menu.
15722
15723 * keyboard.h: Relocate platform-independent menu definitions from
15724 xmenu.c.
15725
15726 * menu.c: New file. Relocate platform-independent menu
15727 definitions from xmenu.c. Suggested by Adrian Robert.
15728
15729 * xmenu.c: Remove platform-independent menu definitions.
15730 (menu_items, menu_items_inuse, menu_items_allocated)
15731 (menu_items_used, menu_items_n_panes)
15732 (menu_items_submenu_depth): Move to keyboard.h.
15733 (init_menu_items, finish_menu_items, unuse_menu_items)
15734 (discard_menu_items, restore_menu_items, save_menu_items)
15735 (grow_menu_items, push_submenu_start, push_submenu_end)
15736 (push_left_right_boundary, push_menu_pane, push_menu_item)
15737 (keymap_panes, single_keymap_panes, single_menu_item)
15738 (list_of_panes, list_of_items, find_and_call_menu_selection)
15739 (xmalloc_widget_value, free_menubar_widget_value_tree)
15740 (parse_single_submenu, digest_single_submenu)
15741 (update_submenu_strings): Move to menu.c.
15742
15743 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15746
15747 2008-06-06 Miles Bader <miles@gnu.org>
15748
15749 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15750 face, not frame default.
15751
15752 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15753
15754 * window.c (pop_up_windows, pop_up_frames)
15755 (display_buffer_reuse_frames, Vpop_up_frame_function)
15756 (Vdisplay_buffer_function, Veven_window_heights)
15757 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15758 (Vspecial_display_function, Vsame_window_buffer_names)
15759 (Vsame_window_regexps, split_height_threshold)
15760 (Vsplit_window_preferred_function): Move those vars to window.el.
15761 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15762 (Fdisplay_buffer): Move those functions to window.el.
15763 (syms_of_window): Remove corresponding declarations.
15764 (display_buffer): New function.
15765 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15766 * dispnew.c (Flast_nonminibuf_frame): New function.
15767 * buffer.c (Fpop_to_buffer): Move to window.el.
15768
15769 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15770
15771 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15772
15773 2008-06-05 Kenichi Handa <handa@m17n.org>
15774
15775 * coding.c (detect_coding): Fix previous change.
15776 (detect_coding_system): Likewise.
15777
15778 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15781
15782 * keymap.c (Vminibuffer_local_filename_must_match_map):
15783 Rename from Vminibuffer_local_must_match_filename_map.
15784 (syms_of_keymap):
15785 * minibuf.c (Fcompleting_read): Adjust accordingly.
15786 * commands.h: Rename declaration as well.
15787
15788 2008-06-05 Kenichi Handa <handa@m17n.org>
15789
15790 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15791 family name.
15792 (Ffont_put): Likewise.
15793
15794 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15795 current font-spec.
15796
15797 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15798 is unspecified.
15799
15800 * xfaces.c (realize_x_face): If the font-related face attributes
15801 are the same as those of default face, realize a new fontset from
15802 default->fontset.
15803 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15804
15805 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15806
15807 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15808 (move_it_in_display_line): New wrapper.
15809
15810 * window.c (window_scroll_pixel_based_preserve_x)
15811 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15812 (window_scroll_pixel_based, window_scroll_line_based):
15813 Use them to preserve column positions.
15814 (syms_of_window): Initialize them.
15815
15816 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15817 (HPOS . VPOS) pair.
15818
15819 * dispextern.h (move_it_in_display_line): Declare.
15820
15821 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15822
15823 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15824 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15825 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15826
15827 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15828
15829 * window.c (Fset_window_parameter): Doc fix.
15830 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15831
15832 2008-06-04 Joakim Verona <joakim@verona.se>
15833
15834 * window.h (struct window): Add new member window_parameters.
15835
15836 * window.c (Fwindow_parameters, Fwindow_parameter)
15837 (Fset_window_parameter): New defuns.
15838 (syms_of_window): Defsubr the new defuns.
15839 (make_window): Initialize window_parameters to nil.
15840
15841 2008-06-04 John Paul Wallington <jpw@pobox.com>
15842
15843 * eval.c (Fdefmacro): Doc fix.
15844
15845 2008-06-04 Kenichi Handa <handa@m17n.org>
15846
15847 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15848 Be sure to call setup_coding_system when we find a proper coding system.
15849 (detect_coding_system): Fix handling of coding->head_ascii.
15850
15851 2008-06-03 Andreas Schwab <schwab@suse.de>
15852
15853 * font.c (font_prop_validate_spacing): Fix last change.
15854
15855 2008-06-03 Kenichi Handa <handa@m17n.org>
15856
15857 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15858 (font_parse_fcname): Fix handling of unknown key.
15859
15860 * xfont.c (xfont_list): Try an alias.
15861
15862 * charset.c (char_charset): Return NULL if the arg charset_list is
15863 specified and C doesn't belong to any of them.
15864
15865 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15866
15867 * font.c (font_pixel_size): Don't take cdr of an integer.
15868
15869 2008-06-02 Jim Meyering <meyering@redhat.com>
15870
15871 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15872 * alloc.c (xfree): Return right away for a NULL arg.
15873 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15874 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15875 * mac.c (create_apple_event_from_event_ref): Likewise.
15876 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15877 Likewise.
15878 * doprnt.c (doprnt1): Likewise.
15879 * frame.c (frame): Likewise.
15880 * keyboard.c (wipe_kboard): Likewise.
15881 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15882 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15883 * term.c (tty_default_color_capabilities, maybe_fatal)
15884 (delete_tty): Likewise.
15885 * w16select.c (string): Likewise.
15886 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15887 * w32bdf.c (w32_free_bdf_font): Likewise.
15888 * w32fns.c (w32_unload_font): Likewise.
15889 * w32font.c (w32font_close): Likewise.
15890 * window.c (size_window): Likewise.
15891 * xselect.c (receive_incremental_selection): Likewise.
15892 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15893 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15894 * w32.c (stat): Likewise.
15895
15896 Remove useless if-before-free tests.
15897 * editfns.c (Fset_time_zone_rule): Likewise.
15898 * lread.c (nosuffix): Likewise.
15899 * ralloc.c (get_bloc): Likewise.
15900 * regex.c (reg_free): Likewise.
15901 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15902 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15903 * xsmfns.c (smc_save_yourself_CB): Likewise.
15904
15905 2008-06-02 Kenichi Handa <handa@m17n.org>
15906
15907 * font.c (font_find_for_lface): Handle float font size.
15908 (font_open_for_lface): Likewise.
15909
15910 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15911 comparing the properties.
15912
15913 2008-06-01 Jason Rumney <jasonr@gnu.org>
15914
15915 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15916 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15917 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15918 Don't add empty script list.
15919 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15920
15921 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15922
15923 * Makefile.in (dot, dotdot): Remove, update users.
15924 ".." has been used elsewhere in the file for a long time.
15925 (LIBXT_STATIC): Remove conditional based on unused variable.
15926
15927 2008-06-01 Miles Bader <miles@gnu.org>
15928
15929 * xfaces.c (Vface_remapping_alist): New variable.
15930 (syms_of_xfaces): Initialize it.
15931 (enum named_merge_point_kind): New type.
15932 (struct named_merge_point): Add `named_merge_point_kind' field.
15933 (push_named_merge_point): Make cycle detection respect different
15934 named-merge-point kinds.
15935 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15936 Remove face-name alias resolution.
15937 (lface_from_face_name): New definition using
15938 `lface_from_face_name_no_resolve'.
15939 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15940 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15941 (get_lface_attributes): New definition that layers face-remapping on
15942 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15943 (lookup_basic_face): New function.
15944 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15945 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15946 `get_lface_attributes'.
15947 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15948 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15949 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15950
15951 * xdisp.c (init_iterator): Pass base_face_id through
15952 `lookup_basic_face' when we actually use it as a face-id.
15953 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15954 DEFAULT_FACE_ID.
15955
15956 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15957 lookup the initial face-id.
15958
15959 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15960
15961 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15964 (Fremove_text_properties): Fix typos in docstrings.
15965
15966 2008-05-31 Kenichi Handa <handa@m17n.org>
15967
15968 * font.c (font_list_entities): Fix the car part of data to be
15969 stored in the cache.
15970
15971 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15972
15973 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15974
15975 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15976 Add a `test' argument so another predicate than `equal' can be used.
15977 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15978 (map_char_table): Remove unused vars `c' and `i'.
15979 * lisp.h (Foptimize_char_table): Adjust declaration.
15980 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15981
15982 2008-05-30 Kenichi Handa <handa@m17n.org>
15983
15984 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15985 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15986 defined.
15987
15988 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15991 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15992 frame-local settings for the same variable.
15993
15994 2008-05-30 Kenichi Handa <handa@m17n.org>
15995
15996 * fontset.c (Ffont_info): Move to font.c.
15997 (syms_of_fontset): Delete defsubr of Sfont_info.
15998
15999 * font.c (font_style_to_value, font_score): Delete casting of the
16000 args to xstcasecmp.
16001 (register_font_driver): Increment num_font_drivers only when
16002 registering the driver globally.
16003 (Ffont_info): Move from fontset.c. Handle a font object too.
16004 (syms_of_font): Defsubr Sfont_info.
16005
16006 2008-05-29 Kenichi Handa <handa@m17n.org>
16007
16008 * coding.h (enum define_coding_utf8_arg_index): New enum.
16009 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16010 coding_attr_utf_bom.
16011 (enum utf_bom_type): Rename from utf_16_bom_type.
16012 (struct utf_16_spec): Adjust for the above change.
16013 (struct coding_system): Add utf_8_bom in `spec' union.
16014
16015 * coding.c (CODING_UTF_8_BOM): New macro.
16016 (enum coding_category): Delete coding_category_utf_8, add
16017 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16018 coding_category_utf_8_sig.
16019 (CATEGORY_MASK_UTF_8): Delete it.
16020 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16021 (CATEGORY_MASK_UTF_8_SIG): New macros.
16022 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16023 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16024 CATEGORY_MASK_UTF_8_SIG.
16025 (CATEGORY_MASK_UTF_8): New macro.
16026 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16027 (detect_coding_utf_8): Check BOM.
16028 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16029 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16030 (encode_coding_utf_16): Likewise.
16031 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16032 (detect_coding, detect_coding_system): Handle utf-8-auto.
16033 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16034 (syms_of_coding): Fix setting up of Vcoding_category_table.
16035
16036 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * process.c (Faccept_process_output): If `millisec' is non-nil,
16039 `seconds' default to 0.
16040 (wait_reading_process_output): Also return non-nil if we read output
16041 from a non-running process.
16042
16043 2008-05-29 Jason Rumney <jasonr@gnu.org>
16044
16045 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16046 `raster' specified.
16047 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16048 in the uniscribe backend, but disallow any font that has no
16049 unicode subrange support.
16050
16051 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
16052
16053 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16054 Fix typos in docstrings.
16055
16056 2008-05-29 Kenichi Handa <handa@m17n.org>
16057
16058 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16059 (Fx_family_fonts): Set frame correctly.
16060
16061 2008-05-28 Jason Rumney <jasonr@gnu.org>
16062
16063 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16064
16065 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16066
16067 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16068 calling build_annotations.
16069
16070 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16073 (Fencode_coding_string):
16074 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16075 <latin-extra-code-table>: Fix typos in docstrings.
16076 (syms_of_coding) <coding-system-alist>: Doc fix.
16077 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16078
16079 2008-05-28 Kenichi Handa <handa@m17n.org>
16080
16081 * fontset.c (Ffont_info): Don't call font_close_object.
16082
16083 * font.c (font_parse_family_registry): Use Ffont_put to validate
16084 foundry and family.
16085 (font_delete_unmatched): Don't check spacing.
16086 (font_list_entities): Add spacing to the spec to list fonts.
16087
16088 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16089 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16090
16091 * coding.c (encode_coding_raw_text): Fix previous change.
16092 (encode_coding_object): When the dst_object is a buffer and is
16093 different from src_object, move gap to PT.
16094
16095 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16096
16097 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16098
16099 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16100
16101 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16102 all branches. Compute it differently.
16103
16104 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16105
16106 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
16107
16108 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16109 into "else if () ... else ...".
16110
16111 2008-05-27 Jason Rumney <jasonr@gnu.org>
16112
16113 * w32font.c (w32font_open_internal): Determine if glyph indices
16114 are likely to work here.
16115
16116 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16117
16118 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16119 draw overlap glyphs with appropriate highlighting.
16120
16121 2008-05-27 Kenichi Handa <handa@m17n.org>
16122
16123 * xfont.c (xfont_open): Fix calculation of font->average_width.
16124
16125 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * casefiddle.c (casify_object): Try to guess better whether the
16128 argument is a byte or a char.
16129
16130 2008-05-26 Andreas Schwab <schwab@suse.de>
16131
16132 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16133 Always send multiples of format size.
16134
16135 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16136
16137 2008-05-26 Jason Rumney <jasonr@gnu.org>
16138
16139 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16140 (compute_metrics): Don't set failure if we just cleared the cache.
16141 (w32_weight_table): Remove unused variable.
16142 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16143 backwards compatibility.
16144
16145 2008-05-25 Kenichi Handa <handa@m17n.org>
16146
16147 * w32term.c (x_draw_glyph_string):
16148 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16149
16150 * xfaces.c: Delete unused function prototypes.
16151 (xstrlwr, font_frame): Delete them.
16152 (clear_face_cache): Delete unused variable.
16153
16154 * xftfont.c (xftfont_open): Delete unused variable.
16155 If underline_thickness is not 1, adjust underline_position.
16156
16157 * ftxfont.c (ftxfont_open): Delete unused variable.
16158
16159 * fontset.c (face_for_char): Optimize for the case of no charset
16160 property.
16161
16162 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16163 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16164 (otf_open, font_otf_capability, generate_otf_features)
16165 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16166 Comment out by surrounding "#if 0" and "#endif" for the moment.
16167 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16168 (syms_of_font): Codes for accessing above commented out.
16169
16170 2008-05-24 Eli Zaretskii <eliz@gnu.org>
16171
16172 * w32proc.c: Include dispextern.h.
16173
16174 * w32.c: Include dispextern.h.
16175
16176 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16179 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16180 Fix typos in docstrings.
16181
16182 2008-05-23 Jason Rumney <jasonr@gnu.org>
16183
16184 * xsmfns.c: Remove includes that are already included by config.h.
16185
16186 2008-05-23 Kenichi Handa <handa@m17n.org>
16187
16188 * charset.c (Qemacs, charset_emacs): New variables.
16189 (char_charset): Fix for non-Unicode characters.
16190 (syms_of_charset): Define charset_emacs.
16191
16192 * w32term.c (x_draw_glyph_string): Be sure to update
16193 s->underline_thickness and s->underline_position. Be sure to draw
16194 underline within the current line area.
16195
16196 * xterm.c (x_draw_glyph_string): Be sure to update
16197 s->underline_thickness and s->underline_position. Be sure to draw
16198 underline within the current line area.
16199
16200 * fontset.c: Delete unused variables and add casting for char *
16201 throughout the file.
16202 (fontset_font): Try the fallback fonts of the current fontset
16203 before consulting the default fontset.
16204
16205 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16206
16207 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16208
16209 2008-05-22 Jason Rumney <jasonr@gnu.org>
16210
16211 * font.c: Don't include strings.h.
16212
16213 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16214
16215 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16216 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16217 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16218 to call xstrcasecmp.
16219
16220 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16221
16222 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16223
16224 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16225
16226 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16227
16228 2008-05-22 Kenichi Handa <handa@m17n.org>
16229
16230 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16231
16232 * font.c (font_prop_validate_style): Adjust for the format
16233 change of font_style_table.
16234
16235 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16236 two args.
16237
16238 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16239 two args.
16240
16241 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * minibuf.c (keys_of_minibuf): Delete.
16244 * lisp.h (keys_of_minibuf): Delete.
16245 * emacs.c (main): Don't call keys_of_minibuf.
16246
16247 2008-05-22 Kenichi Handa <handa@m17n.org>
16248
16249 * ftfont.c (ftfont_resolve_generic_family): Rename from
16250 ftfont_list_generic_family. Return a single family for each
16251 generic family.
16252 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16253 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16254 Call font_add_log.
16255 (ftfont_match): Call font_add_log.
16256
16257 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16258 (FONT_DEBUG): Define it.
16259 (font_add_log): Extern it.
16260 (font_assert): Rename from xassert.
16261
16262 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16263 (xfont_list_family): Call font_add_log.
16264 (xfont_match): Likewise.
16265 (memq_no_quit): Delete.
16266
16267 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16268 call of Ffont_xlfd_name.
16269
16270 * xfaces.c (struct table_entry, slant_table, weight_table)
16271 (swidth_table): Move to font.c.
16272
16273 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16274 xassert are changed to font_assert. Delete many unused variables.
16275 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16276 New variables.
16277 (struct table_entry): Move from xfaces.c and modified.
16278 (weight_table, slant_table, width_table): Move from xfaces.c and
16279 contents adjusted for the change of struct table_entry.
16280 (font_style_to_value, font_style_symbolic): Adjust for the
16281 format change of font_style_table.
16282 (font_parse_family_registry): Don't overwrite existing foundry and
16283 family of font_spec.
16284 (font_score): Fix calculation of diff for sizes.
16285 (font_sort_entites): Call font_add_log.
16286 (font_delete_unmatched): Return a newly created list.
16287 (font_list_entities): Fix previous change. Call font_add_log.
16288 (font_matching_entity, font_open_entity, font_close_entity):
16289 Call font_add_log.
16290 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16291 (Finternal_set_font_style_table): Delete.
16292 (BUILD_STYLE_TABLE): New macro.
16293 (build_style_table): New function.
16294 (Vfont_log, font_log_env_checked): New variables.
16295 (font_add_log): New function.
16296 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16297 Declare Lisp variables "font-weight-table", "font-slant-table",
16298 "font-width-table", and "font-log". Initialize font_style_table.
16299
16300 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16301
16302 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16303
16304 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16305 Ryo Yoshitake <ryo@shiftmode.net>
16306
16307 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16308 (Vframe_alpha_lower_limit): New variable.
16309 (x_set_alpha): New function.
16310
16311 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16312
16313 * xfns.c (x-create-frame, Qalpha):
16314 Initialize the frame parameter `alpha'.
16315 * xterm.c (OPAQUE, OPACITY): New.
16316 (x_set_frame_alpha): New function.
16317 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16318
16319 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16320 * w32fns.c (w32_frame_parm_handlers): Likewise.
16321
16322 2008-05-20 Jason Rumney <jasonr@gnu.org>
16323
16324 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16325 truetype fonts to opentype list.
16326
16327 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * fontset.c (Ffontset_info): Doc fix.
16330 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16331 <ignore-relative-composition>: Fix typos in docstrings.
16332
16333 * font.c (syms-of-font) <font-encoding-alist>:
16334 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16335 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16336 (Ffont_otf_alternates): Doc fixes.
16337
16338 2008-05-20 Kenichi Handa <handa@m17n.org>
16339
16340 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16341 font.h through out the file.
16342 (FONT_DRIVERS): Rename from FONTOBJ.
16343 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16344 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16345
16346 * emacs.c (main): Call syms_of_font unconditionally.
16347
16348 * font.h (find_font_encoding): Extern it.
16349
16350 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16351 fontset.c.
16352 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16353 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16354 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16355 only when HAVE_WINDOW_SYSTEM is defined.
16356 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16357 when HAVE_WINDOW_SYSTEM is defined.
16358
16359 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16360 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16361
16362 * xfaces.c: Include font.h unconditionally.
16363 (merge_face_ref, merge_face_vectors)
16364 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16365
16366 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16369 indirect_variable.
16370 * eval.c (lisp_indirect_variable): New fun.
16371 (Fuser_variable_p): Use it.
16372
16373 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * lisp.h (indirect_variable):
16376 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16377 Use Lisp_Symbol pointers rather than Lisp_Object.
16378 Adjust callers.
16379 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16380 To this end, change calling-convention.
16381
16382 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16383 if some non-hidden buffers are selected by string&pred.
16384
16385 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16386
16387 * process.c (wait_reading_process_output): Always check status
16388 when in batch mode.
16389
16390 2008-05-19 Kenichi Handa <handa@m17n.org>
16391
16392 * font.c (font_list_entities): Fix handling of cache.
16393 (font_matching_entity): Likewise.
16394
16395 * ftfont.c (cs_iso8859_1): Delete.
16396 (ft_face_cache): New variable.
16397 (struct ftfont_info): New member fc_charset_idx.
16398 (ftfont_build_basic_charsets): Delete.
16399 (fc_charset_table): New variable.
16400 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16401 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16402 Callers changed.
16403 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16404 (ftfont_spec_pattern): New argument fc_charset_idx.
16405 Check registry more rigidly. Change callers.
16406 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16407 change of :font-entity property of the font.
16408
16409 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16410 property of the font.
16411
16412 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16413
16414 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16415 (Funencodable_char_position, Fcheck_coding_systems_region)
16416 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16417 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16418 (Ffind_operation_coding_system, Fset_coding_system_priority)
16419 (Fcoding_system_eol_type): Doc fixes.
16420
16421 2008-05-17 Glenn Morris <rgm@gnu.org>
16422
16423 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16424
16425 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16426
16427 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16428 and st_gid.
16429
16430 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16431 HAVE_WINDOW_SYSTEM is not defined.
16432
16433 * xfaces.c (merge_face_ref, merge_face_vectors)
16434 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16435 HAVE_WINDOW_SYSTEM is defined.
16436 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16437
16438 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16441
16442 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16443
16444 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16445
16446 2008-05-15 Kenichi Handa <handa@m17n.org>
16447
16448 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16449 preference.
16450
16451 2008-05-15 Glenn Morris <rgm@gnu.org>
16452
16453 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16454
16455 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16456
16457 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16458 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16459
16460 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16461
16462 2008-05-15 Kenichi Handa <handa@m17n.org>
16463
16464 * ftfont.c (ftfont_list): Downcase family name to check generic
16465 families.
16466
16467 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16468 font-spec for QCfont value.
16469
16470 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16471 buffer. Check the return value of it.
16472
16473 2008-05-14 Jason Rumney <jasonr@gnu.org>
16474
16475 * w32term.c (w32_get_glyph_overhangs): Remove.
16476 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16477
16478 2008-05-14 Kenichi Handa <handa@m17n.org>
16479
16480 * font.c (font_prop_validate): Make nil a valid value.
16481 (font_clear_cache): Check if the cached vector of entities is nil
16482 or not.
16483
16484 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16485
16486 * emacs.c (main_thread): Conditionalize on
16487 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16488 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16489
16490 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16491 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16492 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16493
16494 2008-05-14 Kenichi Handa <handa@m17n.org>
16495
16496 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16497 has no corresponding coding system.
16498
16499 2008-05-14 Jason Rumney <jasonr@gnu.org>
16500
16501 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16502
16503 * w32font.h (w32font_open_internal): Update declaration.
16504
16505 * w32font.c (w32font_open_internal): Change last argument from
16506 w32font_info struct to font object. Fill in font object from
16507 font_entity. Get Outline metrics if possible. Use them to
16508 calculate underline position and thickness. Use xlfd name as name
16509 property. Don't set codepage.
16510 (w32font_open): Pass font_object to w32font_open_internal. Don't
16511 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16512 (w32font_draw): Use s->font.
16513 (clear_cached_metrics): Don't clear non-existent blocks.
16514
16515 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16516 font was not found.
16517 (x_draw_glyph_string): Use underline position and thickness from font.
16518
16519 * w32uniscribe.c (uniscribe_open): Pass font_object to
16520 w32font_open_internal.
16521
16522 2008-05-14 Kenichi Handa <handa@m17n.org>
16523
16524 These changes are to delete all legacy font-handling codes, and
16525 make Emacs use only font-backends.
16526
16527 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16528 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16529
16530 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16531
16532 * charset.h (Vcharset_non_preferred_head)
16533 (Vcurrent_iso639_language): Extern them.
16534
16535 * charset.c (Vcharset_non_preferred_head): New variable.
16536 (Vcurrent_iso639_language): New variable.
16537 (syms_of_charset): Declare it as a Lisp variable.
16538 (char_charset): Don't check non preferred charsets. As a last
16539 resort, return charset_unicode.
16540 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16541
16542 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16543 conditionals. Don't check enable_font_backend. Delete all codes
16544 used only when USE_FONT_BACKEND is not defined.
16545
16546 * dispextern.h (struct glyph_string): Change type of `font' to
16547 `struct font *'.
16548 (struct glyph_string): New member underline_position and
16549 underline_thickness.
16550 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16551 (struct face): Change type of `font' to `struct font *'. Remove
16552 members `font_name', `font_info_id'.
16553 (per_char_metric, encode_char): Delete externs.
16554 (calc_pixel_width_or_height): Adjust the prototype.
16555
16556 * emacs.c (enable_font_backend): Delete extern.
16557 (main): Don't set enable_font_backend. Don't check the command
16558 line argument "-disable-font-backend".
16559
16560 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16561 (enum font_property_index): New members FONT_DPI_INDEX,
16562 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16563 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16564 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16565 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16566 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16567 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16568 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16569 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16570 (struct font_spec, struct font_entity): New structs.
16571 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16572 (struct font): Many members from old "struct font_info" moved to
16573 here. Members font and entity deleted.
16574 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16575 the new font-related objects.
16576 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16577 (CHECK_FONT_GET_OBJECT): Likewise.
16578 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16579 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16580 (struct font_driver): New members case_sensitive anc check. Type
16581 of the member list and open changed.
16582 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16583 (font_symbolic_width, font_find_object, font_get_spec)
16584 (font_set_lface_from_name): Delete extern.
16585 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16586
16587 * font.c: Include <strings.h>.
16588 (enable_font_backend): Delete it.
16589 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16590 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16591 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16592 (null_string): Delete it.
16593 (null_vector): Make it static.
16594 (font_family_alist): Delete it.
16595 (Qnormal): Extern it.
16596 (QCextra, QClanguage): Delete it.
16597 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16598 (font_make_spec, font_make_entity, font_make_object)
16599 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16600 the string. Callers changed.
16601 (font_pixel_size): Adjusted for the format change of font-related
16602 objects.
16603 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16604 (font_style_to_value, font_style_symbolic): New function.
16605 (build_font_family_alist): Delete it.
16606 (font_registry_charsets): Use Fassoc_string instead of
16607 assq_no_quit.
16608 (font_prop_validate_symbol): Don't return null_string.
16609 (font_prop_validate_style): Adjusted for the change of
16610 style-related values in a font vector.
16611 (font_property_table): Delete entries for QClanguage and
16612 QCantialias, add entries for QCavgwidth.
16613 (get_font_prop_index): Delete the 2nd argument FROM.
16614 (font_prop_validate): Arguments changed.
16615 (font_put_extra): Adjusted for the change of font-related objects.
16616 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16617 (font_parse_fcname, font_unparse_fcname)
16618 (font_prepare_composition): Likewise.
16619 (font_parse_family_registry): Renamed from font_merge_old_spec.
16620 (otf_open): Delete the 1st arg entity.
16621 (font_otf_capability): Adjusted for the above change.
16622 (font_score): New arg alternate_families. Adjusted for the change
16623 of font-related objects.
16624 (font_sort_entites): New arg best_only.
16625 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16626 Delete them.
16627 (font_match_p): Check alternate families.
16628 (font_find_object): Delete it.
16629 (font_check_object): New function.
16630 (font_clear_cache): Adjusted for the change of font-related objects.
16631 (font_delete_unmatched): New arg.
16632 (font_list_entities): Call font_driver->list with a spec that
16633 doesn't specify style-related properties.
16634 (font_matching_entity): Arguments changed. Caller changed.
16635 (font_open_entity): Adjusted for the change of font-related objects.
16636 (font_close_object, font_has_char, font_encode_char)
16637 (font_get_name, font_get_spec): Likewise.
16638 (font_spec_from_name, font_clear_prop, font_update_lface):
16639 New functions.
16640 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16641 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16642 (font_at): Adjusted for the change of font-related objects.
16643 (font_range): New function.
16644 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16645 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16646 (Fcopy_font_spec, Fmerge_font_spec): New function.
16647 (Ffont_family_list): Renamed from list-families.
16648 (Finternal_set_font_style_table): Arguments changed.
16649 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16650 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16651 change of font-related objects.
16652 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16653
16654 * fontset.h (struct font_info): Delete it. Most members go to
16655 struct font.
16656 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16657 (enum FONT_SPEC_INDEX): Delete it.
16658 (font_info, list_fonts_func, load_font_func, query_font_func)
16659 (set_frame_fontset_func, find_ccl_program_func)
16660 (get_font_repertory_func, new_fontset_from_font_name): Delete
16661 externs.
16662 (fontset_from_font_name): Extern it.
16663 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16664 (FONT_INFO_FROM_FACE): Deleted.
16665 (face_for_font): Adjust prototype.
16666
16667 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16668 conditionals. Don't check enable_font_backend. Delete all codes
16669 used only when USE_FONT_BACKEND is not defined.
16670 (get_font_info_func, list_font_func, load_font_func)
16671 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16672 (get_font_repertory_func): Delete them.
16673 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16674 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16675 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16676 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16677 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16678 (fontset_compare_rfontdef): New function.
16679 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16680 rfont-defs by qsort. Adjusted for the change of font-group vector.
16681 (load_font_get_repertory): Deleted.
16682 (fontset_find_font): Use new macros to ref/set elements of
16683 font-def and rfont-def.
16684 (fontset_font): Fix the timing of remembering that no font for C.
16685 (free_face_fontset): Do nothing if the face has no fontset.
16686 (face_suitable_for_char_p): Use new macros to ref/set elements of
16687 rfont-def.
16688 (face_for_char): Likewise. Call face_for_char with font_object.
16689 (fs_load_font): Delete. Delete #pragma surrounding it.
16690 (fs_query_fontset): Use strcasecmp instead of strcmp.
16691 (generate_ascii_font_name): Adjusted for the format change of
16692 font-spec.
16693 (Fset_fontset_font): Likewise. Use new macros to set elements of
16694 font-def.
16695 (Fnew_fontset): Use font_unparse_xlfd to generate
16696 FONTSET_ASCII (fontset).
16697 (new_fontset_from_font_name): Deleted.
16698 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16699 a fontset is already created for the font. FIx updating of
16700 Vfontset_alias_alist.
16701 (fontset_ascii_font): Deleted.
16702 (Ffont_info): Adjusted for the format change of font-spec.
16703 (Finternal_char_font): Likewise.
16704 (Ffontset_info): Likewise.
16705 (syms_of_fontset): Don't check load_font_func.
16706
16707 * fns.c (internal_equal): Handle PREV_FONT.
16708
16709 * frame.h: Delete USE_FONT_BACKEND conditional.
16710
16711 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16712 conditionals. Don't check enable_font_backend. Delete all codes
16713 used only when USE_FONT_BACKEND is not defined.
16714 (x_set_font): Call x_new_font, not x_new_fontset2.
16715 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16716 already set for the frame.
16717
16718 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16719 a font-entity by font_make_entity. Use font_intern_prop instead
16720 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16721 font property. If a font is scalable, set avgwidth property to 0.
16722 Set font-entity property by font_put_extra.
16723 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16724 (ffont_driver): Adjusted for the change of struct font_driver.
16725 (ftfont_spec_pattern): New function.
16726 (ftfont_list): Return a list, not vector.
16727 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16728 (ftfont_list_family): Don't downcase names.
16729 (ftfont_free_entity): Deleted.
16730 (ftfont_open): Return a font-object. Adjusted for the change of
16731 struct font. Get underline_thickness and underline_position from
16732 font property. Don't update dpyinfo->smallest_font_height and
16733 dpyinfo->smallest_char_width.
16734 (ftfont_close): Don't free `struct font'.
16735 (ftfont_has_char): Adjusted for the format change of font-entity.
16736 (ftfont_encode_char, ftfont_text_extents): Likewise.
16737
16738 * ftxfont.c (ftxfont_list): Return a list, not vector.
16739 (ftxfont_open): Return a font-object. Adjusted for the change of
16740 struct font. Get underline_thickness and underline_position from
16741 font property. Don't update dpyinfo->smallest_font_height and
16742 dpyinfo->smallest_char_width.
16743 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16744 (ftxfont_draw): Adjusted for the change of struct font.
16745
16746 * image.c (image_ascent): Don't include "charset.h". Include
16747 "character.h" and "font.h".
16748
16749 * lisp.h (enum pvec_type): New member PREV_FONT.
16750 (Fassoc_string): EXFUN it.
16751
16752 * print.c: Include font.h.
16753 (print_object): Handle font-related objects.
16754
16755 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16756 conditionals. Don't check enable_font_backend. Delete all codes
16757 used only when USE_FONT_BACKEND is not defined.
16758 (handle_auto_composed_prop): Do nothing if it->f is not on a
16759 window system. Check how many following characters can be
16760 displayed by the same font.
16761 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16762 'struct font *'.
16763 (get_char_face_and_encoding): Assign the whole encoding task to
16764 the `encode-char' method of a font driver.
16765 (fill_composite_glyph_string): Adjusted for the change of `struct
16766 face' and `struct glyph_string'.
16767 (fill_glyph_string): Likewise.
16768 (get_per_char_metric): Arguments changed.
16769 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16770 and `struct glyph_string'.
16771 (produce_stretch_glyph, calc_line_height_property)
16772 (x_produce_glyphs): Likewise.
16773
16774 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16775 conditionals. Don't check enable_font_backend. Delete all codes
16776 used only when USE_FONT_BACKEND is not defined. Use
16777 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16778 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16779 (Qp): Extern them.
16780 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16781 Deleted.
16782 (struct font_name): Deleted.
16783 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16784 (compare_fonts_by_sort_order): New function.
16785 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16786 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16787 Deleted.
16788 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16789 compare_fonts_by_sort_order.
16790 (Fx_font_family_list): Call Ffont_family_list.
16791 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16792 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16793 (face_symbolic_slant, face_symbolic_swidth)
16794 (split_font_name_into_vector, build_font_name_from_vector)
16795 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16796 (font_rescale_ratio, split_font_name, build_font_name)
16797 (free_font_names, sort_fonts, x_face_list_fonts)
16798 (face_font_available_p, sorted_font_list, cmp_font_names)
16799 (font_list_1, concat_font_list, font_list, remove_duplicates):
16800 Deleted.
16801 (Fx_list_fonts): Use Ffont_list.
16802 (LFACE_AVGWIDTH): Deleted.
16803 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16804 by FONTP.
16805 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16806 (set_lface_from_font_name): Delete it.
16807 (set_lface_from_font): Renamed from
16808 set_lface_from_font_and_fontset. Caller changed. Don't set
16809 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16810 for face.
16811 (merge_face_vectors): Copy font-spec if necessary.
16812 Clear properties of the font-spec if necessary.
16813 (merge_face_ref): Clear properties of the font-spec if necessary.
16814 (Finternal_set_lisp_face_attribute): Likewise.
16815 (set_font_frame_param): Use font_load_for_lface to load a
16816 font-object, and call Fmodify_frame_parameters with it.
16817 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16818 font name by Ffont_xlfd_name.
16819 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16820 QCslant, and QCwidth.
16821 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16822 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16823 Compare fonts by EQ.
16824 (lookup_non_ascii_face): Deleted.
16825 (face_for_font): The 2nd argument changed.
16826 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16827 Check atomic font properties by case insensitive.
16828 (realize_non_ascii_face): Set face->overstrike correctly.
16829 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16830 (dump_realized_face): Get font name from
16831 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16832
16833 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16834 conditionals. Don't check enable_font_backend. Delete all codes
16835 used only when USE_FONT_BACKEND is not defined.
16836 (xic_create_xfontset): Original code deleted and renamed from
16837 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16838 (x_make_gc): Don't set GCFont in GCs.
16839 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16840 opened by "fixed".
16841 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16842 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16843 get_font_repertory_func.
16844
16845 * xfont.c: Include <stdlib.h> and "ccl.h".
16846 (struct xfont_info): New structure.
16847 (xfont_query_font): Deleted.
16848 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16849 moved from xterm.c.
16850 (xfont_driver): Adjusted for the change of struct font_driver.
16851 (compare_font_names): New function.
16852 (xfont_list_pattern): Sort font names case insensitively. Make
16853 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16854 (xfont_list): Return a list, not vector.
16855 (xfont_match): If the font doesn't have QCname property, generate
16856 a name from the other font properties.
16857 (xfont_open): Return a font-object. Adjusted for the change of
16858 struct font. Get underline_thickness and underline_position from
16859 font property. Don't update dpyinfo->smallest_font_height and
16860 dpyinfo->smallest_char_width.
16861 (xfont_close): Don't free struct font.
16862 (xfont_prepare_face): Adjusted for the change of struct font.
16863 (xfont_done_face): Deleted.
16864 (xfont_has_char): Adjusted for the change of struct font.
16865 (xfont_encode_char, xfont_draw): Likewise.
16866 (xfont_check): New function.
16867
16868 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16869 callback function.
16870 (xftfont_match): Adjusted for the format change of font-entity.
16871 (xftfont_open): Adjusted for the format change of font-entity and
16872 font-object. Adjusted for the change of struct font. Return a
16873 font-object. Don't update dpyinfo->smallest_font_height and
16874 dpyinfo->smallest_char_width.
16875 (xftfont_close): Block input while calling XftFontClose.
16876 (xftfont_prepare_face): Don't block input while calling
16877 xftfont_get_colors. Adjusted for the change of struct font.
16878 (xftfont_shape): Return value of error case fixed.
16879
16880 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16881
16882 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16883 conditionals.
16884 (FONT_WIDTH): Return (f)->max_width.
16885 (struct x_display_info): Delete member `font'.
16886 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16887 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16888 (struct x_output): Change type of `font' to `struct font *'.
16889
16890 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16891 conditionals. Don't check enable_font_backend. Delete all codes
16892 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16893 (x_per_char_metric, x_encode_char): Deleted.
16894 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16895 (x_compute_glyph_string_overhangs): Adjusted for the change of
16896 `struct face'.
16897 (x_draw_glyph_string_foreground)
16898 (x_draw_composite_glyph_string_foreground): Likewise.
16899 (x_draw_glyph_string): Likewise. Use font->underline_position and
16900 font->underline_thickness.
16901 (x_new_font): Renamed from x_new_fontset2.
16902 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16903 (x_check_font): Call `check' method of a font driver.
16904 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16905 (x_query_font, x_get_font_repertory): Deleted.
16906 (x_find_ccl_program): Renamed and moved to xfont.c.
16907 (x_redisplay_interface): Adjusted for the change of `struct
16908 redisplay_interface'.
16909
16910 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16911 conditionals. Don't check enable_font_backend. Delete all codes
16912 used only when USE_FONT_BACKEND is not defined. Surround non-used
16913 code by "#ifdef OLD_FONT" and "endif".
16914 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16915
16916 * w32font.h (struct w32font_info): New member.
16917 (FONT_COMPAT): New macro.
16918 (w32font_open_internal): Prototype adjusted.
16919
16920 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16921 OLD_FONT" and "endif".
16922
16923 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16924 conditionals. Don't check enable_font_backend. Delete all codes
16925 used only when USE_FONT_BACKEND is not defined.
16926 (w32font_open): Return a font-object. Make a font-object by
16927 font_make_object. Adjusted for the change of struct w32font_info.
16928 (w32font_close): Don't free struct font. Adjusted for the change
16929 of struct w32font_info.
16930 (w32font_encode_char, w32font_text_extents, w32font_draw):
16931 Adjusted for the change of struct w32font_info.
16932 (w32font_draw): Likewise.
16933 (w32font_list_internal): Return a list, not vector.
16934 (w32font_open_internal): Change the 4th arg to font-object.
16935 Adjusted for the change of struct w32font_info and font-object format.
16936 (add_font_name_to_list): Don't downcase names.
16937 (w32_enumfont_pattern_entity): Make a font-entity by
16938 font_make_entity. Adjusted for the format change of font-entity.
16939 Use FONT_SET_STYLE to set a style-related font property. If a
16940 font is scalable, set avgwidth property to 0. Set font-entity
16941 property by font_put_extra.
16942 (font_matches_spec): Adjusted for the format change of font-entity.
16943 (w32_weight_table, w32_decode_weight): New variables.
16944 (w32_encode_weight): New function.
16945 (fill_in_logfont): Adjusted for the format change of font-spec.
16946 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16947 weight value.
16948 (w32font_driver): Adjusted for the change of struct font_driver.
16949
16950 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16951 conditionals. Don't check enable_font_backend. Surround non-used
16952 code by "#ifdef OLD_FONT" and "endif".
16953 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16954 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16955
16956 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16957 conditionals. Don't check enable_font_backend. Delete all codes
16958 used only when USE_FONT_BACKEND is not defined. Surround non-used
16959 code by "#ifdef OLD_FONT" and "endif".
16960
16961 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16962 (uniscribe_open): Return value changed to font-object.
16963 Adjusted for the format change of font-object.
16964 (uniscribe_otf_capability): Adjusted for the change of struct font.
16965 (add_opentype_font_name_to_list): Don't downcase names.
16966 (uniscribe_font_driver): Adjusted for the change of struct
16967 font_driver.
16968
16969 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
16970
16971 * dispnew.c (update_frame_1): Check if tty output is still valid
16972 before flushing it.
16973
16974 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16975
16976 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16977 to Gtk+ menus.
16978
16979 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * dired.c (file_name_completion): Tweak the code so as to always do it
16982 in a single pass. Tighten the scope of some variables.
16983
16984 * dired.c (Qdefault_directory): New var.
16985 (file_name_completion): Use it instead of Fexpand_file_name.
16986 (syms_of_dired): Initialize it.
16987
16988 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * fileio.c (double_dollars): Remove dead code.
16991
16992 2008-05-10 Eli Zaretskii <eliz@gnu.org>
16993
16994 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16995 Mention w32-get-true-file-attributes in doc string.
16996
16997 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16998
16999 2008-05-09 Glenn Morris <rgm@gnu.org>
17000
17001 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17002 2008-04-23.
17003
17004 2008-05-09 Eli Zaretskii <eliz@gnu.org>
17005
17006 Support for reporting owner and group of each file on MS-Windows:
17007 * dired.c (stat_uname, stat_gname): New functions, with special
17008 implementation for w32.
17009 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17010
17011 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17012 (dflt_group_name): New static variable.
17013 (dflt_group): Rename from the_group.
17014 (init_user_info): Init dflt_group fields. Get user's group name
17015 from LookupAccountSid.
17016 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17017 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17018 New initialization states.
17019 (globals_of_w32): Initialize them to zero. Initialize the default
17020 group name to "None".
17021 (GetFileSecurity_Name): New global var, the name of the function
17022 to call for GetFileSecurity.
17023 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17024 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17025 (get_file_security, get_security_descriptor_owner)
17026 (get_security_descriptor_group, is_valid_sid)
17027 (get_file_security_desc, get_rid, get_name_and_id)
17028 (get_file_owner_and_group): New functions.
17029 (stat): Use get_file_security_desc and get_file_owner_and_group to
17030 report the owner and primary group of each file. Don't ignore the
17031 high 32 bits of file's size, now that st_size is 64-bit wide.
17032 Fix test when to get true file attributes.
17033 (init_user_info): Use get_rid instead of equivalent inline code.
17034 (fstat): Don't ignore the high 32 bits of file's size.
17035
17036 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
17037
17038 * image.c (png_load): Use correct bit-depth for setting background
17039 color.
17040
17041 2008-05-08 Eli Zaretskii <eliz@gnu.org>
17042
17043 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17044 epa-hook.elc.
17045
17046 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17049
17050 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17051
17052 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17053 because the original parameters are in pure storage now.
17054 (mac_window): Remove unused params. Update callers.
17055
17056 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * lread.c (substitute_object_recurse): Use lower-level primitives.
17059 Don't signal errors when traversing sub-char-tables.
17060 Don't loop over all the possible characters when traversing char-tables.
17061
17062 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17063 just like we do in print.c.
17064
17065 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * minibuf.c (Ftry_completion): Remove code left over from when we used
17068 scmp instead of Fcompare_strings.
17069
17070 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
17071
17072 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17073
17074 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17075
17076 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17077 Create bitmap context in native byte order.
17078
17079 * macterm.c (XDrawLine)
17080 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17081 context in native byte order.
17082
17083 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17084
17085 * config.in: Regenerate.
17086
17087 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17088 New definitions for Image I/O support.
17089 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17090 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17091 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17092 (mac_data_provider_release_data, image_load_image_io)
17093 [USE_MAC_IMAGE_IO]: New functions.
17094 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17095 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17096 (init_image_func_pointer) [MAC_OSX]: Remove function.
17097 (image_load_quartz2d) [MAC_OSX]: Check availability of
17098 CGImageCreateWithPNGDataProvider at compile time.
17099 Use lowercase `false' for boolean constant.
17100 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17101 Use image_load_image_io.
17102 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17103 Don't check MyCGImageCreateWithPNGDataProvider.
17104 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17105 Don't call init_image_func_pointer.
17106
17107 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17108
17109 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17110 Make variable non-static.
17111 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17112 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17113
17114 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17115 (RED_FROM_ULONG): Mask off higher bits.
17116 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17117
17118 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17119 Include AvailabilityMacros.h.
17120 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17121 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17122
17123 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17124
17125 * chartab.c (Fset_char_table_range): If range is t, really set all
17126 chars to that value.
17127
17128 2008-05-03 Eli Zaretskii <eliz@gnu.org>
17129
17130 * dired.c (Ffile_attributes): Don't allow the device number become
17131 negative.
17132
17133 2008-05-02 Daiki Ueno <ueno@unixuser.org>
17134
17135 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17136
17137 2008-05-02 Juri Linkov <juri@jurta.org>
17138
17139 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17140 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17141 DEFAULT argument as a list of default values in docstrings.
17142
17143 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
17144
17145 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17146
17147 2008-05-01 Martin Rudalics <rudalics@gmx.at>
17148
17149 * dispnew.c (change_frame_size_1): Preserve small windows when
17150 shrinking frames by calling set_window_height|width with third
17151 arg 2.
17152
17153 * window.h (struct window): Replace field too_small_ok by field
17154 resize_proportionally.
17155
17156 * window.c (make_window): Initialize resize_proportionally.
17157 (enlarge_window): Temporarily set resize_proportionally to make
17158 sure that shrink_windows does scale the window proportionally.
17159 (shrink_windows): When window has resize_proportionally set try
17160 to shrink it proportionally by stealing from other windows.
17161 (struct saved_window, Fset_window_configuration)
17162 (compare_window_configurations): Handle resize_proportionally.
17163 (WINDOW_TOTAL_SIZE): New macro.
17164 (window_min_size, shrink_windows, size_window): Use it.
17165 (check_min_window_sizes): Remove. Invalid values of
17166 window-min-height|width are handled by window_min_size_2 now.
17167 (size_window, Fsplit_window, enlarge_window)
17168 (adjust_window_trailing_edge, grow_mini_window): Don't call
17169 check_min_window_sizes.
17170 (window_min_size_2, window_min_size_1, window_min_size):
17171 New argument safe_p for retrieving "safe" minimum sizes.
17172 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17173 (adjust_window_trailing_edge, grow_mini_window):
17174 Adjust arguments of window_min_size... functions.
17175 (shrink_windows): Argument min_size removed. New argument
17176 safe_p allows shrinking windows to their safe minimum sizes.
17177 Calculate minimum size and decide whether a window shall be
17178 deleted for each window individually.
17179 (size_window): When nodelete_p equals 2, tell shrink_windows to
17180 delete windows only if their new minimum size is no more safe.
17181 (shrink_window_lowest_first): Call window_min_size_1 to make
17182 sure to preserve modeline of bottom-most window when resizing
17183 the minibuffer.
17184 (Fset_window_configuration, Fcurrent_window_configuration)
17185 (compare_window_configurations): Do not handle
17186 window-min-height|width any more.
17187 (syms_of_window): Clarify window-min-height|width doc-strings.
17188
17189 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17192 some more. Copy some of the code from Ftry_completions.
17193 Remove special case code that dates back to initial revision when the
17194 slash was only added when necessary and that can't trigger nowadays.
17195
17196 2008-04-27 Kenichi Handa <handa@m17n.org>
17197
17198 * font.c (font_prop_validate): Signal `error' instead of `font'.
17199
17200 2008-04-29 Jason Rumney <jasonr@gnu.org>
17201
17202 * w32fns.c (Fw32_battery_status): New defun.
17203 (syms_of_w32fns): Defsubr it.
17204
17205 2008-04-28 Andreas Schwab <schwab@suse.de>
17206
17207 * dired.c (file_name_completion): Fix another mixing of encoded
17208 and decoded names.
17209
17210 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
17211
17212 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17213
17214 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17215
17216 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17217
17218 2008-04-27 Andreas Schwab <schwab@suse.de>
17219
17220 * dired.c (file_name_completion): Fix inappropriate mixing of
17221 encoded and decoded names.
17222
17223 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17224
17225 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17226
17227 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17228
17229 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17230 2008-03-31, it's not needed anymore with `struct stat' definition
17231 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17232 for the same reasons.
17233
17234 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17235
17236 * m/sparc.h: Additional redefinitions for GNU/Linux.
17237
17238 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17239
17240 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17241 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17242 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17243 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17244 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17245 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17246 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17247 Likewise.
17248
17249 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17250 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17251 (mac_ax_number_of_characters): Add externs.
17252 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17253 [USE_MAC_TSM]: Likewise.
17254 (mac_handle_text_input_event) [MAC_OSX]:
17255 Handle kEventTextInputOffsetToPos for no active input area case.
17256 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17257 (mac_handle_document_access_event)
17258 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17259 (install_application_handler) [MAC_OSX]: Register handlers for
17260 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17261 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17262 Register mac_handle_document_access_event.
17263
17264 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17265 Make functions non-static.
17266
17267 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17270 (read_file_name_completion_ignore_case, insert_default_directory)
17271 (Qdefault_directory): Move to minibuffer.el.
17272 (Fread_file_name): Call the new `read-file-name' instead.
17273
17274 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17275
17276 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17277 Make function non-static.
17278 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17279 Remove function.
17280 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17281 Move to mactoolbox.c.
17282 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17283
17284 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17285 (mac_rect_make): New macro.
17286
17287 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17288 instead of float.
17289 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17290 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17291 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17292 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17293 CGRectMake.
17294 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17295 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17296 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17297 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17298 instead of WindowRef in argument type.
17299 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17300 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17301 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17302 instead of DISPLAY. All uses changed.
17303 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17304 (x_calc_absolute_position): Simplify so as not to use
17305 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17306
17307 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17308 instead of WindowRef in argument type.
17309 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17310 [TARGET_API_MAC_CARBON]: Remove externs.
17311 (create_apple_event, mac_event_parameters_to_lisp)
17312 [TARGET_API_MAC_CARBON]: Add externs.
17313
17314 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17315 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17316 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17317 is clicked.
17318 (x_activate_menubar): Remove extern for saved_menu_event_location.
17319 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17320 Move from mac.c.
17321
17322 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17323
17324 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17325 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17326
17327 2008-04-23 Jason Rumney <jasonr@gnu.org>
17328
17329 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17330 attributes only for local files.
17331
17332 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17333 default to Qlocal.
17334
17335 2008-04-22 Juri Linkov <juri@jurta.org>
17336
17337 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17338 read-buffer-to-switch instead of using the letter "B".
17339
17340 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * fileio.c (Qdefault_directory): New variable.
17343 (Fread_file_name): Use it to pass `dir' to the completion functions.
17344
17345 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17346
17347 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17348
17349 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * keyboard.c (Vpre_help_message): Remove.
17352 (show_help_echo): Remove default C code.
17353
17354 * dired.c (directory_files_internal, file_name_completion):
17355 Only call ENCODE_FILE if the string is indeed decoded.
17356
17357 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * Makefile.in (TOOLKIT_DEFINES): Remove.
17360 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17361
17362 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17363
17364 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17365 (mactoolbox.o): New target.
17366
17367 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17368 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17369
17370 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17371 Use mac_set_frame_window_background instead of XSetWindowBackground.
17372 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17373 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17374 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17375 instead of SetWindowTitleWithCFString.
17376 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17377 Move function to mactoolbox.c.
17378 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17379 Use mac_set_window_modified instead of SetWindowModified.
17380 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17381 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17382 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17383 FrontNonFloatingWindow. Use mac_activate_window instead of
17384 ActivateWindow. Use mac_active_non_floating_window instead of
17385 ActiveNonFloatingWindow.
17386 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17387 Use mac_show_hourglass and mac_hide_hourglass.
17388 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17389 instead of GetGlobalMouse.
17390 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17391 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17392 Use mac_bring_window_to_front instead of BringToFront.
17393 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17394 mactoolbox.c.
17395 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17396 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17397 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17398 mactoolbox.c.
17399
17400 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17401 (XtPointer): Move typedef from macmenu.c.
17402 (enum button_type): Move enum from macmenu.c.
17403 (widget_value): Move typedef from macmenu.c.
17404 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17405 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17406 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17407 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17408 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17409 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17410 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17411 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17412 (Selection): Move typedef from macselect.c.
17413 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17414 macterm.c.
17415 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17416 (mac_is_window_collapsed, mac_bring_window_to_front)
17417 (mac_send_window_behind, mac_hide_window, mac_show_window)
17418 (mac_collapse_window, mac_front_non_floating_window)
17419 (mac_active_non_floating_window, mac_activate_window)
17420 (mac_move_window_structure, mac_move_window, mac_size_window)
17421 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17422
17423 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17424 (enum mac_menu_kind): Move enum to mactoolbox.c.
17425 (min_menu_id): Move variable to mactoolbox.c.
17426 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17427 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17428 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17429 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17430 [TARGET_API_MAC_CARBON]: Likewise.
17431 (XtPointer): Move typedef to macgui.h.
17432 (enum button_type): Move enum to macgui.h.
17433 (widget_value): Move typedef to macgui.h.
17434 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17435 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17436 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17437 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17438 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17439 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17440 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17441 (popup_activated_flag): Make variable non-static.
17442 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17443 (add_menu_item, fill_menu, dispose_menus):
17444 Move functions to mactoolbox.c.
17445 (restore_show_help_function, menu_target_item_handler)
17446 (install_menu_target_item_handler, mac_handle_dialog_event)
17447 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17448 [TARGET_API_MAC_CARBON]: Likewise.
17449 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17450 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17451 (find_and_call_menu_selection, name_is_separator): Make function
17452 non-static.
17453 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17454 to mactoolbox.c.
17455 (set_frame_menubar): Don't call install_menu_quit_handler.
17456 (menu_item_selection): New variable.
17457 (mac_menu_show): Use create_and_show_popup_menu.
17458 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17459 selection but set variable menu_item_selection. All uses changed.
17460 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17461 Call install_menu_quit_handler. Move to mactoolbox.c.
17462
17463 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17464 (Selection): Move typedef to macgui.h.
17465 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17466 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17467 Make variables non-static.
17468 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17469 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17470 Make functions non-static.
17471 (Vmac_service_selection) [MAC_OSX]: Likewise.
17472 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17473 (mac_valid_selection_target_p, mac_clear_selection)
17474 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17475 (mac_put_selection_value, mac_selection_has_target_p)
17476 (mac_get_selection_value, mac_get_selection_target_list)
17477 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17478 Move functions to mactoolbox.c.
17479 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17480 Likewise.
17481 (copy_scrap_flavor_data, mac_handle_service_event)
17482 (install_service_handler) [MAC_OSX]: Likewise.
17483 (syms_of_macselect) <Vmac_dnd_known_types>:
17484 Use mac_dnd_default_known_types.
17485
17486 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17487 Move to mactoolbox.c.
17488 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17489 (Fx_selection_owner_p): Add EXFUN.
17490 (install_window_handler, remove_window_handler, XSetWindowBackground):
17491 Remove externs.
17492 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17493 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17494 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17495 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17496 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17497 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17498 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17499 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17500 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17501 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17502 (mac_valid_selection_target_p, mac_clear_selection)
17503 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17504 (mac_put_selection_value, mac_selection_has_target_p)
17505 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17506 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17507 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17508 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17509 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17510 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17511 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17512 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17513 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17514
17515 * mactoolbox.c: New file.
17516
17517 2008-04-18 Jason Rumney <jasonr@gnu.org>
17518
17519 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17520
17521 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * character.c (Fmultibyte_char_to_unibyte):
17524 Return latin1 chars unchanged.
17525
17526 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17527 relocated if it points to `name'.
17528
17529 2008-04-17 Kenichi Handa <handa@m17n.org>
17530
17531 * data.c (Faset): Allow setting a multibyte character in an
17532 ASCII-only unibyte string.
17533
17534 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17535
17536 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17539 done in config.h.
17540
17541 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17542
17543 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17544 (Fchar_direction): Add usage in the docstring.
17545
17546 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17547
17548 * keyboard.c (read_key_sequence): Remove always-true checks.
17549
17550 2008-04-14 Jason Rumney <jasonr@gnu.org>
17551
17552 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17553 compatibility struct, for better underline positioning.
17554
17555 2008-04-13 David Hansen <david.hansen@gmx.net>
17556
17557 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17558 string.
17559
17560 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17561
17562 * m/hp800.h (XUINT, XSET): Remove.
17563
17564 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17565
17566 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17567 previous change.
17568
17569 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17570
17571 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17572 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17573
17574 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * keymap.h (map_keymap_canonical): Declare.
17577 * xmenu.c (single_keymap_panes): Use it.
17578
17579 2008-04-11 Glenn Morris <rgm@gnu.org>
17580
17581 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17582 set the target's value to that of the alias.
17583
17584 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17585
17586 * term.c (set_tty_color_mode): Left over typo.
17587
17588 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17589
17590 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17591 only after check for file name handler functions. Signal, when
17592 native functionality is not supported.
17593 (syms_of_fileio): Declare it unconditionally.
17594
17595 2008-04-10 Jason Rumney <jasonr@gnu.org>
17596
17597 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17598 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17599
17600 * w32.c (logon_network_drive): Also logon to remote drives that
17601 are mapped to drive letters.
17602
17603 2008-04-10 Glenn Morris <rgm@gnu.org>
17604
17605 * xdisp.c (truncate-partial-width-windows): Doc fix.
17606
17607 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17610 Move functions to minibuffer.el.
17611 (syms_of_fileio): Don't declare them.
17612
17613 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17616 (syms_of_minibuf): Remove its initialization.
17617
17618 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17619
17620 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17621
17622 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17623
17624 2008-04-09 Jason Rumney <jasonr@gnu.org>
17625
17626 * makefile.w32-in (distclean): Delete makefile too.
17627 (maintainer-clean): New target.
17628
17629 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17630
17631 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17632 for new font backend and composite cases.
17633
17634 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17635
17636 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17637 Most of the code moved to run_timers.
17638 (do_pending_atimers): Call run_timers.
17639 (run_timers): New function.
17640
17641 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17642 run atimers.
17643
17644 * process.c (wait_reading_process_output): The same as above.
17645
17646 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * minibuf.c (last_exact_completion): Remove variable.
17649 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17650 (complete_and_exit_1, complete_and_exit_2)
17651 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17652 (Fdisplay_completion_list, display_completion_list_1)
17653 (Fminibuffer_completion_help, Fself_insert_and_exit)
17654 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17655 minibuffer.el.
17656 (syms_of_minibuf): Remove corresponding initializations.
17657
17658 * keyboard.c (Qdeactivate_mark): New var.
17659 (command_loop_1): Use it to call `deactivate-mark'.
17660 (syms_of_keyboard): Initialize it.
17661
17662 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17663 to another frame.
17664 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17665 Don't call set_tty_color_mode.
17666 (store_frame_param): Reset previous_frame rather than call
17667 set_tty_color_mode.
17668 * term.c (set_tty_color_mode): Rewrite.
17669 * dispextern.h (set_tty_color_mode): New type.
17670 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17671
17672 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17675 for generic chars, which do not exist any more in emacs-unicode.
17676
17677 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17678
17679 * coding.c (detect_coding_emacs_mule)
17680 (Ffind_operation_coding_system): Fix typo.
17681
17682 2008-04-08 Jason Rumney <jasonr@gnu.org>
17683
17684 * w32uniscribe.c (SNAME): Extract only symbol name.
17685
17686 * w32font.h (struct w32_metric_cache): New struct.
17687 (w32font_info): Use it.
17688 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17689 (CACHE_BLOCKSIZE): New constants.
17690
17691 * w32font.c (Qja, Qko, Qzh): New symbols.
17692 (syms_of_w32font): Initialise them.
17693 (font_matches_spec): Use them to filter by language.
17694 (recompute_cached_metrics): Remove function.
17695 (compute_metrics, clear_cached_metrics): New functions.
17696 (w32font_encode_char): Use them to manage metric cache.
17697 (w32font_text_extents): Cache metrics for all glyphs on demand.
17698 Delay converting glyph indices to WORD until needed.
17699 (w32font_open_internal): Initialize metric cache to empty.
17700 (registry_to_w32_charset): Charset should always be a symbol.
17701 (fill_in_logfont, list_all_matching_fonts): Family should
17702 always be a symbol.
17703
17704 2008-04-06 Jason Rumney <jasonr@gnu.org>
17705
17706 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17707 Give up if glyph indices not supported. Use uniscribe obtained
17708 ABC widths for individual metrics. Map glyph clusters back to
17709 characters using fClusterStart flag. Return number of glyphs
17710 produced, not chars processed.
17711 (uniscribe_shape): Map char at FROM to current glyph.
17712
17713 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17714
17715 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17716 Use SetMenuItemHierarchicalMenu.
17717
17718 2008-04-05 Jason Rumney <jasonr@gnu.org>
17719
17720 * image.c (pbm_load): Allow color values up to 65535.
17721 Throw an error if max_color_idx is outside the supported range.
17722 Report an error when image size is invalid.
17723 Read two bytes at a time when raw images have max_color_idx above 255.
17724
17725 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17726
17727 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17728 append "CCL: Quitted" when the CCL program is quitted.
17729 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17730
17731 * ccl.h (struct ccl_program): New member quit_silently.
17732
17733 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17734
17735 * search.c (compile_pattern_1): Treat non-nil and non-string of
17736 search-spaces-regexp as nil.
17737
17738 * minibuf.c (Fassoc_string): Tweak docstring.
17739
17740 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17741
17742 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17743 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17744 2008-03-14 to force inode be positive.
17745
17746 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17747 _S_* ones, since we now use our own sys/stat.h.
17748 (stat, fstat): Don't mangle the inode number.
17749 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17750
17751 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 * frame.h (struct frame): Give one more bit to `visible' since we use
17754 values larger than 1 to indicate obscured frames on ttys.
17755
17756 * keymap.c (Qkeymap_canonicalize): New var.
17757 (Fmap_keymap_internal): New fun.
17758 (describe_map): Use keymap-canonicalize.
17759
17760 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17761 (Fundo_boundary): Set them.
17762 (syms_of_undo): Initialize them.
17763 (record_point): Use them instead of last_point_position*.
17764 (last_undo_buffer): Change type.
17765
17766 2008-04-04 Jason Rumney <jasonr@gnu.org>
17767
17768 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17769 (recompute_cached_metrics): Don't set ascent and descent per char.
17770
17771 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17772 (uniscribe_check_otf): Add GC protection before consing.
17773 Rearrange loop for counting features.
17774
17775 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17778 buffer with byte-size of source buffer.
17779
17780 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17781
17782 * callint.c (Fcall_interactively): Handle temporary region even
17783 when shift-select-mode is off.
17784
17785 2008-04-03 Jason Rumney <jasonr@gnu.org>
17786
17787 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17788
17789 2008-04-03 Kenichi Handa <handa@m17n.org>
17790
17791 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17792 (CATEGORY_MASK_UTF_16): Likewise.
17793 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17794 binary file.
17795 (detect_coding): Add null-byte detection for a binary file.
17796 (detect_coding_system): Likewise.
17797
17798 2008-04-03 Jason Rumney <jasonr@gnu.org>
17799
17800 * w32uniscribe.c: New file.
17801
17802 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17803
17804 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17805
17806 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17807 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17808 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17809 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17810 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17811 (Qphonetic): New symbols.
17812 (syms_of_w32font): Initialize them.
17813 (font_supported_scripts): Use them.
17814 (w32font_list_family): List all charsets.
17815 (w32font_text_extents, recompute_cached_metrics): Fix metric
17816 calculations.
17817 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17818 Give opentype fonts their own format.
17819 (font_matches_spec): New arguments backend and logfont.
17820 Handle :otf spec for uniscribe backend.
17821 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17822 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17823
17824 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17825 font backend.
17826 (globals_of_w32fns): Initialize uniscribe font backend.
17827
17828 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17829 dependencies.
17830 (w32uniscribe.$(O)): New file to build.
17831 (FONT_OBJ): Include w32uniscribe.$(O).
17832 (LIBS): Add uniscribe libraries.
17833
17834 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17835
17836 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17837
17838 * callint.c (Vshift_select_mode): New var.
17839 (Finteractive): Document new ^ spec.
17840 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17841 is present.
17842
17843 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17844 (command_loop_1): Avoid running the direct display versions of
17845 forward-char and backward-char if shift-selection may occur.
17846 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17847 shift-translation takes place.
17848
17849 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17850 avoid clobbering by define-minor-mode.
17851
17852 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17853 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17854
17855 * syntax.c (Fforward_word): Add ^ interactive spec.
17856
17857 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17858 (Fscroll_right): Add ^ interactive spec.
17859
17860 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17863
17864 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17865
17866 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17867
17868 2008-03-31 Juri Linkov <juri@jurta.org>
17869
17870 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17871
17872 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17873
17874 * gtkutil.c (xg_set_geometry): Fix indentation.
17875 (xg_resize_outer_widget): Remove.
17876 (x_wm_size_hint_off): Fix indentation.
17877 (xg_frame_set_char_size): Call flush_and_sync after
17878 gtk_window_resize.
17879 (x_wm_set_size_hint): Pass NULL as geometry window to
17880 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17881 Add menu bar and tool bar height to base height.
17882 (xg_update_frame_menubar, free_frame_menubar)
17883 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17884 (update_frame_tool_bar, free_frame_tool_bar):
17885 Change xg_resize_outer_widget to xg_frame_set_char_size.
17886
17887 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17888
17889 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17890 (Fdbus_call_method): New parameter TIMEOUT.
17891 (dbus-send-signal): Optimize UNGCPRO call.
17892
17893 2008-03-29 Juri Linkov <juri@jurta.org>
17894
17895 * window.c (Fdisplay_buffer): Move call to
17896 Vsplit_window_preferred_function out of conditions that check
17897 if window is eligible for vertical splitting.
17898 When Vsplit_window_preferred_function is non-nil, call it and use
17899 its non-nil return value as window. Otherwise, continue doing
17900 vertical splitting using Fsplit_window with arg horflag=nil.
17901 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17902 default value from `split-window' to nil.
17903
17904 2008-03-29 Juri Linkov <juri@jurta.org>
17905
17906 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17907 for interactive code letters 'b' and 'B'.
17908
17909 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17910
17911 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17912 multibyte string.
17913
17914 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17915
17916 * keyboard.c (pending_funcalls): New var.
17917 (timer_check): Run it.
17918 (syms_of_keyboard): Initialize it.
17919 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17920 (Vdelete_terminal_functions): New vars.
17921 (syms_of_terminal): Initialize them.
17922 (Fdelete_terminal): Run delete-terminal-functions.
17923 * xdisp.c (safe_eval): Rewrite.
17924 (safe_call2): New fun.
17925 * frame.c (Qdelete_frame_functions): New var.
17926 (syms_of_frame): Initialize it.
17927 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17928 * lisp.h (safe_call2, pending_funcalls): Declare.
17929
17930 2008-03-28 Andreas Schwab <schwab@suse.de>
17931
17932 * indent.c (Fmove_to_column): Move declaration before statements.
17933
17934 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17937 (struct frame): Use bit fields for boolean vars.
17938
17939 * process.c (server_accept_connection): Simplify naming.
17940 (emacs_get_tty_pgrp): Use SDATA.
17941
17942 * coding.c (decode_coding_object): Fix last change.
17943
17944 2008-03-27 Jason Rumney <jasonr@gnu.org>
17945
17946 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17947
17948 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17949
17950 * charset.c (Fdefine_charset_internal): Change the way of
17951 registering charsets in Vcharset_order_list.
17952 (syms_of_charset): Make the charset `eight-bit' supplementary.
17953
17954 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17955
17956 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17957 operations, to avoid having the difference between pointers
17958 overflow.
17959
17960 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * indent.c (check_display_width): New fun.
17963 (scan_for_column): Use it.
17964
17965 * data.c (syms_of_data): Mark most-positive-fixnum and
17966 most-negative-fixnum as constants.
17967
17968 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17969
17970 * indent.c (scan_for_column): Extract from current_column_1.
17971 Merge with the same code from Fmove_to_column.
17972 (current_column_1, Fmove_to_column): Use it.
17973
17974 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * keymap.c (map_keymap_internal): New fun.
17977 (map_keymap): Use it.
17978 (Fmap_keymap_internal): New fun.
17979 (Fmap_keymap): Remove left-out test from before make_save_value.
17980
17981 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17982
17983 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17984 Use XCAR/XCDR.
17985
17986 * process.h (struct Lisp_Process): Remove filter_multibyte.
17987 * process.c (QCfilter_multibyte): Remove.
17988 (setup_process_coding_systems): Don't use filter_multibyte.
17989 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17990 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17991 (Fset_process_filter_multibyte): Change the coding-system to
17992 approximate the previous behavior.
17993 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17994 coding-system.
17995
17996 * coding.c (decode_coding_object): When not decoding into a buffer,
17997 obey the coding system's preference of (uni|multi)byte.
17998
17999 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18002 every char is changed and has a different byte-length.
18003 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18004 Fix int -> EMACS_INT.
18005
18006 2008-03-23 David Hansen <david.hansen@gmx.net>
18007
18008 * dbusbind.c (xd_read_message): Remove extra copying of message
18009 strings. Check for NULL `interface' or `member'.
18010
18011 2008-03-22 Eli Zaretskii <eliz@gnu.org>
18012
18013 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18014 cFileName a file name that includes `?' characters, use the 8+3
18015 alias in cAlternateFileName instead.
18016
18017 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18020
18021 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18022
18023 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18024 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18025 work on current_buffer only instead (that was already the case
18026 for some of the code anyway).
18027 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18028 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18029 (SET_PT, SET_PT_BOTH): Adjust.
18030 * intervals.h (set_point, temp_set_point, set_point_both)
18031 (temp_set_point_both): Remove redundant declarations.
18032
18033 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 * fileio.c (Finsert_file_contents):
18036 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18037 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18038 when buffer != current_buffer anyway.
18039
18040 2008-03-20 Andreas Schwab <schwab@suse.de>
18041
18042 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18043 as default.
18044
18045 2008-03-19 Jason Rumney <jasonr@gnu.org>
18046
18047 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18048 (syms_of_w32fns): Initialize them.
18049 (HOURGLASS_ID): New constant.
18050 (x_window_to_frame): Don't check hourglass_window.
18051 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18052 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18053 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18054 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18055 Only change the cursor if hourglass is not active.
18056 (Fx_create_frame): Initialize frame's current_cursor.
18057 (hourglass_atimer): Remove.
18058 (hourglass_started): New function.
18059 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18060 (show_hourglass): Adapt to w32, changing argument to frame.
18061
18062 * w32term.h (struct w32_output): Remove hourglass_window.
18063 Add current_cursor.
18064
18065 * eval.c (call_debugger, Fsignal):
18066 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18067 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18068 (Fexecute_extended_command, cancel_hourglass_unwind):
18069 * minibuf.c (read_minibuf):
18070 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18071
18072 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * window.c (run_funs): New fun.
18075 (run_window_configuration_change_hook): Use it to run the buffer-local
18076 and the global part of the hook.
18077
18078 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18079 (unwind_format_mode_line): Restore selected window.
18080 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18081
18082 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * editfns.c (Fchar_equal): Check they are valid characters.
18085
18086 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18087
18088 2008-03-17 Andreas Schwab <schwab@suse.de>
18089
18090 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18091 against a charset.
18092
18093 * lisp.h (Fbuffer_list): Declare.
18094
18095 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
18096
18097 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18098 handlebox_widget is != 0.
18099
18100 2008-03-16 Juri Linkov <juri@jurta.org>
18101
18102 * callint.c (Fcall_interactively): For interactive code letters
18103 'b' and 'B' put the buffer list into the list of default "future"
18104 values of the minibuffer.
18105
18106 2008-03-16 Andreas Schwab <schwab@suse.de>
18107
18108 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18109 modifiers.
18110
18111 * regex.c (re_match_2_internal): Correct matching of a charset
18112 against latin-1 characters.
18113
18114 2008-03-16 Kenichi Handa <handa@m17n.org>
18115
18116 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18117 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18118 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18119 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18120 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18121 CHAR_STRING_ADVANCE.
18122 (produce_chars): Fix for the case that the source and the
18123 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18124 instead of CHAR_STRING_ADVANCE.
18125 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18126 STRING_CHAR_ADVANCE.
18127
18128 2008-03-15 Andreas Schwab <schwab@suse.de>
18129
18130 * regex.c (re_match_2_internal): Correct matching of eight bit
18131 characters in unibyte strings.
18132
18133 2008-03-15 Martin Rudalics <rudalics@gmx.at>
18134
18135 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18136 at end of range when it coincides with the end of the buffer.
18137
18138 2008-03-14 Eli Zaretskii <eliz@gnu.org>
18139
18140 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18141
18142 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18143
18144 2008-03-14 Jason Rumney <jasonr@gnu.org>
18145
18146 * editfns.c (initial_tz): New variable.
18147 (syms_of_editfns): Initialize it.
18148 (Fset_time_zone_rule): Set it when first called.
18149 Use it when TZSTRING is nil.
18150
18151 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18152 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18153 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18154 (globals_of_w32fns): Initialize them.
18155 (compute_tip_xy): Use them to position tooltips.
18156
18157 2008-03-14 Glenn Morris <rgm@gnu.org>
18158
18159 * emacs.c (main): Revert previous change.
18160 (standard_args): Revert -internal-script back to -scriptload,
18161 and remove the long-option form.
18162
18163 2008-03-13 Glenn Morris <rgm@gnu.org>
18164
18165 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18166 Remove option -enable-font-backend.
18167
18168 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18171
18172 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18173
18174 * xterm.c (x_connection_closed): For GTK: If this is the last
18175 terminal just exit without closing the display.
18176
18177 2008-03-11 Jason Rumney <jasonr@gnu.org>
18178
18179 * w32font.c (w32font_full_name): Use floor to round.
18180
18181 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18182
18183 * sound.c (alsa_configure): Declare vol at beginning of block.
18184
18185 * fontset.c (Ffontset_info): Remove extra semicolon.
18186
18187 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18188
18189 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18190 size of resulting string.
18191
18192 2008-03-10 Jason Rumney <jasonr@gnu.org>
18193
18194 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18195
18196 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18197
18198 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18199 Don't pretend as if characters with display property haven't been
18200 consumed for string-replacing-string case.
18201
18202 2008-03-08 Kim F. Storm <storm@cua.dk>
18203
18204 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18205 (get_next_display_element, next_element_from_string)
18206 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18207
18208 2008-03-08 Andreas Schwab <schwab@suse.de>
18209
18210 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18211
18212 2008-03-06 Jason Rumney <jasonr@gnu.org>
18213
18214 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18215 when charset not specified. Only translate ANSI to unicode when
18216 font_type is truetype.
18217 (w32font_coverage_ok): New function.
18218 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18219
18220 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18221
18222 * lread.c (Fread_char): Resolve modifiers.
18223 (Fread_char_exclusive): Likewise.
18224
18225 * character.c (char_resolve_modifier_mask): New function.
18226 (char_string): Use char_resolve_modifier_mask.
18227 (Fchar_resolve_modifiers): New function.
18228 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18229 function.
18230
18231 2008-03-04 Jason Rumney <jasonr@gnu.org>
18232
18233 * makefile.w32-in: Always include w32font.c in the build.
18234 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18235
18236 2008-03-04 Andreas Schwab <schwab@suse.de>
18237
18238 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18239 (versionclean): Likewise.
18240
18241 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18242
18243 * .cvsignore: Add oo.
18244
18245 2008-03-03 Andreas Schwab <schwab@suse.de>
18246
18247 * coding.c (decode_coding_object): Inhibit gap shrinking while
18248 decoding in place.
18249
18250 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18251
18252 * w32term.c: Remove unused include "gnu.h".
18253 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18254
18255 * gnu.h: Rename to ...
18256 * emacs-icon.h: ... this.
18257 * xterm.c: Use emacs-icon.h instead of gnu.h.
18258 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18259
18260 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18261
18262 * w32font.c: Include math.h.
18263
18264 2008-03-03 Jason Rumney <jasonr@gnu.org>
18265
18266 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18267 Compute options separately.
18268 (w32font_open_internal): Set glyph_idx before caching metrics.
18269
18270 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18271 Define if system headers don't.
18272 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18273 (w32font_encode_char): Don't declare here.
18274
18275 * w32font.c (Quniscribe, QCformat): New symbols.
18276 (syms_of_w32font): Define them.
18277 (w32font_has_char): Indicate uncertainty.
18278 (w32font_encode_char): Encode as glyph point. Make static.
18279 (recompute_cached_metrics): New function.
18280 (w32font_open_internal): Use it. Set font to use glyph points
18281 initially. Set format based on type of font.
18282 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18283 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18284 on it. Set format based on information available here.
18285 (add_font_entity_to_list): Identify backend based on opentype_only.
18286
18287 2008-03-02 Andreas Schwab <schwab@suse.de>
18288
18289 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18290
18291 * coding.c (decode_coding_big5, produce_chars):
18292 Fix typos in last change.
18293
18294 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18295
18296 * gnu.h: New icon.
18297
18298 2008-03-02 Kenichi Handa <handa@m17n.org>
18299
18300 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18301 `dos', don't decode '\r' if that is the last in the source.
18302 (decode_coding_utf_16, decode_coding_emacs_mule)
18303 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18304 (decode_coding_raw_text, decode_coding_charset): Likewise.
18305 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18306
18307 2008-03-01 Jason Rumney <jasonr@gnu.org>
18308
18309 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18310
18311 2008-03-01 Kim F. Storm <storm@cua.dk>
18312
18313 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18314
18315 2008-03-01 Jason Rumney <jasonr@gnu.org>
18316
18317 * w32font.c (w32font_full_name): New function.
18318 (w32font_open_internal): Use it.
18319
18320 2008-03-01 Kim F. Storm <storm@cua.dk>
18321
18322 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18323
18324 2008-03-01 Jason Rumney <jasonr@gnu.org>
18325
18326 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18327
18328 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18329
18330 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18331 xg_frame_resized when the event is for the edit widget.
18332
18333 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18334
18335 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18336 set_char_size.
18337 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18338 operations on widgets here. Just set frame size if needed.
18339 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18340 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18341 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18342 the whole frame.
18343 (xg_create_tool_bar): Move attachment of the tool bar to
18344 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18345 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18346
18347 2008-03-01 Jason Rumney <jasonr@gnu.org>
18348
18349 * w32fns.c (w32_msg_pump): Disable debug code.
18350
18351 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18352
18353 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18354
18355 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18356
18357 * xdisp.c (next_overlay_string): Don't set
18358 overlay_strings_at_end_processed_p if we're currently reading from
18359 a display string.
18360
18361 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * xdisp.c (get_overlay_strings_1): Fix typo.
18364
18365 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18366
18367 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18368
18369 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18370
18371 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18372
18373 * xdisp.c (display_mode_element): Cancel the previous change.
18374 (decode_mode_spec): Likewise.
18375 (handle_auto_composed_prop): Don't make composition if it->string
18376 is a string.
18377
18378 2008-02-27 Kim F. Storm <storm@cua.dk>
18379
18380 * lisp.h (GLYPH): Change type from int to struct with separate char
18381 and face_id members.
18382 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18383 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18384 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18385 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18386 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18387 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18388 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18389 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18390 handle new Lisp glyph code encoding, either an integer or a cons.
18391
18392 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18393 (GLYPH_ALIAS): Delete.
18394 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18395 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18396 (GLYPH_FROM_CHAR): Replace macro by ...
18397 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18398
18399 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18400 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18401 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18402 (GLYPH_INVALID_P): New macro.
18403 (spec_glyph_lookup_face): Update prototype.
18404
18405 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18406 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18407 new glyph code encoding.
18408 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18409 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18410
18411 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18412 Adapt to new glyph type and new glyph code encoding.
18413
18414 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18415
18416 * indent.c (current_column, current_column_1, Fmove_to_column)
18417 (compute_motion): Adapt to new glyph code encoding.
18418
18419 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18420
18421 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18422
18423 * process.c (wait_reading_process_output): Check for window
18424 changes caused by timers.
18425 Suggested by Johan Bockgård.
18426
18427 2008-02-27 Glenn Morris <rgm@gnu.org>
18428
18429 * emacs.c (USAGE1): Add `--disable-font-backend'.
18430
18431 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18432
18433 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18434 is made to the buffer.
18435
18436 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18437
18438 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18439 (face_at_string_position):
18440 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18441 (face_at_string_position):
18442 * xdisp.c (display_string, next_overlay_change):
18443 * buffer.h (overlays_at):
18444 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18445 Update callers.
18446
18447 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18448
18449 * editfns.c (Fformat): Doc fix.
18450
18451 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18452
18453 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18454 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18455 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18456
18457 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * buffer.c (Fbuffer_swap_text): New function.
18460 (syms_of_buffer): Defsubr it.
18461
18462 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18463
18464 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18465
18466 2008-02-25 Jason Rumney <jasonr@gnu.org>
18467
18468 * w32font.c (w32font_draw): Draw one character at a time when padding.
18469
18470 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18473 Handle a nil arg. Use run_window_configuration_change_hook.
18474 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18475 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18476 Use run_window_configuration_change_hook.
18477
18478 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18479
18480 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18481 1-pixel width.
18482
18483 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18484
18485 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18486 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18487 if the glyph in the font is zero pixel with.
18488
18489 * dispextern.h (struct glyph_string): New member padding_p.
18490
18491 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18492
18493 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18494
18495 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18496
18497 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18498
18499 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18500
18501 2008-02-25 Jason Rumney <jasonr@gnu.org>
18502
18503 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18504
18505 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 Allow fine-grained image-cache flushing.
18508 * dispextern.h (struct image): Add `dependencies' field.
18509 (clear_image_caches): Change arg to Lisp_Object.
18510 * image.c (make_image): Initialize `dependencies' field.
18511 (clear_image_cache): Change arg to allow fine-grained flushing.
18512 Perform the flush even if image-cache-eviction-delay is nil.
18513 (clear_image_caches): Change arg to Lisp_Object.
18514 (Fclear_image_cache): Expand meaning of the argument.
18515 (mark_image): Mark `dependencies' field.
18516 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18517 (lface_hash): Use XHASH rather than XFASTINT.
18518 (face_at_buffer_position): Fix int -> EMACS_INT position.
18519 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18520 (select_frame_for_redisplay): Remove code duplication.
18521 (redisplay_internal): Adapt arg to call to clear_image_caches.
18522
18523 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18524
18525 * s/vms4-0.h:
18526 * s/vms4-2.h:
18527 * s/vms4-4.h:
18528 * s/vms5-5.h: Remove, unused.
18529
18530 * s/irix5-2.h:
18531 * s/irix6-0.h:
18532 * s/riscos5.h:
18533 * s/mach-bsd4-3.h:
18534 * m/mips4.h: Remove files for obsolete systems.
18535
18536 * Makefile.in:
18537 * filelock.c:
18538 * unexmips.c:
18539 * m/hp9000s300.h:
18540 * m/iris4d.h:
18541 * s/aix3-1.h:
18542 * s/hpux.h:
18543 * s/msdos.h:
18544 * s/usg5-0.h:
18545 * s/usg5-2-2.h:
18546 * s/usg5-2.h:
18547 * s/usg5-3.h: Remove references to obsolete variables.
18548
18549 * s/irix5-0.h: Remove, move all the contents ...
18550 * s/irix6-5.h: ... here. Simplify.
18551 * config.in: Regenerate.
18552
18553 2008-02-24 Jason Rumney <jasonr@gnu.org>
18554
18555 * w32term.c (x_draw_glyph_string_background): Clear the background
18556 manually when cleartype is in use.
18557 (x_draw_glyph_string_foreground): Draw text transparently when
18558 cleartype is in use.
18559
18560 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18561 a font into it unless we have to.
18562
18563 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18566 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18567
18568 2008-02-18 Jason Rumney <jasonr@gnu.org>
18569
18570 * w32fns.c (Fw32_shell_execute): Encode parameters.
18571
18572 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18573
18574 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18575
18576 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18577
18578 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18579
18580 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18581
18582 * xterm.c (x_set_offset): Don't change the gravity if
18583 CHANGE_GRAVITY is -1.
18584
18585 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18586
18587 * fileio.c (auto_save_error_occurred): New var.
18588 (auto_save_error): Set it.
18589 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18590 error occurred.
18591
18592 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18593
18594 * w32.c (globals_of_w32): Add initializations for
18595 g_b_init_get_sid_sub_authority and
18596 g_b_init_get_sid_sub_authority_count.
18597
18598 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18601 (font_parse_xlfd): Use them for sanity check.
18602 (Finternal_set_font_style_table): Make sure the table is bijective.
18603
18604 Consolidate the image_cache to the terminal struct.
18605 * termhooks.h (P_): Remove redundant def.
18606 (struct terminal): New field `image_cache'.
18607 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18608 of FRAME_X_IMAGE_CACHE.
18609 * xterm.h (struct x_display_info): Remove image_cache field.
18610 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18611 * w32term.h (struct w32_display_info): Remove image_cache field.
18612 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18613 * macterm.h (struct mac_display_info): Remove image_cache field.
18614 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18615 * xterm.c (x_term_init):
18616 * w32term.c (w32_term_init):
18617 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18618 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18619 Remove declarations.
18620 (clear_image_caches, mark_image_cache): New declarations.
18621 * xfaces.c (clear_face_cache):
18622 * xdisp.c (redisplay_internal): Use clear_image_caches.
18623 * image.c (clear_image_cache): Don't check that a frame is on
18624 a window-system before checking if it shares the same cache.
18625 (clear_image_caches): New function.
18626 (Fclear_image_cache): Use it.
18627 (mark_image): Move from allo.c.
18628 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18629 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18630 (mark_object): Don't call mark_image_cache for frames.
18631 (mark_terminals): Call mark_image_cache.
18632
18633 * lisp.h (Fdelete_terminal): Declare.
18634
18635 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18636 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18637 wrong_type_argument.
18638
18639 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18640
18641 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18642 malayalam.el, and tamil.el. Add sinhala.el.
18643
18644 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18645
18646 * xterm.c (x_connection_closed): Consolidate identical tests.
18647 (x_delete_terminal): Don't crash if called via x_connection_closed.
18648
18649 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18650
18651 * xdisp.c (decode_mode_spec): New arg string.
18652 (display_mode_element): Adjust for the above change.
18653
18654 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * callint.c (Fcall_interactively): Use AREF.
18657
18658 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18659
18660 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18661
18662 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18663
18664 * xfns.c (Fx_show_tip): Set string to " " if empty.
18665
18666 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18667
18668 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18669 with Qt.
18670
18671 2008-02-17 Kenichi Handa <handa@m17n.org>
18672
18673 * ftfont.c (ftfont_shape): Return Lispy number.
18674
18675 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18676 for GCs.
18677 (Finternal_set_font_selection_order): Call font_update_sort_order
18678 only when enable_font_backend is set.
18679 (realize_x_face): Set face->font_info to that of default face only
18680 when enable_font_backend is set.
18681
18682 * xdisp.c (handle_composition_prop): Set it->c to the fist
18683 character of the composed region.
18684 (fill_composite_glyph_string): Set base_face->font_info to
18685 s->font_info. Get a face for ascii from base_face->ascii_face.
18686 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18687 with a face already decided.
18688 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18689 non-negative.
18690 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18691 call font_prepare_composition unconditionally.
18692
18693 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18694
18695 * xterm.h (struct x_display_info): New member font.
18696
18697 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18698 (x_set_mouse_face_gc, x_new_font): Likewise.
18699 (x_term_init): Setup display_info->font.
18700 (x_delete_terminal): Free display_info->font.
18701
18702 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18703
18704 * ftxfont.c (ftxfont_default_fid): Delete it.
18705 (ftxfont_open): Set xfont->fid to 0.
18706 (ftxfont_end_for_frame): Clear data specific to the frame and the
18707 font-driver.
18708
18709 * xftfont.c (xftfont_default_fid): Delete it.
18710 (xftfont_open): Set xfont->fid to 0.
18711
18712 * fontset.c (FONTSET_OBJLIST): New macro.
18713 (fontset_find_font): Update font-object list of the fontset.
18714 (free_realized_fontset): New function.
18715 (free_face_fontset): Call free_realized_fontset.
18716 (Ffont_info): Call font_close_object only when enable_font_backend
18717 is set.
18718
18719 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18720 [HAVE_NTGUI]: Include w32term.h.
18721 [MAC_OS]: Include macterm.ch.
18722 (font_otf_ValueRecord): Use make_number.
18723 (font_finish_cache): Fix handling of reference count.
18724 (font_clear_cache): Update num_fonts.
18725 (font_open_entity): Update smallest_char_width and
18726 smallest_font_height of the frame.
18727 (font_close_object): Update num_fonts.
18728 (Fclear_font_cache): Fix finding the target cache data.
18729
18730 2008-02-16 Glenn Morris <rgm@gnu.org>
18731
18732 * fontset.c (Finternal_char_font): Fix compilation warning.
18733
18734 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18735
18736 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18737 instead of char arrays. Enlarge the size of array passed to
18738 get_token_information.
18739
18740 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18741 warnings.
18742
18743 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18744
18745 * .gdbinit: Don't set `args', it breaks gdb --args.
18746
18747 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18750 within a narrowed buffer.
18751
18752 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18753
18754 * coding.c (decode_coding_object, encode_coding_object):
18755 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18756
18757 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18760 hardcoding 1.
18761 (detect_coding_system):
18762 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18763 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18764 * insdel.c (insert_from_gap):
18765 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18766 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18767 (string_to_multibyte):
18768 * character.c (chars_in_text, multibyte_chars_in_text):
18769 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18770
18771 * character.h (FETCH_STRING_CHAR_ADVANCE)
18772 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18773 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18774 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18775
18776 * casefiddle.c (casify_region): Only call after-change and composition
18777 functions on the part of the region that was changed.
18778
18779 * keyboard.c (read_avail_input):
18780 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18781
18782 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18785 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18786
18787 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18788
18789 * w32menu.c (push_submenu_start, push_submenu_end)
18790 (push_left_right_boundary, push_menu_pane, push_menu_item):
18791 * keyboard.c (read_key_sequence): Don't pass args with side effects
18792 to AREF, it fails when compiling with -DENABLE_CHECKING.
18793
18794 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18795
18796 * Makefile.in (${lispsource}international/charprop.el):
18797 Delete this target.
18798
18799 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18800 emacs-unicode-2.
18801
18802 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18803
18804 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18805
18806 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18807
18808 * frame.c (Qnoelisp): New symbol.
18809 (syms_of_frame): Initialize it.
18810 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18811 harmless Elisp code, from a strong `force' from x_connection_closed.
18812 * frame.h (Qnoelisp): Declare.
18813 * xterm.c (x_connection_closed): Pass `noelisp'.
18814
18815 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18816 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18817 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18818 rather than `int' for the type of `type'.
18819
18820 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18821
18822 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18823
18824 * Makefile.in (GNUC): Remove support for gcc-1.x.
18825
18826 2008-02-10 Richard Stallman <rms@gnu.org>
18827
18828 * lisp.h (ASET): Use AREF, not ASLOT.
18829
18830 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18831
18832 * lisp.h (ASET): Check bounds.
18833
18834 2008-02-10 Glenn Morris <rgm@gnu.org>
18835
18836 * buffer.c (mode-name): Doc fix.
18837
18838 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18839
18840 * Makefile.in:
18841 * emacs.c:
18842 * gmalloc.c:
18843 * keyboard.c:
18844 * lisp.h:
18845 * m/ibm370aix.h:
18846 * process.c:
18847 * regex.c:
18848 * s/hpux.h:
18849 * sysdep.c:
18850 * sysselect.h:
18851 * systty.h:
18852 * unexec.c:
18853 * w32term.c:
18854 * xsmfns.c:
18855 * xterm.c: Remove code that deals with obsolete variables.
18856
18857 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18858
18859 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18860 nothing else needs it anymore.
18861
18862 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18863
18864 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18865 instead of unibyte_char_to_multibyte.
18866
18867 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18868
18869 * s/gnu-linux.h: Remove commented out code.
18870
18871 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18872
18873 * Makefile.in: Update what RMS says about using autoconf.
18874 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18875 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18876 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18877 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18878
18879 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * keymap.c (Fkey_description): Move side effect outside of macro call.
18882
18883 * xfaces.c (Finternal_make_lisp_face):
18884 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18885
18886 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18887 (syms_of_fontset): Use ASET.
18888
18889 * fns.c (concat): Move side effect outside of macro call.
18890 (hash_clear): Use ASET.
18891
18892 2008-02-08 Richard Stallman <rms@gnu.org>
18893
18894 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18895 If FORCE, and frame has a surrogate minibuffer for another frame,
18896 delete the other frame first.
18897
18898 2008-02-07 Timo Savola <timo.savola@iki.fi>
18899
18900 * xterm.c (x_detect_focus_change): Handle embed client message.
18901 (handle_one_xevent): Ditto.
18902 (handle_one_xevent): If embedded and we get a button press/release,
18903 request focus.
18904 (xembed_set_info, xembed_send_message): New functions.
18905 (x_make_frame_visible): Call xembed_set_info if embedded.
18906 (x_make_frame_invisible): Call xembed_set_info if embedded.
18907 (x_term_init): Initialize Xatom_XEMBED.
18908 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18909 (x_iconify_frame): Ditto.
18910
18911 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18912 (enum xembed_info, enum xembed_message, enum xembed_focus)
18913 (enum xembed_modifier, enum xembed_accelerator): New.
18914 (xembed_set_info, xembed_send_message): Declare.
18915 (FRAME_X_EMBEDDED_P): New.
18916
18917 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18918 gtk_plug_new.
18919
18920 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18921 window ID of a frame.
18922 (x_window): Reparent frame if embedded.
18923 (Fx_create_frame): Don't set border width if embedded.
18924
18925 * emacs.c (USAGE3): Add --parent-id.
18926 (standard_args): Ditto.
18927
18928 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18929
18930 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18931
18932 2008-02-07 Jim Meyering <meyering@redhat.com>
18933
18934 Use "do...while (0)", not "if (1)...else" in macro definitions.
18935 The latter provokes a warning from gcc about the empty else, when
18936 followed by ";". Also, without that trailing semicolon, it would
18937 silently swallow up any following statement.
18938 * syntax.h (SETUP_SYNTAX_TABLE)
18939 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18940 * buffer.h (DECODE_POSITION): Likewise.
18941 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18942 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18943 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18944 (FETCH_CHAR_ADVANCE): Likewise.
18945 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18946
18947 2008-02-07 Jim Meyering <meyering@redhat.com>
18948
18949 * lread.c [lint]: Don't include <sys/inode.h>.
18950
18951 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * xselect.c (x_handle_dnd_message):
18954 * xmenu.c (digest_single_submenu, xmenu_show):
18955 * xdisp.c (with_echo_area_buffer_unwind_data)
18956 (format_mode_line_unwind_data, unwind_format_mode_line)
18957 (display_menu_bar):
18958 * eval.c (Ffetch_bytecode):
18959 * doc.c (store_function_docstring):
18960 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18961 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18962 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18963
18964 2008-02-07 Kenichi Handa <handa@m17n.org>
18965
18966 * ftxfont.c (ftxfont_open): Don't set
18967 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18968
18969 * ftfont.c (ftfont_open): Fix previous change.
18970
18971 2008-02-06 Jason Rumney <jasonr@gnu.org>
18972
18973 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18974 Use cached metrics for ASCII characters.
18975 (w32font_open_internal): Don't set font's owning_frame.
18976 Cache metrics for ASCII characters.
18977
18978 * w32font.h (struct w32font_info): Add ascii_metrics.
18979 Remove owning_frame.
18980
18981 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18982
18983 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18984 to negative value.
18985
18986 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18987
18988 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18989
18990 * charset.c (syms_of_charset): Set QCtest and Qeq.
18991
18992 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * process.c (Fstart_process):
18995 * callproc.c (Fcall_process): Handle the case where
18996 Funhandled_file_name_directory returns nil.
18997
18998 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18999 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19000 * font.c (check_gstring): Use them and AREF to access the vector before
19001 we know it's really a gstring.
19002 (Ffont_shape_text): Fix typo.
19003 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19004
19005 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19006 Declare.
19007
19008 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19009
19010 2008-02-05 Jason Rumney <jasonr@gnu.org>
19011
19012 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19013 Set smallest_font_height and smallest_char_width in display info.
19014
19015 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19016
19017 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19018
19019 2008-02-05 Miles Bader <miles@gnu.org>
19020
19021 * xfaces.c (get_lface_attributes, merge_named_face)
19022 (lookup_named_face, lookup_derived_face, realize_named_face):
19023 Revert 2008-02-01 change by cyd@stupidchicken.com.
19024
19025 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19026
19027 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19028 fallback fonts.
19029 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19030
19031 2008-02-04 Jason Rumney <jasonr@gnu.org>
19032
19033 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19034 set full_name.
19035 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19036
19037 2008-02-03 Jason Rumney <jasonr@gnu.org>
19038
19039 * makefile.w32-in (OBJ1): Include font.o here.
19040 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19041
19042 2008-02-02 Jason Rumney <jasonr@gnu.org>
19043
19044 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19045
19046 2008-02-01 Jason Rumney <jasonr@gnu.org>
19047
19048 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19049
19050 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19051
19052 2008-02-01 Andreas Schwab <schwab@suse.de>
19053
19054 * Makefile.in (shortlisp, lisp): Update for rename of
19055 ../lisp/language/myanmar.el.
19056
19057 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
19058
19059 * xfaces.c (get_lface_attributes): Delete function.
19060 (merge_named_face, lookup_named_face, lookup_derived_face)
19061 (realize_named_face): Call lface_from_face_name directly, and use
19062 the fact that merge_face_vectors does not alter its FROM argument.
19063
19064 2008-02-01 Jason Rumney <jasonr@gnu.org>
19065
19066 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19067 input in the default locale. Handle non-Unicode multibyte input.
19068
19069 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19070
19071 * fontset.c (reorder_font_vector): Exclude nil elements from the
19072 font group. Don't try multiple fonts.
19073 (fontset_font): Adjust for the above change.
19074 (Finternal_char_font): Return nil if the found font doesn't
19075 contain the character ch.
19076
19077 * Makefile.in (lisp, shortlisp): Add cham.el.
19078
19079 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19080
19081 * font.h (FONTP): Make it return 1 also for a font-object.
19082
19083 * .gdbinit (xfontset): New function.
19084
19085 * font.c (font_find_for_lface): Check if the character C is
19086 supported or not only for the first font.
19087
19088 * fontset.c (reorder_font_vector): Fix typo.
19089 (fontset_find_font): Don't add a font-spec specifying a script.
19090 Use 0 (not Qt) for the indication of empty font-group. Change the
19091 format of RFONT-DEF. Return Qt if no font in the font-group
19092 support the character.
19093 (fontset_font): Adjust for the above change. If no font was
19094 found the character, remember that.
19095 (face_for_char): Adjust for the change of RFONT-DEF.
19096 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19097 no font for the target.
19098 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19099
19100 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19101
19102 * font.c (font_load_for_face): Handle the case that the font in
19103 face->lface is a string.
19104
19105 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19106
19107 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19108
19109 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19110
19111 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19112 Fix previous change. If the frame is not on a window system,
19113 signal an error.
19114
19115 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19116
19117 * coding.c (decode_coding_object, encode_coding_object): Adjust
19118 marker positions after conversion.
19119
19120 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19121
19122 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19123
19124 * font.c (font_find_for_lface): Fix the handling of the return
19125 value of font_has_char.
19126 (Ffont_shape_text): Fix previous change.
19127
19128 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19129 (fontset_ref_and_range): Delete it.
19130 (fontset_find_font): Call char_table_ref_and_range instead of
19131 FONTSET_REF_AND_RANGE.
19132 (make_fontset): Don't setup font groups of Latin here.
19133 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19134 (new_fontset_from_font): Make the specified font the default for
19135 all Latin characters.
19136
19137 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19138
19139 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19140 is on a window system before accessing the fontset of the frame.
19141
19142 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19143
19144 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19145
19146 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19147 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19148
19149 * font.c (Ffont_shape_text): If the font driver doesn't have a
19150 shaper function, make zero-width glyphs to have at least one-pixel
19151 width. Fix setting of `to' field of glyphs.
19152
19153 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19154
19155 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19156 glyphs.
19157
19158 * font.h (struct font_driver): Improve docstring of member `shape'.
19159
19160 2008-02-01 Kenichi Handa <handa@m17n.org>
19161
19162 * composite.c (syms_of_composite): Fix docstring of
19163 auto-composition-function.
19164
19165 * font.h (LGLYPH_SIZE): New macro.
19166
19167 * font.c (Ffont_fill_gstring): Stop filling when a character not
19168 supported by the font is found.
19169 (Ffont_shape_text): When a shape callback function returns nil,
19170 try at most two more times with larger gstring.
19171 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19172
19173 * xdisp.c (handle_auto_composed_prop): Change the argument to
19174 auto-composition-function.
19175
19176 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19177 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19178 Lispy glyph and store it in the lgstring.
19179
19180 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19181
19182 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19183
19184 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19185
19186 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19187
19188 * fontset.c (Vfont_encoding_charset_alist): New variable.
19189 (syms_of_fontset): DEFVAR it.
19190 (reorder_font_vector, fontset_find_font): Optimize for the case of
19191 no need of reordering.
19192 (face_for_char): Map the charset property by
19193 Vfont_encoding_charset_alist.
19194
19195 2008-02-01 Jason Rumney <jasonr@gnu.org>
19196
19197 * w32font.c (logfonts_match): Don't check adstyle here.
19198 (font_matches_spec): Check here against physical font instead.
19199 (add_font_entity_to_list): Avoid some substitutions.
19200
19201 * font.c (font_parse_fcname): Default weight and slant to normal.
19202 (font_score): Prefer normal fonts if weight or slant unspecified.
19203 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19204 match freetype scores.
19205
19206 2008-02-01 Jason Rumney <jasonr@gnu.org>
19207
19208 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19209 font, as it may have been deleted.
19210 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19211 most common hyphenless variation.
19212 (logfonts_match): Check generic family.
19213 (font_matches_spec): Don't check generic family here.
19214 (fill_in_logfont): Set generic family based on adstyle.
19215
19216 * w32font.h (w32font_get_cache): Update declaration.
19217
19218 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19219
19220 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19221
19222 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19223 If none of the new drivers are available, call font_update_drivers
19224 with the old drivers.
19225
19226 * w32font.c (w32font_get_cache): Adjust the argument type.
19227
19228 * xfont.c (xfont_get_cache): Adjust the argument type.
19229
19230 * font.h (struct font_driver): Change argument type of get_cache.
19231
19232 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19233
19234 * font.c (Ffont_get): Fix arguments to Fassoc.
19235 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19236 (font_clear_cache): New function.
19237 (font_list_entities, font_matching_entity): Use font_get_cache.
19238 (font_update_drivers): Call font_clear_cache when finishing a driver.
19239
19240 * fontset.c (fontset_find_font): Fix previous change.
19241
19242 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19243
19244 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19245 dpyinfo->font_table.
19246 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19247 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19248
19249 * font.c (font_at): Handle the case that the arg C is negative.
19250 Handle the unibyte case.
19251 (Ffont_at): Call font_at with the arg C -1.
19252
19253 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19254 the position here, and call font_at with the arg C -1.
19255 Don't check the range of the existing composition at the point.
19256
19257 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19258
19259 * fontset.c (fontset_add): New args charset_id and family.
19260 Change caller.
19261 (load_font_get_repertory, fontset_find_font): Assume that
19262 font_spec is always a font-spec object.
19263 (Fset_fontset_font): Always store a font-spec object in a fontset.
19264
19265 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19266 instead of get_property_and_range.
19267
19268 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19269
19270 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19271 (xftfont_open): Don't keep locking face.
19272 (xftfont_close): Don't unlock face.
19273 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19274
19275 * fontset.c (fontset_find_font): Don't prefer a font of
19276 supplementary charset.
19277
19278 2008-02-01 Kenichi Handa <handa@m17n.org>
19279
19280 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19281 script, langsys_tag to langsys, new member script.
19282 (OTF_TAG_STR): Terminate by '\0'.
19283 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19284 listing to the script specified in that property. Fix arg to
19285 OTF_check_features.
19286
19287 2008-02-01 Jason Rumney <jasonr@gnu.org>
19288
19289 * w32font.h: New file.
19290
19291 * w32font.c: Include it.
19292 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19293 (w32font_open): Set owning_frame.
19294 (w32font_text_extents): Use owning_frame.
19295 (struct font_callback_data): Add opentype_only field.
19296 (add_font_entity_to_list): Use it to filter fonts.
19297 Don't check against full name.
19298 (w32font_list_internal): New function.
19299 (w32font_list): Use it.
19300 (w32font_match_internal): New function.
19301 (w32font_match): Use it.
19302 (w32font_open_internal): New function.
19303 (w32font_open): Use it.
19304 (w32font_get_cache, w32font_close, w32font_has_char)
19305 (w32font_encode_char, w32font_text_extents, w32font_draw):
19306 Make non-static.
19307
19308 * makefile.w32-in (w32font.o): Depend on w32font.h.
19309
19310 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19311
19312 * charset.c (Fdefine_charset_internal): Record a supplementary
19313 charset at the tail of Vcharset_order_list.
19314
19315 * font.c (Ffont_shape_text): Fix the return value.
19316
19317 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19318
19319 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19320
19321 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19322
19323 * ftfont.c (struct OpenTypeSpec): New struct.
19324 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19325 (ftfont_get_open_type_spec): New function.
19326 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19327
19328 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19329
19330 2008-02-01 Jason Rumney <jasonr@gnu.org>
19331
19332 * w32font.c (add_font_entity_to_list): Compare only the beginning
19333 of full name.
19334
19335 2008-02-01 Kenichi Handa <handa@m17n.org>
19336
19337 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19338 Never return HANDLED_RECOMPUTE_PROPS.
19339
19340 2008-02-01 Kenichi Handa <handa@m17n.org>
19341
19342 * font.c (font_gstring_produce): Delete it.
19343
19344 * composite.h (COMPOSITION_METHOD):
19345 Handle COMPOSITION_WITH_GLYPH_STRING.
19346
19347 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19348
19349 * xfont.c (Qx): Delete.
19350 (syms_of_xfont): Don't initialize Qx.
19351
19352 * composite.h (enum composition_method):
19353 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19354
19355 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19356
19357 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19358 (choose_face_font): Accept new form of font-spec.
19359
19360 * frame.h (font_driver_list): Declare it unconditionally.
19361 (struct frame): Define members font_driver_list and font_data_list
19362 unconditionally.
19363
19364 * fontset.c: Include "font.h" unconditionally.
19365 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19366 (Fset_fontset_font): Accept a font-spec object.
19367
19368 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19369 PIXEL_SIZE part a wild card.
19370
19371 * dispextern.h (struct glyph_string): Define members clip and
19372 num_clips unconditionally.
19373 (struct face): Define members font_info and extra unconditionally.
19374
19375 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19376 ftfont_info only when HAVE_LIBOTF is defined.
19377
19378 2008-02-01 Andreas Schwab <schwab@suse.de>
19379
19380 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19381 and end.
19382
19383 2008-02-01 Jason Rumney <jasonr@gnu.org>
19384
19385 * w32font.c (w32font_driver): Add new fields.
19386
19387 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19388
19389 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19390 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19391 (LIBES): Add @M17N_FLT_CFLAGS@.
19392
19393 * composite.c (compose_text): Don't treat the new style
19394 composition specially.
19395
19396 * emacs.c (main): Call syms_of_font unconditionally.
19397
19398 * font.h (FONT_ENTITY_NOT_LOADABLE)
19399 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19400 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19401 (struct font_driver): New member shape.
19402 (font_registry_charsets): Extern it.
19403 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19404 (font_otf_capability, font_drive_otf): Delete their externs.
19405
19406 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19407 (font_charset_alist, font_registry_charsets): Move from xfont.c
19408 and rename.
19409 (font_prop_validate_otf): New function.
19410 (font_property_table): Register it for QCotf.
19411 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19412 (font_drive_otf): Delete.
19413 (font_prepare_composition): New arg F. Adjust for the change of
19414 lispy gstring.
19415 (font_find_for_lface): New arg C.
19416 (font_load_for_face): Adjust for the change of font_find_for_lface.
19417 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19418 lispy gstring.
19419 (Ffont_shape_text): New function.
19420 (Fopen_font): If the font size is not given, use 12-pixel.
19421 (Ffont_at): New arg STRING.
19422 (syms_of_font): Initialize font_charset_alist.
19423 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19424 conditionally.
19425
19426 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19427 fonts of the same font-spec. Change the format of RFONT-DEF.
19428 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19429 Adjust for the change of RFONT-DEF.
19430 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19431
19432 * ftfont.h: New file.
19433
19434 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19435 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19436 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19437 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19438 font_otf_capability and font_drive_otf, set ftfont_shape.
19439 (ftfont_list): Adjust for the change of :otf property value.
19440 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19441 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19442 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19443 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19444 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19445 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19446
19447 * w32term.c (x_draw_composite_glyph_string_foreground):
19448 Adjust for the change of lispy gstring.
19449
19450 * xdisp.c (handle_composition_prop): Adjust for the change of
19451 lispy gstring. Call a function for auto-composition with the
19452 third arg it->window.
19453 (fill_composite_glyph_string): Adjust for the change of lispy string.
19454 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19455
19456 * xfaces.c (set_font_frame_param): Adjust for the change of
19457 font_find_for_lface.
19458
19459 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19460 (xfont_registry_charsets): Likewise. Change caller.
19461 (syms_of_xfont): Don't handle x_font_charset_alist.
19462
19463 * xftfont.c: Include "ftfont.h".
19464 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19465 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19466 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19467 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19468 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19469 Set xftfont_driver.shape to xftfont_shape.
19470
19471 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19472 the change of lispy gstring.
19473
19474 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19475
19476 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19477
19478 2008-02-01 Jason Rumney <jasonr@gnu.org>
19479
19480 * w32font.c (w32font_draw): Fill background manually.
19481
19482 2008-02-01 Jason Rumney <jasonr@gnu.org>
19483
19484 * font.c (Qfontp): Remove unused symbol.
19485 (QCantialias): New symbol.
19486 (syms_of_font): Define it.
19487 (font_property_table): Set a validator for QCantialias.
19488
19489 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19490 Define if not already.
19491 (QCfamily): Share with xfaces.c.
19492 (Qstandard, Qsubpixel, Qnatural): New symbols.
19493 (syms_of_w32font): Define them. Don't define QCfamily here.
19494 (w32_antialias_type, lispy_antialias_type): New functions.
19495 (w32_enumfont_pattern_entity): New arg requested_font.
19496 Set antialias parameter if non-default was requested.
19497 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19498
19499 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19500
19501 * lread.c (read1): Undo the previous change.
19502
19503 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19504
19505 * frame.c (Fdelete_frame): Call font_update_drivers only when
19506 USE_FONT_BACKEND is defined.
19507
19508 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19509
19510 * font.h (struct font_bitmap): New member bits_per_pixel.
19511 (struct font_driver): New members start_for_frame and end_for_frame.
19512 (struct font_data_list): New struct.
19513 (font_put_frame_data, font_get_frame_data): Extern them.
19514
19515 * frame.h (struct frame): New member font_data_list.
19516
19517 * font.c (font_update_drivers): Call driver->start_for_frame and
19518 driver->end_for_frame at proper timings.
19519 (font_put_frame_data, font_get_frame_data): New functions.
19520 (Ffont_spec): Add usage in the docstring.
19521
19522 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19523 (Fdelete_frame): Call font_update_drivers.
19524
19525 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19526 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19527 (xftfont_get_xft_draw): New function.
19528 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19529 (xftfont_end_for_frame): New function.
19530 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19531
19532 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19533 Change argument. Cache GCs in the per-frame data.
19534 (struct ftxfont_frame_data): New struct.
19535 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19536 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19537 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19538 (ftxfont_end_for_frame): New function.
19539 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19540
19541 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19542
19543 2008-02-01 Kenichi Handa <handa@m17n.org>
19544
19545 * xselect.c (Vselection_coding_system)
19546 (Vnext_selection_coding_system): Delete them.
19547 (syms_of_xselect): Don't declare selection-coding-system and
19548 next-selection-coding-system. They are declared in select.el.
19549
19550 2008-02-01 Jason Rumney <jasonr@gnu.org>
19551
19552 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19553
19554 * w32fns.c: Include imm.h.
19555 (get_composition_string_fn, get_ime_context_fn): New optional
19556 system functions.
19557 (globals_of_w32fns): Load them from imm32.dll.
19558 (ignore_ime_char): New flag.
19559 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19560 WM_IME_ENDCOMPOSITION messages.
19561
19562 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19563 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19564
19565 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19566
19567 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19568 (READCHAR_REPORT_MULTIBYTE): New macro.
19569 (readchar): New 2nd arg MULTIBYTE.
19570 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19571 Make symbol's name multibyte according to the multibyteness of the
19572 source.
19573
19574 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19575
19576 * xfaces.c (face_for_overlay_string): Call lookup_face with
19577 correct arguments (fix of synching with the trunk).
19578
19579 2008-02-01 Kenichi Handa <handa@m17n.org>
19580
19581 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19582 (font_prop_validate_non_neg, font_prop_validate_spacing):
19583 Delete argument prop_index.
19584 (font_property_table): Change arguments to validater. Change Callers.
19585 (font_lispy_object): Delete.
19586 (font_at): Use font_find_object instead fo font_lispy_object.
19587
19588 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19589
19590 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19591 and file names.
19592
19593 2008-02-01 Jason Rumney <jasonr@gnu.org>
19594
19595 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19596 (font_matches_spec): Remove debug output.
19597 (add_font_entity_to_list): Avoid using substituted fonts.
19598
19599 2008-02-01 Jason Rumney <jasonr@gnu.org>
19600
19601 * doc.c (Fsnarf_documentation):
19602 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19603
19604 2008-02-01 Miles Bader <miles@gnu.org>
19605
19606 * dispextern.h (struct glyph_row): Only define "clip" field if
19607 HAVE_WINDOW_SYSTEM is defined.
19608
19609 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 Fix up multi-tty merge.
19612
19613 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19614 and indentation.
19615
19616 * xfaces.c (free_realized_face, clear_face_gcs):
19617 Include font_done_for_face in the input_blocked section, just in case.
19618
19619 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19620 (get_char_face_and_encoding): Undo last change and remove the *other*
19621 duplicate definition (i.e. keep the one that's better scoped and that
19622 includes code for the font-backend).
19623
19624 * terminal.c (create_terminal): Default keyboard_coding to
19625 `no-conversion' and terminal_coding to `undecided'.
19626
19627 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19628
19629 * fontset.c (free_realized_fontsets): Check that the table entry does
19630 contain a fontset before trying to compare it to `base'.
19631
19632 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19633 syms_of_charset, and syms_of_coding earlier because init_window_once
19634 now needs Vcoding_system_hash_table to be setup.
19635
19636 * coding.h (default_buffer_file_coding): Remove.
19637
19638 * coding.c (default_buffer_file_coding): Remove.
19639 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19640 than ->symbol, and use the terminal-local coding system.
19641 (syms_of_coding): Don't setup the coding-systems that are not
19642 terminal-local.
19643 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19644
19645 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19646 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19647
19648 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19649 in chartab.c and were re-added here by mistake.
19650 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19651
19652 * doc.c (Fsnarf_documentation):
19653 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19654 src to etc.
19655
19656 * ChangeLog.10: Add mistakenly removed entry.
19657
19658 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19659
19660 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19661
19662 2008-02-01 Miles Bader <miles@gnu.org>
19663
19664 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19665 Add extra args to FACE_FOR_CHAR.
19666
19667 2008-02-01 Kenichi Handa <handa@m17n.org>
19668
19669 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19670 in sequence.
19671
19672 * chartab.c (map_sub_char_table, map_char_table): If the range
19673 contains just one character, call the function with that character
19674 even if the depth is not 3.
19675
19676 2008-02-01 Jason Rumney <jasonr@gnu.org>
19677
19678 * w32font.c (w32font_text_extents): Calculate metrics for the
19679 whole string.
19680
19681 2008-02-01 Jason Rumney <jasonr@gnu.org>
19682
19683 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19684
19685 2008-02-01 Jason Rumney <jasonr@gnu.org>
19686
19687 * w32term.c (x_set_glyph_string_clipping): Use
19688 get_glyph_string_clip_rects.
19689 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19690 Adjust for the change of struct glyph_string.
19691
19692 * w32font.c (w32font_draw): Do clipping here.
19693
19694 2008-02-01 Kenichi Handa <handa@m17n.org>
19695
19696 * xftfont.c (xftfont_draw): Adjust for the change of struct
19697 glyph_string.
19698
19699 * xterm.c (x_set_glyph_string_clipping): Use
19700 get_glyph_string_clip_rects.
19701 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19702 Adjust for the change of struct glyph_string.
19703
19704 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19705 the resulting clip(s}.
19706 (expose_overlaps): Add arg r. Change callers. Set it to
19707 row->clip temporarily.
19708 (expose_window): Redraw rows overlapping the exposed area.
19709
19710 * dispextern.h (struct glyph_row): New member clip.
19711 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19712 clip_height, new member clip, and num_clips.
19713
19714 2008-02-01 Kenichi Handa <handa@m17n.org>
19715
19716 * data.c (Fchar_or_string_p): Fix docstring.
19717
19718 2008-02-01 Kenichi Handa <handa@m17n.org>
19719
19720 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19721 create a temporary XftDraw object.
19722
19723 2008-02-01 Kenichi Handa <handa@m17n.org>
19724
19725 * font.c (Ffontp): Fix docstring.
19726
19727 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19728 strong evidence of ISO-2022.
19729
19730 2008-02-01 Kenichi Handa <handa@m17n.org>
19731
19732 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19733 SYNTAX_ENTRY_FOLLOW_PARENT.
19734
19735 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19736
19737 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19738 its type.
19739 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19740 Update to the new type of weak_hash_tables and next_weak.
19741
19742 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19743 a plain C pointer to Lisp_Hash_Table.
19744
19745 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19746 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19747 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19748 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19749 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19750 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19751 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19752 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19753 (GC_EQ): Remove since they've been identical to their non-GC_
19754 alter-egos ever since the markbit was eradicated.
19755
19756 * alloc.c:
19757 * buffer.c:
19758 * buffer.h:
19759 * data.c:
19760 * fileio.c:
19761 * filelock.c:
19762 * fns.c:
19763 * frame.h:
19764 * lisp.h:
19765 * macterm.c:
19766 * print.c:
19767 * process.c:
19768 * w32fns.c:
19769 * w32menu.c:
19770 * w32term.c:
19771 * xfns.c:
19772 * xmenu.c:
19773 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19774
19775 2008-02-01 Kenichi Handa <handa@m17n.org>
19776
19777 * chartab.c (map_sub_char_table): Make it work for the top-level
19778 char-table. Fix handling of parent char-table.
19779 (map_char_table): Adjust for the above change.
19780
19781 2008-02-01 Jason Rumney <jasonr@gnu.org>
19782
19783 * w32font.c (Qgdi): Rename from Qw32.
19784
19785 2008-02-01 Jason Rumney <jasonr@gnu.org>
19786
19787 * w32bdf.c (get_quoted_string): Make function static.
19788
19789 2008-02-01 Kenichi Handa <handa@m17n.org>
19790
19791 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19792 bigger ascent and descent than those of the font, use them as
19793 font's ascent and descent.
19794
19795 2008-02-01 Kenichi Handa <handa@m17n.org>
19796
19797 * Makefile.in (${lispsource}international/charprop.el): Move this
19798 target within "#ifdef HAVE_UNIDATA" and "#endif".
19799
19800 2008-02-01 Kenichi Handa <handa@m17n.org>
19801
19802 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19803 (shortlisp): Add ../lisp/language/tai-viet.el.
19804
19805 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19806
19807 * Makefile.in (${lispsource}international/charprop.el): Depend on
19808 temacs${EXEEXT}.
19809
19810 2008-02-01 Jason Rumney <jasonr@gnu.org>
19811
19812 * w32font.c (w32font_close): Delete the GDI font object.
19813
19814 * w32menu.c: Include character.h.
19815
19816 * w32proc.c: Likewise.
19817
19818 * w32select.c: Likewise.
19819
19820 * makefile.w32-in (w32proc.o): Depend on character.h.
19821
19822 2008-02-01 Jason Rumney <jasonr@gnu.org>
19823
19824 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19825
19826 * w32menu.c (syms_of_w32menu): Likewise.
19827
19828 * w32proc.c (syms_of_ntproc): Likewise.
19829
19830 * w32select.c (syms_of_w32select): Likewise.
19831
19832 * w32term.c (syms_of_w32term): Likewise.
19833
19834 2008-02-01 Jason Rumney <jasonr@gnu.org>
19835
19836 * w32font.c (w32font_draw): Delete brush after using it.
19837
19838 2008-02-01 Jason Rumney <jasonr@gnu.org>
19839
19840 * w32font.c (w32font_open): Don't set font_idx.
19841 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19842 to font settings.
19843 (w32font_draw): Fill background explicitly.
19844
19845 2008-02-01 Jason Rumney <jasonr@gnu.org>
19846
19847 * w32term.c (w32_initialize): Don't call w32font_initialize.
19848
19849 * w32font.c (w32font_info): Remove subranges.
19850 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19851 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19852 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19853 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19854 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19855 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19856 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19857 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19858 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19859 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19860 New symbols.
19861 (font_callback_data): New struct.
19862 (w32font_list, w32font_match): Use it.
19863 (w32font_open): Don't populate subranges.
19864 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19865 (w32font_encode_char): Always return unicode code-point as-is.
19866 (w32font_text_extents): Supply a transformation matrix to
19867 GetGlyphOutline. Never look up by glyph index. Avoid looping
19868 twice. Use unicode version of GetTexExtentPoint32 instead of
19869 glyph index version.
19870 (set_fonts_frame): Remove.
19871 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19872 set frame parameter. Use backward compatible fake foundries.
19873 Save generic family in extra slot under QCfamily. Make width slot
19874 constant. Save QCspacing value. Save list of scripts instead of
19875 binary subranges.
19876 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19877 (add_font_entity_to_list): Use font_callback_data struct. Filter
19878 unwanted fonts.
19879 (add_one_font_entity_to_list): Use font_callback_data struct.
19880 (w32_registry): Default to iso10646_1.
19881 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19882 string font registries. Don't fill in font name if it is a generic
19883 family name, fill family instead. Use spacing, family and script
19884 extra info to fill pitch, family and charset fields.
19885 (list_all_matching_fonts): Use font_callback_data struct.
19886 (unicode_range_for_char): Remove.
19887 (font_supported_scripts): New function.
19888 (w32font_initialize): Remove.
19889 (syms_of_w32font): Update which symbols are defined.
19890
19891 2008-02-01 Jason Rumney <jasonr@gnu.org>
19892
19893 * font.c (font_pixel_size): Reverse assq_no_quit args.
19894
19895 * w32term.h (FONT_WIDTH): Report max width, not average.
19896 (FONT_MAX_WIDTH): Remove.
19897 (FONT_AVG_WIDTH): New macro.
19898
19899 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19900 redefinition of FONT_WIDTH.
19901
19902 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19903 (w32_cache_char_metrics): Use FONT_WIDTH.
19904
19905 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19906
19907 2008-02-01 Jason Rumney <jasonr@gnu.org>
19908
19909 * w32font.c (w32font_open): Make lfHeight negative.
19910
19911 * w32fns.c (x_default_font_parameter): Use new style font name.
19912 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19913
19914 2008-02-01 Jason Rumney <jasonr@gnu.org>
19915
19916 * w32font.c (QCsubranges): New symbol.
19917 (w32font_open, w32font_has_char): Get subranges from subproperty
19918 of extra.
19919 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19920 (syms_of_w32font): Define :subranges symbol.
19921
19922 * font.c (font_put_extra): Expose externally.
19923
19924 * font.h (font_put_extra): Move declaration from font.c.
19925
19926 * font.c (Ffont_get): Use font driver to determine otf capability.
19927 (adjust_anchor): Check if driver defines anchor_point before using.
19928
19929 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19930 (w32font_draw): Use options.
19931 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19932 Fix detection of truetype fonts.
19933 (registry_to_w32_charset): Handle charsets other than iso8859-1
19934 expressed as lisp symbols.
19935 (w32_registry): Express charset as lisp symbol.
19936 (fill_in_logfont): Reverse pixel and point height logic.
19937 Don't set width here. Set quality to default.
19938
19939 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19940 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19941
19942 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19943 Remove redundant loop and allocation.
19944
19945 * makefile.w32-in (font.o, w32font.o): New objects.
19946 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19947 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19948
19949 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19950 STORE_XCHARB a valid l-value.
19951
19952 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19953 calculations for non-Truetype fonts.
19954 (x_draw_glyph_string): Sync with xterm.c.
19955 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19956 Remove redundant code.
19957 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19958
19959 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19960 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19961
19962 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19963 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19964
19965 * w32font.c: New file for w32 font backend.
19966
19967 2008-02-01 Kenichi Handa <handa@m17n.org>
19968
19969 * term.c: Don't include "buffer.h" twice.
19970
19971 2008-02-01 Kenichi Handa <handa@m17n.org>
19972
19973 * character.c (Funibyte_string): New function.
19974 (syms_of_character): Defsubr it.
19975
19976 2008-02-01 Jason Rumney <jasonr@gnu.org>
19977
19978 * w32term.c [USE_FONT_BACKEND]:
19979 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19980 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19981 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19982 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19983 (x_free_frame_resources): Sync with xterm.c.
19984
19985 2008-02-01 Andreas Schwab <schwab@suse.de>
19986
19987 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19988 char-table size.
19989
19990 2008-02-01 Kenichi Handa <handa@m17n.org>
19991
19992 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19993
19994 2008-02-01 Kenichi Handa <handa@m17n.org>
19995
19996 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19997 font_otf_gpos, add font_drive_otf.
19998
19999 * fontset.c (fontset_find_font): Pay attention to font size
20000 specified for a font.
20001 (reorder_font_vector): Check contents of font_def.
20002
20003 * font.c (struct otf_list): Delete it.
20004 (otf_list): Make it a lisp variable.
20005 (otf_open): Use lispy otf_list.
20006 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20007 (check_otf_features): New function.
20008 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20009 New functions.
20010 (font_drive_otf): New function merging font_otf_gsub and
20011 font_otf_gpos.
20012 (font_open_for_lface): New arg spec. Change argument order.
20013 (font_load_for_face): Adjust for the change of font_open_for_lface.
20014 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20015 Ffont_otf_gpos.
20016 (syms_of_font): Staticpro otf_list. Delete defsubr of
20017 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20018
20019 * xfaces.c (set_font_frame_param): Adjust for the change of
20020 font_open_for_lface.
20021
20022 * font.h (font_open_for_lface): Adjust prototype.
20023 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20024 member otf_drive.
20025 (font_otf_gsub, font_otf_gpos): Delete externs.
20026 (font_drive_otf): Extern it.
20027
20028 2008-02-01 Kenichi Handa <handa@m17n.org>
20029
20030 * font.c (font_at): If the window W is not on a window system,
20031 return Qnil.
20032
20033 * coding.c (produce_chars, encode_coding): Don't call
20034 insert_from_gap if no characters to produce.
20035
20036 2008-02-01 Kenichi Handa <handa@m17n.org>
20037
20038 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20039 Fclear_face_cache.
20040
20041 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20042
20043 2008-02-01 Miles Bader <miles@gnu.org>
20044
20045 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20046 Parse "--disable-font-backend" option.
20047 (standard_args): Add "--disable-font-backend" option.
20048
20049 2008-02-01 Kenichi Handa <handa@m17n.org>
20050
20051 * fontset.c (fontset_find_font): New function.
20052 (fontset_font): Use fontset_find_font.
20053 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20054 Register the specified font for all Latin characters.
20055 (new_fontset_from_font): Register the specified font for all Latin
20056 characters.
20057 (dump_fontset): For a realized fontset, include the base fontset
20058 name in the returned vector.
20059
20060 2008-02-01 Kenichi Handa <handa@m17n.org>
20061
20062 * character.h (CHAR_STRING): Cast C to unsigned on calling
20063 char_string.
20064
20065 * character.c (char_string): Type of arg C changed to unsigned.
20066 Signal an error if C is an invalid character code.
20067
20068 * editfns.c (general_insert_function, Fchar_to_string):
20069 Use CHARACTERP, not INTEGERP.
20070
20071 2008-02-01 Kenichi Handa <handa@m17n.org>
20072
20073 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20074 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20075
20076 * regex.c (analyse_first): Fix for multibyte characters in "case
20077 charset:" and "case categoryspec:".
20078
20079 2008-02-01 Andreas Schwab <schwab@suse.de>
20080
20081 * Makefile.in (LIBES): Move standard libraries to the end.
20082
20083 2008-02-01 Kenichi Handa <handa@m17n.org>
20084
20085 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20086 nonzero, don't shrink the buffer nextb.
20087
20088 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20089
20090 * coding.c (coding_alloc_by_making_gap): New arg offset.
20091 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20092 offset.
20093 (decode_coding_iso_2022): Update coding->safe_charsets.
20094 (decode_coding_gap): Temporarily set
20095 current_buffer->text->inhibit_shrinking to 1.
20096
20097 2008-02-01 Kenichi Handa <handa@m17n.org>
20098
20099 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20100 indexing into elements of s->cmp and s->char2b.
20101
20102 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
20103
20104 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20105
20106 2008-02-01 Kenichi Handa <handa@m17n.org>
20107
20108 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20109 target_multibyte instead of multibyte.
20110 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20111 (bcmp_translate): Change the argument name from multibyte to
20112 target_multibyte.
20113
20114 2008-02-01 Kenichi Handa <handa@m17n.org>
20115
20116 These changes are to compile a regexp into a pattern that can be
20117 used both for multibyte and unibyte targets.
20118
20119 * Makefile.in (search.o): Depend on charset.h.
20120
20121 * character.c (multibyte_char_to_unibyte_safe): New function.
20122
20123 * search.c: Include "charset.h".
20124 (compile_pattern_1): Delete argument multibyte. Don't set
20125 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20126 (compile_pattern): Don't compare cp->buf.target_multibyte.
20127 Compare cp->buf.charset_unibyte.
20128 (compile_pattern): Set cp->buf.target_multibyte.
20129
20130 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20131
20132 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20133
20134 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20135 multibyte. Change callers.
20136 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20137 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20138 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20139 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20140 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20141 (regex_compile): Make the compiled pattern usable both for
20142 multibyte and unibyte targets.
20143 (analyse_first): Make the fastmap usable both for multibyte and
20144 unibyte targets.
20145 (TRANSLATE_VIA_MULTIBYTE): Delete.
20146 (re_match_2_internal): Pay attention to the case that the
20147 multibyteness of bufp and target may be different.
20148
20149 2008-02-01 Kenichi Handa <handa@m17n.org>
20150
20151 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20152 empty box occupy at least one column width.
20153
20154 2008-02-01 Miles Bader <miles@gnu.org>
20155
20156 * Makefile.in: Remove redundant HAVE_XFT clause.
20157
20158 2008-02-01 Kenichi Handa <handa@m17n.org>
20159
20160 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20161
20162 2008-02-01 Kenichi Handa <handa@m17n.org>
20163
20164 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20165 being nil.
20166
20167 2008-02-01 Kenichi Handa <handa@m17n.org>
20168
20169 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20170
20171 2008-02-01 Kenichi Handa <handa@m17n.org>
20172
20173 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20174
20175 2008-02-01 Kenichi Handa <handa@m17n.org>
20176
20177 * search.c (simple_search): Fix previous change.
20178
20179 2008-02-01 Kenichi Handa <handa@m17n.org>
20180
20181 * xftfont.c (ftfont_font_format): Extern declaration.
20182
20183 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20184
20185 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20186 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20187
20188 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20189 (ftfont_font_format): Fix previous change.
20190
20191 * font.h (Ffont_xlfd_name): EXFUN it.
20192
20193 * font.c (font_parse_xlfd): Fix the array size of `f'.
20194 (register_font_driver): Use EQ to compare driver->type.
20195
20196 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20197 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20198 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20199
20200 2008-02-01 Kenichi Handa <handa@m17n.org>
20201
20202 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20203 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20204
20205 2008-02-01 Kenichi Handa <handa@m17n.org>
20206
20207 * xfont.c (xfont_open): Set font->format.
20208
20209 * xftfont.c (xftfont_open): Set font->format.
20210
20211 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20212 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20213 (ftfont_open): Set font->format.
20214 (ftfont_font_format): New function.
20215
20216 * font.h (struct font): New member format.
20217
20218 * font.c (Qopentype): New variable.
20219 (syms_of_font): Defsym it.
20220 (Fquery_font): Change the format of the last element of the return
20221 value.
20222
20223 2008-02-01 Kenichi Handa <handa@m17n.org>
20224
20225 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20226 last resort.
20227
20228 2008-02-01 Kenichi Handa <handa@m17n.org>
20229
20230 * coding.c (detect_coding_charset): Fix detection of multi-byte
20231 charset.
20232
20233 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20234
20235 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20236
20237 2008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * xdisp.c (get_next_display_element): Set it->face_id for the
20240 first component of a composition.
20241 (x_produce_glyphs): Check if the font is changed or not for composition.
20242
20243 2008-02-01 Kenichi Handa <handa@m17n.org>
20244
20245 * fontset.c (Qlatin): New variable.
20246 (syms_of_fontset): Define it as a lisp symbol.
20247 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20248
20249 2008-02-01 Kenichi Handa <handa@m17n.org>
20250
20251 * font.c (font_unparse_fcname): Pay attention to the case that
20252 some of font property is a null string.
20253
20254 2008-02-01 Kenichi Handa <handa@m17n.org>
20255
20256 * term.c: Include "composite.h".
20257 (encode_terminal_code): Output all components of composition.
20258 Check the size of encode_terminal_src.
20259 (produce_glyphs): For composition, call produce_composite_glyph.
20260 (append_composite_glyph, produce_composite_glyph): New functions.
20261
20262 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20263 is not found, get font_info from the current ascii face.
20264
20265 2008-02-01 Kenichi Handa <handa@m17n.org>
20266
20267 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20268 buffer-file-name to Qnil before calling insert_from_buffer.
20269
20270 * font.c (font_unparse_fcname): Pay attention to the case that
20271 foundry is a null string.
20272
20273 2008-02-01 Kenichi Handa <handa@m17n.org>
20274
20275 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20276
20277 * font.c (Qunicode_sip): New variable.
20278 (syms_of_font): Declare it as a Lisp symbol.
20279
20280 * font.h (Qunicode_sip): Extern it.
20281
20282 2008-02-01 Kenichi Handa <handa@m17n.org>
20283
20284 * composite.c (get_composition_id): Pay attention to TAB component.
20285
20286 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20287 TAB. Adjust for the change of s->char2b which always points to
20288 the first element of allocated memory.
20289
20290 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20291
20292 * xdisp.c (handle_composition_prop): Set it->c to the first
20293 non-TAB component.
20294 (fill_composite_glyph_string): Change argument.
20295 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20296 (x_produce_glyphs): Fix handling of left/right padding.
20297
20298 2008-02-01 Kenichi Handa <handa@m17n.org>
20299
20300 * coding.c (detect_coding_system): Fix for handling off
20301 inhibit_iso_escape_detection. Fix for the case that no coding
20302 system is defined for a specific coding category.
20303
20304 2008-02-01 Kenichi Handa <handa@m17n.org>
20305
20306 * font.c (font_matching_entity): Delete unused local var.
20307
20308 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20309 opening a font.
20310
20311 * fileio.c (Finsert_file_contents): On recovering a file, assume
20312 Unix-like eol.
20313 (choose_write_coding_system): On auto-saving a file, force
20314 Unix-like eol.
20315
20316 * coding.c (setup_coding_system): Fix setting of
20317 coding->common_flags based on eol_type.
20318 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20319 inherit from it.
20320
20321 2008-02-01 Kenichi Handa <handa@m17n.org>
20322
20323 * alloc.c (NSTATICS): Increas to 0x600.
20324
20325 2008-02-01 Kenichi Handa <handa@m17n.org>
20326
20327 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20328 (ftfont_list): Don't check :name property.
20329 (ftfont_match): New function.
20330 (ftfont_pattern_entity): If the pattern doesn't contain
20331 FC_SPACING, don't assume FC_MONO.
20332
20333 * font.h (struct font_driver): New member `match'.
20334 (font_update_drivers): Adjust prototype.
20335
20336 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20337 property of FONT.
20338 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20339 them unconditionally.
20340 (font_matching_entity): New function.
20341 (font_open_by_name): Try font_matching_entity if exact match is
20342 not found.
20343 (font_update_drivers): Delete the arg FONT. Return a list of
20344 actually used backends. Don't free faces, font caches here.
20345 Don't store data in frame parameters. Don't call x_set_font.
20346 (Ffont_spec): Store :name property as is.
20347 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20348 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20349 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20350 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20351 Call font->driver->otf_gsub instead of font_otf_gsub.
20352
20353 * frame.c (x_set_font_backend): Do more works that were done in
20354 font_update_drivers before.
20355
20356 * xfont.c (xfont_match): New function.
20357 (xfont_driver): Set xfont_driver.match to xfont_match.
20358 (xfont_draw): Set font in GC if necessary.
20359
20360 * ftxfont.c (ftxfont_match): New function.
20361 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20362
20363 * xftfont.c (xftfont_match): New function.
20364 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20365
20366 2008-02-01 Kenichi Handa <handa@m17n.org>
20367
20368 * font.h (struct font): New member scalable.
20369 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20370 (font_otf_gsub): Adjust prototype.
20371
20372 * font.c (font_otf_capability): Fix handling of the default langsys.
20373 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20374 Check the contents of SPEC.
20375 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20376 (check_gstring): New function.
20377 (REPLACEMENT_CHARACTER): New macro.
20378 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20379 glyph codes of GSTRING.
20380 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20381 (font_prepare_composition): Set cmp->glyph_len.
20382 (font_open_entity): Set font->scalable.
20383 (Ffont_get): Handle :otf property.
20384 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20385 functions.
20386 (Fquery_font): Use font->font.full_name.
20387 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20388 Sfont_otf_alternates.
20389
20390 * ftfont.c (ftfont_open): Set font->font.full_name and
20391 font->font.name properly. Fix calculation of font->font.height
20392 and font->min_width.
20393
20394 * ftxfont.c (ftxfont_create_gcs): New function.
20395 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20396 (ftxfont_draw_backgrond): Fix filling region.
20397 (ftxfont_default_fid): New function.
20398 (ftxfont_open): Set xfont->fid to the return value of
20399 ftxfont_default_fid.
20400 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20401 (ftxfont_done_face): Free only GCs that are created by
20402 ftxfont_create_gcs.
20403 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20404
20405 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20406 Clip to src->width, etc (not src->clip_XXX).
20407
20408 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20409 FontBackend frame parameter.
20410
20411 2008-02-01 Kenichi Handa <handa@m17n.org>
20412
20413 * font.h (struct font_driver_list): New member `on'.
20414 (Fclear_font_cache): EXFUN it.
20415 (font_update_drivers): Extern it.
20416
20417 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20418 (font_list_entities): Check driver_list->on.
20419 (register_font_driver): Initialize `on' member to 0.
20420 (font_update_drivers): New function.
20421 (Fclear_font_cache): Check driver_list->on.
20422
20423 * frame.h (Qfont_backend): Extern it.
20424 (x_set_font_backend): Extern it.
20425
20426 * frame.c (Qfont_backend): New variable.
20427 (frame_parms): New element for font-backend.
20428 (x_set_font_backend): New function.
20429
20430 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20431 FontBackend frame parameter.
20432 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20433 x_set_font_backend.
20434
20435 * xfont.c (xfont_list): Don't try listing by :name property if the
20436 name is not for XLFD.
20437
20438 2008-02-01 Kenichi Handa <handa@m17n.org>
20439
20440 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20441 (LGLYPH_SET_TO): New macros.
20442 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20443 element of G is vector or not.
20444 (font_at): Extern it.
20445
20446 * font.c: Include window.h.
20447 (font_lispy_object): New function.
20448 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20449 end of valid glyph.
20450 (font_close_object): Fix getting (struct font *).
20451 (font_at): New function.
20452 (Ffont_get): If FONT is a font-object, get entity from it.
20453 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20454 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20455 range check.
20456 (Ffont_at): New function.
20457 (syms_of_font): Defsubr Sfont_at.
20458
20459 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20460 before the entry for Qcomposition.
20461 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20462 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20463 the font in gstring.
20464 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20465 LGLYPH_FORM (g) to detect the end of valid glyph.
20466 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20467 we are composing with gstring.
20468
20469 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20470 Check if adjustment is vector or not.
20471
20472 * Makefile.in (font.o): Make it depends on window.h.
20473
20474 2008-02-01 Kenichi Handa <handa@m17n.org>
20475
20476 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20477 adjustment is vector or not.
20478
20479 2008-02-01 Miles Bader <miles@gnu.org>
20480
20481 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20482
20483 2008-02-01 Kenichi Handa <handa@m17n.org>
20484
20485 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20486 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20487 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20488
20489 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20490 (DEVICE_DELTA): Fix typo.
20491 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20492 LGLYPH format.
20493
20494 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20495 the change of LGLYPH format.
20496
20497 2008-02-01 Kenichi Handa <handa@m17n.org>
20498
20499 * ftfont.c (ftfont_list): Fix typo.
20500 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20501
20502 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20503
20504 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20505
20506 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20507 xftface_info is non-NULL.
20508
20509 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20510
20511 * ftfont.c (ftfont_list): Move misplaced #endif.
20512
20513 2008-02-01 Kenichi Handa <handa@m17n.org>
20514
20515 * ftfont.c (ftfont_list): Pay attention to the case that
20516 FC_CAPABILITY is not defined.
20517
20518 2008-02-01 Kenichi Handa <handa@m17n.org>
20519
20520 * xftfont.c (xftfont_open): Set charset related members to -1.
20521
20522 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20523 QCname.
20524 (ftfont_open): Set charset related members to -1.
20525
20526 * fontset.c (Votf_script_alist): New variable.
20527 (syms_of_fontset): Initialize it.
20528 (fontset_font): Delete unused variable.
20529
20530 * fontset.h (Votf_script_alist): Extern it.
20531
20532 * font.c (font_find_for_lface): Optimize code.
20533
20534 * font.h (font_close_object, font_merge_old_spec): Extern them.
20535
20536 2008-02-01 Kenichi Handa <handa@m17n.org>
20537
20538 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20539 (syms_of_font): Initialize them.
20540 (font_pixel_size): Allow float value in dpi.
20541 (font_prop_validate_type): Delete.
20542 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20543 Change caller.
20544 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20545 (font_prop_validate_extra): Delete.
20546 (font_prop_validate_spacing): New function.
20547 (font_property_table): Add elements for all known properties.
20548 (get_font_prop_index): Rename from check_font_prop_name. New
20549 argument FROM. Change caller.
20550 (font_prop_validate): Validate all known properties.
20551 (font_put_extra): Delete argument force. Change caller.
20552 (font_expand_wildcards): Make it static. Fix the way of shrinking
20553 the possible range.
20554 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20555 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20556 Change caller.
20557 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20558 (font_parse_fcname): Delete argument merge. Fix parsing of point
20559 size. Don't validate properties values here. Change caller.
20560 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20561 (font_open_by_name): Delete unused variable.
20562 (Ffont_spec): Likewise. Validate property values.
20563 (Ffont_match_p): New function.
20564
20565 * font.h (QCscalable): Extern it.
20566 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20567
20568 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20569
20570 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20571 (xfont_list_pattern): New function.
20572 (xfont_list): Use xfont_list_pattern.
20573
20574 2008-02-01 Kenichi Handa <handa@m17n.org>
20575
20576 * font.h (Flist_fonts): EXFUN it.
20577
20578 2008-02-01 Jason Rumney <jasonr@gnu.org>
20579
20580 * w32term.c (w32_initialize): Add back smoothing_type and
20581 smoothing_enabled definitions.
20582
20583 2008-02-01 Kenichi Handa <handa@m17n.org>
20584
20585 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20586 s->face->font on determining underline position.
20587
20588 2008-02-01 Kenichi Handa <handa@m17n.org>
20589
20590 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20591 (font_has_char): Accept font-object too.
20592 (font_find_for_lface): Try at first with a size specified in face.
20593
20594 2008-02-01 Kenichi Handa <handa@m17n.org>
20595
20596 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20597 font_open_by_name.
20598
20599 2008-02-01 Kenichi Handa <handa@m17n.org>
20600
20601 * font.h (QCspacing, QCdpi): Extern them.
20602 (enum font_spacing): New enum.
20603 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20604
20605 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20606 (QCspacing, QCdpi): New variables.
20607 (syms_of_font): Initialize them.
20608 (font_pixel_size): New function.
20609 (font_put_extra): New function.
20610 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20611 in FONT_EXTRA.
20612 (font_parse_fcname): Handle enumerated values (e.g. bold).
20613 Fix handling font size. Add QCname property that contains only
20614 unknown properties.
20615 (font_score): Change argument. Change caller. Pay attention to
20616 FONT_PIXEL_SIZE_QUANTUM.
20617 (font_sort_entites, font_list_entities, font_find_for_lface)
20618 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20619 (Ffont_spec): Add QCname property that contains only unknown properties.
20620
20621 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20622 include weight in listing pattern, instead check weight of each
20623 listed font. Don't include scalable in pattern. Pay attention to
20624 FONT_PIXEL_SIZE_QUANTUM.
20625
20626 2008-02-01 Kenichi Handa <handa@m17n.org>
20627
20628 * font.c (font_parse_fcname): Fix parsing of point-size.
20629 (font_unparse_fcname): Produce symbolic names for style properties.
20630 (font_list_entities): Handle float size correctly.
20631 (font_open_by_name): Prefer `normal' property values if the name
20632 doesn't specify them.
20633
20634 * fontset.c (Finternal_char_font): Use font_get_name, not
20635 Ffont_xlfd_name.
20636
20637 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20638 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20639 pattern. Don't force scalable.
20640
20641 * xftfont.c (xftfont_open): For generating a name, start from
20642 96-byte buffer.
20643
20644 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20645
20646 * frame.h (x_new_fontset2): Fix prototype.
20647
20648 2008-02-01 Kenichi Handa <handa@m17n.org>
20649
20650 * font.h (struct font_driver): Delete member parse_name.
20651 (font_match_p, font_get_spec, font_parse_fcname)
20652 (font_unparse_fcname): Extern them.
20653 (font_get_name): Adjust prototype.
20654
20655 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20656 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20657 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20658 unnecessary checks for weight, slant, and swidth.
20659 (font_parse_fcname): New function.
20660 (font_unparse_fcname): New function.
20661 (font_parse_name): New function.
20662 (font_match_p): New function.
20663 (font_get_name): Change return value to Lisp string.
20664 (font_get_spec): New function.
20665 (Qunspecified, Qignore_defface): Don't extern them.
20666 (font_find_for_lface): Assume that LFACE is fully specified.
20667 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20668 object, use it for FACE.
20669 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20670 driver->parse_name.
20671 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20672
20673 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20674 prototype.
20675
20676 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20677 argument F. Don't call Fnew_fontset. Instead, directly call
20678 make_fontset.
20679
20680 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20681
20682 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20683 of x_new_fontset2.
20684
20685 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20686 (Qsans__serif): New variables.
20687 (ftfont_generic_family_list): New variable.
20688 (syms_of_ftfont): Initialize the above variables.
20689 (ftfont_pattern_entity): Delete argument NAME.
20690 (ftfont_list_generic_family): New function.
20691 (ftfont_parse_name): Delete this function.
20692 (ftfont_list): Try generic family only when FcFontList found no font.
20693 (ftfont_list_family): Fix args to FcObjectSetBuild.
20694
20695 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20696 object in attrs[LFACE_FONT_INDEX].
20697 (set_lface_from_font_name): Cancel all changes for font-backend.
20698 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20699 function.
20700 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20701 font object in QCfont attribute.
20702 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20703 (realize_default_face) [USE_FONT_BACKEND]: Call
20704 set_lface_from_font_and_fontset.
20705
20706 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20707 "fixed", and signal error here if no suitable font was found.
20708
20709 * xfont.c (xfont_parse_name): Delete this function.
20710
20711 * xftfont.c (xftfont_open): Change coding style of error
20712 handling. Generate fontconfig's fontname pattern.
20713
20714 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20715 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20716
20717 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20718 Both args FONTSET and FONT_OBJECT must be existing ones.
20719
20720 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20721
20722 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20723
20724 2008-02-01 Kenichi Handa <handa@m17n.org>
20725
20726 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20727
20728 * font.h (struct font): Fix typo.
20729
20730 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20731 XLFD_XXX_INDEX.
20732 (enum xlfd_field_mask): New enum.
20733 (intern_font_field): Changed argument. Change caller. If digits
20734 are followed by non-digits, return a symbol.
20735 (font_expand_wildcards): New function.
20736 (font_parse_xlfd): Fix wildcard handling.
20737 (Ffont_spec): If :name is specified, reflect the info in the other
20738 properties.
20739
20740 * ftfont.c (ftfont_pattern_entity): Fix typo.
20741 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20742 locale.
20743
20744 2008-02-01 Kenichi Handa <handa@m17n.org>
20745
20746 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20747
20748 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20749 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20750 registry doesn't specify encoding part.
20751 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20752 (font_open_by_name): At first try parsing the name.
20753 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20754 as Lisp symbols.
20755
20756 * fontset.c (reorder_font_vector): Pay attention to the case that
20757 the 3rd element of font_def is nil.
20758 (fontset_font): For the default fontset, append one more fontset
20759 elements for a script-based font specification. Don't add script
20760 attribute on finding a font.
20761 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20762 font name.
20763 (fontset_ascii_font): If a font can't be opened, return nil.
20764
20765 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20766 (ftfont_pattern_entity): New function.
20767 (ftfont_get_cache): Assume that freetype_font_cache is already
20768 initialized.
20769 (ftfont_list): Handle the case that a file is specified in font
20770 name. Use ftfont_pattern_entity to generate entities.
20771 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20772 (syms_of_ftfont): Initialize freetype_font_cache.
20773
20774 * xftfont.c (xftfont_open): Make the font name fontconfig's
20775 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20776 (xftfont_close): Free font->font.name if not NULL.
20777
20778 * xfont.c (xfont_list): If script is specified for a font, return
20779 null_vector.
20780 (xfont_list_family): Declare argument type.
20781
20782 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20783 name, set LFACE_FONT (lface) to nil.
20784
20785 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20786 return Qnil.
20787
20788 2008-02-01 Kenichi Handa <handa@m17n.org>
20789
20790 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20791 (standard_args): Add "-enable-font-backend".
20792
20793 2008-02-01 Kenichi Handa <handa@m17n.org>
20794
20795 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20796 (struct xftdraw_list, xftdraw_list): Delete them.
20797 (register_xftdraw, check_xftdraw): Delete them.
20798 (xftfont_prepare_face): Don't call register_xftdraw.
20799 (xftfont_done_face): Don't call check_xftdraw.
20800 (xftfont_draw): Get background color only when with_background is
20801 nonzero.
20802
20803 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20804
20805 2008-02-01 Kenichi Handa <handa@m17n.org>
20806
20807 These changes are for the new font handling codes.
20808
20809 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20810 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20811 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20812 (FONTSRC, FONTOBJ): New variables.
20813 (obj): Add $(FONTOBJ).
20814 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20815 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20816 @LIBOTF_LIBS@.
20817 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20818 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20819
20820 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20821
20822 * character.h (Vscript_representative_chars): Extern it.
20823
20824 * character.c (Vscript_representative_chars): New variable.
20825 (syms_of_character): Declare it as a Lisp variable.
20826
20827 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20828 enable_font_backend is nonzero, accept the composition method
20829 COMPOSITION_WITH_GLYPH_STRING.
20830
20831 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20832 enumeration COMPOSITION_WITH_GLYPH_STRING.
20833
20834 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20835 members clip_x, clip_y, clip_width, and clip_height.
20836 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20837
20838 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20839 --enable-font-backend. Call syms_of_font.
20840
20841 * fns.c (assoc_no_quit): New function.
20842
20843 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20844 (face_for_font, new_fontset_from_font)
20845 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20846
20847 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20848 (fontset_font, fontset_ascii, face_for_char)
20849 (make_fontset_for_ascii_face, Ffont_info)
20850 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20851 is nonzero, use font-backend mechanism.
20852 (find_font_encoding): Make it non-static.
20853 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20854 New functions.
20855
20856 * frame.h (struct frame): New members resx and resy.
20857 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20858 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20859
20860 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20861 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20862
20863 * lisp.h (assoc_no_quit): Extern it.
20864
20865 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20866 Through out the file, use FONT_INFO_FROM_FACE instead of
20867 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20868 rif->per_char_metric.
20869 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20870 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20871 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20872 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20873 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20874 nonzero, use font-backend mechanism.
20875 (get_per_char_metric): New function.
20876
20877 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20878 (set_lface_from_font_name)
20879 (set_font_frame_param, free_realized_face)
20880 (prepare_face_for_display, clear_face_gcs)
20881 (Finternal_set_font_selection_order, realize_x_face)
20882 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20883 font-backend mechanism.
20884 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20885 (load_face_font) [USE_FONT_BACKEND]: Abort.
20886 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20887 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20888
20889 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20890 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20891 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20892 nonzero, register all available font drivers. Call
20893 x_default_font_parameter for deciding a font.
20894 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20895
20896 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20897 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20898 (x_set_glyph_string_clipping_exactly)
20899 (x_compute_glyph_string_overhangs)
20900 (x_draw_glyph_string_foreground)
20901 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20902 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20903 enable_font_backend is nonzero, use font-backend mechanism.
20904 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20905
20906 2008-02-01 Kenichi Handa <handa@m17n.org>
20907
20908 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20909 system_eol_type.
20910 (syms_of_coding): Initialize system_eol_type.
20911
20912 * process.c (Fset_process_coding_system): Inherit system's eol
20913 format if necessary.
20914
20915 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20916
20917 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20918
20919 2008-02-01 Kenichi Handa <handa@m17n.org>
20920
20921 * coding.c (decode_eol): Pay attention to buffer relocation in
20922 del_range_2.
20923 (decode_coding): Call decode_eol before restoring undo_list.
20924
20925 2008-02-01 Kenichi Handa <handa@m17n.org>
20926
20927 * charset.c (Fdefine_charset_internal): Fix setting of
20928 emacs_mule_bytes.
20929
20930 2008-02-01 Kenichi Handa <handa@m17n.org>
20931
20932 * keyboard.c (read_char): Check if C is a character or not before
20933 looking up Vkeyboard_translate_table.
20934
20935 2008-02-01 Kenichi Handa <handa@m17n.org>
20936
20937 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20938 condition to terminate the loop.
20939
20940 2008-02-01 Kenichi Handa <handa@m17n.org>
20941
20942 * coding.c (produce_composition): Compare charbuf[i] instead of
20943 args[i] against 0.
20944 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20945
20946 2008-02-01 Kenichi Handa <handa@m17n.org>
20947
20948 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20949 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20950 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20951 detect_coding.
20952 (emacs_mule_char): Handle old style (Emacs 20) component character
20953 of a composition.
20954 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20955 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20956 composition rule.
20957 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20958
20959 2008-02-01 Kenichi Handa <handa@m17n.org>
20960
20961 * coding.c (encode_coding_ccl): Allocate destination dynamically
20962 when necessary.
20963
20964 2008-02-01 Kenichi Handa <handa@m17n.org>
20965
20966 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20967 the loop. When quitted, show a proper error message.
20968
20969 2008-02-01 Kenichi Handa <handa@m17n.org>
20970
20971 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20972 src->clip_head and src->clip_tail temporarily instead of src->hl.
20973
20974 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20975 character sequence.
20976 (Fccl_execute_on_string): Use ASET, not XSET.
20977
20978 2008-02-01 Kenichi Handa <handa@m17n.org>
20979
20980 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20981
20982 2008-02-01 Kenichi Handa <handa@m17n.org>
20983
20984 * coding.c (decode_coding): Fix the condition of terminating the
20985 decoding loop.
20986
20987 2008-02-01 Kenichi Handa <handa@m17n.org>
20988
20989 * data.c (Faset): On setting a character bigger than 255 in a
20990 unibyte string, signal an error instead of make the string multibyte.
20991
20992 2008-02-01 Kenichi Handa <handa@m17n.org>
20993
20994 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20995 made by a mapping table.
20996
20997 2008-02-01 Kenichi Handa <handa@m17n.org>
20998
20999 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21000 not.
21001 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21002 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21003
21004 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21005 s->face is NULL or not.
21006
21007 2008-02-01 Kenichi Handa <handa@m17n.org>
21008
21009 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21010 (x_draw_glyph_string): Fix drawing of right_overhang and
21011 left_overhang around/on cursor.
21012
21013 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21014
21015 2008-02-01 Kenichi Handa <handa@m17n.org>
21016
21017 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21018
21019 2008-02-01 Kenichi Handa <handa@m17n.org>
21020
21021 * coding.c (Fdefine_coding_system_internal)
21022 (Fdefine_coding_system_alias): Avoid a duplicated element in
21023 Vcoding_system_alist.
21024
21025 2008-02-01 Kenichi Handa <handa@m17n.org>
21026
21027 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21028
21029 * coding.c (Qcoding_system_define_form): New variable.
21030 (syms_of_coding): Intern and staticpro it.
21031 (Fcoding_system_p): Check Qcoding_system_define_form.
21032 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21033
21034 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21035 Fcoding_system_p.
21036 (CHECK_CODING_SYSTEM): If ID is not available, call
21037 Fcheck_coding_system.
21038 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21039 Try also Fcheck_coding_system.
21040
21041 2008-02-01 Kenichi Handa <handa@m17n.org>
21042
21043 * coding.c (code_conversion_restore): GCPRO arg.
21044
21045 2008-02-01 Kenichi Handa <handa@m17n.org>
21046
21047 * character.c (lisp_string_width): Check multibyteness of STRING.
21048
21049 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21050
21051 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21052 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21053 (decode_mac_font_name): Use decode_coding_c_string instead of
21054 decode_coding.
21055 (x_load_font): Initialize fontp->fontset to -1. Set
21056 fontp->encoding_type.
21057
21058 2008-02-01 Kenichi Handa <handa@m17n.org>
21059
21060 * search.c (search_buffer): Give up BM search on case-fold-search
21061 if one of a target character has a case-equivalence of different
21062 byte length even if that target character is an ASCII.
21063 (simple_search): Fix calculation of byte length of matched text.
21064 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21065
21066 2008-02-01 Kenichi Handa <handa@m17n.org>
21067
21068 * coding.c (decode_coding): Fix handling of invalid bytes.
21069
21070 2008-02-01 Kenichi Handa <handa@m17n.org>
21071
21072 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21073 Unicode characters.
21074
21075 2008-02-01 Kenichi Handa <handa@m17n.org>
21076
21077 * coding.c (encode_coding_object): If a pre-write-conversion
21078 function makes a new buffer, kill it.
21079
21080 2008-02-01 Kenichi Handa <handa@m17n.org>
21081
21082 * coding.c (QCascii_compatible_p): New variable.
21083 (syms_of_coding): Initialize it.
21084 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21085 calling string_char.
21086 (record_conversion_result): Add `default:' case.
21087 (coding_charset_list): Delete unused variable `coding_type'.
21088 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21089 property in the plist of the coding system.
21090 (Fcoding_system_put): Check QCascii_compatible_p.
21091
21092 2008-02-01 Miles Bader <miles@gnu.org>
21093
21094 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21095 removed calculation of frame `f', as it's now used.
21096
21097 2008-02-01 Kenichi Handa <handa@m17n.org>
21098
21099 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21100 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21101 (UNIDATA): New variable.
21102 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21103 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21104 $(RUN_TEMACS) unconditionally.
21105
21106 2008-02-01 Kenichi Handa <handa@m17n.org>
21107
21108 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21109 (admindir): New variable.
21110 ($(lispsource)international/charprop.el): New target.
21111
21112 2008-02-01 Miles Bader <miles@gnu.org>
21113
21114 * character.c (chars-in-region): Remove obsolete function.
21115 (syms_of_character): Remove its initialization.
21116
21117 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21118
21119 * w32select.c (validate_coding_system)
21120 (setup_windows_coding_system): New functions.
21121 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21122 setup_windows_coding_system.
21123 (setup_config, Fw32_get_clipboard_data): Use
21124 validate_coding_system.
21125 (Fx_selection_exists): Move call to setup_config to a place
21126 where signals are allowed.
21127
21128 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21129 (Fcheck_coding_system): Add declarations.
21130
21131 2008-02-01 Kenichi Handa <handa@m17n.org>
21132
21133 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21134
21135 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21136
21137 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21138 string as the second argument for x_new_fontset.
21139
21140 2008-02-01 Kenichi Handa <handa@m17n.org>
21141
21142 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21143 (encode_coding_object): Use safe_call instead of call2.
21144
21145 2008-02-01 Kenichi Handa <handa@m17n.org>
21146
21147 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21148
21149 * Makefile.in (lisp): Include charprop.el.
21150
21151 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21152
21153 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21154 Not sure if it's unnecessary.
21155
21156 2008-02-01 Steven Tamm <steventamm@mac.com>
21157
21158 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21159 some possibly unnecessary fontset checking code that crashed
21160 when creating a new frame.
21161
21162 2008-02-01 Kenichi Handa <handa@m17n.org>
21163
21164 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21165 lookup_face.
21166
21167 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21168
21169 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21170
21171 2008-02-01 Kenichi Handa <handa@m17n.org>
21172
21173 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21174 (coding_charset_list): New function.
21175
21176 * coding.h (coding_charset_list): Extern it.
21177
21178 2008-02-01 Kenichi Handa <handa@m17n.org>
21179
21180 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21181 concatenation of family and registry.
21182
21183 2008-02-01 Kenichi Handa <handa@m17n.org>
21184
21185 * character.h (BYTE8_STRING): Fix typo.
21186
21187 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21188 string to multibyte (sync to HEAD).
21189
21190 * casefiddle.c (casify_region): Handle changes in byte-length
21191 using replace_range_2 (sync to HEAD).
21192
21193 2008-02-01 Andreas Schwab <schwab@suse.de>
21194
21195 * chartab.c (map_char_table): GCPRO table and arg.
21196
21197 2008-02-01 Kenichi Handa <handa@m17n.org>
21198
21199 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21200 already at limit.
21201
21202 2008-02-01 Kenichi Handa <handa@m17n.org>
21203
21204 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21205 instead of fast_c_string_match_ignore_case.
21206 (find_font_encoding): Change argument to Lisp_Object. Use
21207 fast_string_match_ignore_case instead of
21208 fast_c_string_match_ignore_case. Change caller.
21209
21210 2008-02-01 Kenichi Handa <handa@m17n.org>
21211
21212 * xdisp.c (get_next_display_element): In unibyte case, decide to
21213 display in octal form by checking a character by
21214 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21215
21216 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21217
21218 * character.c (unibyte_has_multibyte_table): New variable.
21219
21220 * character.h (unibyte_has_multibyte_table): Extern it.
21221 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21222
21223 2008-02-01 Kenichi Handa <handa@m17n.org>
21224
21225 * coding.c (encode_coding_iso_2022): Fix handling of charset
21226 annotation.
21227
21228 2008-02-01 Kenichi Handa <handa@m17n.org>
21229
21230 * coding.c (setup_coding_system): If coding_system is nil, use
21231 Qundecided.
21232 (Fterminal_coding_system): Return nil if terminal coding system is
21233 `undecided'.
21234 (syms_of_coding): Define coding-system `undecided' here. Setup
21235 terminal_coding as `undecided'.
21236
21237 2008-02-01 Kenichi Handa <handa@m17n.org>
21238
21239 * xdisp.c (message_dolog, set_message_1): Call
21240 unibyte_char_to_multibyte with arg type int.
21241
21242 * lread.c (read1): Fix reading of a char-table.
21243
21244 * print.c (print_object): Include sub char-table in circularities
21245 detection.
21246
21247 2008-02-01 Kenichi Handa <handa@m17n.org>
21248
21249 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21250 Append the found sequences in car of ARGS instead of prepending.
21251
21252 2008-02-01 Kenichi Handa <handa@m17n.org>
21253
21254 * fileio.c (report_file_error): Make a unibyte string from
21255 strerror (errorno).
21256 (Fsubstitute_in_file_name): Fix the arg to
21257 unibyte_char_to_multibyte. It is evaluated twice.
21258
21259 2008-02-01 Kenichi Handa <handa@m17n.org>
21260
21261 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21262
21263 2008-02-01 Kenichi Handa <handa@m17n.org>
21264
21265 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21266 BOM is not found.
21267 (detect_coding, detect_coding_system): Optimization for ISO-2022
21268 when no 8-bit data is found.
21269
21270 2008-02-01 Jason Rumney <jasonr@gnu.org>
21271
21272 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21273
21274 2008-02-01 Kenichi Handa <handa@m17n.org>
21275
21276 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21277 CHARS.
21278
21279 2008-02-01 Steven Tamm <steventamm@mac.com>
21280
21281 * macterm.c (mac_encode_char): Add charset argument and update
21282 to use encoding_type.
21283 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21284 switch to pure fontset.
21285 (decode_mac_font_name): Temporarily remove decoding.
21286 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21287 (x_load_font): Temporarily remove encoding.
21288
21289 2008-02-01 Kenichi Handa <handa@m17n.org>
21290
21291 * xfaces.c (Fface_font): If frame is not on a window system,
21292 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21293 refer to face->font.
21294 (split_font_name_into_vector, build_font_name_from_vector)
21295 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21296 when HAVE_WINDOW_SYSTEM is defined.
21297
21298 2008-02-01 Kenichi Handa <handa@m17n.org>
21299
21300 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21301 (x_produce_glyphs): Fix setting of members of cmp in case
21302 cmp->glyph_len is zero.
21303
21304 * fontset.c (Fset_fontset_font): Fix docstring.
21305 (Ffontset_info): Make it backward compatible. New arg ALL.
21306
21307 2008-02-01 Kim F. Storm <storm@cua.dk>
21308
21309 * process.c (read_process_output): Grow decoding_buf when needed;
21310 this could cause a crash in allocate_string and compact_small_strings.
21311
21312 2008-02-01 Kenichi Handa <handa@m17n.org>
21313
21314 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21315
21316 2008-02-01 Kenichi Handa <handa@m17n.org>
21317
21318 * coding.c (setup_coding_system): Set coding->common_flags
21319 correctly for raw-text.
21320 (consume_chars): On encoding unibyte text by raw-text, don't check
21321 multibyte form.
21322 (encode_coding): On encoding by raw-text, never use translation tables.
21323
21324 * fileio.c (e_write): Short cut for the case of no encoding.
21325
21326 2008-02-01 Kenichi Handa <handa@m17n.org>
21327
21328 * coding.c (detect_coding, detect_coding_system): Delete unused
21329 variables.
21330
21331 2008-02-01 Kenichi Handa <handa@m17n.org>
21332
21333 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21334 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21335
21336 2008-02-01 Kenichi Handa <handa@m17n.org>
21337
21338 * coding.c (Ffind_coding_systems_region_internal): Include
21339 raw-text and no-conversion in the result.
21340
21341 2008-02-01 Kenichi Handa <handa@m17n.org>
21342
21343 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21344 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21345 FONT_DEF.
21346 (font_def_arg, add_arg, from_arg, to_arg): New args.
21347 (set_fontset_font): Change argument.
21348 (Fset_fontset_font): Fix for the case that TARGET is a script
21349 name and charset name.
21350 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21351
21352 2008-02-01 Kenichi Handa <handa@m17n.org>
21353
21354 * fontset.c (fontset_font): Rename from fontset_face. Change return
21355 value.
21356 (face_suitable_for_char_p, face_for_char): Adjust for the change
21357 of fontset_font.
21358 (make_fontset_for_ascii_face): Fix setting of the fontset element
21359 for ASCII.
21360 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21361 to get a font name.
21362 (Ffontset_info): Adjust for the change of fontset_font.
21363
21364 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21365
21366 * character.h (LEADING_CODE_LATIN_1_MIN)
21367 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21368
21369 2008-02-01 Kenichi Handa <handa@m17n.org>
21370
21371 * editfns.c (check_translation): New function.
21372 (Ftranslate_region_internal): Handle M:N mapping.
21373
21374 2008-02-01 Kenichi Handa <handa@m17n.org>
21375
21376 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21377
21378 2008-02-01 Kenichi Handa <handa@m17n.org>
21379
21380 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21381 goto invalid_code.
21382 (decode_coding_iso_2022): Fix handling of invalid designation.
21383
21384 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21385 after calling code_conversion_save.
21386
21387 2008-02-01 Kenichi Handa <handa@m17n.org>
21388
21389 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21390
21391 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21392
21393 * fontset.c: Include "intervals.h".
21394 (fontset_face): Fix comparing of Lisp_Objects.
21395 (free_face_fontset, new_fontset_from_font_name): Fix
21396 Lisp_Object/int mixup.
21397
21398 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21399
21400 * coding.c: Add many prototypes for static functions.
21401 (get_translation_table): Allow max_lookup to be NULL.
21402 (decode_coding, Ffind_coding_systems_region_internal)
21403 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21404 get_translation_table with max_lookup NULL.
21405
21406 2008-02-01 Kenichi Handa <handa@m17n.org>
21407
21408 * coding.c (get_translation_table): Declare it as Lisp_Object.
21409 (LOOKUP_TRANSLATION_TABLE): New macro.
21410 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21411 instead of CHAR_TABLE_REF.
21412
21413 2008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21416 annotation data format.
21417 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21418 Change arguments FROM and TO to single argument NCHARS. Change caller.
21419 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21420 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21421 (decode_coding_ccl, decode_coding_charset): Pay attention to
21422 coding->charbuf_used.
21423 (get_translation): New function.
21424 (produce_chars): New arguments translation_table and last_block.
21425 Translate characters here. Return number of carryover chars.
21426 Change caller.
21427 (produce_composition): New argument pos. Change caller.
21428 Adjust for the change of annotation data format.
21429 (produce_charset, produce_annotation): Likewise.
21430 (decode_coding, encode_coding): Don't call translate_chars.
21431 (consume_chars): New arg translation_table. Change caller.
21432 (translate_chars): Delete.
21433 (syms_of_coding): Make translation-table's number of extra slots 2.
21434
21435 2008-02-01 Kenichi Handa <handa@m17n.org>
21436
21437 * search.c (simple_search): Fix setting this_pos_byte in backward
21438 search.
21439
21440 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21441 byte sequence.
21442 (detect_coding_ccl): Fix setting of the variable valids.
21443
21444 2008-02-01 Kenichi Handa <handa@m17n.org>
21445
21446 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21447
21448 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21449
21450 * editfns.c (Ftranslate_region_internal): Rename from
21451 Ftranslate_region. Accept a char-table in TABLE.
21452 (syms_of_editfns): Defsubr Stranslate_region_internal.
21453
21454 * xfaces.c (set_lface_from_font_name): If a font is specified for
21455 a frame, generate a fontset from the font.
21456 (build_scalable_font_name): If the scalable font is requested for
21457 a specific size, don't change that size.
21458 (try_font_list): Try a scalable font also in the case that a
21459 pattern string is specified.
21460
21461 2008-02-01 Kenichi Handa <handa@m17n.org>
21462
21463 * xfaces.c (Fface_font): New optional arg CHARACTER.
21464
21465 2008-02-01 Kenichi Handa <handa@m17n.org>
21466
21467 * charset.h (CHARSET_OFFSET): New macro.
21468
21469 2008-02-01 Kenichi Handa <handa@m17n.org>
21470
21471 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21472
21473 * fontset.c (fontset_face): Handle the case that repertory is a
21474 char-table.
21475 (find_font_encoding): Return nil for unknown encoding.
21476 (Fset_fontset_font): Ignore a font of unknown encoding.
21477
21478 2008-02-01 Kenichi Handa <handa@m17n.org>
21479
21480 * keymap.c (describe_vector): Handle default value of a char table.
21481
21482 * fontset.c (fontset_face): Handle fallback fonts correctly.
21483 (Ffontset_info): Return infomation about fallback fonts.
21484
21485 2008-02-01 Kenichi Handa <handa@m17n.org>
21486
21487 * fontset.c (FONTSET_DEFAULT): New macro.
21488 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21489 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21490 the case that it is nil.
21491 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21492 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21493
21494 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21495 subset or superset.
21496
21497 2008-02-01 Kenichi Handa <handa@m17n.org>
21498
21499 * emacs.c (main): Call init_charset after syms_of_XXX.
21500
21501 * charset.c (Vcharset_map_directory): Delete.
21502 (Vcharset_map_path): New variable.
21503 (load_charset_map_from_file): Use Vcharset_map_path instead.
21504 (init_charset): Initialize Vcharset_map_path.
21505 (syms_of_charset): Delete declaration of "charset-map-directory",
21506 add declaration of "charset-map-path".
21507
21508 2008-02-01 Kenichi Handa <handa@m17n.org>
21509
21510 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21511 ASCII only string.
21512
21513 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21514
21515 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21516 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21517
21518 2008-02-01 Kenichi Handa <handa@m17n.org>
21519
21520 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21521
21522 * coding.c (QCmnemonic, QCdefalut_char)
21523 (QCdecode_translation_table, QCencode_translation_table)
21524 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21525 (get_translation_table): Return a list of translation tables if
21526 necessary.
21527 (decode_coding): Call get_translation_table with ENCODEP 0.
21528 (char_encodable_p): If translation_table is non-nil, always call
21529 translate_char.
21530 (Fdefine_coding_system_internal): Accept list of translation
21531 tables as :encode-translation-table and :decode-translation-table.
21532 (Fcoding_system_put): New function.
21533 (syms_of_coding): Declare new symbols. Defsubr
21534 Scoding_system_put.
21535 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21536 typically JISX0212.
21537
21538 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21539 when the charset is superset type.
21540
21541 * character.c (translate_char): Accept list of translation tables.
21542
21543 2008-02-01 Kenichi Handa <handa@m17n.org>
21544
21545 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21546 (CODING_ATTR_TRANS_TBL): New macro.
21547
21548 * coding.c (get_translation_table): New function.
21549 (translate_chars): Fix the bug of skipping annotation data.
21550 (decode_coding, encode_coding): Utilize get_translation_table.
21551 (char_encodable_p, Funencodable_char_position): Translate char if
21552 necessary.
21553 (Ffind_coding_systems_region_internal)
21554 (Fcheck_coding_systems_region): Setup translation table for encode
21555 in a coding system attribute vector in advance.
21556 (Fdefine_coding_system_internal): Allow a symbol as translation
21557 table. For shift-jis type coding system, allow 4th charset.
21558
21559 2008-02-01 Kenichi Handa <handa@m17n.org>
21560
21561 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21562
21563 * xdisp.c (get_next_display_element): Pass -1 as POS to
21564 FACE_FOR_CHAR if displaying a C-string.
21565
21566 2008-02-01 Kenichi Handa <handa@m17n.org>
21567
21568 * composite.c (get_composition_id): Handle xoff and yoff in a
21569 composition rule.
21570
21571 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21572 (struct composition): New member lbearing and rbearing.
21573
21574 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21575 (x_get_glyph_overhangs): Handle a composition glyph.
21576 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21577
21578 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21579 composition glyph.
21580
21581 2008-02-01 Kenichi Handa <handa@m17n.org>
21582
21583 * print.c: Include charset.h.
21584 (Vprint_charset_text_property): New variable.
21585 (Qdefault): Extern it.
21586 (PRINT_STRING_NON_CHARSET_FOUND)
21587 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21588 (print_check_string_result): New variable.
21589 (print_check_string_charset_prop): New function.
21590 (print_prune_charset_plist): New variable.
21591 (print_prune_string_charset): New function.
21592 (print_object): Call print_prune_string_charset if
21593 Vprint_charset_text_property is not t.
21594 (print_interval): Print nothing if interval->plist is nil.
21595 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21596 variable. Init and staticpro print_prune_charset_plist.
21597
21598 2008-02-01 Kenichi Handa <handa@m17n.org>
21599
21600 * fontset.c (new_fontset_from_font_name): Use the specified font
21601 for all characters in the new fontset.
21602
21603 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21604 OBJECT args.
21605
21606 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21607 OBJECT args for composition too.
21608
21609 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21610 OBJECT args.
21611
21612 2008-02-01 Kenichi Handa <handa@m17n.org>
21613
21614 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21615
21616 * fontset.c (reorder_font_vector): Adjust for the change of
21617 FONT_DEF format.
21618 (fontset_face): New arg id. Change caller.
21619 (face_for_char): New args pos and object.
21620 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21621 (fs_query_fontset): Check NAME by Fassoc too.
21622 (Fset_fontset_font): Allow non-XLFD font name.
21623 (Ffontset_info): Adjust for the change of FONT_DEF format.
21624
21625 * fontset.h (face_for_char): Adjust prototype.
21626
21627 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21628 (append_space, extend_face_to_end_of_line)
21629 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21630 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21631
21632 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21633 POS and OBJECT args.
21634
21635 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21636 POS and OBJECT args.
21637
21638 2008-02-01 Jason Rumney <jasonr@gnu.org>
21639
21640 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21641 of GlobalAlloc'ed memory.
21642
21643 2008-02-01 Kenichi Handa <handa@m17n.org>
21644
21645 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21646
21647 * charset.h (charset_table_used): Delete extern.
21648
21649 * charset.c (charset_table_used): Make it static.
21650 (map_charset_chars): Fix args to c_function with.
21651
21652 * chartab.c (map_sub_char_table_for_charset): Fix args to
21653 c_function with.
21654
21655 * coding.h (enum coding_result_code): Delete
21656 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21657
21658 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21659 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21660 (Vlast_code_conversion_error): New variables.
21661 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21662 (ONE_MORE_BYTE): Record error if any instead of signaling an
21663 error. If non-ASCII multibyte char is found, return the negative
21664 value of the code. All callers changed to check it.
21665 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21666 (record_conversion_result): New function. Change all codes setting
21667 coding->result to call this function.
21668 (detect_coding_utf_8, decode_coding_utf_8)
21669 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21670 Don't use the local variable incomplete.
21671 (emacs_mule_char): Change the second arg to `const'.
21672 (decode_coding): Fix of flushing out unprocessed data.
21673 (make_conversion_work_buffer): Fix making of a work buffer.
21674 (decode_coding_object): Return coding->dst_object.
21675
21676 * fontset.c (set_fontset_font): Fix args.
21677
21678 * lisp.h (CHARACTERBITS): Define as 22.
21679
21680 * process.c (send_process): Be sure to set coding->src_multibyte.
21681
21682 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21683
21684 2008-02-01 Kenichi Handa <handa@m17n.org>
21685
21686 * xdisp.c (handle_auto_composed_prop): Give limit to
21687 Fnext_single_char_property_change.
21688
21689 2008-02-01 Kenichi Handa <handa@m17n.org>
21690
21691 * composite.c (syms_of_composite): Don't make the composition hash
21692 table weak.
21693
21694 * fontset.c (Fset_fontset_font): Fix docstring.
21695
21696 * lisp.h (detect_coding_system): Adjust prototype.
21697
21698 * fileio.c (kill_workbuf_unwind): Delete this function.
21699 (Finsert_file_contents): Adjust the call of detect_coding_system.
21700 Get conversion_buffer by code_conversion_save. Use the macro
21701 CODING_MAY_REQUIRE_DECODING. After decoding, update
21702 coding_system.
21703
21704 * coding.h (make_conversion_work_buffer): Delete extern.
21705 (code_conversion_save): Extern it.
21706
21707 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21708 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21709 (decode_coding_utf_8): Don't do eol converion.
21710 (detect_coding_utf_16): Check coding->src_chars, not
21711 coding->src_bytes. Add heuristics for those that have no signature.
21712 (decode_coding_emacs_mule, decode_coding_iso_2022)
21713 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21714 Don't do eol converion.
21715 (adjust_coding_eol_type): Return a new coding system.
21716 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21717 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21718 each change.
21719 (decode_coding): Pay attention to undo_list. Do eol conversion for
21720 all types of coding-systems (if necessary).
21721 (Vcode_conversion_work_buf_list): Delete it.
21722 (Vcode_conversion_reused_workbuf): Rename from
21723 Vcode_conversion_reused_work_buf.
21724 (Vcode_conversion_workbuf_name): New variable.
21725 (reused_workbuf_in_use): New variable.
21726 (make_conversion_work_buffer): Delete the arg DEPTH.
21727 (code_conversion_restore): Change argument to cons.
21728 (code_conversion_save): Delete the argument BUFFER. Change callers.
21729 (detect_coding_system): New argument src_chars. Change callers.
21730 Fix for utf-16 detection.
21731 (init_coding_once): Don't use ISO_carriage_return.
21732 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21733 reused_workbuf_in_use.
21734
21735 2008-02-01 Kenichi Handa <handa@m17n.org>
21736
21737 * keymap.c (store_in_keymap): Pay attention to the case that idx
21738 is a cons specifying a character range.
21739
21740 2008-02-01 Kenichi Handa <handa@m17n.org>
21741
21742 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21743 HANDLED_RECOMPUTE_PROPS.
21744
21745 * coding.c (Fdefine_coding_system_internal): Fix checking of
21746 ascii compatibility.
21747
21748 2008-02-01 Kenichi Handa <handa@m17n.org>
21749
21750 * charset.c (find_charsets_in_text): Delete unused locale variable.
21751 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21752
21753 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21754 Resync charset_list to Vemacs_mule_charset_list.
21755
21756 * keymap.c (store_in_keymap): Pay attention to the case that idx
21757 is a cons specifying a character range.
21758
21759 2008-02-01 Kenichi Handa <handa@m17n.org>
21760
21761 * composite.c (update_compositions): Bind inhibit-read-only, etc
21762 to t before calling remove-list-of-text-properties.
21763
21764 * print.c (print_object): Always print ASCII chars as is.
21765
21766 2008-02-01 Kenichi Handa <handa@m17n.org>
21767
21768 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21769
21770 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21771 is a char table.
21772
21773 2008-02-01 Kenichi Handa <handa@m17n.org>
21774
21775 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21776
21777 2008-02-01 Kenichi Handa <handa@m17n.org>
21778
21779 * xfaces.c (set_lface_from_font_name): Fix for the case that
21780 FONTNAME is not fontset name.
21781
21782 2008-02-01 Kenichi Handa <handa@m17n.org>
21783
21784 * fns.c (base64_encode_1): Fix previous change.
21785
21786 2008-02-01 Kenichi Handa <handa@m17n.org>
21787
21788 * fontset.c (set_fontset_font): New function.
21789 (Fset_fontset_font): If a font is specified for a charset, use
21790 map_charset_chars to store the font spec in a fontset.
21791
21792 2008-02-01 Kenichi Handa <handa@m17n.org>
21793
21794 * fontset.c (fontset_face): Create a fallback fontset on demand.
21795 (make_fontset): Don't create a fallback fontset here.
21796 (free_face_fontset): Free a fallback fontset (if any) too.
21797 (n_auto_fontsets): Delete this variable.
21798 (auto_fontset_alist): New variable.
21799 (new_fontset_from_font_name): Check auto_fontset_alist.
21800 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21801 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21802 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21803 Defsubr Sfontset_list_all.
21804
21805 2008-02-01 Kenichi Handa <handa@m17n.org>
21806
21807 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21808
21809 2008-02-01 Kenichi Handa <handa@m17n.org>
21810
21811 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21812
21813 2008-02-01 Kenichi Handa <handa@m17n.org>
21814
21815 * editfns.c (Fgoto_char): Fix docstring.
21816
21817 2008-02-01 Kenichi Handa <handa@m17n.org>
21818
21819 * insdel.c (insert_from_gap): Adjust intervals correctly.
21820
21821 2008-02-01 Jason Rumney <jasonr@gnu.org>
21822
21823 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21824 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21825 (w32_initialize): Try to load it.
21826 (x_get_font_repertory): Use it if available.
21827 (w32_encode_char): Add shortcut for unicode output.
21828
21829 * w32fns.c (w32_load_system_font): Default charset to -1.
21830 (x_to_w32_charset): Match all fonts for unicode.
21831 (w32_to_x_charset): New parameter matching. Don't return partial
21832 or wildcard charsets.
21833 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21834 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21835 (w32_to_x_font): Match charset to real charset.
21836 (enum_font_cb2): Always list unicode versions.
21837
21838 * makefile.w32-in (temacs): Increase EMHEAP.
21839
21840 2008-02-01 Jason Rumney <jasonr@gnu.org>
21841
21842 * w32term.c (w32_encode_char): New charset parameter.
21843 font_info.encoding becomes encoding_type.
21844 (x_get_font_repertory): New function. Warning: stub only!
21845 (x_new_font): Return quickly if font already set.
21846 (x_new_fontset): fontsetname parameter is Lisp_Object.
21847 Use new fs_query_fontset. Try new_fontset_from_font_name.
21848 Use fontset_name for return value.
21849
21850 * w32term.h: Declare x_get_font_repertory.
21851
21852 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21853 place of find_charset_in_text. Use encode_coding_object in place
21854 of encode_coding.
21855 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21856 decode_coding.
21857
21858 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21859 of x_new_fontset.
21860 (w32_load_system_font): Initialize charset as unicode.
21861 font_info.encoding becomes encoding_type.
21862 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21863 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21864 (syms_of_w32fns): Set get_font_repertory_func.
21865
21866 * w32console.c: Include character.h. Use terminal_encode_buffer
21867 from term.c.
21868 (write_glyphs): Use new version of encode_terminal_code. Use
21869 encode_coding_object in place of encode_coding.
21870
21871 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21872 encoding becomes encoding_type.
21873
21874 * term.c (terminal_encode_buffer): Make externally visible.
21875
21876 * makefile.w32-in: Add character.h dependancies.
21877 (character.o, chartab.o): New targets.
21878
21879 2008-02-01 Kenichi Handa <handa@m17n.org>
21880
21881 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21882 CODING_ID_EOL_TYPE.
21883
21884 2008-02-01 Andreas Schwab <schwab@suse.de>
21885
21886 * coding.c (produce_chars): Revert last change.
21887
21888 2008-02-01 Kenichi Handa <handa@m17n.org>
21889
21890 * charset.h (charset_unicode): Extern it.
21891
21892 * charset.c (string_xstring_p): Check by (C >= 0x100).
21893 (find_charsets_in_text): Change format of the arc CHARSETS. New
21894 arg MULTIBYTE.
21895 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21896 change of find_charsets_in_text.
21897 (Fsplit_char): Fix doc. Never return unknown.
21898
21899 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21900
21901 * coding.c (Fdefine_coding_system_alias): Update
21902 Vcoding_system_list.
21903
21904 * fontset.c (load_font_get_repertory): Pay attention to the case
21905 that ENCODING of a font is specified by a char-table.
21906
21907 * xterm.c (x_get_font_repertory): Handle the case that the
21908 encoding of font is other than Unicode.
21909
21910 2008-02-01 Kenichi Handa <handa@m17n.org>
21911
21912 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21913 if a character is encodable by the terminal coding system. If
21914 not, produces proper number of `?'s. Update
21915 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21916 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21917
21918 2008-02-01 Kenichi Handa <handa@m17n.org>
21919
21920 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21921 variables.
21922 (encode_terminal_code): Change argument. Encode multiple
21923 characters at once. Store the result of encoding in
21924 terminal_encode_buffer.
21925 (write_glyphs, insert_glyphs): Adjust for the change of
21926 encode_terminal_code.
21927 (term_init): Initialize terminal_encode_buffer and
21928 terminal_encode_buf_size.
21929
21930 * coding.c (consume_chars): If coding->src_object is nil, don't
21931 check annotation.
21932
21933 2008-02-01 Kenichi Handa <handa@m17n.org>
21934
21935 * character.c (char_string): Use ASCII_CHAR_P instead of
21936 SINGLE_BYTE_CHAR_P.
21937
21938 2008-02-01 Kenichi Handa <handa@m17n.org>
21939
21940 * xdisp.c (handle_auto_composed_prop): Check if the last
21941 characters of auto-composed region is newly composed with the
21942 following characters.
21943 (handle_composition_prop): Fix checking of point being inside
21944 composition.
21945
21946 2008-02-01 Kenichi Handa <handa@m17n.org>
21947
21948 * fns.c (concat): Don't change multibyteness of the result by
21949 concatenating an 8-bit character.
21950
21951 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21952 multibyteness of the result when newelt is an 8-bit character.
21953
21954 2008-02-01 Dave Love <fx@gnu.org>
21955
21956 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21957 EMACS_INT.
21958
21959 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21960
21961 * xfaces.c (face_numeric_value): Declare dim size_t.
21962 (Finternal_lisp_face_equal_p): Remove unused f.
21963
21964 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21965 (MATRIX_ROW): Remove unused vars.
21966 (draw_glyphs, x_insert_glyphs, fast_find_position)
21967 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21968 byte/char counts.
21969
21970 * regex.c (regex_compile): Remove unused var.
21971
21972 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21973
21974 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21975 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21976
21977 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21978
21979 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21980
21981 * fileio.c (Fwrite_region): Remove unused var.
21982
21983 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21984 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21985
21986 * composite.c (Fremove_list_of_text_properties): Declare.
21987
21988 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21989 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21990 (coding_inherit_eol_type): Remove unused attrs.
21991 (detect_coding): Cast arg of detect_eol.
21992
21993 * charset.c (syms_of_charset): Remove unused var p.
21994 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21995 byte/char counts.
21996
21997 * casetab.c (set_case_table): Remove unused var.
21998
21999 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22000 unused vars.
22001
22002 2008-02-01 Dave Love <fx@gnu.org>
22003
22004 * xterm.c (x_bitmap_mask): Declare.
22005
22006 2008-02-01 Dave Love <fx@gnu.org>
22007
22008 * xterm.c (x_term_init): Fix type error.
22009
22010 * lisp.h: Add Funibyte_char_to_multibyte.
22011
22012 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22013 (Fset_coding_system_priority): Doc fix.
22014
22015 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22016
22017 * indent.c (check_composition): Make start and end EMACS_INT.
22018
22019 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22020
22021 * xdisp.c (handle_composition_prop, check_point_in_composition):
22022 Make buffer positions EMACS_INT.
22023
22024 * composite.c (find_composition, run_composition_function)
22025 (update_compositions, Ffind_composition_internal): Make buffer
22026 positions EMACS_INT.
22027
22028 * composite.h (find_composition, update_compositions): Make
22029 position args EMACS_INT.
22030
22031 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22032
22033 * intervals.c (get_property_and_range):
22034 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22035
22036 * unexalpha.c: Don't include varargs.h.
22037
22038 2008-02-01 Dave Love <fx@gnu.org>
22039
22040 * coding.h (ENCODE_UTF_8): New.
22041
22042 * Makefile.in (gtkutil.o): Depend on coding.h.
22043
22044 * coding.c (Fset_coding_system_priority): Doc fix.
22045
22046 2008-02-01 Kenichi Handa <handa@m17n.org>
22047
22048 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22049 the case of auto saving.
22050
22051 2008-02-01 Andreas Schwab <schwab@suse.de>
22052
22053 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22054 `range' from GC.
22055
22056 2008-02-01 Kenichi Handa <handa@m17n.org>
22057
22058 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22059
22060 2008-02-01 Kenichi Handa <handa@m17n.org>
22061
22062 * fileio.c (choose_write_coding_system): Return a decided coding system.
22063 (Fwrite_region): Set Vlast_coding_system_used to the return value
22064 of choose_write_coding_system.
22065
22066 2008-02-01 Kenichi Handa <handa@m17n.org>
22067
22068 * charset.c (Fset_charset_priority): Pay attention to duplicated
22069 arguments.
22070
22071 * coding.c (QCcategory): New variable.
22072 (syms_of_coding): Defsym it. Set all elements of
22073 Vcoding_category_table and their symbol values.
22074 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22075 coding-category-XXX, and coding-category-list.
22076 (Fdefine_coding_system_internal): Add category in the plist.
22077
22078 2008-02-01 Kenichi Handa <handa@m17n.org>
22079
22080 * callproc.c (Fcall_process): Handle carryover correctly.
22081
22082 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22083 (raw_text_coding_system): Check NILP (coding_system).
22084 (coding_inherit_eol_type): Check NILP (coding_system) and
22085 NILP (parent).
22086 (consume_chars): Fix for the case of raw-text.
22087
22088 * process.c (read_process_output): Handle carryover correctly.
22089
22090 2008-02-01 Dave Love <fx@gnu.org>
22091
22092 * regex.c (re_search_2): Fix last change.
22093
22094 2008-02-01 Kenichi Handa <handa@m17n.org>
22095
22096 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22097 target_multibyte. Even in a unibyte case, return a converted
22098 multibyte char.
22099 (GET_CHAR_AFTER): New macro.
22100 (PATFETCH): Translate via multibyte char.
22101 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22102 (SETUP_MULTIBYTE_RANGE): New macro.
22103 (regex_compile): Setup compiled code so that its multibyteness
22104 matches that of a target. Fix the handling of "[X-YZ]" using
22105 SETUP_MULTIBYTE_RANGE.
22106 (analyse_first) <charset>: For filling fastmap for all multibyte
22107 characters, don't check by BASE_LEADING_CODE_P.
22108 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22109 the same as RE_MULTIBYTE_P (bufp) now.
22110 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22111 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22112 (TRANSLATE_VIA_MULTIBYTE): New macro.
22113 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22114 It is the same as RE_MULTIBYTE_P (bufp) now.
22115 <exactn>: Translate via multibyte.
22116 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22117 translate it.
22118 <charset, charset_not>: Fetch a character by
22119 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22120 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22121 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22122 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22123 by GET_CHAR_AFTER.
22124 (bcmp_translate): Likewise.
22125
22126 * search.c (compile_pattern): Check the member target_multibyte,
22127 not the member multibyte of buf.
22128
22129 * lread.c (read1): While reading a string, set force_singlebyte
22130 and force_multibyte correctly.
22131
22132 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22133 up of unibyte_to_multibyte_table.
22134
22135 2008-02-01 Kenichi Handa <handa@m17n.org>
22136
22137 * coding.c (setup_coding_system): If coding has
22138 post-read-conversion or pre-write-conversion, set
22139 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22140 respectively.
22141 (decode_coding_gap): Run post-read-conversion if any.
22142
22143 * fileio.c (Finsert_file_contents): Even if we read into a
22144 unibyte buffer, check if we must decode the result or not.
22145
22146 2008-02-01 Kenichi Handa <handa@m17n.org>
22147
22148 * coding.c (make_conversion_work_buffer): Change the work buffer
22149 name to the same one as that of Emacs 21.
22150
22151 2008-02-01 Kenichi Handa <handa@m17n.org>
22152
22153 * coding.h (make_conversion_work_buffer): Adjust prototype.
22154 (code_conversion_restore): Don't extern it.
22155
22156 * coding.c (detected_mask): Delete unused variable.
22157 (decode_coding_iso_2022): Pay attention to the byte sequence of
22158 CTEXT extended segment, and retain those bytes as is.
22159 (decode_coding_ccl): Delete unused variable `valids'.
22160 (setup_coding_system): Delete unused variable `category'.
22161 (consume_chars): Delete unused variable `category'. Make it work
22162 for non-multibyte case.
22163 (make_conversion_work_buffer): Change argument.
22164 (saved_coding): Delete unused variable.
22165 (code_conversion_restore): Don't check saved_coding->destination.
22166 (code_conversion_save): New function.
22167 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22168 instead of record_unwind_protect.
22169 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22170 (detect_coding_system): Delete unused variable `mask'.
22171 (Fdefine_coding_system_internal): Delete unused variable id.
22172
22173 * fileio.c (kill_workbuf_unwind): New function.
22174 (Finsert_file_contents): On replacing, call
22175 make_conversion_work_buffer with correct args, and call
22176 record_unwind_protect with the first arg kill_workbuf_unwind.
22177
22178 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22179
22180 2008-02-01 Kenichi Handa <handa@m17n.org>
22181
22182 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22183 (fontset_add): Fix for the case that TO is less than TO1.
22184 (Ffontset_info): Don't use fallback fontset on checking the
22185 default fontset.
22186 (dump_fontset): New function for debugging.
22187
22188 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22189 coding_type is Qcharset.
22190
22191 2008-02-01 Kenichi Handa <handa@m17n.org>
22192
22193 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22194 (map_char_table): Don't inherit the value from the parent on
22195 initializing VAL. Adjust for the above change.
22196
22197 2008-02-01 Kenichi Handa <handa@m17n.org>
22198
22199 * coding.c (Qsignature, Qendian): Delete these variables.
22200 (syms_of_coding): Don't initialize them.
22201 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22202 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22203 detect_info->found.
22204 (decode_coding_utf_16): Don't detect BOM here.
22205 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22206 is NOT utf_16_without_bom.
22207 (setup_coding_system): For a coding system of type utf-16, check
22208 if the attribute :endian is Qbig or not (not nil or not), and set
22209 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22210 (detect_coding): If coding type is utf-16 and BOM detection is
22211 required, detect it.
22212 (Fdefine_coding_system_internal): For a coding system of type
22213 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22214
22215 2008-02-01 Kenichi Handa <handa@m17n.org>
22216
22217 * coding.c (coding_set_source): Fix for the case that the current
22218 buffer is different from coding->src_object.
22219 (decode_coding_object): Don't use the conversion work buffer if
22220 DST_OBJECT is a buffer.
22221
22222 2008-02-01 Dave Love <fx@gnu.org>
22223
22224 * lread.c (read_emacs_mule_char) [len==2]: Index
22225 emacs_mule_charset correctly.
22226
22227 2008-02-01 Dave Love <fx@gnu.org>
22228
22229 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22230 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22231 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22232 treated specially.)
22233 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22234 (detected_mask): Remove Big5 bits.
22235
22236 2008-02-01 Kenichi Handa <handa@m17n.org>
22237
22238 The following changes are to make the font rescaling facility
22239 compatible with Emacs 21.
22240
22241 * xfaces.c (Vface_font_rescale_alist): Rename from
22242 Vface_resizing_fonts.
22243 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22244 (font_rescale_ratio): Rename from font_resizing_ratio.
22245 (split_font_name): Set font->rescale_ratio.
22246 (better_font_p): Pay attention to font->rescale_ratio.
22247 (build_scalable_font_name): Likewise. Change RESX, and RESY
22248 fields.
22249 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22250
22251 2008-02-01 Kenichi Handa <handa@m17n.org>
22252
22253 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22254 (Qutf_16_le): Remove these variables.
22255 (syms_of_coding): Don't DEFSYM them.
22256 (decode_coding_utf_16): Fix handling of BOM.
22257 (encode_coding_utf_16): Fix handling of BOM.
22258
22259 2008-02-01 Kenichi Handa <handa@m17n.org>
22260
22261 * fileio.c (Finsert_file_contents): On replacing, before decoding
22262 the file into the work buffer, set point of the work buffer to the end.
22263
22264 2008-02-01 Dave Love <fx@gnu.org>
22265
22266 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22267
22268 2008-02-01 Dave Love <fx@gnu.org>
22269
22270 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22271 and fix C types.
22272
22273 2008-02-01 Kenichi Handa <handa@m17n.org>
22274
22275 * xdisp.c (SKIP_GLYPHS): New macro.
22276 (set_cursor_from_row): Pay attention to string display properties.
22277
22278 * category.c (copy_category_entry): Fix for the case that RANGE
22279 is an integer.
22280
22281 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22282
22283 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22284
22285 2008-02-01 Kenichi Handa <handa@m17n.org>
22286
22287 * charset.c (Fcharset_id_internal): New function.
22288 (syms_of_charset): Defsubr it.
22289
22290 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22291 with the last arg charset_list acquired from coding.
22292 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22293 the attribute coding_attr_ccl_valids.
22294
22295 * coding.h (enum define_coding_ccl_arg_index): Set the first
22296 member coding_arg_ccl_decoder to coding_arg_max.
22297
22298 * ccl.h (ccl_driver): Adjust prototype.
22299
22300 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22301 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22302 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22303 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22304 last arg Qnil.
22305
22306 2008-02-01 Kenichi Handa <handa@m17n.org>
22307
22308 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22309 call encode_char.
22310
22311 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22312
22313 2008-02-01 Dave Love <fx@gnu.org>
22314
22315 * composite.c (syms_of_composite): Make composition_hash_table weak.
22316
22317 2008-02-01 Kenichi Handa <handa@m17n.org>
22318
22319 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22320 (font_name_registry): Don't extern them.
22321 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22322
22323 * fontset.h (Qfontset): Don't extern it.
22324 (new_fontset_from_font_name): Extern it.
22325
22326 * fontset.c: Give 8 extra slots to fontset objects.
22327 (Qfontset_info): New variable.
22328 (syms_of_fontset): Defsym it.
22329 (FONTSET_FALLBACK): New macro.
22330 (fontset_face): Try also the default fontset.
22331 (make_fontset): Realize a fallback fontset from the default fontset.
22332 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22333 using split_font_name_into_vector and build_font_name_from_vector.
22334 (Fset_fontset_font): Access the elements of font_spec by enum
22335 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22336 name by using split_font_name_into_vector.
22337 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22338 generate a proper font name from the fontset name. Update
22339 Vfontset_alias_alist.
22340 (n_auto_fontsets): New variable.
22341 (new_fontset_from_font_name): New function.
22342 (Ffont_info): Store the information about fonts generated from the
22343 default fontset in the first extra slot of the returned char-table.
22344
22345 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22346 (font_name_registry): Delete function.
22347 (split_font_name_into_vector): New function.
22348 (build_font_name_from_vector): New function.
22349 (font_list): The argument REGISTRY is now a list of registry names.
22350 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22351 specifies an explicit font name, return the name as is. Make a
22352 list of registy names.
22353
22354 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22355 of x_new_fontset.
22356 (Fx_create_frame): Don't call x_new_fontset here. Just use
22357 x_list_fonts to check the existence of fonts.
22358
22359 * xterm.h (x_new_fontset): Adjust prototype.
22360
22361 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22362 string. Use new_fontset_from_font_name to create a fontset from a
22363 font name.
22364
22365 2008-02-01 Kenichi Handa <handa@m17n.org>
22366
22367 * syntax.c (Vfind_word_boundary_function_table): New name for
22368 Vnext_word_boundary_function_table.
22369 (find-word-boundary-function-table): New name for
22370 next-word-boundary-function-table.
22371
22372 2008-02-01 Dave Love <fx@gnu.org>
22373
22374 * Makefile.in: Fix some dependencies.
22375
22376 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22377 set it to nil before returning.
22378
22379 * composite.c (update_compositions): Fix type error.
22380
22381 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22382
22383 2008-02-01 Kenichi Handa <handa@m17n.org>
22384
22385 * xterm.c (x_new_font): Optimize for the case that the font is
22386 already set for the frame.
22387
22388 2008-02-01 Kenichi Handa <handa@m17n.org>
22389
22390 * chartab.c (char_table_ascii): Check if the char table contents
22391 is sub-char-table or not.
22392 (char_table_set, char_table_set_range): Fix argument to
22393 char_table_ascii.
22394
22395 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22396 (detect_coding_utf_8, detect_coding_utf_16)
22397 (detect_coding_emacs_mule, detect_coding_iso_2022)
22398 (detect_coding_sjis, detect_coding_big5)
22399 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22400 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22401 sequence is valid in this coding system. Change callers.
22402 (MAX_ANNOTATION_LENGTH): New macro.
22403 (ADD_ANNOTATION_DATA): New macro.
22404 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22405 ADD_ANNOTATION_DATA. Change the format of annotation data.
22406 (ADD_CHARSET_DATA): New macro.
22407 (emacs_mule_char): New argument ID. Change callers.
22408 (decode_coding_emacs_mule, decode_coding_iso_2022)
22409 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22410 Produce charset annotation data in coding->charbuf.
22411 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22412 to charset annotation data in coding->charbuf.
22413 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22414 coding->common_flags if the coding system is iso-2022 based and
22415 uses designation.
22416 (produce_composition): Adjust for the new annotation data format.
22417 (produce_charset): New function.
22418 (produce_annotation): Handle charset annotation.
22419 (handle_composition_annotation, handle_charset_annotation): New
22420 functions.
22421 (consume_chars): Handle charset annotation. Utilize the above two
22422 functions.
22423 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22424 buffer, get the deleted text as a string and set
22425 coding->src_object to that string.
22426 (detect_coding, detect_coding_system): Use the new struct
22427 coding_detection_info.
22428
22429 * coding.h (struct coding_detection_info): New structure.
22430 (struct coding_system): Adjust prototype of the member `detector'.
22431 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22432
22433 2008-02-01 Kenichi Handa <handa@m17n.org>
22434
22435 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22436
22437 2008-02-01 Dave Love <fx@gnu.org>
22438
22439 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22440 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22441 to new local and nullify apropos_accumulate before returning.
22442 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22443
22444 2008-02-01 Kenichi Handa <handa@m17n.org>
22445
22446 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22447 correctly.
22448
22449 2008-02-01 Dave Love <fx@gnu.org>
22450
22451 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22452
22453 2008-02-01 Kenichi Handa <handa@m17n.org>
22454
22455 The following changes are to make character composition happen
22456 automatically on displaying.
22457
22458 * Makefile.in (lisp, shortlisp): Add composite.elc.
22459
22460 * composite.h (Qauto_composed, Vauto_composition_function)
22461 (Qauto_composition_function): Extern them.
22462
22463 * composite.c (Vcomposition_function_table)
22464 (Qcomposition_function_table): Delete variables.
22465 (Qauto_composed, Vauto_composition_function)
22466 (Qauto_composition_function): New variables.
22467 (run_composition_function): Don't call
22468 compose-chars-after-function.
22469 (update_compositions): Clear `auto-composed' text property.
22470 (compose_chars_in_text): Delete this function.
22471 (syms_of_composite): Staticpro Qauto_composed and
22472 Qauto_composition_function. Declare Vauto_composition_function as
22473 a Lisp variable.
22474
22475 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22476
22477 * xdisp.c (it_props): Add an entry for Qauto_composed.
22478 (handle_auto_composed_prop): New function.
22479
22480 * xselect.c (selection_data_to_lisp_data): Don't call
22481 compose_chars_in_text.
22482
22483 2008-02-01 Dave Love <fx@gnu.org>
22484
22485 * keyboard.c (read_char): Modify checking around use of
22486 Vkeyboard_translate_table.
22487
22488 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22489 and fix C types.
22490
22491 2008-02-01 Kenichi Handa <handa@m17n.org>
22492
22493 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22494 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22495 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22496 the case that the last byte is '\r' correctly.
22497 (decode_coding): Flush out the unprocessed data correctly.
22498 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22499
22500 2008-02-01 Dave Love <fx@gnu.org>
22501
22502 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22503 Add XK_ISO... case.
22504 (xaw_scroll_callback): Revert last change.
22505
22506 2008-02-01 Kenichi Handa <handa@m17n.org>
22507
22508 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22509
22510 2008-02-01 Kenichi Handa <handa@m17n.org>
22511
22512 * xfaces.c (Vface_resizing_fonts): New variable.
22513 (struct font_name): New member `resizing_ratio'.
22514 (font_resizing_ratio): New function.
22515 (split_font_name): Set font->resizing_ratio.
22516 (better_font_p): Pay attention to font->resizing_ratio.
22517 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22518 RESX, and RESY fields.
22519 (try_alternative_families): Try scalable fonts if
22520 Vscalable_fonts_allowed is not Qt.
22521 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22522
22523 2008-02-01 Dave Love <fx@gnu.org>
22524
22525 * xterm.c (xaw_scroll_callback): Cast correctly.
22526
22527 2008-02-01 Dave Love <fx@gnu.org>
22528
22529 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22530 (lispy_kana_keys): Comment out.
22531 (make_lispy_event) [XK_kana_A]: Comment out.
22532
22533 * xterm.c (xaw_scroll_callback): Cast call_data.
22534 (XTread_socket): Deal with ASCII keysyms.
22535 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22536
22537 2008-02-01 Dave Love <fx@gnu.org>
22538
22539 * xterm.c (Vx_keysym_table): New.
22540 (syms_of_xterm): Initialize it.
22541 (XTread_socket): Use it.
22542 From head: Eliminate incorrect optimization that tried to avoid
22543 decoding the output of X*LookupString.
22544 (x_get_font_repertory): Delete charset declaration.
22545
22546 2008-02-01 Kenichi Handa <handa@m17n.org>
22547
22548 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22549 return 0.
22550 (Fdefine_coding_system_internal): Setup
22551 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22552
22553 2008-02-01 Dave Love <fx@gnu.org>
22554
22555 * coding.c (Fcheck_coding_system): Doc fix.
22556
22557 * editfns.c (Finsert_byte): Return a proper value.
22558
22559 2008-02-01 Kenichi Handa <handa@m17n.org>
22560
22561 * coding.c (decode_coding): Fix args to translate_chars. Pay
22562 attention to Vstandard_translation_table_for_decode.
22563 (encode_coding): Fix args to translate_chars. Pay attention to
22564 Vstandard_translation_table_for_encode.
22565
22566 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22567 SINGLE_BYTE_CHAR_P.
22568
22569 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22570 not by SINGLE_BYTE_CHAR_P.
22571
22572 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22573 SINGLE_BYTE_CHAR_P.
22574
22575 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22576 SINGLE_BYTE_CHAR_P.
22577
22578 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22579 by SINGLE_BYTE_CHAR_P.
22580
22581 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22582 SINGLE_BYTE_CHAR_P.
22583
22584 2008-02-01 Dave Love <fx@gnu.org>
22585
22586 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22587
22588 2008-02-01 Dave Love <fx@gnu.org>
22589
22590 * fns.c (Flanginfo): Fix typo.
22591
22592 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22593
22594 2008-02-01 Kenichi Handa <handa@m17n.org>
22595
22596 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22597 (detect_coding_emacs_mule, detect_coding_iso_2022)
22598 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22599 incomplete byte sequence. Don't update *mask when correctly detected.
22600 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22601 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22602 (detect_coding, detect_coding_system): Adjust for the changes above.
22603
22604 2008-02-01 Kenichi Handa <handa@m17n.org>
22605
22606 * character.c (char_string): Rename from
22607 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22608 (string_char): Rename from string_char.
22609
22610 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22611 if C is greater than MAX_3_BYTE_CHAR.
22612 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22613 string_char instead of string_char_with_unification.
22614
22615 2008-02-01 Dave Love <fx@gnu.org>
22616
22617 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22618
22619 2008-02-01 Kenichi Handa <handa@m17n.org>
22620
22621 * keymap.c (push_key_description): Pay attention to force_multibyte.
22622
22623 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22624
22625 2008-02-01 Dave Love <fx@gnu.org>
22626
22627 * charset.c (define_charset_internal): Rename `supprementary'.
22628
22629 * Makefile.in (lisp, shortlisp): Remove latin-N.
22630
22631 2008-02-01 Dave Love <fx@gnu.org>
22632
22633 * xfns.c (x_window, x_window): Use use_xim.
22634
22635 * xterm.c (use_xim): Initialize.
22636 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22637 (x_term_init): Maybe set use_xim.
22638
22639 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22640
22641 2008-02-01 Kenichi Handa <handa@m17n.org>
22642
22643 * search.c (search_buffer): Fix case-fold-search of multibyte
22644 characters.
22645 (boyer_moore): Rename the last argument to char_high_bits.
22646
22647 2008-02-01 Kenichi Handa <handa@m17n.org>
22648
22649 * xdisp.c (display_string): Fix for the case of zero width glyph.
22650
22651 * xfns.c (x_set_font): Change the error message of the case that
22652 x_new_fontset returns Qt.
22653
22654 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22655 (Finternal_set_lisp_face_attribute): Use signal_error for the
22656 error of invalid fontset.
22657
22658 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22659 fontset, return Qt.
22660
22661 2008-02-01 Dave Love <fx@gnu.org>
22662
22663 * unexelf.c (unexec): Make .got handling not SGI-specific.
22664
22665 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22666
22667 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22668
22669 * keyboard.c (read_key_sequence): Fix type error.
22670
22671 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22672 type error.
22673
22674 * fontset.c (fontset_add): Return Lisp_Object.
22675
22676 2008-02-01 Dave Love <fx@gnu.org>
22677
22678 * charset.h (charset_ordered_list_tick): Declare extern.
22679
22680 2008-02-01 Kenichi Handa <handa@m17n.org>
22681
22682 The following changes (and some of 2008-02-01 changes of mine) are
22683 for handling syntax, category, and case conversion for unibyte
22684 characters by converting them to multibyte on the fly. With these
22685 changes, we don't have to setup syntax and case tables for unibyte
22686 characters in each language environment.
22687
22688 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22689 multibyte if necessary.
22690
22691 * bytecode.c (Fbyte_code): Likewise.
22692
22693 * character.h (LEADING_CODE_LATIN_1_MIN)
22694 (LEADING_CODE_LATIN_1_MAX): New macros.
22695 (unibyte_to_multibyte_table): Extern it.
22696 (unibyte_char_to_multibyte): New macro.
22697 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22698 (CHAR_LEADING_CODE): New macro.
22699 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22700
22701 * character.c (unibyte_to_multibyte_table): New variable.
22702 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22703 (multibyte_char_to_unibyte): If C is an eight-bit character,
22704 convert it to the corresponding byte value.
22705
22706 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22707 not 1, signals an error. Update the elements of
22708 unibyte_to_multibyte_table.
22709 (init_charset_once): Initialize unibyte_to_multibyte_table.
22710 (syms_of_charset): Define the charset `iso-8859-1'.
22711
22712 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22713 as is without converting it to unibyte. In a unibyte buffer,
22714 convert C to multibyte before checking the syntax.
22715
22716 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22717
22718 * minibuf.c (Fminibuffer_complete_word): Use the macro
22719 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22720
22721 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22722
22723 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22724 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22725 that is zero, convert an eight-bit char to multibyte.
22726 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22727 non-emacs case.
22728 (PATFETCH): Convert an eight-bit char to multibyte.
22729 (HANDLE_UNIBYTE_RANGE): New macro.
22730 (regex_compile): Setup the compiled pattern for multibyte chars
22731 even if the given regex string is unibyte. Use PATFETCH_RAW
22732 instead of PATFETCH in many places. To handle `charset'
22733 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22734 only for ASCII chars.
22735 (analyse_first) <exactn>: Simplify because the compiled pattern
22736 is multibyte.
22737 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22738 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22739 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22740 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22741 multibyte always 1.
22742 (re_search_2): In emacs, set the locale variable multibyte to 1,
22743 otherwise to 0. New local variable target_multibyte. Check it
22744 to decide the multibyteness of STR1 and STR2. If
22745 target_multibyte is zero, convert unibyte chars to multibyte
22746 before translating and checking fastmap.
22747 (TARGET_CHAR_AND_LENGTH): New macro.
22748 (re_match_2_internal): In emacs, set the locale variable multibyte
22749 to 1, otherwise to 0. New local variable target_multibyte. Check
22750 it to decide the multibyteness of STR1 and STR2. Use
22751 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22752 <charset, charset_not>: If multibyte is nonzero, check fastmap
22753 only for ASCII chars. Call bcmp_translate with
22754 target_multibyte, not with multibyte.
22755 <begline>: Declare the local variable C as `unsigned'.
22756 (bcmp_translate): Change the last arg name to target_multibyte.
22757
22758 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22759 the regexp pattern and the matching target. Set cp->buf.multibyte
22760 to the multibyteness of the regexp pattern. Set
22761 cp->but.target_multibyte to the multibyteness of the matching target.
22762 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22763 FETCH_STRING_CHAR_ADVANCE.
22764 (Freplace_match): Convert unibyte chars to multibyte.
22765
22766 * syntax.c (char_quoted, back_comment, scan_words)
22767 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22768 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22769 unibyte chars to multibyte.
22770 (skip_chars): Delete the arg syntaxp, and move the code for
22771 handling syntaxes to skip_syntaxes. Change callers.
22772 Fix the case that the multibyteness of STRING and the current
22773 buffer doesn't match.
22774 (skip_syntaxes): New function.
22775 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22776 SINGLE_BYTE_CHAR_P.
22777
22778 2008-02-01 Kenichi Handa <handa@m17n.org>
22779
22780 * xfaces.c (QCfontset): New variable.
22781 (LFACE_FONTSET): New macro.
22782 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22783 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22784 (Finternal_set_lisp_face_attribute)
22785 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22786 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22787 check also LFACE_FONTSET_INDEX.
22788 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22789 attrs[LFACE_FONT_INDEX].
22790 (syms_of_xfaces): Intern and staticpro QCfontset.
22791
22792 * dispextern.h (enum lface_attribute_index): New member
22793 LFACE_FONTSET_INDEX.
22794
22795 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22796
22797 2008-02-01 Kenichi Handa <handa@m17n.org>
22798
22799 * coding.c (coding_set_destination): Fix coding->destination for
22800 the case converting a region.
22801 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22802 (encode_coding_object): Fix coding->dst_pos and
22803 coding->dst_pos_byte for the case converting a region.
22804
22805 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22806
22807 * character.h (BYTE8_STRING): New macro.
22808
22809 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22810
22811 2008-02-01 Kenichi Handa <handa@m17n.org>
22812
22813 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22814 characters by octal form.
22815
22816 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22817
22818 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22819 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22820 _fetch_multibyte_char_len.
22821 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22822
22823 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22824
22825 * casefiddle.c (casify_object): Simplify. Handle the case that
22826 the case conversion change the byte length.
22827 (casify_region): Likewise.
22828
22829 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22830
22831 * character.c (_fetch_multibyte_char_len): Delete this variable.
22832 (syms_of_character): Setup Vprintable_chars.
22833
22834 * editfns.c (Fchar_equal): Fix for the unibyte case.
22835 (Finsert_byte): New function.
22836 (syms_of_editfns): Defsubr it.
22837
22838 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22839 of direct code 0x3ffff.
22840
22841 * search.c (Freplace_match): Fix for the unibyte case.
22842
22843 2008-02-01 Kenichi Handa <handa@m17n.org>
22844
22845 * lread.c (safe_to_load_p): Fix the logic.
22846
22847 * syntax.c (scan_words): Don't treat characters belonging to
22848 different scripts as constituting a word.
22849
22850 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22851
22852 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22853
22854 * emacs.c (main): In the case of --unibyte, instead of aborting on
22855 finding non-empty buffer, make it unibyte.
22856
22857 2008-02-01 Kenichi Handa <handa@m17n.org>
22858
22859 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22860 to create a fontset.
22861
22862 2008-02-01 Dave Love <fx@gnu.org>
22863
22864 * character.c (Funibyte_char_to_multibyte): Doc fix.
22865
22866 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22867
22868 2008-02-01 Kenichi Handa <handa@m17n.org>
22869
22870 * fontset.c (fontset_add): Make the type `int'.
22871 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22872
22873 * character.c (unibyte_char_to_multibyte)
22874 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22875 charset_unibyte, not charset_primary.
22876
22877 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22878
22879 * charset.c (charset_unibyte): Rename from charset_primary.
22880 (Funibyte_charset): Rename from Fprimary_charset.
22881 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22882 (syms_of_charset): Adjust for the above changes.
22883
22884 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22885 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22886 it->multibyte_p is zero.
22887
22888 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22889 Delete extern.
22890
22891 2008-02-01 Kenichi Handa <handa@m17n.org>
22892
22893 * coding.c (Fdefine_coding_system_internal): Fix category setting
22894 for a coding system of type iso-2022.
22895
22896 2008-02-01 Kenichi Handa <handa@m17n.org>
22897
22898 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22899
22900 2008-02-01 Kenichi Handa <handa@m17n.org>
22901
22902 * syntax.c (Vnext_word_boundary_function_table): New variable.
22903 (next-word-boundary-function-table): Declare it as a Lisp variable
22904 in syms_of_syntax.
22905 (scan_words): Call functions in Vnext_word_boundary_function_table
22906 if any.
22907
22908 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22909
22910 * fontset.c (fs_load_font): If fontp->charset is not negative,
22911 return fontp without setting its members.
22912
22913 2008-02-01 Dave Love <fx@gnu.org>
22914
22915 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22916
22917 * m/sparc.h (HAVE_ALLOCA): Delete.
22918
22919 * s/irix6-5.h: Don't include strings.h.
22920 (bcopy, bzero, bcmp): Don't undef.
22921
22922 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22923
22924 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22925 (TIOCSIGSEND): Don't test IRIX6.
22926 (bcopy, bzero, bcmp): Define conditionally.
22927
22928 2008-02-01 Kenichi Handa <handa@m17n.org>
22929
22930 * buffer.c (Qas, Qmake, Qto): New variables.
22931 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22932 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22933
22934 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22935 we are inserting a process output into a multibyte buffer.
22936
22937 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22938 multibyte_char_to_unibyte.
22939
22940 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22941 by the primary charset, make it eight-bit char.
22942 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22943
22944 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22945 (charset_8_bit__control, charset_8_bit_graphic)
22946 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22947 (define_charset_internal): New function.
22948 (syms_of_charset): Call define_charset_internal for pre-defined
22949 charsets.
22950
22951 * charset.h (charset_8_bit): Extern it.
22952
22953 * coding.c (make_conversion_work_buffer): Adjust for the change
22954 of Fset_buffer_multibyte.
22955 (encode_coding_raw_text): Increment p0 in the loop.
22956
22957 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22958
22959 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22960 for the change of Fset_buffer_multibyte.
22961
22962 * fns.c (Fstring_to_multibyte): New function.
22963 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22964
22965 2008-02-01 Dave Love <fx@gnu.org>
22966
22967 * xfns.c (x_put_x_image): Declare args.
22968
22969 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22970 (try_font_list): Declare an arg.
22971
22972 * xdisp.c (message2_nolog, set_message): Declare an arg.
22973
22974 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22975
22976 * syntax.c (scan_sexps_forward): Declare an arg.
22977
22978 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22979 Declare an arg.
22980
22981 * lisp.h (Fnew_fontset): Declare.
22982
22983 * keymap.c (push_key_description): Call CHARACTERP correctly.
22984
22985 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22986 (face_for_char): Delete unused vars.
22987 (Fset_fontset_font): Doc fix. Delete unused vars.
22988
22989 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22990
22991 * composite.c (update_compositions): Declare arg.
22992
22993 * cm.c (calccost, cmgoto): Declare args.
22994
22995 * charset.c: Remove `emacs' conditional. Doc fixes.
22996 (map_char_table_for_charset): Declare.
22997
22998 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22999
23000 * ccl.c: Remove `emacs' conditional.
23001
23002 2008-02-01 Kenichi Handa <handa@m17n.org>
23003
23004 The following changes are to allow specifying multiple font
23005 patterns for a character range (specified by script or charset).
23006
23007 * Makefile.in (abbrev.o): Depend on syntax.h.
23008 (xfaces.o): Depend on charset.h.
23009
23010 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23011 SINGLE_BYTE_CHAR_P.
23012
23013 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23014
23015 * character.h (Vchar_script_table): Extern it.
23016
23017 * character.c (Vscript_alist): Delete.
23018 (Vchar_script_table, Qchar_script_table): New variable.
23019 (syms_of_character): Declare Vchar_script_table as a lisp variable
23020 and initialize it.
23021
23022 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23023 have property char-table-extra-slots, make no extra slot.
23024
23025 * dispextern.h (struct face): Delete member `charset'.
23026 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23027 SINGLE_BYTE_CHAR_P.
23028 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23029 Add prototypes.
23030 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23031 (generate_ascii_font_name): Rename from generate_ascii_font.
23032
23033 * fontset.h (get_font_repertory_func): New prototype.
23034 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23035 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23036
23037 * fontset.c (Qprepend, Qappend): New variables.
23038 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23039 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23040 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23041 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23042 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23043 (load_font_get_repertory): New functions.
23044 (fontset_set): Delete.
23045 (fontset_face): New arg FACE. Return face ID, not face.
23046 Complete re-write to handle new fontset structure. Change caller.
23047 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23048 (face_for_char): Don't call lookup_face.
23049 (make_fontset_for_ascii_face): New arg FACE.
23050 (fs_load_font): New arg CHARSET_ID. Don't check
23051 Vfont_encoding_alist here.
23052 (find_font_encoding): New function.
23053 (list_fontsets): Use STRINGP, not ! NILP.
23054 (accumulate_script_ranges): New function.
23055 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23056 re-written to handle new fontset structure.
23057 (Ffontset_font): Return a copy of element.
23058 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23059 docstring of font-encoding-alist.
23060
23061 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23062 (Fset_fotset_font): Fix arguments to 5.
23063
23064 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23065
23066 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23067 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23068 (highlight_trailing_whitespace): Adjust for the change of
23069 lookup_named_face.
23070
23071 * xfaces.c: Include charset.h.
23072 (load_face_font): Delete argument C. Change caller.
23073 (generate_ascii_font_name): Rename from generate_ascii_font.
23074 (font_name_registry): New function.
23075 (cache_face): Store ascii faces before non-ascii faces in buckets.
23076 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23077 Lookup only ascii faces.
23078 (lookup_non_ascii_face): New function.
23079 (lookup_named_face): Delete argument C. Change caller.
23080 (lookup_derived_face): Delete argument C. Change caller.
23081 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23082 a string, just call font_list with it.
23083 (choose_face_font): Delete arguments FACE and C. New arg
23084 FONT_SPEC. Change caller.
23085 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23086 Change caller.
23087 (realize_non_ascii_face): New function.
23088 (realize_x_face): Call load_face_font here.
23089 (realize_tty_face): Delete argument C. Change caller.
23090 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23091 get a face ID.
23092 (dump_realized_face): Don't print charset of FACE.
23093
23094 * xfns.c (x_set_font): Always call x_new_fontset and
23095 store_frame_parameter.
23096 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23097 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23098
23099 * xterm.h (x_get_font_repertory): Extern it.
23100
23101 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23102 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23103 it->multibyte_p is zero.
23104 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23105 (x_new_fontset): If FONTSETNAME doesn't match any existing
23106 fontsets, create a new one.
23107 (x_get_font_repertory): New function.
23108
23109 2008-02-01 Kenichi Handa <handa@m17n.org>
23110
23111 * coding.c (Ffind_coding_systems_region_internal): Detect an
23112 ASCII only string correctly.
23113
23114 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23115 version is 0.
23116
23117 2008-02-01 Kenichi Handa <handa@m17n.org>
23118
23119 * lread.c: Include "coding.h".
23120 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23121 (load_each_byte, unread_char): New variables.
23122 (readchar_backlog): Delete.
23123 (readchar): Return a character unless load_each_byte is nonzero.
23124 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23125 cons. If unread_char is not -1, simply return it.
23126 (unreadchar): Handle the case that readcharfun is
23127 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23128 (read_multibyte): Delete.
23129 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23130 (read_emacs_mule_char): New functions.
23131 (Fload): Even if the file doesn't have the extension ".elc", if
23132 safe_to_load_p returns a positive version number, assume that the
23133 file contains bytecompiled code. If the version is less than 22,
23134 load the file while decoding multibyte sequences by emacs-mule.
23135 (readevalloop): Don't use readchar_backlog.
23136 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23137 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23138 (read_escape): Delete the arg BYTEREP.
23139 (read1): Set load_each_byte to 1 temporarily while handling
23140 #@NUMBER. Don't call read_multibyte.
23141 (read_vector): Call Fread with a cons. If readcharfun is
23142 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23143 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23144 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23145 and Qload_force_doc_strings.
23146
23147 2008-02-01 Kenichi Handa <handa@m17n.org>
23148
23149 * xdisp.c (face_before_or_after_it_pos): Call
23150 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23151
23152 2008-02-01 Kenichi Handa <handa@m17n.org>
23153
23154 * character.h (TRAILING_CODE_P): New macro.
23155 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23156 (string_char_with_unification): Fix prototype.
23157 (Vscript_alist): Extern it.
23158
23159 * character.c (Vscript_alist): New variable.
23160 (string_char_with_unification, str_as_unibyte)
23161 (string_escape_byte8): Add `const' to local variables.
23162 (syms_of_character): Declare script-alist as a Lisp variable.
23163
23164 * charset.h (Vcharset_ordered_list): Extern it.
23165 (charset_ordered_list_tick): Extern it.
23166 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23167 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23168 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23169 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23170 (Funify_charset): Adjust for the change of Funify_charset.
23171
23172 * charset.c (charset_ordered_list_tick): New variable.
23173 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23174 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
23175 deunify instead of unify a charset.
23176 (string_xstring_p): Add `const' to local variables.
23177 (find_charsets_in_text): Add `const' to arguments and local variables.
23178 (encode_char): Adjust for the change of Funify_charset. Fix
23179 detecting of invalid code.
23180 (Fset_charset_priority): Increment charset_ordered_list_tick.
23181 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23182 and TO_CODE.
23183
23184 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23185 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23186 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23187 (decode_coding_ccl, consume_chars)
23188 (Ffind_coding_systems_region_internal)
23189 (Fcheck_coding_systems_region): Add `const' to local variables.
23190
23191 * print.c (print_object): Use octal form for printing the
23192 contents of a bool vector.
23193
23194 2008-02-01 Dave Love <fx@gnu.org>
23195
23196 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23197 <version == 20>: Refuse to load.
23198
23199 2008-02-01 Dave Love <fx@gnu.org>
23200
23201 * fns.c: Move coding.h.
23202 (Qcodeset, Qdays, Qmonths): New.
23203 (concat): Use CHARACTERP instead of INTEGERP.
23204 (Flocale_codeset): Delete.
23205 (Flanginfo): New function.
23206 (syms_of_fns): Change accordingly.
23207
23208 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23209
23210 2008-02-01 Dave Love <fx@gnu.org>
23211
23212 * casetab.c (init_casetab_once, init_casetab_once): Fix
23213 CHAR_TABLE_SET call.
23214
23215 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23216
23217 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23218
23219 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23220 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23221 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23222
23223 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23224
23225 * coding.c (ENCODE_DESIGNATION, decode_eol)
23226 (make_conversion_work_buffer, code_conversion_restore)
23227 (Fdefine_coding_system_internal): Convert Lisp types.
23228 (code_conversion_restore): Use EQ, not ==.
23229 (Fencode_coding_string): Fix code_convert_string call.
23230
23231 * coding.h (code_convert_region): Fix prototype.
23232
23233 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23234
23235 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23236 (Ffontset_info): Convert Lisp types.
23237
23238 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23239
23240 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23241
23242 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23243
23244 * chartab.c: Include "...h", not <...h> in some cases.
23245
23246 * callproc.c (Fcall_process): Remove unused variables.
23247
23248 2008-02-01 Dave Love <fx@gnu.org>
23249
23250 * coding.c (Fset_coding_system_priority): Allow null arg list.
23251
23252 2008-02-01 Dave Love <fx@gnu.org>
23253
23254 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23255 (Fself_insert_and_exit): Use CHARACTERP.
23256
23257 * callproc.c (Fcall_process): Remove unused vars.
23258
23259 * xterm.c (XTread_socket): Add extra dead keysyms.
23260
23261 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23262
23263 * dispextern.h: Remove prototypes for redraw_frame,
23264 redraw_garbaged_frames.
23265
23266 * cmds.c (Fself_insert_command): Use CHARACTERP.
23267
23268 * chartab.c (make_sub_char_table): Remove unused var.
23269 (Fset_char_table_default, Fmap_char_table): Doc fix.
23270
23271 * keymap.c (access_keymap): Remove generic char code.
23272 (push_key_description): Use CHARACTERP.
23273
23274 2008-02-01 Dave Love <fx@gnu.org>
23275
23276 * charset.c: Doc fixes.
23277 (Funify_charset): Extra checking.
23278
23279 2008-02-01 Dave Love <fx@gnu.org>
23280
23281 * lread.c: Remove some unused variables.
23282 (safe_to_load_p): If safe, return the magic number version byte.
23283 (Fload): Maybe use load-with-code-conversion.
23284
23285 2008-02-01 Kenichi Handa <handa@m17n.org>
23286
23287 * category.c (Fmodify_category_entry): Don't modify the contents
23288 of category_set for characters out of the range. Avoid
23289 unnecessary modification.
23290
23291 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23292 Vchar_unify_table. The default value of the table is now nil.
23293
23294 * character.c (syms_of_character): Setup Vchar_width_table for
23295 eight-bit-control and raw-byte chars.
23296
23297 * charset.h (enum define_charset_arg_index): Delete
23298 charset_arg_parents and add charset_arg_subset and
23299 charset_arg_superset.
23300 (enum charset_attr_index): Delete charset_parents and add
23301 charset_subset and charset_superset.
23302 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23303 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23304 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23305 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23306 (CHARSET_SUPERSET): New macros.
23307 (charset_work): Extern it.
23308 (ENCODE_CHAR): Use charset_work.
23309 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23310 (map_charset_chars): Extern it.
23311
23312 * charset.c (load_charset_map): Set the default value of encoder
23313 and deunifier char-tables to nil.
23314 (map_charset_chars): Change argument. Change callers. Use
23315 map_char_table_for_charset instead of map_char_table.
23316 (Fmap_charset_chars): New optional args from_code and to_code.
23317 (Fdefine_charset_internal): Adjust for the change of
23318 `define-charset' (:parents -> :subset or :superset).
23319 (charset_work): New variable.
23320 (encode_char, syms_of_charset): Adjust for the change of
23321 Fdefine_charset_internal.
23322 (Ffind_charset_string): Setup the vector `charsets' correctly.
23323
23324 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23325 the previous change.
23326 (char_table_ref_and_range): Adjust for the above change.
23327 (map_sub_char_table_for_charset): New function.
23328 (map_char_table_for_charset): New function.
23329
23330 * keymap.c (describe_vector): Handle a char-table directly here.
23331 (describe_char_table): Delete.
23332
23333 * lisp.h (map_charset_chars): Delete.
23334
23335 2008-02-01 Dave Love <fx@gnu.org>
23336
23337 * fns.c (count_combining): Comment out (unused).
23338 (Flocale_codeset): New.
23339 (syms_of_fns): Defsubr it.
23340
23341 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23342 (size_t): Remove.
23343
23344 2008-02-01 Dave Love <fx@gnu.org>
23345
23346 * Makefile.in (chartab.o): Depend on charset.h.
23347
23348 2008-02-01 Kenichi Handa <handa@m17n.org>
23349
23350 * character.c (syms_of_character): Set the default value of
23351 Vprintable_chars to Qnil.
23352
23353 2008-02-01 Dave Love <fx@gnu.org>
23354
23355 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23356
23357 2008-02-01 Kenichi Handa <handa@m17n.org>
23358
23359 * charset.c (load_charset_map): Handle the case that from < to
23360 correctly.
23361
23362 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23363 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23364 Pay attention to raw-8-bit chars.
23365
23366 2008-02-01 Kenichi Handa <handa@m17n.org>
23367
23368 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23369 It is not bytecompiled now.
23370
23371 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23372 (charset_jisx0208): New variables.
23373 (Fdefine_charset_internal): Setup them if appropriate.
23374 (init_charset_once): Initialize them to -1.
23375
23376 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23377 (charset_jisx0208): Extern them.
23378
23379 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23380 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23381 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23382 (setup_iso_safe_charsets): Fix arguments to Fassq.
23383 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23384 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23385 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23386 (encode_coding_iso_2022): Change the 1st arg to
23387 ENCODE_ISO_CHARACTER to a variable.
23388
23389 2008-02-01 Kenichi Handa <handa@m17n.org>
23390
23391 * charset.h (enum define_charset_arg_index): New enums
23392 charset_arg_min_code and charset_arg_max_code.
23393 (struct charset): New member char_index_offset.
23394
23395 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23396 Take charset->char_index_offset into account.
23397 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23398 args[charset_arg_max_code]. Setup charset.char_index_offset.
23399 (syms_of_charset): Fix args to Fdefine_charset_internal.
23400
23401 2008-02-01 Dave Love <fx@gnu.org>
23402
23403 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23404
23405 2008-02-01 Dave Love <fx@gnu.org>
23406
23407 * coding.c: Doc fixes.
23408 (Fcoding_system_aliases): Fix return value.
23409 (Qmac): Remove (duplicated) definition.
23410
23411 2008-02-01 Dave Love <fx@gnu.org>
23412
23413 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23414 New functions.
23415
23416 * character.c (Fstring): Doc fix.
23417
23418 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23419
23420 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23421 (font-encoding-alist): Doc fix.
23422
23423 2008-02-01 Dave Love <fx@gnu.org>
23424
23425 * term.c (costs_set): Declare static, non-initialized for pcc.
23426 (encode_terminal_code): Remove unused var.
23427
23428 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23429 for K&R.
23430
23431 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23432
23433 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23434 (suffixes): Move out of make_subsidiaries for K&R.
23435
23436 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23437
23438 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23439
23440 2008-02-01 Dave Love <fx@gnu.org>
23441
23442 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23443
23444 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23445
23446 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23447
23448 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23449
23450 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23451
23452 2008-02-01 Kenichi Handa <handa@m17n.org>
23453
23454 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23455 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23456
23457 2008-02-01 Kenichi Handa <handa@m17n.org>
23458
23459 * coding.c (decode_coding_charset): Adjust for the change of
23460 Fdefine_coding_system_internal.
23461 (Fdefine_coding_system_internal): For a coding system of
23462 `charset' type, store a list of charset IDs in
23463 `charset_attr_charset_valids' element of coding attributes.
23464
23465 2008-02-01 Kenichi Handa <handa@m17n.org>
23466
23467 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23468 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23469 caller. Handle 2-byte and 3-byte charsets correctly.
23470 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23471 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23472 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23473 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23474 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23475 sequence.
23476 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23477 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23478 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23479 and alt&rule composition.
23480 (decode_coding_iso_2022): Handle composition correctly.
23481 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23482
23483 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23484 re-defining a charset. If the charset has :emacs-mule-id, setup
23485 emacs_mule_bytes.
23486 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23487
23488 2008-02-01 Kenichi Handa <handa@m17n.org>
23489
23490 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23491 (encode_coding_big5, encode_coding_charset): If coding requires safe
23492 encoding, produce a character specified by
23493 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23494
23495 2008-02-01 Dave Love <fx@gnu.org>
23496
23497 * xterm.c (XSetIMValues): Declare.
23498
23499 * process.c: Conditionally include sys/wait.h, pty.h.
23500
23501 * print.c (print_object): Fix print format for 64-bit systems.
23502
23503 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23504
23505 * buffer.c (emacs_strerror): Declare.
23506
23507 * fontset.c (Fclear_face_cache): Declare.
23508 (accumulate_font_info): Comment-out (unused).
23509 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23510 variables.
23511
23512 * character.h (string_escape_byte8): Declare.
23513
23514 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23515 unused vars.
23516 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23517 (Fmap_charset_chars): Doc fix.
23518
23519 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23520 (Fset_coding_system_priority, Fset_coding_system_priority)
23521 (Fdefine_coding_system_internal): Doc fix.
23522
23523 2008-02-01 Dave Love <fx@gnu.org>
23524
23525 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23526
23527 2008-02-01 Kenichi Handa <handa@m17n.org>
23528
23529 * character.c (string_escape_byte8): Make multibyte string with
23530 correct size.
23531
23532 * charset.c (Fmake_char): Delete unnecessary code.
23533
23534 2008-02-01 Kenichi Handa <handa@m17n.org>
23535
23536 * xfns.c (x_encode_text): Allocate coding.destination here, and
23537 call encode_coding_object with dst_object Qnil.
23538
23539 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23540 multibyte form correctly.
23541
23542 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23543 against Vfont_encoding_alist.
23544
23545 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23546 handling of charset list.
23547 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23548 (decode_coding_object): Move point to coding->dst_pos before
23549 calling post-read-conversion function.
23550 (encode_coding_object): Give correct arguments to
23551 pre-write-conversion. Ignore the return value of
23552 pre-write-conversion function. Pay attention to the case that
23553 pre-write-conversion changes the current buffer. If dst_object is
23554 Qt, even if coding->src_bytes is zero, allocate at least one byte
23555 to coding->destination.
23556
23557 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23558
23559 * charset.c (Fmake_char): Make it more backward compatible.
23560 (Fmap_charset_chars): Fix docstring.
23561
23562 2008-02-01 Dave Love <fx@gnu.org>
23563
23564 * coding.c: Doc fixes.
23565 (Fdefine_coding_system_alias): Use names, not symbols, in
23566 coding-system-alist.
23567
23568 2008-02-01 Kenichi Handa <handa@m17n.org>
23569
23570 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23571 of calling free_realized_face.
23572
23573 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23574
23575 * charset.c (read_hex): Don't treat SPC as a comment starter.
23576 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23577 (Fdecode_char): Fix typo.
23578
23579 2008-02-01 Kenichi Handa <handa@m17n.org>
23580
23581 * charset.h (struct charset): New member `code_space_mask'.
23582
23583 * coding.c (coding_set_source): Delete the local variable beg_byte.
23584 (encode_coding_charset, Fdefine_coding_system_internal):
23585 Delete the local variable charset.
23586 (Fdefine_coding_system_internal): Setup
23587 attrs[coding_attr_charset_valids] correctly.
23588
23589 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23590 member to check if CODE is valid or not.
23591 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23592 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23593 is within the range of charset->min_code and carset->max_code.
23594
23595 2008-02-01 Dave Love <fx@gnu.org>
23596
23597 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23598
23599 * dispextern.h (generate_ascii_font): Fix return type.
23600
23601 * xfaces.c (generate_ascii_font): Fix arg declaration.
23602
23603 * coding.c (coding_inherit_eol_type)
23604 (Fset_terminal_coding_system_internal)
23605 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23606
23607 2008-02-01 Kenichi Handa <handa@m17n.org>
23608
23609 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23610 multiple charsets correctly.
23611
23612 2008-02-01 Kenichi Handa <handa@m17n.org>
23613
23614 * search.c (boyer_moore): Fix handling of multibyte character
23615 translation.
23616
23617 * xdisp.c (display_mode_element): When the variable `elt' is
23618 changed, update `this' and `lisp_string'.
23619
23620 2008-02-01 Kenichi Handa <handa@m17n.org>
23621
23622 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23623
23624 * callproc.c (Fcall_process): Be sure to give the current buffer
23625 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23626
23627 * charset.c (struct charset_map_entries): New struct.
23628 (load_charset_map): Rename from parse_charset_map. New args
23629 entries and n_entries. Change caller.
23630 (load_charset_map_from_file): Rename from load_charset_map.
23631 Change caller. New arg control_flag. Call load_charset_map at
23632 the tail.
23633 (load_charset_map_from_vector): New function.
23634 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23635 (encode_char): If the charset is compact, change a character index
23636 to a code point.
23637
23638 * coding.c (coding_alloc_by_making_gap): Check the case that the
23639 source and destination are the same correctly.
23640 (decode_coding_raw_text): Set coding->consumed_char and
23641 coding->consumed to 0.
23642 (produce_chars): If coding->chars_at_source is nonzero, update
23643 coding->consumed_char and coding->consumed before calling
23644 alloc_destination.
23645 (Fdefine_coding_system_alias): Register ALIAS in
23646 Vcoding_system_alist.
23647 (syms_of_coding): Define `no-conversion' coding system at the tail.
23648
23649 * fileio.c (Finsert_file_contents): Set coding_system instead of
23650 val. If the current buffer is multibyte, always call
23651 decode_coding_gap.
23652
23653 * xfaces.c (try_font_list): Give higher priority to fontset's
23654 family than face's family.
23655
23656 2008-02-01 Kenichi Handa <handa@m17n.org>
23657
23658 * callproc.c (Fcall_process): Be sure to give the current buffer
23659 to decode_coding_c_string.
23660
23661 * xfaces.c (try_font_list): Give a family specified in a fontset
23662 higher priority than a family specified in a face.
23663
23664 2008-02-01 Kenichi Handa <handa@m17n.org>
23665
23666 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23667 Fix arguments to insert_from_buffer.
23668
23669 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23670
23671 2008-02-01 Kenichi Handa <handa@m17n.org>
23672
23673 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23674 (decode_coding_gap): Set coding->dst_multibyte correctly.
23675
23676 2008-02-01 Kenichi Handa <handa@m17n.org>
23677
23678 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23679 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23680 (encode_coding_utf_16): Substitute coding->default_char for
23681 non-Unicode characters.
23682 (decode_coding): Don't call record_insert here.
23683 (setup_coding_system): Initialize `surrogate' of
23684 coding->spec.utf_16 to 0.
23685 (EMIT_ONE_BYTE): Fix for multibyte case.
23686
23687 * insdel.c (insert_from_gap): Call record_insert.
23688
23689 2008-02-01 Kenichi Handa <handa@m17n.org>
23690
23691 * casefiddle.c (casify_region): Fix multibyte case.
23692
23693 * character.c (c_string_width): Add return type `int'.
23694 (char_string_with_unification): Delete arg ADVANCED.
23695
23696 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23697 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23698 (CHAR_STRING_ADVANCE): Make it do-while statement.
23699
23700 * chartab.c (sub_char_table_set_range): Optimize for the case
23701 DEPTH == 3. Add workaround code for a GCC optimization bug.
23702
23703 * charset.c (parse_charset_map): Remove an unused variable.
23704
23705 * coding.c: Delete unused variables.
23706
23707 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23708 earlier. If inserted is zero and the coding system doesn't
23709 require flushing, don't call decode_coding_gap.
23710
23711 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23712
23713 2008-02-01 Kenichi Handa <handa@m17n.org>
23714
23715 The following changes are for using Unicode as an internal
23716 character model, and use UTF-8 format for buffer/string
23717 representation.
23718
23719 * .gdbinit (xchartable): Adjust for the change of char table structure.
23720 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23721
23722 * Makefile.in (obj): Add character.o and chartab.o.
23723 (lisp, shortlisp): Remove utf-8.elc.
23724 (*.o): For many files, change dependency on charset.h to
23725 character.h, and add dependency on character.h.
23726 (character.o, chartab.o): New targets.
23727
23728 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23729 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23730 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23731 of "charset.h".
23732
23733 * dired.c, filelock.c: Include "character.h".
23734
23735 * alloc.c: Include "character.h" instead of "charset.h".
23736 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23737 (syms_of_alloc): Remove defsubr for Smake_char_table.
23738
23739 * buffer.c: Include "character.h" instead of "charset.h", don't
23740 include "coding.h".
23741 (Fset_buffer_multibyte): Adjust for UTF-8.
23742
23743 * buffer.h: EXFUN Fbuffer_live_p.
23744
23745 * callproc.c: Include "character.h" instead of "charset.h".
23746 (Fcall_process): Big change for the new code-conversion APIs.
23747
23748 * casetab.c: Include "character.h" instead of "charset.h".
23749 (set_canon, set_identity, shuffle): Adjust for the new
23750 map_char_table spec.
23751 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23752 accessing the char table structure.
23753
23754 * chartab.c: New file that implements char table.
23755
23756 * category.c: Include "character.h".
23757 (copy_category_entry): New function.
23758 (copy_category_table): Call map_char_table and copy_category_entry.
23759 (Fmake_category_table): Initialize all top-level slots.
23760 (char_category_set): New function.
23761 (modify_lower_category_set): Delete.
23762 (Fmodify_category_entry): Call char_table_ref_and_range.
23763
23764 * category.h (CATEGORY_SET): Just call char_category_set.
23765
23766 * ccl.c: Include "character.h".
23767 (Qccl, Qcclp): New variables.
23768 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23769 it's less than 256.
23770 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23771 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23772 and DST type.
23773 (ccl_driver): Change types of argument, adjust code accordingly.
23774 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23775 ccl_driver.
23776 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23777
23778 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23779 New members src_multibyte, dst_multibyte, consumed, and produced.
23780 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23781 (CODING_SPEC_CCL_PROGRAM): New macro.
23782 (ccl_driver): Update prototype.
23783 (Qccl, Qcclp, Fccl_program_p): Extern them.
23784 (CHECK_CCL_PROGRAM): New macro.
23785
23786 * character.c, character.h, chartab.c: New files.
23787
23788 * charset.c: Mostly re-written. Move character and multibyte sequence
23789 handling codes to character.c.
23790
23791 * charset.h: Mostly re-written. Move character and multibyte sequence
23792 handling codes to character.h.
23793
23794 * coding.c, coding.h: Mostly re-written.
23795
23796 * composite.c: Include "character.h" instead of "charset.h".
23797 (CHAR_WIDTH): Move to character.h.
23798 (HASH_KEY, HASH_VALUE): Delete.
23799
23800 * composite.h (enum composition_method): Change order of enumeration
23801 symbols.
23802
23803 * data.c: Include "character.h" instead of "charset.h".
23804 (Faref): Call CHAR_TABLE_REF for a char table.
23805 (Faset): Call CHAR_TABLE_SET for a char table.
23806
23807 * dispextern.h (free_realized_face, check_face_attribytes)
23808 (generate_ascii_font): Extern them.
23809 (free_realized_multibyte_face): Delete extern.
23810
23811 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23812 table structure.
23813
23814 * editfns.c: Include "character.h" instead of "charset.h".
23815 (Fchar_to_string): Always call CHAR_STRING.
23816
23817 * emacs.c (main): Call init_charset_once, init_charset,
23818 syms_of_chartab, and syms_of_character.
23819
23820 * fileio.c: Include "character.h" instead of "charset.h".
23821 (Finsert_file_contents): Big change for the new code-conversion API.
23822 (choose_write_coding_system, Fwrite_region): Likewise.
23823 (build_annotations_2): Delete.
23824 (e_write): Big change for the new code-conversion API.
23825
23826 * fns.c: Include "character.h" instead of "charset.h".
23827 (copy_sub_char_table): Move to chartab.c.
23828 (Fcopy_sequence): Call copy_char_table for a char table.
23829 (concat): Delete codes calling count_multibyte.
23830 (string_char_to_byte, string_byte_to_char): Adjust for the new
23831 multibyte form.
23832 (internal_equal): Adjust for the change of char table structure.
23833 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23834 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23835 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23836 (char_table_translate, optimize_sub_char_table)
23837 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23838 chartab.c.
23839 (char_table_ref_and_index): Delete.
23840 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23841 (Fmd5): Call preferred_coding_system instead of accessing
23842 Vcoding_category_list. Adjust for the new code-conversion API.
23843 (syms_of_fns): Move defsubr for char table related functions to
23844 chartab.c.
23845
23846 * fontset.c: Mostly re-written.
23847
23848 * fontset.h (struct font_info): Change type of the member encoding_type.
23849 (enum FONT_SPEC_INDEX): New enum.
23850 (fontset_font_pattern, fs_load_font): Update prototype.
23851 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23852
23853 * indent.c: Include "character.h" instead of "charset.h".
23854 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23855
23856 * insdel.c: Include "character.h" instead of "charset.h".
23857 (copy_text): Don't refer to Vnonascii_translation_table.
23858 (insert_from_gap): New function.
23859
23860 * keyboard.c: Include "character.h" instead of "charset.h".
23861 (command_loop_1): Never call direct_output_forward_char before
23862 a non-ASCII character.
23863 (read_char): If Vkeyboard_translate_table is a char table, always
23864 translate a character.
23865
23866 * keymap.c: Include "character.h".
23867 (store_in_keymap): Handle the case that IDX is a cons.
23868 (Fdefine_key): Handle the case that KEY is a cons and the car part
23869 is also a cons (range).
23870 (push_key_description): Adjust for the new character code.
23871 (describe_vector): Call describe_char_table for a char table.
23872 (describe_char_table): New function.
23873
23874 * keymap.h (describe_char_table): Extern it.
23875
23876 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23877 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23878 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23879 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23880 Delete.
23881 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23882 structure.
23883 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23884 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23885 (CHARTAB_SIZE_BITS_3): New macros.
23886 (chartab_size): Extern it.
23887 (struct Lisp_Char_Table): Re-design.
23888 (struct Lisp_Sub_Char_Table): New structure.
23889 (HASH_KEY, HASH_VALUE): Move from fns.c.
23890 (CHARACTERBITS): Define as 22.
23891 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23892 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23893 (GC_SUB_CHAR_TABLE_P): New macro.
23894 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23895 (code_convert_string_norecord): Deleted extern.
23896 (init_character_once, syms_of_character, init_charset)
23897 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23898
23899 * lread.c: Include "character.h".
23900 (read_multibyte): New arg NBYTES.
23901 (read_escape): Change the meaning of returned *BYTEREP.
23902 (to_multibyte): Delete.
23903 (read1): Adjust the handling of char table and string.
23904
23905 * print.c: Include "character.h" instead of "charset.h".
23906 (print_string): Convert 8-bit raw bytes to octal form by
23907 string_escape_byte8.
23908 (print_object): Adjust for the new multibyte form. Print 8-bit
23909 raw bytes always in octal form. Handle sub char table correctly.
23910
23911 * process.c: Include "character.h" instead of "charset.h".
23912 (read_process_output, send_process): Adjust for the new
23913 code-conversion API.
23914
23915 * puresize.h (BASE_PURESIZE): Increase.
23916
23917 * regex.c: Include "character.h" instead of "charset.h".
23918 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23919 (regex_compile): Accept a range whose starting and ending
23920 character have different leading bytes.
23921 (analyse_first): Adjust for the above change.
23922
23923 * search.c: Include "character.h" instead of "charset.h".
23924 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23925 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23926
23927 * syntax.c: Include "character.h" instead of "charset.h".
23928 (syntax_parent_lookup): Delete.
23929 (Fmodify_syntax_entry): Accept a cons as CHAR.
23930 (skip_chars): Adjust for the new multibyte form.
23931 (init_syntax_once): Call char_table_set_range instead of directly
23932 accessing the structure of a char table.
23933
23934 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23935 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23936 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23937 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23938
23939 * term.c: Include "buffer.h" and "character.h".
23940 (encode_terminal_code, write_glyphs): Adjust for the new
23941 code-conversion API.
23942 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23943
23944 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23945
23946 * xdisp.c: Include "character.h".
23947 (get_next_display_element): Adjust for the new multibyte form.
23948 (disp_char_vector): Adjust for the new char table structure.
23949 (decode_mode_spec_coding): Adjust for the new structure of
23950 coding system.
23951 (decode_mode_spec): Adjust for the new code-conversion API.
23952
23953 * xfaces.c: Include "character.h" instead of "charset.h".
23954 (load_face_font): Adjust for the change of choose_face_font and
23955 FS_LOAD_FONT.
23956 (generate_ascii_font): New function.
23957 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23958 (set_font_frame_param): Adjust for the change of choose_face_font.
23959 (free_realized_face): Make it public.
23960 (free_realized_faces_for_fontset): Rename from
23961 free_realized_multibyte_face. Free also faces realized for ASCII.
23962 (choose_face_font): Change arguments. Adjust for the change of
23963 fontset_font_pattern and FS_LOAD_FONT.
23964
23965 * xfns.c: Include "character.h".
23966 (x_encode_text): Adjust for the new code-conversion API.
23967
23968 * xselect.c: Don't include "charset.h".
23969 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23970
23971 * xterm.c: Include "character.h".
23972 (x_encode_char): New argument CHARSET. Change caller.
23973 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23974 Call ENCODE_CHAR instead of SPLIT_CHAR.
23975 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23976 CHAR_WIDTH instead of CHARSET_WIDTH.
23977 (XTread_socket): Adjust for the new code-conversion API.
23978 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23979 (x_load_font): Adjust for the change of struct font.
23980
23981 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23982
23983 * xfaces.c (face_at_buffer_position): Remove unused vars.
23984
23985 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23986
23987 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23988 Fix overflow checking.
23989
23990 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23991
23992 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23993 Cancel previous change.
23994
23995 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23996
23997 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23998 ccl->eight_bit_control. Fix check for buffer overflow.
23999 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24000 (ccl_driver): Initialize extra_bytes to 0.
24001
24002 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24003
24004 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24005 return it ORed with ctrl_modifier.
24006
24007 2008-01-29 Miles Bader <miles@gnu.org>
24008
24009 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24010
24011 2008-01-28 Jason Rumney <jasonr@gnu.org>
24012
24013 * w32.c (stat): Don't double check for networked drive.
24014
24015 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24016
24017 * window.c (run_window_configuration_change_hook): New function.
24018 Code extracted from set_window_buffer. Set the selected frame.
24019 (set_window_buffer): Use it.
24020 * window.h (run_window_configuration_change_hook): Declare.
24021 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24022
24023 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24024
24025 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24026
24027 * Makefile.in: Remove references to unused macros.
24028
24029 2008-01-26 Eli Zaretskii <eliz@gnu.org>
24030
24031 * w32.c (g_b_init_get_sid_sub_authority)
24032 (g_b_init_get_sid_sub_authority_count): New static variables.
24033 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24034 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24035 (init_user_info): Use them to retrieve uid and gid.
24036 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24037 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24038 st_uid and st_gid of the file.
24039
24040 2008-01-26 Jason Rumney <jasonr@gnu.org>
24041
24042 * w32.c (logon_network_drive): New function.
24043 (stat): Use it.
24044
24045 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
24046
24047 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24048 invisible text covered with an ellipsis.
24049
24050 2008-01-25 Richard Stallman <rms@gnu.org>
24051
24052 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24053 jump back to beginning. Move some other initializations after that.
24054 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24055 New variables.
24056 (syms_of_xdisp): Init them.
24057
24058 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24059
24060 * buffer.c (reset_buffer_local_variables):
24061 Implement `permanent-local-hook'.
24062 (Qpermanent_local_hook): New variable.
24063 (syms_of_buffer): Init and staticpro it.
24064
24065 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
24066
24067 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24068
24069 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24070
24071 * fns.c (Fclrhash): Return TABLE.
24072
24073 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24074
24075 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24076 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24077 is set even without positional changes.
24078 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24079
24080 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24081
24082 2008-01-23 Jason Rumney <jasonr@gnu.org>
24083
24084 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24085
24086 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24087 the unicode range available in MULE by locale-coding-system.
24088 Improve dbcs lead byte detection. Set event timestamp and modifiers
24089 earlier.
24090
24091 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24092
24093 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24094 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24095 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24096 when used on child processes.
24097
24098 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
24099
24100 * dbusbind.c (Fdbus_method_return_internal): Rename from
24101 Fdbus_method_return.
24102 (Fdbus_unregister_object): Move to dbus.el.
24103 (Fdbus_call_method, Fdbus_method_return_internal)
24104 (Fdbus_send_signal): Improve debug messages.
24105
24106 2008-01-20 Martin Rudalics <rudalics@gmx.at>
24107
24108 * undo.c (undo_inhibit_record_point): New variable.
24109 (syms_of_undo): Initialize it.
24110 (record_point): Don't record point when undo_inhibit_record_point
24111 is set.
24112
24113 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24114
24115 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24116
24117 * xdisp.c (Qauto_hscroll_mode): New var.
24118 (syms_of_xdisp): Initialize it.
24119 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24120 window's buffer.
24121 (hscroll_windows): Don't check automatic_hscrolling_p here.
24122
24123 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24124 vscroll if we're setting window-buffer to the value it already has.
24125
24126 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24127
24128 * m/intel386.h: Remove references to XENIX.
24129
24130 2008-01-17 Andreas Schwab <schwab@suse.de>
24131
24132 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24133 instead of HAVE_X86_64_LIB64_DIR.
24134 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24135
24136 2008-01-17 Glenn Morris <rgm@gnu.org>
24137
24138 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24139 to HAVE_X86_64_LIB64_DIR.
24140
24141 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24142
24143 * s/irix3-3.h:
24144 * s/irix4-0.h:
24145 * s/386-ix.h:
24146 * s/domain.h:
24147 * s/hpux9-x11r4.h:
24148 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24149
24150 * sysdep.c: Remove code containing references to symbols defined
24151 by unsupported systems.
24152
24153 2008-01-16 Glenn Morris <rgm@gnu.org>
24154
24155 * coding.c (select-safe-coding-system-function): Doc fix.
24156
24157 2008-01-15 Glenn Morris <rgm@gnu.org>
24158
24159 * config.in: Revert 2008-01-13 change: this is a generated file.
24160
24161 2008-01-13 Tom Tromey <tromey@redhat.com>
24162
24163 * lisp.h: Fix typo.
24164
24165 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24166
24167 * m/sequent-ptx.h:
24168 * m/sequent.h:
24169 * s/ptx.h:
24170 * s/ptx4-2.h:
24171 * s/ptx4.h: Remove files for systems no longer supported.
24172
24173 * callproc.c (Fcall_process): Fix previous change.
24174
24175 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24176
24177 * unexsunos4.c: Remove file, system not supported anymore.
24178
24179 * m/mips.h:
24180 * m/intel386.h:
24181 * callproc.c:
24182 * config.in:
24183 * ecrt0.c:
24184 * emacs.c:
24185 * fileio.c:
24186 * frame.c:
24187 * getpagesize.h:
24188 * keyboard.c:
24189 * lread.c:
24190 * process.c:
24191 * puresize.h:
24192 * sysdep.c:
24193 * systty.h:
24194 * syswait.h:
24195 * unexec.c:
24196 * xdisp.c:
24197 * alloc.c: Remove code containing references to symbols defined by
24198 unsupported systems.
24199
24200 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24201
24202 * coding.c (detect_coding_mask): Fix previous change.
24203
24204 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24205
24206 * coding.c (detect_coding_iso2022): New arg
24207 latin_extra_code_state. Allow Latin extra codes only
24208 when *latin_extra_code_state is nonzero.
24209 (detect_coding_mask): If there is a NULL byte, detect the encoding
24210 as UTF-16 or binary. If Latin extra codes exist, detect the
24211 encoding as ISO-2022 only when there's no other proper encoding is
24212 found.
24213
24214 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24215
24216 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24217 #ifdef MAC_OS.
24218
24219 2008-01-08 Richard Stallman <rms@gnu.org>
24220
24221 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24222
24223 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24224
24225 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24226 menu bar in parentheses.
24227
24228 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24229
24230 * m/7300.h:
24231 * m/acorn.h:
24232 * m/alliant-2800.h:
24233 * m/alliant.h:
24234 * m/alliant1.h:
24235 * m/alliant4.h:
24236 * m/altos.h:
24237 * m/amdahl.h:
24238 * m/apollo.h:
24239 * m/att3b.h:
24240 * m/aviion-intel.h:
24241 * m/aviion.h:
24242 * m/celerity.h:
24243 * m/clipper.h:
24244 * m/cnvrgnt.h:
24245 * m/convex.h:
24246 * m/cydra5.h:
24247 * m/delta88k.h:
24248 * m/dpx2.h:
24249 * m/dual.h:
24250 * m/elxsi.h:
24251 * m/f301.h:
24252 * m/gould-np1.h:
24253 * m/gould.h:
24254 * m/i860.h:
24255 * m/ibmps2-aix.h:
24256 * m/ibmrt-aix.h:
24257 * m/ibmrt.h:
24258 * m/irist.h:
24259 * m/is386.h:
24260 * m/isi-ov.h:
24261 * m/mega68.h:
24262 * m/mg1.h:
24263 * m/news-r6.h:
24264 * m/news-risc.h:
24265 * m/news.h:
24266 * m/nh3000.h:
24267 * m/nh4000.h:
24268 * m/ns16000.h:
24269 * m/ns32000.h:
24270 * m/nu.h:
24271 * m/orion.h:
24272 * m/orion105.h:
24273 * m/paragon.h:
24274 * m/pfa50.h:
24275 * m/plexus.h:
24276 * m/pyramid.h:
24277 * m/pyrmips.h:
24278 * m/sh3el.h:
24279 * m/sps7.h:
24280 * m/sr2k.h:
24281 * m/stride.h:
24282 * m/sun1.h:
24283 * m/sun2.h:
24284 * m/sun3-68881.h:
24285 * m/sun3-fpa.h:
24286 * m/sun3-soft.h:
24287 * m/sun3.h:
24288 * m/sun386.h:
24289 * m/symmetry.h:
24290 * m/tad68k.h:
24291 * m/tahoe.h:
24292 * m/targon31.h:
24293 * m/tek4300.h:
24294 * m/tekxd88.h:
24295 * m/tower32.h:
24296 * m/tower32v3.h:
24297 * m/ustation.h:
24298 * m/wicat.h:
24299 * m/xps100.h:
24300 * s/cxux.h:
24301 * s/cxux7.h:
24302 * s/dgux.h:
24303 * s/dgux4.h:
24304 * s/dgux5-4-3.h:
24305 * s/dgux5-4r2.h:
24306 * s/esix.h:
24307 * s/esix5r4.h:
24308 * s/hiuxmpp.h:
24309 * s/hiuxwe2.h:
24310 * s/iris3-5.h:
24311 * s/iris3-6.h:
24312 * s/isc2-2.h:
24313 * s/isc3-0.h:
24314 * s/isc4-0.h:
24315 * s/isc4-1.h:
24316 * s/newsos5.h:
24317 * s/newsos6.h:
24318 * s/osf1.h:
24319 * s/osf5-0.h:
24320 * s/riscix1-1.h:
24321 * s/riscix12.h:
24322 * s/sco4.h:
24323 * s/sco5.h:
24324 * s/sunos4-0.h:
24325 * s/sunos4-1.h:
24326 * s/sunos413.h:
24327 * s/sunos4shr.h:
24328 * s/umax.h:
24329 * s/unipl5-2.h:
24330 * s/xenix.h:
24331 * cxux-crt0.s:
24332 * unexapollo.c:
24333 * unexconvex.c:
24334 * unexenix.c:
24335 * unexsni.c: Remove files for systems no longer supported.
24336
24337 * m/intel386.h: Remove references to unsupported systems.
24338
24339 * w32.c (get_emacs_configuration): Remove reference to i860.
24340
24341 * sysdep.c: Remove dead code.
24342
24343 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24344
24345 * s/rtu.h:
24346 * m/masscomp.h: Remove files. Platform is obsolete.
24347
24348 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24349
24350 * dbusbind.c (Fdbus_method_return): New function.
24351 (xd_read_message): Add the serial number to the event.
24352 (Fdbus_register_method): Activate the function.
24353
24354 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24355
24356 * keyboard.c (read_key_sequence): Fix typo.
24357
24358 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24359
24360 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24361 (xd_signature, xd_append_arg): Handle element type detection for
24362 empty arrays.
24363 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24364 SDATA () calls; this must be solved more general.
24365 (Fdbus_register_signal): Use SBYTES instead of strlen.
24366
24367 2008-01-03 Magnus Henoch <magnus@zemdatav>
24368
24369 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24370 unsigned int for byte values (necessary for big-endian platform).
24371 (Fdbus_call_method): Handle the case of no returned arguments.
24372
24373 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24374
24375 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24376
24377 2007-12-31 Magnus Henoch <mange@freemail.hu>
24378
24379 * dbusbind.c (xd_signature): Signature of variant is just "v".
24380
24381 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24382
24383 * dbusbind.c: Fix several errors and compiler warnings.
24384 Reported by Tom Tromey <tromey@redhat.com>.
24385 (XD_ERROR, XD_DEBUG_MESSAGE)
24386 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24387 (xd_append_arg): Part for basic D-Bus types rewritten.
24388 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24389 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24390 appropriate.
24391 (xd_read_message): Return Qnil. Don't signal an error; it is not
24392 useful during event reading.
24393 (Fdbus_register_signal): Signal an error if the check for
24394 FUNCTIONP fails.
24395 (Fdbus_register_method): New function. The implementation is not
24396 complete, the call of the function signals an error therefore.
24397 (Fdbus_unregister_object): New function, renamed from
24398 Fdbus_unregister_signal. The initial check signals an error, if
24399 the object is not well formed.
24400
24401 2007-12-30 Richard Stallman <rms@gnu.org>
24402
24403 * textprop.c (get_char_property_and_overlay):
24404 Signal error if POSITION is out of range in a buffer.
24405
24406 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24407
24408 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24409 because the original parameters are in pure storage now.
24410
24411 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24412
24413 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24414
24415 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24416
24417 * callint.c (syms_of_callint) <command-history>: Add reference to
24418 history-length in the doc string.
24419
24420 2007-12-17 Jason Rumney <jasonr@gnu.org>
24421
24422 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24423 before passing as wParam.
24424
24425 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24426
24427 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24428 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24429 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24430 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24431 as number.
24432 (Fdbus_call_method): Fix docstring.
24433
24434 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24435
24436 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24437 New macros.
24438 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24439 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24440 Simplify.
24441 (xd_signature): New function.
24442 (xd_append_arg): Compute also signatures. Major rewrite.
24443 (xd_retrieve_arg): Make debug messages friendly.
24444 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24445 Check for signatures of arguments.
24446
24447 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24448
24449 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24450 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24451 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24452 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24453 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24454 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24455 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24456 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24457 (xd_retrieve_value): Remove. Functionality included in ...
24458 (xd_append_arg): New function.
24459 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24460
24461 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24462
24463 * dbusbind.c (top): Include <stdio.h>.
24464 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24465 dbus_message_new_method_call and dbus_message_new_signal.
24466 (Fdbus_register_signal): Rename unique_name to uname.
24467 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24468 non-existing unique name. Fix typos in matching rule. Return an
24469 object which is useful in Fdbus_unregister_signal.
24470 (Fdbus_unregister_signal): Reimplementation, in order to remove
24471 only the corresponding entry.
24472 (Vdbus_registered_functions_table): Change the order of entries.
24473 Apply these changes in xd_read_message and Fdbus_register_signal.
24474
24475 2007-12-16 Andreas Schwab <schwab@suse.de>
24476
24477 * fileio.c (Finsert_file_contents): Fix overflow check to not
24478 depend on undefined integer overflow.
24479
24480 2007-12-14 Jason Rumney <jasonr@gnu.org>
24481
24482 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24483 for characters above 127.
24484
24485 2007-12-13 Jason Rumney <jasonr@gnu.org>
24486
24487 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24488 before dereferencing array.
24489 (lookup_vk_code): Remove zero comparison.
24490
24491 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24492
24493 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24494 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24495 Use `unsigned int' instead of `uint'.
24496 (xd_read_message, Fdbus_register_signal): Split expressions into
24497 multiple lines before operators "&&" and "||", according to the
24498 GNU Coding Standards.
24499
24500 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24501
24502 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24503
24504 2007-12-12 Juri Linkov <juri@jurta.org>
24505
24506 * buffer.c (Frename_buffer): In interactive spec replace
24507 `read-buffer' with `read-string' that uses `buffer-name-history'
24508 as history, and the current buffer's name as default.
24509
24510 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24511
24512 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24513 manipulating the backtrace manually.
24514 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24515 (struct backtrace, backtrace_list): Remove.
24516 (command_loop_1): Remove dead var `no_direct'.
24517
24518 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24519 preserve non-built-in buffer-local variables.
24520 (Fkill_all_local_variables): Don't re-create&re-set permanent
24521 buffer-local variables.
24522
24523 2007-12-09 Juri Linkov <juri@jurta.org>
24524
24525 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24526 Lisp code that uses `read-buffer' with current buffer as default.
24527
24528 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24529
24530 * dbusbind.c (xd_read_message): Generate an event for every
24531 registered handler. There might be several handlers registered
24532 for the same signal.
24533 (Fdbus_register_signal): Don't overwrite a registration for the
24534 same signal. Add a new registration if handlers are different.
24535 (Vdbus_registered_functions_table): Rework doc string.
24536
24537 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24538
24539 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24540 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24541 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24542 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24543 Unify argument lists.
24544 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24545 arguments and hash table keys. Use unique name for service.
24546 (Fdbus_unregister_signal): Remove checks.
24547 (Vdbus_registered_functions_table): Fix doc string.
24548
24549 2007-12-05 Magnus Henoch <mange@freemail.hu>
24550
24551 * process.c (make_process): Initialize pty_flag to 0.
24552
24553 2007-12-05 Jason Rumney <jasonr@gnu.org>
24554
24555 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24556 specified XBMs.
24557
24558 2007-12-05 Richard Stallman <rms@gnu.org>
24559
24560 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24561
24562 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24563
24564 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24565 New variable.
24566 (mac_try_close_socket) [MAC_OSX]: New function.
24567 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24568 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24569
24570 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24571 Use mac_try_close_socket.
24572
24573 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24574
24575 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24576 reloc_base.
24577 (copy_dysymtab): Compute relocation base here.
24578 (rebase_reloc_address) [__ppc64__]: New function.
24579 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24580 changed.
24581
24582 2007-12-05 Jason Rumney <jasonr@gnu.org>
24583
24584 * w32proc.c (sys_spawnve): Quote args with wildcards.
24585
24586 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24587
24588 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24589 __objc_* sections.
24590 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24591
24592 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24593
24594 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24595 Move check for Vdbus_registered_functions_table to
24596 xd_read_queued_messages.
24597 (xd_read_queued_messages): Protect xd_read_message calls by
24598 internal_condition_case_1.
24599
24600 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24601
24602 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24603 Qdbus_system_bus and Qdbus_session_bus, respectively.
24604 (Vdbus_intern_symbols): Remove.
24605 (Vdbus_registered_functions_table): New hash table.
24606 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24607 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24608 Rewrite in order to manage registered functions by hash table
24609 Vdbus_registered_functions_table.
24610
24611 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24612
24613 * xterm.c: Update URL to Window Manager Specification in comment.
24614
24615 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24616
24617 * config.in (HAVE_DBUS): Add.
24618
24619 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24620 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24621 (obj): Add $(DBUS_OBJ).
24622 (LIBES): Add $(DBUS_LIBS).
24623 (dbusbind.o): New target.
24624
24625 * dbusbind.c: New file.
24626
24627 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24628
24629 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24630 (Qdbus_event): New Lisp symbol.
24631 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24632 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24633 (keys_of_keyboard): Define dbus-event.
24634
24635 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24636
24637 2007-12-01 Richard Stallman <rms@gnu.org>
24638
24639 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24640
24641 2007-11-30 Jason Rumney <jasonr@gnu.org>
24642
24643 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24644 (w32con_reset_terminal_modes): Clear screen buffer.
24645 (w32_face_attributes): Don't use color indexes that are out of range.
24646 Only reverse the default colors.
24647
24648 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24649 WINDOWSNT.
24650
24651 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24652
24653 2007-11-29 Jason Rumney <jasonr@gnu.org>
24654
24655 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24656 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24657 if the terminal colors are initialized.
24658 (unspecified_fg, unspecified_bg): Remove unused declarations.
24659
24660 2007-11-29 Andreas Schwab <schwab@suse.de>
24661
24662 * keyboard.c (apply_modifiers): Fix typo.
24663
24664 2007-11-29 Richard Stallman <rms@gnu.org>
24665
24666 * keymap.c (Fcurrent_local_map): Doc fix.
24667
24668 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24669
24670 * s/gnu-kfreebsd.h: New file.
24671
24672 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24673
24674 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24675 Don't cast redundantly.
24676
24677 * keyboard.c (KEY_TO_CHAR): New macro.
24678 (parse_modifiers, apply_modifiers): Accept integer arguments.
24679 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24680 for chars and symbol keys.
24681 After doing such remapping, apply function-key-map again.
24682
24683 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24684
24685 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24686 compiled anymore.
24687
24688 2007-11-26 Andreas Schwab <schwab@suse.de>
24689
24690 * process.c (list_processes_1): Fix indentation level of the
24691 command column.
24692
24693 2007-11-23 Andreas Schwab <schwab@suse.de>
24694
24695 * editfns.c (Fformat): Handle %c specially since it requires the
24696 argument to be of type int.
24697
24698 2007-11-23 Markus Triska <markus.triska@gmx.at>
24699
24700 * emacs.c (main): Call init_editfns before init_process, since
24701 init_process sets Vprocess_connection_type depending on OS release.
24702
24703 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24704
24705 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24706 (find_symbol_value): Use do_symval_forwarding.
24707
24708 * data.c (set_internal): Set the value in the `cons-cell' (for
24709 Buffer_Local_values) not only for frame-local variables.
24710
24711 2007-11-22 Andreas Schwab <schwab@suse.de>
24712
24713 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24714 values to sprintf.
24715 * keymap.c (Fsingle_key_description): Likewise.
24716 * print.c (print_object): Likewise.
24717
24718 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24719
24720 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24721 file for image is nil.
24722
24723 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24724
24725 * term.c: Include stdarg.h.
24726 (fatal): Implement using varargs.
24727 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24728
24729 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24730
24731 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24732 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24733 Update call to buffer_slot_type_mismatch.
24734 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24735 (buffer_slot_type_mismatch): Update.
24736 * buffer.c (buffer_local_types): Remove.
24737 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24738 (defvar_per_buffer): Set the type in the buffer_objfwd.
24739
24740 2007-11-21 Jason Rumney <jasonr@gnu.org>
24741
24742 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24743 CreateFileMapping returns NULL on failure.
24744
24745 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * search.c (Fset_match_data): Remove the `evaporate' feature.
24748 (unwind_set_match_data): Don't use the `evaporate' feature.
24749
24750 2007-11-21 Jason Rumney <jasonr@gnu.org>
24751
24752 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24753
24754 * w32console.c (w32con_write_glyphs): Remove unused variables.
24755
24756 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24757
24758 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24759
24760 * s/darwin.h (MULTI_KBOARD): Remove.
24761
24762 * macfns.c (x_create_tip_frame, Fx_create_frame)
24763 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24764
24765 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24766
24767 * buffer.c (Fbuffer_local_value): Remove redundant test.
24768 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24769 than in `current-buffer' to match the comment.
24770 Do the swap using swap_in_global_binding.
24771
24772 * data.c (store_symval_forwarding, set_internal):
24773 * eval.c (specbind): Remove dead code.
24774
24775 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24776 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24777 Since we do not want to see internal Lisp_*fwd objects here.
24778
24779 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24780
24781 * sysdep.c (init_system_name): Use getaddrinfo if available.
24782
24783 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24784 (x_scroll_bar_note_movement): start, end, with, height in struct
24785 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24786
24787 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24788
24789 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24790
24791 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24792
24793 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24794 This undoes Richard's change of 14-Oct-2002.
24795
24796 * alloc.c (allocate_other_vector):
24797 * lisp.h (allocate_other_vector): Remove.
24798
24799 * window.c (struct save_window_data): Move non-lisp data to the end
24800 and make it `int' rather than Lisp_Object.
24801 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24802 Done wrap/unwrap integer values.
24803 (Fset_window_configuration, compare_window_configurations):
24804 Update use of fields to their new types.
24805
24806 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24807 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24808 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24809 (SET_SCROLL_BAR_X_WINDOW): Remove.
24810 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24811 Access the new x_window field directly.
24812 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24813 Don't wrap/unwrap integers into Lisp_Objects.
24814 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24815 (x_scroll_bar_report_motion):
24816 Don't wrap/unwrap integers into Lisp_Objects.
24817 (x_term_init): Use SDATA.
24818 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24819 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24820 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24821 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24822 * xfns.c (x_set_background_color):
24823 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24824 Access the new x_window field directly.
24825
24826 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24827 (allocate_pseudovector): Make non-static.
24828
24829 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24830 (allocate_pseudovector): Declare.
24831 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24832
24833 2007-11-15 Andreas Schwab <schwab@suse.de>
24834
24835 * editfns.c (Fformat): Correctly format EMACS_INT values.
24836 Also take precision into account when formatting an integer.
24837
24838 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24839
24840 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24841
24842 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24843 (syms_of_keyboard): Defsubr it.
24844
24845 * data.c (swap_in_global_binding): Fix longstanding bug where
24846 store_symval_forwarding was not called with the right second argument,
24847 thus causing objfwd-ing from being dropped.
24848
24849 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24850
24851 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24852 (Fx_display_pixel_height, Fx_display_planes)
24853 (Fx_display_color_cells, Fx_server_max_request_size)
24854 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24855 (Fx_display_visual_class, Fx_display_save_under):
24856 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24857 (Fx_display_pixel_height, Fx_display_planes)
24858 (Fx_display_color_cells, Fx_server_max_request_size)
24859 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24860 (Fx_display_mm_height, Fx_display_mm_width)
24861 (Fx_display_backing_store, Fx_display_visual_class)
24862 (Fw32_select_font, Fx_display_save_under):
24863 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24864 (Fx_display_pixel_height, Fx_display_planes)
24865 (Fx_display_color_cells, Fx_server_max_request_size)
24866 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24867 (Fx_display_save_under): Fix typos in docstrings.
24868
24869 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24870
24871 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24872 corresponding to deleted entries; they are an implementation detail.
24873 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24874 Remove variables.
24875 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24876 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24877 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24878 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24879 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24880 (Fw32_define_rgb_color, Fw32_load_color_file)
24881 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24882 Fix typos in docstrings.
24883 (Fx_server_version): Reflow docstring.
24884 (Fw32_shell_execute): Doc fixes.
24885
24886 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24887
24888 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24889 if w32_parse_hot_key returned nil.
24890
24891 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24894
24895 2007-11-09 Jason Rumney <jasonr@gnu.org>
24896
24897 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24898
24899 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24900
24901 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24902 Remove W32_SCROLL_BAR_CLICK_EVENT.
24903
24904 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24905 Add MULTIMEDIA_KEY_EVENT.
24906
24907 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24908 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24909 (make_lispy_event) [WINDOWSNT]: Use it to translate
24910 MULTIMEDIA_KEY_EVENT.
24911
24912 * w32term.h (WM_APPCOMMAND): Define if not already.
24913 (GET_APPCOMMAND_LPARAM): Likewise.
24914
24915 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24916 WM_APPCOMMAND.
24917
24918 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24919 (syms_of_w32fns): Export and initialize it.
24920 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24921
24922 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24923
24924 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24925 twice.
24926
24927 * xdisp.c (handle_face_prop): Fix last change.
24928
24929 2007-11-09 Richard Stallman <rms@gnu.org>
24930
24931 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24932 not just for after-strings and before-strings.
24933 Call face_for_overlay_string and pass the overlay to it.
24934 (handle_display_prop): Determine whether property came from an overlay.
24935 Pass OVERLAY arg to handle_single_display_spec.
24936 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24937 (load_overlay_strings): Fill in it->string_overlays.
24938 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24939
24940 * xfaces.c (face_for_overlay_string): Function renamed from
24941 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24942
24943 * dispextern.h (struct it): New elt string_overlays.
24944 New elt from_overlay, also in stack.
24945 Rearrange a few elements.
24946 (face_for_overlay_string): Decl renamed from
24947 face_at_buffer_position_no_overlays, and add argument.
24948
24949 2007-11-09 Richard Stallman <rms@gnu.org>
24950
24951 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24952 to get the base face for an overlay string.
24953
24954 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24955
24956 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24957
24958 * xdisp.c (handle_stop): Move some code out of loop.
24959
24960 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24961
24962 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24963 Fix conversion from Lisp object to ATSUFontID.
24964
24965 2007-11-09 Jason Rumney <jasonr@gnu.org>
24966
24967 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24968
24969 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24970
24971 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24972 Don't assume regions are aligned to page boundary.
24973 (print_load_command_name): Add LC_UUID if defined.
24974
24975 2007-11-09 Richard Stallman <rms@gnu.org>
24976
24977 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24978
24979 2007-11-07 Jason Rumney <jasonr@gnu.org>
24980
24981 * s/windows95.h: Remove.
24982
24983 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24984
24985 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24986 abort with a message on unhandled store_type values.
24987
24988 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24989
24990 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24991 Remove HAVE_X11R5 and HAVE_X11R4.
24992
24993 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24994
24995 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24996
24997 2007-11-01 Johan Bockgård <bojohan@gnu.org>
24998
24999 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25000 Don't set s->stippled_p here, since it has already been set by
25001 x_set_glyph_string_gc from x_draw_glyph_string.
25002
25003 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25004
25005 * sunfns.c: Remove file.
25006
25007 * m/sun386.h:
25008 * m/sun2.h:
25009 * m/sparc.h: Remove Sun windows code.
25010
25011 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25012
25013 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25014 (init_keyboard): Set current_kboard's window-system to nil.
25015 (tty_read_avail_input): Typo.
25016 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25017
25018 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25019
25020 * s/usg5-4.h:
25021 * s/usg5-3.h:
25022 * s/ptx.h:
25023 * m/is386.h:
25024 * m/ibmps2-aix.h:
25025 * Makefile.in: Remove all mentions of X10.
25026
25027 * dispnew.c (syms_of_display): Don't mention version 10.
25028
25029 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
25030
25031 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25032 ($(BLD)/abbrev.$(O)): Remove.
25033
25034 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25035
25036 Rewrite abbrev.c in Elisp.
25037 * image.c (Qcount): Don't declare as extern.
25038 (syms_of_image): Initialize and staticpro `Qcount'.
25039 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25040 * emacs.c (main): Don't call syms_of_abbrev.
25041 * Makefile.in (obj): Remove abbrev.o.
25042 (abbrev.o): Remove.
25043 * abbrev.c: Remove.
25044
25045 2007-10-26 Martin Rudalics <rudalics@gmx.at>
25046
25047 * window.c (window_min_size_2): Don't count header-line.
25048
25049 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25050
25051 * frame.h (struct frame): Move all bit fields after the first bit
25052 field to take advantage of the available space. Group all the
25053 chars together to reduce wasted space due to padding.
25054
25055 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
25056
25057 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25058
25059 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25060 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25061 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25062 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25063 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25064 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25065 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25066 (last_marked, mark_object_loop_halt): Make static.
25067
25068 * frame.c (syms_of_frame) <delete-frame-functions>:
25069 Fix typo in docstring.
25070
25071 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
25072
25073 * w32.c (init_environment): Fix tiny memory leak.
25074 (w32_get_resource): Remove unused variable `ok'.
25075
25076 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25077
25078 Make `window-system' into a keyboard-local variable (rather than
25079 frame-local as done originally by multi-tty).
25080
25081 * keyboard.h (struct kboard): Add Vwindow_system.
25082 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25083 (mark_kboards): Mark Vwindow_system.
25084
25085 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25086 (init_display): Don't set the obsolete `window-system' frame-param.
25087
25088 * xterm.c (x_term_init):
25089 * w32term.c (w32_create_terminal):
25090 * term.c (init_tty): Set Vwindow_system.
25091 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25092 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25093
25094 * xfns.c (Fx_create_frame, x_create_tip_frame):
25095 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25096 * macfns.c (Fx_create_frame):
25097 Don't set the obsolete `window-system' frame-param.
25098
25099 * frame.h (Qwindow_system): Remove.
25100 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25101 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25102
25103 2007-10-24 Richard Stallman <rms@gnu.org>
25104
25105 * frame.c (x_figure_window_size): For fullscreen case,
25106 set USPosition | PPosition without clobbering rest of window_prompting.
25107
25108 * keyboard.c (Fcurrent_idle_time): Doc fix.
25109
25110 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25111
25112 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25113
25114 * process.c (unwind_request_sigio): Only define if __ultrix__.
25115
25116 * callproc.c (child_setup): Remove spurious *.
25117
25118 * lisp.h (Fget_text_property): Declare.
25119 (have_menus_p): Declare it here rather than in sys-dep header files.
25120 * macterm.h (have_menus_p):
25121 * msdos.h (have_menus_p):
25122 * xterm.h (have_menus_p): Remove.
25123
25124 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25125 (Fmake_variable_frame_local): Just check the variable's const-ness
25126 rather than checking nil or t.
25127
25128 2007-10-22 Jason Rumney <jasonr@gnu.org>
25129
25130 * w32fns.c: Include math.h.
25131 (w32_abort): Declaration moved to nt/config.nt.
25132
25133 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25134 (abort): Redefinition moved to nt/config.nt.
25135
25136 * m/windowsnt.h: Remove.
25137
25138 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
25139
25140 * emacs.c (Fdump_emacs): Fix typo in message.
25141 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25142 <installation-directory>: Reflow docstring.
25143
25144 2007-10-22 Juri Linkov <juri@jurta.org>
25145
25146 * minibuf.c: Allow minibuffer default to be a list of default values.
25147 With empty input use the first element of this list as returned default.
25148 (string_to_object)
25149 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25150 (read_minibuf): If defalt is cons, set histstring to its car.
25151 (Fread_string): If default_value is cons, set val to its car.
25152 (Fread_buffer): If def is cons, use its car.
25153 (Fcompleting_read): If defalt is cons, set val to its car.
25154
25155 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
25156
25157 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25158
25159 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
25160
25161 * doc.c (Fdocumentation): Check for advice in all cases.
25162
25163 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
25164
25165 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25166
25167 2007-10-19 Richard Stallman <rms@gnu.org>
25168
25169 * doc.c (Fdocumentation): Check for and handle an advised function.
25170
25171 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
25172
25173 * process.c (Fset_process_filter): Doc fix.
25174
25175 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25176
25177 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25178 which caused key-translation-map to applied repeatedly (thus breaking
25179 double-mode).
25180
25181 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25182
25183 * xselect.c (x_own_selection, x_handle_selection_clear)
25184 (x_clear_frame_selections):
25185 * w32menu.c (list_of_panes, list_of_items):
25186 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25187 * textprop.c (validate_plist, interval_has_all_properties)
25188 (interval_has_some_properties, interval_has_some_properties_list)
25189 (add_properties, text_property_list):
25190 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25191 * minibuf.c (Fassoc_string):
25192 * macselect.c (x_own_selection, x_clear_frame_selections)
25193 (Fx_disown_selection_internal):
25194 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25195 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25196
25197 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
25198
25199 * process.c: Link to libs for calling res_init() if available.
25200 (Fmake_network_process): Call res_init() before getaddrinfo or
25201 gethostbyname, if possible.
25202
25203 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25204
25205 * lread.c (read1): Set pvectype for char_tables.
25206
25207 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25208 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25209 Add type checks.
25210 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25211
25212 * alloc.c (free_misc): Use XMISCTYPE.
25213 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25214
25215 2007-10-17 Glenn Morris <rgm@gnu.org>
25216
25217 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25218 (syms_of_minibuf): Add Qcompletion_ignore_case.
25219 * dired.c (Qcompletion_ignore_case): Change to external.
25220 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25221 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25222 (Fread_file_name): Use it rather than intern'ing.
25223
25224 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25225 (Fread_coding_system): Ignore case of user input.
25226
25227 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25228
25229 * xdisp.c (handle_display_prop): Ignore display specs after
25230 replacing one when string text is being replaced.
25231 (handle_single_display_spec): Pretend as if characters with display
25232 property haven't been consumed only when buffer text is being replaced.
25233
25234 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * xfns.c (Fx_create_frame, Fx_display_list):
25237 * window.c (window_fixed_size_p, enlarge_window)
25238 (shrink_window_lowest_first):
25239 * macterm.c (init_font_name_table):
25240 * macfns.c (Fx_create_frame, Fx_display_list):
25241 * lread.c (close_load_descs):
25242 * keyboard.c (read_char_x_menu_prompt):
25243 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25244 * coding.c (code_convert_region_unwind): Test the type of an object
25245 rather than just !NILP before extracting data from it.
25246
25247 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25248
25249 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25250 (XMISCANY): New macro.
25251 (XMISCTYPE): Use it.
25252 (struct Lisp_Misc_Any): New type.
25253 (union Lisp_Misc): Use it.
25254 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25255 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25256 (find_symbol_value, set_internal, default_value, Fset_default)
25257 (Fmake_variable_buffer_local, Fmake_local_variable)
25258 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25259 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25260 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25261 * alloc.c (allocate_buffer): Set the size and tag.
25262 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25263 Use XMISCANY.
25264 (die): Follow the GNU convention for error messages.
25265 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25266 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25267 tag any more.
25268 (set_buffer_internal_1):
25269 * frame.c (store_frame_param):
25270 * eval.c (specbind):
25271 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25272
25273 * doc.c (Fsnarf_documentation): Simplify.
25274
25275 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25276
25277 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25278 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25279
25280 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25281
25282 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25283
25284 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25285
25286 * eval.c (do_autoload): Don't save autoloads.
25287
25288 * data.c (Ffset): Save autoload of the function being set.
25289
25290 2007-10-07 John Paul Wallington <jpw@pobox.com>
25291
25292 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25293 parameter before setting up faces.
25294
25295 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25296
25297 * ccl.c (Fregister_code_conversion_map):
25298 * keyboard.c (append_tool_bar_item): Reformat last change.
25299
25300 * lisp.h (eabs): Rename from `abs'. All callers changed.
25301
25302 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25303
25304 * buffer.c (add_overlay_mod_hooklist):
25305 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25306 * fontset.c (make_fontset):
25307 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25308 (append_tool_bar_item):
25309 * macmenu.c (grow_menu_items):
25310 * w32menu.c (grow_menu_items):
25311 * xmenu.c (grow_menu_items): Use larger_vector.
25312
25313 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25314
25315 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25316 selected frame'' on MSDOS).
25317
25318 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25319
25320 * frame.c (Qexplicit_name): New variable.
25321 (x_report_frame_params): Report it in parameter alist.
25322 (syms_of_frame): Intern and staticpro it.
25323
25324 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25325
25326 * macfns.c (x_create_tip_frame): Set terminal for frame.
25327
25328 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25329
25330 * frame.c (Qenvironment): Remove.
25331 (syms_of_frame) <Qenvironment>: Don't initialize.
25332 (Fdelete_frame): Don't treat the `environment' param specially.
25333 * frame.h (Qenvironment): Don't declare.
25334 * callproc.c (set_initial_environment): Don't set unused frame param.
25335
25336 * frame.c (Fframe_with_environment): Remove.
25337 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25338
25339 * lisp.h (Fframe_with_environment): Don't declare.
25340
25341 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25342
25343 * indent.c (indent_tabs_mode, last_known_column)
25344 (last_known_column_modified): Make static.
25345 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25346
25347 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25348
25349 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25350
25351 2007-10-09 Jason Rumney <jasonr@gnu.org>
25352
25353 * w32term.c (x_set_window_size): Disable code that attempts to tell
25354 Lisp code about a size change before it actually happens.
25355
25356 2007-10-09 Richard Stallman <rms@gnu.org>
25357
25358 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25359 return HANDLED_RETURN.
25360
25361 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25362
25363 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25364 when there's an unread command event.
25365
25366 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25367 window autoselection act appropriately when leaving selected frame.
25368 (syms_of_frame): Initialize focus_follows_mouse.
25369 * frame.h (focus_follows_mouse): Extern it.
25370 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25371 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25372 * msdos.c (dos_rawgetc): Likewise.
25373 * w32term.c (w32_read_socket): Likewise.
25374 * xterm.c (handle_one_xevent): Likewise.
25375 * xdisp.c (syms_of_xdisp): In doc-string of
25376 mouse-autoselect-window mention focus-follows-mouse.
25377
25378 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25379
25380 * macterm.c (mac_load_query_font): Fix missing return value.
25381 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25382 Add BLOCK_INPUT.
25383
25384 2007-10-08 Richard Stallman <rms@gnu.org>
25385
25386 * xdisp.c (get_window_cursor_type): Implement documented behavior
25387 for cursor-in-non-selected-windows = t.
25388
25389 2007-10-08 Jason Rumney <jasonr@gnu.org>
25390
25391 * w32.c (w32_get_resource): Always close registry keys.
25392
25393 2007-10-08 Jason Rumney <jasonr@gnu.org>
25394
25395 * makefile.w32-in (LIBS): Add COMCTL32.
25396
25397 * w32fns.c (globals_of_w32fns): Init common controls.
25398
25399 2007-10-08 Richard Stallman <rms@gnu.org>
25400
25401 * image.c (our_memory_buffer): Rename from omfib_buffer.
25402
25403 2007-10-08 Richard Stallman <rms@gnu.org>
25404
25405 * buffer.c (Foverlays_at): Doc fix.
25406
25407 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25408
25409 * fns.c (Fplist_put): Preserve uneven tail data.
25410
25411 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25412
25413 * termhooks.h (enum event_kind): Remove trailing comma.
25414
25415 * frame.h (enum): Remove trailing comma.
25416
25417 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25418
25419 * w32proc.c (delete_child): Don't terminate threads of zombies.
25420
25421 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25422
25423 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25424
25425 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25426 last-repeatable-command.
25427 (init_kboard): Initialize Vlast_repeatable_command.
25428 (command_loop_1): Set it to real_this_command unless that was
25429 bound to an input event.
25430 (mark_kboards): Mark it.
25431
25432 2007-10-08 Richard Stallman <rms@gnu.org>
25433
25434 * eval.c (condition-case): Doc fix.
25435
25436 2007-10-08 Masatake YAMATO <jet@gyve.org>
25437
25438 * xfaces.c (tty_supports_face_attributes_p): Fix code
25439 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25440 was copied and not edited.
25441
25442 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25443
25444 Add new `input-decode-map' keymap and use it for terminal
25445 escape sequences.
25446 * keyboard.h (struct kboard): Add Vinput_decode_map.
25447 Remove Vlocal_key_translation_map.
25448 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25449 (init_kboard): Init input-decode-map.
25450 Replace local-key-translation-map back with key-translation-map.
25451 (syms_of_keyboard): Declare input-decode-map.
25452 Remove local-key-translation-map. Update docstrings.
25453 (mark_kboards): Mark Vinput_decode_map.
25454 Don't mark Vlocal_key_translation_map.
25455 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25456 Replace local-key-translation-map back with key-translation-map.
25457 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25458 Bind in input-decode-map rather than function-key-map.
25459
25460 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25461 This was made redundant by the previous introduction of XSETPVECTYPE.
25462
25463 2007-10-09 Richard Stallman <rms@gnu.org>
25464
25465 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25466
25467 2007-09-29 Richard Stallman <rms@gnu.org>
25468
25469 * eval.c (internal_condition_case_2, internal_condition_case_1)
25470 (internal_condition_case): Reenable abort if x_catching_errors ()
25471 to see if that really happens and why.
25472
25473 2007-10-06 Andreas Schwab <schwab@suse.de>
25474
25475 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25476
25477 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25478
25479 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25480
25481 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25482
25483 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25484
25485 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25486
25487 * window.h (struct window):
25488 * window.c (struct save_window_data, struct saved_window):
25489 * termhooks.h (struct terminal):
25490 * process.h (struct Lisp_Process):
25491 * frame.h (struct frame):
25492 * buffer.h (struct buffer):
25493 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25494 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25495 The size field of (pseudo)vectors is now unsigned.
25496 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25497
25498 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25499 Turn `count' into an integer.
25500
25501 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25502 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25503 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25504 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25505 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25506
25507 * alloc.c (allocate_pseudovector): New fun.
25508 (ALLOCATE_PSEUDOVECTOR): New macro.
25509 (allocate_window, allocate_terminal, allocate_frame)
25510 (allocate_process): Use it.
25511 (mark_vectorlike): New function.
25512 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25513 (mark_terminals): Use it.
25514 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25515 (Fmake_byte_code): Use XSETPVECTYPE.
25516
25517 * frame.c (Fframe_parameters): Minor simplification.
25518
25519 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25520
25521 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25522
25523 * buffer.c (Fget_buffer_create, init_buffer_once):
25524 * lread.c (defsubr):
25525 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25526
25527 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25528 defined differently in the m/*.h files.
25529 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25530 (XSETPVECTYPE): New macro.
25531 (XSETPSEUDOVECTOR): Use it.
25532
25533 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25534 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25535
25536 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25537 * lread.c (defvar_per_buffer):
25538 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25539
25540 * window.c (candidate_window_p): Only consider as visible frames that
25541 are on the same terminal.
25542
25543 * m/ibms390x.h (MARKBIT): Remove unused macro.
25544
25545 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25546
25547 * lread.c (Fload): Fix typo in docstring.
25548
25549 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25550
25551 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25552 of a non-zero value can't yield zero.
25553
25554 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25555
25556 * term.c (term_clear_mouse_face, term_mouse_highlight)
25557 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25558
25559 * print.c (safe_debug_print): Use XHASH.
25560
25561 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25562 Lisp elements such as tags.
25563 (XHASH): New macro.
25564 (EQ): Use it.
25565 (SREF, SSET, STRING_COPYIN): Use SDATA.
25566 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25567
25568 * alloc.c (mark_terminal): Remove left-over declaration.
25569 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25570 (allocate_vectorlike): Remove type argument. Adjust callers.
25571 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25572 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25573
25574 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25575 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25576 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25577 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25578 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25579 Use them.
25580
25581 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25582 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25583 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25584
25585 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25586
25587 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25588 loaded by default.
25589
25590 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25591
25592 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25593 on this tty.
25594 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25595
25596 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25597 Update all users.
25598 (handle_one_term_event): Use Gpm_DrawPointer.
25599 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25600 Signal errors instead of returning nil. Always return nil.
25601 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25602 Make it a noop if gpm-mouse was not activated.
25603 (syms_of_term): Update names.
25604
25605 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25606
25607 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25608 (init_sys_modes): Check that gpm_tty is the current tty.
25609
25610 * alloc.c (allocate_terminal): Set the vector size to only count the
25611 lisp fields. Initialize those to nil.
25612 (mark_object): Don't treat terminals specially.
25613 (mark_terminal): Remove.
25614 (mark_terminals): Use mark_object instead.
25615
25616 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25617 the GC to the beginning.
25618
25619 * indent.h:
25620 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25621
25622 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25623
25624 2007-09-25 Jason Rumney <jasonr@gnu.org>
25625
25626 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25627
25628 * w32console.c (create_w32cons_output): Remove.
25629
25630 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25631
25632 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25633 (reset_sys_modes): Use reset_terminal_modes_hook.
25634
25635 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25636
25637 * eval.c (do_autoload): Don't output any message.
25638
25639 2007-09-24 Juri Linkov <juri@jurta.org>
25640
25641 * emacs.c (standard_args): Change priority of "--no-splash"
25642 from 40 to 3. Add "--no-desktop" with the same priority.
25643
25644 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25645
25646 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25647 and optimize the case where they are all 1.
25648
25649 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25650
25651 * lisp.h (abs): Define if not defined.
25652 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25653 Don't define `abs', since it's defined in lisp.h.
25654
25655 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25656
25657 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25658 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25659 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25660 (init_tty): Use DEV_TTY instead of "/dev/tty".
25661 [WINDOWSNT]: No need to protect from NAME arg being null.
25662
25663 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25664
25665 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25666 up the tty state.
25667
25668 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25669
25670 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25671 (gpm_tty): Change its type.
25672 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25673 (gpm_tty): Change its type and initialize it.
25674 (Fterm_open_connection): Check the frame is indeed a tty.
25675 Use the new gpm_tty.
25676 (Fterm_close_connection): Use the new gpm_tty.
25677 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25678 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25679
25680 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25681
25682 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25683 underline_color, to draw strike-through.
25684
25685 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25686
25687 * lisp.h (allocate_terminal): Declare.
25688
25689 * window.c (candidate_window_p): Consider frames that are being placed
25690 by the user as somewhere between visible and iconified.
25691 (window_loop): Prefer windows on the current frame.
25692 (Fselect_window): Move the use of select-frame to the beginning so we
25693 can just delegate all the work (it'll call us back anyway).
25694
25695 * frame.c (Qdisplay_environment_variable):
25696 * frame.h (Qdisplay_environment_variable): Delete.
25697
25698 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25699 of the first arg, since that value may be a union.
25700
25701 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25702 parameter rather than Qdisplay_environment_variable. If all else
25703 fails, look for DISPLAY in initial-environment.
25704
25705 2007-09-21 Glenn Morris <rgm@gnu.org>
25706
25707 * Makefile.in (emacstool): Remove target.
25708 (lisp, shortlisp): Remove termdev.elc.
25709
25710 2007-09-21 Markus Triska <markus.triska@gmx.at>
25711
25712 * xterm.c (x_delete_display): Compile session management conditionally.
25713
25714 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25715
25716 * callproc.c (getenv_internal_1): New function.
25717 (getenv_internal): Use it.
25718 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25719
25720 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25721 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25722 (Fset_terminal_parameter): Work with dead terminals as well.
25723 (Fmodify_terminal_parameters): Remove.
25724
25725 * terminal.c (get_terminal): Handle terminals.
25726 Make sure the terminal returned is live.
25727 (create_terminal): Use allocate_terminal.
25728 (mark_terminals): Move to alloc.c.
25729 (delete_terminal): Use terminal->name as liveness status.
25730 NULL out fields after freeing their contents.
25731 Don't deallocate the object.
25732 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25733 rather than an int.
25734 (Fterminal_live_p): Accept non-integer arguments.
25735 (Fterminal_list): Return terminal objects rather than an ints.
25736
25737 * alloc.c (enum mem_type): New member for `terminal' objects.
25738 (allocate_terminal): New function.
25739 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25740 Handle terminals.
25741 (mark_terminal): New fun.
25742 (mark_terminals): Move from terminal.c.
25743
25744 * term.c (get_tty_terminal): Don't treat output_initial specially.
25745 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25746 (delete_tty): Use terminal->name as liveness status.
25747
25748 * termhooks.h (struct terminal): Make it into a pseudovector.
25749 Remove `deleted' replaced by checking `name's nullness.
25750
25751 * print.c (print_object): Handle terminals.
25752
25753 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25754 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25755
25756 * frame.c (make_terminal_frame):
25757 * keyboard.c (tty_read_avail_input):
25758 * w32term.c (x_delete_terminal):
25759 * xfns.c (Fx_create_frame, x_create_tip_frame):
25760 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25761
25762 2007-09-20 Glenn Morris <rgm@gnu.org>
25763
25764 * process.c (Fmake_network_process): Doc fix.
25765
25766 2007-09-19 Jason Rumney <jasonr@gnu.org>
25767
25768 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25769
25770 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25771
25772 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25773 Fix a C warning regarding variable constness.
25774
25775 * xterm.c (handle_one_xevent): Fix a C warning.
25776
25777 2007-09-18 Jason Rumney <jasonr@gnu.org>
25778
25779 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25780
25781 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25782
25783 * gtkutil.c (gdpy_def): New variable.
25784 (xg_initialize): Initialize gdpy_def.
25785 (xg_display_close): If no other display exists, set gdpy_def to a
25786 new connection.
25787
25788 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25789
25790 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25791 when we have no file name for the icon.
25792 (xg_tool_bar_expose_callback): Remove.
25793 (xg_create_tool_bar): Don't connect expose signal to
25794 xg_tool_bar_expose_callback.
25795 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25796
25797 2007-09-16 Andreas Schwab <schwab@suse.de>
25798
25799 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25800 values instead of zapping them.
25801
25802 2007-09-14 Glenn Morris <rgm@gnu.org>
25803
25804 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25805 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25806 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25807 scope and rename to omfib_buffer for clarity.
25808 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25809
25810 2007-09-14 Kenichi Handa <handa@m17n.org>
25811
25812 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25813
25814 2007-09-13 Jason Rumney <jasonr@gnu.org>
25815
25816 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25817
25818 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25819
25820 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25821 (mac_term_init): Call here instead, passing rif.
25822
25823 2007-09-13 Glenn Morris <rgm@gnu.org>
25824
25825 * s/hpux.h: No longer define `static' as nothing.
25826
25827 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25828
25829 * callint.c (Fcall_interactively): Remove unused var `fun'.
25830
25831 2007-09-12 Romain Francoise <romain@orebokech.com>
25832
25833 * window.c (prefer_window_split_horizontally, display_buffer):
25834 Revert 2007-09-08 change.
25835
25836 2007-09-12 Glenn Morris <rgm@gnu.org>
25837
25838 * alloca.c: Remove file.
25839 * Makefile.in (alloca): Do not undef.
25840 (allocaobj, alloca.o): Remove.
25841 (otherobj): Remove allocaobj.
25842 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25843 * regex.c (C_ALLOCA): Remove all references and code that was only
25844 used when this was defined.
25845 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25846 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25847 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25848
25849 * Makefile.in (SOURCES, unlock, relock): Delete.
25850
25851 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25852 (menu_grab_callback): All uses changed.
25853
25854 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25855 (x_reply_selection_request): All uses changed.
25856
25857 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25858
25859 * lread.c (load_warn_old_style_backquotes): Change message to look
25860 better when it appears in the middle of byte-compiler messages.
25861
25862 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25863
25864 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25865
25866 * xterm.c (x_create_terminal): Add comment.
25867
25868 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25869
25870 2007-09-10 Richard Stallman <rms@gnu.org>
25871
25872 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25873
25874 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25875
25876 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25877 (DEFUN): Document `intspec', use it instead of `prompt'.
25878
25879 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25880
25881 * data.c (Finteractive_form): If the interactive specification starts
25882 with a `(', use it as a Lisp form.
25883
25884 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25885 name and file modes.
25886
25887 * callint.c (Fcall_interactively): Comment fixes.
25888
25889 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25890
25891 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25892 and compiled functions.
25893
25894 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25895
25896 * window.c (prefer_window_split_horizontally): New variable.
25897 (display_buffer): Consider splitting window horizontally depending
25898 on prefer_window_split_horizontally.
25899
25900 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25901
25902 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25903
25904 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25905
25906 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25907
25908 * frame.c (x_set_frame_parameters): Check number is positive before
25909 using XFASTINT.
25910
25911 * window.c (freeze_window_start): Don't presume selected_window holds
25912 a window object.
25913 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25914
25915 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25916
25917 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25918
25919 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25920
25921 * window.c (Vsplit_window_preferred_function): New var.
25922 (Fdisplay_buffer): Use it.
25923 (syms_of_window): Export, and initialize it.
25924
25925 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25926
25927 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25928
25929 2007-09-06 Glenn Morris <rgm@gnu.org>
25930
25931 * gtkutil.c (menu_grab_callback) <cnt>:
25932 * xselect.c (x_reply_selection_request) <cnt>: Move static
25933 variable to file scope.
25934
25935 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25936
25937 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25938 consistent values of selected_frame and selected_window.
25939
25940 2007-09-04 Jason Rumney <jasonr@gnu.org>
25941
25942 * w32console.c (initialize_w32_display): Zero unused hooks.
25943
25944 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25945
25946 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25947 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25948
25949 2007-09-04 Jason Rumney <jasonr@gnu.org>
25950
25951 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25952 in w32console.c. Set up input. Remove XXX comments that have been
25953 confirmed as correct.
25954
25955 * s/ms-w32.h (MULTI_KBOARD): Define.
25956
25957 * w32console.c (one_and_only_w32cons): Remove.
25958 (initialize_w32_display): Take terminal argument.
25959
25960 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25961 initialize_w32_display.
25962 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25963
25964 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25965
25966 * keyboard.c (discard_mouse_events): Discard it.
25967 (make_lispy_event): Translate it to a lisp event.
25968 (lispy_wheel_names): Add wheel-left and right events.
25969 (syms_of_keyboard): Enlarge wheel_syms.
25970
25971 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25972 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25973
25974 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25975
25976 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25977 from WM_MOUSEHWHEEL.
25978 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25979
25980 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25981 terminal.
25982
25983 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25984 keyboard for the terminal.
25985
25986 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25987
25988 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25989 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25990 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25991 and resume-tty-function to resume-tty-hook.
25992 (Fsuspend_tty, Fresume_tty): Use new names.
25993
25994 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25995
25996 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25997 if it starts with "n:".
25998
25999 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26000
26001 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26002
26003 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26004
26005 * frame.h:
26006 * frame.c (Qterm_environment_variable): Remove.
26007 (syms_of_frame): Don't init and staticpro it.
26008
26009 * callproc.c (getenv_internal): Remove special case for $TERM.
26010
26011 * callproc.c (Vinitial_environment): New variable.
26012 (set_initial_environment): Initialize it.
26013 (syms_of_callproc): Declare it.
26014 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26015 TERM under which a process runs is never related to the TERM in which
26016 Emacs is running.
26017
26018 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26019
26020 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26021 * s/darwin.h: ... do it here.
26022
26023 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26024
26025 * lisp.h (set_initial_environment): Rename from set_global_environment.
26026
26027 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26028 removed by mistake on the multi-tty branch.
26029
26030 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26031 (Fmodify_frame_parameters): Return a value.
26032
26033 * image.c (png_load): Comment-out var only used in commented-out code.
26034
26035 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26036 before passing it to mark_object.
26037
26038 * xfaces.c (internal_resolve_face_name): Return a value.
26039 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26040
26041 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26042 (x_icon): Comment-out var only used in commented-out code.
26043
26044 2007-08-29 Romain Francoise <romain@orebokech.com>
26045
26046 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26047 QUIT hasn't been provided.
26048
26049 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26050
26051 * callproc.c (child_setup, getenv_internal): Use the
26052 display-environment-variable and term-environment-variable frame params.
26053 (set_initial_environment): Initialise Vprocess_environment.
26054
26055 * config.in: Disable multi-keyboard support on a mac.
26056
26057 * frame.c (Qterm_environment_variable)
26058 (Qdisplay_environment_variable): New variables.
26059 (syms_of_frame): Intern and staticpro them.
26060 (Fmake_terminal_frame): Disable output method test.
26061
26062 * frame.h: Declare them here.
26063
26064 * macfns.c (x_set_mouse_color): Get rif from the frame.
26065 (x_set_tool_bar_lines): Don't use updating_frame.
26066 (mac_window): Add 2 new parameters for consistency with other systems.
26067 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26068 frame parameters following what is done in X11 and w32. Don't use
26069 FRAME_MAC_DISPLAY_INFO.
26070 (Fx_open_connection, start_hourglass): Remove window-system check.
26071 (x_create_tip_frame): Get the keyboard from the terminal.
26072
26073 * macmenu.c: Reorder includes.
26074 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26075
26076 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26077 terminal parameter.
26078 (x_clear_frame): Add a frame parameter.
26079 (note_mouse_movement): Get rif from the frame.
26080 (mac_term_init): Initialize the terminal.
26081 (mac_initialize): Make static and move terminal initialization ...
26082 (mac_create_terminal): ... to this new function.
26083
26084 * macterm.h (struct mac_display_info): Add terminal.
26085 (mac_initialize): Delete declaration.
26086
26087 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26088
26089 * sysdep.c: Comment out text after #endif.
26090
26091 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26092 is defined. Better initialize ttys in windows. Use terminal
26093 specific mouse_position_hook.
26094
26095 * termhooks.h (union display_info): Add mac_display_info.
26096
26097 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26098 Set the default minibuffer frame, window_system and the rest of the
26099 frame parameters following what is done in X11.
26100
26101 * w32term.c (w32_initialize): Make static.
26102
26103 * xselect.c (x_handle_selection_clear): Only access
26104 terminal->kboard when MULTI_KBOARD is defined.
26105
26106 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26107 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26108
26109 2007-08-29 Jason Rumney <jasonr@gnu.org>
26110
26111 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26112 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26113
26114 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26115 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26116
26117 * keyboard.c (restore_kboard_configuration): Only define when
26118 MULTI_KBOARD defined.
26119
26120 * makefile.w32-in: Update dependancies from Makefile.in.
26121 (OBJ1): Add terminal.$(O)
26122
26123 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26124 Don't define function body.
26125 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26126
26127 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26128
26129 * w32.c (request_sigio, unrequest_sigio): Remove.
26130
26131 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26132 (w32con_clear_frame, w32con_clear_end_of_line)
26133 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26134 (w32con_delete_glyphs, w32con_set_terminal_window)
26135 (scroll_line, w32_sys_ring_bell): Add frame arg.
26136 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26137 Add terminal arg.
26138 (PICK_FRAME): Remove.
26139 (w32con_write_glyphs): Use frame specific terminal coding.
26140 (one_and_only_w32cons): New global variable.
26141 (initialize_w32_display): Use it for storing hooks.
26142 (create_w32cons_output): New function.
26143
26144 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26145 arg a frame.
26146
26147 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26148 Set window_system.
26149 (x_set_tool_bar_lines): Don't use updating_frame.
26150 (Fx_create_frame): Set terminal and ref count.
26151 (Fx_open_connection): Remove window-system check.
26152
26153 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26154
26155 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26156 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26157 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26158 Add frame arg.
26159 (x_delete_terminal, w32_create_terminal): New functions.
26160 (w32_term_init): Create a terminal.
26161 (w32_initialize): Move terminal specific initialization to
26162 w32_create_terminal.
26163
26164 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26165 (w32_clear_rect, w32_clear_area): Use background from frame.
26166 (w32_display_info): Add terminal.
26167 (w32_sys_ring_bell, x_delete_display): Declare here.
26168
26169 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26170
26171 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26172
26173 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26174
26175 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26176 Fix get_named_tty calls for the controlling tty.
26177
26178 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26179
26180 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26181
26182 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26183
26184 * term.c (tty_insert_glyphs): Add missing first parameter.
26185
26186 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26187
26188 * buffer.c (Fbuffer_list, Fbury_buffer):
26189 Take frame->buried_buffer_list into account.
26190
26191 * cm.c (current_tty): New variable, for cmputc().
26192 (cmputc): Use it.
26193 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26194 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26195 (cmgoto): Add tty parameter. Pass it on to calccost().
26196 Use emacs_tputs() instead of tputs().
26197
26198 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26199 tputs().
26200 (current_tty): New variable, for cmputc().
26201 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26202
26203 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26204 (internal_condition_case, internal_condition_case_1)
26205 (internal_condition_case_2): Don't abort when x_catching_errors.
26206
26207 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26208 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26209 prevent crashes caused by bogus longjmps in read_char.
26210
26211 * keymap.h (Fset_keymap_parent): Add EXFUN.
26212
26213 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26214 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26215 Remove redundant definition.
26216
26217 * macfns.c (x_set_mouse_color, x_make_gc):
26218 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26219
26220 * w32term.c (x_free_frame_resources):
26221 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26222 (w32_initialize): Use the accessor macros for terminal characteristics.
26223
26224 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26225 Use the accessor macros for terminal characteristics.
26226 * msdos.c (internal_terminal_init): Use the accessor macros for
26227 terminal characteristics.
26228 (ScreenVisualBell, internal_terminal_init):
26229 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26230
26231 * termopts.h (no_redraw_on_reenter): Declare.
26232
26233 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26234 (mark_terminals, mark_ttys): Declare.
26235 (Fgarbage_collect): Call them.
26236 (mark_object): Mark buried_buffer_list.
26237
26238 * prefix-args.c: Include stdlib.h for exit.
26239
26240 * syssignal.h: Add comment.
26241
26242 * indent.c: Include stdio.h.
26243
26244 * window.h (Vinitial_window_system): Declare.
26245 (Vwindow_system): Delete declaration.
26246
26247 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26248
26249 * image.c (lookup_image): Don't initialize `c' until the xasserts
26250 have been run.
26251
26252 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26253 FRAME_FOREGROUND_PIXEL.
26254
26255 * print.c (print_preprocess): Don't lose print_depth levels while
26256 iterating.
26257
26258 * widget.c (update_from_various_frame_slots):
26259 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26260
26261 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26262 frames.
26263 (window_internal_height): Remove bogus make_number call.
26264 (init_window_once): Call make_terminal_frame with two zero parameters.
26265
26266 * fileio.c (Fread_file_name): Update comment.
26267
26268 * callint.c (Fcall_interactively):
26269 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26270 Make sure it is correctly unwound.
26271
26272 * xsmfns.c (x_session_close): New function.
26273
26274 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26275 Delete declarations.
26276
26277 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26278 (x_output): Remove background_pixel and foreground_pixel fields.
26279 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26280 (x_delete_device, x_session_close): Declare.
26281
26282 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26283 (read_filtered_event): Call `read_char' with a local
26284 `wrong_kboard_jmpbuf'.
26285
26286 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26287 Don't call single_kboard_state. Use FRAME_RIF.
26288
26289 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26290 systems.
26291
26292 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26293 (Fframe_with_environment, Fset_input_meta_mode)
26294 (Fset_quit_char): EXFUN.
26295 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26296 (init_sys_modes, reset_sys_modes): Update prototypes.
26297 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26298
26299 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26300 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26301 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26302 Delete declarations.
26303 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26304 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26305 New declarations.
26306
26307 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26308 already does that during init_display(). Call syms_of_keymap
26309 before syms_of_keyboard. Call `syms_of_terminal'.
26310 Call set_initial_environment, not set_process_environment.
26311 (shut_down_emacs): Call reset_all_sys_modes() instead of
26312 reset_sys_modes().
26313
26314 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26315 (internal_resolve_face_name, resolve_face_name_error): New functions.
26316 (resolve_face_name): Protect against loops and errors thrown by Fget.
26317 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26318 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26319
26320 * scroll.c: Replace CURTTY() with local variables throughout the
26321 file (where applicable).
26322 (calculate_scrolling, calculate_direct_scrolling)
26323 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26324 characteristics.
26325
26326 * keymap.c (Vfunction_key_map): Remove.
26327 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26328 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26329 (Vkey_translation_map): Remove.
26330 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26331 (Fdescribe_buffer_bindings)
26332 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26333 Update for terminal-local key-translation-map.
26334
26335 * Makefile.in (callproc.o): Update dependencies.
26336 (lisp, shortlisp): Add termdev.elc.
26337 (obj): Add terminal.o.
26338 (terminal.o): Add dependencies.
26339 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26340 (data.o, fns.o): Add termhooks.h dependency.
26341 (SOME_MACHINE_LISP): Add dnd.elc.
26342 (minibuf.o): Fix typo.
26343 Update dependencies.
26344
26345 * data.c (do_symval_forwarding, store_symval_forwarding)
26346 (find_symbol_value): Use the selected frame's keyboard, not
26347 current_kboard.
26348
26349 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26350 Vwindow_system.
26351
26352 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26353 Fmenu_bar_open.
26354 (syms_of_xmenu): Update defsubr.
26355 (mouse_position_for_popup, Fx_popup_menu)
26356 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26357 (set_frame_menubar, free_frame_menubar)
26358 (create_and_show_popup_menu, xmenu_show)
26359 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26360 an X frame.
26361
26362 * xselect.c (x_own_selection): Abort if not an X frame.
26363 (some_frame_on_display): Check if it is an X frame.
26364 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26365
26366 * coding.c: Include frame.h and termhooks.h.
26367 (terminal_coding, keyboard_coding): Delete.
26368 (Fset_terminal_coding_system_internal)
26369 (Fset_keyboard_coding_system_internal)
26370 (Fkeyboard_coding_system)
26371 (Fterminal_coding_system): Add a terminal parameter.
26372 Get terminal_coding from the terminal.
26373 (init_coding_once): Don't call setup_coding_system here.
26374
26375 * dispextern.h (set_scroll_region, turn_off_insert)
26376 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26377 (tty_clear_end_of_line, tty_setup_colors)
26378 (delete_tty, updating_frame)
26379 (produce_special_glyphs, produce_glyphs, write_glyphs)
26380 (insert_glyphs): Remove.
26381 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26382 (tty_turn_off_highlight, get_tty_size): Add declaration.
26383 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26384
26385 * frame.h (enum output_method): Add output_initial.
26386 (struct x_output): Delete.
26387 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26388 Access foreground_pixel and background_pixel directly from the frame.
26389 (tty_display): Delete.
26390 (struct frame): Add buried_buffer_list, foreground_pixel,
26391 background_pixel and terminal. Delete kboard.
26392 (union output_data): Add tty.
26393 (FRAME_KBOARD): Get the kboard from the terminal.
26394 (FRAME_INITIAL_P): New macro.
26395 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26396 (Qterm_environment_variable, Qdisplay_environment_variable)
26397 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26398 New declarations.
26399
26400 * termchar.h (tty_output, tty_display_info): New structures.
26401 (tty_list): Declare.
26402 (FRAME_TTY, CURTTY): New macros.
26403 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26404 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26405 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26406 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26407
26408 * callproc.c: Include frame.h and termhooks.h, for terminal
26409 parameters.
26410 (add_env): New function.
26411 (child_setup): Use it.
26412 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26413 (getenv_internal): Fix get_terminal_param call.
26414 (Fgetenv_internal, egetenv): Update doc.
26415 (syms_of_callproc): Initialize Vprocess_environment to nil.
26416 Register and initialize them. Remove obsolete defvars. Update doc
26417 strings.
26418 (child_setup): Handle Vlocal_environment_variables.
26419 (getenv_internal): Add terminal parameter.
26420 Handle Vlocal_environment_variables.
26421 (Fgetenv_internal): Add terminal parameter.
26422 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26423 environment in a frame (not terminal) parameter. Update doc strings.
26424 (set_initial_environment): Rename from set_global_environment.
26425 Store Emacs environment in initial frame parameter.
26426
26427 * xdisp.c (redisplay_internal): Update references to
26428 `previous_terminal_frame'.
26429 (display_mode_line, Fformat_mode_line): Replace calls to
26430 `push_frame_kboard' with `push_kboard'.
26431 (get_glyph_string_clip_rects): Add extra parentheses and
26432 braces to prevent compiler warnings.
26433 (calc_pixel_width_or_height): Add xassert to check that the
26434 frame is alive. Don't call `lookup_image' on a termcap frame.
26435 (message2_nolog, message3_nolog, redisplay_internal)
26436 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26437 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26438 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26439 (Fx_display_pixel_width, Fx_display_pixel_height)
26440 (Fx_display_planes, Fx_display_color_cells)
26441 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26442 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26443 (Fx_display_backing_store, Fx_display_visual_class)
26444 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26445 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26446
26447 * xfns.c (x_set_foreground_color x_set_background_color)
26448 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26449 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26450 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26451 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26452 terminal that is being deleted.
26453 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26454 frame parameter, and make sure it overrides any user-supplied setting.
26455 (Fx_close_connection, Fx_synchronize): Unify argument names with
26456 the rest of the DEFUNs.
26457
26458 * dispnew.c (Fsend_string_to_terminal): Update call to
26459 `get_tty_terminal'.
26460 (Fredraw_frame, Fsend_string_to_terminal)
26461 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26462 FRAME_TERMCAP_P and FRAME_TTY.
26463 (window_change_signal): Don't believe width/height values that are
26464 impossibly small.
26465 (Vinitial_window_system): Rename from Vwindow_system.
26466 (termscript, Wcm, rif): Delete.
26467
26468 * termhooks.h (struct terminal): New struct containing the
26469 previously global text display hooks and new members NAME,
26470 DELETED and PARAM_ALIST.
26471 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26472 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26473 (FRAME_RIF): New macros.
26474 (get_terminal_param, get_device): New declarations.
26475 (termscript): Delete declaration.
26476
26477 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26478 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26479 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26480 FRAME_FOREGROUND_PIXEL.
26481 (x_fully_uncatch_errors): Disable definition.
26482 (x_scroll_bar_expose): Fix reference to foreground pixel.
26483 (XTread_socket): Disable loop on all X displays.
26484 (x_delete_terminal): Don't set terminal->deleted and let
26485 delete_terminal delete the frames on the terminal.
26486 (x_delete_display): Doc update to reflect changes in
26487 delete_terminal.
26488 (x_display_info) <terminal>: Move member earlier in the struct.
26489 (deleting_tty): Remove old variable.
26490 (Fsuspend_tty): Call clear_tty_hooks.
26491 (Fresume_tty, init_tty): Call set_tty_hooks.
26492 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26493 errors on X frames.
26494 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26495 (handle_one_xevent): Initialize `f' to NULL.
26496 (x_delete_terminal, x_create_terminal): New functions.
26497 (XTset_terminal_modes, XTreset_terminal_modes)
26498 (XTread_socket, x_connection_closed, x_term_init)
26499 (x_term_init, x_delete_display): Add terminal parameter.
26500 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26501 X connections.
26502
26503 * frame.c: Include termchar.h.
26504 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26505 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26506 (Qdisplay_environment_variable): New vars.
26507 (Fframep): Deal with output_initial.
26508 (Fframe-live-p): Doc fix.
26509 (Fwindow-system): New function.
26510 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26511 (make_terminal_frame): Don't create frames on a terminal that is
26512 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26513 (store_frame_param): Check for found_for_frame before calling XFRAME.
26514 (Fmake_terminal_frame): Handle NULL tty names correctly.
26515 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26516 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26517 frames to refer to a deleted frame in their 'environment parameter.
26518 (Fframe_with_environment): New function.
26519 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26520 (get_future_frame_param): New function.
26521 (Fmake_terminal_frame): Use it.
26522 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26523
26524 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26525 * sysdep.c (reset_sys_modes): Update for renames.
26526
26527 * keyboard.c (tty_read_avail_input): New function.
26528 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26529 (syms_of_keyboard): Defsubr them.
26530 (Fset_input_meta_mode, Fset_quit_char): New functions.
26531 (Fset_input_mode): Split to above functions.
26532 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26533 parameter. Use it in call to `read_char'.
26534 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26535 Set wrong_kboard_jmpbuf correctly in recursive calls.
26536 Use current_kboard to access Vkeyboard_translate_table.
26537 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26538 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26539 Update longjmp invocations. Remember the original current_kboard,
26540 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26541 changes it. Comment out unnecessary calls to
26542 `record_single_kboard_state' and `any_kboard_state'.
26543 Update recursive calls.
26544 (wrong_kboard_jmpbuf): Remove global variable.
26545 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26546 Handle deleted interrupted_kboards correctly; that is a legal
26547 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26548 and read_char calls. Abort if interrupted_kboard died in read_char.
26549 (any_kboard_state, single_kboard_state)
26550 (push_frame_kboard): Remove function.
26551 (pop_kboard): Switch out of single_kboard mode if the kboard has
26552 been deleted. Remove unused variable. Help debugging by not
26553 changing current_kboard unnecessarily. Set current_kboard to the
26554 kboard of the selected frame when the stored kboard object has
26555 been deleted before pop_kboard.
26556 (temporarily_switch_to_single_kboard): Change first parameter to a
26557 frame pointer. Throw an error when caller wants to change kboards
26558 while in single_kboard mode. Don't push_kboard if we weren't in
26559 single kboard state. Don't pop_kboard if we popped into any
26560 kboard state.
26561 (restore_kboard_configuration): Abort if pop_kboard changed the
26562 kboard in single_kboard mode. Call pop_kboard only after setting
26563 up single_kboard mode.
26564 (Frecursive_edit): Switch to single_kboard mode only in nested
26565 command loops.
26566 (cmd_error, command_loop, command_loop_1, timer_check):
26567 Comment out unnecessary call to `any_kboard_state' and
26568 `record_single_kboard_state'.
26569 (delete_kboard): Exit single_kboard mode if we have just deleted
26570 that kboard. Use FRAME_KBOARD.
26571 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26572 `fatal_error_signal'.
26573 (record_single_kboard_state): Don't push_kboard if we weren't in
26574 single kboard state. Don't pop_kboard if we popped into any
26575 kboard state.
26576 (push_frame_kboard): Rename to push_kboard.
26577 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26578 (read_avail_input): Read input from all terminals.
26579 (mark_kboards): Also mark Vkeyboard_translate_table.
26580 (kbd_buffer_store_event_hold): Simplify condition.
26581 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26582 (Vkeyboard_translate_table): Move to struct kboard.
26583 (init_kboard): Initialize Vkeyboard_translate_table.
26584 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26585 Vkeyboard_translate_table. Update doc strings. Update docs of
26586 local-function-key-map and function-key-map.
26587
26588 * terminal.c: New file.
26589
26590 * term.c: Include errno.h.
26591 (Vring_bell_function, device_list, initial_device)
26592 (next_device_id, ring_bell, update_begin, update_end)
26593 (set_terminal_window, cursor_to, raw_cursor_to)
26594 (clear_to_end, clear_frame, clear_end_of_line)
26595 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26596 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26597 (syms_of_term): Move their initialization to terminal.c.
26598 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26599 (Ftty_display_color_cells)
26600 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26601 (clear_tty_hooks, set_tty_hooks)
26602 (init_tty, maybe_fatal): New functions.
26603 (Ftty_type): Return nil if terminal is not on a tty instead of
26604 throwing an error. Doc update.
26605 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26606 Doc update. Initialize new subrs and variables.
26607 (delete_tty): Use terminal->deleted.
26608 (tty_set_terminal_modes): Rename from set_terminal_modes.
26609 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26610 (set_scroll_region): Rename to `tty_set_scroll_region'.
26611 (turn_on_insert): Rename to `tty_turn_on_insert'.
26612 (turn_off_insert): Rename to `tty_turn_off_insert'.
26613 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26614 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26615 (toggle_highligh): Rename to `tty_toggle_highlight'.
26616 (background_highlight): Rename to `tty_background_highlight'.
26617 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26618 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26619 (tty_set_scroll_region, tty_background_highlight)
26620 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26621 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26622 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26623 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26624 Add static modifier.
26625 (tty_reset_terminal_modes, tty_set_terminal_window)
26626 (tty_set_scroll_region, tty_background_highlight)
26627 (tty_highlight_if_desired, tty_cursor_to)
26628 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26629 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26630 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26631 renames.
26632
26633 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26634
26635 * keyboard.c: Qrtl is new.
26636 (parse_tool_bar_item): Handle :rtl keyword.
26637 (syms_of_keyboard): Intern :rtl keyword.
26638
26639 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26640
26641 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26642 so no Lisp code is executed.
26643 (file_for_image, find_rtl_image): New functions.
26644 (xg_get_image_for_pixmap): Use file_for_image.
26645 (update_frame_tool_bar): If direction is RTL, use RTL image if
26646 defined. Use Gtk stock images if defined.
26647
26648 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26649
26650 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26651 for nonexistent or zero-width glyph in composition glyph.
26652
26653 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26654
26655 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26656
26657 * xdisp.c (Finvisible_p): New function.
26658 (syms_of_xdisp): defsubr it.
26659
26660 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26661
26662 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26663 Doc fixes.
26664
26665 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26666
26667 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26668
26669 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26670
26671 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26672 whether decoding has modified buffer contents.
26673
26674 2007-08-24 Jason Rumney <jasonr@gnu.org>
26675
26676 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26677 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26678 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26679 (init_svg_functions) [HAVE_NTGUI]: New function.
26680 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26681 (svg_load_image): Use them.
26682 (svg_load_image) [HAVE_NTGUI]: Implement background.
26683
26684 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26685
26686 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26687 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26688 (LIBX): Remove @RSVG_LIBS@.
26689 (LIBES): Add $(RSVG_LIBS).
26690
26691 * image.c (svg_load_image): Blend with specified background if exists.
26692 Use IMAGE_BACKGROUND. Add Mac OS Support.
26693
26694 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26695 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26696 Remove macros.
26697 [MAC_OSX] (socket_callback): Do nothing.
26698 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26699 ReceiveNextEvent.
26700 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26701 socket_callback.
26702 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26703
26704 2007-08-22 Glenn Morris <rgm@gnu.org>
26705
26706 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26707
26708 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26709
26710 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26711
26712 * image.c: Add support for SVG images. Some additional comments
26713 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26714 (svg_image_p): New function to test for SVG image.
26715 (svg_load): New function to load SVG image.
26716 (svg_load_image): New function, helper for svg_load.
26717 (Qsvg): New Lisp_object.
26718 (svg_keyword_index): New enum.
26719 (svg_format): New static `image_keyword' struct.
26720 (svg_type): New static `image_type' struct.
26721 (librsvg/rsvg.h): Include it.
26722
26723 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26724
26725 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26726
26727 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26728
26729 * lread.c (Qold_style_backquotes): New var.
26730 (syms_of_lread): Init and staticpro it.
26731 (load_warn_old_style_backquotes): New fun.
26732 (Fload): Use them to warn about old style backquotes.
26733 (end_of_file_error, Fload): Remove unused vars.
26734
26735 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26736
26737 * lread.c (Vold_style_backquotes): New var.
26738 (syms_of_lread): Init and export it to Elisp.
26739 (read1): Set it when we find an old-style (back)quote.
26740
26741 2007-08-22 Jason Rumney <jasonr@gnu.org>
26742
26743 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26744
26745 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26746
26747 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26748
26749 2007-08-19 Richard Stallman <rms@gnu.org>
26750
26751 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26752
26753 2007-08-19 Andreas Schwab <schwab@suse.de>
26754
26755 * alloc.c (pure): Round PURESIZE up.
26756
26757 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26758
26759 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26760 active frame.
26761
26762 2007-08-16 Richard Stallman <rms@gnu.org>
26763
26764 * eval.c (Fcommandp): Add parens to clarify.
26765
26766 * minibuf.c (Fall_completions): Use enum for type of table.
26767
26768 * emacs.c (USAGE2): Improve text.
26769
26770 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26771
26772 * term.c (tty_default_color_capabilities): Declare static
26773 variables in file scope, to avoid HPUX compiler problem.
26774
26775 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26776
26777 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26778 to gtk_toolbar_insert.
26779
26780 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26781
26782 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26783
26784 * insdel.c (reset_var_on_error): New fun.
26785 (signal_before_change, signal_after_change):
26786 Use it to reset (after|before)-change-functions to nil in case of error.
26787 Bind inhibit-modification-hooks to t.
26788 Don't bind (after|before)-change-functions to nil while they run.
26789
26790 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26791
26792 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26793 filling pixmap with stippled background.
26794
26795 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26796
26797 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26798 Don't use invisible frame as parent window for repositioning.
26799
26800 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26801
26802 * print.c (new_backquote_output): Rename from old_backquote_output.
26803 (print): Inverse its logic (according to its name) so as to match the
26804 behavior of new_backquote_flag in lread.c.
26805
26806 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26807
26808 * gmalloc.c (posix_memalign): New function.
26809
26810 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26811 ActivateControl/DeactivateControl here.
26812 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26813 frame-notice-user-settings is non-nil.
26814 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26815 for kEventParamFMFontStyle.
26816 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26817 mac_pass_command_to_system and mac_pass_control_to_system here.
26818 (XTread_socket): Call ActivateControl/DeactivateControl here.
26819 (XTread_socket) [TARGET_API_MAC_CARBON]:
26820 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26821 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26822 for window repositioning.
26823
26824 2007-08-08 Glenn Morris <rgm@gnu.org>
26825
26826 * Replace `iff' in doc-strings and comments.
26827
26828 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26829
26830 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26831
26832 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26833
26834 * fileio.c (Finsert_file_contents): Run format-decode and
26835 after_insert_file_functions on entire buffer when REPLACE is
26836 non-nil and inhibit modification_hooks and point_motion_hooks.
26837 For consistency, run after_insert_file_functions iff something
26838 got inserted. Move signal_after_change and update_compositions
26839 after code running after_insert_file_functions. Make sure that
26840 undo_list doesn't record intermediate steps of the decoding process.
26841
26842 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26843
26844 * emacs.c (main)
26845 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26846 Call malloc_enable_thread on interactive startup.
26847
26848 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26849 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26850 [USE_PTHREAD]: Conditionalize with it.
26851 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26852 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26853 New functions.
26854
26855 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26856
26857 * xdisp.c (redisplay_window): When restoring original buffer
26858 position, make sure it is still valid.
26859
26860 * image.c (png_load): Ignore png-supplied background color.
26861
26862 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26863
26864 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26865 Use kCFAbsoluteTimeIntervalSince1970.
26866
26867 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26868 New variable.
26869 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26870 event loop should be quit.
26871 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26872 Quit dialog event loop if quit_dialog_event_loop is set.
26873
26874 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26875 (Selection): New typedef. Use instead of ScrapRef.
26876 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26877 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26878 (mac_clear_selection): Rename from clear_scrap.
26879 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26880 scrap_has_target_type. All uses changed.
26881 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26882 (mac_selection_has_target_p): New functions.
26883 (mac_put_selection_value): Rename from put_scrap_string.
26884 (mac_get_selection_value): Rename from get_scrap_string.
26885 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26886 (put_scrap_private_timestamp, scrap_has_target_type)
26887 (get_scrap_private_timestamp): Remove functions.
26888 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26889 (x_own_selection, x_get_local_selection):
26890 Use mac_valid_selection_value_p.
26891 (x_own_selection): Don't use put_scrap_private_timestamp.
26892 Record OWNERSHIP-INFO into Vselection_alist instead.
26893 (x_get_local_selection): Don't check type if request is local.
26894 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26895 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26896
26897 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26898
26899 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26900 add comment explaining why.
26901
26902 2007-08-03 Richard Stallman <rms@gnu.org>
26903
26904 * fileio.c (Fvisited_file_modtime): Use make_time.
26905
26906 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26907
26908 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26909 build.
26910
26911 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26912
26913 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26914
26915 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26916
26917 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26918
26919 2007-07-30 Richard Stallman <rms@gnu.org>
26920
26921 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26922
26923 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26924
26925 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26926
26927 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
26928
26929 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26930 remote default-directory.
26931
26932 * buffer.c (mode-line-format): Update doc string.
26933
26934 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26935
26936 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26937 scroll bar gap.
26938 (x_scroll_bar_create): Set bar->fringe_extended_p.
26939 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26940 on frame edge. Check fringe background extension. Don't clear
26941 extended fringe background area.
26942
26943 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26944 (w32_fill_area): Enclose multiple statements with do ... while (0).
26945
26946 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26947 Extend fringe background to scroll bar gap.
26948 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26949 Set bar->fringe_extended_p.
26950 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26951 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26952 background extension. Don't clear extended fringe background area.
26953
26954 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26955 New member fringe_extended_p.
26956
26957 2007-07-25 Glenn Morris <rgm@gnu.org>
26958
26959 * Relicense all FSF files to GPLv3 or later.
26960
26961 * COPYING: Switch to GPLv3.
26962
26963 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26964
26965 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26966
26967 * data.c (Finteractive_form): Check for the presence of an
26968 `interactive-form' symbol property more thoroughly.
26969
26970 * data.c (Finteractive_form): Use an `interactive-form' property if
26971 present, analogous to the function-documentation property.
26972
26973 2007-07-24 Jason Rumney <jasonr@gnu.org>
26974
26975 * w32fns.c (x_real_positions): Get real position from OS instead of
26976 calculating it.
26977
26978 2007-07-23 Jason Rumney <jasonr@gnu.org>
26979
26980 * filelock.c (current_lock_owner): Allow for @ sign in username.
26981
26982 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
26983
26984 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26985 remote default-directory.
26986
26987 * buffer.c (mode-line-format): Describe above case in doc string.
26988
26989 2007-07-20 Eli Zaretskii <eliz@gnu.org>
26990
26991 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26992 Define if not defined.
26993
26994 2007-07-18 Jason Rumney <jasonr@gnu.org>
26995
26996 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26997
26998 2007-07-18 Richard Stallman <rms@gnu.org>
26999
27000 * data.c (Fsetq_default): Doc fix.
27001
27002 * eval.c (Fsetq): Doc fix.
27003
27004 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
27005
27006 * coding.c (Ffind_operation_coding_system):
27007 * eval.c (For, Fand): Doc fixes.
27008 Reported by Johan Bockgård.
27009
27010 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27011
27012 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27013
27014 * xterm.h: Declare x_ewmh_activate_frame.
27015
27016 * xterm.c (x_ewmh_activate_frame): New function.
27017 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27018
27019 2007-07-17 Martin Rudalics <rudalics@gmx.at>
27020
27021 * window.c (Fdisplay_buffer): If largest or LRU window is the
27022 only window, split it even if it is not eligible for splitting.
27023 This restores the original behavior broken by the 2007-07-15
27024 change.
27025
27026 2007-07-17 Glenn Morris <rgm@gnu.org>
27027
27028 * abbrev.c (abbrev_check_chars): New function.
27029 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27030 Call abbrev_check_chars to check abbrev characters are word
27031 constituents. Doc fix.
27032
27033 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27034
27035 * process.c (Fstart_process, Fmake_network_process)
27036 (read_process_output): Fix up last changes.
27037
27038 2007-07-16 Eli Zaretskii <eliz@gnu.org>
27039
27040 * makefile.w32-in (clean): Don't delete *~.
27041
27042 2007-07-16 Andreas Schwab <schwab@suse.de>
27043
27044 * window.c (Fdisplay_buffer): Use NILP.
27045 (Fset_window_scroll_bars): Likewise.
27046
27047 2007-07-15 Martin Rudalics <rudalics@gmx.at>
27048
27049 * window.c (window_min_size_2): New function.
27050 (window_min_size_1, size_window, Fdisplay_buffer)
27051 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27052 windows without mode- or header-lines when window-min-height is
27053 too small.
27054 (size_window): Reset nodelete_p after testing it, following an
27055 earlier note by Kim F. Storm.
27056 (display_buffer): Do not set split_height_threshold to twice the
27057 value of window_min_height to avoid changing the value of a
27058 customizable variable. Rather explicitly check whether the
27059 height of the window that shall be splitted is at least as large
27060 as split_height_threshold.
27061 (Fwindow_full_width_p): New defun.
27062 (syms_of_window): Defsubr it.
27063
27064 * window.h: Add EXFUN for Fwindow_full_width_p.
27065
27066 2007-07-14 Jason Rumney <jasonr@gnu.org>
27067
27068 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27069
27070 2007-07-14 Richard Stallman <rms@gnu.org>
27071
27072 * eval.c (maybe_call_debugger): New function.
27073 (find_handler_clause): Use maybe_call_debugger.
27074 Call it when the handler says `debug'.
27075 Eliminate DEBUGGER_VALUE_PTR.
27076 (Fsignal): Eliminate debugger_value.
27077 (Qdebug): New variable.
27078 (syms_of_eval): Initialize it.
27079
27080 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
27081
27082 * eval.c (Fprogn):
27083 * keyboard.c (Ftrack_mouse):
27084 * print.c (Fwith_output_to_temp_buffer):
27085 * window.c (Fsave_window_excursion): Doc fix.
27086
27087 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27088
27089 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27090
27091 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27092
27093 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27094 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27095 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27096 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27097 Remove unused encoding_carryover.
27098 * process.c: Adjust all functions accordingly.
27099
27100 2007-07-12 Richard Stallman <rms@gnu.org>
27101
27102 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27103
27104 2007-07-11 Jason Rumney <jasonr@gnu.org>
27105
27106 * makefile.w32-in (LIBS): Include OLE32.
27107
27108 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27109 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27110
27111 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27112
27113 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27114 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27115 from a Lisp_Object into a bare pointer.
27116 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27117 Adjust the code correspondingly.
27118
27119 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27120
27121 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27122 (term_show_mouse_face): Remove unused var `j'.
27123 (handle_one_term_event): Remove unused vars `i' and `j'.
27124 Don't cast return value of ttyname since it's not necessary.
27125
27126 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27127
27128 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27129 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27130
27131 * fns.c (map_char_table): Use an array of int for `indices' rather than
27132 an array of Lisp_Objects (which are only ever integers anyway).
27133 (Fmap_char_table): Update caller.
27134 * lisp.h: Update prototype.
27135 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27136 * fontset.c (Ffontset_info):
27137 * casetab.c (set_case_table): Update callers.
27138
27139 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27140
27141 * keymap.c (struct accessible_keymaps_data)
27142 (struct where_is_internal_data): New structures.
27143 (accessible_keymaps_1, where_is_internal_1): Use them to change
27144 interface to adhere to the one used by map_keymap.
27145 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27146 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27147
27148 * keymap.h (map_keymap_function_t): More informative prototype.
27149
27150 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27151
27152 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27153 (looking_at_1): Don't change search_regs and last_thing_searched
27154 if `inhibit-changing-match-data' is non-nil.
27155 (string_match_1, search_buffer, set_search_regs): Likewise.
27156 (syms_of_search): Add Lisp level definition for
27157 `inhibit-changing-match-data' and set it to nil.
27158 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27159 start and end of the match, instead of using values in search_regs.
27160
27161 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27162
27163 * minibuf.c (Fcompleting_read): New value `confirm-only'
27164 for `require-match'.
27165
27166 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27167
27168 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27169 part of the 2007-06-27 change to syms_of_fileio.
27170
27171 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27172
27173 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27174 Check WINDOWP before using XWINDOW. Consolidate return statements.
27175
27176 2007-06-27 Richard Stallman <rms@gnu.org>
27177
27178 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27179
27180 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
27181
27182 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27183
27184 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27185
27186 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27187 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27188 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27189 (_free_internal, memalign): Use them.
27190 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27191 Initialize to PTHREAD_MUTEX_INITIALIZER.
27192 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27193 (morecore_nolock): Rename from morecore. All uses changed.
27194 Use only nolock versions of internal allocation functions.
27195 (_malloc_internal_nolock, _realloc_internal_nolock)
27196 (_free_internal_nolock): New functions created from
27197 _malloc_internal, _realloc_internal, and _free_internal.
27198 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27199 Copy hook value to automatic variable before its use.
27200 (memalign): Copy hook value to automatic variable before its use.
27201
27202 2007-06-26 Kenichi Handa <handa@m17n.org>
27203
27204 * coding.c (Ffind_operation_coding_system): Docstring improved.
27205 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27206
27207 2007-06-25 David Kastrup <dak@gnu.org>
27208
27209 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27210 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27211 cater for additional parameter.
27212
27213 * keymap.h: Adjust number of parameters to `current-active-maps'.
27214
27215 * doc.c (Fsubstitute_command_keys): Adjust call of
27216 `current-active-maps'.
27217
27218 2007-06-25 David Kastrup <dak@gnu.org>
27219
27220 * callint.c (Fcall_interactively): Make the parsing of interactive
27221 specs somewhat more readable.
27222
27223 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27224
27225 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27226 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27227 if extended background has already been filled.
27228
27229 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27230
27231 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27232 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27233
27234 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27235 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27236 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27237 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27238 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27239 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27240 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27241 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27242 Run timers during dialog popup.
27243 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27244
27245 2007-06-21 Jason Rumney <jasonr@gnu.org>
27246
27247 * image.c (convert_mono_to_color_image): Swap fore and background.
27248
27249 2007-06-20 Jason Rumney <jasonr@gnu.org>
27250
27251 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27252 (w32_free_bdf_font): Unmap memory not handle.
27253
27254 2007-06-20 Sam Steingold <sds@gnu.org>
27255
27256 * gmalloc.c (__morecore): Fix the declaration to comply with the
27257 definition.
27258
27259 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27260
27261 * w32term.c (w32_delete_display): Remove leftover declaration.
27262 (w32_define_cursor, w32_initialize): Make static.
27263
27264 * w32.c (_wsa_errlist): Fix typo in error message.
27265 (init_environment): Ignore any environment variable from the
27266 registry having a null value.
27267
27268 2007-06-20 Glenn Morris <rgm@gnu.org>
27269
27270 * Makefile.in (LIBGIF): Default to -lgif.
27271
27272 2007-06-17 Jason Rumney <jasonr@gnu.org>
27273
27274 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27275 unicode strings.
27276
27277 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27278
27279 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27280 Fix typo in docstring.
27281
27282 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27283
27284 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27285 and their keybindings.
27286
27287 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27288
27289 * composite.c (update_compositions): Fix last fix.
27290
27291 2007-06-14 Jason Rumney <jasonr@gnu.org>
27292
27293 * w32.c (get_process_times_fn): New function pointer.
27294 (globals_of_w32): Intialize it if present in kernel32.dll.
27295 (w32_get_internal_run_time): New function.
27296
27297 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27298
27299 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27300
27301 * composite.c (update_compositions): Check the validness of
27302 compositions.
27303
27304 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27305
27306 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27307 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27308
27309 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27310 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27311
27312 * macgui.h (USE_MAC_TOOLBAR): New define.
27313
27314 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27315 Return immediately unless popup is activated.
27316
27317 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27318 background to scroll bar gap.
27319 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27320 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27321 scroll bars on frame edge. Check fringe background extension.
27322 Don't clear extended fringe background area.
27323 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27324 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27325 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27326 [USE_MAC_TOOLBAR]: New macros.
27327 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27328 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27329 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27330 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27331 [USE_MAC_TOOLBAR]: New functions.
27332 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27333 manually if previous repositioning has failed.
27334 (mac_handle_keyboard_event): Use precomputed event kind.
27335 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27336 as tool bar item click. Handle mouse movement over tool bar items.
27337
27338 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27339 toolbar_win_gravity.
27340 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27341 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27342 Add externs.
27343
27344 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27345 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27346
27347 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27348
27349 * image.c (search_image_cache): Remove unused variable.
27350
27351 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27352
27353 * xfns.c, xmenu.c: Link to xaw3d if available.
27354
27355 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27356
27357 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27358 frame_foreground and frame_background.
27359
27360 * image.c (lookup_image): Save frame foreground and background colors.
27361 (search_image_cache): Check if saved and current frame colors match.
27362
27363 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27364
27365 * regex.c (regex_compile): Remove the `regnum' counter.
27366 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27367
27368 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27369
27370 * term.c: Include intervals.h to declare Fget_text_property.
27371
27372 2007-06-10 Jason Rumney <jasonr@gnu.org>
27373
27374 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27375
27376 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27377
27378 * callint.c (Fcall_interactively):
27379 * editfns.c (Fdelete_and_extract_region):
27380 * fileio.c (Fread_file_name):
27381 * fns.c (Fmapconcat):
27382 * keyboard.c (cmd_error_internal):
27383 * keymap.c (Fkey_description):
27384 * lread.c (openp):
27385 * minibuf.c (read_minibuf):
27386 * search.c (wordify):
27387 * sunfns.c (sel_read):
27388 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27389 * xfns.c (x_default_scroll_bar_color_parameter):
27390 * xmenu.c (menu_help_callback):
27391 * xselect.c (Fx_get_atom_name):
27392 * xterm.c (x_term_init): Use empty_unibyte_string.
27393
27394 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27395
27396 * alloc.c (init_strings): Initialize canonical empty strings.
27397 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27398 canonical empty string when the requested size is 0.
27399
27400 * emacs.c (empty_unibyte_string): Rename from empty_string.
27401 (empty_multibyte_string): New canonical empty string.
27402 (syms_of_emacs): Don't initialize empty_string.
27403
27404 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27405 string, if appropriate.
27406 (empty_unibyte_string, empty_multibyte_string): New externs.
27407 (empty_string): Remove extern.
27408
27409 * lread.c (syms_of_lread): Use empty_unibyte_string.
27410
27411 2007-06-07 Jason Rumney <jasonr@gnu.org>
27412
27413 * s/ms-w32.h: Don't define HAVE_TZNAME.
27414
27415 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27416
27417 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27418
27419 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27420
27421 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27422 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27423
27424 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27425 Don't call next handler.
27426 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27427 Remove argument. Install handler to application.
27428 (set_frame_menubar): Don't change deep_p.
27429 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27430 FRAME_OUTER_TO_INNER_DIFF_Y.
27431 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27432 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27433 [HAVE_DIALOGS]: New macros.
27434 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27435 Use them.
27436 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27437
27438 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27439 init_service_handler. All callers changed. Return OSStatus value.
27440
27441 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27442 All callers changed so as not to call SetPortWindowPort.
27443 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27444 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27445 mac_draw_string_common.
27446 (mac_draw_image_string_qd): Likewise.
27447 (mac_draw_string_common): Use them. Add INLINE.
27448 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27449 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27450 GetGlobalMouse.
27451 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27452 and FRAME_OUTER_TO_INNER_DIFF_Y.
27453 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27454 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27455 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27456 repositioning window to mac_handle_window_event.
27457 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27458 saving window location to mac_handle_window_event
27459 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27460 (install_menu_target_item_handler): Remove argument in extern.
27461 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27462 Also accept command events.
27463 (do_keystroke): New function created from XTread_socket.
27464 (init_command_handler): Remove functions.
27465 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27466 and save window location by kEventWindowShowing and kEventWindowHiding
27467 handlers here. Don't call next handler for window state change and
27468 focus events.
27469 (mac_handle_application_event, mac_handle_keyboard_event)
27470 [TARGET_API_MAC_CARBON]: New functions.
27471 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27472 kEventWindowShowing and kEventWindowHiding events. Move installation
27473 of mouse, font, text input and menu target item handlers to
27474 install_application_handler.
27475 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27476 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27477 New function.
27478 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27479 Register it.
27480 (XTread_socket) [TARGET_API_MAC_CARBON]:
27481 Consolidate SendEventToEventTarget calls.
27482 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27483 Move application activation handler to mac_handle_application_event.
27484 Move keyboard handler to mac_handle_keyboard_event.
27485 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27486 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27487 init_command_handler. Call install_application_handler.
27488
27489 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27490 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27491
27492 2007-06-07 Glenn Morris <rgm@gnu.org>
27493
27494 * emacs.c (main): Use `emacs-copyright' in --version output.
27495
27496 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27497
27498 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27499
27500 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27501
27502 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27503
27504 * macgui.h: Replace WindowPtr with WindowRef.
27505
27506 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27507 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27508 Replace ControlHandle with ControlRef.
27509 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27510
27511 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27512 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27513 Replace ControlHandle with ControlRef.
27514 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27515 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27516
27517 * macterm.h (struct scroll_bar): Rename member control_handle_low
27518 and control_handle_high to control_ref_low and control_ref_high.
27519 All uses changed.
27520 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27521 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27522 respectively. All uses changed.
27523 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27524 (install_window_handler, remove_window_handler): Replace WindowPtr
27525 with WindowRef in externs.
27526
27527 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27528
27529 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27530
27531 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27532
27533 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27534
27535 * frame.c (Fmouse_position, Fmouse_pixel_position):
27536 Condition on HAVE_GPM too.
27537
27538 * term.c (term_mouse_highlight): Remove unused variables.
27539 (Fterm_open_connection): Set gpm_zerobased to 1.
27540 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27541 Use zero based co-ordinates.
27542 (handle_one_term_event): Report a drag as mouse movement too.
27543
27544 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27545
27546 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27547
27548 * image.c (search_image_cache): New function. Require background
27549 color match if background color is unspecified in the image spec.
27550 (uncache_image, lookup_image): Use it.
27551
27552 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27553
27554 * window.c (Fshrink_window): Reflow docstring.
27555
27556 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27557
27558 * Version 22.1 released.
27559
27560 2007-06-01 Richard Stallman <rms@gnu.org>
27561
27562 * xfns.c (x_encode_text): Add GCPRO.
27563
27564 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27565
27566 * xfns.c (x_set_name_internal): Save encoded name before
27567 x_encode_text in case string data is relocated.
27568
27569 2007-05-31 Richard Stallman <rms@gnu.org>
27570
27571 * buffer.c (syms_of_buffer): Doc fix.
27572
27573 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27574
27575 * sysdep.c (init_sys_modes): Add rather than replace with
27576 O_NONBLOCK.
27577
27578 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27579 term_mouse_moveto.
27580
27581 * termhooks.h (term_mouse_moveto): New extern.
27582
27583 * term.c (mouse_face_window): Rename...
27584 (Qmouse_face_window): ...to this.
27585 (term_show_mouse_face, term_clear_mouse_face)
27586 (term_mouse_highlight): Use Qmouse_face_window.
27587 (term_mouse_moveto): New function.
27588 (term_mouse_position): Make it work.
27589 (syms_of_term): Uncomment assignment to mouse_position_hook.
27590 Staticpro Qmouse_face_window.
27591
27592 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27593
27594 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27595 around current_column call.
27596
27597 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27598
27599 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27600 * xdisp.c (next_element_from_buffer):
27601 * window.c (delete_window):
27602 * term.c (term_mouse_highlight):
27603 * msdos.c (getdefdir):
27604 * macterm.c (mac_create_bitmap_from_bitmap_data)
27605 (init_font_name_table):
27606 * fns.c (Fsxhash):
27607 * data.c (Fmake_local_variable):
27608 * ccl.c (ccl_driver): Likewise.
27609
27610 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27611
27612 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27613 Call mac_wakeup_from_rne on window size change.
27614
27615 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27616
27617 * image.c (uncache_image): Fix typo.
27618
27619 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27620
27621 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27622
27623 2007-05-22 Richard Stallman <rms@gnu.org>
27624
27625 * xterm.c (x_connection_closed): Remove NO_RETURN.
27626
27627 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27628
27629 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27630
27631 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27632
27633 * image.c (uncache_image): New function.
27634 (Fimage_refresh): New function.
27635
27636 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27637
27638 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27639
27640 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27641
27642 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27643 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27644
27645 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27646
27647 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27648 conditional on [HAVE_GPM_H].
27649
27650 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27651
27652 * syntax.c (skip_chars): Update syntax-table only after we checked that
27653 the new location is valid.
27654
27655 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27656
27657 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27658 mac_get_window_bounds.
27659
27660 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27661
27662 * Makefile.in (LIBGPM): Allow it to be set from configure.
27663 If set then link Emacs with it.
27664
27665 * config.in: Regenerate.
27666
27667 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27668 New externs.
27669
27670 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27671 Include gpm.h.
27672 (handle_one_term_event, term_gpm): New externs.
27673
27674 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27675 and allow it to be interrupted by SIGIO.
27676
27677 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27678 (wait_reading_process_output): Wait on gpm_fd too.
27679 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27680 (add_gpm_wait_descriptor_called_flag): New variable.
27681 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27682
27683 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27684 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27685 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27686 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27687 (make_lispy_event): Add case GPM_CLICK_EVENT.
27688 (read_avail_input): Handle mouse input.
27689
27690 * term.c (write_glyphs_with_face): New function.
27691 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27692 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27693 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27694 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27695 (last_mouse_x, last_mouse_y): New variables.
27696 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27697 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27698 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27699 (Fterm_close_connection): New functions.
27700 (term_init): Initialise mouse_face_window.
27701
27702 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27703
27704 * xdisp.c (redisplay_window): If first window line is a
27705 continuation line, recompute the new window start instead of
27706 recentering.
27707
27708 2007-05-18 Glenn Morris <rgm@gnu.org>
27709
27710 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27711 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27712
27713 2007-05-17 Glenn Morris <rgm@gnu.org>
27714
27715 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27716
27717 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27718
27719 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27720 dead key repeat and up events.
27721
27722 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27723
27724 * image.c (pbm_load): Check image size for monochrome pbm.
27725
27726 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27727
27728 * xterm.c (XTread_socket): Revert last change.
27729
27730 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27731
27732 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27733
27734 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27735
27736 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27737
27738 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27739 mixup (YAILOM).
27740
27741 2007-05-07 Andreas Schwab <schwab@suse.de>
27742
27743 * keymap.c (Flookup_key): Fix typo in last change.
27744
27745 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27746
27747 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27748 mapping for unibyte strings.
27749
27750 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27751
27752 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27753 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27754
27755 2007-04-29 Richard Stallman <rms@gnu.org>
27756
27757 * insdel.c (replace_range): For undo, record insertion first.
27758
27759 2007-04-29 Andreas Schwab <schwab@suse.de>
27760
27761 * lisp.h (VECSIZE): Use OFFSETOF.
27762
27763 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27764
27765 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27766 disabled lines.
27767
27768 2007-04-28 Richard Stallman <rms@gnu.org>
27769
27770 * lread.c (read_escape): In a string, \s is always space.
27771
27772 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27773
27774 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27775
27776 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27777 submenu for menu bar items.
27778
27779 See ChangeLog.10 for earlier changes.
27780
27781 ;; Local Variables:
27782 ;; coding: utf-8
27783 ;; add-log-time-zone-rule: t
27784 ;; End:
27785
27786 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27787
27788 This file is part of GNU Emacs.
27789
27790 GNU Emacs is free software: you can redistribute it and/or modify
27791 it under the terms of the GNU General Public License as published by
27792 the Free Software Foundation, either version 3 of the License, or
27793 (at your option) any later version.
27794
27795 GNU Emacs is distributed in the hope that it will be useful,
27796 but WITHOUT ANY WARRANTY; without even the implied warranty of
27797 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27798 GNU General Public License for more details.
27799
27800 You should have received a copy of the GNU General Public License
27801 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27802
27803 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40