* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
[bpt/emacs.git] / src / ChangeLog
1 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
4
5 * process.c: Move #include <pty.h> earlier.
6 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
7 (pty_name): Move definition later.
8
9 * nsselect.m (syms_of_nsselect):
10 * nsmenu.m (syms_of_nsmenu):
11 * nsfns.m (syms_of_nsfns):
12 * msdos.c (syms_of_msdos):
13 * image.c (syms_of_image):
14 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
15
16 * point.h: Remove, unused.
17
18 2010-10-01 Eli Zaretskii <eliz@gnu.org>
19
20 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
21 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
22 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
23
24 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
25
26 * xml.c (parse_string): Use const.
27
28 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
31 only override Vprint_level if it isn't already bound, and increase
32 the level to 8 to produce more useful backtraces for bug reports.
33
34 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
35
36 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
37
38 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
39
40 * w32console.c (vga_stdcolor_name): Remove unused function;
41 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
42
43 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
44
45 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
46 (Fgnutls_boot): Start the handshake.
47 (emacs_gnutls_read): Perform the handshake from the reader loop.
48 (Fgnutls_boot): Remove some debugging messages.
49 Change indentation throughout to use the Emacs style.
50 (emacs_gnutls_handshake): Cast the fds to something that's
51 possibly the expected length.
52 (emacs_gnutls_write): Return -1 if we try to write before handshake.
53
54 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
55
56 * process.c (make_process): Set the gnutls_p field to zero by
57 default.
58 (read_process_output): Always call the gnutls_read function if the
59 stream is a gnutls stream.
60 (send_process): Ditto for writes.
61
62 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
63 or write anything until the state is GNUTLS_STAGE_READY.
64 (Fgnutls_boot): Mark the stream as being a gnutls stream.
65
66 2010-09-29 Eli Zaretskii <eliz@gnu.org>
67
68 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
69 NEUTRAL_DIR.
70 (handle_invisible_prop, iterate_out_of_display_property)
71 (next_element_from_buffer): If bidi_it.first_elt is set, call
72 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
73 (Bug#7128)
74
75 * print.c (print_object): Fix format string and argument types for
76 printing a Lisp_Misc_Marker.
77
78 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
79 (load_overlay_strings, get_overlay_strings_1)
80 (get_overlay_strings, forward_to_next_line_start)
81 (back_to_previous_visible_line_start, reseat, reseat_to_string)
82 (get_next_display_element, next_element_from_string)
83 (next_element_from_c_string, next_element_from_buffer)
84 (move_it_vertically_backward, move_it_by_lines, add_to_log)
85 (message_dolog, message_log_check_duplicate, message2_nolog)
86 (message3, message3_nolog, vmessage, set_message, set_message_1)
87 (hscroll_window_tree, text_outside_line_unchanged_p)
88 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
89 (find_last_unchanged_at_beg_row)
90 (find_first_unchanged_at_end_row, row_containing_pos)
91 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
92 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
93 EMACS_INT for buffer and string positions.
94
95 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
96 (row_containing_pos): Adjust prototype.
97
98 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
99 (message2_nolog, set_message): Adjust prototypes.
100
101 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
104 (Fgnutls_boot): Use SDATA.
105 (Fgnutls_handshake): Remove unused var `max_log_level'.
106
107 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
108
109 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
110 (Bug#7113)
111
112 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
113
114 * xgselect.c (xg_select): Clear file descriptors not set from
115 rfds and wfds.
116
117 * process.c (wait_reading_process_output): Add missing FD_CLR
118 for write_mask (must mirror connect_wait_mask).
119
120 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
121
122 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
123 prefix.
124 (Fgnutls_boot): Use changed process members. Use log level with a
125 function parameter to set it. Bring back Emacs-level debugging
126 messages at log level 1 and 2.
127
128 * process.c (make_process): Initialize gnutls_log_level.
129
130 * process.h: Add gnutls_log_level and rename x509_cred and
131 anon_cred to have the gnutls_ prefix for consistency.
132
133 * gnutls.h (GNUTLS_LOG): Add convenience macro.
134
135 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
136
137 * w32.c (g_b_init_get_sid_identifier_authority)
138 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
139 Remove, not used.
140 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
141 (init_winsock): Remove useless assignment.
142 (open_process_token, get_token_information, lookup_account_sid)
143 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
144 (get_security_descriptor_owner, get_security_descriptor_group)
145 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
146 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
147 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
148 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
149 (unc_volume_file_attributes, convert_from_time_t)
150 (create_toolhelp32_snapshot, process32_first, process32_next)
151 (open_thread_token, impersonate_self, revert_to_self)
152 (get_process_memory_info, get_process_working_set_size)
153 (global_memory_status, global_memory_status_ex, socket_to_fd)
154 (shutdown_handler): Make static.
155
156 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
157
158 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
159 (xd_pending_messages): Functions removed.
160 (xd_read_queued_messages): Add parameters fd, *data, for_read in
161 order to be compatible with add_read_fd. Determine bus from data,
162 and call xd_read_message just for this bus.
163 (xd_add_watch): Use xd_read_queued_messages as callback function.
164 Add data.
165
166 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
167
168 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * gnutls.c (gnutls_log_function): Added more debugging.
171 (emacs_gnutls_read): Don't infloop while reading.
172
173 2010-09-27 Kenichi Handa <handa@m17n.org>
174
175 These changes are to remove restriction on the number of glyphs in
176 one composition.
177
178 * dispextern.h (struct glyph): Change the member "slice" to union.
179 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
180 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
181
182 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
183 instead of glyph->slice.
184 (marginal_area_string): Likewise.
185
186 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
187 glyph->u.cmp.
188 (append_composite_glyph): Likewise.
189
190 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
191 glyph->u.cmp.
192 (fill_gstring_glyph_string, x_get_glyph_overhangs)
193 (append_composite_glyph): Likewise.
194 (fill_image_glyph_string): Use glyph->slice.img instead of
195 glyph->slice.
196 (append_glyph, produce_image_glyph, append_stretch_glyph)
197 (note_mouse_highlight): Likewise.
198
199 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
200
201 * process.c (add_keyboard_wait_descriptor)
202 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
203 (wait_reading_process_output): Don't pass write_mask to select
204 if SELECT_CANT_DO_WRITE_MASK is defined.
205 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
206
207 * process.h (add_read_fd, delete_read_fd, add_write_fd)
208 (delete_write_fd): Declare.
209
210 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
211 (write_mask): New variable.
212 (max_input_desc): Renamed from max_keyboard_desc.
213 (fd_callback_info): New variable.
214 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
215 New functions.
216 (Fmake_network_process): FD_SET write_mask.
217 (deactivate_process): FD_CLR write_mask.
218 (wait_reading_process_output): Connecting renamed to Writeok.
219 check_connect removed. check_write is new. Remove references to gpm.
220 Use Writeok/check_write unconditionally (i.e. no #ifdef
221 NON_BLOCKING_CONNECT) instead of Connecting.
222 Loop over file descriptors and call callbacks in fd_callback_info
223 if file descriptor is ready for I/O.
224 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
225 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
226 (keyboard_bit_set): Use max_input_desc.
227 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
228 Remove #ifdef subprocesses. Use max_input_desc.
229 (init_process): Initialize write_mask and fd_callback_info.
230
231 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
232
233 * dbusbind.c: Include process.h.
234 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
235 (xd_read_message_1): New functions.
236 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
237 Handle watch for both read and write.
238 (Fdbus_init_bus): Also register xd_toggle_watch.
239 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
240 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
241 to dbus_connection_flush.
242 (xd_read_message): Move most of the code to xd_read_message_1.
243 Call xd_read_message_1 until status is COMPLETE.
244
245 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * term.c: Do not include sys/ioctl.h, not needed.
248 (init_tty): Reorder code to reduce the number of #ifdefs.
249 No code changes.
250
251 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
252
253 * process.h: Set up GnuTLS support.
254
255 * process.c (make_process, Fstart_process)
256 (read_process_output, send_process): Set up GnuTLS support for
257 process input/output file descriptors.
258
259 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
260
261 * gnutls.c: The source code for GnuTLS support in Emacs.
262
263 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
264
265 * config.in: Set up GnuTLS support.
266
267 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
268 (obj, LIBES): Set up GnuTLS support.
269
270 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
271
272 * w32.c (get_emacs_configuration_options): Fix previous change.
273
274 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
275
276 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
277 alive before using it (Bug#6977).
278
279 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
282
283 * dispextern.h: EMACS_INT/int fixup.
284
285 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
286 fixup.
287
288 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
289
290 2010-09-25 Eli Zaretskii <eliz@gnu.org>
291
292 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
293 (Fselect_window, window_scroll_pixel_based)
294 (window_scroll_line_based, Frecenter, Fset_window_configuration):
295 Use EMACS_INT for buffer positions.
296
297 * textprop.c (validate_interval_range, interval_of)
298 (property_change_between_p, Fadd_text_properties)
299 (set_text_properties_1, Fremove_text_properties)
300 (Fremove_list_of_text_properties, Ftext_property_any)
301 (Ftext_property_not_all, copy_text_properties)
302 (text_property_list, extend_property_ranges)
303 (verify_interval_modification): Use EMACS_INT for buffer
304 positions.
305
306 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
307 for buffer positions.
308
309 * process.c (read_process_output, send_process)
310 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
311 and string positions and size.
312
313 * print.c (print_object, print_string, strout): Use EMACS_INT for
314 string indices.
315
316 * minibuf.c (string_to_object): Use EMACS_INT for string position
317 and size.
318
319 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
320
321 * lread.c <read_from_string_index, read_from_string_index_byte>
322 <read_from_string_limit, readchar_count>: Define EMACS_INT.
323 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
324 buffer positions and string length.
325
326 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
327 EMACS_INT.
328 (echo_truncate, adjust_point_for_property, read_char)
329 (gen_help_event, make_lispy_event, modify_event_symbol)
330 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
331 for buffer positions and string length.
332
333 * keyboard.h (gen_help_event): Adjust prototype.
334
335 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
336
337 * commands.h <last_point_position>: Declare EMACS_INT.
338
339 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
340 (truncate_echo_area): Accept EMACS_INT argument.
341
342 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
343
344 * lisp.h (truncate_echo_area): Adjust prototype.
345
346 * composite.c (composition_adjust_point): Return EMACS_INT.
347
348 * composite.h (composition_adjust_point): Adjust prototype.
349
350 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
351
352 * process.c (Fmake_network_process): When arg :host is 'local,
353 use address 127.0.0.1, not name "localhost". (Bug#6781)
354
355 2010-09-24 Eli Zaretskii <eliz@gnu.org>
356
357 * indent.c (Fcurrent_indentation, indented_beyond_p)
358 (compute_motion): Use EMACS_INT for buffer position variables.
359
360 * lisp.h (indented_beyond_p): Adjust prototype.
361
362 * buffer.c (overlay_strings): Return EMACS_INT.
363
364 * buffer.h (overlay_strings): Adjust prototype.
365
366 * region-cache.c (pp_cache): Adjust format to arguments.
367
368 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
369 (call_debugger): Use EMACS_INT for specpdl_size related variables.
370 (verror): Use EMACS_INT for size of allocated buffer.
371
372 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
373 positions.
374
375 * xdisp.c (redisplay_internal, try_window_id)
376 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
377 EMACS_INT for buffer positions.
378
379 * dispextern.h (set_cursor_from_row): Adjust prototype.
380
381 * dispnew.c (increment_matrix_positions)
382 (increment_row_positions, copy_glyph_row_contents)
383 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
384 positions.
385
386 * dispextern.h (mode_line_string, marginal_area_string)
387 (increment_matrix_positions, increment_row_positions): Adjust
388 prototypes.
389
390 * data.c (Faref, Faset): Use EMACS_INT for string length and
391 positions.
392
393 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
394 characters to insert.
395
396 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
397 position and size.
398
399 * syntax.c (scan_words, update_syntax_table)
400 (prev_char_comend_first, back_comment, skip_chars)
401 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
402 EMACS_INT for buffer and string positions.
403
404 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
405
406 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
407 positions.
408
409 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
410
411 * scroll.c (calculate_scrolling, line_ins_del)
412 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
413 conversion.
414
415 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
416 (region_cache_backward, region_cache_forward)
417 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
418 conversion.
419
420 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
421
422 * eval.c (verror): Fix EMACS_INT/int conversion.
423
424 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
425 (print_preprocess, print_check_string_charset_prop)
426 (print_object): Fix EMACS_INT/int conversion.
427
428 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
429
430 2010-09-24 Eli Zaretskii <eliz@gnu.org>
431
432 * callproc.c (Fcall_process): Use EMACS_INT for count of
433 characters read from the subprocess.
434
435 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
436 positions.
437 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
438 positions.
439
440 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
441 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
442 length.
443 (advance_to_char_boundary, Fset_buffer_multibyte)
444 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
445 (overlay_touches_p, record_overlay_string, overlay_strings)
446 (recenter_overlay_lists, fix_start_end_in_overlays)
447 (modify_overlay, Fmove_overlay, report_overlay_modification)
448 (evaporate_overlays): Use EMACS_INT for buffer positions.
449
450 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
451 prototypes.
452
453 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
454 positions.
455
456 * fns.c (Fcompare_strings, Fstring_lessp, concat)
457 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
458 (Fsubstring_no_properties, substring_both, Ffillarray)
459 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
460 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
461 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
462 (Fmd5): Use EMACS_INT for buffer and string positions and length
463 variables and arguments.
464
465 * lisp.h (substring_both): Adjust prototype.
466
467 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
468
469 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
470 * w32fns.c (clipboard_sequence_fn): Don't declare.
471 (globals_of_w32fns): Don't initialize it.
472
473 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * syntax.c (back_comment): Detect the case where a 1-char comment
476 starter is also the 2nd char of a 2-char comment ender.
477
478 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
479
480 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
481
482 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * eval.c (verror): EMACS_INT/int cleanup.
485
486 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
487 unwind_protect more than 2GB worth of functions.
488
489 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
490
491 * lisp.h: Have oblookup take EMACS_INT to allow interning big
492 string and avoid compiler warnings.
493 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
494 all users.
495
496 * lread.c (oblookup): EMACS_INT/int cleanup.
497
498 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
499
500 2010-09-23 Eli Zaretskii <eliz@gnu.org>
501
502 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
503
504 * lisp.h (clip_to_bounds): Adjust prototype.
505
506 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
507
508 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
509
510 * lisp.h: doprnt.c EMACS_INT/int cleanup.
511
512 * doprnt.c (doprnt): EMACS_INT/int cleanup.
513
514 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
515 cleanup.
516
517 * lisp.h: Change the definition of all marker.c functions that
518 take and return buffer stuff to be EMACS_INT instead of int.
519
520 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
521 (buf_charpos_to_bytepos, bytepos_to_charpos)
522 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
523 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
524 for all buffer positions.
525
526 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
527
528 * intervals.c (traverse_intervals, rotate_right, rotate_left)
529 (split_interval_right, find_interval, next_interval)
530 (delete_node, delete_interval, interval_deletion_adjustment)
531 (adjust_intervals_for_deletion, merge_interval_right)
532 (merge_interval_left, graft_intervals_into_buffer)
533 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
534
535 * intervals.h (traverse_intervals): Update prototype.
536
537 2010-09-23 Eli Zaretskii <eliz@gnu.org>
538
539 * indent.c (compute_motion): Use EMACS_INT for arguments to
540 region_cache_forward.
541
542 * region-cache.c (struct boundary, struct region_cache): Use
543 EMACS_INT for positions.
544 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
545 (delete_cache_boundaries, set_cache_region)
546 (invalidate_region_cache, know_region_cache)
547 (region_cache_forward, region_cache_backward, pp_cache): Use
548 EMACS_INT for buffer positions.
549
550 * region-cache.h (know_region_cache, invalidate_region_cache)
551 (region_cache_forward, region_cache_backward): Adjust prototypes.
552
553 * search.c (string_match_1, fast_c_string_match_ignore_case)
554 (looking_at_1, scan_buffer, scan_newline)
555 (find_next_newline_no_quit, find_before_next_newline)
556 (search_command, trivial_regexp_p, search_buffer, simple_search)
557 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
558 and string positions and length.
559
560 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
561 (find_before_next_newline): Adjust prototypes.
562
563 * editfns.c (transpose_markers, update_buffer_properties)
564 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
565 (get_pos_property, Fconstrain_to_field)
566 (Fline_beginning_position, Fline_end_position, Fprevious_char)
567 (Fchar_after, Fchar_before, Finsert_char)
568 (Finsert_buffer_substring, Fcompare_buffer_substrings)
569 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
570 EMACS_INT for buffer and string position variables.
571 (Finsert_char): Protect against too large insertions.
572
573 * lisp.h (clip_to_bounds): Adjust prototype.
574
575 * intervals.c (traverse_intervals, rotate_right, rotate_left)
576 (balance_an_interval, split_interval_right, split_interval_left)
577 (find_interval, next_interval, update_interval)
578 (adjust_intervals_for_insertion, delete_node, delete_interval)
579 (interval_deletion_adjustment, adjust_intervals_for_deletion)
580 (offset_intervals, merge_interval_right, merge_interval_left)
581 (graft_intervals_into_buffer, adjust_for_invis_intang)
582 (move_if_not_intangible, get_local_map, copy_intervals)
583 (copy_intervals_to_string, compare_string_intervals)
584 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
585 and for interval tree size.
586
587 * intervals.h (traverse_intervals, split_interval_right)
588 (split_interval_left, find_interval, offset_intervals)
589 (graft_intervals_into_buffer, copy_intervals)
590 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
591 (update_interval): Adjust prototypes.
592
593 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
594 Use EMACS_INT for buffer position variables and arguments.
595
596 * composite.c (get_composition_id, find_composition)
597 (run_composition_function, compose_text)
598 (composition_gstring_width, autocmp_chars)
599 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
600 for buffer positions and string length variables and arguments.
601
602 * composite.h (get_composition_id, find_composition, compose_text)
603 (composition_gstring_width): Adjust prototypes.
604
605 * editfns.c (Fformat): Use EMACS_INT for string size variables.
606
607 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
608 EMACS_INT for string positions.
609
610 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
611 position arguments.
612
613 * intervals.h (get_property_and_range): Adjust prototype.
614
615 * character.c (parse_str_as_multibyte, str_as_multibyte)
616 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
617 (string_count_byte8, string_escape_byte8, c_string_width)
618 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
619 EMACS_INT for string length variables and arguments.
620
621 * character.h (parse_str_as_multibyte, str_as_multibyte)
622 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
623 (c_string_width, strwidth, lisp_string_width): Adjust
624 prototypes.
625
626 * font.c (font_intern_prop): Use EMACS_INT for string length
627 variables.
628
629 * font.c (font_intern_prop): Use EMACS_INT for string length
630 variables.
631
632 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
633 variables.
634
635 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
636 (Fmake_string): Protect against too large strings.
637 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
638 (live_misc_p): Use ptrdiff_t instead of int for pointer
639 differences.
640 (string_bytes, check_sblock, check_string_free_list)
641 (allocate_string_data, compact_small_strings, Fmake_string)
642 (Fmake_bool_vector, make_string, make_unibyte_string)
643 (make_multibyte_string, make_string_from_bytes)
644 (make_specified_string_string, Fmake_list, Fmake_vector): Use
645 EMACS_INT for string length variables and arguments.
646 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
647 (Fpurecopy): Use EMACS_INT for string size.
648 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
649 for vector size.
650
651 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
652 (make_string_from_bytes, make_specified_string_string)
653 (make_pure_string, string_bytes, check_point_in_composition):
654 Adjust prototypes.
655
656 2010-09-22 Eli Zaretskii <eliz@gnu.org>
657
658 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
659 (check_translation): Use EMACS_INT for buffer positions and
660 length.
661
662 * undo.c (record_marker_adjustment, record_delete)
663 (record_change, record_point, record_insert)
664 (record_property_change, Fprimitive_undo): Use EMACS_INT for
665 buffer positions.
666
667 * lisp.h (record_marker_adjustment, record_delete)
668 (record_change, record_point, record_insert)
669 (record_property_change, Fprimitive_undo): Adjust prototypes.
670
671 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
672 Eli Zaretskii <eliz@gnu.org>
673
674 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
675
676 2010-09-22 Eli Zaretskii <eliz@gnu.org>
677
678 * minibuf.c (Fminibuffer_contents)
679 (Fminibuffer_contents_no_properties)
680 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
681 positions.
682
683 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
684 mark.
685
686 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
687 (allocate_string_data): Accept EMACS_INT for string length.
688
689 * editfns.c (Ffield_string, Ffield_string_no_properties)
690 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
691 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
692 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
693 (Ffield_end): Use EMACS_INT for buffer positions.
694
695 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
696 point with mark.
697
698 * lisp.h (allocate_string_data, make_uninit_string)
699 (make_uninit_multibyte_string, make_buffer_string)
700 (make_buffer_string_both): Adjust prototypes.
701
702 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
703
704 * xml.c: Switch to GNU indentation.
705 (make_dom): Change parse tree format to match xml.el.
706 (Fxml_parse_html_string_internal): Rename from html-parse-string.
707 (Fxml_parse_string_internal): Rename from xml-parse-string.
708
709 2010-09-22 Kenichi Handa <handa@m17n.org>
710
711 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
712 only if we are not at a composition.
713 (set_iterator_to_next): Give it->end_charpos to
714 composition_compute_stop_pos.
715 (set_iterator_to_next, next_element_from_buffer): Likewise.
716
717 * dispnew.c (buffer_posn_from_coords): Fix position when the
718 current display element is a grapheme cluster in bidi-reordered
719 region.
720
721 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
722
723 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
724 the regions may overlap.
725
726 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
727
728 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
729
730 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
731
732 * emacs.c: Do not include sys/ioctl.h, not needed.
733
734 * doprnt.c: Do not include stdlib.h, config.h does it.
735 Move #include before macro definition.
736
737 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
738
739 * Makefile.in (temacs): Link using $(CC) not $(LD).
740 (LD_FIRSTFLAG): Define using autoconf.
741 (LD): Remove.
742
743 Remove HAVE_TERMIOS definitions.
744 * s/usg5-4-common.h (HAVE_TERMIOS):
745 * s/template.h (HAVE_TERMIOS):
746 * s/gnu-linux.h (HAVE_TERMIOS):
747 * s/darwin.h (HAVE_TERMIOS):
748 * s/cygwin.h (HAVE_TERMIOS):
749 * s/bsd-common.h (HAVE_TERMIOS):
750 * s/aix4-2.h (HAVE_TERMIOS):
751 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
752 defined on all non-MS platforms.
753 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
754
755 * xterm.c (xt_action_hook): Use const.
756
757 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
758
759 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
760 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
761 (gethostname) [!HAVE_SOCKETS]: Remove.
762 (SOCK_REPLACE_HANDLE): Remove macro.
763 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
764 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
765 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
766 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
767
768 2010-09-18 Eli Zaretskii <eliz@gnu.org>
769
770 * deps.mk (xml.o): Add dependencies.
771
772 * xdisp.c (Fcurrent_bidi_paragraph_direction):
773 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
774
775 * bidi.c (bidi_paragraph_init): Accept an additional argument
776 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
777 search back until a paragraph with a strong directional character
778 is found, and use that to determine paragraph's base direction.
779
780 * dispextern.h (bidi_paragraph_init): Update prototype.
781
782 2010-09-17 Eli Zaretskii <eliz@gnu.org>
783
784 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
785 of w32api >= 3.15. (Bug#6989)
786
787 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
788
789 * process.c (wait_reading_process_output): Don't message about
790 accept-process-output unless the time limit really is zero.
791
792 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
795 int/Lisp_Object mixup).
796
797 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
798
799 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
800 not HELP.
801
802 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
803
804 * frame.c (Ftool_bar_pixel_width): New function to expose tool
805 bar's pixel width to Lisp (Bug#7048).
806
807 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
808
809 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
810
811 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
812
813 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
814 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
815
816 2010-09-17 Kenichi Handa <handa@m17n.org>
817
818 * ftfont.c (ftfont_check_otf): Fix previous change.
819
820 2010-09-14 Kenichi Handa <handa@m17n.org>
821
822 * ftfont.c (ftfont_check_otf): Fix the case of checking just
823 existence of GSUB or GPOS.
824
825 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
826
827 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
828
829 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
830
831 * xml.c (parse_buffer): Renamed to parse_string(), since that's
832 what it does.
833 (parse_string): Return nil when the document can't be parsed.
834
835 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
836
837 * xterm.c (get_current_vm_state): New function.
838 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
839 want_fullscreen so set_wm_state calls are few (Bug#7013).
840 (x_handle_net_wm_state): Move code to get_current_vm_state and
841 call that function.
842
843 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
844
845 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
846
847 2010-09-14 Kenichi Handa <handa@m17n.org>
848
849 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
850 we may use designation or locking-shift.
851
852 2010-09-14 Kenichi Handa <handa@m17n.org>
853
854 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
855 sequence when the source is multibyte.
856
857 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
858
859 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
860 Don't make first argument optional. Doc fix.
861
862 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
863
864 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
865 parameters for the doc string.
866
867 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
868
869 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
870
871 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
874 (syms_of_fns): Don't defsubr Sy_or_n_p.
875 * lisp.h: Don't declare Fy_or_n_p.
876 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
877
878 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
879
880 * xml.c (Fxml_parse_buffer): New function to parse XML files.
881
882 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
883
884 * xml.c: New file.
885 (Fhtml_parse_buffer): New function to interface to the libxml2
886 html parsing function.
887
888 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
889
890 * biditype.h: Regenerate.
891
892 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
893
894 * nsimage.m (ns_load_image): Check argument types.
895
896 * image.c: Remove all uses of gcpro.
897 (xpm_load): Check all lisp types.
898 (pbm_load): Likewise.
899 (png_load): Likewise.
900 (jpeg_load): Likewise.
901 (tiff_load): Likewise.
902 (gif_load): Likewise.
903 (imagemagick_load_image): Likewise.
904 (imagemagick_load): Likewise.
905 (svg_load): Likewise.
906 (gs_load): Likewise.
907
908 2010-09-04 Eli Zaretskii <eliz@gnu.org>
909
910 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
911 try to reorder grapheme clusters, since LGSTRING should always
912 hold them in the logical order.
913 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
914 return glyph codes in the logical order.
915
916 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
917
918 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
919 (imagemagick_load_image): Fix type mismatch.
920 (Fimagemagick_types): Likewise. Doc fix.
921
922 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
923
924 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
925
926 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
927
928 * xselect.c: Remove declaration of cut-buffer objects and functions.
929 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
930 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
931 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
932 (Fx_rotate_cut_buffers_internal): Remove.
933 (syms_of_xselect): Remove defsubr of above.
934 Remove intern of QCUT_BUFFERn.
935
936 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * cmds.c (Vblink_paren_function): Remove.
939 (internal_self_insert): Make it insert N chars at a time.
940 Don't call blink-paren-function.
941 (Fself_insert_command): Adjust accordingly.
942 (syms_of_cmds): Don't declare blink-paren-function.
943
944 2010-08-31 Kenichi Handa <handa@m17n.org>
945
946 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
947 characters.
948
949 * term.c (encode_terminal_code): Fix the previous change.
950 (produce_glyphs): Don't set it->char_to_display here.
951 Don't handle unibyte-display-via-language-environment here.
952 (produce_special_glyphs): Set temp_it.char_to_display before
953 calling produce_glyphs.
954
955 * xdisp.c (get_next_display_element): Set it->char_to_display
956 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
957 characters.
958 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
959 calling PRODUCE_GLYPHS.
960 (append_space_for_newline): Save and store it->char_to_display.
961 Set it->char_to_display before calling PRODUCE_GLYPHS.
962 (extend_face_to_end_of_line): Set it->char_to_display before
963 calling PRODUCE_GLYPHS.
964 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
965 character to its byte value.
966 (get_char_glyph_code): New function.
967 (produce_stretch_glyph): Set it2.char_to_display too before
968 calling x_produce_glyphs.
969 (x_produce_glyphs): Simplify by using the same code for ASCII and
970 non-ASCII characters. Don't set it->char_to_display here.
971 Don't handle unibyte-display-via-language-environment here. For a
972 character of no glyph, use font->space_width instead of FONT_WIDTH.
973
974 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
977
978 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
979
980 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
981
982 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * marker.c (Fcopy_marker): Make the first arg optional.
985
986 2010-08-30 Kenichi Handa <handa@m17n.org>
987
988 * composite.c (composition_update_it): Fix computing of
989 cmp_it->width.
990
991 2010-08-29 Kenichi Handa <handa@m17n.org>
992
993 * term.c (encode_terminal_code): Encode byte chars to the
994 corresponding bytes.
995
996 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
997
998 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
999
1000 2010-08-26 Kenichi Handa <handa@m17n.org>
1001
1002 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1003 on calling composition_compute_stop_pos.
1004
1005 2010-08-25 Kenichi Handa <handa@m17n.org>
1006
1007 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1008 :otf.
1009
1010 * composite.c (composition_compute_stop_pos): Don't break
1011 composition at PT.
1012 (composition_reseat_it): Likewise. Fix calculation of character
1013 position starting a composition.
1014 (Fcomposition_get_gstring): Don't limit the number of components
1015 for automatic composition.
1016
1017 2010-08-25 Kenichi Handa <handa@m17n.org>
1018
1019 * composite.c (composition_compute_stop_pos): In forward search,
1020 pay attention to the possibility that some character after ENDPOS
1021 will be composed with charactrs before ENDPOS.
1022
1023 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * keyboard.c (command_loop_1): Don't clobber primary selection
1026 during handle-switch-frame (Bug#6872).
1027
1028 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * dbusbind.c: Accept UNIX domain sockets as bus address.
1031 (Fdbus_close_bus): New function.
1032 (Vdbus_registered_buses): New variable.
1033 (xd_initialize): Implement string as bus address.
1034 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1035 (Fdbus_get_unique_name, Fdbus_call_method)
1036 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1037 (Fdbus_method_error_internal, Fdbus_send_signal)
1038 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1039 check. This is done in xd_initialize_bus. Adapt doc string, if
1040 necessary.
1041 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1042 Vdbus_registered_buses.
1043 (Vdbus_registered_objects_table): Create hash.
1044
1045 2010-08-22 Juri Linkov <juri@jurta.org>
1046
1047 * keyboard.c (Fexecute_extended_command): Move reading a command name
1048 with `completing-read' to a new Elisp function `read-extended-command'.
1049 Call it to read a command to `function' (bug#5364, bug#5214).
1050
1051 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1054
1055 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
1056
1057 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1058 instead of SAFE_ALLOCA.
1059
1060 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1063 (Bug#6214).
1064
1065 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1066
1067 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1068
1069 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1070
1071 * doc.c (Fsnarf_documentation): Initialize skip_file before
1072 build-files test.
1073
1074 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
1075
1076 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1077 New definitions.
1078 (HAVE_TERMIO): Remove.
1079
1080 2010-08-22 Eli Zaretskii <eliz@gnu.org>
1081
1082 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1083
1084 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1085 for w32.
1086
1087 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1088 it's done in nt/config.nt.
1089
1090 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1091
1092 * unexcoff.c (report_error, make_hdr, write_segment)
1093 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1094 Convert argument lists and prototypes to ANSI C.
1095 (make_hdr, write_segment): Remove unused variables.
1096 (unexec): Remove commented-out line. Initialize `new' to shut up
1097 compiler warnings.
1098
1099 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 Simplify termio code.
1102 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1103 HAVE_TERMIO code is obsolete.
1104 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1105 * systty.h: Do not define HAVE_TCATTR.
1106 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1107 Do not define EMACS_HAVE_TTY_PGRP. Only define
1108 EMACS_GET_TTY_PGRP for !DOS_NT.
1109 * sysdep.c: Include sysselect.h unconditionally. Do not include
1110 sys/ioctl.h and termios.h, systty.h does it. Use
1111 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1112 (init_baud_rate): Remove HAVE_TERMIO code.
1113 (child_setup_tty): Remove HAVE_TERMIO code.
1114 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1115 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1116 (new_ltchars, new_tchars): Remove, unused.
1117 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1118 code. Remove special casing for __mips__, it was a no-op. Remove
1119 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1120 (init_sys_modes): Remove HPUX special case.
1121 * process.c: Include stdlib.h unconditionally. Do not include
1122 fcntl.h, systty.h does it. Remove conditional code for
1123 HAVE_SERIAL, it is always true.
1124 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1125 always true when SIGNALS_VIA_CHARACTERS is true.
1126 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1127 !WINDOWSNT means HAVE_TERMIOS.
1128 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1129 conditional, which is true for all HAVE_TERMIOS systems.
1130 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1131 instead of HAVE_TERMIOS.
1132 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1133 EMACS_HAVE_TTY_PGRP.
1134 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1135 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1136 anyway.
1137
1138 2010-08-21 Eli Zaretskii <eliz@gnu.org>
1139
1140 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1141 mirroring pixel positions.
1142
1143 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1144
1145 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1146 write only.
1147 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1148 malloc_sbrk_used, nothing uses them.
1149
1150 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1151 defined, unconditionally defined in lisp.h.
1152
1153 * term.c: Do not include <termios.h>, systty.h does it.
1154
1155 * s/unixware.h (HAVE_TCATTR):
1156 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1157 systty.h defines it when HAVE_TERMIOS is defined.
1158
1159 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1160
1161 * dispnew.c (buffer_posn_from_coords): Fix last change for text
1162 terminals: add one-character offset for R2L lines.
1163
1164 * emacs.c <emacs_version>: Add a comment regarding
1165 msdos/mainmake.v2's dependency on the syntax of this declaration.
1166
1167 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1168
1169 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1170 position for R2L lines by mirroring the pixel position wrt the
1171 text are box. Improve commentary.
1172
1173 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1174
1175 * image.c (imagemagick_clear_image): Remove debugging output.
1176
1177 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1180 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1181 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1182 self-insert-face.
1183 (syms_of_cmds): Initialize the new vars.
1184
1185 2010-08-19 Jason Rumney <jasonr@gnu.org>
1186
1187 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1188
1189 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1190
1191 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1192
1193 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1194
1195 2010-08-18 Eli Zaretskii <eliz@gnu.org>
1196
1197 * xterm.c (x_draw_bar_cursor):
1198 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1199 R2L, draw the bar cursor on its right rather than on its left.
1200
1201 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * eval.c (Fdefmacro): Only obey one declaration.
1204
1205 * casefiddle.c (casify_region): Setup gl_state.
1206
1207 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1208
1209 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1210
1211 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1212
1213 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1214
1215 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
1216
1217 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1218 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1219 QPRIMARY => NXPrimaryPboard.
1220 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1221 NXPrimaryPboard => QPRIMARY.
1222 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1223 NXSecondaryPboard = SecondarySelection.
1224 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1225
1226 2010-08-18 Joakim Verona <joakim@verona.se>
1227
1228 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1229 defined:
1230 (imagemagick_image_p): New function to test for ImageMagic image.
1231 (imagemagick_load): New function to load ImageMagick image.
1232 (imagemagick_load_image): New function, helper for imagemagick_load.
1233 (imagemagick-types): New function.
1234 (Qimagemagick): New Lisp_object.
1235 (imagemagick-render-type): New variable, decides which renderer to use.
1236
1237 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1240 is a string.
1241
1242 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1243
1244 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1245 x_set_tool_bar_position handler.
1246
1247 2010-08-17 Eli Zaretskii <eliz@gnu.org>
1248
1249 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1250 x_set_tool_bar_position handler, needed to support changes from
1251 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1252
1253 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1254
1255 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1256 declaration (Bug#6863).
1257 (syms_of_nsselect): Don't intern QPRIMARY.
1258
1259 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1260
1261 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1262
1263 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * keyboard.c (command_loop_1): Avoid setting selection twice,
1266 since it's done in deactivate-mark as well.
1267 (Vselect_active_regions): Change default to t. Replace `lazy'
1268 with non-default value `only', meaning only set PRIMARY for
1269 temporarily active regions.
1270
1271 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1272 select-active-regions.
1273
1274 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1275
1276 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1277 isn't a string.
1278
1279 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1280
1281 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1282
1283 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1284
1285 * keyboard.c (parse_tool_bar_item): malloc buf.
1286 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1287 new_lbl (Bug#6855).
1288
1289 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1290
1291 * xterm.c (x_draw_stretch_glyph_string):
1292 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1293 the cursor on the right edge of the stretch glyph.
1294
1295 * xdisp.c (window_box_right_offset, window_box_right):
1296 Fix commentary.
1297
1298 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1299 direction when point is inside a run of whitespace characters.
1300
1301 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1302
1303 2010-08-14 Jason Rumney <jasonr@gnu.org>
1304
1305 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1306
1307 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1310
1311 2010-08-13 Jason Rumney <jasonr@gnu.org>
1312
1313 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1314 (MessageBoxW_Proc): New function typedef.
1315 (unicode-message-box): New function pointer.
1316 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1317
1318 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1319
1320 * frame.h (Qtool_bar_position): Declare.
1321
1322 * xfns.c (Fx_create_frame): Call x_default_parameter for
1323 Qtool_bar_position.
1324
1325 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1326
1327 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1328 (report_error, report_error_1): Ditto.
1329 (write_segment): Remove "#if 0" unused code.
1330 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1331 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1332 (start_of_text): Remove unused function (was used only if NO_REMAP
1333 was NOT defined).
1334
1335 * msdos.c (IT_set_face): Fix format string to match argument
1336 types.
1337 (IT_write_glyphs, IT_note_mode_line_highlight)
1338 (IT_set_frame_parameters): Remove unused variables.
1339 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1340 (IT_set_terminal_modes): Disambiguate expression in if clause.
1341 (Fmsdos_remember_default_colors): Return Qnil.
1342 (IT_set_frame_parameters): Add parens to disambiguate boolean
1343 expression for logging the cursor type to termscript.
1344 (keyboard_layout_list, keypad_translate_map)
1345 (grey_key_translate_map): Add braces in inner initializers.
1346 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1347 (dos_rawgetc): Remove unused label.
1348 (XMenuActivate): Add braces to remove ambiguous `else'.
1349 (dos_ttraw): Always return a value.
1350 (spawnve): Declare.
1351 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1352
1353 * dosfns.h (x_set_title): Declare.
1354
1355 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1356 Remove unused variables.
1357
1358 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1359 variables.
1360 (init_dosfns): Declare get_lim_data.
1361 (system_process_attributes): Declare Fget_internal_run_time.
1362
1363 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1364 list to be consistent with menu.h.
1365
1366 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1367 warnings due to mixing of "char *" and "const char *".
1368
1369 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 Introduce a new comment style "c" flag.
1372 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1373 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1374 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1375 (syntax_prefix_flag_p): New function.
1376 (Fstring_to_syntax): Understand new "c" flag.
1377 (Finternal_describe_syntax_value): Recognize new flag; use the
1378 SYNTAX_FLAGS_* macros.
1379 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1380 comment style to accomodate the new styles.
1381 (back_comment, forw_comment, Fforward_comment, scan_lists)
1382 (scan_sexps_forward): Update code to obey the new comment style flag.
1383
1384 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1385
1386 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1387
1388 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1389
1390 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1391 first.
1392 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1393
1394 * gtkutil.h (xg_check_special_colors): Declare.
1395
1396 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1397 (xg_create_frame_widgets): Connect theme name changes to
1398 style_changed_cb.
1399
1400 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1401 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1402 (x_term_init): Use char[] display_opt and name_opt instead of
1403 string literal. file is const char*.
1404
1405 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1406 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1407 props. Free them at the end.
1408
1409 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1410
1411 * xrdb.c (get_system_app): Make path const and use char *p for
1412 non-const char.
1413
1414 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1415 (xmenu_show): error parameter is const char **. pane_string is const
1416 char *.
1417 (button_names): Is const char *.
1418 (xdialog_show): error_name and pane_string is const.
1419
1420 * process.h (synch_process_death): Is const char*.
1421
1422 * w32menu.c (w32_menu_show):
1423 * nsmenu.m (ns_menu_show): error parameter is const char **.
1424
1425 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1426 is const char **.
1427
1428 * menu.c (Fx_popup_menu): error_name is const.
1429
1430 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1431 with unsigned char and XtPointer with void *.
1432
1433 * gtkutil.h: Replace widget_value with struct _widget_value.
1434 (enum button_type, struct _widget_value): Remove and use the one from
1435 keyboard.h.
1436
1437 * gtkutil.c (get_utf8_string): Always return an allocated string.
1438 Parameter is const.
1439 (create_dialog, xg_create_one_menuitem, create_menus)
1440 (xg_item_label_same_p, xg_update_menu_item): Free result from
1441 get_utf8_string.
1442 (xg_separator_p, xg_item_label_same_p): label is const.
1443
1444 * font.h (font_open_by_name): Make name const.
1445
1446 * font.c (font_open_by_name): Make name const.
1447
1448 * floatfns.c (matherr): Use a const char* variable for x->name.
1449
1450 * emacs.c (main): Pass char[] to putenv instead of literal.
1451
1452 * callproc.c (synch_process_death): Make const.
1453 (Fcall_process): Make signame const.
1454
1455 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1456 (addDisplayItemWithImage): Use const char*.
1457
1458 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1459 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1460
1461 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1462
1463 * keyboard.h (_widget_value): name, value and key are const char*.
1464
1465 * unexmacosx.c (unexec_error): Use const char *.
1466
1467 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1470 (font_parse_name, font_open_by_name):
1471 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1472 (font_parse_name, font_open_by_name): Remove const.
1473
1474 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1477 definition.
1478
1479 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1480 * m/amdx86-64.h: Likewise.
1481 * m/arm.h: Likewise.
1482 * m/hp800.h: Likewise.
1483 * m/ia64.h: Likewise.
1484 * m/ibmrs6000.h: Likewise.
1485 * m/ibms390.h: Likewise.
1486 * m/intel386.h: Likewise.
1487 * m/iris4d.h: Likewise.
1488 * m/m68k.h: Likewise.
1489 * m/macppc.h: Likewise.
1490 * m/mips.h: Likewise.
1491 * m/sh3.h: Likewise.
1492 * m/sparc.h: Likewise.
1493 * m/template.h: Likewise.
1494 * m/vax.h: Likewise.
1495 * m/xtensa.h: Likewise.
1496 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1497 WORDS_BIG_ENDIAN.
1498 * lisp.h: Likewise.
1499 * md5.c: Likewise.
1500 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1501
1502 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 Use const char* instead of char*.
1505 Reduce the number of warnings with -Wwrite-strings.
1506 * xrdb.c (get_environ_db, get_system_name):
1507 * unexelf.c (find_section):
1508 * term.c (string_cost, string_cost_one_line, per_line_cost)
1509 (get_named_tty, init_tty):
1510 * sysdep.c (sys_subshell):
1511 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1512 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1513 * search.c (Freplace_match):
1514 * process.c (Fmake_network_process, send_process, init_process):
1515 * lread.c (Fload, init_lread):
1516 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1517 * keyboard.c (parse_tool_bar_item, struct event_head):
1518 * gtkutil.h (xg_get_font_name):
1519 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1520 (make_widget_for_menu_item, make_menu_item, create_menus)
1521 (xg_make_tool_item):
1522 * font.c (parse_matrix, font_parse_name):
1523 * floatfns.c (rounding_driver, float_error_fn_name):
1524 * filelock.c (get_boot_time_1, lock_file_1):
1525 * fileio.c (barf_or_query_if_file_exists, check_writable):
1526 * editfns.c (get_system_name, get_operating_system_release)
1527 (Fencode_time, Fset_time_zone_rule):
1528 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1529 * buffer.c (defvar_per_buffer): Use const.
1530
1531 2010-08-08 Kenichi Handa <handa@m17n.org>
1532
1533 * charset.c: Include <stdlib.h>.
1534 (struct charset_sort_data): New struct.
1535 (charset_compare): New function.
1536 (Fsort_charsets): New function.
1537 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1538
1539 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1540 number in CTEXT extended segment.
1541
1542 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1545 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1546
1547 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1550 (Fhash_table_size): Fix typos in docstrings.
1551 (Fmake_hash_table): Doc fix.
1552
1553 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1556 Doc fix (bug#5625).
1557
1558 2010-08-08 Ken Brown <kbrown@cornell.edu>
1559
1560 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1561 the MSDOS definition.
1562
1563 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1564
1565 Use const char* instead of char*.
1566 * xterm.c (x_create_toolkit_scroll_bar):
1567 * xfont.c (xfont_list_pattern):
1568 * xfns.c (x_default_scroll_bar_color_parameter)
1569 (xic_create_fontsetname, x_default_font_parameter)
1570 (x_screen_planes):
1571 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1572 (store_mode_line_string, decode_mode_spec, display_string):
1573 * menu.c (digest_single_submenu):
1574 * keymap.h (initial_define_key, initial_define_lispy_key):
1575 * keymap.c (initial_define_key, initial_define_lispy_key):
1576 * image.c (image_error, image_keyword):
1577 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1578 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1579 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1580 (ftfont_list, ftfont_match):
1581 * frame.c (frame_parm_table):
1582 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1583 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1584 (font_add_log, font_deferred_log):
1585 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1586 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1587 (font_add_log, font_deferred_log):
1588 * emacs.c (argmatch):
1589 * dispextern.h (struct it):
1590 * coding.c (ENCODE_DESIGNATION):
1591 * charset.c (define_charset_internal): Use const.
1592
1593 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1594
1595 * xrdb.c: Remove include guard.
1596 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1597 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1598 realloc->xrealloc instead of using #defines.
1599
1600 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1601
1602 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1603 * editfns.c (Fline_beginning_position, Fline_end_position):
1604 State in the doc strings that start and end of line are in the
1605 logical order.
1606
1607 * xdisp.c (display_line): Move the handling of overlay arrow after
1608 the call to find_row_edges. (Bug#6699)
1609
1610 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * keyboard.c (command_loop_1):
1613 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1614
1615 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * insdel.c (prepare_to_modify_buffer): Save active region text to
1618 Vsaved_region_selection.
1619
1620 * xselect.c (QPRIMARY): Move to keyboard.c.
1621
1622 * keyboard.c (Vselect_active_regions): Move from simple.el.
1623 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1624 (command_loop_1): Set window selection prior to deactivating the mark.
1625
1626 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * alloc.c (lisp_malloc):
1629 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1630 * charset.h (emacs_mule_charset):
1631 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1632 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1633 (bitch_at_user):
1634 * lisp.h (Fcheck_coding_system, Fget_text_property)
1635 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1636 Remove duplicate declarations.
1637
1638 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * process.c: Simplify include logic.
1641
1642 * keyboard.h (quit_char): Add declaration.
1643 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1644 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1645 Add declarations.
1646 * sysdep.c:
1647 * w32.c: Remove the above declarations.
1648
1649 Remove extern declarations in .c files, .h files have them.
1650 * xterm.c:
1651 * xdisp.c:
1652 * msdos.c:
1653 * image.c:
1654 * gtkutil.c:
1655 * fileio.c:
1656 * eval.c: Remove declarations.
1657
1658 * frame.c (frame_params): Make const.
1659
1660 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1661
1662 * emacs.c (emacs_copyright, emacs_version): Make static.
1663 (Vinitial_window_system, Vauto_save_list_file_name)
1664 (Vinhibit_redisplay): Remove declarations.
1665 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1666 for AIX.
1667
1668 Use const for some arrays and functions.
1669 * xterm.h (xg_set_icon_from_xpm_data):
1670 * xfns.c (xg_set_icon_from_xpm_data):
1671 * term.c (fkeys):
1672 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1673 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1674 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1675 (frame.c frame_parms):
1676 * emacs-icon.h (gnu_xpm_bits):
1677 * callint.c (callint_argfuns): Use const.
1678
1679 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1680
1681 * sysdep.c: Move include term.h last of includes (Bug#6812).
1682
1683 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1684
1685 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1686
1687 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1688
1689 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1690
1691 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1694
1695 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1696
1697 * xterm.h (x_get_focus_frame): Declare.
1698
1699 * keyboard.h (poll_for_input_1): Unconditionally declare.
1700
1701 * nsterm.h (x_set_menu_bar_lines): Declare.
1702
1703 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1704
1705 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1706
1707 * window.c: Include menu.h.
1708
1709 * unexmacosx.c (print_region_list, print_regions)
1710 (build_region_list, find_emacs_zone_regions)
1711 (unexec_regions_merge, read_load_commands, dump_it)
1712 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1713
1714 * term.c: Check HAVE_SYS_IOCTL_H.
1715
1716 * sysdep.c: Check HAVE_TERM_H.
1717
1718 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1719
1720 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1721 (ns_ring_bell, ns_defined_color, hide_hourglass)
1722 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1723 Convert to ANSI C prototypes.
1724 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1725 before code.
1726
1727 * nsterm.h : Include sysselect.h.
1728 (x_sync, x_get_focus_frame, x_set_mouse_position)
1729 (x_set_mouse_pixel_position, x_make_frame_visible)
1730 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1731 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1732 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1733 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1734 Declare.
1735
1736 * nsmenu.m (popup_activated, name_is_separator)
1737 (syms_of_nsmenu): Convert to ANSI C prototypes.
1738 (runMenuAt): Prototypes and move declarations before code.
1739
1740 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1741
1742 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1743 prototypes.
1744
1745 * nsfns.m (have_menus_p, ns_display_info_for_name)
1746 (x_set_cursor_type, ns_appkit_version_str)
1747 (ns_appkit_version_int, ns_do_applescript)
1748 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1749 (syms_of_nsfns): Convert to ANSI C prototypes.
1750
1751 * menu.h (x_set_menu_bar_line): Declare.
1752 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1753
1754 * lisp.h (fmod_float): Declare.
1755
1756 * image.c (xpm_scan, xpm_make_color_table_v)
1757 (xpm_put_color_table_v, xpm_get_color_table_v)
1758 (xpm_make_color_table_h, xpm_put_color_table_h)
1759 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1760 (xpm_load): Convert to ANSI C prototypes.
1761
1762 * emacs.c: Include nsterm.h if HAVE_NS.
1763
1764 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1765
1766 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1769 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1770 (socket_options): Use const char* for name.
1771
1772 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1773
1774 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1775
1776 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1777 Don't declare xmalloc_widget_value and digest_single_submenu.
1778
1779 * w32font.c (Qlatin): Remove declaration.
1780
1781 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1782
1783 * dired.c (compile_pattern): Restore declaration.
1784
1785 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1786
1787 Remove extern declarations in .c files, .h files have them.
1788 * data.c:
1789 * dired.c:
1790 * editfns.c:
1791 * filelock.c:
1792 * fns.c:
1793 * font.c:
1794 * fontset.c:
1795 * frame.c:
1796 * fringe.c:
1797 * ftfont.c:
1798 * gtkutil.c:
1799 * indent.c:
1800 * keyboard.c:
1801 * keymap.c:
1802 * lread.c:
1803 * menu.c:
1804 * print.c:
1805 * search.c:
1806 * sound.c:
1807 * window.c:
1808 * xdisp.c:
1809 * xfaces.c:
1810 * xfns.c:
1811 * xfont.c:
1812 * xftfont.c:
1813 * xmenu.c:
1814 * xterm.c: Remove declarations.
1815
1816 Cleanup syssignal.h.
1817 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1818 (main_thread): Move down to remove #ifdef.
1819 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1820 Remove conditional definition following unconditional ones.
1821
1822 * lisp.h: Remove HAVE_SHM code, unused.
1823 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1824 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1825 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1826 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1827 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1828 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1829 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1830 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1831 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1832 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1833 (Qwindow_scroll_functions, Vafter_load_alist)
1834 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1835 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1836 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1837 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1838 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1839 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1840 (initial_argv, last_nonmenu_event, load_in_progress)
1841 (noninteractive_need_newline, scroll_margin): Add declarations.
1842
1843 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1844 declarations, menu.h has them.
1845 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1846 (Vinput_method_function, Qinput_method_function)
1847 (Qevent_symbol_element_mask, last_event_timestamp):
1848 * dispextern.h (Voverflow_newline_into_fringe):
1849 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1850 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1851 (syms_of_w32font, syms_of_nsfont):
1852 * fontset.h (find_font_encoding, Qlatin):
1853 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1854 (Vtool_bar_mode, set_frame_menubar):
1855 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1856 * xterm.h (Qx_gtk_map_stock):
1857 * keymap.h (meta_prefix_char): Add declarations.
1858
1859 * term.c: Remove dead code.
1860
1861 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1862 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1863 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1864 which is what was there before BSD_PGRPS was removed.
1865
1866 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1867
1868 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1869
1870 * unexcoff.c: Renamed from unexec.c.
1871
1872 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1875
1876 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1877
1878 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1879 (Bug#6744)
1880
1881 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1882
1883 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1884 to TRUE if depth of screen is < 16.
1885
1886 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1887 USE_GTK_TOOLTIP.
1888 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1889 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1890 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1891 USE_GTK_TOOLTIP.
1892 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1893
1894 * xterm.h (USE_GTK_TOOLTIP): New define.
1895 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1896
1897 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1898 to Control-D (Bug#6771).
1899
1900 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1903 Wording by Drew Adams <drew.adams@oracle.com>.
1904
1905 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1906
1907 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1908 ttip_lbl.
1909
1910 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1911 calling gtk_widget_queue_draw.
1912 (x_free_frame_resources): Call xg_free_frame_widgets.
1913
1914 * xfns.c (x_gtk_use_system_tooltips): New variable.
1915 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1916 new gtkutil tooltip functions to show the tooltip.
1917 (Fx_hide_tip): Call xg_hide_tooltip.
1918 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1919
1920 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1921 (xg_show_tooltip, xg_hide_tooltip): Declare.
1922
1923 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1924 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1925 New functions.
1926 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1927 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1928 Remove code that is commented out.
1929
1930 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1933
1934 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * xselect.c (x_own_selection): Use list4.
1937
1938 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 * buffer.c (Qwindow): Do not define, already defined in data.c.
1941 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1942
1943 2010-07-29 Chad Brown <yandros@mit.edu>
1944
1945 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1946 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1947 * config.in: Undef HAVE_DIRENT_H.
1948 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1949 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1950
1951 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 Rename s/usg5-4.h -> s/usg5-4-common.h.
1954 * s/usg5-4.h: Rename file to ...
1955 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1956 * s/unixware.h:
1957 * s/sol2-6.h:
1958 * s/irix6-5.h: Update includes accordingly.
1959
1960 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1961
1962 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1963
1964 * xterm.h (struct x_output): Add toolbar_top_height,
1965 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1966 Remove toolbar_height.
1967 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1968 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1969 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1970 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1971
1972 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1973
1974 * xfns.c (x_set_tool_bar_position): New function.
1975 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1976 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1977 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1978
1979 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1980 and FRAME_TOOLBAR_LEFT_WIDTH.
1981
1982 * gtkutil.h (xg_change_toolbar_position): Declare.
1983
1984 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1985 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1986 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1987 (xg_create_frame_widgets): Create a hobox for placing widgets
1988 vertically. Use gtk_box_pack_start.
1989 (xg_height_or_width_changed): Renamed from xg_height_changed.
1990 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1991 (xg_update_frame_menubar, free_frame_menubar): Change to
1992 xg_height_or_width_changed.
1993 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1994 size correctly. Remove hardcoded 4, instead use handlebox size -
1995 toolbar size.
1996 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1997 size correctly. Use handlebox size + toolbar size as additional size.
1998 (xg_pack_tool_bar): POS is a new parameter.
1999 Set orientation of tool bar based on pos.
2000 Only make handlebox_widget if NULL.
2001 Check if tool bar goes to vbox or hbox depending on pos.
2002 (xg_update_tool_bar_sizes): New function.
2003 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
2004 height, call xg_update_tool_bar_sizes instead.
2005 (free_frame_tool_bar): Remove from hbox or vbox depending on
2006 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2007 (xg_change_toolbar_position): New function.
2008
2009 * frame.h (struct frame): Add tool_bar_position.
2010 (Qbottom): Declare.
2011
2012 * frame.c (Qtool_bar_position): New variable.
2013 (make_frame): Set tool_bar_position to Qtop.
2014 (frame_parms): Add tool-bar-position.
2015 (x_report_frame_params): Store tool_bar_position.
2016 (x_set_fringe_width): Reset wm size hint after fringe changes.
2017
2018 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2019
2020 Make lisp_time_argument declaration work on all systems.
2021 * lisp.h (lisp_time_argument): Move declaration ...
2022 * systime.h (lisp_time_argument): ... here
2023 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
2024
2025 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2026
2027 * vm-limit.c (POINTER): Add typedef for it.
2028 (start_of_data): Change return type from POINTER to char *.
2029
2030 * frame.h (Qtty_color_mode): Move declaration out of ifdef
2031 HAVE_WINDOW_SYSTEM.
2032
2033 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2036 Remove reference to __osf__, unused.
2037
2038 * mem-limits.h: Remove duplicated includes.
2039 (NULL): Remove definition, unused.
2040 (POINTER): Remove definition.
2041 (start_of_data): Use char* in prototype, as the function
2042 definition does.
2043
2044 Remove extern declarations from .c files, and them to .h files.
2045 * keyboard.h (Qhelp_echo, waiting_for_input)
2046 (input_available_clear_time, ignore_mouse_drag_p)
2047 (Vdouble_click_time, real_this_command, Vthis_original_command):
2048 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2049 (Voverriding_local_map_menu_flag):
2050 * lisp.h (Qinteractive_form, use_file_dialog)
2051 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2052 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2053 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2054 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2055 (Qfunction, debug_on_next_call, Qfield)
2056 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2057 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2058 (Qfile_directory_p, Qinsert_file_contents)
2059 (Qcompletion_ignore_case, Qcompletion_ignore_case)
2060 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2061 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2062 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2063 (Qminibuffer_prompt)
2064 (Vtemporary_file_directory,char_ins_del_vector, Qface):
2065 * xterm.h (gray_bitmap_width, gray_bitmap_height)
2066 (gray_bitmap_bits, xic_create_fontsetname):
2067 * coding.h (Vtranslation_table_for_input): Add extern declarations.
2068
2069 * xsmfns.c (Vuser_login_name):
2070 * xrdb.c (Vdouble_click_time):
2071 * xfaces.c (xic_create_fontsetname):
2072 * w32select.c (waiting_for_input):
2073 * print.c (minibuffer_auto_raise):
2074 * msdos.c (Qhelp_echo):
2075 * macros.c (real_this_command):
2076 * keymap.c (Voverriding_local_map):
2077 * xterm.c (poll_for_input_1, gray_bitmap_width)
2078 (gray_bitmap_height, gray_bitmap_bits;
2079 * xmenu.c ( Voverriding_local_map)
2080 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2081 (use_file_dialog, Xt_app_con):
2082 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2083 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2084 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2085 (Qtool_bar_lines, ignore_mouse_drag_p):
2086 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2087 (Qrear_nonsticky, nconc2):
2088 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2089 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2090 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2091 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2092 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2093 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2094 (gc_in_progress):
2095 * doc.c (Voverriding_local_map, Qremap):
2096 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2097 (Vcompletion_regexp_list):
2098 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2099 (Qcompletion_ignore_case):
2100 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2101 (Vhistory_length, Vthis_original_command, real_this_command)
2102 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2103 * image.c (Qrisky_local_variable):
2104 * fontset.c (QCname):
2105 * fns.c (minibuffer_auto_raise, QCname):
2106 * dispnew.c (char_ins_del_cost):
2107 * composite.c (font_fill_lglyph_metrics):
2108 * cmds.c (Qface, Vtranslation_table_for_input):
2109 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2110 * ccl.c (charset_unicode):
2111 * callproc.c (Vtemporary_file_directory):
2112 * buffer.c (emacs_strerror): Remove extern declarations.
2113
2114 * data.c (Qwindow): Make non-static, used from other files too.
2115 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2116
2117 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2118 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2119 * s/usg5-4.h (COFF):
2120 * s/template.h:
2121 * s/msdos.h (COFF, NO_REMAP):
2122 * s/ms-w32.h (NO_REMAP):
2123 * s/hpux10-20.h (NO_REMAP):
2124 * m/sparc.h (SEGMENT_MASK):
2125 * m/m68k.h (NO_REMAP):
2126 * m/intel386.h (SEGMENT_MASK):
2127 * m/arm.h (NO_REMAP):
2128 * m/alpha.h (COFF):
2129 * m/template.h: Remove references to unused defines.
2130
2131 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2132
2133 * xsettings.c (Ftool_bar_get_system_style): Also check for
2134 Qtext_image_horiz.
2135
2136 * xdisp.c (Qtext_image_horiz): Define.
2137 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
2138 to documentation of tool-bar-style.
2139
2140 * lisp.h (Qtext_image_horiz): Declare.
2141
2142 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2143 style text_image_horiz.
2144
2145 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2146
2147 * emacs.c (Fkill_emacs): Remove return statement.
2148
2149 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2150 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2151 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2152 local extern declarations.
2153
2154 * xmenu.c: Do not included lwlib.h, not needed.
2155
2156 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2157
2158 * process.c: Move definitions earlier to minimize #ifdefs.
2159
2160 * xterm.h (x_get_customization_string, x_load_resources)
2161 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2162 (x_check_errors, x_property_data_to_lisp, defined_color)
2163 (xic_set_xfontset, x_defined_color): Use const.
2164
2165 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2166 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2167
2168 * xselect.c (selection_data_to_lisp_data)
2169 (x_property_data_to_lisp):
2170 * xrdb.c (x_get_string_resource, file_p)
2171 (x_get_customization_string, magic_file_p, search_magic_path)
2172 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2173 (x_get_string_resource): Use const.
2174
2175 * xfns.c: Include xlwmenu.h when USE_LUCID.
2176 (x_defined_color, xic_set_xfontset): Use const.
2177 (Fx_hide_tip): Remove local extern declaration.
2178
2179 * xfaces.c (Qmouse_face): Remove declaration.
2180 (face_color_gray_p, tty_defined_color, defined_color)
2181 (face_color_gray_p, face_color_supported_p): Add const.
2182
2183 * xdisp.c (do_mouse_tracking): Remove declaration.
2184 (add_to_log): Use const.
2185
2186 * minibuf.c (Qmouse_face): Remove declaration.
2187
2188 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2189
2190 * keyboard.h (do_mouse_tracking): Add declaration.
2191
2192 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2193 (QCdata, QCtype, Qcenter): Remove declarations.
2194
2195 * frame.c (x_get_resource_string, x_get_string_resource)
2196 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2197 (x_default_parameter): Use const.
2198
2199 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2200 (QCheight, QCsize, QCname): Remove declarations.
2201
2202 * emacs.c (main): Remove local extern declaration.
2203
2204 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2205 declarations.
2206
2207 * dispnew.c: Remove duplicate #include <unistd.h>.
2208 (update_window, update_frame_1, init_display): Remove local extern
2209 declarations.
2210
2211 * dispextern.h (add_to_log): Remove declaration.
2212 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2213 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2214
2215 * dired.c (scmp): Add const.
2216 (directory_files_internal): Remove local extern declaration.
2217
2218 * data.c (Finteractive_form): Use const.
2219
2220 * composite.c (syms_of_composite): Remove local extern declarations.
2221
2222 * charset.c (add_to_log): Remove declaration.
2223
2224 * character.c (strwidth, parse_str_to_multibyte): Add const.
2225
2226 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2227
2228 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2229
2230 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2231 (Lisp_Subr): Make doc and intspec constant.
2232 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2233 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2234 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2235 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2236 (display_arg): Add declarations.
2237
2238 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
2239
2240 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2241
2242 * window.c (Fwindow_height): Doc fix (bug#6518).
2243
2244 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2247
2248 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2249
2250 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2251 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2252 functions.
2253
2254 * frame.h (Qtty_color_mode): Add declaration.
2255
2256 * lisp.h (Ftop_level, Fexit_recursive_edit)
2257 (Fabort_recursive_edit): Mark as NO_RETURN.
2258
2259 2010-07-26 Kenichi Handa <handa@m17n.org>
2260
2261 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2262 number of glyphs gets smaller than the original length. (Bug#6621)
2263
2264 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * lread.c (unreadpure, mapatoms_1): Make static.
2267
2268 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * terminfo.c (tparam): Fix prototype of tparm.
2271
2272 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2273
2274 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2275 find start of text segment.
2276 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2277 is defined.
2278
2279 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2280
2281 2010-07-25 Ken Brown <kbrown@cornell.edu>
2282
2283 * vm-limit.c (check_memory_limits): Fix previous change;
2284 accidentally reverted an earlier change.
2285
2286 2010-07-25 Ken Brown <kbrown@cornell.edu>
2287
2288 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2289 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2290
2291 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2292
2293 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2294 * dired.c (opendir, readdir): Fix prototypes.
2295 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2296 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2297 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2298 (telldir): Remove declaration.
2299 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2300 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2301 * syssignal.h (strsignal): Fix prototype.
2302 * term.c (tparam): Fix prototype.
2303 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2304 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2305 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2306 and __morecore.
2307 * w32gui.h (XParseGeometry): Fix prototype.
2308 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2309 * w32term.c (my_set_focus): Declare inside #if 0.
2310 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2311 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2312 (drain_message_queue, get_next_msg, post_msg, parse_button)
2313 (ClipboardSequence_Proc): Fix prototypes.
2314 (wait_for_sync): Remove declaration.
2315
2316 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * w32fns.c (w32_to_x_color): Remove, unused.
2319
2320 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2321
2322 * lisp.h: Remove leftover P_.
2323
2324 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2325
2326 * ecrt0.c, unexalpha.c: Remove files, unused.
2327
2328 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2329
2330 * cmds.c (internal_self_insert): Make static.
2331 * lisp.h (internal_self_insert): Remove declaration.
2332
2333 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * alloc.c (free_float):
2336 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2337 * frame.c (delete_frame_handler):
2338 * ralloc.c (reorder_bloc):
2339 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2340 Remove unused static functions.
2341
2342 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2343 it is called only from NS code.
2344
2345 * w32term.c (my_set_focus): #ifdef away; it is called only from
2346 "#ifdef 0" code.
2347
2348 * w32fns.c (x_edge_detection):
2349 * xfaces.c (may_use_scalable_font_p):
2350 Remove obsolete static declarations.
2351
2352 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2355 (emacs_blocked_realloc, uninterrupt_malloc):
2356 * fringe.c (w32_reset_fringes):
2357 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2358 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2359 * sound.c (be2hs, do_play_sound):
2360 * vm-limit.c (get_lim_data, ret_lim_data):
2361 * w32term.c (x_free_frame_resources):
2362 * xfaces.c (x_create_gc, x_free_gc):
2363 Convert definitions to standard C.
2364
2365 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * eval.c (Feval, Ffuncall): Use the new names.
2368
2369 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2370 (DEFUN): Add braces around the union initialisation and use ## to
2371 specify the right union alternative and avoid a cast.
2372
2373 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2376
2377 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2380
2381 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2382
2383 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2384 is related to the menu bar (Bug#6499).
2385 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2386
2387 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2388
2389 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2390
2391 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2392
2393 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2394 i.e. don't put back ButtonRelease (Bug#6608).
2395
2396 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2397 instead of Window. Call xg_event_is_for_menubar when
2398 USE_GTK (Bug#6499).
2399
2400 * gtkutil.h (xg_event_is_for_menubar): Declare.
2401
2402 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2403
2404 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2405
2406 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2407 when it's the same as the old foreground. (Bug#6609)
2408
2409 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2410
2411 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2412 widget is non-null (Bug#6645).
2413
2414 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2415
2416 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2417 Convert old-style definition.
2418
2419 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2420 timestamp argument.
2421
2422 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2423
2424 * fringe.c (update_window_fringes): Restore mistakenly reverted
2425 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2426
2427 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2428
2429 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2430 (SET_SAVED_KEY_EVENT): Remove (not used).
2431 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2432 remove size parameter.
2433 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2434 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2435 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2436 ButtonRelease.
2437 (x_set_window_size_1): scroll_bar_actual_width is always
2438 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2439
2440 * xdisp.c (pending_menu_activation): Remove extern declaration.
2441 (prepare_menu_bars): Remove setting of pending_menu_activation.
2442
2443 * xmenu.c (pending_menu_activation): Remove.
2444 (x_activate_menubar): Set popup_activated_flag for Xt also.
2445 Remove setting of pending_menu_activation.
2446 (set_frame_menubar): Remove check of pending_menu_activation.
2447 Declare menubar_size before code. Correct spelling in comment.
2448
2449 2010-07-14 Kenichi Handa <handa@m17n.org>
2450
2451 * font.c (font_open_entity): Cancel previous change.
2452 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2453
2454 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2455
2456 Remove subprocesses #ifdefs.
2457 * process.c <inhibit_sentinels>: Move to the common part.
2458 (Fwaiting_for_user_input_p): Move to the common part; return nil
2459 if async subprocesses aren't supported.
2460 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2461 MS-DOS. Remove "#ifdef subprocesses".
2462 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2463 (gettimeofday): Remove "#ifdef subprocesses".
2464 (wait_without_blocking): Remove function.
2465 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2466 Remove "#ifdef subprocesses".
2467 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2468 compiled on MS-DOS.
2469 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2470 wait_for_termination on MS-DOS.
2471 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2472 initialization of inhibit_sentinels.
2473 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2474 subprocesses" conditional.
2475 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2476 wait_for_termination, since `buffer' cannot be an integer when
2477 async subprocesses are not supported
2478 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2479 for ifdefing away the call to Fprocess_status.
2480
2481 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2482 away the entire body of the function.
2483
2484 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2485
2486 Remove subprocesses #ifdefs from term.c.
2487 * process.c (add_keyboard_wait_descriptor)
2488 (delete_keyboard_wait_descriptor): Move to common section, do
2489 nothing when subprocesses is not defined.
2490 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2491 Remove subprocesses #ifdefs.
2492
2493 Convert maybe_fatal to standard C.
2494 * lisp.h (verror): Declare.
2495 * eval.c (verror): New function containing the code from ...
2496 (error): ... this. Call verror.
2497 * term.c (vfatal): New function containing the code from ...
2498 (fatal): ... this. Call vfatal.
2499 (maybe_fatal): Convert to standard C, use variable number of
2500 arguments. Declare as non-return.
2501 (init_tty): Fix maybe_fatal call.
2502
2503 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2504
2505 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2506 (_scroll_bar_note_movement): Convert definitions to standard C.
2507 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2508 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2509
2510 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2513 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2514 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2515 (xaw_jump_callback, xaw_scroll_callback)
2516 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2517 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2518 definitions to standard C.
2519 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2520 (popup_activate_callback, popup_deactivate_callback)
2521 (menu_highlight_callback, menubar_selection_callback)
2522 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2523 (free_frame_menubar, popup_selection_callback, as)
2524 (create_and_show_popup_menu, dialog_selection_callback)
2525 (create_and_show_dialog):
2526 * xfns.c (hack_wm_protocols, x_window):
2527 * xfaces.c (x_update_menu_appearance):
2528 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2529 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2530 (set_frame_size, update_wm_hints, setup_frame_gcs)
2531 (update_various_frame_slots, update_from_various_frame_slots)
2532 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2533 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2534 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2535
2536 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2537
2538 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2539
2540 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2541
2542 * process.c (setup_process_coding_systems): Move to the part
2543 shared by non-subprocesses systems, and make its body empty when
2544 subprocesses is not defined.
2545 (close_process_descs): Move to the part shared by non-subprocesses
2546 systems.
2547 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2548 ANSI C.
2549
2550 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2551
2552 * editfns.c (transpose_markers): Convert old-style definition.
2553 * emacs.c (abort, shut_down_emacs, fixup_locale)
2554 (synchronize_system_time_locale)
2555 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2556 * floatfns.c (extract_float, matherr, init_floatfns)
2557 (syms_of_floatfns): Likewise.
2558 * fns.c (make_hash_table): Likewise.
2559 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2560 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2561 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2562 (ftfont_variation_glyphs): Likewise.
2563 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2564 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2565 * lread.c (read_filtered_event): Likewise.
2566 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2567 * process.c (wait_reading_process_output): Likewise.
2568 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2569 * search.c (search_buffer, boyer_moore): Likewise.
2570 * syntax.c (scan_sexps_forward): Likewise.
2571 * xdisp.c (try_scrolling): Likewise.
2572 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2573 (face_at_string_position): Likewise.
2574 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2575 * xselect.c (x_get_window_property, receive_incremental_selection)
2576 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2577 Likewise.
2578 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2579
2580 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * callproc.c (child_setup): Remove subprocesses conditional.
2583 Remove code dealing with SET_EMACS_PRIORITY, unused.
2584
2585 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2586 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2587
2588 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2589 (__do_global_dtors, __main): Use void in definition.
2590 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2591 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2592 the only users from ...
2593 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2594 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2595 (HAVE_VOLATILE): Remove, unused.
2596
2597 Convert more function definitions to standard C.
2598 * xdisp.c (window_box_edges, handle_single_display_spec)
2599 (display_string): Convert definition to standard C.
2600 * scroll.c (do_direct_scrolling, scrolling_1):
2601 * dispnew.c (allocate_matrices_for_frame_redisplay)
2602 (mirrored_line_dance):
2603 * coding.c (code_convert_string):
2604 * charset.c (map_charset_chars):
2605 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2606 (Fregister_ccl_program, Fregister_code_conversion_map):
2607 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2608 (head_table): Make static and const.
2609
2610 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2611
2612 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2613 (PROFILING_LDFLAGS): Set from substitution.
2614 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2615 CFLAGS last.
2616
2617 2010-07-12 Kenichi Handa <handa@m17n.org>
2618
2619 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2620 (shortlisp): Likewise.
2621
2622 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2623
2624 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2625 of FONT_ENTITY_INDEX.
2626 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2627 property, get the property value dynamically.
2628 (Ffont_put): Accept font-entity and font-object too.
2629 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2630 return value changed.
2631 (syms_of_font): Adjusted for the above change.
2632
2633 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2634
2635 * blockinput.h: Remove obsolete comment.
2636
2637 * lisp.h: Include <stddef.h>.
2638 (OFFSETOF): Don't define.
2639 (VECSIZE): Use offsetof instead of OFFSETOF.
2640 (PSEUDOVECSIZE): Likewise.
2641 * process.c (conv_sockaddr_to_lisp): Likewise.
2642 * alloc.c: Don't include <stddef.h>.
2643 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2644
2645 * process.c: Remove obsolete comment.
2646
2647 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2650
2651 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2652
2653 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2654 index, rindex.
2655 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2656 * editfns.c (Fuser_full_name, Fformat): Likewise.
2657 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2658 * fileio.c (Ffile_symlink_p): Likewise.
2659 * filelock.c (current_lock_owner): Likewise.
2660 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2661 * fontset.c (fontset_pattern_regexp): Likewise.
2662 * lread.c (read1): Likewise.
2663 * sysdep.c (init_system_name): Likewise.
2664 * xfns.c (select_visual): Likewise.
2665 * s/hpux10-20.h (index, rindex): Don't define.
2666 * s/ms-w32.h (index): Likewise.
2667 * s/usg5-4.h: Likewise.
2668
2669 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2670
2671 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2672 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2673 (egetenv): Likewise.
2674 * doprnt.c (doprnt): Likewise.
2675 * editfns.c (set_time_zone_rule, format2): Likewise.
2676 * emacs.c (decode_env_path): Likewise.
2677 * eval.c (signal_error, error): Likewise.
2678 * insdel.c (replace_range_2): Likewise.
2679 * keyboard.c (cmd_error_internal): Likewise.
2680 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2681 * print.c (write_string, write_string_1, print_error_message):
2682 Likewise.
2683 * vm-limit.c (warn_function, memory_warnings): Likewise.
2684 * xdisp.c (message1, message1_nolog, message_with_string)
2685 (vmessage, message, message_nolog): Likewise.
2686 * emacs.c: Remove duplicate declaration.
2687 * keyboard.h: Likewise.
2688 * lisp.h: Update prototypes.
2689
2690 * eval.c: Fix indentation problem.
2691
2692 * keyboard.c: Include "process.h"
2693
2694 * eval.c: Remove obsolete noinline declaration.
2695 * fns.c: Likewise.
2696
2697 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2698
2699 * doprnt.c (doprnt): Take a va_list argument instead of count and
2700 pointer.
2701 * eval.c (error): Change to a standard-C variadic function.
2702 * xdisp.c (vmessage): Renamed from message, made static, and
2703 changed to take a va_list argument.
2704 (message): New variadic wrapper.
2705 (message_nolog): Now a variadic function, calling vmessage.
2706 * lisp.h: Include stdarg.h for va_list.
2707 (doprnt, error, message, message_nolog): Decls updated.
2708
2709 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2710
2711 * process.c (syms_of_process) <delete-exited-processes>: Define
2712 even if !subprocesses.
2713 (delete_exited_processes): Ditto.
2714
2715 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2716 (delete_exited_processes): Don't define.
2717
2718 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * frame.c (make_frame): Initialize menu_bar_lines and
2721 tool_bar_lines members.
2722 (make_initial_frame, make_terminal_frame): Initialize
2723 menu_bar_lines using value of menu-bar-mode.
2724
2725 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2726
2727 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2728
2729 * process.c: Reshuffle #include's. Condition some of the global
2730 and static variables on `subprocesses'.
2731 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2732 Leave only one implementation.
2733 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2734 (kill_buffer_processes, Flist_system_processes)
2735 (Fprocess_attributes, init_process, syms_of_process): Unify the
2736 implementations for with subprocesses and without them.
2737
2738 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2739
2740 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2741 correct size for Motif.
2742 (free_frame_menubar): Call x_set_window_size to update frame size.
2743
2744 * xfns.c (x_window): Set borderWidth to 0 for pane and
2745 EmacsFrame. Frame size calculation is wrong otherwise.
2746
2747 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2750 allows to suppress errors when polling in Emacs' main loop.
2751 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2752 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2753 (Fdbus_method_error_internal, Fdbus_send_signal)
2754 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2755 (Fdbus_register_method): Use it. (Bug#6579)
2756
2757 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2758
2759 * alloc.c: Convert DEFUNs to standard C.
2760 * buffer.c:
2761 * bytecode.c:
2762 * callint.c:
2763 * callproc.c:
2764 * casefiddle.c:
2765 * casetab.c:
2766 * category.c:
2767 * character.c:
2768 * charset.c:
2769 * chartab.c:
2770 * cmds.c:
2771 * coding.c:
2772 * composite.c:
2773 * data.c:
2774 * dbusbind.c:
2775 * dired.c:
2776 * dispnew.c:
2777 * doc.c:
2778 * dosfns.c:
2779 * editfns.c:
2780 * emacs.c:
2781 * eval.c:
2782 * fileio.c:
2783 * filelock.c:
2784 * floatfns.c:
2785 * fns.c:
2786 * font.c:
2787 * fontset.c:
2788 * frame.c:
2789 * fringe.c:
2790 * image.c:
2791 * indent.c:
2792 * insdel.c:
2793 * keyboard.c:
2794 * keymap.c:
2795 * lread.c:
2796 * macros.c:
2797 * marker.c:
2798 * menu.c:
2799 * minibuf.c:
2800 * msdos.c:
2801 * nsfns.m:
2802 * nsmenu.m:
2803 * nsselect.m:
2804 * print.c:
2805 * process.c:
2806 * search.c:
2807 * sound.c:
2808 * syntax.c:
2809 * term.c:
2810 * terminal.c:
2811 * textprop.c:
2812 * undo.c:
2813 * w16select.c:
2814 * w32console.c:
2815 * w32fns.c:
2816 * w32font.c:
2817 * w32menu.c:
2818 * w32proc.c:
2819 * w32select.c:
2820 * window.c:
2821 * xdisp.c:
2822 * xfaces.c:
2823 * xfns.c:
2824 * xmenu.c:
2825 * xselect.c:
2826 * xsettings.c:
2827 * xsmfns.c: Likewise.
2828
2829 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2830
2831 * process.c (kbd_is_on_hold, hold_keyboard_input)
2832 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2833
2834 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2835
2836 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2837 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2838 unless USE_LUCID.
2839
2840 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2841
2842 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2843 declaration.
2844
2845 Clean up include guards.
2846 * tparam.c: Remove include guards for config.h, string.h and code
2847 that assumes #ifndef emacs.
2848 * termcap.c:
2849 * unexalpha.c:
2850 * sysdep.c:
2851 * filemode.c:
2852 * filelock.c:
2853 * bidi.c: Likewise.
2854
2855 Remove prefix-args.c
2856 * prefix-args.c: Remove file.
2857 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2858 * Makefile.in (temacs${EXEEXT}): Remove references to
2859 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2860 (mostlyclean): Remove reference to prefix-args.
2861 (prefix-args): Remove.
2862
2863 Simplify cstart_of_data, start_of_code and related code.
2864 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2865 (start_of_data): Merge into start_of_data function.
2866 * sysdep.c (start_of_text): Remove. Move simplified versions of
2867 it in the only users: unexaix.c and unexec.c.
2868 (read_input_waiting): Remove local declaration of quit_char.
2869 (start, etext): Remove declarations.
2870 (start_of_data): Merge with the version in mem-limits.h and move
2871 to vm-limits.c.
2872 * vm-limit.c (start_of_data): Merged and simplified version of the
2873 code formerly in mem-limits.h and sysdep.c.
2874 * unexec.c (start): New declaration, moved from sysdep.c.
2875 (start_of_text): Simplified version of the code formerly in sysdep.c.
2876 * unexaix.c (start_of_text): Simplified version of the code
2877 formerly in sysdep.c.
2878 * m/alpha.h (HAVE_TEXT_START): Remove.
2879 (TEXT_START): Move ...
2880 * unexalpha.c (TEXT_START): ... here.
2881 * s/hpux10-20.h (TEXT_START): Remove.
2882 * s/darwin.h (TEXT_START):
2883 * m/mips.h (TEXT_START):
2884 * m/macppc.h (HAVE_TEXT_START):
2885 * m/m68k.h (TEXT_START):
2886 * m/iris4d.h (TEXT_START):
2887 * m/intel386.h (TEXT_START):
2888 * m/ibmrs6000.h (TEXT_START):
2889 * m/ia64.h (HAVE_TEXT_START):
2890 * s/msdos.h (TEXT_START): Likewise.
2891
2892 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2895 (overrun_check_free, xstrdup, allocate_string)
2896 (allocate_string_data, compact_small_strings, Fmake_string)
2897 (make_unibyte_string, make_multibyte_string)
2898 (make_string_from_bytes, make_specified_string, make_float)
2899 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2900 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2901 memcpy, memmove, memset, memcmp.
2902 * atimer.c (start_atimer, set_alarm): Likewise.
2903 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2904 (mmap_realloc, init_buffer_once): Likewise.
2905 * callint.c (Fcall_interactively): Likewise.
2906 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2907 (getenv_internal_1): Likewise.
2908 * casefiddle.c (casify_object): Likewise.
2909 * ccl.c (ccl_driver): Likewise.
2910 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2911 * charset.c (load_charset_map_from_file)
2912 (load_charset_map_from_file, load_charset_map_from_vector)
2913 (Fdefine_charset_internal): Likewise.
2914 * cm.c (Wcm_clear): Likewise.
2915 * coding.c (decode_eol, decode_coding_object)
2916 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2917 * data.c (Faset): Likewise.
2918 * dired.c (directory_files_internal, file_name_completion_stat):
2919 Likewise.
2920 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2921 (clear_glyph_row, copy_row_except_pointers)
2922 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2923 (save_current_matrix, restore_current_matrix)
2924 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2925 (mirror_line_dance, scrolling_window): Likewise.
2926 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2927 Likewise.
2928 * doprnt.c (doprnt): Likewise.
2929 * editfns.c (Fuser_full_name, make_buffer_string_both)
2930 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2931 * emacs.c (sort_args): Likewise.
2932 * eval.c (Fapply, Ffuncall): Likewise.
2933 * fileio.c (Ffile_name_directory, make_temp_name)
2934 (Fexpand_file_name, search_embedded_absfilename)
2935 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2936 (auto_save_error): Likewise.
2937 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2938 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2939 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2940 (Fmake_hash_table): Likewise.
2941 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2942 * ftfont.c (ftfont_text_extents): Likewise.
2943 * getloadavg.c (getloadavg): Likewise.
2944 * image.c (define_image_type, make_image, make_image_cache)
2945 (x_create_x_image_and_pixmap, xbm_image_p)
2946 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2947 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2948 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2949 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2950 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2951 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2952 Likewise.
2953 * indent.c (scan_for_column, compute_motion): Likewise.
2954 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2955 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2956 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2957 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2958 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2959 (store_user_signal_events, menu_bar_items, tool_bar_items)
2960 (process_tool_bar_item, append_tool_bar_item)
2961 (read_char_minibuf_menu_prompt, read_key_sequence)
2962 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2963 Likewise.
2964 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2965 Likewise.
2966 * lisp.h (STRING_COPYIN): Likewise.
2967 * lread.c (Fload, read1, oblookup): Likewise.
2968 * msdos.c (Frecent_doskeys): Likewise.
2969 * nsfns.m (Fx_create_frame): Likewise.
2970 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2971 Likewise.
2972 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2973 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2974 Likewise.
2975 * nsmenu.m (ns_update_menubar): Likewise.
2976 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2977 * print.c (print_unwind, printchar, strout, print_string)
2978 (print_error_message): Likewise.
2979 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2980 (Fmake_network_process, Fnetwork_interface_list)
2981 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2982 (init_process): Likewise.
2983 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2984 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2985 Likewise.
2986 * scroll.c (do_scrolling, do_direct_scrolling)
2987 (scrolling_max_lines_saved): Likewise.
2988 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2989 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2990 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2991 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2992 (emacs_set_tty): Likewise.
2993 * term.c (encode_terminal_code, calculate_costs)
2994 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2995 Likewise.
2996 * termcap.c (tgetst1, gobble_line): Likewise.
2997 * termhooks.h (EVENT_INIT): Likewise.
2998 * tparam.c (tparam1): Likewise.
2999 * unexalpha.c (unexec): Likewise.
3000 * unexec.c (write_segment): Likewise.
3001 * unexmacosx.c (unexec_write_zero): Likewise.
3002 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3003 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3004 * w32font.c (w32font_list_family, w32font_text_extents)
3005 (w32font_list_internal, w32font_match_internal)
3006 (w32font_open_internal, compute_metrics, Fx_select_font):
3007 Likewise.
3008 * w32menu.c (set_frame_menubar, add_menu_item)
3009 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3010 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3011 * w32uniscribe.c (uniscribe_list_family): Likewise.
3012 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3013 * window.c (make_window, replace_window, set_window_buffer)
3014 (Fsplit_window): Likewise.
3015 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3016 (add_to_log, message3, x_consider_frame_title)
3017 (append_space_for_newline, extend_face_to_end_of_line)
3018 (decode_mode_spec_coding, init_glyph_string): Likewise.
3019 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3020 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3021 (face_attr_equal_p, make_realized_face, make_face_cache)
3022 (free_realized_faces, lookup_named_face, smaller_face)
3023 (face_with_height, lookup_derived_face)
3024 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3025 (Finternal_set_font_selection_order, realize_default_face)
3026 (compute_char_face, face_at_buffer_position)
3027 (face_for_overlay_string, face_at_string_position, merge_faces):
3028 Likewise.
3029 * xfns.c (xic_create_fontsetname, Fx_create_frame)
3030 (Fx_window_property, x_create_tip_frame)
3031 (Fx_backspace_delete_keys_p): Likewise.
3032 * xfont.c (xfont_list, xfont_match, xfont_list_family)
3033 (xfont_text_extents): Likewise.
3034 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3035 * xrdb.c (magic_file_p, x_get_resource): Likewise.
3036 * xselect.c (x_queue_event, x_get_window_property)
3037 (receive_incremental_selection): Likewise.
3038 * xsmfns.c (x_session_check_input): Likewise.
3039 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3040 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3041 Likewise.
3042 * character.h (BCOPY_SHORT): Removed.
3043 * config.in: Regenerate.
3044 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3045 * emacs.c (main) [PROFILING]: Don't declare
3046 dump_opcode_frequencies.
3047 * lisp.h (safe_bcopy): Remove declaration.
3048 (memset) [!HAVE_MEMSET]: Declare.
3049 (memcpy) [!HAVE_MEMCPY]: Likewise.
3050 (memmove) [!HAVE_MEMMOVE]: Likewise.
3051 (memcmp) [!HAVE_MEMCMP]: Likewise.
3052 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3053 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3054 Don't define.
3055 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3056 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3057 (BCOPY_DOWNWARD_SAFE): Don't define.
3058 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3059 (memcpy) [!HAVE_MEMCPY]: Define.
3060 (memmove) [!HAVE_MEMMOVE]: Define.
3061 (memcmp) [!HAVE_MEMCMP]: Define.
3062
3063 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
3064
3065 * process.c (kbd_is_on_hold): New variable.
3066 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3067 New functions.
3068 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3069 select on empty input mask.
3070 (init_process): Initialize kbd_is_on_hold to 0.
3071
3072 * process.h (hold_keyboard_input, unhold_keyboard_input)
3073 (kbd_on_hold_p): Declare.
3074
3075 * keyboard.c (input_available_signal): Declare.
3076 (kbd_buffer_nr_stored): New function.
3077 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3078 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3079 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3080 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3081 (tty_read_avail_input): If input is on hold, return.
3082 Don't read more that free slots in kbd_buffer (Bug#6571).
3083
3084 2010-07-07 Eli Zaretskii <eliz@gnu.org>
3085
3086 * msdos.h:
3087 * msdos.c:
3088 * dosfns.c:
3089 * w16select.c: Convert function definitions to ANSI C.
3090
3091 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3092 Remove unused prototypes.
3093
3094 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3095
3096 * coding.c, sysdep.c: Convert some more functions to standard C.
3097
3098 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3101 (encode_coding_object): Use SPECPDL_INDEX.
3102 (syms_of_coding): Use DOS_NT.
3103
3104 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3107
3108 Make the function member of Lisp_Subr use standard C prototypes.
3109 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3110 (DECL_ALIGN): Add a cast for the function.
3111 * eval.c (Feval, Ffuncall): Use the proper type for each type
3112 function call.
3113
3114 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3117 fringe face id, so face-remapping-alist works (Bug#6091).
3118
3119 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3122 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3123 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3124
3125 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3126
3127 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3128 * lisp.h: Declare x_get_keysym_name.
3129 * keyboard.c (modify_event_symbol): Don't declare
3130 x_get_keysym_name here.
3131
3132 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * ecrt0.c: Revert conversion to standard C.
3135
3136 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * vm-limit.c (memory_warnings):
3139 * keyboard.c (modify_event_symbol):
3140 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3141 (round2, emacs_rint):
3142 * process.c (send_process, old_sigpipe): Convert function
3143 definitions and declarations to standard C.
3144
3145 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3148 * xdisp.c: Convert function definitions to standard C.
3149
3150 * cm.c (cmputc): Arg C is now int, not char.
3151 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3152
3153 2010-07-05 James Cloos <cloos@jhcloos.com>
3154
3155 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3156
3157 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3158 _NET_WM_ICON_NAME atoms.
3159
3160 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3161 and _NET_WM_ICON_NAME properties, too, matching what is
3162 done in the Gtk+ case.
3163
3164 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3165
3166 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3167
3168 * xsmfns.c (SSDATA): New macro.
3169 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3170 passed to strlen/strcpy/strcat.
3171 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
3172 7:th arg to XChangeProperty to (unsigned char *).
3173
3174 * xsettings.c (something_changedCB, parse_settings)
3175 (apply_xft_settings): Reformat prototype.
3176 (something_changedCB, init_gconf): Remove unused variable i.
3177 (read_settings): Remove unused variable long_len.
3178
3179 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3180 (xg_get_image_for_pixmap, create_dialog)
3181 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3182 (menuitem_highlight_callback, make_menu_item)
3183 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3184 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3185 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3186 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3187 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3188 (xg_tool_bar_item_expose_callback): Reformat prototype.
3189 (xg_update_menubar): GList *group => GSList *group.
3190 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3191 before use.
3192 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3193 to GTK_IMAGE (wimage).
3194
3195 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * atimer.c: Use "" instead of <> for local includes for
3198 consistency with the rest of the code.
3199
3200 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3201 * xrdb.c (get_system_name):
3202 * window.c (shrink_windows):
3203 * syntax.c (forw_comment):
3204 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3205 (ins_del_costs):
3206 * mem-limits.h (start_of_data):
3207 * lread.c (readevalloop):
3208 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3209 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3210 * frame.c (x_get_focus_frame):
3211 * floatfns.c (fmod_float):
3212 * fileio.c (choose_write_coding_system):
3213 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3214 (malloc_initialize_hook, sort_args, synchronize_locale):
3215 * doprnt.c (doprnt):
3216 * dired.c (compile_pattern):
3217 * data.c (fmod_float):
3218 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3219 (map_char_table_for_charset):
3220 * charset.c (define_charset_internal):
3221 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3222 to standard C.
3223
3224 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3225 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * lread.c (read1): Fix up last change to not mess up `c'.
3228
3229 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3232
3233 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3234
3235 Fix prototypes.
3236
3237 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3238 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3239 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3240 arg, as required by internal_condition_case_1.
3241 * print.c (strout): Use const char* for arg PTR.
3242 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3243 (analyse_first): Fix "const const".
3244 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3245 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3246 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3247
3248 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3249
3250 * alloc.c: Convert function definitions to standard C.
3251 * atimer.c:
3252 * bidi.c:
3253 * bytecode.c:
3254 * callint.c:
3255 * callproc.c:
3256 * casefiddle.c:
3257 * casetab.c:
3258 * category.c:
3259 * ccl.c:
3260 * character.c:
3261 * charset.c:
3262 * chartab.c:
3263 * cmds.c:
3264 * coding.c:
3265 * composite.c:
3266 * data.c:
3267 * dbusbind.c:
3268 * dired.c:
3269 * dispnew.c:
3270 * doc.c:
3271 * doprnt.c:
3272 * ecrt0.c:
3273 * editfns.c:
3274 * fileio.c:
3275 * filelock.c:
3276 * filemode.c:
3277 * fns.c:
3278 * font.c:
3279 * fontset.c:
3280 * frame.c:
3281 * fringe.c:
3282 * ftfont.c:
3283 * ftxfont.c:
3284 * gtkutil.c:
3285 * indent.c:
3286 * insdel.c:
3287 * intervals.c:
3288 * keymap.c:
3289 * lread.c:
3290 * macros.c:
3291 * marker.c:
3292 * md5.c:
3293 * menu.c:
3294 * minibuf.c:
3295 * prefix-args.c:
3296 * print.c:
3297 * ralloc.c:
3298 * regex.c:
3299 * region-cache.c:
3300 * scroll.c:
3301 * search.c:
3302 * sound.c:
3303 * strftime.c:
3304 * syntax.c:
3305 * sysdep.c:
3306 * termcap.c:
3307 * terminal.c:
3308 * terminfo.c:
3309 * textprop.c:
3310 * tparam.c:
3311 * undo.c:
3312 * unexelf.c:
3313 * window.c:
3314 * xfaces.c:
3315 * xfns.c:
3316 * xfont.c:
3317 * xftfont.c:
3318 * xgselect.c:
3319 * xmenu.c:
3320 * xrdb.c:
3321 * xselect.c:
3322 * xsettings.c:
3323 * xsmfns.c:
3324 * xterm.c: Likewise.
3325
3326 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3327
3328 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3329 frames other than the initial one. Fix reversal of colors when
3330 `reverse' is specified in the frame parameters. Call
3331 update_face_from_frame_parameter instead of
3332 internal-set-lisp-face-attribute. Initialize screen colors from
3333 initial_screen_colors[] when f->default_face_done_p is zero,
3334 instead of depending on being called with default-frame-alist as
3335 the alist argument.
3336
3337 * xfaces.c (update_face_from_frame_parameter): Move out of
3338 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3339 with HAVE_WINDOW_SYSTEM.
3340
3341 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3342 to menu-bar-mode, if not set in the frame parameters or in
3343 default-frame-alist.
3344
3345 * w32console.c (sys_tputs): Adjust argument list to prototype in
3346 term.c.
3347
3348 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * lisp.h (memory_warnings): Fix prototype.
3351
3352 * cm.h (evalcost): Fix prototype.
3353
3354 * cm.c (evalcost): Fix arg type.
3355
3356 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3357
3358 * term.c (term_clear_mouse_face, Fidentity):
3359 * syssignal.h (signal_handler_t):
3360 * lisp.h (memory_warnings):
3361 * coding.h (preferred_coding_system):
3362 * cm.h (evalcost):
3363 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3364
3365 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3366
3367 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3368 from prototypes.
3369
3370 * msdos.h (load_pixmap): Don't define away.
3371
3372 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3373
3374 * lisp.h:
3375 * atimer.h: Remove define for P_.
3376
3377 * alloc.c: Remove __P and P_ from .c and .m files.
3378 * atimer.c:
3379 * buffer.c:
3380 * callint.c:
3381 * category.c:
3382 * charset.c:
3383 * chartab.c:
3384 * cm.c:
3385 * coding.c:
3386 * composite.c:
3387 * data.c:
3388 * dired.c:
3389 * dispnew.c:
3390 * doc.c:
3391 * editfns.c:
3392 * emacs.c:
3393 * eval.c:
3394 * fileio.c:
3395 * filelock.c:
3396 * fns.c:
3397 * font.c:
3398 * fontset.c:
3399 * frame.c:
3400 * ftfont.c:
3401 * ftxfont.c:
3402 * gmalloc.c:
3403 * gtkutil.c:
3404 * image.c:
3405 * indent.c:
3406 * intervals.c:
3407 * keyboard.c:
3408 * keymap.c:
3409 * lread.c:
3410 * marker.c:
3411 * menu.c:
3412 * minibuf.c:
3413 * print.c:
3414 * process.c:
3415 * scroll.c:
3416 * search.c:
3417 * sound.c:
3418 * strftime.c:
3419 * syntax.c:
3420 * sysdep.c:
3421 * term.c:
3422 * terminal.c:
3423 * textprop.c:
3424 * unexalpha.c:
3425 * w32console.c:
3426 * w32fns.c:
3427 * w32font.c:
3428 * w32menu.c:
3429 * w32term.c:
3430 * w32uniscribe.c:
3431 * window.c:
3432 * xdisp.c:
3433 * xfaces.c:
3434 * xfns.c:
3435 * xfont.c:
3436 * xftfont.c:
3437 * xmenu.c:
3438 * xselect.c:
3439 * xterm.c: Likewise.
3440
3441 Remove P_ and __P macros.
3442 * atimer.h: Remove P_ and __P macros.
3443 * buffer.h:
3444 * category.h:
3445 * ccl.h:
3446 * character.h:
3447 * charset.h:
3448 * cm.h:
3449 * coding.h:
3450 * composite.h:
3451 * dispextern.h:
3452 * disptab.h:
3453 * dosfns.h:
3454 * font.h:
3455 * fontset.h:
3456 * frame.h:
3457 * gtkutil.h:
3458 * indent.h:
3459 * intervals.h:
3460 * keyboard.h:
3461 * keymap.h:
3462 * lisp.h:
3463 * macros.h:
3464 * md5.h:
3465 * menu.h:
3466 * msdos.h:
3467 * nsterm.h:
3468 * puresize.h:
3469 * region-cache.h:
3470 * syntax.h:
3471 * syssignal.h:
3472 * systime.h:
3473 * termhooks.h:
3474 * w32font.h:
3475 * w32term.h:
3476 * widget.h:
3477 * window.h:
3478 * xgselect.h:
3479 * xsettings.h:
3480 * xterm.h: Likewise.
3481
3482 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3483
3484 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3485
3486 Cleanup old code.
3487 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3488 * syssignal.h: Remove code for Lynx, not supported anymore.
3489 * vm-limit.c: Remove unused code the depends on emacs not being
3490 defined and NO_LIM_DATA being defined.
3491 * mem-limits.h: Remove dead code.
3492
3493 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3494
3495 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3496
3497 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3498 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3499
3500 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3501 parameters, they are already absolute.
3502
3503 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3504 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3505
3506 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3507
3508 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3509 Update FRAME_TOOLBAR_HEIGHT.
3510
3511 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3512 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3513
3514 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3517 check default-frame-alist.
3518
3519 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3520
3521 * process.c (create_process): Avoid using invalid file descriptors.
3522
3523 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3524
3525 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3526
3527 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3528 Improve documentation. Return font regardless of use_system_font.
3529 (syms_of_xsettings): Improve documentation for font-use-system-font.
3530
3531 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * xfaces.c (realize_face): Garbage the frame if a face is removed
3534 (Bug#6593).
3535
3536 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3537
3538 * keyboard.c: Remove duplicate <setjmp.h>.
3539 (read_key_sequence): Remove volatile qualifiers.
3540
3541 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3542
3543 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3544 (struct glyph_row): New members left_fringe_offset and
3545 right_fringe_offset.
3546
3547 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3548 specially.
3549 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3550 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3551
3552 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3553 Take account of bitmap offset.
3554 (draw_window_fringes): Take account of window vscroll.
3555 (update_window_fringes): Likewise. Extend top-aligned top indicator
3556 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3557 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3558 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3559
3560 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * w32fns.c (Qtooltip): Declare.
3563 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3564
3565 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3566
3567 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3568 grab on just Press (Bug#6499).
3569
3570 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * frame.c (Qtooltip): New var.
3573 (delete_frame): Use it. Fix faulty if statement. Don't update
3574 mode line for tooltip frames. Suggested by Martin Rudalics.
3575
3576 * xfns.c (x_create_tip_frame):
3577 * w32fns.c (x_create_tip_frame): Use it.
3578
3579 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3580
3581 * xftfont.c (xftfont_open): Check font width one by one also when
3582 spacing is dual.
3583
3584 * ftfont.c (ftfont_open): Ditto.
3585
3586 2010-06-30 Glenn Morris <rgm@gnu.org>
3587
3588 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3589
3590 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3591
3592 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3593 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3594 * s/darwin.h (SYSTEM_MALLOC):
3595 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3596
3597 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3598
3599 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3600 (ns_get_screen): Don't assign integer to f.
3601 (Fx_display_color_cells): Declarations before statements.
3602
3603 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3604
3605 * xfns.c (x_default_font_parameter): Remove got_from_system
3606 (Bug#6526).
3607
3608 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3609 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3610 defines based on what configure finds.
3611
3612 * xterm.c (XTflash): Use gtk_widget_get_window.
3613 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3614 gtk_adjustment_get_page_size.
3615 (handle_one_xevent): Use gtk_widget_get_mapped.
3616 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3617 messages.
3618
3619 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3620
3621 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3622 HAVE_GTK_FILE_SELECTION_NEW.
3623
3624 * gtkutil.c (xg_display_open, xg_display_close): Remove
3625 HAVE_GTK_MULTIDISPLAY, it is always defined.
3626 (xg_display_open): Return type is void.
3627 (gtk_widget_set_has_window)
3628 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3629 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3630 (gtk_adjustment_set_page_increment)
3631 (gtk_adjustment_get_step_increment): #define these if not found
3632 by configure.
3633 (remove_submenu): New define based on Gtk+ version.
3634 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3635 gtk_widget_get_window.
3636 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3637 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3638 (create_dialog): Use gtk_dialog_get_action_area and
3639 gtk_dialog_get_content_area.
3640 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3641 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3642 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3643 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3644 g_object_ref and g_object_unref.
3645 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3646 gtk_widget_get_sensitive.
3647 (xg_update_submenu): Use remove_submenu.
3648 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3649 properties instead to get old x and y position.
3650 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3651 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3652 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3653 (xg_get_tool_bar_widgets): New function.
3654 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3655 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3656 (toolbar_set_orientation): New #define based on if configure
3657 finds gtk_orientable_set_orientation.
3658 (xg_create_tool_bar): Call toolbar_set_orientation.
3659 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3660 instead of gtk_box_pack_start_defaults.
3661
3662 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * cmds.c (Fdelete_backward_char): Move into Lisp.
3665
3666 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * s/freebsd.h (BSD4_2): Remove redundant definition.
3669 bsd-common.h defines it already.
3670
3671 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3674 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3675 tool-bar-mode, which are now set using these X resources at
3676 startup, to determine the defaults (Bug#2249).
3677
3678 * w32fns.c (Fx_create_frame):
3679 * nsfns.m (Fx_create_frame): Likewise.
3680
3681 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3682
3683 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * gtkutil.c (xg_update_scrollbar_pos):
3686 Avoid C99 mid-block variable declaration.
3687
3688 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3689
3690 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3691
3692 * gtkutil.h (xg_show_scroll_bar): Remove.
3693
3694 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3695 if height is less than scroll bar min size.
3696 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3697
3698 * xfns.c (x_default_font_parameter): Try to open font from system
3699 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3700
3701 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3702
3703 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3704
3705 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3706
3707 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3708 most-positive-fixnum, be extra accurate when scrolling window
3709 start, to avoid missing the cursor line.
3710
3711 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3712
3713 * xdisp.c (try_scrolling): Compute the limit for searching point
3714 in forward scroll from scroll_max, instead of an arbitrary limit
3715 of 10 screen lines. See
3716 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3717 and
3718 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3719 for details.
3720
3721 2010-06-16 Glenn Morris <rgm@gnu.org>
3722
3723 * editfns.c (Fbyte_to_string): Pacify compiler.
3724
3725 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * lread.c (read1): Phase out old-style backquotes a bit more.
3728
3729 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3730
3731 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3732 bidimirror.h.
3733
3734 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3735
3736 * bidi.c (bidi_initialize): Remove explicit initialization of
3737 bidi_type_table; include biditype.h instead. Don't support
3738 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3739 (bidi_mirror_char): Use bidi_mirror_table.
3740
3741 * biditype.h: New file.
3742
3743 * bidimirror.h: New file.
3744
3745 * window.c (syms_of_window): Doc fix (bug#6409).
3746
3747 2010-06-12 Romain Francoise <romain@orebokech.com>
3748
3749 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3750 ediff-hook.
3751
3752 2010-06-10 Glenn Morris <rgm@gnu.org>
3753
3754 * editfns.c (Fbyte_to_string): Pacify compiler.
3755
3756 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3757
3758 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3759
3760 * alloc.c (Fmake_byte_code): Don't access undefined argument
3761 (Bug#6517).
3762
3763 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * xdisp.c (next_element_from_image): Ensure that after-strings are
3766 read the next time we hit handle_stop (Bug#1336).
3767
3768 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3769
3770 * lread.c (read1): Signal error if #s is not followed by paren.
3771
3772 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3775
3776 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3777
3778 2010-06-15 Glenn Morris <rgm@gnu.org>
3779
3780 * editfns.c (Fbyte_to_string): Pacify compiler.
3781
3782 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3785 Check `object's type before accessing its guts.
3786
3787 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3788
3789 * s/usg5-4.h: Fix previous change.
3790 Suggested by Lawrence Mitchell <wence@gmx.li>
3791
3792 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3793
3794 * minibuf.c (Fall_completions): Add more checks.
3795
3796 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3799
3800 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3801
3802 * lread.c (X_OK): Remove, unused.
3803
3804 * dispnew.c: Remove obsolete comment.
3805
3806 Remove INCLUDED_FCNTL.
3807 * xterm.c (INCLUDED_FCNTL):
3808 * callproc.c (INCLUDED_FCNTL):
3809 * alloc.c (INCLUDED_FCNTL):
3810 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3811 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3812
3813 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3814
3815 * window.c (Fselect_window): Move `record_buffer' up to the
3816 beginning of this function, so the buffer gets recorded
3817 even if the selected window does not change.
3818 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3819
3820 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3823 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3824
3825 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3826
3827 Remove BSTRING related code, all platforms define it.
3828 * s/usg5-4.h (BSTRING): Remove definition.
3829 * s/template.h (BSTRING):
3830 * s/msdos.h (BSTRING):
3831 * s/ms-w32.h (BSTRING):
3832 * s/hpux10-20.h (BSTRING):
3833 * s/gnu-linux.h (BSTRING):
3834 * s/darwin.h (BSTRING):
3835 * s/cygwin.h (BSTRING):
3836 * s/bsd-common.h (BSTRING):
3837 * s/aix4-2.h (BSTRING): Likewise.
3838 * sysdep.c: Remove code depending on BSTRING not being defined.
3839
3840 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3841
3842 Remove obsolete macro BASE_LEADING_CODE_P.
3843 * character.h (BASE_LEADING_CODE_P): Remove.
3844 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3845 * buffer.c (Fset_buffer_multibyte):
3846 * indent.c (scan_for_column, compute_motion):
3847 * insdel.c (count_combining_before, count_combining_after):
3848 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3849
3850 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3851
3852 Turn `directory-sep-char' into a noop.
3853
3854 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3855 (DIRECTORY_SEP): Define unconditionally.
3856
3857 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3858
3859 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3860 call dostounix_filename directly.
3861
3862 * fileio.c (CORRECT_DIR_SEPS): Remove.
3863 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3864 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3865 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3866 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3867
3868 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3869 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3870
3871 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3872
3873 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3874 (Bug#6346)
3875
3876 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * ccl.c (Fccl_program_p): Fix typo in docstring.
3879
3880 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3881
3882 Move UNEXEC definition to autoconf.
3883 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3884 * s/sol2-10.h (UNEXEC):
3885 * s/irix6-5.h (UNEXEC):
3886 * s/hpux10-20.h (UNEXEC):
3887 * s/gnu-linux.h (UNEXEC):
3888 * s/darwin.h (UNEXEC):
3889 * s/cygwin.h (UNEXEC):
3890 * s/bsd-common.h (UNEXEC):
3891 * s/aix4-2.h (UNEXEC):
3892 * m/alpha.h (UNEXEC): Likewise.
3893 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3894
3895 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3896
3897 Remove obsolete pre-unicode2 macros.
3898 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3899 * composite.c (composition_reseat_it):
3900 * data.c (Faset):
3901 * fns.c (Ffillarray):
3902 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3903 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3904
3905 2010-06-03 Juri Linkov <juri@jurta.org>
3906
3907 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3908 (Fswitch_to_buffer): Remove unused variable `err'.
3909
3910 2010-06-03 Glenn Morris <rgm@gnu.org>
3911
3912 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3913
3914 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3915 now that AH_BOTTOM does it.
3916
3917 * m/hp800.h (HAVE_ALLOCA):
3918 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3919
3920 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3921 Remove NOT_C_CODE tests, it is always true now.
3922
3923 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3924
3925 Fix config.h includes.
3926 * xsettings.c:
3927 * xgselect.c:
3928 * nsterm.m:
3929 * nsselect.m:
3930 * nsimage.m:
3931 * nsfont.m:
3932 * nsfns.m:
3933 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3934 other files do.
3935
3936 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3937
3938 * s/sol2-6.h: Remove obsolete comments.
3939
3940 Remove unnecessary alloca.h includes.
3941 * keymap.c: Do not include alloca.h, config.h does that.
3942 * sysdep.c: Likewise. Do not define fwrite, not used.
3943
3944 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3947 the HAVE_TERMIO where it belongs (bug#6149).
3948
3949 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3952 of bug#6305).
3953
3954 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3955
3956 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3957 state is always cached (bug#6306).
3958
3959 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3960
3961 Fix cursor motion in bidi-reordered continued lines.
3962 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3963 only after finding point's row. Fix the logic. Rewrite the loop
3964 over continuation lines in bidi-reordered buffers. Return
3965 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3966 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3967
3968 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3971
3972 2010-05-28 Kenichi Handa <handa@m17n.org>
3973
3974 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3975 Don't sheck SPEC if it is nil.
3976 (font_list_entities): Call font_delete_unmatched if
3977 Vface_ignored_fonts is non-nil. (Bug#6287)
3978
3979 2010-05-28 Glenn Morris <rgm@gnu.org>
3980
3981 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3982
3983 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3986 whether to trash.
3987 (internal_delete_file, Frename_file): Callers changed.
3988 (delete_by_moving_to_trash): Doc fix.
3989 (Fdelete_directory_internal): Don't move to trash.
3990
3991 * callproc.c (delete_temp_file):
3992 * buffer.c (Fkill_buffer): Callers changed.
3993
3994 * lisp.h: Update prototype.
3995
3996 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * xdisp.c (redisplay_window): After redisplay, check if point is
3999 still valid before setting it (Bug#6177).
4000
4001 2010-05-27 Glenn Morris <rgm@gnu.org>
4002
4003 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4004 Convert comments to Makefile format.
4005
4006 * Makefile.in (bootstrap-clean): No more Makefile.c.
4007
4008 2010-05-26 Glenn Morris <rgm@gnu.org>
4009
4010 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4011 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4012
4013 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4014 Remove.
4015 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4016
4017 2010-05-26 Kenichi Handa <handa@m17n.org>
4018
4019 * composite.c (composition_compute_stop_pos): Fix condition for
4020 backward scanning.
4021
4022 2010-05-25 Glenn Morris <rgm@gnu.org>
4023
4024 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4025 Move before TEMACS_LDFLAGS.
4026 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4027 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4028
4029 * Makefile.in (NOT_C_CODE): No longer define.
4030 (config.h): No longer include.
4031
4032 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4033 variables it may reference.
4034
4035 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4036 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4037
4038 2010-05-25 Kenichi Handa <handa@m17n.org>
4039
4040 * dispextern.h (struct composition_it): New members rule_idx and
4041 charpos.
4042
4043 * xdisp.c (set_iterator_to_next): While scanning backward, assume
4044 that the character positions of IT point the last character of the
4045 current grapheme cluster.
4046 (next_element_from_composition): Don't change character positions
4047 of IT.
4048 (append_composite_glyph): Set glyph->charpos to
4049 it->cmp_it.charpos.
4050
4051 * composite.c (autocmp_chars): Change the first argument to RULE,
4052 and try composition with RULE only.
4053 (composition_compute_stop_pos): Record the index number of the
4054 composition rule in CMP_IT->rule_idx.
4055 (composition_reseat_it): Call autocmp_chars repeatedly until the
4056 correct rule of the composition is found.
4057 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
4058 is at the last character of the current grapheme cluster when
4059 CMP_IT->reversed_p is nonzero.
4060
4061 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * editfns.c (Fbyte_to_string): New function.
4064
4065 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4068 Suggested by Masatake YAMATO <yamato@redhat.com>.
4069
4070 2010-05-23 Eli Zaretskii <eliz@gnu.org>
4071
4072 * dispextern.h (init_iterator): Sync prototype with changed definition.
4073
4074 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4075
4076 * s/netbsd.h: If terminfo is found, use it in preference to
4077 termcap. (Bug#6190) [Backport from trunk]
4078
4079 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4080
4081 Redesign and reimplement bidi-aware edge positions of glyph rows.
4082
4083 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4084 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4085 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4086 and maxpos members instead of start.pos and end.pos, respectively.
4087
4088 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4089 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4090 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4091 (try_window_reusing_current_matrix, try_window_id):
4092 Use ROW->minpos rather than ROW->start.pos.
4093 (init_from_display_pos, init_iterator): Use EMACS_INT for
4094 character and byte positions.
4095 (find_row_edges): Rename from find_row_end. Accept additional
4096 arguments for minimum and maximum buffer positions seen by
4097 display_line for this row. Don't use iterator to find the
4098 position following the maximum one; instead, increment the
4099 position found by display_line directly. Fix logic; eol_pos
4100 should be tested before the rest. Handle the case of characters
4101 delivered from display vector (bug#6036). Fix tests related to
4102 it->method. Handle the truncated_on_right_p rows.
4103 (RECORD_MAX_MIN_POS): New macro.
4104 (display_line): Use it to record the minimum and maximum buffer
4105 positions for glyphs in the row being assembled. Record the
4106 position of the newline that terminates the line. If word wrap is
4107 in effect, restore minimum and maximum positions seen up to the
4108 wrap point, when iterator returns to it.
4109 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4110 row and cursor not already at point. Restore original pre-bidi
4111 code for unidirectional buffers.
4112
4113 * dispnew.c (increment_row_positions, check_matrix_invariants):
4114 Increment and check row->start.pos and row->end.pos, in addition
4115 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4116
4117 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4118 Display truncated_on_left_p and truncated_on_right_p flags.
4119 Formatting fixes.
4120 (pmtxrows): Display the ordinal number of each row. Don't display
4121 rows beyond the last one.
4122
4123 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4124 it is not copied by bidi_copy_it.
4125
4126 2010-05-22 Eli Zaretskii <eliz@gnu.org>
4127
4128 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4129 (Bug#6237)
4130
4131 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * image.c (Fimage_flush): Rename from image-refresh.
4134
4135 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4138 just one window.
4139
4140 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4141 (clear_image_cache): If the number of cached images is unusually
4142 large, decrease the cache eviction delay (Bug#6230).
4143
4144 2010-05-21 Glenn Morris <rgm@gnu.org>
4145
4146 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4147 Move these rules to ns.mk.
4148 * ns.mk: New file.
4149
4150 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4151
4152 * Makefile.in (CANNOT_DUMP): New, set by configure.
4153 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4154
4155 2010-05-20 Juri Linkov <juri@jurta.org>
4156
4157 * fileio.c (Fdelete_file): Change interative spec to use
4158 `read-file-name' like in `find-file-read-args' where the default
4159 value is `default-directory' instead of `buffer-file-name'.
4160 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4161
4162 2010-05-20 Kevin Ryde <user42@zip.com.au>
4163
4164 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4165 (Voverriding_terminal_local_map, Vsystem_key_alist)
4166 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4167
4168 2010-05-20 Glenn Morris <rgm@gnu.org>
4169
4170 * Makefile.in (DEPDIR): New constant.
4171 (DEPFLAGS): Set with configure, not cpp.
4172 (MKDEPDIR): New, set by configure.
4173 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4174 (clean): Use $DEPDIR.
4175 (deps_frag): Include from configure.
4176 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4177 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4178
4179 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4180 reallocation of the cache. (Bug#6210)
4181
4182 2010-05-19 Glenn Morris <rgm@gnu.org>
4183
4184 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4185
4186 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4187 (GNULIB_VAR): Remove.
4188 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4189
4190 * m/ibms390x.h (LINKER):
4191 * m/macppc.h (LINKER) [GNU_LINUX]:
4192 * s/aix4-2.h (ORDINARY_LINK):
4193 * s/cygwin.h (LINKER):
4194 * s/darwin.h (ORDINARY_LINK):
4195 * s/gnu.h (ORDINARY_LINK):
4196 * s/netbsd.h (LINKER):
4197 * s/usg5-4.h (ORDINARY_LINK):
4198 Move to configure.
4199
4200 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4201
4202 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4205 prevent stack overflow if number of arguments is too large
4206 (Bug#6214).
4207
4208 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4211
4212 2010-05-18 Glenn Morris <rgm@gnu.org>
4213
4214 * s/gnu-linux.h: Combine two conditionals.
4215
4216 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4217 $(POST_ALLOC_OBJ).
4218
4219 * Makefile.in (RALLOC_OBJ): New, set by configure.
4220 (rallocobj): Replace with the previous variable.
4221 (otherobj): Use $RALLOC_OBJ.
4222
4223 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4224 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4225
4226 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4227 (gmallocobj, vmlimitobj): Replace with previous two variables.
4228 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4229
4230 2010-05-17 Glenn Morris <rgm@gnu.org>
4231
4232 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4233 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4234
4235 2010-05-16 Glenn Morris <rgm@gnu.org>
4236
4237 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4238
4239 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4240
4241 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4242 trailing "/".
4243
4244 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4245 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4246
4247 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4248 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4249 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4250 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4251 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4252
4253 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4254 Remove ${STARTFLAGS}, nothing ever sets it.
4255
4256 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4257
4258 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4259
4260 2010-05-16 Glenn Morris <rgm@gnu.org>
4261
4262 * Makefile.in (LIBX_BASE): Always define.
4263
4264 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4265
4266 * Makefile.in (LIBXT): Always define.
4267
4268 2010-05-15 Glenn Morris <rgm@gnu.org>
4269
4270 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4271
4272 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4273 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4274
4275 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4276
4277 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
4278 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4279
4280 * emacs.c (main): Initialize initial-environment and
4281 process-environment before generating from env, not after.
4282
4283 Handle --version reasonably in CANNOT_DUMP configuration.
4284 * emacs.c (emacs_version, emacs_copyright): New string variables.
4285 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4286 (syms_of_emacs): Defvar them, and initialize them from the C
4287 string variables.
4288 (main): If initialization hasn't been done, print initial version
4289 info from the C strings, instead of starting an interactive session.
4290
4291 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4292
4293 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4294 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4295 (bidi_paragraph_init): Remove redundant assertion that we are at
4296 the beginning of a line after call to bidi_find_paragraph_start.
4297
4298 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4299 (syms_of_xdisp): Defsubr it.
4300
4301 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4302
4303 * Makefile.in: Fix MSDOS-related comments.
4304
4305 2010-05-15 Glenn Morris <rgm@gnu.org>
4306
4307 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4308 (really-lwlib, really-oldXMenu): Always define.
4309 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4310
4311 * Makefile.in: Simplify cpp conditional.
4312
4313 * Makefile.in (${ns_appdir}): Simplify using umask.
4314
4315 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4316
4317 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * eval.c (specbind): Remove left-over duplicate test.
4320 Disallow let-binding frame-local vars. Add comment.
4321
4322 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4323
4324 Make the cache of bidi iterator states dynamically allocated.
4325 * bidi.c (bidi_cache_shrink): New function.
4326 (bidi_init_it): Call it.
4327 (bidi_cache_iterator_state): Enlarge the cache if needed.
4328
4329 * bidi.c (bidi_move_to_visually_next): Rename from
4330 bidi_get_next_char_visually. All callers changed.
4331
4332 2010-05-14 Kenichi Handa <handa@m17n.org>
4333
4334 * dispextern.h (struct composition_it): New member reversed_p.
4335
4336 * composite.c (composition_compute_stop_pos): Search backward if
4337 ENDPOS < CHARPOS.
4338 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4339 Set CMP_IT->reversed_p.
4340 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4341
4342 * xdisp.c (set_iterator_to_next):
4343 Call composition_compute_stop_pos with negative ENDPOS if we are
4344 scanning backward. Call composition_compute_stop_pos if scan
4345 direction is changed.
4346 (next_element_from_buffer): Call composition_compute_stop_pos with
4347 negative ENDPOS if we are scanning backward.
4348 (next_element_from_composition): Pay attention to
4349 IT->cmp_it.reversed_p.
4350
4351 2010-05-14 Kenichi Handa <handa@m17n.org>
4352
4353 * font.c (font_range): Return the range for the font found at first.
4354
4355 2010-05-14 Glenn Morris <rgm@gnu.org>
4356
4357 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4358
4359 * Makefile.in (mktime, X11, register): Move undefs to configure.
4360
4361 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4362 (MSDOS_X_OBJ): New variable.
4363 (MSDOS_SUPPORT_REAL): New constant.
4364 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4365 (obj): Use MSDOS_X_OBJ.
4366 (lisp): Use MSDOS_SUPPORT as a variable.
4367
4368 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4369 (GPM_MOUSE_SUPPORT): Now it's a constant.
4370 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4371 not cpp.
4372
4373 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4374 (ns_appresdir): Remove, unused.
4375
4376 * Makefile.in (SHELL): Move outside cpp section.
4377
4378 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4379
4380 2010-05-13 Glenn Morris <rgm@gnu.org>
4381
4382 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4383 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4384
4385 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4386 HAVE_WINDOW_SYSTEM must be too.
4387
4388 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4389 (lisp): Remove WINNT_SUPPORT.
4390
4391 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4392 Let configure set these variables (to empty) in this case as well.
4393
4394 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4395 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4396
4397 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4398 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4399 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4400 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4401 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4402 the values output by configure.
4403 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4404
4405 2010-05-12 Glenn Morris <rgm@gnu.org>
4406
4407 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4408 (LINKER_WAS_SPECIFIED): Remove.
4409
4410 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4411 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4412 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4413 * s/cygwin.h (LIB_GCC):
4414 * s/freebsd.h (LIB_GCC):
4415 * s/gnu-linux.h (LIB_GCC):
4416 * s/msdos.h (LIB_GCC):
4417 * s/netbsd.h (LIB_GCC):
4418 Move to configure.
4419
4420 2010-05-11 Karel Klic <kklic@redhat.com>
4421
4422 * ftfont.c: Fix incorrect parentheses of #if condition for
4423 definining M17N_FLT_USE_NEW_FEATURE.
4424
4425 2010-05-11 Glenn Morris <rgm@gnu.org>
4426
4427 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4428 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4429
4430 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4431
4432 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4433 unibyte buffers. See
4434 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4435
4436 2010-05-10 Glenn Morris <rgm@gnu.org>
4437
4438 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4439 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4440 (LIBES): Use LIBS_SYSTEM as a variable.
4441 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4442 * s/aix4-2.h (LIBS_SYSTEM):
4443 * s/freebsd.h (LIBS_SYSTEM):
4444 * s/hpux10-20.h (LIBS_SYSTEM):
4445 * s/sol2-6.h (LIBS_SYSTEM):
4446 * s/unixware.h (LIBS_SYSTEM):
4447 Move to configure.
4448
4449 * s/aix4-2.h (MAIL_USE_LOCKF):
4450 * s/bsd-common.h (MAIL_USE_FLOCK):
4451 * s/darwin.h (MAIL_USE_FLOCK):
4452 * s/gnu-linux.h (MAIL_USE_FLOCK):
4453 * s/irix6-5.h (MAIL_USE_FLOCK):
4454 * s/template.h (MAIL_USE_FLOCK):
4455 Move to configure.
4456
4457 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * Version 23.2 released.
4460
4461 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4462
4463 * composite.c (autocmp_chars): Save point as marker before calling
4464 auto-composition-function (Bug#5984).
4465
4466 * lisp.h (restore_point_unwind): Add prototype.
4467
4468 * fileio.c (restore_point_unwind): Remove static attribute.
4469
4470 2010-05-08 Kenichi Handa <handa@m17n.org>
4471
4472 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4473 new feature of libotf and m17n-flt.
4474 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4475 Call OTF_check_features even if no specific feature is given.
4476 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4477 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4478 that OUT is NULL. Use OTF_drive_gsub_with_log and
4479 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4480 OTF_drive_gpos.
4481 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4482 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4483 Setup mflt_enable_new_feature and mflt_try_otf.
4484
4485 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4488
4489 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4490 box and toolbar (Bug #6139).
4491 (xg_create_tool_bar): Remove comment (Bug #6139).
4492 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4493 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4494
4495 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4496
4497 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4498 Update dependencies.
4499
4500 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4501
4502 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4503 R2L lines.
4504
4505 2010-05-08 Glenn Morris <rgm@gnu.org>
4506
4507 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4508
4509 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4510 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4511 (termcapobj): Replace with TERMCAP_OBJ.
4512 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4513 (LIBES): Use LIBS_TERMCAP as a variable.
4514
4515 * s/freebsd.h (osreldate.h): No longer include, since this file
4516 does not use __FreeBSD_version any more.
4517
4518 * s/aix4-2.h (TERMINFO):
4519 * s/cygwin.h (TERMINFO):
4520 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4521 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4522 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4523 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4524 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4525 * s/irix6-5.h (TERMINFO):
4526 * s/netbsd.h (LIBS_TERMCAP):
4527 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4528 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4529 * s/usg5-4.h (TERMINFO):
4530 Move to configure.
4531
4532 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * eval.c (unbind_to): Don't unbind a local binding into the global
4535 binding when the local binding disappeared. Inversely, don't unbind
4536 a global binding into a newly created local binding.
4537 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4538 can specify the frame to use, when applicable. Adjust callers.
4539
4540 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4541 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4544
4545 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4546
4547 * w32fns.c: Include w32.h.
4548 (Fw32_shell_execute): Decode the error message before passing it
4549 to `error'. (Bug#6126)
4550
4551 * msdos.c (dos_set_window_size):
4552 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4553 instead of `XSYMBOL (foo)->value'.
4554
4555 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4556
4557 Fix the MS-DOS build, broken by autoconfiscation.
4558
4559 * Makefile.in: Don't use Make-style comments past the "start of
4560 cpp stuff" line.
4561 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4562
4563 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4564 edited directly by msdos/sed1v2.inp).
4565
4566 2010-05-07 Glenn Morris <rgm@gnu.org>
4567
4568 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4569 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4570 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4571 move out of cpp section.
4572 * s/freebsd.h (LD_SWITCH_SYSTEM):
4573 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4574 * s/netbsd.h (LD_SWITCH_SYSTEM):
4575 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4576
4577 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4578
4579 Define LIB_STANDARD and START_FILES using autoconf.
4580 * s/usg5-4.h (LIB_STANDARD):
4581 * s/netbsd.h (START_FILES):
4582 * s/irix6-5.h (LIB_STANDARD):
4583 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4584 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4585 * s/freebsd.h (START_FILES):
4586 * s/darwin.h (START_FILES):
4587 * s/cygwin.h (START_FILES):
4588 * s/aix4-2.h (LIB_STANDARD):
4589 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4590 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4591 autoconf, not cpp.
4592
4593 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4594
4595 Remove NEED_BSDTTY and NEED_UNISTD_H.
4596 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4597 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4598 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4599 <sys/ptyio.h> and <unistd.h>.
4600
4601 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4602
4603 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4604 * s/gnu.h (START_FILES): Remove empty definition.
4605
4606 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4607
4608 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4609
4610 2010-05-06 Glenn Morris <rgm@gnu.org>
4611
4612 * Makefile.in (CPP, LN_S): Remove unused variables.
4613
4614 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4617
4618 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4619
4620 * m/sparc.h: Fix typo in earlier change.
4621
4622 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 Misc tweaks.
4625 * eval.c (Fdefvaralias): Remove unintended nested if.
4626 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4627
4628 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4629
4630 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4631
4632 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4633
4634 Remove BSD_PGRPS.
4635 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4636 * s/gnu-linux.h (BSD_PGRPS): Remove.
4637 * term.c (dissociate_if_controlling_tty):
4638 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4639 (init_sys_modes, reset_sys_modes):
4640 * emacs.c (main):
4641 * callproc.c (Fcall_process, child_setup): Remove code depending
4642 on BSD_PGRPS.
4643
4644 Remove POSIX_SIGNALS.
4645 * s/usg5-4.h (POSIX_SIGNALS):
4646 * s/netbsd.h (POSIX_SIGNALS):
4647 * s/msdos.h (POSIX_SIGNALS):
4648 * s/ms-w32.h (POSIX_SIGNALS):
4649 * s/hpux11.h (POSIX_SIGNALS):
4650 * s/gnu.h (POSIX_SIGNALS):
4651 * s/gnu-linux.h (POSIX_SIGNALS):
4652 * s/freebsd.h (POSIX_SIGNALS):
4653 * s/darwin.h (POSIX_SIGNALS):
4654 * s/cygwin.h (POSIX_SIGNALS):
4655 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4656 * s/unixware.h:
4657 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4658 * process.c (create_process):
4659 * syssignal.h:
4660 * sysdep.c (wait_for_termination, init_signals):
4661 * process.c (create_process):
4662 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4663 remove all code that assumes the contrary.
4664
4665 2010-05-04 Glenn Morris <rgm@gnu.org>
4666
4667 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4668 variable.
4669 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4670 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4671 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4672 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4673 LD_SWITCH_SYSTEM_tmp.
4674 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4675 New variables, set by configure.
4676
4677 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4678 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4679 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4680 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4681 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4682
4683 * s/aix4-2.h (C_SWITCH_SYSTEM):
4684 * m/alpha.h (C_SWITCH_MACHINE):
4685 Move to configure.in.
4686 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4687 New variables, set by configure.
4688 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4689 $c_switch_machine and $c_switch_system.
4690
4691 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4692
4693 * s/hpux10-20.h (LIB_STANDARD): New definition.
4694 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4695 on it, not used anymore.
4696
4697 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * eval.c (internal_condition_case_n): Rename from
4700 internal_condition_case_2.
4701 (internal_condition_case_2): New function.
4702
4703 * xdisp.c (safe_call): Use internal_condition_case_n.
4704
4705 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4706 (internal_delete_file, Frename_file): Callers changed.
4707
4708 * buffer.c (Fkill_buffer):
4709 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4710
4711 * lisp.h: Update prototypes.
4712
4713 2010-05-03 Glenn Morris <rgm@gnu.org>
4714
4715 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4716 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4717 (LIBXT): Set with configure, not cpp.
4718 (LIBX): Remove.
4719 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4720
4721 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4722
4723 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4724 The FreeBSD is not needed, the default works, Solaris version is
4725 not needed, and the remaining case is not supported by configure.
4726
4727 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4728
4729 * xsmfns.c (CHDIR_OPT): New define.
4730 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4731 restarting emacs.
4732
4733 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4734 shut_down_emacs.
4735
4736 * emacs.c (USAGE1): Mention --chdir.
4737 (main): Handle --chdir.
4738 (standard_args): Add --chdir.
4739 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4740 #5552).
4741
4742 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4743
4744 Remove LD_SWITCH_MACHINE.
4745 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4746 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4747
4748 Clean up IRIX code.
4749 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4750 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4751
4752 Clean up AIX code.
4753 * m/ibmrs6000.inp: Remove file, unused.
4754 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4755 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4756 definition ...
4757 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4758
4759 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4760 unused.
4761
4762 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4763
4764 Emulate POSIX_SIGNALS on MS-Windows.
4765
4766 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4767 (SIG_SETMASK, SIG_UNBLOCK): Define.
4768
4769 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4770 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4771 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4772
4773 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4774 New stubs.
4775
4776 Miscellaneous fixes of bidi display.
4777
4778 * xdisp.c (find_row_end): New function, refactored from display_line.
4779 (display_line): Use it.
4780 (extend_face_to_end_of_line): In almost-filled rows, extend only
4781 if the row is R2L and not continued.
4782 (display_line): Fix prepending of truncation glyphs to R2L rows.
4783 Preserve overlay and string info in row->end.
4784 (insert_left_trunc_glyphs): Support addition of left truncation
4785 glyphs to R2L rows.
4786 (set_cursor_from_row): Don't place cursor on the vertical border
4787 glyph between adjacent windows. Fix a crash when a display string
4788 is continued to the next line. Don't return zero if cursor was
4789 found by `cursor' property of a display string.
4790 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4791 test for that explicitly.
4792
4793 2010-05-01 Glenn Morris <rgm@gnu.org>
4794
4795 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4796 for clarity.
4797 (OTHER_OBJ): Remove.
4798 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4799 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4800
4801 2010-05-01 Karel Klíč <kklic@redhat.com>
4802
4803 * fileio.c (Ffile_selinux_context): Context functions may return null.
4804
4805 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4806
4807 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4808
4809 2010-04-30 Glenn Morris <rgm@gnu.org>
4810
4811 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4812 (OTHER_OBJ): Define as a separate variable, for clarity.
4813
4814 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4815
4816 * xsettings.c: include limits.h and update file comment.
4817
4818 2010-04-30 Glenn Morris <rgm@gnu.org>
4819
4820 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4821 Set with configure, not cpp.
4822 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4823
4824 * Makefile.in (mallocobj): Remove.
4825 (otherobj): Simplify using @OTHER_OBJ@.
4826
4827 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4828 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4829 Don't bother making nsgui.h dependency platform-specific.
4830
4831 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4832
4833 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * process.c (read_process_output, exec_sentinel): Don't burp if the
4836 sentinel/filter kills the current buffer (bug#6060).
4837
4838 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4839 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4840 Remove unused var `args'.
4841 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4842 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4843 * doc.c (store_function_docstring): Use XSETCAR.
4844
4845 2010-04-28 Glenn Morris <rgm@gnu.org>
4846
4847 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4848 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4849
4850 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4851
4852 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4853 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4854
4855 * Makefile.in (FONT_OBJ): New, set by configure.
4856 (FONT_DRIVERS): Use $FONT_OBJ.
4857
4858 * Makefile.in (LIBXMU): Set with configure, not cpp.
4859 * s/aix4-2.h (LIBXMU):
4860 * s/hpux10-20.h (LIBXMU):
4861 Remove definition, now set in configure.
4862
4863 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4864
4865 * m/amdx86-64.h [i386]: Move this test to configure.in.
4866
4867 2010-04-27 Glenn Morris <rgm@gnu.org>
4868
4869 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4870 * s/unixware.h (NEED_LIBW): Remove definition.
4871
4872 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4873 (TOOLKIT_LIBW): New, set by configure.
4874 (@X_TOOLKIT_TYPE@): No longer define it.
4875
4876 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4877 (MOTIF_LIBW): Set with configure, not cpp.
4878 * s/aix4-2.h (LIB_MOTIF):
4879 * s/gnu-linux.h (LIB_MOTIF):
4880 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4881
4882 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4883
4884 Reduce CPP usage.
4885 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4886 (obj): Use autoconf for unexec instead of cpp.
4887 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4888 definitions and undefs. Inline definitions in the only user.
4889 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4890
4891 2010-04-27 Glenn Morris <rgm@gnu.org>
4892
4893 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4894 since the defaults (set by the system file) are fine in most cases.
4895 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4896 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4897 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4898 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4899 Remove definitions, since they are set correctly in s/gnu-linux.h.
4900 * s/freebsd.h (START_FILES, LIB_STANDARD):
4901 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4902 * s/hpux10-20.h (START_FILES):
4903 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4904 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4905
4906 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4907 (MOTIF_LIBW): Use $LIBXP.
4908 (otherobj): Use $WIDGET_OBJ.
4909
4910 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4911
4912 * Makefile.in (LIBS_MACHINE): Remove, unused.
4913
4914 Use autoconf instead of cpp for LIB_MATH.
4915 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4916 * s/cygwin.h (LIB_MATH): Likewise.
4917 * Makefile.in (LIB_MATH): Do not define with cpp.
4918 (LIBES): Use autoconf for LIB_MATH.
4919
4920 2010-04-26 Kenichi Handa <handa@m17n.org>
4921
4922 * composite.c (Ffind_composition_internal): Fix the return value
4923 for an automatic composition.
4924
4925 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4926
4927 Remove all NO_ARG_ARRAY uses.
4928 * fns.c (concat2, concat3, nconc2):
4929 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4930 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4931 * m/xtensa.h (NO_ARG_ARRAY):
4932 * m/template.h (NO_ARG_ARRAY):
4933 * m/sparc.h (NO_ARG_ARRAY):
4934 * m/sh3.h (NO_ARG_ARRAY):
4935 * m/mips.h (NO_ARG_ARRAY):
4936 * m/macppc.h (NO_ARG_ARRAY):
4937 * m/iris4d.h (NO_ARG_ARRAY):
4938 * m/intel386.h (NO_ARG_ARRAY):
4939 * m/ibms390x.h (NO_ARG_ARRAY):
4940 * m/ibms390.h (NO_ARG_ARRAY):
4941 * m/ibmrs6000.h (NO_ARG_ARRAY):
4942 * m/ia64.h (NO_ARG_ARRAY):
4943 * m/hp800.h (NO_ARG_ARRAY):
4944 * m/arm.h (NO_ARG_ARRAY):
4945 * m/amdx86-64.h (NO_ARG_ARRAY):
4946 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4947
4948 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4949
4950 * xdisp.c (display_line): Don't assume 2nd call to
4951 get_next_display_element cannot return zero. (Bug#6030)
4952 (iterate_out_of_display_property): New function, body from pop_it.
4953 (pop_it): Use it.
4954
4955 2010-04-24 Glenn Morris <rgm@gnu.org>
4956
4957 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4958 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4959 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4960 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4961
4962 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4963
4964 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4965 use `get_next_display_element' and `set_iterator_to_next' to
4966 advance to the next character, when looking for the character that
4967 begins the next row.
4968
4969 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4970 definition of "struct Lisp_Symbol".
4971
4972 2010-04-24 Glenn Morris <rgm@gnu.org>
4973
4974 * Makefile.in (CRT_DIR): New variable, set by configure.
4975 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4976 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4977
4978 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4979
4980 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4981
4982 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4983
4984 Remove redundant flags.
4985 * s/freebsd.h (C_SWITCH_SYSTEM):
4986 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4987 * s/netbsd.h (C_SWITCH_SYSTEM):
4988 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4989 of these.
4990
4991 Simplify m/intel386.h.
4992 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4993 user: ecrt0.c.
4994 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4995 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4996 the only user: s/unixware.h.
4997 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4998 from m/intel386.h.
4999 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5000 moved here from m/intel386.h.
5001
5002 * m/mips.h: Remove #if 0 code.
5003
5004 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5005
5006 Fix display of composed characters from L2R scripts in bidi buffers.
5007 * xdisp.c (set_iterator_to_next, next_element_from_composition):
5008 After advancing IT past the composition, resync the bidi iterator
5009 with IT's position. (Bug#5977)
5010
5011 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5012
5013 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5014 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5015
5016 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5019
5020 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5021
5022 Support `display' text properties and overlay strings in bidi buffers.
5023 * xdisp.c (pop_it): When the stack is popped after displaying
5024 from a string, bidi-iterate to exit from the text portion covered
5025 by the `display' property or overlay. (Bug#5988, bug#5920)
5026
5027 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5030 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5031
5032 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5033 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5034
5035 Simplify STARTFILES definition.
5036 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5037 relying on Makefile.in to define it.
5038 * s/cygwin.h (START_FILES): Likewise.
5039 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5040
5041 Clean up Solaris code.
5042 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5043 (LIB_MOTIF): Remove, configure takes care of this.
5044 (NOT_USING_MOTIF): Remove, unused.
5045 * xrdb.c: Remove #if 0-ed #include.
5046 (SYSV): Remove conditional for old SysV.
5047 * sysdep.c (closedir): Remove conditional code for Solaris,
5048 Solaris has closedir.
5049
5050 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
5051
5052 * xsettings.c (read_and_apply_settings): Check if current_font is
5053 NULL before strcmp (Bug#6001).
5054
5055 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5056
5057 Clean up HP-UX files.
5058 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5059 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5060 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5061 * s/hpux10-20.h: ... to the only user, here.
5062
5063 2010-04-21 Eli Zaretskii <eliz@gnu.org>
5064
5065 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5066 use buffer-local values of paragraph-start and paragraph-separate.
5067 <paragraph_start_re, paragraph_separate_re>: Rename from
5068 fallback_paragraph_start_re and fallback_paragraph_separate_re.
5069 (Bug#5992)
5070
5071 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5072
5073 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5074 current_tool_bar_style are new.
5075 (store_config_changed_event): Rename from store_font_changed_event.
5076 (XSETTINGS_TOOL_BAR_STYLE): New define.
5077 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5078 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5079 HAVE_XFT.
5080 (something_changedCB): store_font_changed_event is now
5081 store_config_changed_event.
5082 (parse_settings): Rename from parse_xft_settings. Read
5083 non-xft xsettings outside #ifdef HAVE_XFT.
5084 (read_settings): Renamed from read_xft_settings.
5085 (apply_xft_settings): Take current settings as parameter. Do not
5086 call read_(xft)_settings.
5087 (read_and_apply_settings): New function.
5088 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5089 read_and_apply_settings if there are settings to be read.
5090 (init_xsettings): Renamed from init_xfd_settings.
5091 Call read_and_apply_settings unconditionally.
5092 (xsettings_initialize): Call init_xsettings.
5093 (Ftool_bar_get_system_style): New function.
5094 (syms_of_xsettings): Define Qmonospace_font_name and
5095 Qtool_bar_style. Initialize current_tool_bar_style to nil.
5096 defsubr Stool_bar_get_system_style. Fprovide on
5097 dynamic-setting.
5098 Move misplaced HAVE_GCONF
5099
5100 * xsettings.h (Ftool_bar_get_system_style): Declare.
5101
5102 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5103 Qtext, Qboth, Qboth_horiz are new.
5104 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5105 Vtool_bar_style, tool_bar_max_label_size.
5106
5107 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5108
5109 * keyboard.c: QClabel is new.
5110 (parse_tool_bar_item): Take out QClabel from tool bar items.
5111 Try to construct a label if ther is no QClabel.
5112 (syms_of_keyboard): Intern :label as QClabel.
5113
5114 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5115 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5116 New.
5117
5118 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5119 dynamic-setting.el.
5120
5121 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5122 (xg_make_tool_item, xg_show_toolbar_item): New function.
5123 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5124 Call xg_make_tool_item to make a tool bar item.
5125 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5126
5127 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5128 into account for toolbars.
5129
5130 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5131
5132 * data.c (make_blv): Declarations before code (Bug#5993).
5133
5134 2010-04-21 Glenn Morris <rgm@gnu.org>
5135
5136 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5137 Define using autoconf, not cpp.
5138 (LIBXSM): New variable, set by autoconf.
5139 (LIBXT): Use $LIBXSM.
5140
5141 2010-04-21 Dan Nicolaescu <local_user@dannlt>
5142
5143 Remove NOMULTIPLEJOBS, unused.
5144 * s/template.h (NOMULTIPLEJOBS):
5145 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5146
5147 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5148 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5149 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5150 detects -znocombreloc and passes it to the linker
5151 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5152
5153 2010-04-21 Glenn Morris <rgm@gnu.org>
5154
5155 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5156
5157 2010-04-21 Karel Klíč <kklic@redhat.com>
5158
5159 * Makefile.in (LIBSELINUX_LIBS): New.
5160 (LIBES): Add $LIBSELINUX_LIBS.
5161 * eval.c, lisp.h (call7): New function.
5162 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5163 (Ffile_selinux_context, Fset_file_selinux_context):
5164 New functions.
5165 (Fcopy_file): New parameter preserve-selinux-context.
5166 (Frename_file): Preserve selinux context when renaming by copy-file.
5167
5168 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5169 Eli Zaretskii <eliz@gnu.org>
5170
5171 Don't depend on cm.c or termcap.c on Windows, use stubs.
5172 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5173 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5174 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5175 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5176 (sys_tputs, sys_tgetstr): New stubs.
5177 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5178 (tputs, tgetstr): New; define to sys_*.
5179
5180 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5183
5184 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5187 Just signal a warning rather than an error when inside a let.
5188 (Fmake_variable_frame_local): Add the same test.
5189
5190 * font.c (syms_of_font): Make the style table vars read-only.
5191
5192 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5193 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5194
5195 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5196
5197 2010-04-20 Eli Zaretskii <eliz@gnu.org>
5198
5199 Fix R2L paragraph display on TTY.
5200
5201 * xdisp.c (unproduce_glyphs): New function.
5202 (display_line): Use it when produced glyphs are discarded from R2L
5203 glyph rows.
5204 (append_composite_glyph): In R2L rows, prepend the glyph rather
5205 than appending it.
5206
5207 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5208 rather than append it. Set up the resolved_level and bidi_type
5209 attributes of the appended glyph.
5210 (produce_special_glyphs): Mirror the backslash continuation
5211 character in R2L lines.
5212
5213 Implement display of R2L paragraphs in GUI sessions.
5214
5215 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5216 append_stretch_glyph.
5217 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5218 off-by-one error in computing x at end of text in the row.
5219 (append_stretch_glyph): In reversed row, prepend the glyph rather
5220 than append it. Set resolved_level and bidi_type of the glyph.
5221 (extend_face_to_end_of_line): If the row is reversed, prepend a
5222 stretch glyph whose width is such that the rightmost glyph will be
5223 drawn at the right margin of the window. Fix off-by-one error on
5224 TTY frames in testing whether a line needs face extension. Fix
5225 face extension at ZV. If this is the last glyph row, use
5226 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5227 region face.
5228 (set_cursor_from_row, display_line): Use
5229 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5230 row->continuation_lines_width.
5231 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5232 are at ZV. Fixes a crash when reseated to ZV by
5233 try_window_reusing_current_matrix.
5234 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5235 which happens with R2L glyph rows. Fixes a crash when inserting a
5236 character at end of an R2L line.
5237 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5238 treat them as having zero-width characters. Improve comments.
5239 Don't reverse pos_before and pos_after for reversed glyph rows.
5240 Set cursor.x to negative value when the cursor might be on the
5241 left fringe.
5242 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5243 left fringe, not the right one.
5244 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5245 (erase_phys_cursor): For reversed cursor_row, support cursor on
5246 the left fringe.
5247
5248 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5249 of continuation indicators on the fringes.
5250 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5251 left fringe.
5252
5253 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5254 draw cursor on the left fringe.
5255
5256 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5257 cursor on the left fringe.
5258
5259 * dispnew.c (update_text_area): Handle reversed desired rows when
5260 the cursor is on the left fringe.
5261 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5262 below, not by 0, for when the cursor is on the left fringe.
5263
5264 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5265
5266 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5267 widget is a scrollbar.
5268
5269 2010-04-20 Kenichi Handa <handa@m17n.org>
5270
5271 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5272 only when the arg CHARSET_LIST is nil.
5273
5274 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 Make variable forwarding explicit rather the using special values.
5277 Basically, this makes the structure of buffer-local values and object
5278 forwarding explicit in the type of Lisp_Symbols rather than use
5279 special Lisp_Objects for that. This tends to lead to slightly more
5280 verbose code, but is more C-like, simpler, and makes it easier to make
5281 sure we handled all cases, among other things by letting the compiler
5282 help us check it.
5283 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5284 Removing forwarding objects.
5285 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5286 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5287 explicit rather than hiding them inside Lisp_Object "values".
5288 (XFWDTYPE): New macro.
5289 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5290 (XBUFFER_LOCAL_VALUE): Remove.
5291 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5292 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5293 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5294 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5295 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5296 Remove the Lisp_Misc_* header.
5297 (struct Lisp_Buffer_Local_Value): Redefine.
5298 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5299 (struct Lisp_Misc_Any): Add filler to get the right size.
5300 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5301 Lisp_Intfwd.
5302 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5303 (DEFVAR_KBOARD): Allocate a forwarding object.
5304 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5305 (let_shadows_global_binding_p): New function.
5306 (union Lisp_Val_Fwd): New type.
5307 (make_blv): New function.
5308 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5309 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5310 (swap_in_symval_forwarding, find_symbol_value, Fset)
5311 (let_shadows_buffer_binding_p, set_internal, default_value)
5312 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5313 (Fkill_local_variable, Fmake_variable_frame_local)
5314 (Flocal_variable_p, Flocal_variable_if_set_p)
5315 (Fvariable_binding_locus):
5316 * xdisp.c (select_frame_for_redisplay):
5317 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5318 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5319 * frame.c (store_frame_param):
5320 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5321 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5322 value structure.
5323 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5324 (clone_per_buffer_values): Only adjust markers into the current buffer.
5325 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5326 (Fbuffer_local_value, set_buffer_internal_1)
5327 (swap_out_buffer_local_variables):
5328 Adapt to the new symbol value structure.
5329 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5330 (defvar_per_buffer): Take a new arg for the fwd object.
5331 (buffer_lisp_local_variables): Return a proper alist (different fix
5332 for bug#4138).
5333 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5334 (Fgarbage_collect): Don't handle buffer_defaults specially.
5335 (mark_object): Handle new symbol value structure rather than the old
5336 special Lisp_Misc_* objects.
5337 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5338 * term.c (set_tty_color_mode):
5339 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5340 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5341 a buffer_local_flags.
5342 * print.c (print_object): Get rid of impossible forwarding objects.
5343
5344 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5345
5346 * bidi.c (bidi_get_type, bidi_get_category)
5347 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5348 (bidi_type_of_next_char, bidi_level_of_next_char):
5349 Declare static. Use `INLINE' rather than `inline'.
5350
5351 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * dired.c (Ffile_attributes): Fix typo in docstring.
5354
5355 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5356
5357 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5358 NSInteger (Bug#5811).
5359
5360 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5361
5362 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5363 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5364
5365 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5366
5367 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5368
5369 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5372 terminal frames (Bug#5837).
5373
5374 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5375
5376 * .gdbinit (xsubchartable): New command.
5377
5378 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5379
5380 * xdisp.c (display_line): Don't write beyond the last glyph row in
5381 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5382 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5383 and
5384 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5385
5386 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * alloc.c (Fpurecopy): Hash-cons if requested.
5389 (syms_of_alloc): Update purify-flag docstring.
5390
5391 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5392
5393 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5394 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5395
5396 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5397
5398 Fix a crash when an NSM character is inserted at BEGV.
5399
5400 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5401 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5402 NEUTRAL_B or UNKNOWN_BT.
5403
5404 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5405
5406 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5407 other rows with cursor unless they are different from this row and
5408 this row is part of a continued line. (Bug#5943)
5409
5410 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * s/freebsd.h: Restore osreldate.h include.
5413 Suggested by Naohiro Aota.
5414
5415 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5416
5417 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5418
5419 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5420
5421 * s/cygwin.h: Avoid linking against static libgcc.
5422
5423 2010-04-15 Juri Linkov <juri@jurta.org>
5424
5425 * window.c: Add Qscroll_command.
5426 Remove Vscroll_preserve_screen_position_commands.
5427 (window_scroll_pixel_based, window_scroll_line_based): Check the
5428 `scroll-command' property on the last command instead of searching
5429 the last command in Vscroll_preserve_screen_position_commands.
5430 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5431 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5432 (scroll-preserve-screen-position): Doc fix.
5433 (Vscroll_preserve_screen_position_commands): Remove variable.
5434
5435 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5436
5437 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5438
5439 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5440
5441 Reduce cpp use in Makefile.in.
5442 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5443 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5444 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5445 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5446 (CRT0_COMPILE): Remove, inline it in the only user.
5447
5448 2010-04-14 Juri Linkov <juri@jurta.org>
5449
5450 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5451 `scroll-up-command' and `M-v' from `scroll-down' to
5452 `scroll-down-command'.
5453
5454 2010-04-14 Juri Linkov <juri@jurta.org>
5455
5456 * window.c (Vscroll_preserve_screen_position_commands): New variable
5457 with the default value as the list of Qscroll_down and Qscroll_up.
5458 (window_scroll_pixel_based, window_scroll_line_based): Search the
5459 last command in the list Vscroll_preserve_screen_position_commands
5460 instead of comparing with Qscroll_up and Qscroll_down.
5461
5462 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5463
5464 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5465 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5466 does that.
5467
5468 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5469 to zero.
5470
5471 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5474
5475 Try to solve the problem of spurious EOF chars in long lines of text
5476 sent to interactive subprocesses.
5477 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5478 (system_process_attributes): Remove unused var `ttotal'.
5479 * process.c (send_process): Don't bother breaking long line with EOF
5480 chars when talking to ttys any more.
5481 (wait_reading_process_output): Output a warning when called in such
5482 a way that it could block without being interruptible.
5483
5484 Try to detect file modification within the same second.
5485 * buffer.h (struct buffer): New field modtime_size.
5486 * buffer.c (reset_buffer): Initialize it.
5487 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5488 (Fverify_visited_file_modtime): Check it.
5489 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5490 (Fset_visited_file_modtime): Set (or clear) it.
5491
5492 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * process.c (status_notify): Remove unused var `ro'.
5495
5496 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5497
5498 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5499 more than one visual (Bug#5938).
5500
5501 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5504 Undefine.
5505
5506 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5507
5508 Remove C_SWITCH_SYSTEM_TEMACS.
5509 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5510 (malloc, realloc, free): Use emacs, not temacs for conditional
5511 definition.
5512
5513 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5514 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5515
5516 Use autoconf, not cpp for some variables.
5517 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5518 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5519 (ALL_CFLAGS): Use them as make variables.
5520 (really-lwlib, really-oldXMenu): Do not pass them.
5521
5522 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * xmenu.c (apply_systemfont_to_dialog): New.
5525 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5526
5527 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * process.c (exec_sentinel): Preserve current-buffer.
5530
5531 * process.c (read_process_output): Move the save-current-buffer to
5532 apply to both the filter and the non-filter branches.
5533
5534 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5535
5536 * s/msdos.h (UNEXEC): New definition.
5537
5538 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5539
5540 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5541 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5542
5543 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5544 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5545 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5546 TRY_WINDOW_CHECK_MARGINS.
5547
5548 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5549 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5550 width only when it is for padding.
5551
5552 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5553
5554 * xfns.c (Fx_show_tip): Call try_window in a loop until
5555 fonts_changed_p is zero (Bug#2423).
5556
5557 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5558
5559 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5560 the end of TEXT_AREA. (Bug#5856)
5561
5562 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5563
5564 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5565 HAVE_GCONF.
5566
5567 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5568
5569 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5570 prev.orig_type, for resolving type of NSM. (Bug#5858)
5571
5572 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5573
5574 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5575 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5576 in current_font.
5577 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5578 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5579 New functions.
5580 (syms_of_xsettings): Initialize current_font.
5581 defsubr Sfont_get_system_normal_font.
5582
5583 * xsettings.h (Ffont_get_system_normal_font)
5584 (xsettings_get_system_normal_font): Declare.
5585
5586 * xfns.c (extern xlwmenu_default_font): Remove.
5587 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5588 to xlwmenu.c.
5589
5590 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5591 menu items in UTF-8.
5592
5593 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5594 (apply_systemfont_to_menu): New function.
5595 (set_frame_menubar, create_and_show_popup_menu): Call
5596 apply_systemfont_to_menu.
5597
5598 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5599
5600 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5601 FRAME_LINE_TO_PIXEL_Y.
5602
5603 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5604 pixelwidth/height.
5605
5606 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5607
5608 Simplify code for HP machines.
5609 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5610 for GNU_LINUX, not needed.
5611 (UNEXEC, NEED_BSDTTY): Move definitions...
5612 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5613
5614 * m/iris4d.h (UNEXEC): Move definition ...
5615 * s/irix6-5.h (UNEXEC): ... here.
5616
5617 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5618
5619 * xfns.c (set_machine_and_pid_properties): New function.
5620 (Fx_create_frame): Call set_machine_and_pid_properties.
5621
5622 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5623
5624 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5625 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5626 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5627
5628 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5629 in this function. (Bug#5703)
5630
5631 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * nsterm.h: Fix last change.
5634
5635 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5636
5637 * m/intel386.h (NO_REMAP): Move definition ...
5638 * s/msdos.h (NO_REMAP): ... here.
5639
5640 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5641
5642 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5643 used on those platforms.
5644
5645 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5646
5647 Remove extern errno declarations.
5648 * xterm.c:
5649 * xrdb.c:
5650 * w32term.c:
5651 * unexec.c:
5652 * unexaix.c:
5653 * sysdep.c:
5654 * process.c:
5655 * lread.c:
5656 * keyboard.c:
5657 * floatfns.c:
5658 * filelock.c:
5659 * fileio.c:
5660 * emacs.c (main):
5661 * ecrt0.c:
5662 * dispnew.c:
5663 * callproc.c:
5664 * buffer.c: Remove errno extern declarations.
5665 * s/netbsd.h (NEED_ERRNO): Remove.
5666
5667 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5668
5669 Remove all uses of LIBX11_SYSTEM.
5670 * Makefile.in (LIBX11_SYSTEM): Remove.
5671 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5672 instead.
5673
5674 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5675
5676 Remove support for DJGPP v1.x (bug#5813).
5677
5678 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5679 * s/msdos.h:
5680 * unexec.c (make_hdr, copy_text_and_data):
5681 * sysdep.c (wait_for_termination, sys_subshell):
5682 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5683 (IT_set_terminal_modes, __write, _rename, gethostname)
5684 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5685 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5686 the value of __DJGPP__.
5687 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5688 compatibility code.
5689 * lread.c:
5690 * gmalloc.c (memalign):
5691 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5692 * emacs.c (main):
5693 * dosfns.c (init_dosfns):
5694 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5695
5696 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5697
5698 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5699 string with `cursor' property comes from an `after-string'
5700 overlay. (Bug#5816)
5701
5702 2010-04-01 Glenn Morris <rgm@gnu.org>
5703
5704 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5705 Define as Makefile variables.
5706 (LIBX): Use above variables rather than directly using autoconf.
5707
5708 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5709
5710 Clean up BSD_SYSTEM use.
5711 * xterm.c:
5712 * process.c:
5713 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5714 for including <sys/ioctl.h>.
5715 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5716 code is only used for MSDOS.
5717
5718 2010-03-31 Juri Linkov <juri@jurta.org>
5719
5720 * image.c: Add `Qextension_data'.
5721 (syms_of_image): Initialize and staticpro `Qextension_data'.
5722 (Fimage_metadata): Rename from `Fimage_extension_data'.
5723 (gif_load): Put GIF extension data to the property
5724 `Qextension_data'.
5725
5726 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5729 * nsterm.h: Fix prototype.
5730
5731 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5732
5733 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5734 trailing whitespace in right-to-left rows.
5735
5736 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 Get rid of the direct_output optimizations.
5739 * keyboard.c (nonundocount): Remove extern declaration.
5740 (command_loop_1): Remove brittle optimisation for cheap and
5741 common operations.
5742 * xdisp.c (redisplay_internal): Don't bother checking
5743 redisplay_performed_directly_p any more.
5744 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5745 any more.
5746 * dispnew.c (redisplay_performed_directly_p)
5747 (direct_output_for_insert, direct_output_forward_char):
5748 * dispextern.h (redisplay_performed_directly_p)
5749 (direct_output_for_insert, direct_output_forward_char): Remove.
5750 * cmds.c (nonundocount): Make it static.
5751
5752 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5753
5754 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5755
5756 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5757
5758 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5759 invisible (Bug#5766).
5760
5761 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5762
5763 * xdisp.c (x_consider_frame_title, update_window_cursor):
5764 Remove HAVE_NS conditionals.
5765 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5766
5767 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5768 filename for the title.
5769 (ns_set_doc_edited): Do nothing if the selected window is a
5770 minibuffer window.
5771
5772 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5773 ns_set_doc_edited.
5774
5775 * nsterm.m: Remove unneeded prototype.
5776
5777 2010-03-31 Glenn Morris <rgm@gnu.org>
5778
5779 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5780 in the DOC file. (Bug#5336)
5781
5782 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5785
5786 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * window.c (keys_of_window): Remove redundant/overridden bindings.
5789
5790 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5791
5792 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5793 Restore original behavior when the iterator is not bidi_p.
5794
5795 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5796
5797 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5798
5799 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5800
5801 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5802 are outside the range of cached character positions.
5803
5804 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5807
5808 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5809
5810 Initial support for bidirectional editing.
5811
5812 * Makefile.in (obj): Include bidi.o.
5813 (bidi.o): New target.
5814
5815 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5816 ($(BLD)/bidi.$(O)): New target.
5817
5818 * bidi.c: New file.
5819
5820 * buffer.h (struct buffer): New members bidi_display_reordering
5821 and bidi_paragraph_direction.
5822
5823 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5824 and bidi_paragraph_direction.
5825 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5826 and bidi-paragraph-direction.
5827 (Fbuffer_swap_text): Swap the values of
5828 bidi_display_reordering and bidi_paragraph_direction.
5829
5830 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5831 (bidi_type_t, bidi_dir_t): New types.
5832 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5833 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5834 prev_stop, base_level_stop, and eol_pos.
5835 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5836 (IT_STACK_SIZE): Enlarge to 5.
5837 (struct glyph_row): New member reversed_p.
5838 <string_buffer_position>: Update prototype.
5839 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5840 glyph_row if bidi_it.paragraph_dir == R2L.
5841 (struct glyph): New members resolved_level and bidi_type.
5842
5843 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5844 processing or buffer's direction is right-to-left.
5845 (prepare_desired_row): Preserve the reversed_p flag.
5846 (row_equal_p): Compare the reversed_p attributes as well.
5847
5848 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5849 bidi_init_it and set it->paragraph_embedding from the current
5850 buffer's value of bidi_paragraph_direction.
5851 (reseat_1): Initialize bidi_it.first_elt.
5852 (set_iterator_to_next, next_element_from_buffer): Use the value of
5853 paragraph_embedding to determine the paragraph direction.
5854 (set_iterator_to_next): Under bidi reordering, call
5855 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5856 new_paragraph flag is set in the bidi iterator.
5857 (next_element_from_buffer): If bidi_it.first_elt is set,
5858 initialize paragraph direction and find the first character to
5859 display in the visual order. If reseated to a middle of a line,
5860 prime the bidi iterator starting at the line's beginning. Handle
5861 the situation where we overstepped stop_charpos due to
5862 non-linearity of the bidi iteration. Likewise for when we back up
5863 beyond the previous stop_charpos. When moving across stop_charpos,
5864 record it in prev_stop.
5865 (display_line): Set row->end and it->start for the next row to the
5866 next character in logical order. Always extend reversed_p rows to
5867 the end of line, even if they end at ZV. Copy the reversed_p flag
5868 to the next glyph row. Keep calling set_cursor_from_row for
5869 bidi-reordered rows even if we already have a possible candidate
5870 for cursor position. Set row_end after all the row's glyphs have
5871 been produced, by looping over the glyphs. Record the position
5872 after EOL in it->eol_pos, and use it to set end_pos of the last
5873 row produced for a continued line.
5874 <Qright_to_left, Qleft_to_right>: New variables.
5875 (syms_of_xdisp): Initialize and staticpro them.
5876 (string_buffer_position_lim): New function.
5877 (string_buffer_position): Most of code moved to
5878 string_buffer_position_lim. Last argument and return value are
5879 now EMACS_INT; all callers changed.
5880 (set_cursor_from_row): Rewritten to support bidirectional text and
5881 reversed glyph rows.
5882 (text_outside_line_unchanged_p, try_window_id): Disable
5883 optimizations if we are reordering bidirectional text and the
5884 paragraph direction can be affected by the change.
5885 (append_glyph, append_composite_glyph)
5886 (produce_image_glyph, append_stretch_glyph): Set the
5887 resolved_level and bidi_type members of each glyph.
5888 (append_glyph): If the glyph row is reversed, prepend the glyph
5889 rather than appending it.
5890 (handle_stop_backwards): New function.
5891 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5892 (reseat): call handle_stop_backwards to recompute prev_stop and
5893 base_level_stop for the new position.
5894 (handle_invisible_prop): Under bidi iteration, skip invisible text
5895 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5896 paragraph direction. Update IT->prev_stop after skipping
5897 invisible text.
5898 (move_it_in_display_line_to): New variables prev_method
5899 and prev_pos. Compare for strict equality in
5900 BUFFER_POS_REACHED_P.
5901 (try_cursor_movement): Examine all the candidate rows that occlude
5902 point, to return the best match. If rows are bidi-reordered
5903 and point moved backwards, back up to the row that is not a
5904 continuation line, and start looking for a suitable row from
5905 there.
5906
5907 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5908 rather than appending, if the glyph_row's reversed_p flag is set.
5909 Set the resolved_level and bidi_type members of each glyph.
5910
5911 * .gdbinit (pbiditype): New command.
5912 (pgx): Use it to display bidi level and type of the glyph.
5913 (pitx): Display some bidi information about the iterator.
5914 (prowlims, pmtxrows): New commands.
5915
5916 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5917
5918 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5919 * s/usg5-4.h (LIBS_DEBUG):
5920 * s/irix6-5.h (C_DEBUG_SWITCH):
5921 * s/gnu-linux.h (LIBS_DEBUG):
5922 * s/darwin.h (LIBS_DEBUG):
5923 * s/bsd-common.h (LIBS_DEBUG):
5924 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5925 * m/iris4d.h (LIBS_DEBUG):
5926 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5927
5928 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5929 (LIBS_DEBUG): Remove definition.
5930
5931 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5934 Windows.
5935
5936 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5937
5938 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5939 `connect' (Bug#5723).
5940
5941 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5942
5943 * process.c (Fmake_network_process): Call `select' for interrupted
5944 `connect' rather than creating new socket (Bug#5173).
5945
5946 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5947
5948 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5949
5950 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5951
5952 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5953
5954 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5955
5956 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5957 XLoadQueryFont.
5958
5959 2010-03-24 Kenichi Handa <handa@m17n.org>
5960
5961 * coding.c (decode_coding_ccl): Fix previous change for the
5962 multibyte case.
5963 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5964 case that the output buffer is fullfilled.
5965 (encode_coding): Setup ccl program here.
5966
5967 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5968
5969 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5970
5971 Simplify LIBS_MACHINE definitions.
5972 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5973 * m/iris4d.h (LIBS_MACHINE): Likewise.
5974 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5975 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5976 * s/netbsd.h: Remove commented out code.
5977
5978 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5979
5980 Remove dead code dealing with POSIX_SIGNALS.
5981 * atimer.c (set_alarm): Remove dead code, all USG systems define
5982 POSIX_SIGNALS.
5983 * data.c (arith_error): Likewise.
5984 * keyboard.c (input_available_signal, handle_user_signal)
5985 (interrupt_signal): Likewise.
5986 * process.c (sigchld_handler): Likewise.
5987 (create_process): Remove if 0 code. Remove HPUX conditional when
5988 !defined (POSIX_SIGNALS), it cannot be true.
5989 * syssignal.h: Remove USG5_4 and USG conditionals when
5990 !POSIX_SIGNALS, they cannot be true.
5991
5992 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5993 NO_SOCK_SIGIO, not used anymore.
5994
5995 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5998 support vax on BSDs.
5999
6000 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6001 * s/aix4-2.h (ORDINARY_LINK): ... here.
6002
6003 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6004
6005 * Makefile.in (abs_builddir): Define.
6006 (bootstrap_exe): Use it.
6007 (VPATH): Use $(srcdir) instead of @srcdir@.
6008
6009 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * Makefile.in (bootstrap_exe): Use an absolute name.
6012
6013 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6014
6015 Remove support for old GNU/Linux using libc version 5.
6016 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6017 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6018
6019 Consolidate redundant definitions in s/bsd-common.h.
6020 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6021 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6022 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6023 doing it in all files that include this one.
6024 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6025 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6026 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6027 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6028 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6029 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6030 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6031 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6032 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6033
6034 Consolidate redundant definitions.
6035 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6036 it's undefined in all files that include this one.
6037 (POSIX_SIGNALS): Define here instead of doing it in all files that
6038 include this one.
6039 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6040 (POSIX_SIGNALS): Do not define.
6041 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6042 (POSIX_SIGNALS): Do not define.
6043 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6044 (POSIX_SIGNALS): Do not define.
6045
6046 Remove support for old UNIX System V systems.
6047 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6048 * s/usg-5-4-2.h: Remove.
6049
6050 Remove support for Solaris on PPC and for old versions.
6051 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6052 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6053 that cancel each other.
6054 * s/sol2-3.h:
6055 * s/sol2-4.h:
6056 * s/sol2-5.h: Remove.
6057 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6058 (NO_REMAP): Remove, unused.
6059 (UNEXEC): Move definition ...
6060 * s/aix4-2.h (UNEXEC): ... here.
6061
6062 * s/openbsd.h: Remove support for non-ELF and for systems that do
6063 not support shared libraries.
6064 * s/netbsd.h:
6065 * s/freebsd.h: Likewise.
6066
6067 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6068
6069 Remove non-working support for lynxos 3.0.
6070 * s/lynxos.h: Remove file.
6071
6072 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6073 COFF_BSD_SYMBOLS, nothing defines it anymore.
6074
6075 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 Remove obsolete uses of HAVE_SHM.
6078 * emacs.c (standard_args):
6079 (Fdump_emacs):
6080 (syms_of_emacs): Remove code depending on HAVE_SHM.
6081
6082 * alloc.c: Remove HAVE_SHM dependent definition.
6083
6084 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6085
6086 2010-03-18 Glenn Morris <rgm@gnu.org>
6087
6088 * emacs.c (USAGE4): Hard-code bug address.
6089 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6090 (bug_reporting_address): Remove.
6091 (main): Don't call bug_reporting_address.
6092
6093 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6094 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6095
6096 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * xfns.c (Fx_create_frame):
6099 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6100 on left.
6101
6102 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6103
6104 * editfns.c (Fformat): Account for string precision when computing
6105 field width (Bug#5710).
6106
6107 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * xfns.c (Fx_create_frame): Set default to Qright.
6110
6111 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6112 all window systems.
6113
6114 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6115
6116 These changes remove termcap.c from the build on Posix platforms.
6117 * Makefile.in (termcapobj): Move termcap.o from here...
6118 (MSDOS_OBJ): ...to here.
6119 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6120 now identical to when LIBS_TERMCAP is defined.
6121
6122 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6123
6124 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6125
6126 * config.in: Regenerated. (See top-level ChangeLog.)
6127
6128 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * Branch for 23.2.
6131
6132 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 Cleanup setup of gl_state in various parts of the code.
6135 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6136 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6137 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6138 (skip_chars):
6139 * regex.c (regex_compile): Use it.
6140 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6141 it's now set in regex_compile when/if we need it.
6142
6143 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6146 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6147 (QUIT): Use it to consolidate code and remove redundancy.
6148 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6149
6150 * regex.c (regex_compile): Setup gl_state as well.
6151
6152 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6153 (in_classes): Use CONSP before XCAR/XCDR.
6154
6155 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6158 definitions, so that keyboard macros are correctly handled
6159 (Bug#5481).
6160
6161 2010-03-02 Eli Zaretskii <eliz@gnu.org>
6162
6163 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6164 text that could be relocated inside the call to emacs_mule_char.
6165 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6166 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6167
6168 2010-03-02 Kenichi Handa <handa@m17n.org>
6169
6170 * character.c (parse_str_as_multibyte): Fix handling of the
6171 multibyte form of raw-bytes.
6172 (str_as_multibyte): Likewise.
6173
6174 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6175 form of raw-bytes.
6176
6177 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * charset.c (load_charset_map_from_file)
6180 (load_charset_map_from_vector): Zero out allocated
6181 charset_map_entries before using them.
6182
6183 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6184
6185 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6186
6187 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6190 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6191
6192 2010-02-26 Kenichi Handa <handa@m17n.org>
6193
6194 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6195
6196 * xdisp.c (reseat_to_string): Fix previous change.
6197
6198 2010-02-26 David Reitter <david.reitter@gmail.com>
6199
6200 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6201 Lisp_Object (Bug#4736).
6202
6203 2010-02-25 Kenichi Handa <handa@m17n.org>
6204
6205 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6206
6207 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6208
6209 * xterm.c (XTflash): Move declarations before statements.
6210
6211 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6212 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6213 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6214 (xg_create_tool_bar): Remove unused variables.
6215 (x_wm_set_size_hint): Move declarations before statements.
6216 (xg_create_frame_widgets): Remove variable grav.
6217
6218 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6219
6220 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6221
6222 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * term.c (fatal): Add a final \n if needed (bug#5596).
6225
6226 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6229
6230 2010-02-18 Glenn Morris <rgm@gnu.org>
6231
6232 * callint.c (Finteractive): Doc fix.
6233
6234 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6235
6236 * coding.c (record_conversion_result):
6237 Handle CODING_RESULT_INSUFFICIENT_DST.
6238 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6239 memory allocation error.
6240
6241 2010-02-17 Kenichi Handa <handa@m17n.org>
6242
6243 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6244 Fix for the case that the output buffer is fullfilled.
6245 (decode_coding): Setup ccl program here. Keep looping when the
6246 decoder stopped because the output buffer is
6247 fullfilled (bug#5534).
6248
6249 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6250
6251 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6252
6253 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6254 bug #5571.
6255 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6256 overdrawn.
6257
6258 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6259
6260 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6261 doing_interact here.
6262 (ice_connection_closed): New function.
6263 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6264 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6265 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6266 returns I/O error.
6267 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6268 bug #5512.
6269
6270 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
6271
6272 * nsfont.m (nsfont_open): The system's value for the font descent
6273 is negative, so round it down to avoid clipping.
6274
6275 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * charset.c (load_charset_map_from_file)
6278 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6279 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6280
6281 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * charset.c (load_charset_map_from_file): Allocate large
6284 charset_map_entries structure on the heap rather than the stack.
6285 (Bug#5526).
6286
6287 2010-01-31 Kenichi Handa <handa@m17n.org>
6288
6289 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6290 size in NAME is invalid, return -1 (Bug#5396).
6291
6292 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6295 <deactivated@gmail.com> (Bug#3605).
6296
6297 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6298
6299 * fileio.c (Frename_file): Correctly rename symlinks to
6300 directories (Bug#5496).
6301
6302 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6303
6304 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6305
6306 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6307
6308 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6309
6310 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * frame.c (DEFAULT_ROWS): Change default to 35.
6313
6314 * xfns.c (x_default_font_parameter): Change default XFT font to
6315 monospace-10 (Bug#3643).
6316
6317 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6318
6319 * w32inevt.c (key_event): Remove unnecessary comparison of
6320 event->uChar.AsciiChar with 128.
6321
6322 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * fileio.c (Frename_file): Fix last change (Bug#5487).
6325
6326 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6327
6328 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6329
6330 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6331
6332 * xfns.c (Fx_create_frame): Remove window size matching code from
6333 2010-01-15.
6334 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6335
6336 2010-01-27 Jason Rumney <jasonr@gnu.org>
6337
6338 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6339 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6340
6341 2010-01-27 Kenichi Handa <handa@m17n.org>
6342
6343 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6344 pattern string (Bug#4209).
6345
6346 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6347
6348 * fileio.c (Frename_file): Call copy-directory and
6349 delete-directory for directories, in order to handle cross-device
6350 renaming (Bug#3353).
6351
6352 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6353
6354 * xfns.c (Fx_create_frame): If frame height is too big, try
6355 sizes 24 and 10. Bug #3643.
6356
6357 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 Try and fix bug#788, hopefully for real this time.
6360 * keymap.c (shadow_lookup): Add `remap' arg.
6361 (describe_map, describe_vector): Update calls to shadow_lookup.
6362 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6363 `remapped' so this flag is applicable to `sequence'. Be careful to
6364 perform remapping during shadow_lookup check of remapped_sequences.
6365
6366 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6367
6368 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6369 png_check_sig, which has been removed in libpng 1.4.
6370
6371 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6372
6373 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6374 lacks this header file).
6375
6376 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6377
6378 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6379 as in Emacs 22.
6380
6381 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6382
6383 * lisp.h (make_pure_string): String pointer arg now points to const.
6384
6385 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6386 args now point to const.
6387
6388 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6389
6390 * lread.c (Fload): Don't treat files without .elc extension as
6391 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6392 them. (bug#5303)
6393
6394 2010-01-20 Kenichi Handa <handa@m17n.org>
6395
6396 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6397 treat the source as actual byte sequence.
6398
6399 2010-01-19 Alan Mackenzie <acm@muc.de>
6400
6401 Fix spurious before-change-functions invocation from (insert ?\n).
6402 * textprop.c (set_text_properties): Rename parameter
6403 `signal_after_change_p' to `coherent_change_p', and make the
6404 invocation of `modify_region' conditional on it.
6405
6406 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6407
6408 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6409 for debug purpose.
6410 (syms_of_xsettings): Declare xft-settings.
6411
6412 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6415
6416 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6419
6420 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * emacs.c (standard_args): Adjust arg priorities to reflect how
6423 they are processed in startup.el.
6424
6425 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6426
6427 * Makefile.in (lisp, shortlisp): Update.
6428
6429 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6432 code, link the new kboard into all_kboard before running Lisp code,
6433 and protect the new terminal with GCPRO (Bug#5365).
6434 (x_term_init): Remove unused var `atom'.
6435 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6436
6437 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6438
6439 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6440 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6441 to find out usable size of the desktop. Don't make frames larger than
6442 this. Bug #3643.
6443
6444 2010-01-15 Kenichi Handa <handa@m17n.org>
6445
6446 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6447
6448 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * nsterm.m (Qnone): Define.
6451
6452 * nsfns.m (Qnone): Move definition to nsterm.m.
6453
6454 2010-01-14 Kenichi Handa <handa@m17n.org>
6455
6456 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6457 systems.
6458
6459 2010-01-14 Kenichi Handa <handa@m17n.org>
6460
6461 Make auto-composition work on all buffers even if they are
6462 fundamental mode.
6463
6464 * composite.c (Vauto_composition_mode): New variable.
6465 (composition_compute_stop_pos): Check Vauto_composition_mode
6466 instead of Vauto_composition_function.
6467 (composition_adjust_point, Ffind_composition_internal): Likewise.
6468 (syms_of_composite): Declare Lisp variable
6469 "auto-composition-mode" here.
6470
6471 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6474 during call to vendor-specific-keysyms (Bug#5365).
6475
6476 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6477
6478 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6479 Call SIGNAL_THREAD_CHECK (Bug#5333).
6480
6481 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6482 Call SIGNAL_THREAD_CHECK.
6483
6484 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 Try to fix bug#5314. This is probably not the final word, tho.
6487 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6488 recent-auto-save-p as a side-effect.
6489 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6490 * buffer.c (Fkill_buffer, reset_buffer):
6491 * editfns.c (Fsubst_char_in_region):
6492 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6493 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6494
6495 2010-01-13 Kenichi Handa <handa@m17n.org>
6496
6497 Display buffer name, etc. in mode line by composing correctly.
6498
6499 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6500 STRING is not nil.
6501 (display_mode_element): Adjust for the change of
6502 decode_mode_spec and display_line.
6503 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6504 (display_string): Handle the case that STRING is non-null and
6505 LISP_STRING is not nil.
6506
6507 * xterm.c (x_draw_composite_glyph_string_foreground):
6508 Pay attention to s->face->overstrike.
6509
6510 * composite.c (composition_reseat_it): Don't check PT if STRING is
6511 non nil.
6512
6513 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6514
6515 * keyboard.c (read_char): Don't apply previous change when current
6516 buffer is unchanged by command execution.
6517
6518 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6519
6520 * keyboard.c (read_char): Return after executing from special map.
6521
6522 2010-01-12 Glenn Morris <rgm@gnu.org>
6523
6524 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6525 bug-gnu-emacs rather than emacs-pretest-bug.
6526
6527 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6530 initializing the Lisp variables that depend on them.
6531
6532 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6533
6534 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6535 Clear areas that will not be updated after change of menu bar lines.
6536 Clear the menu bar window's current matrix when the window gets empty.
6537
6538 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6539
6540 * intervals.h, textprop.c (extend_property_ranges): Return value
6541 and args changed. Discard properties that begin at or after the
6542 new end (Bug#5306).
6543
6544 * editfns.c (Fformat): Caller changed.
6545
6546 * nsterm.m (ns_set_default_prefs): Delete function.
6547 (syms_of_nsterm): Initialize ns_command_modifier,
6548 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6549 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6550
6551 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6552 position (Bug#4040).
6553
6554 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6555
6556 * editfns.c (Ffloat_time): Doc fix.
6557
6558 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6559
6560 * xfns.c (Fx_create_frame): Don't create frame larger than display
6561 by default bug#3643.
6562
6563 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6564
6565 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6566 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6567 windows above internal border.
6568
6569 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6570 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6571 windows above internal border.
6572
6573 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6574 tool bar windows specially.
6575
6576 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6577
6578 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6579 specially.
6580 (XTflash): Take account of menu bar height.
6581
6582 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6583 specially.
6584
6585 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6586
6587 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6588 also be true before we can return early (bug #5339).
6589
6590 2010-01-06 David Reitter <david.reitter@gmail.com>
6591
6592 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6593 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6594 (Bug#3233).
6595
6596 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6597
6598 * font.c (font_open_entity): Enable chache and call cached_font_ok
6599 for the driver if defined.
6600 (QCuser_spec): New symbol.
6601 (font_spec_from_name): Save name as user-spec.
6602 (font_load_for_lface): Keep user-spec instead of name.
6603 (font_open_by_name): Save name as user-spec.
6604 (syms_of_font): Initialize QCuser_spec.
6605 (font_clear_prop): Clear name if it exists in font (bug#5157).
6606
6607 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6608 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6609 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6610
6611 * font.h (struct font_driver): Add cached_font_ok.
6612
6613 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6614
6615 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6616
6617 * xterm.c (x_new_font): Move code for setting rows/cols before
6618 resizing ...
6619 (x_set_window_size): ... to here. Bug #2568.
6620
6621 * gtkutil.c (xg_clear_under_internal_border): New function.
6622 (xg_frame_resized, xg_frame_set_char_size):
6623 Call xg_clear_under_internal_border.
6624 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6625
6626 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6627
6628 * keyboard.c (read_key_sequence): Catch keyboard switch after
6629 making a new tty frame (Bug#5095).
6630
6631 2010-01-05 Kenichi Handa <handa@m17n.org>
6632
6633 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6634
6635 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6638 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6639 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6640
6641 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * dbusbind.c (xd_add_watch): Improve debug message.
6644 (xd_remove_watch): Improve debug message. If DATA is the session
6645 bus, unset D-Bus session environment.
6646 (Fdbus_init_bus): Pass the bus as argument to
6647 dbus_connection_set_watch_functions. (Bug#5283)
6648
6649 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6652
6653 * lread.c (syms_of_lread): Make it clearer that these are the
6654 names of loaded files (Bug#5068).
6655
6656 * eval.c (run_hook_with_args): Handle the case where the global
6657 value has the obsolete single-function form (Bug#5026).
6658
6659 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * minibuf.c (Fall_completions): Minor optimization.
6662
6663 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6664
6665 * .gdbinit (pgx): Fix display of composite glyphs.
6666 Display cmp.from and cmp.to as well.
6667 (pitx): Fix last change.
6668
6669 2009-12-25 Kenichi Handa <handa@m17n.org>
6670
6671 * composite.h (composition_adjust_point): Update prototype.
6672
6673 * composite.c (composition_reseat_it): Don't make a composition
6674 spanning over point.
6675 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6676 composable characters.
6677 (composition_adjust_point): New arg NEW_PT. Callers changed.
6678
6679 * keyboard.c (command_loop_1): Force redisplay if the last point
6680 was within a composition.
6681 (adjust_point_for_property): Don't adjust point for automatic
6682 composition when called after buffer modification.
6683
6684 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6685
6686 * .gdbinit (pitx): Don't use enum names, use their values.
6687 Remove reference to non-existing value GET_FROM_COMPOSITION.
6688 (pgx): Don't use enum names, use their values.
6689 (pitmethod): New helper command.
6690 (pitx): Use it to display iteration method.
6691 (pgrowit): New command.
6692
6693 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6694
6695 Update dependencies in Makefile.in.
6696
6697 * Makefile.in (alloc.o): Depend on termhooks.h.
6698 (atimer.o): Depend on blockinput.h.
6699 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6700 and frame.h.
6701 (callint.o): Depend on systime.h, coding.h, and composite.h.
6702 (callproc.o): Depend on buffer.h.
6703 (casefiddle.o): Don't depend on charset.h.
6704 (casetab.o): Depend on character.h.
6705 (ccl.o): Depend on composite.h.
6706 (chartab.o): Depend on ccl.h.
6707 (cm.o): Depend on dispextern.h.
6708 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6709 (coding.o): Don't depend on $(INTERVALS_H).
6710 (composite.o): Don't depend on dispextern.h explicitly (it's in
6711 $(INTERVALS_H)). Depend on ccl.h.
6712 (data.o): Depend on systime.h, coding.h, composite.h,
6713 dispextern.h, font.h, and ccl.h.
6714 (dired.o): Depend on composite.h.
6715 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6716 composite.h (it's in $(INTERVALS_H)).
6717 (doc.o): Depend on systime.h, coding.h, and composite.h.
6718 (editfns.o): Don't depend explicitly on dispextern.h.
6719 (emacs.o): Depend on frame.h and coding.h.
6720 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6721 (fileio.o): Depend on frame.h and commands.h. Don't depend
6722 explicitly on dispextern.h.
6723 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6724 composite.h.
6725 (fns.o): Don't depend on termhooks.h.
6726 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6727 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6728 coding.h, $(INTERVALS_H), window.h, xterm.h.
6729 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6730 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6731 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6732 fontset.h, ccl.h, and ftfont.h.
6733 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6734 (gtkutil.o): Depend on dispextern.h and composite.h.
6735 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6736 termhooks.h, and ccl.h.
6737 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6738 (intervals.o): Depend on systime.h and coding.h.
6739 (keyboard.o): Depend on composite.h and coding.h.
6740 (keymap.o): Depend on coding.h and frame.h.
6741 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6742 (macros.o): Depend on systime.h, coding.h, and composite.h.
6743 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6744 and atimer.h.
6745 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6746 dispextern.h explicitly.
6747 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6748 Don't depend explicitly on dispextern.h and composite.h.
6749 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6750 (regex.o): Don't depend on charset.h.
6751 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6752 (search.o): Don't depend explicitly on composite.h.
6753 (sound.o): Depend on atimer.h and systime.h.
6754 (syntax.o): Don't depend explicitly on composite.h.
6755 (sysdep.o): Depend on coding.h and composite.h.
6756 (term.o): Depend on xterm.h and buffer.h.
6757 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6758 (textprop.o): Don't depend on dispextern.h explicitly.
6759 (undo.o): Depend on dispextern.h.
6760 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6761 dispextern.h and composite.h explicitly.
6762 (xdisp.o): Depend on ccl.h.
6763 (xfaces.o): Depend on coding.h and ccl.h.
6764 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6765 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6766 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6767 ftfont.h.
6768 (xgselect.o): New dependency.
6769 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6770 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6771 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6772 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6773 (xsmfns.o): Depend on frame.h and dispextern.h.
6774 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6775 sysselect.h.
6776
6777 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6778
6779 * font.c (Fclear_font_cache): Pass correct cache argument to
6780 font_clear_cache.
6781
6782 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6783
6784 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6785 twice.
6786
6787 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6790 calling file-remote-p. Reported by Jim Meyering.
6791
6792 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6793
6794 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6795 avoid compiler warnings. (Bug #5217)
6796
6797 2009-12-14 Kenichi Handa <handa@m17n.org>
6798
6799 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6800 in 8-bit encoding.
6801
6802 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6803
6804 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6805 tooltip windows.
6806
6807 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6808
6809 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6810 Xatom_net_window_type.
6811
6812 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6813 Xatom_net_window_type.
6814
6815 * xterm.c (my_log_handler): New function.
6816 (x_term_init): Set my_log_handler as log handler during gtk_init
6817 so we can filter out buggy messages. (Bug #5120).
6818
6819 * xterm.c (xg_scroll_callback): Parameter list changed,
6820 use parameter GtkScrollType to determine scroll/line/page.
6821 Only allow dragging if a button < 4 is grabbed (bug #5177).
6822 (xg_end_scroll_callback): New function.
6823 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6824 xg_create_scroll_bar.
6825
6826 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6827 (scroll_end_callback): Remove.
6828 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6829 button-release-event. Replace value-changed event with change-value,
6830 bug #5177.
6831 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6832 bug #5177.
6833
6834 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6835 (xg_create_scroll_bar): Add GCallback end_callback.
6836
6837 * xftfont.c (QClcdfilter): New variable.
6838 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6839 (syms_of_xftfont): Initialize QClcdfilter.
6840
6841 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6842
6843 * xsettings.c (struct xsettings): Add member seen.
6844 (parse_xft_settings): Update member seen with what we have read.
6845 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6846 (apply_xft_settings): Only update Xft settings with what member seen
6847 indicates as new.
6848
6849 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6850
6851 * dispextern.h (struct text_pos): Use EMACS_INT.
6852 (struct glyph): Use EMACS_INT for charpos.
6853 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6854 region_beg_charpos, region_end_charpos,
6855 redisplay_end_trigger_charpos, and also for
6856 iterator_stack_entry.end_charpos and
6857 iterator_stack_entry.stop_charpos.
6858
6859 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6860
6861 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6862 (xg_create_scroll_bar): Call scroll_end_callback on button release
6863 event (bug #5177).
6864 (xg_event_is_for_scrollbar): != replaced with ==.
6865
6866 2009-12-12 Kenichi Handa <handa@m17n.org>
6867
6868 * ftfont.c (struct ftfont_info): New member matrix.
6869 (ftfont_open): Setup xftfont_info->matrix.
6870 (MFLTFontFT): New member matrix.
6871 (FLOOR, CEIL, ROUND): New macros.
6872 (ftfont_get_metrics): Handle matrix transformation.
6873 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6874
6875 * xftfont.c (struct xftfont_info): New member matrix.
6876 (xftfont_open): Setup xftfont_info->matrix.
6877
6878 2009-12-10 Kenichi Handa <handa@m17n.org>
6879
6880 * xdisp.c (append_space_for_newline): Consider face-remapping.
6881
6882 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6883
6884 * xsettings.c: Include "keyboard.h".
6885
6886 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6887
6888 Fix implicit function declarations.
6889 * cmds.c: Include "frame.h".
6890 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6891 * frame.h: Move declaration of delete_frame outside of
6892 HAVE_WINDOW_SYSTEM.
6893
6894 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6895
6896 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6897
6898 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6899 GTK builds.
6900
6901 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6902
6903 * unexelf.c (unexec): Don't search for .data twice.
6904
6905 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6908 if push failed.
6909 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6910 of push_display_prop (Bug#5000).
6911
6912 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6913 value of font_list_entities (Bug#5085).
6914
6915 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6916
6917 Fix `string-to-number' to deal consistently with integers and floats.
6918 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6919 trailing characters, not just whitespace.
6920 (read1): Pass new arg 0 to keep old behavior.
6921 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6922 trailing chars, as it is already done for integers. Doc fixes.
6923 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6924
6925 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6926
6927 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6928 Delete unused enumeration value.
6929
6930 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6931
6932 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6933
6934 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6935
6936 * process.c (Fmake_network_process): Fix up the tests for
6937 "connectionless socket", so they DTRT for seqpacket sockets as well.
6938
6939 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * process.c (Qseqpacket): New symbol.
6942 (HAVE_SEQPACKET): New macro.
6943 (Fmake_network_process): Accept new :type `seqpacket'.
6944 (init_process): Add `seqpacket' feature when applicable.
6945 (syms_of_process): Initialize Qseqpacket.
6946
6947 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6948
6949 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6950 if entity is Qnil.
6951
6952 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * print.c (print_preprocess): Preprocess the key_and_value table of
6955 hashtables, even tho they're "hidden" (bug#5082).
6956
6957 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6958
6959 * frame.c (frame_make_pointer_invisible)
6960 (frame_make_pointer_visible): Declare f before statements.
6961
6962 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6963
6964 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6965 omitted dependencies on lisp.h.
6966
6967 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6968
6969 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6970 is NULL.
6971
6972 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6973
6974 * frame.c (frame_make_pointer_invisible)
6975 (frame_make_pointer_visible): Just return if there isn't any selected
6976 frame.
6977
6978 * search.c (simple_search): Remove warning by making *p const.
6979
6980 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6981
6982 * xdisp.c (power_letter): Remove duplicate const.
6983
6984 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6985
6986 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6987
6988 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6989 defaults (bug #5025).
6990
6991 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * insdel.c (adjust_markers_for_delete): Move it in the
6994 right direction! (bug#4803)
6995
6996 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6997
6998 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6999
7000 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7001
7002 2009-11-24 Glenn Morris <rgm@gnu.org>
7003
7004 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7005
7006 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
7007
7008 * Makefile.in: Must create deps for ecrt0.o in its rule.
7009
7010 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7011 because that is what Gtk+ font dialog understands.
7012
7013 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7014 of Fcopy_sequence.
7015 (font_open_by_name): Put name given into QCname for font-object returned.
7016
7017 * frame.c (x_set_font): Save original font name as frame parameter
7018 font-parameter.
7019
7020 * xsettings.c (set_default_xft_settings): New function.
7021 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7022 is found.
7023
7024 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
7025
7026 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7027 searching backwards through multibyte buffer.
7028
7029 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7030
7031 * xterm.c: #include xgselect.h.
7032 (x_initialize): Call xgselect_initialize.
7033
7034 * xsettings.c (something_changedCB): C++ comments => C comments.
7035 (init_gconf): Do not deal with any GLib file descriptors, xg_select
7036 does that now.
7037
7038 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7039 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7040 (scroll_bar_button_cb): Remove.
7041 (create_menus): C++ comments => C comments. Don't bind grab-notify
7042 event.
7043 (xg_create_scroll_bar): Don't bind button-press-event and
7044 button-release-event.
7045
7046 * process.c: Include xgselect.h if defined (USE_GTK) ||
7047 defined (HAVE_GCONF).
7048 (wait_reading_process_output): Call xg_select for the same condition.
7049
7050 * xgselect.c (xg_select): New function to better integrate with
7051 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
7052
7053 * xgselect.h: New file, declare xg_select, xgselect_initialize.
7054
7055 * Makefile.in (XOBJ): Add xgselect.o.
7056
7057 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
7058
7059 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7060 Remove ignored second argument. All callers changed.
7061 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7062 (RE_STRING_CHAR_AND_LENGTH): Likewise.
7063 * xdisp.c (string_char_and_length): Likewise.
7064
7065 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 * xterm.c (x_new_font):
7068 * print.c (print_object):
7069 * cmds.c (Fself_insert_command): Move declarations before statements.
7070
7071 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7072
7073 * s/cygwin.h: Remove unneeded linker flags.
7074
7075 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7076
7077 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7078
7079 * xsettings.h: Declare xsettings_get_system_font.
7080
7081 * xsettings.c (xsettings_get_system_font): New function.
7082 (init_gconf): No use initiating gconf unless we have Xft also.
7083 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7084 HAVE_GCONF.
7085
7086 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7087 add a blank entry so it doesn't collapse into nothing.
7088
7089 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * lread.c (Funintern): Comment out last change.
7092
7093 2009-11-19 Richard Stallman <rms@gnu.org>
7094
7095 * lread.c (Funintern): Error if symbol is t or nil.
7096
7097 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7100 representation of Lisp integers.
7101 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7102
7103 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7104
7105 * lisp.h: Remove declaration of Ffont_get_system_font.
7106 * xfns.c: Move include of "xsettings.h".
7107 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7108
7109 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7110
7111 * xsettings.c (something_changedCB, Ffont_get_system_font):
7112 Check use_system_font.
7113 (syms_of_xsettings): DEFVAR font-use-system-font.
7114
7115 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7116
7117 * xfns.c (x_default_font_parameter): Remove dead assignment.
7118
7119 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7120
7121 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7122
7123 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7124 not have FC_LCD_*. #define them if not there.
7125
7126 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7127
7128 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7129
7130 * xterm.c (handle_one_xevent): Call xft_settings_event for
7131 ClientMessage, PropertyNotify and DestroyNotify.
7132 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7133 Call xsettings_initialize.
7134
7135 * xftfont.c (xftfont_fix_match): New function.
7136 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7137 Call xftfont_fix_match after XftFontMatch.
7138
7139 * xfont.c (xfont_driver): Initialize all members.
7140
7141 * xfns.c (x_default_font_parameter):
7142 Try font from Ffont_get_system_font.
7143 Do not get font from x_default_parameter if we got one from
7144 Ffont_get_system_font.
7145 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7146
7147 * w32font.c (w32font_driver): Initialize all members.
7148
7149 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7150
7151 * lisp.h: Declare syms_of_xsettings.
7152
7153 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7154 Handle CONFIG_CHANGED_EVENT.
7155
7156 * ftfont.c (ftfont_filter_properties): New function.
7157
7158 * frame.c (x_set_font): Remove unused variable lval.
7159
7160 * font.h (struct font_driver): Add filter_properties.
7161
7162 * font.c (font_put_extra): Don't return if val is nil, it means
7163 boolean option is off.
7164 (font_parse_fcname): Collect all extra properties in extra_props
7165 and call filter_properties for all drivers with extra_props and
7166 font as parameter.
7167 (font_open_entity): Do not use cache, it does not pick up new
7168 fontconfig settings like hinting.
7169 (font_load_for_lface): If spec had a name in it, store it in entity.
7170
7171 * emacs.c (main): Call syms_of_xsettings.
7172
7173 * config.in: HAVE_GCONF is new.
7174
7175 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7176 xsettings.o is new.
7177
7178 2009-11-17 Kenichi Handa <handa@m17n.org>
7179
7180 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7181 back to the default font in case that no suitable font is found.
7182
7183 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7186 Suggested by Chad Brown <yandros@mit.edu>.
7187 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7188
7189 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7190
7191 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7192
7193 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7194
7195 * Makefile.in: Ignore errors from mkdir when creating deps directory.
7196
7197 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7198
7199 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7200 has a parent.
7201
7202 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7203 dependency files in deps/. Include those files into Makefile.
7204
7205 * config.in: Generated (AUTO_DEPEND).
7206
7207 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * dbusbind.c (Vdbus_registered_objects_table): Rename from
7210 Vdbus_registered_functions_table, because it contains also
7211 properties. Fix docstring.
7212 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7213
7214 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * alloc.c (mark_object): Don't reprocess marked strings.
7217 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7218 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7219
7220 2009-11-13 Kenichi Handa <handa@m17n.org>
7221
7222 * category.c (word_boundary_p): Adjust for the change of the
7223 semantics of Vword_combining_categories.
7224 (Vword_combining_categories): Describe the slight change of the
7225 semantics.
7226
7227 2009-11-13 Eli Zaretskii <eliz@gnu.org>
7228
7229 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7230
7231 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7232
7233 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7236
7237 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
7238
7239 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7240
7241 2009-11-11 David Reitter <david.reitter@gmail.com>
7242
7243 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7244 variables to fix 2009-11-09 change.
7245
7246 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7247
7248 * process.c (ifflag_def): Make flag_sym constant.
7249 (Fnetwork_interface_info): Use a constant pointer.
7250 (ifflag_table):
7251 * xfns.c (cursor_bits):
7252 * xdisp.c (power_letter):
7253 * termcap.c (speeds, esctab):
7254 * sysdep.c (baud_convert):
7255 * keyboard.c (lispy_accent_codes, modifier_names):
7256 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7257 (jpeg_format, tiff_format, gif_format, svg_format)
7258 (interlace_start, interlace_increment, gs_format):
7259 * gtkutil.c (separator_names):
7260 * fringe.c (swap_nibble):
7261 * fns.c (base64_value_to_char, base64_char_to_value):
7262 * fileio.c (make_temp_name_tbl):
7263 * coding.c (suffixes): Make constant.
7264
7265 * frame.c (make_initial_frame):
7266 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7267 build_string.
7268 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7269
7270 * s/freebsd.h:
7271 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7272
7273 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7274 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7275
7276 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7277 * xterm.c (syms_of_xterm):
7278 * xfaces.c (syms_of_xfaces):
7279 * xdisp.c (syms_of_xdisp):
7280 * lread.c (syms_of_lread):
7281 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7282 build_string.
7283
7284 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7285
7286 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * fns.c (Fplist_get): Merge the active and the commented out code.
7289
7290 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7291
7292 * keyboard.h: Declare timer_check.
7293
7294 * keyboard.c (timer_check_2): New function that does what the old
7295 timer_check did.
7296 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7297 returned, i.e. don't return -1 with timers pending.
7298
7299 * process.c: Remove extern declaration of timer_check.
7300
7301 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7302 even if timer_check returned -1.
7303
7304 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7305 xg_dialog_data.
7306 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7307 the event loop.
7308 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7309 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7310 Destroy the dialog after xg_dialog_run.
7311
7312 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7315
7316 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7317
7318 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7319
7320 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7323
7324 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7327 w32menu.c, and nsmenu.m.
7328 Simplify the obsolete case where position is nil.
7329 (cleanup_popup_menu): New function, moved from nsmenu.m.
7330 (struct skp): Remove slot `notreal'.
7331 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7332 adjust callers.
7333 (single_menu_item): Adjust call to parse_menu_item.
7334 (syms_of_menu): Defsubr x-popup-menu.
7335 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7336 (keymap_panes): Don't export any more.
7337 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7338 (xmenu_show): Declare.
7339 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7340 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7341 * keyboard.h (parse_menu_item): Update declaration.
7342 * xmenu.c (Fx_popup_menu): Remove.
7343 (syms_of_xmenu): Don't defsubr x-popup-menu.
7344 * w32menu.c (Fx_popup_menu): Remove.
7345 (syms_of_w32menu): Don't defsubr x-popup-menu.
7346 * nsmenu.m (cleanup_popup_menu): Remove.
7347 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7348 moved to menu.c's Fx_popup_menu.
7349 (Fx_popup_menu): Remove.
7350 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7351 menu_items (it's done in menu.c already).
7352
7353 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7356 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7357
7358 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7359
7360 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7361 xmenu_show. Hide any tooltip before opening a menu.
7362 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7363 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7364
7365 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 Let integers use up 2 tags to give them one extra bit and thus double
7368 their range.
7369 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7370 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7371 New macros.
7372 (enum Lisp_Type): Use them. Give explicit values.
7373 (Lisp_Type_Limit): Remove.
7374 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7375 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7376 Pay attention to USE_2_TAGS_FOR_INTS.
7377 (INTEGERP): Use LISP_INT_TAG_P.
7378 * fns.c (internal_equal): Simplify the default case.
7379 (sxhash): Use case_Lisp_Int.
7380 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7381 any more.
7382 (Ftype_of): Use case_Lisp_Int.
7383 (store_symval_forwarding): Take into account the fact that Ints can
7384 now have more than one tag.
7385 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7386 (buffer_slot_type_mismatch):
7387 * xfaces.c (face_attr_equal_p):
7388 * print.c (print_object):
7389 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7390 Use case_Lisp_Int.
7391
7392 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7393
7394 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7395
7396 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7397 warning.
7398
7399 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7400
7401 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7402
7403 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7404
7405 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7406 ButtonPressRelease and MotionNotify (bug#4870).
7407
7408 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7409
7410 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7411
7412 * xterm.c (syms_of_xterm):
7413 * xselect.c (syms_of_xselect):
7414 * xmenu.c (syms_of_xmenu):
7415 * xfns.c (syms_of_xfns):
7416 * xfaces.c (syms_of_xfaces):
7417 * xdisp.c (syms_of_xdisp):
7418 * window.c (syms_of_window):
7419 * w32fns.c (syms_of_w32fns):
7420 * undo.c (syms_of_undo):
7421 * textprop.c (syms_of_textprop):
7422 * terminal.c (syms_of_terminal):
7423 * syntax.c (syms_of_syntax):
7424 * sound.c (syms_of_sound):
7425 * search.c (syms_of_search):
7426 * print.c (syms_of_print):
7427 * minibuf.c (syms_of_minibuf):
7428 * macros.c (syms_of_macros):
7429 * keymap.c (syms_of_keymap, initial_define_key)
7430 (initial_define_lispy_key):
7431 * keyboard.c (syms_of_keyboard):
7432 * insdel.c (syms_of_insdel):
7433 * image.c (syms_of_image):
7434 * fringe.c (syms_of_fringe):
7435 * frame.c (syms_of_frame):
7436 * fontset.c (syms_of_fontset):
7437 * fns.c (syms_of_fns):
7438 * fns.c (syms_of_fns):
7439 * fileio.c (syms_of_fileio):
7440 * fileio.c (syms_of_fileio):
7441 * eval.c (syms_of_eval):
7442 * doc.c (syms_of_doc):
7443 * dispnew.c (syms_of_display):
7444 * dired.c (syms_of_dired):
7445 * dbusbind.c (syms_of_dbusbind):
7446 * data.c (syms_of_data):
7447 * composite.c (syms_of_composite):
7448 * coding.c (syms_of_coding):
7449 * cmds.c (syms_of_cmds):
7450 * charset.c (define_charset_internal, syms_of_character):
7451 * ccl.c (syms_of_ccl):
7452 * category.c (syms_of_category, init_category_once):
7453 * casetab.c (syms_of_casetab):
7454 * casefiddle.c (syms_of_casefiddle):
7455 * callint.c (syms_of_callint):
7456 * bytecode.c (syms_of_bytecode):
7457 * buffer.c (keys_of_buffer, syms_of_buffer):
7458 * alloc.c (syms_of_alloc):
7459 * process.c (syms_of_process, init_process):
7460 * lread.c (syms_of_lread, init_obarray):
7461 * font.c (build_style_table):
7462 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7463 intern_c_string, calls to make_pure_string with
7464 make_pure_c_string. Use pure_cons instead of Fcons.
7465
7466 * process.c (socket_options): Make it const.
7467 (set_socket_option, init_process): Use a const pointer.
7468
7469 * lread.c (intern_c_string): New function.
7470 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7471 (defvar_int): Uset it. Make the name const char*.
7472
7473 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7474 (defvar_int): Update prototypes.
7475 (DEFUN, EXFUN): Support for prototypes is now required.
7476 (intern_c_string): New prototype.
7477 (struct Lisp_Subr): Make symbol_name constant.
7478
7479 * font.c (struct table_entry): Remove unused member. Make NAMES
7480 constant.
7481 (weight_table, slant_table, width_table): Make constant.
7482
7483 * emacs.c (struct standard_args): Make name and longname constant.
7484
7485 * character.h (DEFSYM): Use intern_c_string.
7486
7487 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * alloc.c (make_pure_c_string): New function.
7490
7491 * eval.c (Fautoload): Purecopy all arguments.
7492
7493 2009-11-05 Kenichi Handa <handa@m17n.org>
7494
7495 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7496 the buffer in case of replace.
7497
7498 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7499
7500 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7501
7502 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7505 when applicable (bug#4851).
7506
7507 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7508 (P_): Support for prototypes is now required.
7509
7510 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7511
7512 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7513 (Bug#4827).
7514
7515 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7516
7517 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7518
7519 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7522
7523 * lread.c (Fload): Purecopy the file name when building
7524 Vpreloaded_file_list.
7525
7526 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7527
7528 * w32fns.c (syms_of_w32fns): Change default value of
7529 w32-scroll-lock-modifier to nil. (Bug#2827)
7530
7531 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7532
7533 * minibuf.c (Fall_completions): Fix typos in docstring.
7534
7535 2009-10-26 Andreas Schwab <schwab@redhat.com>
7536
7537 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7538
7539 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7542 For delta < 0, skip check that only makes sense when the mini-window
7543 is going to be enlarged. (Bug#4534)
7544
7545 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7548 string in menu maps (Bug#4471).
7549
7550 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7551
7552 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7553 FRAME_NS_VIEW on terminal frames (Bug#4765).
7554
7555 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7556
7557 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7558 DBUS_TYPE_UINTnn separately to get proper sign extension.
7559
7560 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7561 can properly handle unsigned types.
7562 (make_uid, make_gid): Remove.
7563
7564 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7565 types again.
7566
7567 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7568 (system_process_attributes): Likewise.
7569
7570 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7571
7572 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7573
7574 * eval.c (Fautoload): Purecopy the filename. Simplify.
7575
7576 * category.c (Fdefine_category): Purecopy docstring.
7577
7578 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7579
7580 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7581
7582 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7583
7584 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7587 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7588 (Bug#4775).
7589
7590 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7593 (init_fileio_once):
7594 * lisp.h (init_fileio_once): Remove.
7595 * emacs.c (main): Don't call init_fileio_once.
7596
7597 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7600
7601 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7602
7603 * doprnt.c (doprnt): Fix overflow check.
7604
7605 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7606
7607 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7608
7609 * xterm.h (x_wait_for_event): Declare it.
7610
7611 * xterm.c (pending_event_wait): New variable.
7612 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7613 see pending_event_wait.eventtype.
7614 (handle_one_xevent): Don't change gravity when parent changes.
7615 (x_new_font): Call change_frame_size with new rows/columns before we
7616 try to resize the frame.
7617 (x_wait_for_event): New function.
7618 (x_set_window_size_1): Don't change gravity unless change_gravity
7619 is set.
7620 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7621 don't change frame size, instead wait for the ConfigureNotify.
7622 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7623 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7624 (x_initialize): Initialize pending_event_wait.
7625
7626 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7627 size.
7628
7629 * widget.c (EmacsFrameSetValues): Add comment.
7630 (EmacsFrameSetCharSize): Just call x_set_window_size.
7631
7632 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7633 x_wait_for_event.
7634 (flush_and_sync): Remove again.
7635 (xg_get_font_name): Suggest monospace if no previous font is known.
7636
7637 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7640 8th bit, since that only made sense in the ASCII world (bug#4751).
7641
7642 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7643
7644 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7645 processing pending events when event is filtered for input method.
7646 (Bug#3681)
7647
7648 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * fns.c: Add #endif accidentally removed in previous change.
7651
7652 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * fns.c: Remove code for unsupported system: MAC_OS.
7655 * image.c: Likewise. Include setjmp.h.
7656
7657 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7658
7659 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7660 pixel -1 (bug #4742).
7661
7662 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7663
7664 * process.c (create_pty): Remove conditionals for no longer
7665 supported systems: UNIPLUS and RTU.
7666
7667 * xterm.c:
7668 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7669
7670 * alloc.c: Do not define struct catchtag.
7671 * eval.c: Move struct catchtag definition ...
7672 * lisp.h: ... here.
7673
7674 * image.c: Move png.h #include earlier to avoid warnings.
7675
7676 * xterm.c:
7677 * xsmfns.c:
7678 * xselect.c:
7679 * xrdb.c:
7680 * xmenu.c:
7681 * xftfont.c:
7682 * xfont.c:
7683 * xfns.c:
7684 * xfaces.c:
7685 * xdisp.c:
7686 * window.c:
7687 * widget.c:
7688 * w32xfns.c:
7689 * w32uniscribe.c:
7690 * w32term.c:
7691 * w32select.c:
7692 * w32reg.c:
7693 * w32proc.c:
7694 * w32menu.c:
7695 * w32inevt.c:
7696 * w32heap.c:
7697 * w32font.c:
7698 * w32fns.c:
7699 * w32console.c:
7700 * w32.c:
7701 * w16select.c:
7702 * vm-limit.c:
7703 * unexsol.c:
7704 * unexec.c:
7705 * unexcw.c:
7706 * unexaix.c:
7707 * undo.c:
7708 * tparam.c:
7709 * textprop.c:
7710 * terminfo.c:
7711 * terminal.c:
7712 * termcap.c:
7713 * term.c:
7714 * syntax.c:
7715 * sound.c:
7716 * sheap.c:
7717 * search.c:
7718 * scroll.c:
7719 * region-cache.c:
7720 * regex.c:
7721 * ralloc.c:
7722 * process.c:
7723 * print.c:
7724 * nsterm.m:
7725 * nsselect.m:
7726 * nsmenu.m:
7727 * nsimage.m:
7728 * nsfont.m:
7729 * nsfns.m:
7730 * msdos.c:
7731 * minibuf.c:
7732 * menu.c:
7733 * marker.c:
7734 * macros.c:
7735 * keymap.c:
7736 * keyboard.c:
7737 * intervals.c:
7738 * insdel.c:
7739 * indent.c:
7740 * gtkutil.c:
7741 * ftxfont.c:
7742 * ftfont.c:
7743 * fringe.c:
7744 * frame.c:
7745 * fontset.c:
7746 * font.c:
7747 * fns.c:
7748 * floatfns.c:
7749 * filelock.c:
7750 * fileio.c:
7751 * emacs.c:
7752 * editfns.c:
7753 * dosfns.c:
7754 * doprnt.c:
7755 * doc.c:
7756 * dispnew.c:
7757 * dired.c:
7758 * dbusbind.c:
7759 * data.c:
7760 * composite.c:
7761 * coding.c:
7762 * cmds.c:
7763 * cm.c:
7764 * chartab.c:
7765 * charset.c:
7766 * character.c:
7767 * ccl.c:
7768 * category.c:
7769 * casetab.c:
7770 * casefiddle.c:
7771 * callproc.c:
7772 * callint.c:
7773 * bytecode.c:
7774 * buffer.c:
7775 * atimer.c: Include setjmp.h. (Bug#4643)
7776
7777 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 Remove leftover table unibyte_to_multibyte_table.
7780 * character.c (unibyte_to_multibyte_table): Remove.
7781 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7782 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7783 * character.h (UNIBYTE_TO_CHAR): New macro.
7784 (MAKE_CHAR_MULTIBYTE): Use it.
7785 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7786 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7787 (message_dolog, set_message_1):
7788 * search.c (Freplace_match):
7789 * editfns.c (Fcompare_buffer_substrings):
7790 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7791 (concat):
7792 * insdel.c (copy_text, count_size_as_multibyte):
7793 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7794 * term.c (produce_glyphs):
7795 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7796 * regex.c (RE_CHAR_TO_MULTIBYTE):
7797 * cmds.c (internal_self_insert):
7798 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7799
7800 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7801
7802 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7803
7804 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7805
7806 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7809
7810 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7811
7812 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7813 still needed under Tiger.
7814
7815 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7816
7817 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7818 __Apple__.
7819
7820 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7821
7822 2009-10-15 Kenichi Handa <handa@m17n.org>
7823
7824 * print.c (print_object): Escape a symbol like "2E10" too.
7825
7826 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7827
7828 Cleanups and changes for 64-bit compile under Snow Leopard.
7829 Based on suggestions by Erik Charlebois.
7830
7831 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7832
7833 * nsfont.m (ns_char_width): Replace deprecated call.
7834 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7835 cast argument.
7836 (nsfont_open): Use ns_char_width() everywhere.
7837 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7838
7839 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7840
7841 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7842 where appropriate.
7843
7844 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7845 where appropriate.
7846 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7847 Use stringWithUTF8String.
7848 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7849
7850 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7851 Add formal protocol mention to inheritance.
7852 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7853
7854 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7855 Fix printf format.
7856 (ns_query_color): Use CGFloat where appropriate.
7857 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7858 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7859 argument.
7860
7861 * config.in (NS_HAVE_NSINTEGER): Drop.
7862
7863 * dbusbind.c (dbus-method-return-internal)
7864 (dbus-method-error-internal): Use long format in printf, and cast
7865 argument.
7866
7867 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7868 in printf, and cast argument.
7869
7870 * process.c (list_processes_1): Use long format in printf, and
7871 cast argument.
7872
7873 2009-10-11 Glenn Morris <rgm@gnu.org>
7874
7875 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7876
7877 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7878
7879 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7880 menu bar with a small width so it doesn't enlarge the frame.
7881
7882 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7885
7886 2009-10-06 Glenn Morris <rgm@gnu.org>
7887
7888 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7889 SOME_MACHINE_LISP (this enters indirectly via DOC).
7890
7891 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7892
7893 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7894
7895 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7896
7897 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7898 Doc fix.
7899
7900 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7901
7902 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7903
7904 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7905
7906 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7907 used anymore outside fileio.c.
7908
7909 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7910
7911 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * lisp.h (Qdelete_directory_internal):
7914 Declare, instead of Qdelete_directory.
7915
7916 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7917
7918 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7921
7922 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * fileio.c (Fdelete_directory_internal): Rename from
7925 Fdelete_directory. It is not a command anymore. It has no file
7926 name handler.
7927
7928 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * xdisp.c (get_next_display_element): Use an enum in last change.
7931
7932 2009-09-28 Kenichi Handa <handa@m17n.org>
7933
7934 * xdisp.c (get_next_display_element): Pay attention to
7935 unibyte_display_via_language_environment in handling
7936 Vnobreak_char_display.
7937
7938 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7939
7940 * nsterm.h (ns_app_name): New extern variable.
7941
7942 * nsterm.m (ns_app_name): New variable.
7943 (ns_term_init): Set and use it.
7944 (ns_term_shutdown): Use it.
7945
7946 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7947 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7948
7949 * nsfns.m (ns_set_name_iconic, ns_set_name)
7950 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7951 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7952
7953 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7954 Remove double-casting in client_data comparison.
7955
7956 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7957
7958 * keyboard.c (make_lispy_event): Remember last wheel direction.
7959 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7960
7961 2009-09-26 Glenn Morris <rgm@gnu.org>
7962
7963 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7964 internal.elc. Add term/pc-win.elc.
7965 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7966 term/x-win.elc.
7967 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7968 term/w32-win.elc.
7969 (NS_SUPPORT): New.
7970 (lisp): Add NS_SUPPORT.
7971 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7972
7973 2009-09-25 David Reitter <david.reitter@gmail.com>
7974
7975 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7976 on Mac OS X 10.6+ (bug#4513).
7977
7978 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7981 some parts of Emacs code (like font selection) don't grok them.
7982 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7983
7984 2009-09-24 Andreas Schwab <schwab@redhat.com>
7985
7986 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7987
7988 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * dired.c (Fdirectory_files): Fix typo in docstring.
7991
7992 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7993
7994 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7995 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7996 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7997 under GNUstep.
7998 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7999
8000 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8001 glyph advancement.
8002
8003 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8004
8005 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8006 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8007
8008 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8009 deleted (bug #4492).
8010
8011 * nsfont.m (Vns_reg_to_script): New lisp variable.
8012 (syms_of_nsfont): Declare it.
8013 (ns_registry_to_script): New function.
8014 (ns_get_req_script): Call it.
8015 (ns_findfonts): Don't give up on non-unicode registry.
8016
8017 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8018
8019 2009-09-20 Tom Tromey <tromey@redhat.com>
8020
8021 * eval.c (find_handler_clause): Make stack-trace-on-error work in
8022 batch mode (bug#4228).
8023
8024 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
8025
8026 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8027 carefully. (Bug #4339)
8028
8029 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8032
8033 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8034
8035 * emacs.c (inhibit_x_resources): Update doc string for NS.
8036 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
8037 legacy code for -NXHost. Fix error printf in daemon case.
8038
8039 * nsterm.h (ns_no_defaults): Remove.
8040
8041 * nsterm.m (ns_no_defaults): Remove.
8042 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8043 (ns_use_qd_smoothing): Remove legacy variable.
8044 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8045 don't update the NSWindow itself.
8046 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8047 state detection and store user rect ourselves. (Bug #3581)
8048
8049 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8050 ns_use_qd_smoothing.
8051
8052 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8053 platform versions. Drop support for emacs-20-style face specs.
8054 (x-close-connection): Drop PSFlush() under OS X.
8055 (x-focus-frame): Activate the app first. (Bug #4180)
8056
8057 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8058
8059 * emacs.c (inhibit_x_resources): New variable.
8060 (main) [HAVE_NS]: Don't process --quick command line option.
8061 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8062
8063 * lisp.h (inhibit_x_resources): Declare it extern.
8064
8065 * w32reg.c (x_get_string_resource):
8066 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8067
8068 2009-09-17 Eli Zaretskii <eliz@gnu.org>
8069
8070 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8071 Add lisp/term/internal.elc.
8072
8073 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8076 (bug#4461).
8077
8078 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8079
8080 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8081
8082 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8083 (OBJECTS_MACHINE): Remove, unused.
8084
8085 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * frame.c (x_get_resource_string): Remove unused.
8088
8089 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8090
8091 * xterm.c (x_new_font): Call change_frame_size before calling
8092 x_set_window_size, in case frame size won't change.
8093
8094 * frame.c (x_set_font): Remove dead code.
8095
8096 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8099
8100 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * lread.c (Fload): Don't output a message after loading an obsolete
8103 package any more (done in Lisp now).
8104
8105 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8106
8107 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8108
8109 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * keymap.c (Fwhere_is_internal): Use nconc2.
8112
8113 2009-09-11 Alan Mackenzie <acm@muc.de>
8114
8115 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8116 batch mode.
8117
8118 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8119
8120 * xdisp.c (display_mode_element): Detect cycles.
8121
8122 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * keymap.c (where_is_internal): Don't erroneously return nil right after
8125 filling the cache.
8126 (where_is_internal_1): Fix up typo.
8127
8128 2009-09-11 Glenn Morris <rgm@gnu.org>
8129
8130 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8131 share a common doc-string.
8132
8133 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8136 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8137
8138 * keymap.c (QCadvertised_binding): New constant.
8139 (syms_of_keymap): Initialize it.
8140 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8141 if applicable.
8142
8143 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8146 (parse_menu_item): Streamline since bindings are recomputed all the
8147 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8148 more and don't support lmenu's menu-alias any more either.
8149
8150 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8151 (where_is_internal): Strip it down to only traverse the keymaps.
8152 Move the cache handling from Fwhere_is_internal to here.
8153 (Fwhere_is_internal): Move the handling of remapping and the choice of
8154 the best binding from where_is_internal to here.
8155 Unify the cached/noncached paths, so remapping is also handled
8156 correctly when the cache is used, and so the cache can be used to
8157 speed up remap-handling when applicable.
8158 Give preference to non-remapped bindings.
8159 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8160 non-remapped bindings.
8161 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8162 command remapping.
8163
8164 * xdisp.c (display_mode_element): Move list length limit from 50 to
8165 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8166
8167 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
8168
8169 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8170
8171 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8174 (Bug#4334)
8175
8176 * keymap.c (where_is_internal): Filter out shadowed remappings.
8177 Assume that where_is_internal returns unshadowed bindings to simplify
8178 the code and get rid of the gotos. Use ASIZE.
8179
8180 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8181
8182 * xterm.c (x_focus_changed): If we get a focusout and pointer
8183 is invisible, make it visible.
8184
8185 * xterm.h: Remove condition for declaration of
8186 x_*_window_to_frame.
8187
8188 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8191 initial terminal as well.
8192
8193 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8194
8195 * xterm.h: Rename x_non_menubar_window_to_frame to
8196 x_menubar_window_to_frame.
8197
8198 * xterm.c: Remove declarations also in xterm.h.
8199 (XTmouse_position): Do not return valid positions
8200 for clicks in the menubar and the toolbar for Gtk+.
8201
8202 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8203 if the widget for the event has the same top level as a frame,
8204 return the frame.
8205 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8206 internal windows, bug #4122.
8207 (x_non_menubar_window_to_frame): Remove.
8208
8209 2009-09-02 Glenn Morris <rgm@gnu.org>
8210
8211 * buffer.c (default-major-mode): Move most of the doc from here...
8212 (major-mode): ... to here.
8213
8214 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * process.c (wait_reading_process_output): Keep the descriptor
8217 when pty is used by a non-child process, e.g., in I/O buffer of
8218 GDB this allows inferior to be restarted.
8219
8220 2009-08-29 Eli Zaretskii <eliz@gnu.org>
8221
8222 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8223 both branches into one.
8224
8225 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8228 (main): Use enable-multibyte-characters rather than
8229 default-enable-multibyte-characters. Output a warning message when
8230 running a unibyte session.
8231
8232 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8233
8234 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8235 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8236 (copy_data_segment): Also copy __program_vars section.
8237 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8238 (dump_it) [LC_DYLD_INFO]: Use it.
8239
8240 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8241
8242 2009-08-28 Eli Zaretskii <eliz@gnu.org>
8243
8244 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8245 $(SRC)/buildobj.h.
8246 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8247 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8248 $(SRC)/buildobj.h.
8249 (clean): Add buildobj.h.
8250
8251 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8252
8253 * print.c (print_object): Set escapeflag to 1 when printing
8254 hashtable keys and values.
8255
8256 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * lread.c (read_integer): Use doubles (and potentially return a float
8259 number) as we do in string-to-number.
8260 (read1): Use strtol to read integers, signal errors on strtol's
8261 overflow and use floats if strtol's output is too large for
8262 Elisp integers.
8263
8264 2009-08-27 Eli Zaretskii <eliz@gnu.org>
8265
8266 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8267 (make-buildobj-SH): Fix last change.
8268 (SRC): Move to before where it's first used.
8269
8270 2009-08-27 Kenichi Handa <handa@m17n.org>
8271
8272 * process.c (send_process): Use encode_coding_object instead of
8273 encode_coding_string to perform eol-conversion even if the string
8274 is unibyte.
8275
8276 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8277 character.
8278
8279 * cmds.c (Fself_insert_command): Avoid unnecessay
8280 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
8281
8282 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8283
8284 * callproc.c (Fcall_process): Remove always true #if.
8285
8286 * lisp.h: Replace #if 0 code for checking with text pointing to
8287 the --enable-checking configure flag.
8288
8289 * emacs.c (main): Mention the --enable-profiling configure flag
8290 instead of using CFLAGS.
8291
8292 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8293
8294 * Makefile.in (buildobj.h): New target.
8295 (doc.o): Depend on it.
8296 (temacs${EXEEXT}): Don't generate buildobj.lst.
8297 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8298 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8299 ($(BLD)/doc.$(O)): Depend on it.
8300 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8301 provided by Eli Zaretskii.)
8302 ($(TEMACS)): Don't generate buildobj.lst.
8303 * doc.c: Include buildobj.h.
8304 (buildobj): New static variable.
8305 (Fsnarf_documentation): Use it, instead of opening and reading
8306 buildobj.lst.
8307
8308 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * dbusbind.c (Fdbus_call_method)
8311 (Fdbus_call_method_asynchronously): Use English numeric format for
8312 timeout values in doc string.
8313
8314 2009-08-25 Kenichi Handa <handa@m17n.org>
8315
8316 * alloc.c (mark_char_table): New function.
8317 (mark_object): Use mark_char_table for a char-table.
8318
8319 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8320 (CHAR_TABLE_REF): Use it.
8321
8322 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8323
8324 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8325 before invoking the newly build emacs to check for load-path
8326 shadowing.
8327
8328 2009-08-22 Glenn Morris <rgm@gnu.org>
8329
8330 * Makefile.in (bootstrap_exe): New variable.
8331 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8332 Use ${bootstrap_exe}.
8333
8334 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8335
8336 * coding.h (encode_coding_string): Don't encode unibyte strings.
8337 (Bug#4047)
8338
8339 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8342
8343 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8344 intended as hotfix only.
8345 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8346
8347 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8348
8349 * nsterm.m (ns_get_color): Update documentation properly for last
8350 change, and clean up loose ends in the code left by it. Fix
8351 longstanding bug with 16-bit hex parsing, and add support for
8352 yet another X11 format (rgb:r/g/b) for compatibility.
8353 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8354 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8355
8356 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8359
8360 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8361
8362 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8363 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8364 (xd_initialize, xd_pending_messages): Check, whether
8365 $DBUS_SESSION_BUS_ADDRESS is set.
8366
8367 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8368
8369 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8370
8371 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8372
8373 2009-08-20 Glenn Morris <rgm@gnu.org>
8374
8375 * emacs.c (system-type): Doc fix.
8376
8377 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8380 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8381
8382 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8383
8384 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8385 New functions.
8386 (xd_initialize): Revert change from 2009-08-16.
8387
8388 2009-08-18 Kenichi Handa <handa@m17n.org>
8389
8390 * fontset.c (Ffontset_font): If a nil element is found in a
8391 font-group vector, return nil.
8392
8393 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * process.c (status_notify): Don't perform redisplay.
8396 (Fdelete_process, list_processes_1, process_send_signal):
8397 Expliticly perform redisplay.
8398 (wait_reading_process_output): Always check process status, but
8399 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8400
8401 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8402
8403 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8404 (XFLOAT_INIT): New macro for storing a float value.
8405 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8406 * fns.c (sxhash): Copy out the value of a float in order to
8407 examine its bytes.
8408 * dbusbind.c (xd_append_arg): Likewise.
8409
8410 * emacs.c (main): Don't call syms_of_data twice.
8411
8412 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * dbusbind.c (xd_initialize): Add connection file descriptor to
8415 input_wait_mask, in order to let select() detect, whether a new
8416 message has been arrived.
8417 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8418
8419 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8420
8421 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8422 New functions.
8423
8424 * lisp.h (xd_pending_messages): Declare.
8425
8426 * keyboard.c (readable_events): Call xd_pending_messages.
8427
8428 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8429
8430 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8431
8432 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8433
8434 * buffer.c (set_buffer_internal_1)
8435 (swap_out_buffer_local_variables): Check for unbound local
8436 variables (Bug#4138).
8437
8438 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8439
8440 * process.c (create_pty): Fix last change.
8441
8442 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8443
8444 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8445 (xbm_load_image): Caller changed.
8446 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8447
8448 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8449
8450 * process.c (create_pty): New function.
8451 (Fstart_process): Use it to allow Emacs to just associate a pty
8452 with the buffer. See associated change in gdb-mi.el.
8453 (list_processes_1): Deal with no program name.
8454 (start_process_unwind): Use pid == -2 to mean no process.
8455
8456 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * cmds.c (nonundocount): New global variable.
8459 (keys_of_cmds): Initialize it.
8460 (Fself_insert_command): Use it to combine upto 20 sequential chars
8461 into a single undo entry, just like the Qself_insert_command code in
8462 keyboard.c does.
8463 Call frame_make_pointer_invisible, also like the Qself_insert_command
8464 code in keyboard.c does.
8465 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8466 than its own local replacement for it.
8467
8468 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8469
8470 * fns.c (concat): Don't re-set string length to its current value.
8471
8472 * coding.h (decode_coding_string, encode_coding_string):
8473 Use SBYTES macro.
8474
8475 * doprnt.c (doprnt_lisp): Delete unused function.
8476 (doprnt): Merge with doprnt1, discarding lispstrings code.
8477 * lisp.h (doprnt_lisp): Don't declare.
8478
8479 2009-08-07 Juri Linkov <juri@jurta.org>
8480
8481 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8482
8483 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8484
8485 * print.c (syms_of_print): Undo previous change.
8486
8487 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8488
8489 * lread.c (read1, syms_of_lread): Read hashtables back from the
8490 readable format.
8491
8492 * print.c (print_preprocess, print_object): Print hashtables fully
8493 and readably.
8494 (syms_of_print): Provide 'hashtable-print-readable.
8495
8496 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8497
8498 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8499 no family set.
8500 (nsfont_open): Handle case when entity has no family.
8501
8502 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8503
8504 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8505 element, not a list, for match case.
8506
8507 2009-07-28 Kenichi Handa <handa@m17n.org>
8508
8509 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8510 rigidly.
8511
8512 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8513 font_parse_xlfd. Check font properties more rigidly.
8514
8515 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8516
8517 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8518 bsd-common.h.
8519
8520 2009-07-27 Kenichi Handa <handa@m17n.org>
8521
8522 * xfaces.c (face_with_height): Call font_clear_prop.
8523
8524 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8527
8528 * xterm.c (x_term_init): Use Qx.
8529
8530 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8531
8532 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8533 (ns_get_color): Revert 2009-07-16 change.
8534
8535 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8536
8537 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8538 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8539
8540 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8541
8542 * coding.h (decode_coding_string, encode_coding_string):
8543 Use SCHARS macro.
8544
8545 * lread.c: Rewrite 2009-07-21 changes.
8546 (load_depth): Delete.
8547 (Qload_in_progress): New variable.
8548 (load_unwind): Don't reference load_depth or load_in_progress.
8549 (Fload): Likewise; specbind Qload_in_progress instead.
8550 (init_lread): Don't initialize load_depth.
8551 (syms_of_lread): Initialize and protect Qload_in_progress.
8552
8553 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8554
8555 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8556
8557 2009-07-23 Yavor Doganov <yavor@gnu.org>
8558
8559 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8560
8561 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8562
8563 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8564 Bugs 3792, 3720, 2402.
8565 (ns_lookup_indexed_color): Check for bad index.
8566 (ns_index_color): Init unused slot to 0.
8567 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8568 Bug 3714, possibly 3082.
8569
8570 2009-07-22 Jason Rumney <jasonr@gnu.org>
8571
8572 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8573 Position IME window at cursor (Bug#2570).
8574 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8575 (globals_of_w32fns): Dynamically load functions required above.
8576
8577 * w32term.c (w32_draw_window_cursor): Send message to reposition
8578 any IME window.
8579
8580 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * fileio.c: Revert 2009-07-16 changes.
8583 (Vauto_save_include_big_deletions): New variable.
8584 (Fdo_auto_save): Disable auto-save only if
8585 auto-save-include-big-deletions is nil.
8586
8587 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8588
8589 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8590 the overflowed pixels into account (Bug#3879).
8591
8592 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8593
8594 * lread.c (load_depth): New variable.
8595 (Fload, load_unwind, init_lread): Set it to the load recursion
8596 depth; set load_in_progress as a simple boolean based on the
8597 current load_depth. (Bug#3892)
8598
8599 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8600
8601 * nsfont.m (ns_has_attribute): Remove.
8602 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8603
8604 2009-07-18 Juri Linkov <juri@jurta.org>
8605
8606 * process.c (Fset_process_query_on_exit_flag): Mention killing
8607 a buffer in docstring.
8608
8609 2009-07-17 Kenichi Handa <handa@m17n.org>
8610
8611 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8612
8613 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8614
8615 * nsfns.m (Fns_set_alpha): Remove function.
8616 (syms_of_nsfns): Don't defsubr it.
8617
8618 * nsterm.m (ns_get_color): Remove incompatible color formats.
8619 (ns_color_to_lisp): Generate #rrggbb color format string.
8620
8621 2009-07-16 Richard Stallman <rms@gnu.org>
8622
8623 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8624 (Fset_buffer_auto_saved): Handle save_length = -2.
8625
8626 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * xterm.c (Qx_gtk_map_stock): New var.
8629
8630 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8631 of calling intern each time.
8632
8633 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8634
8635 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8636 does tiling.
8637
8638 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8639
8640 2009-07-14 Kenichi Handa <handa@m17n.org>
8641
8642 * font.c (font_vconcat_entity_vectors): New function.
8643 (struct font_sort_data): New member font_driver_preference.
8644 (font_compare): Check font_driver_preference.
8645 (font_sort_entities): The format of the first argument changed.
8646 (font_delete_unmatched): Likewise.
8647 (font_list_entities): The return type changed.
8648 (font_select_entity): The format of the second argument changed.
8649 (font_find_for_lface): Adjuste for the above changes.
8650 Don't suppress the checking of C even if the repertory supports it.
8651 (Flist_fonts): Adjust for the above changes.
8652
8653 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8654 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8655 Reject a font who has adstyle property that is different from a
8656 langname derived from registry property.
8657 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8658
8659 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8660
8661 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8662 local copy of dirfilename.
8663
8664 2009-07-13 Kenichi Handa <handa@m17n.org>
8665
8666 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8667 against max_char.
8668
8669 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8670 calling XSYMBOL (sym).
8671
8672 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8673
8674 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8675 New function.
8676 (directory_files_internal) [WINDOWSNT]:
8677 Bind w32-get-true-file-attributes to either t or nil, depending whether
8678 the filesystem of the directory is fast or slow.
8679
8680 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8681 file name.
8682 (is_slow_fs): New function.
8683 (stat): Use it to determine whether to issue more system calls to
8684 get accurate file attributes, when w32-get-true-file-attributes is
8685 `local'.
8686
8687 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8688
8689 * xfns.c (Fx_select_font): Remember last font selected in
8690 x_last_font_name and use that the next time. Also try the frame
8691 parameter font-parameter as default to the font dialog.
8692
8693 2009-07-10 Kenichi Handa <handa@m17n.org>
8694
8695 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8696
8697 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8698
8699 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8700
8701 * w32.c (stat): Treat UNC file names as residing on remote
8702 drives. (Bug#3542)
8703
8704 2009-07-09 Kenichi Handa <handa@m17n.org>
8705
8706 * fontset.c (fontset_find_font): Fix previous change.
8707
8708 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8709
8710 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8711 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8712 error flag.
8713
8714 2009-07-08 Kenichi Handa <handa@m17n.org>
8715
8716 * fontset.c (fontset_find_font): Fix the logic of handling
8717 charset_matched.
8718 (font_for_char): Delete unused var.
8719 (generate_ascii_font_name): Delete it.
8720
8721 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8722
8723 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8724 (encode_coding_sjis): Fix the code range check.
8725
8726 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8727
8728 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8729 (Fexpand_file_name): Copy string data properly (Bug#3772).
8730
8731 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8732
8733 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8734 first MapNotify.
8735
8736 2009-07-07 Kenichi Handa <handa@m17n.org>
8737
8738 * character.h (unibyte_has_multibyte_table): Delete extern.
8739 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8740
8741 * charset.c (Fset_charset_priority): Update charset_unibyte.
8742 (syms_of_charset): Initialize charset_unibyte.
8743
8744 * character.c (unibyte_has_multibyte_table): Delete it.
8745 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8746 charset_unibyte.
8747 (multibyte_char_to_unibyte_safe): Likewise.
8748 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8749
8750 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8751 (x_produce_glyphs): Likewise.
8752
8753 * .gdbinit (xcharset): Fix the treating $arg0.
8754
8755 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8756
8757 Emulation of `getloadavg' on MS-Windows.
8758 * w32.c: Include float.h.
8759 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8760 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8761 (get_native_system_info, get_system_times): New functions.
8762 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8763 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8764 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8765 g_b_init_get_system_times, and num_of_processors.
8766
8767 2009-07-03 Jason Rumney <jasonr@gnu.org>
8768
8769 * w32term.c (w32_initialize): Use standard types.
8770
8771 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8772
8773 * dired.c (Ffile_attributes): Decode user and group names by the
8774 locale's encoding. (Bug#3443)
8775
8776 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8777
8778 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8779 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8780
8781 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8782
8783 * term.c (init_tty): Remove spurious #ifdef.
8784
8785 * m/mips.h: Mention this file is also used for netbsd.
8786 * m/pmax.h: Remove file.
8787
8788 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8789
8790 * xterm.h (struct x_display_info): Add invisible_cursor.
8791 (struct x_output): Add current_cursor.
8792
8793 * xterm.c (XTtoggle_invisible_pointer): New function.
8794 (x_define_frame_cursor): Don't define cursor if invisible or the
8795 same as before. Set current_cursor.
8796 (x_create_terminal): Set toggle_invisible_pointer_hook.
8797
8798 * xfns.c (make_invisible_cursor): New function.
8799 (x_set_mouse_color): Call make_invisible_cursor.
8800 Set current_cursor.
8801 (x_window): Set current_cursor.
8802
8803 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8804
8805 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8806 inserting a character.
8807 (read_avail_input): Call frame_make_pointer_visible.
8808
8809 * frame.c (Vmake_pointer_invisible): New variable.
8810 (frame_make_pointer_invisible, frame_make_pointer_visible):
8811 New functions.
8812 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8813
8814 * frame.h: Declare frame_make_pointer_invisible and
8815 frame_make_pointer_visible.
8816 (struct frame): Add pointer_invisible.
8817
8818 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8819
8820 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8821 frame isn't visible.
8822 (xg_frame_resized): If width/height is -1, get size of window
8823 from X server.
8824
8825 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8826 for MapNotify.
8827
8828 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8829 here or call change_frame_size. Just call flush_and_sync.
8830 (flush_and_sync): Reintroduce.
8831
8832 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8833
8834 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8835
8836 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8837 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8838
8839 * frame.h: Declare Qsticky.
8840
8841 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8842
8843 * nsfns.m (ns_frame_parm_handlers): Ditto.
8844
8845 * frame.c: Declare Qsticky.
8846 (frame_parms): Add sticky.
8847
8848 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8849
8850 * xterm.h: Declare x_set_sticky.
8851
8852 * xterm.c (x_set_sticky): New function.
8853
8854 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8855 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8856 xg_tool_bar_proxy_help_callback.
8857
8858 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8859
8860 * frame.c: Qmaximized is new.
8861 (x_set_frame_parameters): Do not handle fullscreen specially.
8862 Only set width and height if explicitly set.
8863 (x_set_fullscreen): Handle Qmaximized.
8864 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8865 (syms_of_frame): Initialize Qmaximized.
8866
8867 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8868 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8869
8870 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8871 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8872 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8873 set gravity to NorthWestGravity when USE_GTK.
8874 (set_wm_state): New function.
8875 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8876 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8877 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8878 or the case when no window manager is running. That means remove calls
8879 to x_real_positions and x_fullscreen_adjust.
8880
8881 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8882 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8883 flush_and_sync.
8884 (xg_height_changed): New function.
8885 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8886 and gtk_window_set_policy. Set frame gravity after parsing the
8887 geometry string.
8888 (xg_update_frame_menubar, free_frame_menubar)
8889 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8890 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8891 Remove calls to xg_frame_set_char_size.
8892
8893 2009-07-01 Kenichi Handa <handa@m17n.org>
8894
8895 * keyboard.c (decode_keyboard_code): New function.
8896 (tty_read_avail_input): Decode the input bytes if necessary.
8897
8898 * coding.c (setup_coding_system):
8899 Initialize coding->carryover_bytes to 0.
8900 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8901 use Qno_conversion.
8902
8903 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8904
8905 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8906
8907 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8908
8909 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8910
8911 2009-06-30 Jason Rumney <jasonr@gnu.org>
8912
8913 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8914 is already loaded.
8915 Set user model ID if supported (bug#1849).
8916
8917 2009-06-29 Jim Meyering <meyering@redhat.com>
8918
8919 Remove useless if-before-xfree test.
8920 * nsfont.m (nsfont_close): Remove useless test.
8921 * term.c (delete_tty): Likewise.
8922 * w32.c (system_process_attributes): Likewise.
8923 * w32font.c (w32font_close): Likewise.
8924 * xfaces.c (x_free_gc): Likewise.
8925 * xselect.c (buffer): Likewise.
8926
8927 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8928
8929 * process.c (send_process): Keep decoded string in a local
8930 variable and protect it from GC. (Bug#3521)
8931
8932 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8933
8934 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8935 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8936
8937 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * xdisp.c (start_display, handle_face_prop)
8940 (move_it_vertically_backward, cursor_row_fully_visible_p)
8941 (redisplay_window, try_window_id, produce_image_glyph):
8942 Delete some #ifdef-ed out code chunks that are now obsolete.
8943
8944 * xterm.c (x_update_window_begin, x_new_focus_frame)
8945 (x_scroll_bar_handle_click, handle_one_xevent)
8946 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8947 (x_make_frame_visible, x_make_frame_invisible)
8948 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8949 code chunks that are now obsolete.
8950
8951 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8952
8953 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8954 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8955 for hours, when optimzation is enabled.
8956 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8957 (xd_read_message): Make them static.
8958
8959 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8960
8961 * term.c (turn_on_face): Allow simultaneously bold and dim
8962 terminal faces (Bug#3530).
8963
8964 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8965
8966 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8967
8968 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8969 truncation glyphs (Bug#3686).
8970
8971 2009-06-27 Glenn Morris <rgm@gnu.org>
8972
8973 * m/pmax.h: Restore file, with only netbsd portions.
8974
8975 2009-06-26 David Reitter <david.reitter@gmail.com>
8976
8977 * nsterm.m (keydown): Avoid infinite loop.
8978
8979 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8980
8981 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8982 the arg FORCE_SYMBOL.
8983
8984 2009-06-25 Kenichi Handa <handa@m17n.org>
8985
8986 * fontset.c (fontset_find_font): When a usable rfont_def is found
8987 in a fallback font-group, make it the first element of the group.
8988
8989 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8990
8991 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8992
8993 2009-06-24 Kenichi Handa <handa@m17n.org>
8994
8995 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8996 set for C.
8997 (fontset_font): Record the availability of a font for C both in
8998 the realized fontsets of the current one and the default one.
8999
9000 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9001
9002 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9003 conditional, it is always defined on AIX.
9004
9005 2009-06-23 Miles Bader <miles@gnu.org>
9006
9007 * window.c (Vrecenter_redisplay): New variable.
9008 (syms_of_window): Initialize it.
9009 (Qtty): New extern declaration.
9010 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9011
9012 2009-06-23 Jim Meyering <meyering@redhat.com>
9013
9014 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9015 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9016 pointer dereferences are guaranteed to be valid.
9017
9018 2009-06-23 Kenichi Handa <handa@m17n.org>
9019
9020 * emacs.c (main): Call init_font ().
9021
9022 * font.h (Vfont_log): Extern it.
9023 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9024
9025 * font.c (font_sort_entities, font_list_entities)
9026 (font_matching_entity, font_open_entity)
9027 (font_close_object): Change font_add_log to FONT_ADD_LOG.
9028 (Vfont_log): Delete static.
9029 (font_log_env_checked): Delete this variable.
9030 (font_add_log): Don't check font_log_env_checked.
9031 (font_deferred_log): Check Vfont_log.
9032 (init_font): New function.
9033
9034 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9035
9036 * w32font.c: Change font_add_log to FONT_ADD_LOG.
9037
9038 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9039
9040 * xfont.c: Change font_add_log to FONT_ADD_LOG.
9041
9042 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9043 (face_for_char): Don't call font_deferred_log here.
9044 (font_for_char): Likewise.
9045
9046 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * w32term.c (x_draw_glyph_string): Use the glyph string's width
9049 rather than its background_width for drawing the overline and
9050 underline (Bug#489).
9051
9052 * xterm.c (x_draw_glyph_string): Use the glyph string's width
9053 rather than its background_width for drawing the overline and
9054 underline (Bug#489).
9055 (xg_default_icon_file): New variable.
9056 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9057 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9058
9059 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9060 (load_overlay_strings): Remove externs.
9061 (fast_find_position): Function deleted.
9062 (mouse_face_from_buffer_pos): New function, based on
9063 fast_find_position. Correctly handle before-strings,
9064 display-strings, and after-strings (Bug#1220).
9065 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9066
9067 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9070 (move_it_in_display_line_to, move_it_in_display_line_to)
9071 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9072
9073 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * Branch for 23.1.
9076
9077 2009-06-21 Jason Rumney <jasonr@gnu.org>
9078
9079 * w32term.c (keyboard_codepage): New static variable.
9080 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9081 (w32_read_socket) [WM_CHAR]: Use it to decode character
9082 input (bug#3237).
9083 (w32_initialize): Initialize it.
9084 (codepage_for_locale): New function.
9085
9086 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
9087
9088 * process.c (status_message): Pass Faset index argument as a lisp
9089 object, so as to work with USE_LISP_UNION_TYPE.
9090
9091 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9092
9093 * coding.c (Ffind_coding_systems_region_internal):
9094 Cache checked characters.
9095
9096 2009-06-18 Kenichi Handa <handa@m17n.org>
9097
9098 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9099
9100 2009-06-18 Andreas Schwab <aschwab@redhat.com>
9101
9102 * xdisp.c (redisplay_internal): Check that the frame is still
9103 live after redisplay of its windows.
9104 (redisplay_windows): Check that the window is still live.
9105
9106 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9107
9108 * coding.c (detect_coding_utf_16): Fix previous change.
9109
9110 2009-06-16 Kenichi Handa <handa@m17n.org>
9111
9112 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9113 UTF-16 by checking the dispersion of Eth and Oth bytes.
9114
9115 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9116
9117 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9118
9119 2009-06-15 Kenichi Handa <handa@m17n.org>
9120
9121 * process.c (status_message): Fix previous change. Be sure to
9122 decode a localized string.
9123
9124 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9125
9126 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9127 add comment explaining why.
9128
9129 2009-06-14 Sidney Markowitz <sidney@sidney.com>
9130
9131 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9132
9133 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9134
9135 * nsfont.m (ns_attribute_value): Remove.
9136 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9137 (ns_has_attribute): Shrink the normal range.
9138 (ns_findfonts): Don't worry about requested spec in determining
9139 need for synthItal.
9140 (ns_get_covering_families): Retain scriptToFamilies.
9141
9142 2009-06-14 Seiji Zenitani <zenitani@mac.com>
9143
9144 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9145
9146 2009-06-11 Kenichi Handa <handa@m17n.org>
9147
9148 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9149 overhang for the static composition case.
9150
9151 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9152
9153 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9154 overhang for the automatic composition case.
9155
9156 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9157 composition case.
9158
9159 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * xdisp.c (get_next_display_element): When handling wrap-prefix
9162 and line-prefix, treat \n as a control character (bug#3502).
9163
9164 2009-06-10 Kenichi Handa <handa@m17n.org>
9165
9166 * font.c (font_parse_family_registry): Fix for one-char foundry.
9167 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9168
9169 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9170
9171 * process.c (status_message): Fix handling of multibyte signal
9172 string (Bug#3499).
9173
9174 2009-06-09 Jim Meyering <meyering@redhat.com>
9175
9176 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9177 color name is missing.
9178
9179 2009-06-09 Kenichi Handa <handa@m17n.org>
9180
9181 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9182 FROM-CODE and TO-CODE are codepoints of CHARSET.
9183
9184 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9185
9186 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9187
9188 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9189
9190 Changes to support :script/:lang/:otf in NS font driver.
9191 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9192 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9193 indicate not part of font driver interface, and change callers.
9194 (ns_get_family): Remove pointless null check.
9195 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9196 ns_spec_to_descriptor, ns_descriptor_to_entity.
9197 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9198 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9199 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9200 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9201 (ns_get_req_script, ns_accumulate_script_ranges)
9202 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9203 New functions.
9204 (nsfont_list, nsfont_match): Use ns_findfonts.
9205 (nsfont_open): Use font descriptor instead of traits.
9206 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9207 (dump_glyphstring): Rename to ns_dump_glyphstring.
9208
9209 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9210
9211 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9212
9213 * fontset.c (fontset_from_font): Remove NS-specific code.
9214
9215 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
9216
9217 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9218 nonactive windows.
9219
9220 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
9221
9222 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9223
9224 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9225
9226 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9227
9228 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9231 account for the overflowing of newlines into the last glyph on the
9232 display line (Bug#3482).
9233
9234 2009-06-05 David Reitter <david.reitter@gmail.com>
9235
9236 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9237 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9238 Fns_selection_exists_p, Fns_selection_owner_p.
9239
9240 2009-06-03 Jason Rumney <jasonr@gnu.org>
9241
9242 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9243 available. (Bug#3379)
9244
9245 2009-05-29 Kenichi Handa <handa@m17n.org>
9246
9247 * coding.c (get_translation_table):
9248 Check Venable_character_translation.
9249
9250 2009-05-26 David Reitter <david.reitter@gmail.com>
9251
9252 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9253 (x_make_frame_visible): Move frame to front rather than calling
9254 ns_raise_frame().
9255 (keyDown:): Do not swallow events that aren't re-sent if frame
9256 isn't key window.
9257 (drawRect:): Do not set visibility/iconified flags because
9258 drawRect may be called by NSView even if the frame is hidden.
9259
9260 * nsfns.m (Fx_create_frame): Follow other ports in
9261 determining visibility; default to t. Ensure async_visible is set.
9262
9263 2009-05-23 Eli Zaretskii <eliz@gnu.org>
9264
9265 * dired.c (Ffile_attributes): Doc fix.
9266
9267 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
9268
9269 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9270
9271 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9274 and xfont_scratch_props.
9275 (syms_of_xfont): Do it here instead.
9276 (xfont_find_ccl_program): Delete, unused.
9277 (xfont_open): Delete unused var `i'.
9278
9279 2009-05-21 Kenichi Handa <handa@m17n.org>
9280
9281 * fontset.c (Qlatin): Don't make it static.
9282
9283 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9284 New functions.
9285 (xfont_scripts_cache, xfont_scratch_props): New variables.
9286 (Qlatin, Vscalable_fonts_allowed): Extern it.
9287 (xfont_list_pattern): Argument changed. Callers changed.
9288 Check Vscalable_fonts_allowed. Check the support of a script.
9289 (xfont_list): Don't reject a font spec with :script property.
9290 (xfont_has_char): Fix setting of encoding.
9291 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9292 xfont_scratch_props.
9293
9294 2009-05-19 Kenichi Handa <handa@m17n.org>
9295
9296 * font.c (font_sort_entities): Rename from font_sort_entites.
9297 Callers changed.
9298
9299 2009-05-18 Kenichi Handa <handa@m17n.org>
9300
9301 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9302
9303 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9306 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9307
9308 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9309
9310 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9311 (x_delete_terminal): Dissociate resource database from display and
9312 then call XrmDestroyDatabase before closing display.
9313
9314 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9315
9316 * nsterm.m (ns_read_socket): Remove unused variable.
9317 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9318 whether selected frame is viable before raising it (based on patch
9319 by David Reitter), and improve commentary.
9320 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9321
9322 2009-05-15 Kenichi Handa <handa@m17n.org>
9323
9324 * font.c (Ffont_spec): Check arguments.
9325
9326 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9329 weight when testing attributes (Bug#3282).
9330
9331 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9332
9333 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9334 what we expect to get in the next ConfigureNotify event.
9335
9336 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9337 before Xft one (Bug#1696).
9338
9339 2009-05-07 David Reitter <david.reitter@gmail.com>
9340
9341 * nsfns.m (Fx_display_planes): Compute bitplanes using
9342 NSBitsPerPixelFromDepth (Bug#3207).
9343
9344 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9347
9348 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9349
9350 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9351
9352 2009-05-07 David Reitter <david.reitter@gmail.com>
9353
9354 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9355 Respect mouse face background.
9356
9357 2009-05-07 David Reitter <david.reitter@gmail.com>
9358
9359 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9360 Mouse movement/highlight: bracket drawing operations
9361 in ns_update_begin and ns_update_end.
9362
9363 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * nsfns.m (ns_get_screen): Rewrite.
9366 Don't presume selected-frame is of type `ns'.
9367
9368 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9369 all drivers.
9370
9371 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9372
9373 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9374
9375 * keyboard.h (add_user_signal): Fix typo in extern.
9376
9377 * lisp.h (add_user_signal): Remove extern.
9378
9379 * unexelf.c (unexec): Consider a section to precede the .bss section
9380 if its addresses overlap that of .bss.
9381 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9382 instead of dumping process.
9383
9384 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9387
9388 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9391
9392 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9393
9394 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9395 any statements.
9396
9397 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9398
9399 * process.c (read_process_output): Make sure the current buffer is
9400 always restored.
9401
9402 * coding.c (record_conversion_result): Don't modify
9403 Vlast_code_conversion_error for successful result.
9404 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9405
9406 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9407
9408 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9409 (load_charset_map): Remove unnecessary code.
9410
9411 2009-04-30 David Reitter <david.reitter@gmail.com>
9412
9413 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9414 through f24.
9415
9416 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9419
9420 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9421 face_at_buffer_position.
9422 (face_before_or_after_it_pos, get_next_display_element)
9423 (note_mouse_highlight): Update face_at_buffer_position call.
9424
9425 * term.c (term_mouse_highlight):
9426 * msdos.c (IT_note_mouse_highlight):
9427 * fontset.c (Finternal_char_font):
9428 * font.c (font_at, font_range): Update face_at_buffer_position call.
9429
9430 * dispextern.h (face_at_buffer_position): Update prototype.
9431
9432 2009-04-30 Kenichi Handa <handa@m17n.org>
9433
9434 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9435
9436 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9437
9438 * callproc.c (Fcall_process): Fix GC protection. Make sure
9439 current buffer is always restored.
9440
9441 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9442
9443 * atimer.c (init_atimer): Also clear stopped_atimers.
9444
9445 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9446
9447 * process.c (create_process): Clean up merger residues of
9448 2008-07-17 change.
9449
9450 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9451
9452 * lread.c (Vread_circle): New variable.
9453 (read1): Disable recursive read if Vread_circle is nil.
9454
9455 2009-04-29 Kenichi Handa <handa@m17n.org>
9456
9457 * fontset.h (set_default_ascii_font): Delete extern.
9458
9459 * fontset.c (set_default_ascii_font): Delete this unused function.
9460
9461 * frame.c (x_set_font): When ARG is a font-object, check if the
9462 font-object matches with the ASCII font-spec of the frame's
9463 fontset. If not, create a new fontset for the frame. (Bug #3075)
9464
9465 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9466
9467 * fns.c (Flocale_info): Protect vector from GC during decoding.
9468
9469 * process.c (Fstart_process): Protect argv strings from GC during
9470 encoding.
9471
9472 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9473
9474 * sysdep.c: Include <ctype.h>.
9475
9476 2009-04-27 David Reitter <david.reitter@gmail.com>
9477
9478 * nsfont.m (nsfont_open): Remove unused variable shrink.
9479 Remove commented-out code.
9480
9481 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9482
9483 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9484
9485 2009-04-25 Jason Rumney <jasonr@gnu.org>
9486
9487 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9488
9489 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9490
9491 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9492 Swap bytes in short integer if fringe bitmap width > 8.
9493
9494 2009-04-23 Kenichi Handa <handa@m17n.org>
9495
9496 * xfaces.c (Fx_list_fonts): If a font size is specified in
9497 PATTERN, set it in returned scalable fonts.
9498
9499 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * keyboard.c (Fset_input_meta_mode): Doc fix.
9502
9503 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9504
9505 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9506
9507 * coding.c (Fterminal_coding_system): Doc fix.
9508
9509 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9510 (Fx_display_pixel_height, Fx_display_planes)
9511 (Fx_display_color_cells, Fx_server_max_request_size)
9512 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9513 (Fx_display_mm_height, Fx_display_mm_width)
9514 (Fx_display_backing_store, Fx_display_visual_class)
9515 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9516 Doc fixes, replacing "terminal id" with "terminal object".
9517 (check_x_display_info): Handle terminal objects instead of
9518 terminal ids.
9519
9520 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9521 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9522 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9523 Doc fixes, replacing "terminal id" with "terminal object".
9524
9525 2009-04-21 Kenichi Handa <handa@m17n.org>
9526
9527 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9528 (font_score): Check AVGWIDTH too.
9529
9530 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9531 worst case.
9532 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9533 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9534
9535 2009-04-19 Jason Rumney <jasonr@gnu.org>
9536
9537 The following changes fix Bug#3005 for wide glyphs on each platform,
9538 without reintroducing Bug#1258 for stretch glyphs.
9539
9540 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9541 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9542 get_phys_cursor_geometry.
9543
9544 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9545 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9546 using get_phys_cursor_geometry.
9547
9548 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9549 correctly calculated.
9550
9551 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9552
9553 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9554 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9555 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9556 is deprecated.
9557
9558 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9559
9560 * font.c (font_put_frame_data): Use xfree instead of free.
9561
9562 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9563
9564 * w32font.c (Qja, Qko): Remove declarations.
9565 (syms_of_w32font): Don't DEFSYM them.
9566
9567 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9570
9571 * font.h (Qja, Qko): Extern them.
9572
9573 * ftfont.c (Qja, Qko): Remove declarations.
9574
9575 * xfont.c (Qja, Qko): Remove declarations.
9576
9577 2009-04-17 Kenichi Handa <handa@m17n.org>
9578
9579 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9580 string from a vector to handle Latin-1 characters correctly.
9581
9582 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9583 entity even if the cache hits.
9584
9585 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9586
9587 * search.c (boyer_moore): Use zero as marker value for a possible
9588 match instead of depending on overflow behavior. (Bug#2844)
9589
9590 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9591 * lisp.h: Adjust prototypes.
9592
9593 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9596 change (Bug#3003).
9597
9598 2009-04-16 Kenichi Handa <handa@m17n.org>
9599
9600 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9601
9602 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9603 adstyle.
9604
9605 * ftfont.c (Qja, Qko): Don't make them static.
9606 (enum ftfont_cache_for): New enum.
9607 (fc_charset_table): Undo the previous change.
9608 (ftfont_get_latin1_charset): Delete it.
9609 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9610 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9611 non-scarable font, try to get AVERAGE_WIDTH.
9612 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9613 Change ft_face_cache from a list of a hash-table. Don't check
9614 `ja' and `ko' adstyle here.
9615 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9616 FTFONT_CACHE_FOR_CHARET.
9617 (ftfont_get_charset): Undo the previous change.
9618 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9619 (ftfont_close): Likewise.
9620 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9621
9622 * font.c (font_sort_entites): Change the meaning of the arg
9623 BEST-ONLY. Don't optimize for VEC of lenght 1.
9624 (font_select_entity): Just return the value of font_sort_entites.
9625
9626 * xfaces.c (merge_face_vectors): Reflect font properties in
9627 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9628 font_clear_prop if a face attribute doesn't change.
9629
9630 * charset.h (charset_ksc5601): Extern it.
9631
9632 * charset.c (charset_ksc5601): New variable.
9633 (Fdefine_charset_internal): Set charset_ksc5601.
9634 (init_charset_once): Initialize charset_ksc5601 to -1.
9635
9636 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9637
9638 * fileio.c (history_delete_duplicates): Remove unused declaration.
9639
9640 * callint.c (history_delete_duplicates): New declaration.
9641 (Fcall_interactively): Remove command history duplicates when
9642 history_delete_duplicates is true.
9643
9644 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9645
9646 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9647
9648 2009-04-14 Kenichi Handa <handa@m17n.org>
9649
9650 * font.c (Ffont_info): Fix docstring. Fix the second element of
9651 the returned value (bug#2949).
9652
9653 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9656
9657 2009-04-14 Kenichi Handa <handa@m17n.org>
9658
9659 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9660 encoding charset is ascii_compatible.
9661
9662 * charset.c (Fdefine_charset_internal): Make charset
9663 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9664 code_offset is 0, and covers all ASCII characters.
9665
9666 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9669 (ns_string_to_pasteboard_internal):
9670 * nsmenu.m (process_dialog):
9671 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9672 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9673 * lisp.h (Fx_load_color_file): Declare.
9674
9675 2009-04-13 Kenichi Handa <handa@m17n.org>
9676
9677 * font.c (font_delete_unmatched): Preserve the order of list elements.
9678 (font_select_entity): Suppress the code to optimize for the same
9679 kind of fonts.
9680 (font_load_for_lface): Get a font that supports at least ASCII
9681 characters.
9682
9683 * ftfont.c (Qja, Qko): New variables.
9684 (fc_charset_table): Delete uniquifier data for iso8859-1.
9685 (ftfont_get_latin1_charset): New function.
9686 (get_adstyle_property): New function.
9687 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9688 bitmap fonts.
9689 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9690 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9691 `ko' or `ja'.
9692 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9693 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9694 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9695 property.
9696 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9697 (syms_of_ftfont): DEFSYM Qja and Qko.
9698
9699 2009-04-09 Kenichi Handa <handa@m17n.org>
9700
9701 * charset.c (map_charset_chars): For a charset of `superset'
9702 method, fix calculation of code range.
9703
9704 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9705 from the list of extra properties.
9706 (font_clear_prop): Be sure to delete `:name' font property.
9707
9708 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9709
9710 * dispnew.c (redraw_overlapping_rows): Fix detection of
9711 overlapping for topmost and bottommost rows.
9712
9713 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9714
9715 2009-04-06 Jason Rumney <jasonr@gnu.org>
9716
9717 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9718
9719 2009-04-06 Kenichi Handa <handa@m17n.org>
9720
9721 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9722
9723 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9724
9725 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9726
9727 * ftfont.c (ftfont_open): Fix checking of the return value of
9728 FT_Load_Char. Fix setting font->underline_thickness.
9729
9730 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9733 (Fterminal_parameters, Fterminal_parameter)
9734 (Fset_terminal_parameter): In doc string, refer to terminal
9735 objects rather than terminal ids.
9736
9737 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9738
9739 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9740 ret_lim_data. (Bug#2867)
9741
9742 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9745 so they don't get wider than the window, matching 2006-01-23
9746 change to the partner function in xdisp.c (Bug#2800).
9747
9748 2009-04-03 Kenichi Handa <handa@m17n.org>
9749
9750 * print.c (print_object): Make each lowest sub_char_table start a
9751 new line (Bug#2866).
9752
9753 2009-04-02 Kenichi Handa <handa@m17n.org>
9754
9755 * fontset.c (fontset_font): Record no-font when a fontset
9756 explicitly tells not to try another font-specs.
9757
9758 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9759
9760 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9761
9762 2009-03-30 Kenichi Handa <handa@m17n.org>
9763
9764 * fontset.c (fontset_from_font): Specify only registry in a
9765 font-spec for all characters supported by that registry.
9766
9767 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9768 even if HAVE_M17N_FLT is not defined.
9769
9770 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9771
9772 * ftfont.c: Conditionalize prototyping and use of
9773 ftfont_variation_glyphs.
9774
9775 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * frame.c (delete_frame): Work around compiler bug.
9778
9779 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9780 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9781 Some more EMACS_INT.
9782 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9783
9784 * xdisp.c (dump_glyph): Fix typo.
9785
9786 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9787 (adjust_markers_gap_motion, adjust_markers_for_delete)
9788 (adjust_markers_for_insert, adjust_point)
9789 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9790 (make_gap, copy_text, count_size_as_multibyte, insert)
9791 (insert_and_inherit, insert_before_markers)
9792 (insert_before_markers_and_inherit, insert_1)
9793 (count_combining_before, count_combining_after, insert_1_both)
9794 (insert_from_string, insert_from_string_before_markers)
9795 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9796 (insert_from_buffer_1, adjust_after_replace)
9797 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9798 (replace_range_2, del_range, del_range_1, del_range_byte)
9799 (del_range_both, del_range_2, modify_region)
9800 (prepare_to_modify_buffer, signal_before_change)
9801 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9802 for buffer positions and sizes.
9803 * lisp.h: Adjust prototypes accordingly.
9804
9805 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9806 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9807 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9808
9809 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9810
9811 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9812
9813 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9814 lines and columns so we keep the same pixel height and width.
9815
9816 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9817 the property _NET_WM_STATE has changed.
9818 (x_handle_net_wm_state): New function to update frame parameter
9819 fullscreen.
9820 (x_term_init): Initialize atoms for _NET_WM_STATE.
9821
9822 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9823
9824 2009-03-27 Kevin Ryde <user42@zip.com.au>
9825
9826 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9827 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9828 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9829 (Fgpm_mouse_stop): Pass that new parameter.
9830 * termhooks.h (close_gpm): Adjust prototype.
9831
9832 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * lisp.h (Fx_focus_frame): Declare.
9835
9836 * callint.c (Fcall_interactively): For '^' just delegate the work to
9837 handle-shift-selection.
9838 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9839
9840 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9841
9842 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9843
9844 * data.c (Qinteractive_form): New variable.
9845 (Finteractive_form): Use it.
9846
9847 * eval.c (Fcommandp): Use Qinteractive_form.
9848
9849 2009-03-24 Jason Rumney <jasonr@gnu.org>
9850
9851 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9852 Calculate total size precisely. Decode environment variables
9853 before substituting. (Bug#38)
9854
9855 2009-03-24 Kenichi Handa <handa@m17n.org>
9856
9857 * font.c (find_font_encoding): Return Qnil for unsupported
9858 encoding (Bug#2722).
9859
9860 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9861
9862 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9863 that gdpy is set.
9864
9865 2009-03-22 Alan Mackenzie <acm@muc.de>
9866
9867 * callint.c (Finteractive): Clarify the doc string - even
9868 promptless elements need \n separators.
9869
9870 2009-03-22 Jason Rumney <jasonr@gnu.org>
9871
9872 * w32term.c (syms_of_w32term): Doc fix for
9873 x-use-underline-position-properties.
9874
9875 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9876
9877 * w32.c (getpwuid): Change argument type to unsigned.
9878 (struct w32_id): Change type of `rid' member to unsigned.
9879 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9880 argument ID to unsigned. All callers changed.
9881 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9882
9883 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9884
9885 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9886 negative, produce a float value.
9887
9888 * dired.c (make_uid, make_gid): New functions.
9889 (Ffile_attributes): Use them to avoid negative UID and GID.
9890
9891 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9894 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9895 Fix typos in docstrings.
9896
9897 2009-03-19 Kenichi Handa <handa@m17n.org>
9898
9899 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9900 changed, use font_load_for_lface to get a new font object.
9901 Call free_realized_fontset after handling ASCII font change.
9902
9903 * frame.c (x_set_font): Handle the case that ARG is a cons.
9904
9905 2009-03-19 Glenn Morris <rgm@gnu.org>
9906
9907 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9908
9909 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9910
9911 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9912
9913 2009-03-19 Kenichi Handa <handa@m17n.org>
9914
9915 * charset.c (load_charset_map_from_file): When a mapfile can't be
9916 loaded, signal an error.
9917
9918 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9919
9920 * dired.c (Ffile_attributes): Make sure UID and GID are always
9921 positive, even if the value is too large for a positive EMACS_INT.
9922 Doc fix.
9923
9924 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9925
9926 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9927
9928 * xmenu.c (xdialog_show): Move Fredisplay call ...
9929 (Fx_popup_dialog): ... here.
9930
9931 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * dired.c (file_name_completion): Disable the first optimization just
9934 installed, since it is not implemented correctly.
9935
9936 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * dired.c (file_name_completion): Check completion-ignored-extensions
9939 only if the entry can affect bestmatch.
9940 Stop the search early, as Ftry_completion already does.
9941
9942 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9945
9946 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9947
9948 * keyboard.c (parse_menu_item): Don't display remappings as menu
9949 equivalent bindings (Bug#788).
9950
9951 2009-03-15 Jason Rumney <jasonr@gnu.org>
9952
9953 * w32term.h (WM_EMACS_PAINT): New message.
9954 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9955 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9956 before passing to lisp thread. (Bug#950)
9957
9958 2009-03-14 David Reitter <david.reitter@gmail.com>
9959
9960 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9961 variable as it was never reset.
9962 (ns_term_init): Remove initialization of Lisp-settable defaults
9963 and ns_expand_space.
9964 (-setPanelFromDefaultValues): Remove ns_expand_space.
9965 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9966 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9967 i.e. no additional spacing, similar to Carbon port.
9968
9969 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9970 * nsfns.m (ns-popup-prefs-panel): Remove.
9971
9972 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9973
9974 * sound.c (alsa_configure): Remove call to deprecated
9975 snd_pcm_sw_params_set_xfer_align.
9976
9977 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9978
9979 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9980 after clicking in a detached tool bar.
9981 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9982
9983 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9986 int/Lisp_Object mixup).
9987
9988 2009-03-13 Kenichi Handa <handa@m17n.org>
9989
9990 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9991 Handle NAME nil and t correctly. Callers changed.
9992 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9993 (set_fontset_font): Change ARG to a vector. Handle range_list in
9994 ARG correctly.
9995 (Fset_fontset_font): Fix the case that TARGET is both a script
9996 name and charset name. Adjust the arg to set_fontset_font for
9997 the above change.
9998 (fontset_from_font): Fix previous change.
9999 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10000 entry. If FONTSET is the default fontset, don't set the extra
10001 slot of the returning char-table.
10002
10003 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
10004
10005 * nsfns.m (Fx_close_connection): Doc fix.
10006 (Fns_do_applescript): Reflow docstring.
10007 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10008 (Fx_display_pixel_width, Fx_display_pixel_height)
10009 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10010 Fix typos in docstrings.
10011 (Fns_set_alpha): Fix typos in error messages.
10012
10013 2009-03-12 David Reitter <david.reitter@gmail.com>
10014
10015 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10016 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
10017 were used for such events.
10018
10019 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10020 (toggleToolbar, performDragOperation, runHelp): Use it.
10021
10022 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10023 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10024
10025 2009-03-11 Kenichi Handa <handa@m17n.org>
10026
10027 * font.h (font_open_by_spec): Extern it.
10028
10029 * font.c (font_open_by_spec): New function.
10030 (font_open_by_name): Use font_open_by_spec.
10031
10032 * frame.c (x_set_font): When ARG is a font-object, don't alter the
10033 fontset of the frame.
10034
10035 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10036 modify the default font of frames that use this fontset.
10037 (num_auto_fontsets): New variable.
10038 (fontset_from_font): Use num_auto_fontsets to decide a fontset
10039 name. Be sure to set FONTSET_ASCII to the correct font name.
10040 (update_auto_fontset_alist): New function.
10041
10042 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
10043
10044 * makefile.w32-in: Update dependencies.
10045
10046 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10047
10048 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10049
10050 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10053
10054 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * lread.c (Feval_buffer): Doc fix.
10057
10058 2009-03-09 Kenichi Handa <handa@m17n.org>
10059
10060 * charset.c (Qfile_name_handler_alist): Extern it.
10061 (load_charset_map_from_file): Temporarily bind
10062 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
10063
10064 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
10065
10066 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10067 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
10068
10069 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10070
10071 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10072 (x_set_window_size): Change back to calculated method of setting
10073 toolbar height under Cocoa. (Bug#2546)
10074 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10075 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10076
10077 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10078
10079 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10080 accelerator in parens under GNUstep.
10081
10082 2009-03-06 Kenichi Handa <handa@m17n.org>
10083
10084 These changes are to detect incorrect composition sequence without
10085 looking ahead the source. (Bug#2370)
10086
10087 * coding.h: Include "composite.h".
10088 (enum compisition_state): New enum.
10089 (struct compisition_status): New struct.
10090 (struct iso_2022_spec): New member cmp_status.
10091 (struct emacs_mule_spec): New struct.
10092 (struct coding_system): New members ctext_extended_segment_len and
10093 embedded_utf_8. Change the union member
10094 spec.emacs_mule_full_support to spec.emacs_mule.
10095
10096 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10097 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10098 (MAX_ANNOTATION_LENGTH): Define to 5.
10099 (ADD_COMPOSITION_DATA): New arg nbytes.
10100 (emacs_mule_char): New arg cmp_status.
10101 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10102 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10103 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10104 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10105 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10106 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10107 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10108 (EMACS_MULE_COMPOSITION_END): New macro.
10109 (emacs_mule_finish_composition): New function.
10110 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10111 (decode_coding_emacs_mule): Avoid long looking ahead while
10112 handling composition.
10113 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10114 (ENCODE_COMPOSITION_RULE): New macro.
10115 (finish_composition): New function.
10116 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10117 (DECODE_COMPOSITION_START): New implementation.
10118 (DECODE_COMPOSITION_END): Likewise.
10119 (STORE_COMPOSITION_RULE): New macro.
10120 (decode_coding_iso_2022): Avoid long looking ahead while handling
10121 composition, CTEXT extended segment, and embedded UTF-8.
10122 (setup_coding_system): For a coding of type iso-2022, reset
10123 CODING_ISO_EXTSEGMENT_LEN (coding) and
10124 CODING_ISO_EMBEDDED_UTF_8 (coding).
10125 (get_translation): Delete arguments last_block, from_nchars,
10126 to_nchars. Callers changed.
10127 (produce_chars): Don't modify charbuf. Adjusted for the change of
10128 get_translation.
10129 (produce_composition): Adjust for the new annotation sequence.
10130 (handle_composition_annotation): Likewise.
10131 (consume_chars): Adjust for the change of get_translation.
10132
10133 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10134
10135 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
10136
10137 2009-03-05 Kenichi Handa <handa@m17n.org>
10138
10139 * font.c (font_select_entity): New function.
10140 (font_find_for_lface): Use font_select_entity to select a font.
10141
10142 * fontset.c (fontset_find_font): If a font found without
10143 restricting to the characters C doesn't support C, try to find a
10144 font with C restriction.
10145
10146 2009-03-04 Nikolaj Schumacher <me@nschum.de>
10147
10148 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10149
10150 2009-03-04 Jason Rumney <jasonr@gnu.org>
10151
10152 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10153 characters that have already been read. (Bug#2569)
10154
10155 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10156 Log an error message if check_image_size failed.
10157 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10158 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10159
10160 2009-03-02 Eli Zaretskii <eliz@gnu.org>
10161
10162 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10163 when decoding process output.
10164
10165 2009-03-01 Richard M Stallman <rms@gnu.org>
10166
10167 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10168
10169 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10170
10171 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10172
10173 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10174 (decode_coding_emacs_mule, decode_coding_iso_2022)
10175 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10176 (decode_coding_raw_text, decode_coding_charset)
10177 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10178 Honor inhibit-eol-conversion. (Bug #2186)
10179
10180 2009-02-28 Jason Rumney <jasonr@gnu.org>
10181
10182 * coding.c (detect_coding_charset): If not checking latin extra,
10183 fail on characters between 0x80 and 0xA0. (Bug#2354)
10184
10185 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10186
10187 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10188 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
10189
10190 2009-02-27 Glenn Morris <rgm@gnu.org>
10191
10192 * callint.c (Finteractive): Doc fix.
10193
10194 2009-02-27 Kenichi Handa <handa@m17n.org>
10195
10196 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10197
10198 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * font.c (font_style_to_value): Set value for unknown symbols to
10201 100 instead of 255.
10202 (weight_table, slant_table, width_table): Treat "unspecified" as
10203 the default value.
10204
10205 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10208
10209 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
10210
10211 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10212 error as soon as a recursive load is detected.
10213
10214 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10215
10216 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10217 before caching.
10218
10219 2009-02-24 Kenichi Handa <handa@m17n.org>
10220
10221 * fontset.c (fontset_find_font): Fix the condition for checking
10222 unavailable font.
10223
10224 2009-02-24 Glenn Morris <rgm@gnu.org>
10225
10226 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10227 whitespace that confuses documentation.
10228
10229 2009-02-23 Miles Bader <miles@gnu.org>
10230
10231 * process.c (Flist_system_processes, Fprocess_attributes)
10232 (syms_of_process): Rename `system-process-attributes' to
10233 `process-attributes'.
10234
10235 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10236
10237 * coding.h (struct coding_system): Make safe_charsets a pointer to
10238 unsigned char.
10239 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10240 being 255.
10241 (SAFE_CHARSET_P): Likewise.
10242 (setup_iso_safe_charsets): Properly setup safe_charsets.
10243 (Fdefine_coding_system_internal): Likewise.
10244 (setup_coding_system): Likewise. Remove unneeded casts.
10245 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10246 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10247 unneeded casts.
10248
10249 * insdel.c (del_range_2): Don't modify gap contents when called
10250 from decode_coding_object. (Bug#1809)
10251
10252 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10255 Qfont_object.
10256 (Ftype_of): Recognize font objects.
10257
10258 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10259
10260 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10261 moved to data.c.
10262
10263 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10264
10265 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10266 async_iconified. Based on a patch by Christian Lynbech
10267 <christian.lynbech@tieto.com>.
10268 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10269
10270 2009-02-20 Glenn Morris <rgm@gnu.org>
10271
10272 * syntax.c (Fskip_chars_forward): Fix doc typo.
10273
10274 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10277
10278 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
10279
10280 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10281
10282 2009-02-19 Kenichi Handa <handa@m17n.org>
10283
10284 * coding.c (detect_coding): Preserve coding->mode.
10285 Don't overflow coding->carryover. (Bug#2370)
10286
10287 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10290
10291 2009-02-18 Kenichi Handa <handa@m17n.org>
10292
10293 * font.c (font_check_otf_features): Fix handling of `nil' element.
10294 (Ffont_spec): Describe :lang and :otf in the docstring.
10295
10296 2009-02-16 Andreas Schwab <schwab@suse.de>
10297
10298 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10299 string.
10300
10301 2009-02-16 Kenichi Handa <handa@m17n.org>
10302
10303 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10304 (Bug#1723)
10305
10306 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10309
10310 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10311 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10312
10313 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10314
10315 * msdos.c (MAX_SCREEN_BUF): New macro.
10316 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10317 Encode the entire run of glyphs sharing the same face, instead of
10318 doing that one glyph at a time (fixes a bug with displaying
10319 double-size characters).
10320
10321 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10322
10323 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10324
10325 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10326 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10327 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10328
10329 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10330 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10331
10332 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * keyboard.c (adjust_point_for_property): Allow stopping between two
10335 invisible areas.
10336
10337 2009-02-12 Jason Rumney <jasonr@gnu.org>
10338
10339 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10340 (add_font_entity_to_list): Call check_face_name even when family
10341 is unspecified.
10342
10343 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10344 Release DC when finished. Use NULL window to refer to desktop.
10345 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10346
10347 * w32font.c (add_font_entity_to_list): Fix check for substituted
10348 raster fonts. (Bug#2219)
10349
10350 2009-02-12 Kenichi Handa <handa@m17n.org>
10351
10352 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10353 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10354 (autocmp_chars): Use fast_looking_at. Don't compose more
10355 characters than MAX_COMPOSITION_COMPONENTS.
10356 (find_automatic_composition): While looking forward and backward,
10357 check static composition. Fix where to stop looking forward.
10358 (composition_adjust_point): Fix checking of static composition.
10359 (Fcomposition_get_gstring): Pay attention to
10360 MAX_COMPOSITION_COMPONENTS.
10361
10362 * lisp.h (fast_looking_at): Extern it.
10363
10364 * search.c (fast_looking_at): New function.
10365
10366 * term.c (encode_terminal_code): Adjust for the change of
10367 <struct glyph>.u.cmp.to.
10368 (append_composite_glyph): Likewise.
10369
10370 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10371 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10372 composition.
10373 (append_composite_glyph): Adjust for the change of
10374 <strcut glyph>.u.cmp.to.
10375
10376 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10377
10378 * casetab.c (init_casetab_once):
10379 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10380 * font.c (font_update_lface):
10381 * fontset.c (Fnew_fontset):
10382 * ftfont.c (ftfont_drive_otf):
10383 * xfont.c (xfont_open):
10384 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10385
10386 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * fileio.c (Fwrite_region): !NILP -> CONSP.
10389
10390 2009-02-10 Andreas Schwab <schwab@suse.de>
10391
10392 * process.c (send_process): Properly relocate pointer into data
10393 when using encoded data. (Bug#2272)
10394
10395 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10396
10397 * coding.c (detect_coding_charset): Fix previous change.
10398
10399 2009-02-08 Jason Rumney <jasonr@gnu.org>
10400
10401 * w32fns.c (w32_hide_hourglass): Handle case where frame
10402 disappeared while hourglass was displayed. (Bug #2193)
10403
10404 2009-02-07 Andreas Schwab <schwab@suse.de>
10405
10406 * unexelf.c (unexec): Fix error message.
10407
10408 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10409
10410 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10411 when modal window is active. (Bug #2152)
10412 (applicationShouldTerminate:): Remove now-unneeded while loop
10413 around NSRunAlertPanel.
10414
10415 * nsmenu.m (popupSession): New file-global variable.
10416 (pop_down_menu): End the popupSession before closing dialog.
10417 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10418 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10419 don't query NSApp for events (just sleep instead).
10420
10421 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10422
10423 * coding.c (syms_of_coding) <translation-table-for-input>:
10424 Modify doc string to discourage use for character code unification.
10425
10426 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10427
10428 * atimer.c (run_timers): Update pending_atimers.
10429
10430 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * image.c (svg_load_image): Fix last change.
10433
10434 * xfns.c (Fx_create_frame): Signal an error if no font is
10435 found (Bug#2147).
10436
10437 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10438
10439 * character.c (syms_of_character) <script-representative-chars>:
10440 Fix typo in docstring.
10441
10442 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10443
10444 * nsmenu.m (pop_down_menu): New function.
10445 (ns_popup_dialog): Call it on unwind.
10446 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10447 call timer_check() (Bug#2154).
10448 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10449 handling_signal is set.
10450 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10451
10452 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10453
10454 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10455
10456 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10457
10458 * keyboard.c (poll_for_input_1, handle_async_input):
10459 Set handling_signal under HAVE_NS.
10460
10461 2009-02-04 Glenn Morris <rgm@gnu.org>
10462
10463 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10464
10465 2009-02-04 Kenichi Handa <handa@m17n.org>
10466
10467 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10468
10469 * charset.c (Fchar_charset): New optional arg restriction.
10470
10471 * coding.h (coding_system_charset_list): Extern it.
10472
10473 * coding.c (coding_system_charset_list): New function.
10474
10475 * composite.c: Include coding.h and termhooks.h.
10476 (composition_gstring_p): Fix for the terminal case.
10477 (composition_gstring_width): Likewise.
10478 (fill_gstring_body): Likewise.
10479 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10480 the frame.
10481 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10482 is within a composition.
10483 (Fcomposition_get_gstring): Fix the terminal case.
10484
10485 * term.c (encode_terminal_code): Fix handling of composition.
10486 (produce_composite_glyph): For static composition, get pixel_width
10487 from struct composition.
10488
10489 2009-02-02 Andreas Schwab <schwab@suse.de>
10490
10491 * unexelf.c (unexec): Handle unaligned bss offset.
10492
10493 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10494
10495 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10496 XT,w32read_socket changes to ns_read_socket.
10497
10498 * keyboard.c (handle_interrupt): Don't call
10499 quit_throw_to_read_char() under NS.
10500
10501 * blockinput.h: Remove NS-specific code.
10502
10503 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10504
10505 * dispnew.c (window_change_signal): Don't try to get the size of a
10506 suspended tty frame.
10507 * term.c (Fresume_tty): Resize if the size has changed while the
10508 tty was suspended.
10509
10510 * alloc.c (mark_stack): Properly conditionalize previous change.
10511
10512 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10513
10514 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10515 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10516 Remove; this code is not used on Windows.
10517
10518 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10519
10520 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10521 EOLs that also has stray ^M characters.
10522
10523 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * atimer.c (run_timers, alarm_signal_handler):
10526 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10527 * w32inevt.c (w32_console_read_socket):
10528 * w32term.c (w32_read_socket):
10529 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10530
10531 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10534 Initialize it as a relative filename pattern.
10535 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10536 (Fcall_process_region): Simplify temp file creation using
10537 temporary-file-directory.
10538
10539 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10540
10541 * msdos.c: Rename pending_signals to msdos_pending_signals.
10542 (sig_suspender, sigprocmask): Adjust.
10543
10544 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * keyboard.c (pending_signals): New var.
10547 (poll_for_input, input_available_signal, init_keyboard): Set it.
10548 (process_pending_signals): New function.
10549
10550 * lisp.h (QUIT): Check pending_signals instead of
10551 interrupt_input_pending. Use process_pending_signals.
10552
10553 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10554
10555 * process.c (wait_reading_process_output): Use process_pending_signals.
10556
10557 * sysdep.c (emacs_write): Use process_pending_signals.
10558
10559 * xterm.c (XTread_socket): Update pending_signals.
10560
10561 * w32term.c (w32_read_socket): Update pending_signals.
10562
10563 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10564
10565 2009-01-29 Kenichi Handa <handa@m17n.org>
10566
10567 * xftfont.c (xftfont_has_char): New function.
10568 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10569
10570 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10571
10572 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10573 under GNUstep.
10574 (ns_query_color): New declaration.
10575
10576 * nsterm.m (ns_confirm_quit): New variable.
10577 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10578 (EmacsApp-applicationShouldTerminate:): Use it.
10579 (EmacsPrefsController): Let user set it.
10580 (ns_query_color): New function.
10581 (ns_defined_color): Use it.
10582 (ns_initialize): Drop.
10583 (ns_term_init): Add two lines from ns_initialize(), and set
10584 input_interrupt_mode to nil.
10585
10586 * image.c (svg_load_image): Don't right-shift background RGB when
10587 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10588
10589 2009-01-28 Kenichi Handa <handa@m17n.org>
10590
10591 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10592 (fontset_get_font_group): Remember that no font-group is specified
10593 for C.
10594
10595 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * fns.c (concat): Check for string overflow (bug#1787).
10598
10599 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10600 Quadruple undo limits (bug#1501).
10601
10602 2009-01-27 Kenichi Handa <handa@m17n.org>
10603
10604 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10605 directly use GT_Get_Char_index.
10606
10607 * xftfont.c (struct xftfont_info): New member `index'.
10608
10609 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10610 (Ffontset_font): Adjust for the change of fontset entry.
10611
10612 2009-01-26 Kenichi Handa <handa@m17n.org>
10613
10614 * fontset.c (fontset_find_font): Fix handling of non-cons return
10615 value of fontset_get_font_group.
10616 (fontset_font): Revert last change.
10617
10618 2009-01-26 Jason Rumney <jasonr@gnu.org>
10619
10620 * w32font.c (w32font_list_internal): Return quickly if registry is
10621 unknown. Simplify final return.
10622 (add_font_entity_to_list): Break complex logic down into more
10623 manageable chunks. Move unknown registry check to
10624 w32font_list_internal.
10625
10626 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10627
10628 Changes to remove Feval calls from GUI under NS.
10629
10630 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10631 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10632 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10633
10634 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10635 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10636 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10637 instead of NON_ASCII_KEYSTROKE_EVENT.
10638 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10639 (EmacsApp-applicationShouldTerminate:): Query user.
10640 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10641 instead of Feval.
10642
10643 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10644
10645 * keyboard.c (kbd_buffer_get_event): Check for it.
10646 (keys_of_keyboard): Define lispy keys for
10647 ns-put/unput-working-text.
10648
10649 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10650 versions.
10651 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10652
10653 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10656 setting current_buffer directly. (Bug#2044)
10657
10658 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10659
10660 * fontset.c (fontset_font): If we know there is no font, don't do
10661 any work. (Bug#1952, bug#1990).
10662
10663 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10664
10665 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10666
10667 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10668 (ns_no_defaults): New declaration.
10669 (main): Use it.
10670
10671 * nsterm.h (ns_no_defaults): New declaration.
10672
10673 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10674
10675 * nsterm.m (ns_no_defaults): New variable.
10676 (ns_initialize): Don't read defaults when ns_no_defaults.
10677 (EmacsView-readSelectionFromPasteboard:)
10678 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10679 NSServicesRequests protocol. (Bug#1435)
10680 (ns_dumpglyphs_stretch): New function.
10681 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10682 of 2008-11-15 to other terms. (Bug#615)
10683
10684 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10685
10686 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10687
10688 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10689 call for Sparc64.
10690
10691 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10692
10693 * nsfns.m:
10694 * nsgui.h:
10695 * nsmenu.m:
10696 * nsselect.m:
10697 * nsterm.h:
10698 * nsterm.m: Remove '23' comments that indicated code added during
10699 update from emacs-20 -> emacs-23.
10700
10701 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10702
10703 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10704 ns_alternate_modifier. (Bug#1217)
10705
10706 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10707 Display all shortcuts, including those w/o super modifier.
10708
10709 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10710
10711 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * fileio.c (Vwrite_region_post_annotation_function)
10714 (Vwrite_region_annotation_buffers): New vars.
10715 (build_annotations_unwind): Just reset
10716 Vwrite_region_annotation_buffers.
10717 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10718 Call write-region-post-annotation-function.
10719 (build_annotations): Add to Vwrite_region_annotation_buffers if
10720 buffer changes.
10721
10722 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10723
10724 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10725 Tiger.
10726 * nsfns.m (ns_do_applescript):
10727 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10728
10729 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10730
10731 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10732
10733 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10734
10735 * nsmenu.m (NSMENUPROFILE): Change #if style.
10736
10737 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10738
10739 * nsterm.m (x_set_frame_alpha): Add prototype.
10740 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10741 handle Ctrl-tab. (Bug#1841)
10742 (ns_get_color): Use unsigned long long for scanned hex string value.
10743 (ns_term_shutdown): Abort on non SIGTERM signals.
10744 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10745 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10746 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10747 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10748 (ns_defined_color): Fix settings of the XColor variable fields:
10749 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10750
10751 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10752 DPI. (Bug#1316)
10753 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10754 values in onTiger section.
10755
10756 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10759 Check return value of font_spec_from_name.
10760 (Fx_list_fonts): Doc fix. (Bug#1951)
10761
10762 * font.c (font_spec_from_name): Return Qnil if font name could not
10763 be parsed.
10764 (font_parse_name): Treat a `?' character as part of an XLFD.
10765
10766 * fns.c (Fsubstring): Doc fix.
10767
10768 2009-01-19 Kenichi Handa <handa@m17n.org>
10769
10770 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10771 (ftfont_list): Likewise.
10772
10773 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10774
10775 * dbusbind.c (Fdbus_register_signal):
10776 * process.c (conv_sockaddr_to_lisp):
10777 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10778
10779 * callproc.c (Fgetenv_internal): Doc fix.
10780
10781 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10784 it is not even used.
10785
10786 2009-01-16 Glenn Morris <rgm@gnu.org>
10787
10788 * font.c (Ffont_variation_glyphs): Silence compiler.
10789
10790 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10793 Reported by David Robinow <drobinow@gmail.com>.
10794
10795 2009-01-15 Kenichi Handa <handa@m17n.org>
10796
10797 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10798
10799 2009-01-14 Jason Rumney <jasonr@gnu.org>
10800
10801 * frame.c (x_set_font): Always store a font to the font parameter,
10802 never a fontset. (Bug#1562)
10803
10804 2009-01-14 Kenichi Handa <handa@m17n.org>
10805
10806 * coding.c (TWO_MORE_BYTES): New macro.
10807 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10808
10809 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * font.c (font_clear_prop): If clearing the family, clear the font
10812 width index too.
10813
10814 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10815
10816 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10817
10818 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10819 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10820 functions, use sizeof.
10821
10822 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10823
10824 * keyboard.c (read_char): Fix case where last_nonmenu_event
10825 returned a bad value with submenus. (Bug#447)
10826
10827 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10830 family, clear the font width index too.
10831
10832 2009-01-11 Jason Rumney <jasonr@gnu.org>
10833
10834 * keyboard.c (cmd_error_internal): Exit when errors occur before
10835 frame creation and not in daemon mode. (Bug#1836)
10836
10837 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10838
10839 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10840 of a display vector, backtrack.
10841 (try_window_reusing_current_matrix): Check glyph type before
10842 referencing charpos member.
10843
10844 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10845
10846 Fix Bug #876:
10847
10848 * coding.c (inhibit_null_byte_detection): New variable.
10849 (detect_coding, detect_coding_system): Don't pay attention to null
10850 bytes if inhibit_null_byte_detection is non-zero.
10851 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10852 <inhibit-iso-escape-detection>: Doc fix.
10853
10854 2009-01-09 Jason Rumney <jasonr@gnu.org>
10855
10856 * w32font.c (add_font_entity_to_list): Don't report unknown
10857 Windows charset as any unrecognized registry. (Bug#1548)
10858 Only report Unicode Plane 2 fonts as unicode-sip.
10859
10860 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * xfaces.c (Fx_font_family_list): Delete function.
10863 Move compatibility version to faces.el.
10864
10865 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10866
10867 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10868
10869 * frame.c (x_set_frame_parameters): Remember requested value for
10870 fullscreen before it's reset by the parameter handler.
10871
10872 2009-01-09 Glenn Morris <rgm@gnu.org>
10873
10874 * keyboard.c (last_command_char): For clarity, rename to...
10875 (last_command_event): ... and update all users.
10876 (last_input_char): For clarity, rename to...
10877 (last_input_event): ... and update all users.
10878 (last-command-char, last-input-char): Move to subr.el as aliases.
10879 * cmds.c, commands.h: Update for last_command_char rename.
10880
10881 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * font.c (font_open_for_lface): Handle unspecified height attribute.
10884
10885 2009-01-08 Jason Rumney <jasonr@gnu.org>
10886
10887 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10888 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10889 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10890 Don't declare.
10891 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10892 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10893
10894 2009-01-07 Kenichi Handa <handa@m17n.org>
10895
10896 * fileio.c (Finsert_file_contents): In the case of replace,
10897 remember the coding system used for decoding in
10898 coding_system (Bug#1039).
10899
10900 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10901 breaking the loop. (Bug#870)
10902 (decode_coding_utf_16, decode_coding_emacs_mule)
10903 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10904 (decode_coding_charset): Likewise.
10905
10906 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10907
10908 * frame.c (x_set_frame_parameters): Make sure height (width) get
10909 applied when fullwidth (fullheight) is set. (Bug#1522)
10910
10911 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10914 (utc_base): Declare as ULONGLONG, not long double.
10915 (convert_time_raw): Delete.
10916 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10917 (initialize_utc_base): New function.
10918 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10919 (convert_from_time_t): Use initialize_utc_base; compute result with
10920 64-bit arithmetic.
10921 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10922
10923 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10924
10925 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10926 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10927 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10928 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10929 [!subprocesses]: Define.
10930 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10931 (Flist_system_processes, Fsystem_process_attributes)
10932 [!subprocesses]: Call list_system_processes and
10933 system_process_attributes instead of returning Qnil.
10934
10935 * dosfns.c (system_process_attributes, list_system_processes):
10936 New functions.
10937
10938 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10939
10940 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10941 Don't use the default (no-op) implementation.
10942
10943 2009-01-03 Jason Rumney <jasonr@gnu.org>
10944
10945 * keyboard.c (parse_modifiers_uncached): Wheel events are
10946 clicks (bug#687).
10947
10948 * w32term.c (x_query_colors, x_query_color): New functions.
10949
10950 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10951 (svg_load_image): Cast returned pointers from dynamically loaded
10952 functions. Eliminate W32 specific code.
10953
10954 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10955
10956 * nsfns.m (x_set_foreground_color, x_set_background_color)
10957 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10958 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10959 x_ prefix instead of ns_. Update references.
10960 (syms_of_nsfns): Add a FIXME comment.
10961
10962 * nsterm.m (x_set_cursor_type): New prototype.
10963 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10964
10965 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10966 for Solaris instead of incorrectly providing Qutime and Qcutime.
10967
10968 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10969
10970 * w32.c (process_times): Compute sum of utime and stime.
10971 (system_process_attributes): Add Qtime to the alist.
10972
10973 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10974 and add them to the alist.
10975
10976 * process.c (top level) <Qtime, Qctime>: New variables.
10977 (syms_of_process): staticpro them.
10978 (Fsystem_process_attributes): Add their documentation to the doc
10979 string.
10980
10981 * process.h: Declare Qtime and Qctime.
10982
10983 2009-01-02 Jason Rumney <jasonr@gnu.org>
10984
10985 * image.c (Qgobject): New symbol.
10986 (syms_of_image): Initialize it.
10987 (init_svg_functions): Load some functions from gobject library.
10988
10989 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10990
10991 * frame.c (make_terminal_frame): Remove redundant code and useless
10992 block.
10993
10994 2009-01-01 Andreas Schwab <schwab@suse.de>
10995
10996 * process.c (conv_sockaddr_to_lisp): Add workaround for
10997 getsockname bug on BSD.
10998
10999 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
11000
11001 * xfns.c (x_create_tip_frame): Set border width of the X window.
11002
11003 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11004
11005 2009-01-01 Jason Rumney <jasonr@gnu.org>
11006
11007 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
11008 Don't block input, as per earlier xterm.c changes.
11009
11010 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
11011
11012 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11013 (ns_appkit_version_int): New function.
11014 (x-server-version): Use ns_appkit_version_int and follow 21+
11015 convention of returning 3 integers.
11016
11017 2008-12-30 Kenichi Handa <handa@m17n.org>
11018
11019 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11020 (CHAR_SURROGATE_PAIR_P): New macro.
11021
11022 * font.h (struct font_driver): New member get_variation_glyphs.
11023
11024 * font.c (font_range): Don't require a font for a variation selector.
11025 (Ffont_variation_glyphs): New function.
11026 (syms_of_font): Defsubr it.
11027
11028 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11029 ftfont_variation_glyphs.
11030 (setup_otf_gstring): New function.
11031 (ftfont_drive_otf): Use it.
11032 (ftfont_shape_by_flt): Handle variation selector.
11033 (ftfont_variation_glyphs): New function.
11034
11035 2008-12-30 Martin Rudalics <rudalics@gmx.at>
11036
11037 * frame.c (Vemacs_iconified): Remove.
11038
11039 2008-12-30 Jason Rumney <jasonr@gnu.org>
11040
11041 * frame.c (store_frame_param, x_get_arg): Enable newer code on
11042 WINDOWSNT too, as related changes have already been synced. (Bug#117)
11043
11044 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
11045
11046 * indent.c (Fvertical_motion): Don't advance iterator if we have
11047 reseated to the desired position.
11048
11049 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11050 checking for pos match.
11051
11052 2008-12-30 Kenichi Handa <handa@m17n.org>
11053
11054 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11055 just get the low 8-bit of the code.
11056
11057 * font.c (font_intern_prop): Validate str as multibyte.
11058
11059 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * dispextern.h (struct face): Move lface and hash from the middle
11062 of bitfields.
11063
11064 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11065
11066 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11067
11068 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11069 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11070 instead of intervals.h.
11071
11072 2008-12-26 Andreas Schwab <schwab@suse.de>
11073
11074 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11075 cons.
11076
11077 2008-12-26 Martin Rudalics <rudalics@gmx.at>
11078
11079 * textprop.c (Qminibuffer_prompt): New variable.
11080 (syms_of_textprop): Initialize it.
11081 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11082 in minibuffer-prompt face. (Bug#1662)
11083
11084 2008-12-25 Jason Rumney <jasonr@gnu.org>
11085
11086 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11087
11088 2008-12-24 Jason Rumney <jasonr@gnu.org>
11089
11090 * ralloc.c (r_alloc_reset_variable): New function.
11091
11092 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11093 record of what points where. (Bug#716)
11094
11095 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11096
11097 * minibuf.c (read_minibuf): Follow the non-interactive case when
11098 running as a daemon, before detaching.
11099
11100 2008-12-22 Andreas Schwab <schwab@suse.de>
11101
11102 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11103 * gtkutil.c (free_widget_value): Use xfree instead of free.
11104
11105 2008-12-22 Martin Rudalics <rudalics@gmx.at>
11106
11107 * frame.c (delete_frame): New function derived from
11108 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11109 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11110 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11111 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11112 * frame.h: Extern delete_frame.
11113 * window.c (window_loop):
11114 * terminal.c (delete_terminal):
11115 * xterm.c (x_connection_closed):
11116 * xfns.c (Fx_hide_tip):
11117 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11118
11119 2008-12-21 Jason Rumney <jasonr@gnu.org>
11120
11121 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11122 when character maps to .notdef character.
11123
11124 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11127
11128 2008-12-20 Jason Rumney <jasonr@gnu.org>
11129
11130 * frame.c (Fmake_terminal_frame): Raise an error when called from
11131 a graphical frame on Windows. (Bug#1325)
11132
11133 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11134
11135 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11136
11137 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
11138
11139 * minibuf.c (Fread_buffer): Doc fix.
11140
11141 2008-12-20 Jason Rumney <jasonr@gnu.org>
11142
11143 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11144 server name in UNC paths. (Bug#719)
11145
11146 * coding.c (decode_coding): Clear chars_at_source flag when using
11147 charbuf. (Bug#1035)
11148
11149 2008-12-19 Daniel Engeler <engeler@gmail.com>
11150
11151 * sysdep.c (serial_configure): Fix typo.
11152
11153 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11154
11155 * sysdep.c: Include alloca.h.
11156 (system_process_attributes): Add implementation for Solaris.
11157
11158 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11159
11160 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11161
11162 Reorganize implementation of Flist_system_processes and
11163 Fsystem_process_attributes. No functional changes.
11164 * process.c: Don't #include pwd.h, grp.h and limits.h.
11165 (Flist_system_processes): Just call list_system_processes.
11166 (Fsystem_process_attributes): Just call system_process_attributes.
11167 (procfs_list_system_processes, time_from_jiffies)
11168 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11169 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11170
11171 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11172 (list_system_processes): Rename from
11173 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11174 Provide a do nothing implementation.
11175 (system_process_attributes): Rename from
11176 procfs_list_system_processes.
11177 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11178 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11179
11180 * w32.c (list_system_processes): Rename from
11181 w32_list_system_processes.
11182 (system_process_attributes): Rename from
11183 w32_system_process_attributes.
11184
11185 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11186
11187 * process.h (w32_list_system_processes)
11188 (w32_system_process_attributes): Remove.
11189 (list_system_processes, system_process_attributes):
11190 New prototypes.
11191
11192 2008-12-19 Kenichi Handa <handa@m17n.org>
11193
11194 * xfont.c (xfont_decode_coding_xlfd): New function.
11195 (xfont_encode_coding_xlfd): New function.
11196 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11197 (xfont_list): Decode and encode XLFD by iso-8859-1.
11198 (xfont_match): Likewise.
11199 (xfont_list_family): Likewise.
11200 (xfont_open): Likewise.
11201
11202 * ftfont.c (ftfont_open): Generate a multibyte string if given
11203 names are utf-8.
11204
11205 * xftfont.c (xftfont_open): Generate a multibyte string if given
11206 names are utf-8.
11207
11208 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11209
11210 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11211 changed.
11212 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11213 clicked on a detached tool bar button.
11214
11215 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11216
11217 * emacs.c (main): Print and error and exit when no data is read
11218 from the pipe.
11219
11220 2008-12-17 Jason Rumney <jasonr@gnu.org>
11221
11222 * w32font.c (w32font_has_char): Always return -1.
11223
11224 2008-12-16 Kenichi Handa <handa@m17n.org>
11225
11226 * font.c (font_open_entity): Fix previous change.
11227
11228 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11229
11230 * process.c: Include <limits.h>.
11231
11232 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
11233
11234 * font.c (font_update_drivers): Fix mistake in reconstructing the
11235 driver list.
11236
11237 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * font.c (font_clear_cache): Fix format of font cache data.
11240
11241 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * xftfont.c (xftfont_open): Free Xft font pattern if
11244 XftFontOpenPattern fails.
11245
11246 * xterm.c (x_free_frame_resources): Remove extraneous call to
11247 free_frame_faces.
11248
11249 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11250
11251 * xterm.c (x_delete_display): Move xim_close_dpy call to
11252 x_delete_terminal.
11253 (x_delete_terminal): Call xim_close_dpy.
11254
11255 2008-12-13 Jason Rumney <jasonr@gnu.org>
11256
11257 * w32font.c (intern_font_name): New function.
11258 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11259 (w32font_open_internal, Fx_select_font): Decode font name.
11260 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11261
11262 * w32font.h (intern_font_name): Declare new function.
11263
11264 * w32uniscribe.c (add_opentype_font_name_to_list):
11265 Use intern_font_name.
11266
11267 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11268
11269 * frame.c (Fdelete_frame): Call free_font_driver_list.
11270
11271 * font.c (free_font_driver_list): Implement missing function.
11272
11273 * w32term.c (w32_term_init): Don't initialize the image cache
11274 here; it will be done in init_frame_faces.
11275
11276 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11277 (struct x_display_info): Remove unused member null_pixel. New
11278 member xim_callback_data.
11279
11280 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11281 (xim_initialize): Save pointer to callback function data.
11282 (xim_close_dpy): Free callback function data. Call XCloseIM,
11283 reverting 2008-11-04 change by David Smith.
11284 (x_term_init): Don't initialize the image cache here; it will be
11285 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11286 (x_delete_display): Free x_dnd_atoms member.
11287
11288 2008-12-13 Kenichi Handa <handa@m17n.org>
11289
11290 * font.c (font_rescale_ratio): Moved from xfaces.c.
11291 Argument type changed. Handle a font-spec too.
11292 (font_score): Check Vface_font_rescale_alist.
11293 (font_open_entity): Likewise. (Bug#1547)
11294
11295 * xfaces.c (font_rescale_ratio): Moved to font.c.
11296
11297 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11298
11299 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11300
11301 2008-12-12 Jason Rumney <jasonr@gnu.org>
11302
11303 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11304 Vwindow_system_version to the real w32 major version.
11305
11306 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11307
11308 * term.c (init_tty): Move setting the terminal name before the
11309 potential user: maybe_fatal.
11310
11311 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11314 all callers changed. Call free_frame_faces to free the face cache.
11315
11316 2008-12-11 Jason Rumney <jasonr@gnu.org>
11317
11318 * w32font.c (fill_in_logfont): Don't assume symbol script means
11319 SYMBOL_CHARSET. (Bug#547)
11320
11321 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11322 size for surrogates. (Bug#1096, bug#872)
11323
11324 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11327
11328 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * process.c (Fsystem_process_attributes, syms_of_process):
11331 Fix typo in name of Ssystem_process_attributes.
11332 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11333
11334 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11335
11336 * syntax.c (Fmodify_syntax_entry): Doc fix.
11337
11338 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * font.c (Ffont_spec): Move usage to end of docstring.
11341
11342 2008-12-10 Jason Rumney <jasonr@gnu.org>
11343
11344 * w32font.c (Qcham): New symbol.
11345 (font_supported_scripts): Add cham, and comments for other new
11346 scripts in bitfield from OpenType spec.
11347 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11348 contain characters beyond the bmp.
11349
11350 2008-12-10 Kenichi Handa <handa@m17n.org>
11351
11352 * ftfont.c (fc_charset_table): Add "unicode-sip".
11353 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11354 Qunicode_sip.
11355
11356 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11359 (Fcoding_system_put): Use QCdefault_char.
11360 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11361
11362 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11363
11364 * xftfont.c (syms_of_xftfont): Fix typo.
11365
11366 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11367
11368 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11369
11370 * emacs.c (main): Close daemon_pipe on exec.
11371
11372 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * termchar.h (struct tty): New members termcap_term_buffer and
11375 termcap_strings_buffer.
11376
11377 * term.c (encode_terminal_code): Free any previous memory blocks
11378 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11379 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11380 All callers changed.
11381 (init_tty): Store termcap data and string buffers in new struct
11382 tty members termcap_term_buffer and termcap_strings_buffer.
11383 (delete_tty): Free them.
11384 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11385
11386 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11387
11388 * nsfns.m (ns_set_background_color): Remove code duplication.
11389 It was a substitute for face-transparency on OS X 10.3.
11390
11391 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * coding.c (make_conversion_work_buffer): Disable buffer
11394 modification hooks in the work buffer.
11395
11396 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11397
11398 * process.c (procfs_system_process_attributes): If `nread' has a
11399 negative value, assign zero to it.
11400
11401 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11402
11403 * eval.c (Vdebug_on_error): Doc fix.
11404
11405 2008-12-05 Kenichi Handa <handa@m17n.org>
11406
11407 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11408 second character is a combining character.
11409
11410 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11411
11412 * process.c (procfs_system_process_attributes): Don't use cmd,
11413 cmdsize, and q without initializing them first.
11414
11415 2008-12-04 Jason Rumney <jasonr@gnu.org>
11416
11417 * w32font.c (w32font_draw): Initialize orig_clip before getting
11418 it, and delete it when finished.
11419
11420 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11421
11422 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11423 case when running as a daemon before detaching.
11424
11425 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11426
11427 * w32.c (init_environment): Don't unload library shell32.dll.
11428
11429 2008-12-03 Kenichi Handa <handa@m17n.org>
11430
11431 * font.c (font_at): Set `multibyte' at first.
11432
11433 * coding.c (decode_coding_charset): Check type of an element of
11434 vector VALIDS.
11435 (encode_coding_emacs_mule): Be sure to set `code'.
11436
11437 * fontset.c (face_for_char): Handle invalid charset property correctly.
11438 (font_for_char): Likewise.
11439
11440 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * font.c (Fopen_font): Compute pixel size correctly.
11443 (font_update_lface): Handle fonts with corrupted size specs,
11444 i.e. non-int and non-float.
11445
11446 * ftfont.c (ftfont_match): Initialize entity variable.
11447 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11448 (ftfont_list_family): Initialize list var earlier.
11449
11450 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11451
11452 * xterm.c (x_draw_glyph_string): Fall back on
11453 underline_minimum_offset for underline position.
11454
11455 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11456
11457 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11458
11459 * character.c (c_string_width): Specify the type for LEN.
11460
11461 2008-12-03 Kenichi Handa <handa@m17n.org>
11462
11463 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11464 (decode_coding_utf_8): Likewise.
11465 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11466 (produce_chars): Initialize consumed_chars to 0.
11467
11468 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11469
11470 * keyboard.c (make_lispy_position): Only use PT if the selected
11471 window is current.
11472
11473 2008-12-02 Andreas Schwab <schwab@suse.de>
11474
11475 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11476
11477 * doprnt.c (doprnt1): Fix size of charbuf.
11478
11479 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11480
11481 * keyboard.c (timer_check): Revert last change.
11482
11483 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11484
11485 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11486
11487 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11488
11489 * makefile.w32-in: Update dependencies.
11490 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11491
11492 2008-12-01 Andreas Schwab <schwab@suse.de>
11493
11494 * font.c (register_font_driver): Use xmalloc.
11495 (font_put_frame_data): Likewise.
11496
11497 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * xfaces.c (realize_x_face): Make abort condition clearer.
11500
11501 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11502
11503 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * keyboard.c (timer_check): After a timer runs, ensure that the
11506 selected window's buffer is current.
11507
11508 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11509
11510 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11511 It was accidentally restored by the Unicode merge.
11512
11513 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11514
11515 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11516
11517 * w32proc.c: Include "coding.h".
11518 (Fw32_short_file_name): Encode filename passed to Windows API.
11519 (Fw32_long_file_name): Encode filename passed to Windows API and
11520 decode back the result. (Bug#1433)
11521
11522 2008-11-29 Kenichi Handa <handa@m17n.org>
11523
11524 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11525 not before accessing it.
11526
11527 * charset.c (Fdefine_charset_internal): After calculating
11528 min_char, max_char, and fastmap, copy the charset structure again.
11529 (encode_char): Fix the previous change.
11530
11531 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11532
11533 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11534
11535 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11536
11537 * nsterm.m (x_set_frame_alpha): New function.
11538
11539 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11540
11541 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11542
11543 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11544
11545 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11546 pointer to check_face_name.
11547
11548 2008-11-27 Kenichi Handa <handa@m17n.org>
11549
11550 * category.h (SET_CATEGORY_SET): Call set_category_set.
11551 (set_category_set): Extern it.
11552
11553 * category.c (hash_get_category_set): New function.
11554 (Fmodify_category_entry): Adjusted for the change of
11555 char_table_ref_and_range. Call hash_get_category_set to get a
11556 category set to store in the table.
11557
11558 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11559 Funify_charset.
11560
11561 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11562 (DECODE_CHAR): Check if the decoder vector is ready.
11563 (ENCODE_CHAR): Check if the encoder char-table is ready.
11564 (maybe_unify_char): Extern it.
11565
11566 * charset.c (Vchar_unified_charset_table): Delete it.
11567 (inhibit_load_charset_map): New variable.
11568 (temp_charset_work): New variable.
11569 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11570 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11571 New macros.
11572 (load_charset_map): Meaning of control_flag changed. If
11573 inhibit_load_charset_map is nonzero, setup a table in
11574 temp_charset_work.
11575 (load_charset): New argument control_flag.
11576 (map_charset_for_dump): New function.
11577 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11578 map_charset_for_dump.
11579 (Fdefine_charset_internal): If the charset method is MAP, load
11580 mapping tables by calling load_charset.
11581 (Funify_charset): Don't load a mapping table but directly set
11582 Vchar_unify_table.
11583 (maybe_unify_char): New function.
11584 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11585 Handle the case of inhibit_load_charset_map being nonzero.
11586 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11587 Handle the case of inhibit_load_charset_map being nonzero.
11588 (Fclear_charset_maps): Just free temp_charset_work.
11589 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11590 variable.
11591
11592 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11593 change of char_table_ref_and_range.
11594 (char_table_ref_and_range): Change the meaning of argument FROM
11595 and TO. Now the caller must provide initial values for *FROM
11596 and *TO.
11597
11598 * fontset.c (fontset_add): Adjusted for the change of
11599 char_table_ref_and_range.
11600 (fontset_get_font_group): Likewise.
11601 (Ffontset_info): Likewise.
11602
11603 * keymap.c (describe_vector): Adjusted for the change of
11604 char_table_ref_and_range. For char-table, put boundary between
11605 non-ASCII and 8-bit characters.
11606
11607 * print.c (print_object): For bool-vector, delete unnecessary
11608 check of ASCII_BYTE_P.
11609
11610 2008-11-26 Jason Rumney <jasonr@gnu.org>
11611
11612 * w32font.c (w32font_open_internal): Don't include external
11613 leading in font height. (Bug#879)
11614
11615 2008-11-26 Glenn Morris <rgm@gnu.org>
11616
11617 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11618 redefinition with ifdef. (Bug#1383)
11619
11620 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11621
11622 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11623
11624 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11625
11626 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11627 New EmacsView methods.
11628 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11629 Fixes bug #1048,1357,1414.
11630
11631 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11632
11633 Fix bug #1362.
11634 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11635 is not an indexed color.
11636 * nsterm.m (free_indexed_color): Add argument checking.
11637 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11638
11639 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11642 Document confirm-after-completion value for
11643 minibuffer-completion-confirm.
11644
11645 2008-11-24 Jason Rumney <jasonr@gnu.org>
11646
11647 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11648 warning.
11649
11650 2008-11-23 Jason Rumney <jasonr@gnu.org>
11651
11652 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11653 restored before returning.
11654
11655 * w32font.c (check_face_name): New function.
11656 (add_font_entity_to_list): Use it to filter out common substituted
11657 fonts. (Bug#642)
11658
11659 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11660
11661 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11662 confirm-nonexistent-file-or-buffer in doc-string.
11663
11664 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11667 Fix copy/paste typo. Add checks.
11668
11669 2008-11-21 Kenichi Handa <handa@m17n.org>
11670
11671 * coding.c (detect_coding_iso_2022): Reject invalid composition
11672 sequence.
11673 (DECODE_COMPOSITION_START): If the current source is the last
11674 block, and the current composition doesn't end, regard this
11675 sequence as invalid.
11676 (decode_coding_iso_2022): Handle invalid composition sequence.
11677
11678 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11679
11680 * window.c (coordinates_in_window): Don't return
11681 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11682 line when the window is not the rightmost one. (Bug#1372)
11683
11684 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11685
11686 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11687
11688 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11689
11690 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11691 and bright_bg if noninteractive is non-zero.
11692
11693 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11694
11695 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11696 x_draw_glyph_string_background.
11697
11698 * w32term.c (x_draw_glyph_string): Likewise.
11699
11700 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11701
11702 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11703 the next glyph string once past the overhang width.
11704
11705 * nsterm.m (ns_draw_glyph_string): Likewise.
11706
11707 * w32term.c (x_draw_glyph_string): Likewise.
11708
11709 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11710
11711 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11712 double file close.
11713
11714 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11715
11716 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11717 dedicated status of window before attempting to display another
11718 buffer in it.
11719
11720 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11721
11722 * msdos.c (Fmsdos_long_file_names):
11723 (syms_of_msdos) <dos-unsupported-char-glyph>:
11724 * dosfns.c (Fint86): Fix typos in docstrings.
11725
11726 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11727
11728 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11729
11730 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11731
11732 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11733
11734 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11735
11736 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11737
11738 * frame.h: Negative alpha means "don't touch".
11739
11740 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11741
11742 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11743
11744 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11745
11746 * hftctl.c:
11747 * chpdef.h:
11748 * acldef.h: Remove files used only for systems no longer supported.
11749
11750 * Makefile.in: Fix .o alphabetical ordering.
11751 (hftctl.o): Remove dependency, file removed.
11752 (keymap.o, print.o): Depend on charset.h.
11753
11754 2008-11-10 Kenichi Handa <handa@m17n.org>
11755
11756 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11757
11758 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * dired.c (file_name_completion): If completion_ignore_case is
11761 enabled, ignore case when checking completion-regexp-list.
11762
11763 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11764
11765 * vm-limit.c (get_lim_data): Fix last change.
11766
11767 2008-11-08 Kenichi Handa <handa@m17n.org>
11768
11769 * character.c (Fget_byte): New function.
11770 (syms_of_character): Defsubr Fget_byte.
11771
11772 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11773
11774 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11775 cursor position is valid after scrolling.
11776
11777 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11780
11781 2008-11-06 Glenn Morris <rgm@gnu.org>
11782
11783 * xterm.c (handle_one_xevent): Don't let popup menus cause
11784 mouse-autoselect-window related window switching. (Bug#1261)
11785
11786 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11787
11788 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11789
11790 2008-11-04 Andreas Schwab <schwab@suse.de>
11791
11792 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11793
11794 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * xfns.c (Fx_wm_set_size_hint): New function.
11797
11798 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11799
11800 * textprop.c (Fprevious_single_char_property_change): Return 0
11801 when there's no change in a string. (Bug#1301)
11802
11803 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11804
11805 * frame.c (do_switch_frame): New argument NORECORD passed to
11806 Fselect_window.
11807 (Fselect_frame): New argument NORECORD passed to
11808 do_switch_frame.
11809 (Fset_frame_selected_window): New argument NORECORD passed to
11810 Fselect_frame.
11811 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11812 in call of do_switch_frame.
11813 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11814 Handle NORECORD argument in call of Fselect_frame.
11815 * lisp.h (do_switch_frame, Fselect_frame)
11816 (Fset_frame_selected_window): Adjust declarations.
11817 * window.c (select_frame_norecord): New function.
11818 (run_window_configuration_change_hook): Use it and call
11819 Fselect_frame with NORECORD set.
11820 (Fselect_window): Pass NORECORD to Fselect_frame.
11821 (Fset_window_configuration): Handle NORECORD argument in call of
11822 do_switch_frame.
11823 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11824 Fset_frame_selected_window.
11825 * keyboard.c (command_loop_1): Handle NORECORD in call of
11826 Fselect_frame (currently ifdefd).
11827
11828 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11829
11830 * emacs.c (USAGE2): Untabify.
11831
11832 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * composite.c (fill_gstring_header): Fix copy/paste typo.
11835
11836 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11837
11838 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11839 (Fother_window): Rename argument and rewrite doc-string.
11840 (select_window_norecord): Fix return value. (Bug#1276)
11841
11842 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11843
11844 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11845 new frames overriding foreground for tooltips. Based on similar patch
11846 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11847
11848 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11849
11850 * emacs.c (Fdaemon_initialized): Initialize nfd.
11851
11852 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11853
11854 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11855 (Fwindow_text_height): Clarify doc-strings.
11856 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11857 doc-string of window-scroll-functions.
11858
11859 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11860
11861 * category.c (syms_of_category): Fix typo in docstring.
11862
11863 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11866 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11867 Fix typos in docstrings.
11868
11869 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11870
11871 * emacs.c (daemon_pipe): Make non-static.
11872 (IS_DAEMON): Move definition ...
11873 * lisp.h (IS_DAEMON): ... here.
11874 (daemon_pipe): Declare.
11875 (is_daemon): Remove.
11876 * dispnew.c (init_display): Use IS_DAEMON.
11877
11878 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11881 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11882
11883 * emacs.c (is_daemon): Remove.
11884 (main): Don't set is_daemon.
11885 (IS_DAEMON): New macro.
11886 (Fdaemonp, Fdaemon_initialized): Use it.
11887 (Fdaemon_initialized): Write a char into the pipe to make sure the
11888 parent exits.
11889 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11890
11891 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11892
11893 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11894 over-sized glyph, draw it with the default glyph width.
11895
11896 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11897 glyph, draw it with the default glyph width.
11898
11899 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11900 glyph, draw it with the default glyph width.
11901
11902 * xdisp.c (try_scrolling): When computing the distance from the
11903 scroll margin to PT, try moving some distance past the window
11904 bottom before giving up.
11905
11906 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11907
11908 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11909 (Fset_window_buffer): Explain in doc-string that a window can be
11910 "strongly" dedicated to its buffer.
11911
11912 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11913
11914 * emacs.c (daemon_name): New variable.
11915 (main): Deal with --daemon=SERVER_NAME.
11916 (Fdaemonp): Return a name if one was passed to --daemon.
11917
11918 2008-10-26 Romain Francoise <romain@orebokech.com>
11919
11920 * emacs.c (daemon_pipe): New variable.
11921 (main): Create a pipe before forking, make the parent exit only after
11922 the child has closed its end of the pipe. Move closing the
11923 descriptors ...
11924 (Fdaemon_initialized): ... here. New function.
11925
11926 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11929 the previous unoptimized table.
11930
11931 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11932 the distinction between non-nil and non-t value of `dedicated'.
11933
11934 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11935
11936 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11937 read_char_minibuf_menu_text is large enough to hold the menu string.
11938
11939 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11940
11941 * window.c (Fget_buffer_window, Fdelete_windows_on)
11942 (Freplace_buffer_in_windows): Make buffer argument optional and
11943 rename to buffer_or_name.
11944
11945 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * xdisp.c (handle_single_display_spec, handle_display_prop):
11948 Undo 2005-05-16 change.
11949 (handle_stop): Pop iterator if it's loaded with an empty string.
11950 (get_overlay_strings_1): Don't save iterator if it's loaded with
11951 an empty string (bug#1201).
11952
11953 2008-10-24 Kenichi Handa <handa@m17n.org>
11954
11955 * ftfont.c (ftfont_otf_features): Fix previous change.
11956 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11957 calling ftfont_otf_features.
11958
11959 2008-10-24 Kenichi Handa <handa@m17n.org>
11960
11961 * font.c (font_match_p): Fix for the case that a vector of
11962 characters is in script-representative-chars.
11963
11964 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11965
11966 * dbusbind.c (xd_in_read_queued_messages): New variable.
11967 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11968 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11969 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11970 macro. (Bug#1186)
11971
11972 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11973
11974 * s/sol2-10.h: New file.
11975
11976 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11977
11978 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11979 poor beast has survived 9+ years and the jump from xterm.c!).
11980
11981 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11982
11983 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11984 Reword doc-string.
11985 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11986
11987 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * character.c (syms_of_character) <script-representative-chars>:
11990 <unicode-category-table>: Doc fixes.
11991
11992 2008-10-23 Noah Friedman <friedman@splode.com>
11993
11994 * coding.c (make_conversion_work_buffer): Check that
11995 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11996 Fget_buffer_create.
11997
11998 2008-10-23 Kenichi Handa <handa@m17n.org>
11999
12000 * font.c (font_add_log): Check the values of extra properties.
12001
12002 2008-10-22 Martin Rudalics <rudalics@gmx.at>
12003
12004 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12005 Reword doc-string.
12006 (Fset_window_parameter): Use NILP.
12007 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12008 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12009
12010 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12011
12012 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12013
12014 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12015
12016 * nsfns.m (ns_appkit_version): New function.
12017 (x-server-version): Use it.
12018 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12019 (x-server-vendor): Don't check_ns().
12020
12021 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12022
12023 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12024
12025 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12026 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12027
12028 2008-10-22 Kenichi Handa <handa@m17n.org>
12029
12030 * syntax.c (scan_words): Call word_boundary_p instead of comparing
12031 scripts.
12032
12033 * category.c (word_boundary_p): Check scripts instead of charset.
12034 Handle nil value in word-separating-categories and
12035 word-combining-categories.
12036 (syms_of_category): Fix docstrings of word-separating-categories
12037 and word-combining-categories.
12038
12039 2008-10-21 Eli Zaretskii <eliz@gnu.org>
12040
12041 * coding.c (Fencode_coding_region, Fdecode_coding_region)
12042 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12043
12044 2008-10-21 Martin Rudalics <rudalics@gmx.at>
12045
12046 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12047 Rename arg "buffer" to "buffer_or_name".
12048 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12049 it optional.
12050 (no_switch_window): Remove since the return value is not used.
12051 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12052 Consider window as dedicated when Fwindow_dedicated_p returns a
12053 non-nil value.
12054 * lisp.h: Remove prototype for no_switch_window.
12055
12056 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
12057
12058 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12059 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12060
12061 2008-10-21 Kenichi Handa <handa@m17n.org>
12062
12063 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12064 check Vlatin_extra_code_table.
12065
12066 2008-10-20 Eli Zaretskii <eliz@gnu.org>
12067
12068 * fileio.c (Fset_file_modes): Doc fix.
12069
12070 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
12071
12072 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12073 in arrays.
12074
12075 2008-10-19 Martin Rudalics <rudalics@gmx.at>
12076
12077 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12078 Mention kill-buffer in doc-string.
12079 (Fset_window_buffer): Reinsert tem check removed in last commit.
12080 (Fenlarge_window, Fshrink_window): Have argument names and
12081 doc-string follow Elisp manual more closely.
12082
12083 2008-10-18 Eli Zaretskii <eliz@gnu.org>
12084
12085 * fileio.c (Fset_file_modes): Doc fix.
12086
12087 2008-10-18 Martin Rudalics <rudalics@gmx.at>
12088
12089 * window.c (Fwindow_width, Fset_window_start)
12090 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12091 (Fdelete_windows_on, Freplace_buffer_in_windows):
12092 Make doc-strings follow code and Elisp manual more closely.
12093 (Fwindow_dedicated_p): Make window argument optional.
12094 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12095 (Fset_window_buffer): Respect any non-nil dedicated value for
12096 window. Rename "buffer" argument to "buffer_or_name".
12097
12098 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
12099
12100 * m/sh3.h: New file, machine description for SuperH.
12101
12102 2008-10-17 Martin Rudalics <rudalics@gmx.at>
12103
12104 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12105
12106 2008-10-17 Kenichi Handa <handa@m17n.org>
12107
12108 * ftfont.c (ftfont_otf_features): Fix indexing
12109 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12110
12111 2008-10-16 Magnus Henoch <mange@freemail.hu>
12112
12113 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12114 (Fdbus_call_method_asynchronously): Ditto.
12115 This change makes C-h f display the argument list.
12116
12117 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
12118
12119 * fileio.c (Fexpand_file_name): Doc fix.
12120
12121 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12122 of :foreground and :background equivalent to unspecified (20.x
12123 compatibility).
12124
12125 2008-10-15 Eli Zaretskii <eliz@gnu.org>
12126
12127 * buffer.c (syms_of_buffer): Doc fix.
12128
12129 2008-10-14 Kenichi Handa <handa@m17n.org>
12130
12131 * font.c (font_clear_prop): When clearing font width, clear the
12132 average width field too.
12133
12134 2008-10-12 Andreas Schwab <schwab@suse.de>
12135
12136 * ftfont.c (ftfont_shape_by_flt): Make static.
12137 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12138
12139 * font.c: Don't include <m17n-flt.h>.
12140
12141 2008-10-10 Eli Zaretskii <eliz@gnu.org>
12142
12143 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12144
12145 2008-10-09 Eli Zaretskii <eliz@gnu.org>
12146
12147 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12148 away code.
12149
12150 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
12151
12152 * dispnew.c (update_text_area): Avoid looping due to large glyph
12153 overhangs (bug#1070).
12154
12155 2008-10-09 Kenichi Handa <handa@m17n.org>
12156
12157 * fontset.c (face_for_char): If face->fontset is negative, just
12158 return ascii_face.
12159
12160 * font.c (font_delete_unmatched): Fix previous change.
12161 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12162
12163 2008-10-09 Martin Rudalics <rudalics@gmx.at>
12164
12165 * frame.c (Fraise_frame): On text-only terminals select frame in
12166 order to make it visible. (Bug#1061)
12167
12168 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
12169
12170 * fontset.c (fontset_find_font): Check frame validity.
12171
12172 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
12173
12174 * gtkutil.c (xg_display_open): Reset default display if none exists.
12175 (xg_display_close): Allow Emacs to close all displays (bug#985).
12176
12177 2008-10-06 Andreas Schwab <schwab@suse.de>
12178
12179 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12180
12181 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12184
12185 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12186
12187 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12188 during initialization.
12189
12190 2008-10-04 Eli Zaretskii <eliz@gnu.org>
12191
12192 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12193 whole thing on MSDOS frames as well as on a TTY.
12194
12195 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12196 well as for TTY.
12197 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12198 well as on a TTY.
12199
12200 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12201 as well as for TTY.
12202
12203 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12204
12205 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12206 MSDOS frames as well.
12207
12208 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12209
12210 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12211 correct arguments.
12212 * menu.c (find_and_return_menu_selection): Add cast.
12213
12214 2008-10-03 Glenn Morris <rgm@gnu.org>
12215
12216 * emacs.c (USAGE1): Add --daemon.
12217
12218 2008-10-02 Eli Zaretskii <eliz@gnu.org>
12219
12220 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12221 100, so it's in percents as advertised.
12222
12223 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12224
12225 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12226 (ns_output.current_cursor, ns_output.desired_cursor)
12227 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12228 (FRAME_NEW_CURSOR_COLOR): Remove.
12229
12230 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12231 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12232 enumeration (HOLLOW_BOX_CURSOR, etc.).
12233
12234 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12235 (draw_window_cursor): Simplify code.
12236 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12237 Don't change cursor type. In latter, call rehighlight instead of doing
12238 updates manually.
12239 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12240 Use core Emacs cursor types.
12241
12242 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12243
12244 2008-10-02 Martin Rudalics <rudalics@gmx.at>
12245
12246 * process.c (Faccept_process_output): Fix doc-string.
12247
12248 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12249
12250 * gmalloc.c (__sbrk): Also define for uClibc.
12251
12252 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12253 for uClibc.
12254
12255 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12256
12257 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12258 styles.
12259 (nsfont_open): Reenable the cache.
12260
12261 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12262
12263 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12264 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12265
12266 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12269 a suspended terminal.
12270
12271 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
12272
12273 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12274
12275 2008-09-30 Eli Zaretskii <eliz@gnu.org>
12276
12277 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12278
12279 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12280
12281 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12282 in a continued line coincides with a line beginning.
12283
12284 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12285
12286 * nsfont.m (nsfont_trait_distance): Fix bug.
12287 (nsfont_list): Return a list rather than a vector (syncs with Handa
12288 changes of 2008-05-14).
12289 (nsfont_open): Improve logging.
12290
12291 2008-09-29 Andreas Schwab <schwab@suse.de>
12292
12293 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12294
12295 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12296
12297 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12298 name as char-resolve-modifiers.
12299 Reported by: Markus Triska <markus.triska@gmx.at>
12300
12301 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12302
12303 * dispnew.c (init_display): Return earlier when running as a daemon.
12304
12305 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12306
12307 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12308
12309 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12310
12311 * composite.c (Fcomposition_get_gstring)
12312 (Fcompose_region_internal, Fcompose_string_internal)
12313 (Ffind_composition_internal): Doc fix.
12314 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12315 (syms_of_composite) <auto-composition-function>: Doc fix.
12316 (syms_of_composite) <composition-function-table>: Doc fix.
12317
12318 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12319
12320 * search.c (wordify): New argument for lax word-ends.
12321 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12322
12323 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12324
12325 * lisp.h (is_daemon): Declare.
12326 * dispnew.c (init_display): Do not try to initialize the terminal
12327 when running as a daemon.
12328
12329 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12330
12331 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12332 x_display_pixel_height.
12333
12334 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12335
12336 * undo.c (record_point): Don't call Fundo_boundary for first
12337 change. (Bug#731)
12338
12339 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12340
12341 * emacs.c (Fdaemonp): Doc fix.
12342
12343 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12344
12345 * emacs.c (main): Place #ifdef in the proper place.
12346
12347 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12348
12349 * emacs.c (standard_args): Add --daemon.
12350 (main): Disconnect from the terminal when --daemon is passed.
12351 (is_daemon): New variable.
12352 (Fdaemonp): New function.
12353 (syms_of_emacs): Defsubr it.
12354
12355 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12356
12357 * xdisp.c (get_next_display_element): Handle string display
12358 correctly when checking for the end of a box run.
12359
12360 2008-09-20 Glenn Morris <rgm@gnu.org>
12361
12362 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12363 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12364 (Frename_file): Avoid copying to trash if a rename involves
12365 a delete. (Bug#964).
12366
12367 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12368
12369 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12370 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12371 frames as well as termcap frames.
12372 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12373 get_named_tty.
12374
12375 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12376
12377 * process.c (procfs_system_process_attributes): Fix cmdline in
12378 case /proc/PID/cmdline is empty.
12379
12380 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12381 x_display_pixel_height.
12382
12383 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12384
12385 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12386
12387 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12388 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12389
12390 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12391
12392 * dispextern.h (struct it): Move line_wrap away from the middle of
12393 bitfields. Move voffset in struct iterator_stack_entry after the
12394 bitfields. Move tab_width near after another short.
12395
12396 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12397
12398 * frame.h (struct frame): Move alpha from the middle of bitfields.
12399
12400 * window.h (struct window): Move frozen_window_start_p after the
12401 rest of the bitfields to reduce padding.
12402
12403 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * xterm.h (x_display_info): Remove `height' and `width' members.
12406
12407 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12408
12409 * w32term.h (w32_display_info): Remove `height', `width',
12410 `height_in', and `width_in' members.
12411
12412 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12413 New functions.
12414 (x_calc_absolute_position): Use them.
12415 (x_term_init): Omit removed `height' and `width' members.
12416
12417 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12418 New functions.
12419 (w32_read_socket, x_calc_absolute_position): Use them.
12420 (w32_initialize_display_info, w32_term_init): Omit removed members
12421 of w32_display_info.
12422
12423 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12424 New functions.
12425 (ns_initialize_display_info): Omit removed members of ns_display_info.
12426
12427 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12428 New functions.
12429 (x_calc_absolute_position): Use them.
12430 (x_term_init): Omit removed `height' and `width' members.
12431
12432 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12433 (compute_tip_xy):
12434 * frame.c (x_fullscreen_adjust):
12435 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12436 x_display_pixel_width.
12437
12438 2008-09-18 Kenichi Handa <handa@m17n.org>
12439
12440 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12441 (composition_compute_stop_pos): Fix handling of static composition.
12442 (Fcomposition_get_gstring): Check FROM and TO at first.
12443
12444 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12447 mixup (YAILOM).
12448
12449 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12450
12451 * indent.c (Fvertical_motion): Use position reported by iterator
12452 instead of PT for determining screen motion (bug#943).
12453
12454 2008-09-17 Romain Francoise <romain@orebokech.com>
12455
12456 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12457
12458 2008-09-17 Kenichi Handa <handa@m17n.org>
12459
12460 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12461
12462 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12463 if necessary.
12464
12465 2008-09-16 Kenichi Handa <handa@m17n.org>
12466
12467 * coding.c (make_conversion_work_buffer): Avoid calling
12468 Fget_buffer_create if it is not necessary.
12469
12470 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12471
12472 * window.c (Fselect_window): Don't update window_select_count and
12473 use_time when norecord is not nil.
12474
12475 2008-09-14 Kenichi Handa <handa@m17n.org>
12476
12477 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12478 specpdl_ptr.
12479
12480 2008-09-12 Kenichi Handa <handa@m17n.org>
12481
12482 * indent.c (scan_for_column): Don't handle automatic composition
12483 if the current buffer is not associated with a window.
12484
12485 * composite.c (composition_reseat_it): If the current buffer is
12486 not associated with a window, ignore the automatic composition.
12487 (find_automatic_composition): Likewise.
12488
12489 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12492 (Fgpm_mouse_stop): Use it.
12493 * termhooks.h (close_gpm): Declare.
12494 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12495 connection if Gpm_GetEvent fails.
12496
12497 * window.c (set_window_buffer): Always preserve current-buffer.
12498
12499 2008-09-12 Glenn Morris <rgm@gnu.org>
12500
12501 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12502
12503 2008-09-11 Glenn Morris <rgm@gnu.org>
12504
12505 * charset.c (charset-map-path): Doc fix.
12506
12507 2008-09-10 Kenichi Handa <handa@m17n.org>
12508
12509 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12510
12511 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12512 compose a grapheme cluster with the preceding base glyph.
12513
12514 * composite.c (composition_compute_stop_pos): Fix previous change.
12515 Reset cmp_it->id to -1 at first.
12516
12517 2008-09-10 Glenn Morris <rgm@gnu.org>
12518
12519 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12520
12521 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12522
12523 * keyboard.c (read_key_sequence): Reapply translation maps when
12524 switching keyboards.
12525
12526 2008-09-09 Kenichi Handa <handa@m17n.org>
12527
12528 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12529 characters.
12530
12531 * composite.c (FORWARD_CHAR): Fix calculation
12532 of (POSITION).pos_byte.
12533 (composition_compute_stop_pos): Limit the search of composition to
12534 at most 500 characters ahead. If we reach the limit or find a
12535 newline, set cmp_it->ch to -2 and return 0.
12536 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12537
12538 2008-09-08 Kenichi Handa <handa@m17n.org>
12539
12540 * indent.c (Fvertical_motion): Be sure to set
12541 it_overshoot_expected if it.cmp_it.id is non-negative.
12542
12543 2008-09-07 Andreas Schwab <schwab@suse.de>
12544
12545 * callproc.c (Fcall_process): Don't hold references to string data
12546 across garbage collection. Move initialisation of new_argv down
12547 to avoid compiler bug.
12548
12549 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12550
12551 * process.c (Fsystem_process_attributes): Doc fix.
12552
12553 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12554
12555 * callproc.c (Fcall_process): Canonicalize current directory name.
12556
12557 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12558 iterator advances to the next line if the current line ends in a
12559 continued tab.
12560
12561 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12562
12563 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12564 member to point to cmp_from.
12565
12566 * xdisp.c: Doc fix for references to gidx data member.
12567
12568 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12571
12572 2008-09-07 Kenichi Handa <handa@m17n.org>
12573
12574 * composite.c (FORWARD_CHAR): Check STOP after
12575 incrementing (POSITION).pos.
12576
12577 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12578
12579 * process.c (Fsystem_process_attributes): Doc fix.
12580
12581 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12582
12583 * keyboard.c (Ftop_level): Doc fix.
12584
12585 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12586
12587 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12588 minibuffer, don't let lower part of menu invade the echo area.
12589
12590 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12591 "char *q" to access menu text and advance through it. Revert the
12592 change that displayed ">" instead of ASCII character 0x10.
12593
12594 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12595
12596 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12597 toggle boxes and radio buttons on MS-DOS as well.
12598
12599 2008-09-05 Kenichi Handa <handa@m17n.org>
12600
12601 * composite.c (autocmp_chars): Check lookback count.
12602 (composition_compute_stop_pos): Set cmp_it->lookback.
12603 (composition_reseat_it): Check lookback count.
12604 (struct position_record): New struct.
12605 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12606 (find_automatic_composition): New function.
12607 (composition_adjust_point): Use find_automatic_composition.
12608
12609 * dispextern.h (struct composition_it): New member lookback.
12610
12611 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12612
12613 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12614 if moving by a single line.
12615
12616 2008-09-02 Andreas Schwab <schwab@suse.de>
12617
12618 * xterm.c (x_delete_display): Fix merge error.
12619
12620 * fileio.c (Fexpand_file_name): Remove unused variables.
12621
12622 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12623
12624 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12625 storage on all platforms, not just on DOS_NT.
12626
12627 2008-09-02 Jason Rumney <jasonr@gnu.org>
12628
12629 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12630 Ensure mouse is not grabbed after menu is finished.
12631
12632 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12633
12634 * xfaces.c (Finternal_set_alternative_font_family_alist)
12635 (Finternal_set_alternative_font_registry_alist): Properly copy
12636 entire alist structure.
12637
12638 2008-09-01 Kenichi Handa <handa@m17n.org>
12639
12640 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12641 representative chars of the script is a vector.
12642 (ftfont_list): Handle the case where the representative chars of
12643 the script is a vector.
12644
12645 * character.c (syms_of_character): Docstring of
12646 script-representative-chars fixed.
12647
12648 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12649
12650 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12651 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12652 the menu. Allocate larger buffer for `text', to account for
12653 possible ^C characters.
12654
12655 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12656
12657 * xdisp.c (prepare_menu_bars): Don't call
12658 Vwindow_size_change_functions with arg Qt.
12659
12660 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * font.h (font_range):
12663 * fileio.c (report_file_error):
12664 * composite.c (composition_update_it): Yet another int/Lisp_Object
12665 mixup (YAILOM).
12666
12667 2008-08-30 Glenn Morris <rgm@gnu.org>
12668
12669 * data.c (Fmake_variable_frame_local): Doc fix.
12670
12671 * frame.c (Fmodify_frame_parameters): Doc fix.
12672
12673 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12674
12675 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12676 needed by GetTokenInformation.
12677 (w32_system_process_attributes): Check return values of all system
12678 APIs.
12679
12680 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12681 only when the state changes.
12682 (IT_update_begin, IT_update_end): Add termscript trace.
12683
12684 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12685 clipboard is unavailable. Set dst to NULL if it doesn't point to
12686 malloc'ed data.
12687 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12688 passing random values to xfree.
12689
12690 * dispnew.c (init_display): Set `tty's association in frame's
12691 parameters alist to the name of the terminal device, if that is known.
12692
12693 2008-08-29 Jason Rumney <jasonr@gnu.org>
12694
12695 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12696
12697 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12698
12699 * composite.c (fill_gstring_body): Avoid compiler warnings.
12700
12701 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12702 LGLYPH_SET_CODE to avoid compiler warnings.
12703
12704 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12705
12706 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12707
12708 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12709 LGLYPH_SET_CODE.
12710
12711 2008-08-29 Kenichi Handa <handa@m17n.org>
12712
12713 * fileio.c (report_file_error): Don't downcase the first character
12714 of errstring if it is still unibyte.
12715
12716 2008-08-29 Kenichi Handa <handa@m17n.org>
12717
12718 These changes are to re-implement the automatic composition so
12719 that it doesn't use text properties.
12720
12721 * Makefile.in (ftfont.o): Depend on composite.h.
12722 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12723
12724 * character.h (Vunicode_category_table): Extern it.
12725
12726 * character.c (Vunicode_category_table): New variable.
12727 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12728
12729 * chartab.c (optimize_sub_char_table): Perform more greedy
12730 optimization.
12731
12732 * composite.h (enum composition_method):
12733 Delete COMPOSITION_WITH_GLYPH_STRING.
12734 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12735 (Vcomposition_function_table): Extern it.
12736 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12737 (composition_gstring_put_cache, composition_gstring_from_id)
12738 (composition_gstring_p, composition_gstring_width)
12739 (composition_compute_stop_pos, composition_reseat_it)
12740 (composition_update_it, composition_adjust_point): Extern them.
12741 (Fcomposition_get_gstring): EXFUN it.
12742
12743 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12744 (Vcomposition_function_table)
12745 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12746 (gstring_hash_table, gstring_work, gstring_work_headers):
12747 New variables.
12748 (gstring_lookup_cache, composition_gstring_put_cache)
12749 (composition_gstring_from_id, composition_gstring_p)
12750 (composition_gstring_width, fill_gstring_header)
12751 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12752 (composition_reseat_it, composition_update_it)
12753 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12754 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12755 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12756 Defsubr composition_get_gstring.
12757
12758 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12759 cmp_id.
12760 (struct glyph_string): Delete the member gidx. New members
12761 cmp_id, cmp_from, and cmp_to.
12762 (enum it_method): Delete GET_FROM_COMPOSITION.
12763 (struct composition_it): New struct.
12764 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12765 Delete c, len, cmp_id, cmp_len in u.comp.
12766
12767 * font.h (enum lgstring_indices): Delete it.
12768 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12769 (enum lglyph_indices): Likewise.
12770 (font_range): Adjust extern.
12771 (font_fill_lglyph_metrics): Extern it.
12772
12773 * font.c (QCf): New variable.
12774 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12775 (font_prepare_composition): Delete this function.
12776 (font_range): Type and arguments changed.
12777 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12778 (font_fill_lglyph_metrics): New function.
12779 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12780 (syms_of_font): DEFSYM QCf. Delete defsubr for
12781 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12782 Defsubr Sfont_shape_gstring.
12783
12784 * fontset.h (font_for_char): Extern it.
12785
12786 * fontset.c (font_for_char): New function.
12787
12788 * ftfont.c: Include composite.h.
12789 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12790 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12791
12792 * indent.c: Include composite.h and dispextern.h.
12793 (check_composition): Delete this function.
12794 (scan_for_column): Handle composition by
12795 composition_compute_stop_pos, composition_reseat_it, and
12796 composition_update_it.
12797 (compute_motion): Likewise.
12798 (Fvertical_motion): Fix checking of composition.
12799
12800 * keyboard.c (adjust_point_for_property): Check composition by
12801 composition_adjust_point.
12802
12803 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12804 struct glyph_string.
12805
12806 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12807 (append_composite_glyph): Adjust for the change of struct it and
12808 struct glyph.
12809 (produce_composite_glyph): Likewise.
12810
12811 * w32term.c (x_draw_composite_glyph_string_foreground):
12812 Adjust for the change of struct glyph_string.
12813 (x_draw_glyph_string): Likewise.
12814
12815 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12816 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12817
12818 * xdisp.c: Include font.h.
12819 (it_props): Delete the entry for Qauto_composed.
12820 (init_iterator): Initialize it->cmp_it.id to -1.
12821 (compute_stop_pos): Call composition_compute_stop_pos.
12822 (face_before_or_after_it_pos): Adjust for the change of struct it.
12823 (handle_auto_composed_prop): Delete it.
12824 (handle_composition_prop): Handle only static composition.
12825 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12826 from xassert. Initialize it->cmp_it.stop_pos.
12827 (push_it): Adjust for the change of struct it.
12828 (pop_it): Likewise.
12829 (get_next_element): Delete next_element_from_composition.
12830 (CHAR_COMPOSED_P): New macro.
12831 (get_next_display_element): For automatic composition, get a face
12832 from the font in the glyph-string.
12833 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12834 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12835 (next_element_from_string): Check if the character at the current
12836 position is composed by CHAR_COMPOSED_P.
12837 (next_element_from_buffer): Likewise.
12838 (next_element_from_composition): Adjust for the change of struct it.
12839 Update it->cmp_it.
12840 (dump_glyph): Adjust for the change of struct glyph.
12841 (fill_composite_glyph_string): Adjust for the change of struct
12842 it and struct glyph. Don't handle automatic composition here.
12843 (fill_gstring_glyph_string): New function.
12844 (x_get_glyph_overhangs): Handle automatic composition.
12845 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12846 (BUILD_GSTRING_GLYPH_STRING): New macro.
12847 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12848 automatic composition.
12849 (append_composite_glyph): Adjust for the change of struct it and
12850 struct glyph.
12851 (x_produce_glyphs): Adjust for the change of struct it.
12852
12853 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12854 the change of struct glyph_string.
12855 (x_draw_glyph_string): Likewise.
12856
12857 2008-08-29 Glenn Morris <rgm@gnu.org>
12858
12859 * buffer.c (word-wrap): Doc fix.
12860 * xdisp.c (truncate-partial-width-windows): Doc fix.
12861 Increase default to 50.
12862
12863 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12864
12865 * xdisp.c (update_tool_bar_unwind): New function.
12866 (update_tool_bar): Temporarily set selected frame before building
12867 tool-bar items.
12868
12869 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12870
12871 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12872 snprintf, respectively.
12873 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12874
12875 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12876
12877 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12878 LDFLAGS to GNUstep CC invocation.
12879
12880 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12881
12882 * indent.c (Fvertical_motion): Revert last change. Handle the
12883 general case where we are moving forward, and PT spans multiple
12884 screen lines.
12885
12886 * eval.c (find_handler_clause): Temporarily increase
12887 max-lisp-eval-depth while printing the backtrace buffer, to
12888 guarantee that help-mode code can run.
12889
12890 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12891
12892 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12893 colors under -rv.
12894 (IT_set_frame_parameters): Don't swap foreground and background
12895 colors if `(reverse . t)' is present in the frame properties.
12896 (internal_terminal_init): Call init_frame_faces only for the
12897 initial frame.
12898
12899 2008-08-27 Andreas Schwab <schwab@suse.de>
12900
12901 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12902
12903 2008-08-27 Andreas Schwab <schwab@suse.de>
12904
12905 * search.c (search_buffer): Set char_base to zero only at the end.
12906
12907 2008-08-27 Kenichi Handa <handa@m17n.org>
12908
12909 * fileio.c (report_file_error): Fix handling of multibyte error string.
12910
12911 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12912
12913 * xterm.c (x_term_init): Temporarily hide the partially
12914 initialized terminal while calling vendor-specific-keysyms.
12915
12916 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12917
12918 * msdos.c (internal_terminal_init): Most initializations done only
12919 once, especially initial_screen_colors[] and termscript open.
12920
12921 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12922
12923 * eval.c (Fcondition_case): Doc fix.
12924
12925 * widgetprv.h (EmacsFramePart): Change font member to the new font
12926 struct.
12927
12928 * widget.c: Include character.h and font.h for XSETFONT.
12929 (setup_frame_gcs): Compute X font id from font struct, just once.
12930
12931 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12932
12933 * term.c (get_named_tty): Fix last change.
12934
12935 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12936
12937 * indent.c (Fvertical_motion): If moving forward starting from a
12938 multi-line string, move the iterator to the last line of that string.
12939
12940 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12941
12942 * frame.c (do_switch_frame): Mark previously displayed frame as
12943 obscured for FRAME_MSDOS_P frames as well.
12944
12945 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12946
12947 * frame.c (make_terminal_frame): Initialize f->terminal,
12948 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12949 Set the top frame to newly created frame.
12950 (Fmake_terminal_frame): Reuse the_only_display_info.
12951
12952 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12953 estimating available memory.
12954
12955 2008-08-23 David Reitter <david.reitter@gmail.com>
12956
12957 * nsterm.m (ns_draw_window_cursor): Don't call
12958 NSDisableScreenUpdates and NSEnableScreenUpdates on
12959 non-NS_IMPL_COCOA systems.
12960
12961 2008-08-23 Andreas Schwab <schwab@suse.de>
12962
12963 * process.c (procfs_system_process_attributes): Fix use of
12964 uninitialized variables.
12965
12966 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12967
12968 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12969
12970 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12971 calling tty-set-up-initial-frame-faces.
12972
12973 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12974 Allow MSDOS frames along with X frames.
12975
12976 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12977 addition to output_termcap.
12978
12979 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12980
12981 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12982 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12983 highlight.
12984
12985 * process.c [!subprocesses]: Define QCname.
12986 (syms_of_process): Intern and staticpro it.
12987
12988 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12989 Adjust for changes in encoding/decoding routines.
12990 Use encode_coding_object and decode_coding_object instead of
12991 encode_coding and decode_coding.
12992
12993 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12994
12995 * dosfns.c: Include frame.h before termhooks.h.
12996 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12997 variable termscript.
12998
12999 * s/msdos.h (USER_FULL_NAME): Define.
13000 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13001
13002 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13003 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13004 pw->pw_gecos.
13005
13006 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13007 SELECTED_FRAME as additional (1st) argument.
13008 (tty_read_avail_input): Handle output_msdos_raw in
13009 addition to output_termcap.
13010
13011 * msdos.c: Include frame.h before termhooks.h.
13012 (mouse_on, mouse_off, mouse_moveto, mouse_init)
13013 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13014 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13015 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13016 (IT_set_terminal_modes, IT_reset_terminal_modes)
13017 (IT_set_frame_parameters): Use tty->termscript instead of a global
13018 variable termscript.
13019 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13020 global variable terminal_coding. Don't refer to
13021 Vnonascii_translation_table.
13022 (internal_terminal_init): Set Vwindow_system in current_kboard.
13023 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
13024 Announce date and time of session start, if termscript is open.
13025 Don't zero out the_only_display_info (it is done in
13026 term.c:init_tty). Open termscript only of not already open.
13027 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
13028 here instead of dos_ttraw. Don't initialize display if this is an
13029 initial tty. Don't set FRAME_FONT.
13030 (Vwindow_system_version): Bump to 23.
13031 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
13032 is available, set up mouse_position_hook.
13033 (dos_ttraw, IT_set_terminal_modes): If called with initial
13034 terminal, do nothing.
13035 (IT_set_frame_parameters): Handle the Qtty_type frame
13036 parameter by calling internal_terminal_init.
13037 (dos_set_window_size, show_mouse_face)
13038 (clear_mouse_face, IT_note_mode_line_highlight)
13039 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13040 (dos_rawgetc): Use tty_display_info instead of x_display_info.
13041 (initialize_msdos_display): New function.
13042 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13043 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13044 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13045 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13046 Accept additional argument: a pointer to a frame. Update all callers.
13047 (request_sigio, unrequest_sigio): Don't define, now defined on
13048 sysdep.c.
13049 (IT_write_glyphs): Rewrite to use encode_terminal_code.
13050
13051 * term.c [MSDOS]: Include msdos.h.
13052 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
13053 conditional to DOS_NT. Allow only one call to this function in a
13054 session. Don't allocate a new struct tty_display_info; instead,
13055 reuse the_only_display_info. Call get_tty_size to get screen
13056 dimensions. Call init_baud_rate to set bad_rate.
13057 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13058 (Fsuspend_tty) [MSDOS]: Don't close input and output.
13059 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13060 (get_tty_terminal, get_named_tty, Ftty_type)
13061 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13062 output_termcap.
13063 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13064 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13065 only when subprocesses are supported.
13066
13067 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13068 f->output_data.x.
13069 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13070 terminal devices.
13071
13072 * msdos.h: Remove definition of struct x_display_info and struct
13073 x_output.
13074 (FRAME_FONT): Use output_data.tty.
13075 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13076 (struct x_display_info): Rename from display_info. Update all users in
13077 msdos.c.
13078 (struct x_output): Remove background_pixel and foreground_pixel.
13079 (the_only_display_info): Rename from the_only_x_display.
13080 (dos_ttraw): Update prototype.
13081
13082 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13083 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13084
13085 2008-08-23 Jason Rumney <jasonr@gnu.org>
13086
13087 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13088 (fn_TIFFSetDirectory): New library function used.
13089 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13090 (tiff_load): Use :index to select among multiple images. Set count
13091 property when multiple images exist.
13092 (gif_format): Use :index, not :image.
13093
13094 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
13095
13096 * xdisp.c (try_scrolling): Check INT_MAX instead of
13097 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13098 to obtain INT_MAX.
13099
13100 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13101
13102 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13103
13104 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13105
13106 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13107 GNUstep library location.
13108
13109 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
13110
13111 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13112 before using it.
13113
13114 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13115
13116 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13117
13118 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13119 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13120 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13121 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13122 (EmacsApp-cursor_blink_handler): Remove declaration.
13123 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13124 match 01 Feb 2008 changes in xterm.c.
13125 (ns_read_socket): Add cast to avoid warning.
13126 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13127 GNUstep.
13128
13129 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
13130
13131 * xselect.c (x_get_foreign_selection): Return nil if desired
13132 selection could not be obtained, instead of signalling an error.
13133
13134 2008-08-20 David Reitter <david.reitter@gmail.com>
13135
13136 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13137 * nsterm.m: Remove ns-specific code for cursor blinking.
13138 (ns_draw_window_cursor): Clear cursor properly rather than
13139 redrawing the area. Respect width of bar cursors.
13140 These changes enable the use of generic blink-cursor-mode and
13141 generic cursor types in NS and support smooth cursor movements (do
13142 not blink off after command).
13143 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13144 Nextstep, too.
13145
13146 2008-08-19 Kenichi Handa <handa@m17n.org>
13147
13148 * font.c (Vfont_log_deferred): New variable.
13149 (font_add_log): Check Vfont_log_deferred.
13150 (font_deferred_log): New function.
13151
13152 * font.h (font_deferred_log): Extern it.
13153
13154 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13155 for sorting.
13156 (face_for_char): Use deferred log.
13157
13158 2008-08-18 Kenichi Handa <handa@m17n.org>
13159
13160 * fontset.c (face_for_char): Add font log.
13161
13162 * font.c (font_add_log): Add the font properties :script, :lang,
13163 and :otf in the log.
13164
13165 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
13166
13167 * xdisp.c: Remove dead code.
13168 (handle_invisible_prop, next_overlay_string): Defer call to
13169 setup_for_ellipsis.
13170 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13171
13172 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
13173
13174 * xfaces.c (lookup_derived_face): Properly handle possible zero
13175 return value of get_lface_attributes.
13176 (merge_faces): Don't tell lookup_derived_face to signal an error
13177 if face is not found.
13178
13179 * dired.c (Fdirectory_files): Doc fix.
13180
13181 * process.c (make_process): Initialize kill_without_query struct
13182 member.
13183
13184 2008-08-15 Eli Zaretskii <eliz@gnu.org>
13185
13186 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13187 Alternative calculation of totphys for Visual Studio 6.
13188
13189 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13190
13191 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13192 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13193 All users changed.
13194 (stat): Only root directory passed to GetDriveType. Allow RAM
13195 disk as well as local fixed disk when w32-get-true-file-attributes
13196 is set to `local'.
13197 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13198 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13199 (w32_cached_id, w32_add_to_cache): New functions.
13200 (get_name_and_id): Look account names in the cache before calling
13201 lookup_account_sid.
13202 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13203 New initialization flags.
13204 (globals_of_w32): Initialize them to zero.
13205 (w32_system_process_attributes): Use w32_cached_id and
13206 w32_add_to_cache.
13207
13208 2008-08-14 Lawrence Mitchell <wence@gmx.li>
13209
13210 * lread.c (Fread_char, Fread_char_exclusive): If no character
13211 event is read before timeout is reached, return nil, rather than
13212 converting to a number.
13213
13214 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
13215
13216 * fns.c (use_dialog_box): Doc fix.
13217
13218 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13219 on OS X.
13220
13221 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
13222
13223 * frame.c (Qns_parse_geometry): New var.
13224 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13225
13226 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
13227
13228 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13229 space character in calculating tabs.
13230
13231 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13232
13233 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13234
13235 2008-08-10 Glenn Morris <rgm@gnu.org>
13236
13237 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13238 silence gcc "limited range of data type" warnings in some
13239 make_fixnum_or_float calls.
13240
13241 2008-08-09 Eli Zaretskii <eliz@gnu.org>
13242
13243 * w32.c (w32_system_process_attributes): If the process does not
13244 exist, return nil.
13245
13246 * w32.c: Include thelp32.h, psapi.h and coding.h.
13247 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13248 declarations.
13249 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13250 (Process32Next_Proc): New typedefs.
13251 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13252 (g_b_init_process32_next, g_b_init_open_thread_token)
13253 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13254 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13255 (g_b_init_get_process_working_set_size)
13256 (g_b_init_global_memory_status_ex): New static variables.
13257 (globals_of_w32): Initialize them.
13258 (create_toolhelp32_snapshot, process32_first, process32_next)
13259 (open_thread_token, impersonate_self, revert_to_self)
13260 (get_process_memory_info, get_process_working_set_size)
13261 (global_memory_status, global_memory_status_ex): New wrapper
13262 functions.
13263 (w32_list_system_processes, w32_system_process_attributes)
13264 (enable_privilege, restore_privilege, ltime, process_times):
13265 New functions.
13266 (convert_time_raw): New function.
13267 (convert_time): Remove conversion of FILETIME into time in 100
13268 nsec units, call convert_time_raw instead.
13269
13270 * process.h (w32_list_system_processes, w32_system_process_attributes):
13271 Add prototypes.
13272 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13273 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13274 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13275 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13276
13277 * process.c (Fsystem_process_attributes): Doc fix.
13278
13279 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
13280
13281 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13282 a continued multi-char glyph; if so, advance to the actual glyph.
13283
13284 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13285
13286 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13287
13288 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13289 (.m.o): Use it.
13290 * config.in: Regenerate.
13291
13292 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13293
13294 * xdisp.c (redisplay_window): Revert last change.
13295 (try_window): Check bottom scroll margin too.
13296
13297 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13298
13299 * config.in: Regenerate.
13300
13301 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13302 -list-load-path-shadows'.
13303 (nsgui.h): Reduce number of things depending on it.
13304
13305 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13306
13307 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13308 instead of window-end which does the wrong thing at eob.
13309 (try_cursor_movement): Minor optimization.
13310 (redisplay_window): If scroll margin is defined, don't assume
13311 window doesn't need scrolling.
13312
13313 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13314
13315 * config.in: Regenerate.
13316
13317 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13318 (mostlyclean): Don't delete *.d under NS.
13319
13320 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13321
13322 2008-08-06 Kenichi Handa <handa@m17n.org>
13323
13324 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13325
13326 2008-08-06 Andreas Schwab <schwab@suse.de>
13327
13328 * config.in: Regenerate.
13329
13330 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13333 forcing a window start.
13334
13335 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13336 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13337
13338 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13339
13340 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13341 argument.
13342
13343 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13346 <scroll-down-aggressively, before-change-functions>:
13347 <after-change-functions>: Reflow docstrings.
13348
13349 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13350 Ken Raeburn <raeburn@gnu.org>
13351
13352 Dock menu customization, based on a patch by Ken Raeburn, plus some
13353 other fixes.
13354 * nsmenu.m (dockMenu): New variable.
13355 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13356
13357 * nsterm.h (dockMenu): Declare.
13358
13359 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13360 (ns_term_init): Initialize dockMenu.
13361 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13362 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13363 left.
13364
13365 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13366
13367 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13368
13369 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13370
13371 * config.in: Regenerate.
13372
13373 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13374
13375 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13376
13377 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13378
13379 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13380
13381 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13382
13383 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13384
13385 * keyboard.h: Comment an #endif.
13386
13387 * lisp.h (have_menus_p): Adjust comment.
13388
13389 * menu.c (find_and_return_menu_selection): Fix comparison with
13390 client_data.
13391
13392 * nsmenu.m (popup_activated_flag): New variable.
13393 (popup_activated): New function.
13394 (menu-or-popup-active-p): New exported lisp definition.
13395 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13396 when popup done.
13397 (ns_popup_dialog): Set popup_activated_flag.
13398
13399 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13400 version for GNUstep (handled by conditional typedef in nsterm.m).
13401 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13402 in rgb.txt).
13403
13404 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13405
13406 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13407
13408 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13409
13410 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13411 shortcircuit if popup_activated like GTK and X toolkit.
13412
13413 * m/inter386.h: Change DARWIN to DARWIN_OS.
13414
13415 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13416 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13417 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13418 comment on NO_SOCK_SIGIO.
13419
13420 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13421
13422 * nsterm.m (windowDidResize): Remove stopModal call.
13423
13424 2008-08-03 Andreas Schwab <schwab@suse.de>
13425
13426 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13427 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13428
13429 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13430
13431 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13432 Don't use uninitialized pointer variable when using getrlimit.
13433
13434 2008-08-02 Jason Rumney <jasonr@gnu.org>
13435
13436 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13437
13438 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13439
13440 * alloc.c (NSTATICS): Bump to 0x640.
13441
13442 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13443
13444 * lisp.h: Add prototype for directory_files_internal.
13445
13446 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13447 New functions.
13448 (syms_of_process): Defsubr them. Add initializations for various
13449 Q* symbols used in procfs_system_process_attributes.
13450 (procfs_list_system_processes, procfs_system_process_attributes)
13451 [HAVE_PROCFS]: New functions.
13452 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13453 (procfs_get_total_memory): New functions.
13454
13455 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * xfaces.c (Fx_load_color_file): Fix previous change;
13458 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13459
13460 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13461
13462 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13463
13464 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13465
13466 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13467
13468 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13469
13470 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13471
13472 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13473 define NSApplicationDelegateReplySuccess.
13474 (EmacsView -converstationIdentifier): Use long instead of
13475 NSInteger for GNUstep, since it doesn't have NSInteger.
13476
13477 * xmenu.c: Revert last change.
13478
13479 * keyboard.h: Fix last change.
13480
13481 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13482
13483 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13484 on Windows.
13485
13486 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13487
13488 Warning clearing and clean-up in NS port.
13489 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13490 Add prototypes.
13491 * nsgui.h (FACE_DEFAULT): Remove, unused.
13492 (XGCValues): Change colors to unsigned long.
13493 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13494 nsterm.m.
13495 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13496 (ns_list_fonts): Remove, unused.
13497 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13498 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13499 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13500 (nsfont_draw): Compare face colors to 0, not nil.
13501 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13502 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13503 (-addSubmenuWithTitle:): Use NSMenuItem class.
13504 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13505 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13506 (ns_clip_to_row): Make gc arg a BOOL.
13507 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13508 ns_clip_to_row() call.
13509 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13510 used). Cast FRAME_FONT assignments.
13511 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13512 (ns_string_to_lispmod): Change arg to const char.
13513 (ns_term_init): Use NSMenuItem class.
13514 (EmacsApp -openFile:): Move to different section of file.
13515 (EmacsApp -application:openFiles:): Don't return a value, call
13516 -replyToOpenOrPrint:.
13517 (EmacsView -keyDown:): Fix up cast.
13518 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13519 (EmacsView -menuDown:): Cast tag in call to
13520 find_and_call_menu_selection().
13521 (ns_list_fonts): Remove, unused.
13522 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13523 (ns_fontname_to_xlfd): Make static.
13524 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13525 Remove prototypes (now in keyboard.h).
13526 (next_menubar_widget_id): Remove, unused.
13527 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13528 Remove prototypes (now in keyboard.h).
13529 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13530
13531 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13532
13533 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13534 (floatfns.o): Depend on syssignal.h.
13535 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13536
13537 * systty.h: Fix previous change that removed BSD_TERMIOS.
13538 Add comments to #ifdefs.
13539
13540 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13541
13542 * w32fns.c (w32-load-color-file): Remove.
13543 (x-open-connection): Use renamed Fx_load_color_file.
13544 * xfaces.c (x-load-color-file): Add.
13545 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13546 Emacs.clr.
13547 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13548
13549 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13550
13551 * dbusbind.c (Fdbus_call_method_asynchronously)
13552 (Fdbus_method_error_internal): New defuns.
13553 (xd_read_message): Handle also reply messages.
13554 (Vdbus_registered_functions_table): Extend docstring.
13555
13556 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13557
13558 * keyboard.c (gobble_input): Fix previous change.
13559
13560 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13561
13562 * bitmaps/README:
13563 * xfns.c:
13564 * termcap.c:
13565 * term.c:
13566 * syswait.h:
13567 * systty.h:
13568 * systime.h:
13569 * syssignal.h:
13570 * sysdep.c:
13571 * process.h:
13572 * process.c:
13573 * print.c:
13574 * ndir.h:
13575 * lread.c:
13576 * keyboard.c:
13577 * getpagesize.h:
13578 * floatfns.c:
13579 * fileio.c:
13580 * emacs.c:
13581 * doc.c:
13582 * dispnew.c:
13583 * dired.c:
13584 * data.c:
13585 * callproc.c:
13586 * buffer.c:
13587 * README:
13588 * Makefile.in:
13589 * s/template.h:
13590 * s/msdos.h:
13591 * m/vax.h: Remove VMS support.
13592 * s/vms.h:
13593 * vlimit.h:
13594 * uaf.h:
13595 * temacs.opt:
13596 * param.h:
13597 * ioctl.h: Remove file.
13598
13599 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13600
13601 * s/ms-w32.h (MULTI_KBOARD): Remove.
13602 * xterm.c:
13603 * xselect.c:
13604 * xfns.c:
13605 * window.c:
13606 * w32term.c:
13607 * w32fns.c:
13608 * terminal.c:
13609 * termhooks.h:
13610 * term.c:
13611 * sysdep.c:
13612 * keyboard.h:
13613 * keyboard.c:
13614 * frame.h:
13615 * frame.c:
13616 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13617 * config.in: Regenerate.
13618
13619 2008-07-30 Jason Rumney <jasonr@gnu.org>
13620
13621 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13622
13623 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13624 (w32font_open_internal): Get unicode version of textmetrics.
13625 Don't enable or disable glyph indices here.
13626 (w32font_open): Disable use of glyph indices.
13627
13628 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13629
13630 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13631
13632 * minibuf.c (Vread_buffer_function): Doc fix.
13633
13634 2008-07-30 John Paul Wallington <jpw@pobox.com>
13635
13636 * minibuf.c (read_buffer_completion_ignore_case): New var.
13637 (Fread_buffer): Use it.
13638
13639 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 * systty.h (sensemode): Remove empty #if. Remove reference to
13642 BSD_TERMIOS, unused.
13643
13644 * sysdep.c: Remove reference to DGUX.
13645 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13646
13647 * config.in: Regenerate.
13648
13649 2008-07-30 Jason Rumney <jasonr@gnu.org>
13650
13651 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13652
13653 2008-07-29 Jason Rumney <jasonr@gnu.org>
13654
13655 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13656 is populated.
13657 (uniscribe_encode_char): Always use uniscribe.
13658 Avoid using context if cache is populated.
13659
13660 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13661
13662 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13663 open menu.
13664
13665 * gtkutil.c (menu_nav_ended): Remove.
13666 (create_menus): Remove signal connect for menu_nav_ended.
13667
13668 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * xdisp.c (redisplay_window): Check return value of
13671 compute_window_start_on_continuation_line before forcing a window
13672 start.
13673
13674 2008-07-28 Jason Rumney <jasonr@gnu.org>
13675
13676 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13677
13678 * w32term.c (w32_enable_unicode_output, cleartype_active):
13679 Remove obsolete display options.
13680 (x_draw_glyph_string_background): Don't use old cleartype_active
13681 workaround.
13682 (w32_initialize): Remove cleartype_active initialization.
13683 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13684
13685 2008-07-28 Andreas Schwab <schwab@suse.de>
13686
13687 * lisp.h (init_weak_hash_tables, syms_of_font)
13688 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13689 (remove_hash_entry): Don't declare.
13690 * eval.c (maybe_call_debugger): Make static and move before use.
13691 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13692 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13693 * xterm.h (x_set_frame_alpha): Declare.
13694
13695 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13696
13697 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13698 (create_menus): Connect selection-done to menu_nav_ended.
13699
13700 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13701
13702 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13703 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13704 parameter with read of 'alpha' one.
13705 (Qns_frame_parameter): Remove.
13706 * nsselect.m (selection-coding-system)
13707 (next-selection-coding-system, Vselection_coding_system)
13708 (Vnext_selection_coding_system): Drop.
13709
13710 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13711
13712 * nsfns.m (do-applescript, do_applescript): Rename to
13713 ns-do-applescript, ns_do_applescript, and move within file.
13714
13715 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13716
13717 Remove support for Mac Carbon.
13718 * mactoolbox.c:
13719 * macterm.h:
13720 * macterm.c:
13721 * macselect.c:
13722 * macmenu.c:
13723 * macgui.h:
13724 * macfns.c:
13725 * mac.c: Remove file.
13726 * s/darwin.h:
13727 * m/intel386.h:
13728 * xfaces.c:
13729 * xdisp.c:
13730 * window.c:
13731 * tparam.c:
13732 * termhooks.h:
13733 * termcap.c:
13734 * term.c:
13735 * syssignal.h:
13736 * sysselect.h:
13737 * sysdep.c:
13738 * process.c:
13739 * lread.c:
13740 * lisp.h:
13741 * keyboard.c:
13742 * image.c:
13743 * fringe.c:
13744 * frame.h:
13745 * frame.c:
13746 * fontset.c:
13747 * font.h:
13748 * font.c:
13749 * fns.c:
13750 * fileio.c:
13751 * emacs.c:
13752 * dispnew.c:
13753 * dispextern.h:
13754 * config.in:
13755 * atimer.c:
13756 * Makefile.in: Remove code for Carbon.
13757
13758 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13759
13760 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13761
13762 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13763
13764 * macterm.h (kCGBitmapByteOrder32Host): New define for
13765 non-universal SDKs.
13766
13767 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13768 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13769
13770 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13771 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13772
13773 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13774
13775 * w32inevt.c: Include dispextern.h.
13776
13777 2008-07-26 Andreas Schwab <schwab@suse.de>
13778
13779 * print.c (print_object): Fix off-by-one in last change.
13780
13781 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13782
13783 * term.c (syms_of_term): Don't initialize default_orig_pair,
13784 default_set_foreground and default_set_background on Windows.
13785
13786 2008-07-25 Jason Rumney <jasonr@gnu.org>
13787
13788 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13789 ScriptItemize. Clean up return value checking. Remove unused
13790 variables.
13791 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13792 shaping engine.
13793
13794 * w32font.c (w32font_has_char): Handle the case where we can't
13795 determine the script for a character.
13796
13797 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13798
13799 * term.c (syms_of_term): Initialize default_orig_pair,
13800 default_set_foreground, and default_set_background.
13801
13802 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13803 clash (bug#86).
13804 (getloadavg): Callers changed.
13805
13806 * image.c (svg_load_image): Fix last change.
13807 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13808 image size is valid. Use g_object_unref instead of deprecated
13809 rsvg_handle_free to free rsvg handle.
13810 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13811
13812 2008-07-25 Jason Rumney <jasonr@gnu.org>
13813
13814 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13815 surrogates before looking up glyph index.
13816 (w32font_text_extents): Encode as surrogates if falling back to
13817 functions that need UTF-16 wide chars.
13818
13819 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13820 BMP as surrogates before looking up glyph index.
13821
13822 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13823
13824 * image.c (svg_load_image): Check for failure in return value of
13825 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13826
13827 2008-07-25 Jason Rumney <jasonr@gnu.org>
13828
13829 * w32font.c (Fx_select_font): Reverse sense of second arg.
13830
13831 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13834 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13835
13836 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13837 (PURESIZE): Use it.
13838
13839 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13840
13841 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13842 * m/alpha.h (TEXT_END):
13843 * m/ibmrs6000.h (TEXT_END):
13844 * m/macppc.h (TEXT_END):
13845 * s/darwin.h (TEXT_END):
13846 * s/msdos.h (TEXT_END): Remove, unused.
13847 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13848 * s/cygwin.h: Remove comment.
13849
13850 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13851 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13852 * m/intel386.h (DOT_GLOBAL_START):
13853 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13854 (USG): Remove, file not used on USG platforms.
13855
13856 * Makefile.in (HAVE_X11): Remove empty #else.
13857
13858 2008-07-24 Andreas Schwab <schwab@suse.de>
13859
13860 * fileio.c (Finsert_file_contents): Properly adjust undo list
13861 after format conversion.
13862
13863 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13864
13865 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13866 (menu_nav_ended): Remove.
13867 (create_menus): Remove signal connect for menu_nav_ended.
13868 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13869 create_menus.
13870 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13871
13872 2008-07-23 Jason Rumney <jasonr@gnu.org>
13873
13874 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13875 with opened font.
13876 (w32font_open): Set font type to gdi.
13877
13878 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13879
13880 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13881
13882 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13883 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13884 defines it.
13885 * unexec.c (ADDR_CORRECT): Define unconditionally.
13886
13887 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13888
13889 * unexec.c: Remove code depending on !COFF and USG, the file is
13890 not used for such systems.
13891
13892 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13893 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13894 (LD_SWITCH_SYSTEM_1): Remove, update users.
13895
13896 * s/darwin.h (DATA_END):
13897 * m/intel386.h (DATA_END):
13898 * m/ibmrs6000.h (DATA_END):
13899 * m/alpha.h (DATA_END): Remove, unused.
13900
13901 * config.in: Regenerate.
13902 * s/ms-w32.h (subprocesses): Define unconditionally.
13903 * s/template.h (subprocesses): Update comment.
13904 * s/vms.h (subprocesses):
13905 * s/usg5-4.h (subprocesses):
13906 * s/hpux10-20.h (subprocesses):
13907 * s/gnu-linux.h (subprocesses):
13908 * s/cygwin.h (subprocesses):
13909 * s/bsd-common.h (subprocesses):
13910 * s/aix4-2.h (subprocesses):
13911 * s/darwin.h (subprocesses): Do not define, defined by default now.
13912
13913 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13914 Remove all references.
13915 (temacs): Add GNUstep specific ld flags.
13916
13917 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13918 similarly to what X does.
13919
13920 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13921
13922 * nsfns.m (x-list-fonts): Remove.
13923 (syms_of_nsfns): Drop the x-list-fonts declaration.
13924 * nsterm.m: Get rid of remaining "//" comments.
13925
13926 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13929
13930 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13931 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13932 (Fns_own_selection_internal, Fx_disown_selection_internal)
13933 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13934
13935 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13936 ... */' style of docstrings. Doc fixes.
13937
13938 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13939
13940 * terminfo.c (UP, BC, PC): Undo previous change.
13941
13942 * nsfns.m: Rename ns prefixed functions/variables to the
13943 corresponding x versions. Update references.
13944
13945 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13948
13949 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13950
13951 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13952 Remove forwarding functions.
13953 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13954 non-static.
13955 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13956 non-static.
13957 (ns_frame_parm_handlers): Use the new names.
13958 (syms_of_nsfns): Move to the end of file.
13959
13960 * nsterm.m (syms_of_nsterm): Move to the end of file.
13961
13962 * dispnew.c (init_display): Remove code for X10.
13963
13964 2008-07-22 Jason Rumney <jasonr@gnu.org>
13965
13966 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13967 bare drive.
13968
13969 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13970
13971 * nsterm.m (syms_of_nsterm): Remove debugging println.
13972
13973 2008-07-22 David Reitter <david.reitter@gmail.com>
13974
13975 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13976 Carbon implementation of the same functionality: execute arbitrary
13977 AppleScript code.
13978
13979 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13980
13981 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13982 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13983 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13984 (Fx_display_mm_height, Fx_display_mm_width)
13985 (Fx_display_backing_store, Fx_display_visual_class)
13986 (Fx_display_save_under, Fx_open_connection)
13987 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13988 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13989 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13990 (Fx_display_pixel_width, Fx_display_pixel_height)
13991 (Fx_display_usable_bounds, Fx_display_planes)
13992 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13993 ... */' style of docstrings.
13994
13995 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13996
13997 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13998 on this platform.
13999 (mips):
14000 * m/iris4d.h (mips): Do not define.
14001 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14002
14003 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14004
14005 * image.c:
14006 * nsfns.m:
14007 * nsselect.m:
14008 * nsterm.h:
14009 * nsterm.m: Rename ns prefixed functions/variables to the
14010 corresponding x versions. Update references.
14011
14012 * m/ibms390x.h (NO_REMAP): Do not undefine.
14013
14014 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14015
14016 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
14017
14018 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14019 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14020 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14021 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14022 (Fns_display_mm_height, Fns_display_mm_width)
14023 (Fns_display_backing_store, Fns_display_visual_class)
14024 (Fns_display_save_under, Fns_open_connection)
14025 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14026 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14027 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14028 (Fns_display_pixel_width, Fns_display_pixel_height)
14029 (Fns_display_usable_bounds, Fx_display_planes)
14030 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14031
14032 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
14033
14034 * print.c (print_object): Check print_depth before searching for
14035 circularities.
14036
14037 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
14038
14039 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14040 only sprintf.
14041
14042 2008-07-21 Kenichi Handa <handa@m17n.org>
14043
14044 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14045
14046 2008-07-20 Andreas Schwab <schwab@suse.de>
14047
14048 * syntax.c (find_start_pos, find_start_value)
14049 (find_start_value_byte, find_start_begv, find_defun_start)
14050 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14051
14052 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14053
14054 * s/sol2-3.h: Insert contents of s/sol2.h.
14055 (LD_SWITCH_SYSTEM): Remove redundant definition.
14056 * s/sol2.h: Remove, unused.
14057
14058 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14059
14060 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14061
14062 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14063
14064 * Makefile.in (ns_appdir): Fix typo in find command.
14065
14066 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14067
14068 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14069
14070 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14071 added not supported anymore.
14072
14073 * s/usg5-4-2.h (LIBS_SYSTEM):
14074 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14075
14076 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14077 * s/lynxos.h (GETPGRP_NO_ARG):
14078 * s/hpux10-20.h (NO_SIOCTL_H):
14079 * s/gnu.h (GETPGRP_NO_ARG):
14080 * s/gnu-linux.h (NO_SIOCTL_H):
14081 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14082 * s/cygwin.h (GETPGRP_NO_ARG):
14083 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14084 (C_DEBUG_SWITCH): Remove duplicate definition.
14085
14086 * m/ibms390.h: Remove boilerplate comments.
14087
14088 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14089
14090 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14091 (wait_reading_process_output): Remove code for SunOS, platform not
14092 supported anymore. Use SOLARIS2 instead of sun.
14093
14094 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14095
14096 * font.c (font_open_by_name): Under NS, default lface height to zero.
14097 (font_open_for_lface): Under NS, set size based on frame fontsize.
14098 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14099 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14100
14101 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14102
14103 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14104 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14105 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14106 YES/NO.
14107 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14108 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14109 * Makefile.in (clean): Clear out build destination dir.
14110
14111 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14112
14113 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14114 xterm, xselect.
14115 * lisp.h: Remove declaration of hash_remove.
14116 * nsgui.h: Remove redefinitions of hash_remove.
14117 * fns.c (hash_remove): Rename to hash_remove_from_table.
14118
14119 2008-07-19 Seiji Zenitani <zenitani@mac.com>
14120
14121 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14122 strdup() the family UTF8String before modifying it.
14123
14124 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14125
14126 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14127 NS_FACE_BACKGROUND with 0 instead of nil.
14128 * nsfont.m (nsfont_draw): Same.
14129
14130 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
14131
14132 * nsfns.m (ns_set_background_color): Fix crash.
14133
14134 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
14135
14136 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14137
14138 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14139
14140 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14141
14142 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14143
14144 * gtkutil.c: Include <config.h> instead of "config.h".
14145
14146 * lisp.h (Foverlay_buffer): Add EXFUN.
14147
14148 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14149 child process to complete child_setup. Undo 2005-09-21 change.
14150
14151 * s/darwin.h: Mention setsid after vfork.
14152
14153 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14154
14155 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14156 Depend on macgui.h.
14157
14158 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14159 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14160
14161 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14162 and f19.
14163 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14164
14165 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14166 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14167 Remove enumerators.
14168
14169 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14170 Check if FACE_FROM_ID returns NULL.
14171
14172 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14173
14174 * w32inevt.c (change_frame_size): Remove extern declaration.
14175 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14176 change_frame_size.
14177
14178 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14179
14180 * getloadavg.c: Revert last change (2008-07-15).
14181
14182 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14183
14184 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14185 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14186 from configure.
14187
14188 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14189
14190 * s/sol2.h:
14191 * s/sol2-4.h: Reorganize conditionals.
14192
14193 * ecrt0.c: Remove code depending on m68000, not used anymore.
14194
14195 * fns.c (hash_remove): Make static.
14196 * lisp.h (hash_remove): Don't prototype.
14197
14198 * m/ibmrs6000.h:
14199 * m/ibms390x.h:
14200 * m/macppc.h: Remove boilerplate comments.
14201
14202 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14203 Solaris, which does not need them.
14204
14205 * m/vax.h: Remove comments about unsupported systems.
14206
14207 * s/darwin.h: Reorganize ifdefs.
14208
14209 2008-07-17 Andreas Schwab <schwab@suse.de>
14210
14211 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14212
14213 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 Use SDATA. Follow coding convention of placing operators at
14216 beginning of next line rather than end of previous line, and placing
14217 spaces around infix operators.
14218
14219 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14220 in case it was defined already.
14221 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14222 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14223 ns_default.
14224 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14225 Lisp_Objects.
14226 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14227 (ns_defined_color, ns_color_to_lisp): Declare.
14228 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14229 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14230 it's accepted even with USE_LISP_UNION_TYPE.
14231 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14232 (update_frame_tool_bar): Remove apparently obsolete tests for
14233 non-integerness of f->tool_bar_lines.
14234 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14235 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14236 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14237 (nsfont_open): Don't confuse NULL for Qnil.
14238 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14239 * menu.h (find_and_call_menu_selection):
14240 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14241 (find_and_return_menu_selection): Always return something.
14242 * frame.h: Include dispextern.h for Display_Info.
14243 (display_x_get_resource): Declare.
14244
14245 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14246
14247 * syntax.c: Remove stdio.h include accidentally introduced in
14248 Emacs.app commit.
14249 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14250 NS_IMPL_COCOA.
14251 * keyboard.c (handle_async_input, input_available_signal): Remove
14252 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14253
14254 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14255
14256 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14257 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14258 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14259 Use SDATA.
14260
14261 * keymap.c: Remove all NS-specific code.
14262 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14263 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14264 where_is_preferred_modifier, return a different value depending on how
14265 preferred is the binding.
14266 (where_is_internal): Adjust accordingly.
14267 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14268 Adjust to new preferred_sequence_p.
14269 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14270 * keyboard.c (parse_solitary_modifier): Not static any more.
14271 * keyboard.h (parse_solitary_modifier): Declare.
14272
14273 2008-07-16 Andreas Schwab <schwab@suse.de>
14274
14275 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14276 of easymenu.
14277
14278 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
14279
14280 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14281 that we don't move off the line.
14282
14283 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * keyboard.c (Qsuper): Remove.
14286 (parse_menu_item): Don't call where_is_internal specially for NS.
14287
14288 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14289
14290 * s/gnu-linux.h: Remove boilerplate comments.
14291
14292 * m/alpha.h (__ELF__): Consolidate conditions.
14293
14294 * m/m68k.h (linux): Use GNU_LINUX instead.
14295 Remove boilerplate comments.
14296
14297 * m/intel386.h: Undo refactoring from previous change.
14298 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14299 too, remove dead code.
14300 (linux): Use GNU_LINUX instead.
14301
14302 2008-07-16 Jason Rumney <jasonr@gnu.org>
14303
14304 * w32gui.h: Repeat 26 June changes lost by last change.
14305
14306 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14307
14308 * systty.h: Remove code for Aix on 386, unsupported platform.
14309
14310 * s/ms-w32.h: Remove boilerplate comments.
14311 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14312
14313 * s/gnu-linux.h (TERM): Remove support.
14314 (HAVE_SYSVIPC): Remove, unused.
14315 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14316 for this system.
14317
14318 * process.c: Remove support for IRIS, unused.
14319 Remove support for TERM, not relevant anymore.
14320
14321 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14322 used with the definition.
14323
14324 * s/aix4-2.h (static): Do not undef.
14325
14326 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14327 only used on Aix.
14328 (HAVE_SYSVIPC): Remove, unused.
14329
14330 * m/hp800.h (CANNOT_DUMP): Do not undef.
14331
14332 * m/alpha.h: Fix comment.
14333
14334 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14335 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14336 used by this configuration.
14337 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14338 * unexec.c: Remove code depending on HPUX and
14339 USG_SHARED_LIBRARIES, not used with this file. Remove code
14340 depending on IRIS, unused. Remove if 0-ed code.
14341
14342 * s/template.h: Remove comments about static.
14343
14344 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14345 Remove if 0-ed code.
14346 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14347 were the same as the default.
14348 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14349 Remove boilerplate comments.
14350 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14351 (HAVE_SYSVIPC): Remove, unused.
14352 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14353
14354 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14355 Remove boilerplate comments.
14356 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14357 Remove boilerplate comments.
14358 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14359 Remove boilerplate comments.
14360 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14361
14362 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14363 USG systems which do not use DATA_SEG_BITS.
14364 Refactor code. Remove boilerplate comments.
14365
14366 * m/ibms390.h:
14367 * m/m68k.h:
14368 * s/bsd-common.h:
14369 * s/cygwin.h:
14370 * s/darwin.h:
14371 * s/freebsd.h:
14372 * s/gnu.h:
14373 * s/msdos.h: Remove boilerplate comments.
14374
14375 * m/iris4d.h: Remove boilerplate comments and code for systems that
14376 do not use this file.
14377 (IRIS_4D): Remove, unused.
14378
14379 * m/mips.h: Remove boilerplate comments and code for systems that
14380 do not use this file.
14381 (SIGN_EXTEND_CHAR):
14382 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14383 * unexmips.c: Remove file, unused.
14384
14385 * editfns.c (Fuser_full_name): Replace the only use of
14386 USER_FULL_NAME with its value.
14387 * config.in: Regenerate.
14388
14389 2008-07-16 David Reitter <david.reitter@gmail.com>
14390
14391 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14392 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14393
14394 2008-07-16 Glenn Morris <rgm@gnu.org>
14395
14396 * emacs.c (system-type): Doc fix.
14397
14398 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14401 If the cache doesn't work, let's fix it, rather than work around it.
14402
14403 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14404
14405 * Makefile.in: Correct additions for nsfont.o in last commit.
14406 * nsfont.m: New file (forgot last commit).
14407
14408 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14409
14410 * callproc.c (set_initial_environment): Initialize
14411 Vprocess_environment under CANNOT_DUMP (fixes crash when
14412 batch-compiling for bootstrap).
14413
14414 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14415 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14416
14417 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14418 CANNOT_DUMP case -- fix crash due to different init order.
14419
14420 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14421
14422 Changes and additions for NeXTstep windowing system (Cocoa and
14423 GNUstep) support.
14424
14425 * Makefile.in:
14426 * config.in: Support defines and build commands for NS port.
14427 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14428 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14429 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14430 windowing.
14431 (struct face): Add synth_ital field.
14432 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14433 (init_display): Initialize Vinitial_window_system to "ns" when so
14434 compiled.
14435 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14436 (display_arg): Use under NS.
14437 (main): Under NS, allocate autorelease pool and handle command line
14438 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14439 (standard_args): Add NS-specific args.
14440 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14441 * font.c (DEFAULT_ENCODING): New variable.
14442 (font_find_for_lface): Use it.
14443 (syms_of_font): Load syms_of_nsfont under NS.
14444 * font.h: Declare nsfont_driver when compiled under NS.
14445 * fontset.c: When compiling under NS, include nsterm.h.
14446 (fontset_from_font): Autoconstruct fontset under NS.
14447 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14448 symbol, document and use it.
14449 (do_switch_frame): When for_deletion under Cocoa, add
14450 Fraise_frame(Qnil).
14451 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14452 (x_get_arg): Allow "yes" and "no" as boolean values.
14453 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14454 Qright under Cocoa.
14455 (focus-follows-mouse): Default to 0 under NS.
14456 * frame.h (enum output_method): Add output_ns.
14457 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14458 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14459 (FRAME_WINDOW_P): NS-specific definition.
14460 * fringe.c (max_used_fringe_bitmap): Make public.
14461 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14462 (getloadavg): Use NeXT code under descendant OS's.
14463 * image.c (includes and header section, x_create_bitmap_from_data)
14464 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14465 (image_background_transparent, x_clear_image_1)
14466 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14467 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14468 (x_to_xcolors, x_from_xcolors, x_disable_image)
14469 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14470 other GUIs, including XPM support using code originally written for
14471 Carbon GUI.
14472 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14473 using NS API.
14474 (image_ascent): Use font metrics macros instead of direct struct field
14475 access.
14476 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14477 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14478 Also, handle NS as GTK for menu bar purposes.
14479 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14480 toolkit where they differ.
14481 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14482 use cachelist, still needed under NS.
14483 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14484 (struct widget_value): Define it here for menu.c.
14485 * keymap.c (includes): Include modifier internals.
14486 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14487 NS.
14488 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14489 support for preferring sequences using certain modifiers, specified by
14490 the FIRSTONLY argument.
14491 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14492 under NS GNUstep implementation.
14493 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14494 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14495 * menu.c: Include nsterm.h under NS.
14496 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14497 (free_menubar_widget_tree_value, update_submenu_strings)
14498 (find_and_call_menu_selection): Treat NS as X and NT.
14499 (find_and_return_menu_selection): New function, used for popup menus.
14500 * nsgui.h:
14501 * nsterm.h:
14502 * nsfns.m:
14503 * nsimage.m:
14504 * nsmenu.m:
14505 * nsselect.m:
14506 * nsterm.m: New files.
14507 * process.c (wait_reading_process_output): Under NS, call ns_select()
14508 instead of plain select().
14509 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14510 beginning of buffer.
14511 * sysselect.h (init_process): Rename when compiling under Cocoa to
14512 avoid name conflict.
14513 * termhooks.h (display_info): Add ns_display_info to union.
14514 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14515 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14516 COCOA environment.
14517 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14518 unexec() signature. (Note, this will dump, but the resulting file
14519 crashes; unexosx is used instead; keeping around for reference and
14520 possible aid in getting dump working under GNUstep.)
14521 * w32gui.h (button_type, widget_value): Remove definitions (now in
14522 keyboard.h).
14523 * window.c: Include nsterm.h when compiling under NS.
14524 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14525 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14526 other GUI windowing systems.
14527 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14528 GTK.
14529 (x_consider_frame_title): Under NS, set icon type and frame
14530 modified-state indicator; use ns_set_name_as_filename() when using
14531 formatted title.
14532 (update_window_cursor): Make public when compiling under NS.
14533 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14534 (hourglass_atimer, Vhourglass_delay
14535 * xfaces.c (header section, init_frame_faces, clear_font_table)
14536 (defined_color, unload_color, x_face_list_fonts)
14537 (prepare_face_for_display): Add NS support parallel to other GUIs.
14538 Emulate GCs like other non-X GUIs.
14539 (split_font_name): Don't lowercase font name under NS.
14540 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14541 under NS.
14542 * s/darwin.h: Add support for compilation under NS.
14543
14544 2008-07-15 Jason Rumney <jasonr@gnu.org>
14545
14546 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14547 (w32_show_hourglass): Rename from show_hourglass.
14548 (w32_hide_hourglass): Rename from hide_hourglass.
14549 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14550 (Vhourglass_delay): Declare extern.
14551 (hourglass_started): Remove.
14552
14553 * xdisp.c (Vhourglass_delay): Remove static.
14554 (hourglass_started, start_hourglass, cancel_hourglass):
14555 Don't include these versions on WINDOWSNT.
14556
14557 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14558
14559 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14560 variables (formerly in xfns.c).
14561 (show_hourglass, hide_hourglass): New prototypes (same).
14562 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14563 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14564 in xfns.c).
14565 (syms_of_xdisp): Declare/initialize display-hourglass,
14566 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14567 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14568 formerly in xfns.c.
14569 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14570 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14571 (start_hourglass, cancel_hourglass): Remove.
14572 (show_hourglass, hide_hourglass): Remove prototypes and static
14573 modifiers.
14574 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14575 hourglass_atimer, hourglass_shown_p declaration/initialization.
14576 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14577 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14578 (start_hourglass, cancel_hourglass): Remove.
14579 (show_hourglass, hide_hourglass): Remove prototypes and static
14580 modifiers.
14581 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14582 hourglass_atimer, hourglass_shown_p declaration/initialization.
14583 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14584 (DEFAULT_HOURGLASS_DELAY): Remove.
14585 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14586 hourglass_shown_p declaration/initialization.
14587
14588 2008-07-14 Jason Rumney <jasonr@gnu.org>
14589
14590 * w32fns.c (w32_get_arg): Remove wrapper function.
14591 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14592 directly.
14593 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14594
14595 2008-07-14 Kenichi Handa <handa@m17n.org>
14596
14597 * xfont.c (xfont_open): Add workaround for X's bug.
14598
14599 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14600
14601 * fontset.c: Include <stdio.h> unconditionally.
14602
14603 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14604
14605 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14606 for filtering.
14607
14608 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14609
14610 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14611
14612 * m/macppc.h:
14613 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14614
14615 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14616 (SPECIAL_EMACS_INT):
14617 * m/ia64.h (SPECIAL_EMACS_INT):
14618 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14619 * s/gnu.h (NLIST_STRUCT):
14620 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14621 * s/gnu-linux.h (LINUX):
14622 * s/msdos.h (HAVE_FACES):
14623 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14624
14625 * systty.h:
14626 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14627 anymore.
14628
14629 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14630
14631 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14632 always defined as int.
14633
14634 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14635 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14636 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14637 * s/freebsd.h (HAVE_WAIT_HEADER):
14638 * s/bsd-common.h (HAVE_UNION_WAIT):
14639 * s/aix4-2.h (HAVE_WAIT_HEADER):
14640 * m/mips.h (HAVE_UNION_WAIT):
14641 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14642 (COFF, static): Do not define, they are undefined later in the file.
14643
14644 * process.c (update_status): Don't use a union.
14645 (status_convert):
14646 (sigchld_handler): Use int instead of WAITTYPE.
14647
14648 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * indent.c (Fvertical_motion): Restore hscroll before moving to
14651 goal column.
14652
14653 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14654
14655 * lisp.h: Remove left over code.
14656
14657 2008-07-11 Andreas Schwab <schwab@suse.de>
14658
14659 * lisp.h: Fix logic in last change.
14660
14661 * menu.h: New file.
14662 * menu.c: Include it.
14663 * xmenu.c: Likewise.
14664 * Makefile.in: Update dependencies.
14665
14666 2008-07-11 Kenichi Handa <handa@m17n.org>
14667
14668 * fontset.c (fontset_from_font): Cancel the previous change.
14669
14670 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14671
14672 * lisp.h:
14673 * w32heap.c:
14674 * emacs.c:
14675 * alloc.c: Replace all references of NO_UNION_TYPE with
14676 USE_LISP_UNION_TYPE.
14677
14678 * m/xtensa.h (NO_UNION_TYPE):
14679 * m/vax.h (NO_UNION_TYPE):
14680 * m/template.h (NO_UNION_TYPE):
14681 * m/sparc.h (NO_UNION_TYPE):
14682 * m/mips.h (NO_UNION_TYPE):
14683 * m/macppc.h (NO_UNION_TYPE):
14684 * m/m68k.h (NO_UNION_TYPE):
14685 * m/iris4d.h (NO_UNION_TYPE):
14686 * m/intel386.h (NO_UNION_TYPE):
14687 * m/ibms390x.h (NO_UNION_TYPE):
14688 * m/ibms390.h (NO_UNION_TYPE):
14689 * m/ibmrs6000.h (NO_UNION_TYPE):
14690 * m/ia64.h (NO_UNION_TYPE):
14691 * m/hp800.h (NO_UNION_TYPE):
14692 * m/arm.h (NO_UNION_TYPE):
14693 * m/amdx86-64.h (NO_UNION_TYPE):
14694 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14695 defining it the same.
14696
14697 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14698
14699 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14700
14701 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14702
14703 * fileio.c:
14704 * sysdep.c:
14705 * systty.h:
14706 * m/ibmrs6000.h:
14707 * m/iris4d.h:
14708 * s/aix4-2.h:
14709 * s/freebsd.h:
14710 * s/gnu-linux.h:
14711 * s/hpux10-20.h:
14712 * s/hpux11.h:
14713 * s/netbsd.h:
14714 * s/sol2-3.h:
14715 * s/sol2-4.h:
14716 * s/sol2.h:
14717 * s/usg5-4.h:
14718 * s/vms.h: Remove references to unused variables.
14719
14720 2008-07-10 Andreas Schwab <schwab@suse.de>
14721
14722 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14723 pattern before matching the generic family.
14724
14725 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14726
14727 * unexec.c:
14728 * s/vms.h:
14729 * s/usg5-4-2.h:
14730 * s/sol2-5.h:
14731 * s/freebsd.h:
14732 * s/darwin.h: Remove dead code.
14733
14734 * m/template.h:
14735 * m/sparc.h:
14736 * m/mips.h:
14737 * m/m68k.h:
14738 * m/iris4d.h:
14739 * m/intel386.h:
14740 * m/ibms390x.h:
14741 * m/ibms390.h:
14742 * m/ia64.h:
14743 * m/hp800.h:
14744 * m/arm.h:
14745 * m/amdx86-64.h: Remove dead code and references to unused
14746 and compiler defined symbols.
14747
14748 * unexmips.c:
14749 * unexelf.c: Remove references to desupported systems.
14750
14751 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14752
14753 * m/powermac.h: Remove boilerplate comments.
14754 (NO_REMAP): Remove unused definition.
14755
14756 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14757 define them.
14758
14759 2008-07-10 Kenichi Handa <handa@m17n.org>
14760
14761 * xfont.c (xfont_open): Log the reason of failure.
14762
14763 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * fontset.c (fontset_get_font_group):
14766 * font.c (font_check_otf): Specify argument types.
14767
14768 2008-07-09 Kenichi Handa <handa@m17n.org>
14769
14770 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14771 non-ASCII char is found.
14772
14773 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14774 (reorder_font_vector): Change the arg preferred_family to font.
14775 Prefer the spec matching with font.
14776 (fontset_get_font_group): New function.
14777 (fontset_find_font): Change the format of an element of a realized
14778 fontset. Use fontset_get_font_group.
14779 (fontset_font): Try the current fontset, the default fontset, the
14780 fallbacks of the current fontset, and the fallbacks of the default
14781 fontset in this order.
14782 (face_for_char): Delete the shortcut to use the current font.
14783 (fontset_from_font): Don't set fonts for Latin in the fontset.
14784
14785 * font.h (font_make_object, font_match_p): Adjust prototypes.
14786
14787 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14788
14789 * font.c (font_make_object): New arg entity and pixelsize.
14790 (font_check_otf_features, font_check_otf): New functions.
14791 (font_match_p): Check :lang, :script, and :otf properties.
14792
14793 * xfont.c (xfont_open): Adjust it for the change of
14794 font_make_object.
14795 (xfont_text_extents): Fix initial setting of metrics.
14796
14797 * ftfont.c (struct ftfont_info): New member index, delete member
14798 fc_charset_idx. Make the member order compatible with struct
14799 xftfont_info.
14800 (fc_charset_table): Change charset names to registry names.
14801 (ftfont_pattern_entity): Delete the args registry and
14802 fc_charset_idx. Change the value of :font-entity property
14803 to (FONTNAME . INDEX). Always set :registry property to
14804 `iso10646-1'.
14805 (struct ftfont_cache_data): New struct.
14806 (ftfont_lookup_cache): New arg for_face.
14807 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14808 (ftfont_driver): Set the member otf_capability.
14809 (ftfont_get_charset): Adjust it for the change of
14810 fc_charset_table.
14811 (OTF_TAG_SYM): New macro.
14812 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14813 for the change of fc_charset_table.
14814 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14815 ftfont_pattern_entity. Add FC_INDEX to objset.
14816 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14817 and ftfont_pattern_entity.
14818 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14819 font_make_object, struct ftfont_info.
14820 (ftfont_has_char): Use ftfont_get_fc_charset.
14821 (ftfont_otf_features, ftfont_otf_capability): New functions.
14822 (ftfont_shape): Use ftfont_get_otf.
14823 (ftfont_text_extents): Fix initial setting of metrics.
14824
14825 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14826 member order compatible with struct ftfont_info.
14827 (xftfont_open): Add FC_CHARSET to the pattern. Set
14828 xftfont_info->ft_size. Don't unlock the face. Check BDF
14829 properties if appropriate.
14830 (xftfont_close): Unlock the face.
14831 (xftfont_anchor_point, xftfont_shape): Deleted.
14832 (syms_of_xftfont): Don't set members anchor_point and shape of
14833 xftfont_driver.
14834
14835 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14836 font_make_object.
14837
14838 * w32font.c (w32font_open): Adjust it for the change of
14839 font_make_object.
14840 (w32font_open_internal): Don't set properties of font_object here.
14841
14842 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14843
14844 * macfns.c (x_create_tip_frame):
14845 * w32fns.c (x_create_tip_frame):
14846 * xfns.c (x_create_tip_frame): Pass parameter argument to
14847 face-set-after-frame-default.
14848
14849 * xfaces.c (Finternal_merge_in_global_face): Save merged
14850 attributes for the default face back into the face vector.
14851
14852 2008-07-08 Andreas Schwab <schwab@suse.de>
14853
14854 * fontset.h: Declare fontset_from_font. Don't declare
14855 new_fontset_from_font and fontset_from_font_name.
14856 * xterm.c: Include "fontset.h".
14857 * Makefile.in (xterm.o): Update dependencies.
14858
14859 2008-07-08 Glenn Morris <rgm@gnu.org>
14860
14861 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14862 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14863
14864 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14865
14866 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14867 (x_set_frame_parameters): Don't bind it.
14868
14869 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * w32fns.c (map_w32_filename): Declare extern.
14872
14873 2008-07-07 Jason Rumney <jasonr@gnu.org>
14874
14875 * w32term.c (WS_EX_LAYERED): Define if not already.
14876
14877 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14878
14879 * xfaces.c (set_font_frame_param): Don't try to set the font
14880 parameter if it is still unspecified in the lface.
14881
14882 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14883
14884 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14885 face if it didn't already exist.
14886
14887 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14888
14889 2008-07-05 Andreas Schwab <schwab@suse.de>
14890
14891 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14892
14893 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14894
14895 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14896 word-wrapping.
14897 (IT_DISPLAYING_WHITESPACE): New macro.
14898 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14899 when word-wrapping. Simplify word-wrapping logic. Use correct
14900 pixel positions when saving copies of the iterator.
14901 (display_line): Use proper wrap point if the last character on a
14902 line was preceded by whitespace.
14903
14904 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14907
14908 2008-07-04 Kenichi Handa <handa@m17n.org>
14909
14910 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14911
14912 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14913
14914 2008-07-02 Jason Rumney <jasonr@gnu.org>
14915
14916 * xfns.c (syms_of_xfns): Only define x-select-font when both
14917 HAVE_FREETYPE and USE_GTK.
14918
14919 * xdisp.c (next_element_from_display_vector): Move assignment out
14920 of if statement.
14921
14922 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14923
14924 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14925
14926 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14927 (syms_of_fileio): Initialize and export them.
14928 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14929
14930 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14931 (Fsystem_move_file_to_trash): New function.
14932 (syms_of_w32fns): Export it to lisp.
14933
14934 2008-07-01 Jason Rumney <jasonr@gnu.org>
14935
14936 * w32font.c (w32font_text_extents): Don't count overhang as part
14937 of width.
14938
14939 2008-06-30 Miles Bader <miles@gnu.org>
14940
14941 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14942 Add `avoid_cursor_p' field.
14943
14944 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14945 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14946 (append_glyph, append_composite_glyph, produce_image_glyph)
14947 (append_stretch_glyph): Initialize avoid_cursor_p.
14948 (get_it_property): Rename from `get_line_height_property'.
14949 (x_produce_glyphs): Use get_it_property.
14950 (handle_line_prefix, push_display_prop): New functions.
14951 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14952 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14953 New variables.
14954 (syms_of_xdisp): Initialize them.
14955
14956 2008-06-30 Kenichi Handa <handa@m17n.org>
14957
14958 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14959 XftDefaultSubstitute (they are called in XftFontMatch).
14960 (xftfont_open): Fix args to ftfont_font_format.
14961
14962 * ftfont.c (fc_charset_table): New member lang.
14963 (ftfont_resolve_generic_family): New arg pattern.
14964 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14965 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14966 (ftfont_open): Fix args to ftfont_font_format.
14967 (ftfont_font_format): New arg filename.
14968
14969 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * xfaces.c (Finternal_merge_in_global_face): If default face was
14972 modified, realize it again. Update the font face attribute.
14973
14974 2008-06-29 Jason Rumney <jasonr@gnu.org>
14975
14976 * w32term.c (x_set_frame_alpha): Fix logic.
14977
14978 2008-06-29 Kenichi Handa <handa@m17n.org>
14979
14980 * fontset.c (Finternal_char_font): Return font-object instead of
14981 font-name.
14982
14983 * composite.c (get_composition_id): Fix the width calculation for TAB.
14984
14985 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14986
14987 * indent.c (Fvertical_motion): Properly handle float column arg.
14988
14989 2008-06-28 Jason Rumney <jasonr@gnu.org>
14990
14991 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14992 (pfnSetLayeredWindowAttributes): New function pointer.
14993 (w32_initialize): Initialize it when supported.
14994 (x_set_frame_alpha): New function.
14995
14996 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14997 (w32_frame_parm_handlers): Set alpha handler.
14998
14999 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15000
15001 2008-06-27 Jason Rumney <jasonr@gnu.org>
15002
15003 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15004 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15005 (w32_to_x_charset, x_to_w32_charset)
15006 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15007 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15008 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15009 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15010 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15011 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15012 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15013 (Qw32_charset_unicode): Remove.
15014 (syms_of_w32fns): Update for above changes.
15015
15016 * w32font.c (w32_to_x_charset, x_to_w32_charset)
15017 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15018 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15019 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15020 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15021 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15022 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15023 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15024 (syms_of_w32font): Update for above changes.
15025
15026 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
15027
15028 * s/usg5-4.h: Fix previous change: keep the correct branch of a
15029 removed #if.
15030 (USG_SHARED_LIBRARIES): Remove duplicate definition.
15031
15032 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15033 Eli Zaretskii <eliz@gnu.org>
15034
15035 * makefile.w32-in (LOCAL_FLAGS):
15036 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15037
15038 * sysdep.c (_spawnlp, _getpid):
15039 Declare with explicit _cdecl instead of _CRTAPI1.
15040
15041 * editfns.c (Fget_internal_run_time):
15042 Check for WINDOWSNT with #ifdef, not #if.
15043
15044 2008-06-26 Jason Rumney <jasonr@gnu.org>
15045
15046 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15047
15048 * w32term.c (x_draw_glyph_string_foreground)
15049 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15050 Use FONT_HANDLE macro.
15051 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15052
15053 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15054 (uniscribe_encode_char): Use FONT_HANDLE macro.
15055
15056 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15057 (w32font_text_extents): Use precast w32_font.
15058 (w32font_close): Free cached metrics.
15059 (w32font_open_internal): Allocate space for name on stack.
15060
15061 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
15062
15063 * xdisp.c (extend_face_to_end_of_line): Fix last change.
15064
15065 2008-06-26 Jason Rumney <jasonr@gnu.org>
15066
15067 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15068 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15069
15070 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15071
15072 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15073
15074 2008-06-26 Jason Rumney <jasonr@gnu.org>
15075
15076 * w32bdf.c, w32bdf.h: Remove obsolete files.
15077
15078 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15079
15080 * w32gui.h: Don't include w32bdf.h.
15081 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15082 Remove obsolete font support.
15083
15084 * w32font.h (struct w32font_info): Remove compat_w32_font.
15085 Add hfont member.
15086 (FONT_COMPAT): Remove obsolete macro.
15087
15088 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15089 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15090 (w32font_open_internal): Remove compat code. Set new hfont member.
15091 (Fx_select_font): Use new hfont member.
15092
15093 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15094 (uniscribe_encode_char): Use new hfont member.
15095
15096 * w32term.c (x_draw_glyph_string_foreground)
15097 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15098 (x_draw_glyph_string): Use metrics in w32font_info.
15099
15100 2008-06-26 Kenichi Handa <handa@m17n.org>
15101
15102 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15103
15104 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15105
15106 * unexnext.c:
15107 * m/ews4800.h:
15108 * m/hp9000s300.h:
15109 * m/ibm370aix.h:
15110 * m/mips-siemens.h:
15111 * m/ncr386.h:
15112 * m/next.h:
15113 * m/pmax.h:
15114 * m/powerpcle.h:
15115 * m/tandem-s2.h:
15116 * s/386bsd.h:
15117 * s/bsd386.h:
15118 * s/bsd4-1.h:
15119 * s/bsd4-2.h:
15120 * s/bsdos2-1.h:
15121 * s/bsdos2.h:
15122 * s/bsdos3.h:
15123 * s/bsdos4.h:
15124 * s/nextstep.h:
15125 * s/ultrix4-3.h:
15126 * s/usg5-0.h:
15127 * s/usg5-2-2.h:
15128 * s/usg5-2.h:
15129 * s/usg5-4-3.h:
15130 * s/ux4800.h:
15131 * s/uxpds.h:
15132 * s/uxpv.h: Remove support for obsolete systems.
15133 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15134 Remove, insert contents in s/hpux10-20.h.
15135 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15136 Remove, insert contents in s/aix4-2.h.
15137 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15138 * s/bsd4-3.h: Rename to ...
15139 * s/bsd-common.h: ... this.
15140 * data.c:
15141 * doc.c:
15142 * ecrt0.c:
15143 * emacs.c:
15144 * fileio.c:
15145 * floatfns.c:
15146 * keyboard.c:
15147 * mem-limits.h:
15148 * print.c:
15149 * process.c:
15150 * sysdep.c:
15151 * syssignal.h:
15152 * systty.h:
15153 * syswait.h:
15154 * term.c:
15155 * unexec.c:
15156 * unexelf.c:
15157 * unexhp9k800.c:
15158 * m/hp800.h:
15159 * m/ibmrs6000.h:
15160 * m/mips.h:
15161 * m/vax.h:
15162 * s/darwin.h:
15163 * s/freebsd.h:
15164 * s/gnu.h:
15165 * s/ms-w32.h:
15166 * s/msdos.h:
15167 * s/netbsd.h:
15168 * s/template.h: Remove references to obsolete variables.
15169
15170 * Makefile.in: Add dependencies for all unexec files.
15171 (admindir): Remove unused variable.
15172 (UNEXEC_SRC): Remove references.
15173
15174 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * xfns.c (x_default_font_parameter): If Xft is available, first
15177 try Monospace-12 for the default font.
15178
15179 2008-06-25 Jason Rumney <jasonr@gnu.org>
15180
15181 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15182
15183 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15186
15187 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15188
15189 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
15190
15191 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15192 <scroll-conservatively>: Fix typo in docstring.
15193
15194 * xselect.c (Fx_send_client_event): Doc fix.
15195
15196 2008-06-25 Kenichi Handa <handa@m17n.org>
15197
15198 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15199
15200 * font.c (font_parse_fcname): Remove unused variables.
15201 (font_sort_entites): Delete the arg SPEC. Caller changed.
15202 Fix for the case of ! best_only.
15203 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15204
15205 * lisp.h (Fstring_to_unibyte): EXFUN it.
15206
15207 * character.h (str_to_unibyte): Extern it.
15208
15209 * character.c (str_to_unibyte): New function.
15210
15211 * fns.c (Fstring_to_unibyte): New function.
15212 (syms_of_fns): Defsubr it.
15213
15214 2008-06-24 Kenichi Handa <handa@m17n.org>
15215
15216 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15217 DPI too.
15218 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15219
15220 2008-06-24 Andreas Schwab <schwab@suse.de>
15221
15222 * Makefile.in (${lispsource}loaddefs.el): Rename from
15223 ../lisp/loaddefs.el.
15224 (bootstrap-clean): Do what distclean does but don't remove
15225 Makefile.
15226 (distclean): Depend on bootstrap-clean and remove Makefile.
15227
15228 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
15229
15230 * buffer.h (struct buffer): New member word_wrap.
15231
15232 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15233 word-wrap.
15234 (init_buffer_once): Initialize them.
15235
15236 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15237 line_wrap enum possessing three possible values.
15238
15239 * termopts.h: Replace truncate_partial_width_windows with
15240 Vtruncate_partial_width_windows.
15241
15242 * dispnew.c (direct_output_for_insert): Avoid direct output when
15243 inserting a space with word wrap on.
15244
15245 * indent.c (compute_motion): Obey integer values of
15246 truncate-partial-width-windows.
15247
15248 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15249 replacing truncate_partial_width_windows.
15250 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15251 truncate only if the window width is below that integer.
15252 (start_display, resize_mini_window, produce_stretch_glyph)
15253 (display_string, move_it_in_display_line_to): Use line_wrap.
15254 (back_to_previous_visible_line_start, reseat_1): Reset
15255 string_from_display_prop_p.
15256 (display_line): Extend default face to end of line when wrapping.
15257
15258 2008-06-24 Kim F. Storm <storm@cua.dk>
15259
15260 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15261 to wrap continued lines at word boundaries.
15262
15263 2008-06-24 Jason Rumney <jasonr@gnu.org>
15264
15265 * font.c (Ffont_face_attributes): Multiply pixel size before point
15266 conversion to avoid multiplying rounding error.
15267
15268 2008-06-23 Jason Rumney <jasonr@gnu.org>
15269
15270 * w32term.c (x_draw_glyph_string_background)
15271 (x_draw_glyph_string): Remove old bdf font code.
15272
15273 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15274
15275 2008-06-22 Kenichi Handa <handa@m17n.org>
15276
15277 * font.c (font_find_for_lface): Try the adstyle specified in
15278 the property of LFACE_FONT of LFACE (if any).
15279
15280 2008-06-21 Seiji Zenitani <zenitani@mac.com>
15281 Ryo Yoshitake <ryo@shiftmode.net>
15282
15283 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15284
15285 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15288 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15289 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15290 (witness-emacs): Remove.
15291 (lisp, shortlisp): Move loaddefs.el earlier.
15292 (mostlyclean): Forget about witness-emacs.
15293
15294 2008-06-22 Glenn Morris <rgm@gnu.org>
15295
15296 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15297 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15298
15299 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15300
15301 * Makefile.in (PRECOMP): Remove.
15302 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15303 (witness-emacs): Run `compile-first'.
15304 (.el.elc): Use the new compile-onefile target.
15305
15306 2008-06-21 Kenichi Handa <handa@m17n.org>
15307
15308 * xftfont.c (xftfont_open): Handle QCembolden only when
15309 FC_EMBOLDEN is defined.
15310
15311 2008-06-21 Andreas Schwab <schwab@suse.de>
15312
15313 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15314 (.el.elc): Likewise.
15315
15316 2008-06-21 Miles Bader <miles@gnu.org>
15317
15318 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15319 build dir, not the lisp source dir.
15320
15321 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15324 (bootstrapclean): Remove.
15325 (.el.elc): New rule.
15326 (PRECOMP): New var.
15327 (../lisp/subdirs.el): Remove.
15328 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15329 (witness-emacs): New target.
15330 (mostlyclean): Remove witness-emacs as well.
15331 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15332 Add witness-emacs dependency.
15333
15334 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15335
15336 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15337 defined by the font.
15338
15339 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15342 (bootstrap-clean): New target that keeps TAGS around.
15343 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15344 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15345
15346 2008-06-20 Jason Rumney <jasonr@gnu.org>
15347
15348 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15349 Remove obsolete font code.
15350
15351 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15352 to determine language support.
15353
15354 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * sysdep.c (cfsetspeed): New fun extracted from the code.
15357 (cfmakeraw): Move before first use.
15358
15359 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15360
15361 * sysdep.c (cfmakeraw): Provide fallback implementation.
15362 (serial_configure): Provide fallback implementation of cfsetspeed.
15363
15364 2008-06-20 Kenichi Handa <handa@m17n.org>
15365
15366 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15367 the pattern.
15368
15369 * fontset.c (fontset_from_font): Copy font_spec before changing
15370 the elements.
15371
15372 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15373
15374 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15377 for explicit `font' parameters.
15378
15379 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15380
15381 2008-06-19 Kenichi Handa <handa@m17n.org>
15382
15383 * frame.c: Include <ctype.h>.
15384 (x_set_font_backend): Allow spacing characters in the X resource
15385 for FontBackend.
15386
15387 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 * w32fns.c, xfns.c (Qfont_param): New var.
15390 (syms_of_w32fns): Initialize it.
15391 (x_default_font_parameter): Record explicit `font' into
15392 `font-parameter'.
15393
15394 2008-06-18 Kenichi Handa <handa@m17n.org>
15395
15396 * font.c (font_parse_xlfd): Fix previous change.
15397 (font_parse_fcname): Don't use :fc-unknown-spec.
15398 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15399 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15400 (font_add_log): Prepend the driver name to the resulting fonts.
15401
15402 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15403 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15404 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15405
15406 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15407 (QCembolden): New variables.
15408 (syms_of_xftfont): DEFSYM them.
15409 (xftfont_open): Call XftFontMatch. Don't trust the result of
15410 XftTextExtents8 if the pixel_size is less than 5.
15411
15412 2008-06-18 Andreas Schwab <schwab@suse.de>
15413
15414 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15415 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15416
15417 2008-06-18 Jason Rumney <jasonr@gnu.org>
15418
15419 * w32font.c (w32font_list, w32font_match): Add logging.
15420
15421 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15422
15423 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15424
15425 * font.c (font_parse_fcname): Store divider characters for
15426 unknown-spec list. For known key symbols, intern using correct
15427 symbol name.
15428
15429 2008-06-17 Kenichi Handa <handa@m17n.org>
15430
15431 * xfaces.c (realize_default_face): If the frame is not on window
15432 system, set the fontset of face to nil.
15433
15434 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15435
15436 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15437
15438 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15439
15440 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15441 (build_font_name_from_vector): Delete externs.
15442
15443 * xfaces.c (struct font_name): Don't declare.
15444
15445 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15448
15449 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15450
15451 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15452
15453 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15454
15455 * font.c (Ffont_spec): Fix usage in docstring.
15456 (Ffont_face_attributes): Doc fix.
15457
15458 2008-06-16 Andreas Schwab <schwab@suse.de>
15459
15460 * font.c (Ffont_face_attributes): Fix definition.
15461
15462 2008-06-16 Jason Rumney <jasonr@gnu.org>
15463
15464 * font.h (font_style_symbolic_from_value): Remove.
15465
15466 * font.c (font_style_symbolic_from_value): Remove.
15467 (font_style_symbolic): Revert to pre 2008-06-13 version.
15468
15469 * w32font.c (w32_to_fc_weight): New function.
15470 (w32font_full_name, logfont_to_fcname): Use it.
15471
15472 2008-06-16 Kenichi Handa <handa@m17n.org>
15473
15474 * font.c (font_check_object): Delete it.
15475 (font_clear_cache): Check if a font-object is alive.
15476 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15477 font-object to nil.
15478 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15479 (font_at): Don't call font_check_object.
15480 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15481
15482 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15483
15484 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15485
15486 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15487
15488 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15489
15490 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15491
15492 * font.c (font_parse_fcname): Only one decimal point.
15493 (font_unparse_fcname): Handle data in family and foundry indices
15494 as symbols, not strings.
15495 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15496
15497 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15498
15499 * font.h (font_unparse_gtkname): Add prototype.
15500
15501 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15502
15503 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15504
15505 2008-06-15 Andreas Schwab <schwab@suse.de>
15506
15507 * font.c (font_update_drivers): Fix crash when no drivers match.
15508
15509 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15512 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15513
15514 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15517
15518 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * process.c (Fserial_process_configure, Fprocess_send_eof):
15521 Use EQ to compare Lisp_Objects.
15522
15523 2008-06-13 Jason Rumney <jasonr@gnu.org>
15524
15525 * w32fns.c (Fw32_select_font): Remove old font API function.
15526
15527 * w32font.c (logfont_to_fcname): New function.
15528 (Fx_select_font): New font dialog function compatible with
15529 GTK/fontconfig version.
15530
15531 * font.c (font_style_symbolic_from_value): New function.
15532 (font_style_symbolic): Use it.
15533
15534 * font.h (font_style_symbolic_from_value): Declare new function.
15535
15536 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15537
15538 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15539 <font-width-table>: Fix typos in docstrings.
15540
15541 2008-06-13 Daniel Engeler <engeler@gmail.com>
15542
15543 These changes add serial port access.
15544 * process.c: Add HAVE_SERIAL.
15545 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15546 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15547 (list_processes_1, select_wrapper, Fstop_process)
15548 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15549 (status_notify): Modify to handle serial processes.
15550 [HAVE_SERIAL] (Fserial_process_configure)
15551 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15552 New functions.
15553 * process.h (struct Lisp_Process): Add `type'.
15554 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15555 New functions.
15556 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15557 serial ports.
15558 (serial_open, serial_configure): New functions.
15559 * w32.h: Add FILE_SERIAL.
15560 (struct _child_process): Add ovl_read, ovl_write.
15561
15562 2008-06-13 Kenichi Handa <handa@m17n.org>
15563
15564 * dispextern.h (enum lface_attribute_index): New member
15565 LFACE_FOUNDRY_INDEX.
15566
15567 * font.c (font_score): Delete arg alternate_families. Check only
15568 weight, slant, width, and size. Ignore the difference of alias
15569 style symbols.
15570 (font_sort_entites): Adjust for the above change. Reflect the
15571 order of font-driver to scores.
15572 (font_list_entities): Don't check alternate_familes here.
15573 (font_clear_prop): Handle foundry.
15574 (font_update_lface): Don't parse "foundry-family" form here.
15575 Handle FONT_FOUNDRY_INDEX.
15576 (font_find_for_lface): Likewise. Handle alternate families here.
15577 If registry is nil, try iso8859-1 and ascii-0.
15578 (font_open_for_lface): Pay attention to size in ENTITY.
15579 (font_open_by_name): Simplify by calling font_load_for_lface.
15580 (free_font_driver_list): Delete it.
15581 (font_update_drivers): Preserve the order of backends.
15582 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15583 of font_score and font_sort_entites.
15584 (font_update_sort_order): Likewise.
15585
15586 * xfaces.c (LFACE_FOUNDRY): New macro.
15587 (check_lface_attrs): Check foundry.
15588 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15589 (merge_face_vectors): Check foundry.
15590 (merge_face_ref): Likewise.
15591 (Finternal_set_lisp_face_attribute): Likewise.
15592 (x_update_menu_appearance): Likewise.
15593 (Finternal_get_lisp_face_attribute): Likewise.
15594 (lface_hash): Likewise.
15595 (lface_same_font_attributes_p): Likewise.
15596 (x_supports_face_attributes_p): Likewise.
15597 (tty_supports_face_attributes_p): Likewise.
15598 (Finternal_set_alternative_font_family_alist): Intern strings.
15599 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15600 (realize_default_face): Set LFACE_FOUNDRY (lface).
15601
15602 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15603 font-driver at first.
15604
15605 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15606
15607 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15608
15609 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15610
15611 2008-06-12 Jim Meyering <meyering@redhat.com>
15612
15613 Make unexec_free handle NULL the same way free does.
15614 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15615
15616 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15617
15618 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15619 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15620 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15621 (WEAK_ALIAS): Simplify.
15622 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15623 when searching a unibyte buffer.
15624
15625 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15626
15627 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15628
15629 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15630
15631 * w32font.c: Include ctype.h.
15632
15633 2008-06-11 Jason Rumney <jasonr@gnu.org>
15634
15635 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15636 misreported as space.
15637 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15638 as aliases for registry iso10646-1.
15639
15640 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15641
15642 * buffer.c (clone_per_buffer_values): Skip `name'.
15643
15644 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15645
15646 * font.c (font_parse_fcname): Fix last change; accept decimal
15647 points in font size.
15648
15649 2008-06-10 Jason Rumney <jasonr@gnu.org>
15650
15651 * w32uniscribe.c (add_opentype_font_name_to_list):
15652 Skip non unicode fonts.
15653
15654 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15655
15656 * xfns.c (Fx_font_dialog): New function.
15657
15658 * gtkutil.c (xg_dialog_response_cb): Rename from
15659 xg_file_response_callback.
15660 (pop_down_dialog): Rename from pop_down_file_dialog.
15661 (xg_get_file_name): Callers changed.
15662 (xg_get_font_name): New function.
15663
15664 * gtkutil.h (xg_get_font_name): Insert prototype.
15665
15666 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15669 x_underline_minimum_display_offset.
15670 (syms_of_xdisp): Declare it here rather than in xterm.c.
15671 * dispextern.h (underline_minimum_offset): Declare it.
15672 * w32term.c (x_draw_glyph_string): Use it.
15673 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15674 (syms_of_xterm): Don't declare it any more.
15675 (x_draw_glyph_string): Adjust to the new name.
15676
15677 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15678
15679 * xterm.c (x_underline_minimum_display_offset): New var.
15680 (x_draw_glyph_string): Use it.
15681 (syms_of_xterm): Declare it.
15682
15683 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15684
15685 * font.c (font_parse_fcname): Accept GTK-style font names too.
15686
15687 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * dired.c (file_name_completion): Don't return t if the match is exact
15690 but with different capitalization.
15691 * minibuf.c (Ftry_completion): Simplify.
15692
15693 * window.c (Vwindow_point_insertion_type): New var.
15694 (set_window_buffer): Use it.
15695 (syms_of_window): Init and export it to Lisp.
15696
15697 2008-06-10 Kenichi Handa <handa@m17n.org>
15698
15699 * font.h (font_intern_prop): Prototype adjusted.
15700
15701 * font.c (font_intern_prop): New arg force_symbol.
15702 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15703 Adjust for the change of font_intern_prop.
15704
15705 * ftfont.c (ftfont_pattern_entity):
15706 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15707 (w32_registry):
15708 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15709 the change of font_intern_prop.
15710
15711 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15712
15713 * w32menu.c (digest_single_submenu): Declare extern.
15714
15715 2008-06-09 Jason Rumney <jasonr@gnu.org>
15716
15717 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15718
15719 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15720 (parse_single_submenu): Remove.
15721 (digest_single_submenu): Remove.
15722 (syms_of_w32menu): Don't initialise variables that have moved
15723 to menu.c.
15724 (set_frame_menubar): Sync with version in xmenu.c.
15725 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15726
15727 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15728 Make static again.
15729
15730 2008-06-09 Jason Rumney <jasonr@gnu.org>
15731
15732 Changes to w32 files related to the move of common menu code
15733 to menu.c on 2008-06-08 by Chong Yidong.
15734
15735 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15736 defs to w32gui.h.
15737 (single_keymap_panes, push_menu_item, push_menu_pane):
15738 Make globally visible.
15739
15740 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15741 (local_free, malloc_widget_value, free_widget_value)
15742 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15743 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15744 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15745 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15746 (menu_items, menu_items_allocated, menu_items_used)
15747 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15748 (init_menu_items, finish_menu_items, discard_menu_items)
15749 (grow_menu_items, push_submenu_start, push_submenu_end)
15750 (push_left_right_boundary, push_menu_pane, push_menu_item)
15751 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15752 (free_menubar_widget_tree_value, parse_single_submenu)
15753 (update_submenu_strings): Remove functions.
15754 (xmalloc_widget_value): Remove and declare extern.
15755
15756 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15757 (OBJ1): Build it.
15758
15759 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15760 (local_heap, local_alloc, local_free, malloc_widget_value)
15761 (free_widget_value): Define here.
15762
15763 2008-06-09 Kenichi Handa <handa@m17n.org>
15764
15765 * font.h (Qascii_0): Extern it.
15766
15767 * font.c (Qascii_0): New variable.
15768 (syms_of_font): DEFSYM it.
15769 (font_open_by_name): If the registry "iso8859-1" fails, try also
15770 "ascii-0".
15771
15772 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15773
15774 2008-06-08 Kenichi Handa <handa@m17n.org>
15775
15776 * .gdbinit (xfont): New command.
15777
15778 2008-06-08 Andreas Schwab <schwab@suse.de>
15779
15780 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15781 * Makefile.in (menu.o): Update dependencies.
15782
15783 * Makefile.in (obj): Always add menu.o.
15784 * emacs.c (main): Always call syms_of_menu.
15785 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15786
15787 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * Makefile.in: Compile menu.c.
15790
15791 * lisp.h: Declare syms_of_menu.
15792
15793 * emacs.c (main): Call syms_of_menu.
15794
15795 * keyboard.h: Relocate platform-independent menu definitions from
15796 xmenu.c.
15797
15798 * menu.c: New file. Relocate platform-independent menu
15799 definitions from xmenu.c. Suggested by Adrian Robert.
15800
15801 * xmenu.c: Remove platform-independent menu definitions.
15802 (menu_items, menu_items_inuse, menu_items_allocated)
15803 (menu_items_used, menu_items_n_panes)
15804 (menu_items_submenu_depth): Move to keyboard.h.
15805 (init_menu_items, finish_menu_items, unuse_menu_items)
15806 (discard_menu_items, restore_menu_items, save_menu_items)
15807 (grow_menu_items, push_submenu_start, push_submenu_end)
15808 (push_left_right_boundary, push_menu_pane, push_menu_item)
15809 (keymap_panes, single_keymap_panes, single_menu_item)
15810 (list_of_panes, list_of_items, find_and_call_menu_selection)
15811 (xmalloc_widget_value, free_menubar_widget_value_tree)
15812 (parse_single_submenu, digest_single_submenu)
15813 (update_submenu_strings): Move to menu.c.
15814
15815 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15818
15819 2008-06-06 Miles Bader <miles@gnu.org>
15820
15821 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15822 face, not frame default.
15823
15824 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15825
15826 * window.c (pop_up_windows, pop_up_frames)
15827 (display_buffer_reuse_frames, Vpop_up_frame_function)
15828 (Vdisplay_buffer_function, Veven_window_heights)
15829 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15830 (Vspecial_display_function, Vsame_window_buffer_names)
15831 (Vsame_window_regexps, split_height_threshold)
15832 (Vsplit_window_preferred_function): Move those vars to window.el.
15833 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15834 (Fdisplay_buffer): Move those functions to window.el.
15835 (syms_of_window): Remove corresponding declarations.
15836 (display_buffer): New function.
15837 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15838 * dispnew.c (Flast_nonminibuf_frame): New function.
15839 * buffer.c (Fpop_to_buffer): Move to window.el.
15840
15841 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15842
15843 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15844
15845 2008-06-05 Kenichi Handa <handa@m17n.org>
15846
15847 * coding.c (detect_coding): Fix previous change.
15848 (detect_coding_system): Likewise.
15849
15850 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15853
15854 * keymap.c (Vminibuffer_local_filename_must_match_map):
15855 Rename from Vminibuffer_local_must_match_filename_map.
15856 (syms_of_keymap):
15857 * minibuf.c (Fcompleting_read): Adjust accordingly.
15858 * commands.h: Rename declaration as well.
15859
15860 2008-06-05 Kenichi Handa <handa@m17n.org>
15861
15862 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15863 family name.
15864 (Ffont_put): Likewise.
15865
15866 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15867 current font-spec.
15868
15869 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15870 is unspecified.
15871
15872 * xfaces.c (realize_x_face): If the font-related face attributes
15873 are the same as those of default face, realize a new fontset from
15874 default->fontset.
15875 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15876
15877 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15878
15879 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15880 (move_it_in_display_line): New wrapper.
15881
15882 * window.c (window_scroll_pixel_based_preserve_x)
15883 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15884 (window_scroll_pixel_based, window_scroll_line_based):
15885 Use them to preserve column positions.
15886 (syms_of_window): Initialize them.
15887
15888 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15889 (HPOS . VPOS) pair.
15890
15891 * dispextern.h (move_it_in_display_line): Declare.
15892
15893 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15896 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15897 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15898
15899 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15900
15901 * window.c (Fset_window_parameter): Doc fix.
15902 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15903
15904 2008-06-04 Joakim Verona <joakim@verona.se>
15905
15906 * window.h (struct window): Add new member window_parameters.
15907
15908 * window.c (Fwindow_parameters, Fwindow_parameter)
15909 (Fset_window_parameter): New defuns.
15910 (syms_of_window): Defsubr the new defuns.
15911 (make_window): Initialize window_parameters to nil.
15912
15913 2008-06-04 John Paul Wallington <jpw@pobox.com>
15914
15915 * eval.c (Fdefmacro): Doc fix.
15916
15917 2008-06-04 Kenichi Handa <handa@m17n.org>
15918
15919 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15920 Be sure to call setup_coding_system when we find a proper coding system.
15921 (detect_coding_system): Fix handling of coding->head_ascii.
15922
15923 2008-06-03 Andreas Schwab <schwab@suse.de>
15924
15925 * font.c (font_prop_validate_spacing): Fix last change.
15926
15927 2008-06-03 Kenichi Handa <handa@m17n.org>
15928
15929 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15930 (font_parse_fcname): Fix handling of unknown key.
15931
15932 * xfont.c (xfont_list): Try an alias.
15933
15934 * charset.c (char_charset): Return NULL if the arg charset_list is
15935 specified and C doesn't belong to any of them.
15936
15937 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15938
15939 * font.c (font_pixel_size): Don't take cdr of an integer.
15940
15941 2008-06-02 Jim Meyering <meyering@redhat.com>
15942
15943 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15944 * alloc.c (xfree): Return right away for a NULL arg.
15945 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15946 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15947 * mac.c (create_apple_event_from_event_ref): Likewise.
15948 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15949 Likewise.
15950 * doprnt.c (doprnt1): Likewise.
15951 * frame.c (frame): Likewise.
15952 * keyboard.c (wipe_kboard): Likewise.
15953 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15954 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15955 * term.c (tty_default_color_capabilities, maybe_fatal)
15956 (delete_tty): Likewise.
15957 * w16select.c (string): Likewise.
15958 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15959 * w32bdf.c (w32_free_bdf_font): Likewise.
15960 * w32fns.c (w32_unload_font): Likewise.
15961 * w32font.c (w32font_close): Likewise.
15962 * window.c (size_window): Likewise.
15963 * xselect.c (receive_incremental_selection): Likewise.
15964 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15965 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15966 * w32.c (stat): Likewise.
15967
15968 Remove useless if-before-free tests.
15969 * editfns.c (Fset_time_zone_rule): Likewise.
15970 * lread.c (nosuffix): Likewise.
15971 * ralloc.c (get_bloc): Likewise.
15972 * regex.c (reg_free): Likewise.
15973 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15974 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15975 * xsmfns.c (smc_save_yourself_CB): Likewise.
15976
15977 2008-06-02 Kenichi Handa <handa@m17n.org>
15978
15979 * font.c (font_find_for_lface): Handle float font size.
15980 (font_open_for_lface): Likewise.
15981
15982 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15983 comparing the properties.
15984
15985 2008-06-01 Jason Rumney <jasonr@gnu.org>
15986
15987 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15988 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15989 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15990 Don't add empty script list.
15991 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15992
15993 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15994
15995 * Makefile.in (dot, dotdot): Remove, update users.
15996 ".." has been used elsewhere in the file for a long time.
15997 (LIBXT_STATIC): Remove conditional based on unused variable.
15998
15999 2008-06-01 Miles Bader <miles@gnu.org>
16000
16001 * xfaces.c (Vface_remapping_alist): New variable.
16002 (syms_of_xfaces): Initialize it.
16003 (enum named_merge_point_kind): New type.
16004 (struct named_merge_point): Add `named_merge_point_kind' field.
16005 (push_named_merge_point): Make cycle detection respect different
16006 named-merge-point kinds.
16007 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16008 Remove face-name alias resolution.
16009 (lface_from_face_name): New definition using
16010 `lface_from_face_name_no_resolve'.
16011 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16012 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16013 (get_lface_attributes): New definition that layers face-remapping on
16014 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
16015 (lookup_basic_face): New function.
16016 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16017 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16018 `get_lface_attributes'.
16019 (face_at_buffer_position): Use `lookup_basic_face' to lookup
16020 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
16021 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16022
16023 * xdisp.c (init_iterator): Pass base_face_id through
16024 `lookup_basic_face' when we actually use it as a face-id.
16025 (handle_single_display_prop): Use `lookup_basic_face' to lookup
16026 DEFAULT_FACE_ID.
16027
16028 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16029 lookup the initial face-id.
16030
16031 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16032
16033 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
16034
16035 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16036 (Fremove_text_properties): Fix typos in docstrings.
16037
16038 2008-05-31 Kenichi Handa <handa@m17n.org>
16039
16040 * font.c (font_list_entities): Fix the car part of data to be
16041 stored in the cache.
16042
16043 * ftfont.c (ftfont_font_format): Don't use strcasestr.
16044
16045 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16048 Add a `test' argument so another predicate than `equal' can be used.
16049 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16050 (map_char_table): Remove unused vars `c' and `i'.
16051 * lisp.h (Foptimize_char_table): Adjust declaration.
16052 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16053
16054 2008-05-30 Kenichi Handa <handa@m17n.org>
16055
16056 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16057 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16058 defined.
16059
16060 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16063 (Fmake_variable_frame_local): Disallow mixing buffer-local and
16064 frame-local settings for the same variable.
16065
16066 2008-05-30 Kenichi Handa <handa@m17n.org>
16067
16068 * fontset.c (Ffont_info): Move to font.c.
16069 (syms_of_fontset): Delete defsubr of Sfont_info.
16070
16071 * font.c (font_style_to_value, font_score): Delete casting of the
16072 args to xstcasecmp.
16073 (register_font_driver): Increment num_font_drivers only when
16074 registering the driver globally.
16075 (Ffont_info): Move from fontset.c. Handle a font object too.
16076 (syms_of_font): Defsubr Sfont_info.
16077
16078 2008-05-29 Kenichi Handa <handa@m17n.org>
16079
16080 * coding.h (enum define_coding_utf8_arg_index): New enum.
16081 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16082 coding_attr_utf_bom.
16083 (enum utf_bom_type): Rename from utf_16_bom_type.
16084 (struct utf_16_spec): Adjust for the above change.
16085 (struct coding_system): Add utf_8_bom in `spec' union.
16086
16087 * coding.c (CODING_UTF_8_BOM): New macro.
16088 (enum coding_category): Delete coding_category_utf_8, add
16089 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16090 coding_category_utf_8_sig.
16091 (CATEGORY_MASK_UTF_8): Delete it.
16092 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16093 (CATEGORY_MASK_UTF_8_SIG): New macros.
16094 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16095 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16096 CATEGORY_MASK_UTF_8_SIG.
16097 (CATEGORY_MASK_UTF_8): New macro.
16098 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16099 (detect_coding_utf_8): Check BOM.
16100 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16101 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16102 (encode_coding_utf_16): Likewise.
16103 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16104 (detect_coding, detect_coding_system): Handle utf-8-auto.
16105 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16106 (syms_of_coding): Fix setting up of Vcoding_category_table.
16107
16108 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * process.c (Faccept_process_output): If `millisec' is non-nil,
16111 `seconds' default to 0.
16112 (wait_reading_process_output): Also return non-nil if we read output
16113 from a non-running process.
16114
16115 2008-05-29 Jason Rumney <jasonr@gnu.org>
16116
16117 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16118 `raster' specified.
16119 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16120 in the uniscribe backend, but disallow any font that has no
16121 unicode subrange support.
16122
16123 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
16124
16125 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16126 Fix typos in docstrings.
16127
16128 2008-05-29 Kenichi Handa <handa@m17n.org>
16129
16130 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16131 (Fx_family_fonts): Set frame correctly.
16132
16133 2008-05-28 Jason Rumney <jasonr@gnu.org>
16134
16135 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16136
16137 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16138
16139 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16140 calling build_annotations.
16141
16142 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
16143
16144 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16145 (Fencode_coding_string):
16146 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16147 <latin-extra-code-table>: Fix typos in docstrings.
16148 (syms_of_coding) <coding-system-alist>: Doc fix.
16149 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16150
16151 2008-05-28 Kenichi Handa <handa@m17n.org>
16152
16153 * fontset.c (Ffont_info): Don't call font_close_object.
16154
16155 * font.c (font_parse_family_registry): Use Ffont_put to validate
16156 foundry and family.
16157 (font_delete_unmatched): Don't check spacing.
16158 (font_list_entities): Add spacing to the spec to list fonts.
16159
16160 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16161 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16162
16163 * coding.c (encode_coding_raw_text): Fix previous change.
16164 (encode_coding_object): When the dst_object is a buffer and is
16165 different from src_object, move gap to PT.
16166
16167 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16168
16169 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16170
16171 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16174 all branches. Compute it differently.
16175
16176 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16177
16178 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
16179
16180 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16181 into "else if () ... else ...".
16182
16183 2008-05-27 Jason Rumney <jasonr@gnu.org>
16184
16185 * w32font.c (w32font_open_internal): Determine if glyph indices
16186 are likely to work here.
16187
16188 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16189
16190 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16191 draw overlap glyphs with appropriate highlighting.
16192
16193 2008-05-27 Kenichi Handa <handa@m17n.org>
16194
16195 * xfont.c (xfont_open): Fix calculation of font->average_width.
16196
16197 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * casefiddle.c (casify_object): Try to guess better whether the
16200 argument is a byte or a char.
16201
16202 2008-05-26 Andreas Schwab <schwab@suse.de>
16203
16204 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16205 Always send multiples of format size.
16206
16207 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16208
16209 2008-05-26 Jason Rumney <jasonr@gnu.org>
16210
16211 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16212 (compute_metrics): Don't set failure if we just cleared the cache.
16213 (w32_weight_table): Remove unused variable.
16214 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16215 backwards compatibility.
16216
16217 2008-05-25 Kenichi Handa <handa@m17n.org>
16218
16219 * w32term.c (x_draw_glyph_string):
16220 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16221
16222 * xfaces.c: Delete unused function prototypes.
16223 (xstrlwr, font_frame): Delete them.
16224 (clear_face_cache): Delete unused variable.
16225
16226 * xftfont.c (xftfont_open): Delete unused variable.
16227 If underline_thickness is not 1, adjust underline_position.
16228
16229 * ftxfont.c (ftxfont_open): Delete unused variable.
16230
16231 * fontset.c (face_for_char): Optimize for the case of no charset
16232 property.
16233
16234 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16235 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16236 (otf_open, font_otf_capability, generate_otf_features)
16237 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16238 Comment out by surrounding "#if 0" and "#endif" for the moment.
16239 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16240 (syms_of_font): Codes for accessing above commented out.
16241
16242 2008-05-24 Eli Zaretskii <eliz@gnu.org>
16243
16244 * w32proc.c: Include dispextern.h.
16245
16246 * w32.c: Include dispextern.h.
16247
16248 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
16249
16250 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16251 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16252 Fix typos in docstrings.
16253
16254 2008-05-23 Jason Rumney <jasonr@gnu.org>
16255
16256 * xsmfns.c: Remove includes that are already included by config.h.
16257
16258 2008-05-23 Kenichi Handa <handa@m17n.org>
16259
16260 * charset.c (Qemacs, charset_emacs): New variables.
16261 (char_charset): Fix for non-Unicode characters.
16262 (syms_of_charset): Define charset_emacs.
16263
16264 * w32term.c (x_draw_glyph_string): Be sure to update
16265 s->underline_thickness and s->underline_position. Be sure to draw
16266 underline within the current line area.
16267
16268 * xterm.c (x_draw_glyph_string): Be sure to update
16269 s->underline_thickness and s->underline_position. Be sure to draw
16270 underline within the current line area.
16271
16272 * fontset.c: Delete unused variables and add casting for char *
16273 throughout the file.
16274 (fontset_font): Try the fallback fonts of the current fontset
16275 before consulting the default fontset.
16276
16277 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16278
16279 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16280
16281 2008-05-22 Jason Rumney <jasonr@gnu.org>
16282
16283 * font.c: Don't include strings.h.
16284
16285 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16286
16287 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16288 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16289 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16290 to call xstrcasecmp.
16291
16292 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16293
16294 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16295
16296 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16297
16298 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16299
16300 2008-05-22 Kenichi Handa <handa@m17n.org>
16301
16302 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16303
16304 * font.c (font_prop_validate_style): Adjust for the format
16305 change of font_style_table.
16306
16307 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16308 two args.
16309
16310 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16311 two args.
16312
16313 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * minibuf.c (keys_of_minibuf): Delete.
16316 * lisp.h (keys_of_minibuf): Delete.
16317 * emacs.c (main): Don't call keys_of_minibuf.
16318
16319 2008-05-22 Kenichi Handa <handa@m17n.org>
16320
16321 * ftfont.c (ftfont_resolve_generic_family): Rename from
16322 ftfont_list_generic_family. Return a single family for each
16323 generic family.
16324 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16325 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16326 Call font_add_log.
16327 (ftfont_match): Call font_add_log.
16328
16329 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16330 (FONT_DEBUG): Define it.
16331 (font_add_log): Extern it.
16332 (font_assert): Rename from xassert.
16333
16334 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16335 (xfont_list_family): Call font_add_log.
16336 (xfont_match): Likewise.
16337 (memq_no_quit): Delete.
16338
16339 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16340 call of Ffont_xlfd_name.
16341
16342 * xfaces.c (struct table_entry, slant_table, weight_table)
16343 (swidth_table): Move to font.c.
16344
16345 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16346 xassert are changed to font_assert. Delete many unused variables.
16347 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16348 New variables.
16349 (struct table_entry): Move from xfaces.c and modified.
16350 (weight_table, slant_table, width_table): Move from xfaces.c and
16351 contents adjusted for the change of struct table_entry.
16352 (font_style_to_value, font_style_symbolic): Adjust for the
16353 format change of font_style_table.
16354 (font_parse_family_registry): Don't overwrite existing foundry and
16355 family of font_spec.
16356 (font_score): Fix calculation of diff for sizes.
16357 (font_sort_entites): Call font_add_log.
16358 (font_delete_unmatched): Return a newly created list.
16359 (font_list_entities): Fix previous change. Call font_add_log.
16360 (font_matching_entity, font_open_entity, font_close_entity):
16361 Call font_add_log.
16362 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16363 (Finternal_set_font_style_table): Delete.
16364 (BUILD_STYLE_TABLE): New macro.
16365 (build_style_table): New function.
16366 (Vfont_log, font_log_env_checked): New variables.
16367 (font_add_log): New function.
16368 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16369 Declare Lisp variables "font-weight-table", "font-slant-table",
16370 "font-width-table", and "font-log". Initialize font_style_table.
16371
16372 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16373
16374 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16375
16376 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16377 Ryo Yoshitake <ryo@shiftmode.net>
16378
16379 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16380 (Vframe_alpha_lower_limit): New variable.
16381 (x_set_alpha): New function.
16382
16383 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16384
16385 * xfns.c (x-create-frame, Qalpha):
16386 Initialize the frame parameter `alpha'.
16387 * xterm.c (OPAQUE, OPACITY): New.
16388 (x_set_frame_alpha): New function.
16389 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16390
16391 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16392 * w32fns.c (w32_frame_parm_handlers): Likewise.
16393
16394 2008-05-20 Jason Rumney <jasonr@gnu.org>
16395
16396 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16397 truetype fonts to opentype list.
16398
16399 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16400
16401 * fontset.c (Ffontset_info): Doc fix.
16402 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16403 <ignore-relative-composition>: Fix typos in docstrings.
16404
16405 * font.c (syms-of-font) <font-encoding-alist>:
16406 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16407 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16408 (Ffont_otf_alternates): Doc fixes.
16409
16410 2008-05-20 Kenichi Handa <handa@m17n.org>
16411
16412 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16413 font.h through out the file.
16414 (FONT_DRIVERS): Rename from FONTOBJ.
16415 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16416 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16417
16418 * emacs.c (main): Call syms_of_font unconditionally.
16419
16420 * font.h (find_font_encoding): Extern it.
16421
16422 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16423 fontset.c.
16424 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16425 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16426 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16427 only when HAVE_WINDOW_SYSTEM is defined.
16428 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16429 when HAVE_WINDOW_SYSTEM is defined.
16430
16431 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16432 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16433
16434 * xfaces.c: Include font.h unconditionally.
16435 (merge_face_ref, merge_face_vectors)
16436 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16437
16438 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16441 indirect_variable.
16442 * eval.c (lisp_indirect_variable): New fun.
16443 (Fuser_variable_p): Use it.
16444
16445 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16446
16447 * lisp.h (indirect_variable):
16448 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16449 Use Lisp_Symbol pointers rather than Lisp_Object.
16450 Adjust callers.
16451 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16452 To this end, change calling-convention.
16453
16454 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16455 if some non-hidden buffers are selected by string&pred.
16456
16457 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16458
16459 * process.c (wait_reading_process_output): Always check status
16460 when in batch mode.
16461
16462 2008-05-19 Kenichi Handa <handa@m17n.org>
16463
16464 * font.c (font_list_entities): Fix handling of cache.
16465 (font_matching_entity): Likewise.
16466
16467 * ftfont.c (cs_iso8859_1): Delete.
16468 (ft_face_cache): New variable.
16469 (struct ftfont_info): New member fc_charset_idx.
16470 (ftfont_build_basic_charsets): Delete.
16471 (fc_charset_table): New variable.
16472 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16473 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16474 Callers changed.
16475 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16476 (ftfont_spec_pattern): New argument fc_charset_idx.
16477 Check registry more rigidly. Change callers.
16478 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16479 change of :font-entity property of the font.
16480
16481 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16482 property of the font.
16483
16484 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16485
16486 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16487 (Funencodable_char_position, Fcheck_coding_systems_region)
16488 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16489 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16490 (Ffind_operation_coding_system, Fset_coding_system_priority)
16491 (Fcoding_system_eol_type): Doc fixes.
16492
16493 2008-05-17 Glenn Morris <rgm@gnu.org>
16494
16495 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16496
16497 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16498
16499 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16500 and st_gid.
16501
16502 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16503 HAVE_WINDOW_SYSTEM is not defined.
16504
16505 * xfaces.c (merge_face_ref, merge_face_vectors)
16506 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16507 HAVE_WINDOW_SYSTEM is defined.
16508 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16509
16510 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16511
16512 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16513
16514 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16515
16516 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16517
16518 2008-05-15 Kenichi Handa <handa@m17n.org>
16519
16520 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16521 preference.
16522
16523 2008-05-15 Glenn Morris <rgm@gnu.org>
16524
16525 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16526
16527 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16528
16529 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16530 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16531
16532 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16533
16534 2008-05-15 Kenichi Handa <handa@m17n.org>
16535
16536 * ftfont.c (ftfont_list): Downcase family name to check generic
16537 families.
16538
16539 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16540 font-spec for QCfont value.
16541
16542 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16543 buffer. Check the return value of it.
16544
16545 2008-05-14 Jason Rumney <jasonr@gnu.org>
16546
16547 * w32term.c (w32_get_glyph_overhangs): Remove.
16548 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16549
16550 2008-05-14 Kenichi Handa <handa@m17n.org>
16551
16552 * font.c (font_prop_validate): Make nil a valid value.
16553 (font_clear_cache): Check if the cached vector of entities is nil
16554 or not.
16555
16556 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16557
16558 * emacs.c (main_thread): Conditionalize on
16559 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16560 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16561
16562 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16563 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16564 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16565
16566 2008-05-14 Kenichi Handa <handa@m17n.org>
16567
16568 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16569 has no corresponding coding system.
16570
16571 2008-05-14 Jason Rumney <jasonr@gnu.org>
16572
16573 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16574
16575 * w32font.h (w32font_open_internal): Update declaration.
16576
16577 * w32font.c (w32font_open_internal): Change last argument from
16578 w32font_info struct to font object. Fill in font object from
16579 font_entity. Get Outline metrics if possible. Use them to
16580 calculate underline position and thickness. Use xlfd name as name
16581 property. Don't set codepage.
16582 (w32font_open): Pass font_object to w32font_open_internal. Don't
16583 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16584 (w32font_draw): Use s->font.
16585 (clear_cached_metrics): Don't clear non-existent blocks.
16586
16587 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16588 font was not found.
16589 (x_draw_glyph_string): Use underline position and thickness from font.
16590
16591 * w32uniscribe.c (uniscribe_open): Pass font_object to
16592 w32font_open_internal.
16593
16594 2008-05-14 Kenichi Handa <handa@m17n.org>
16595
16596 These changes are to delete all legacy font-handling codes, and
16597 make Emacs use only font-backends.
16598
16599 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16600 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16601
16602 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16603
16604 * charset.h (Vcharset_non_preferred_head)
16605 (Vcurrent_iso639_language): Extern them.
16606
16607 * charset.c (Vcharset_non_preferred_head): New variable.
16608 (Vcurrent_iso639_language): New variable.
16609 (syms_of_charset): Declare it as a Lisp variable.
16610 (char_charset): Don't check non preferred charsets. As a last
16611 resort, return charset_unicode.
16612 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16613
16614 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16615 conditionals. Don't check enable_font_backend. Delete all codes
16616 used only when USE_FONT_BACKEND is not defined.
16617
16618 * dispextern.h (struct glyph_string): Change type of `font' to
16619 `struct font *'.
16620 (struct glyph_string): New member underline_position and
16621 underline_thickness.
16622 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16623 (struct face): Change type of `font' to `struct font *'. Remove
16624 members `font_name', `font_info_id'.
16625 (per_char_metric, encode_char): Delete externs.
16626 (calc_pixel_width_or_height): Adjust the prototype.
16627
16628 * emacs.c (enable_font_backend): Delete extern.
16629 (main): Don't set enable_font_backend. Don't check the command
16630 line argument "-disable-font-backend".
16631
16632 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16633 (enum font_property_index): New members FONT_DPI_INDEX,
16634 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16635 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16636 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16637 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16638 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16639 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16640 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16641 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16642 (struct font_spec, struct font_entity): New structs.
16643 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16644 (struct font): Many members from old "struct font_info" moved to
16645 here. Members font and entity deleted.
16646 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16647 the new font-related objects.
16648 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16649 (CHECK_FONT_GET_OBJECT): Likewise.
16650 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16651 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16652 (struct font_driver): New members case_sensitive anc check. Type
16653 of the member list and open changed.
16654 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16655 (font_symbolic_width, font_find_object, font_get_spec)
16656 (font_set_lface_from_name): Delete extern.
16657 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16658
16659 * font.c: Include <strings.h>.
16660 (enable_font_backend): Delete it.
16661 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16662 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16663 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16664 (null_string): Delete it.
16665 (null_vector): Make it static.
16666 (font_family_alist): Delete it.
16667 (Qnormal): Extern it.
16668 (QCextra, QClanguage): Delete it.
16669 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16670 (font_make_spec, font_make_entity, font_make_object)
16671 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16672 the string. Callers changed.
16673 (font_pixel_size): Adjusted for the format change of font-related
16674 objects.
16675 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16676 (font_style_to_value, font_style_symbolic): New function.
16677 (build_font_family_alist): Delete it.
16678 (font_registry_charsets): Use Fassoc_string instead of
16679 assq_no_quit.
16680 (font_prop_validate_symbol): Don't return null_string.
16681 (font_prop_validate_style): Adjusted for the change of
16682 style-related values in a font vector.
16683 (font_property_table): Delete entries for QClanguage and
16684 QCantialias, add entries for QCavgwidth.
16685 (get_font_prop_index): Delete the 2nd argument FROM.
16686 (font_prop_validate): Arguments changed.
16687 (font_put_extra): Adjusted for the change of font-related objects.
16688 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16689 (font_parse_fcname, font_unparse_fcname)
16690 (font_prepare_composition): Likewise.
16691 (font_parse_family_registry): Renamed from font_merge_old_spec.
16692 (otf_open): Delete the 1st arg entity.
16693 (font_otf_capability): Adjusted for the above change.
16694 (font_score): New arg alternate_families. Adjusted for the change
16695 of font-related objects.
16696 (font_sort_entites): New arg best_only.
16697 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16698 Delete them.
16699 (font_match_p): Check alternate families.
16700 (font_find_object): Delete it.
16701 (font_check_object): New function.
16702 (font_clear_cache): Adjusted for the change of font-related objects.
16703 (font_delete_unmatched): New arg.
16704 (font_list_entities): Call font_driver->list with a spec that
16705 doesn't specify style-related properties.
16706 (font_matching_entity): Arguments changed. Caller changed.
16707 (font_open_entity): Adjusted for the change of font-related objects.
16708 (font_close_object, font_has_char, font_encode_char)
16709 (font_get_name, font_get_spec): Likewise.
16710 (font_spec_from_name, font_clear_prop, font_update_lface):
16711 New functions.
16712 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16713 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16714 (font_at): Adjusted for the change of font-related objects.
16715 (font_range): New function.
16716 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16717 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16718 (Fcopy_font_spec, Fmerge_font_spec): New function.
16719 (Ffont_family_list): Renamed from list-families.
16720 (Finternal_set_font_style_table): Arguments changed.
16721 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16722 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16723 change of font-related objects.
16724 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16725
16726 * fontset.h (struct font_info): Delete it. Most members go to
16727 struct font.
16728 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16729 (enum FONT_SPEC_INDEX): Delete it.
16730 (font_info, list_fonts_func, load_font_func, query_font_func)
16731 (set_frame_fontset_func, find_ccl_program_func)
16732 (get_font_repertory_func, new_fontset_from_font_name): Delete
16733 externs.
16734 (fontset_from_font_name): Extern it.
16735 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16736 (FONT_INFO_FROM_FACE): Deleted.
16737 (face_for_font): Adjust prototype.
16738
16739 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16740 conditionals. Don't check enable_font_backend. Delete all codes
16741 used only when USE_FONT_BACKEND is not defined.
16742 (get_font_info_func, list_font_func, load_font_func)
16743 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16744 (get_font_repertory_func): Delete them.
16745 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16746 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16747 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16748 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16749 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16750 (fontset_compare_rfontdef): New function.
16751 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16752 rfont-defs by qsort. Adjusted for the change of font-group vector.
16753 (load_font_get_repertory): Deleted.
16754 (fontset_find_font): Use new macros to ref/set elements of
16755 font-def and rfont-def.
16756 (fontset_font): Fix the timing of remembering that no font for C.
16757 (free_face_fontset): Do nothing if the face has no fontset.
16758 (face_suitable_for_char_p): Use new macros to ref/set elements of
16759 rfont-def.
16760 (face_for_char): Likewise. Call face_for_char with font_object.
16761 (fs_load_font): Delete. Delete #pragma surrounding it.
16762 (fs_query_fontset): Use strcasecmp instead of strcmp.
16763 (generate_ascii_font_name): Adjusted for the format change of
16764 font-spec.
16765 (Fset_fontset_font): Likewise. Use new macros to set elements of
16766 font-def.
16767 (Fnew_fontset): Use font_unparse_xlfd to generate
16768 FONTSET_ASCII (fontset).
16769 (new_fontset_from_font_name): Deleted.
16770 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16771 a fontset is already created for the font. FIx updating of
16772 Vfontset_alias_alist.
16773 (fontset_ascii_font): Deleted.
16774 (Ffont_info): Adjusted for the format change of font-spec.
16775 (Finternal_char_font): Likewise.
16776 (Ffontset_info): Likewise.
16777 (syms_of_fontset): Don't check load_font_func.
16778
16779 * fns.c (internal_equal): Handle PREV_FONT.
16780
16781 * frame.h: Delete USE_FONT_BACKEND conditional.
16782
16783 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16784 conditionals. Don't check enable_font_backend. Delete all codes
16785 used only when USE_FONT_BACKEND is not defined.
16786 (x_set_font): Call x_new_font, not x_new_fontset2.
16787 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16788 already set for the frame.
16789
16790 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16791 a font-entity by font_make_entity. Use font_intern_prop instead
16792 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16793 font property. If a font is scalable, set avgwidth property to 0.
16794 Set font-entity property by font_put_extra.
16795 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16796 (ffont_driver): Adjusted for the change of struct font_driver.
16797 (ftfont_spec_pattern): New function.
16798 (ftfont_list): Return a list, not vector.
16799 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16800 (ftfont_list_family): Don't downcase names.
16801 (ftfont_free_entity): Deleted.
16802 (ftfont_open): Return a font-object. Adjusted for the change of
16803 struct font. Get underline_thickness and underline_position from
16804 font property. Don't update dpyinfo->smallest_font_height and
16805 dpyinfo->smallest_char_width.
16806 (ftfont_close): Don't free `struct font'.
16807 (ftfont_has_char): Adjusted for the format change of font-entity.
16808 (ftfont_encode_char, ftfont_text_extents): Likewise.
16809
16810 * ftxfont.c (ftxfont_list): Return a list, not vector.
16811 (ftxfont_open): Return a font-object. Adjusted for the change of
16812 struct font. Get underline_thickness and underline_position from
16813 font property. Don't update dpyinfo->smallest_font_height and
16814 dpyinfo->smallest_char_width.
16815 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16816 (ftxfont_draw): Adjusted for the change of struct font.
16817
16818 * image.c (image_ascent): Don't include "charset.h". Include
16819 "character.h" and "font.h".
16820
16821 * lisp.h (enum pvec_type): New member PREV_FONT.
16822 (Fassoc_string): EXFUN it.
16823
16824 * print.c: Include font.h.
16825 (print_object): Handle font-related objects.
16826
16827 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16828 conditionals. Don't check enable_font_backend. Delete all codes
16829 used only when USE_FONT_BACKEND is not defined.
16830 (handle_auto_composed_prop): Do nothing if it->f is not on a
16831 window system. Check how many following characters can be
16832 displayed by the same font.
16833 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16834 'struct font *'.
16835 (get_char_face_and_encoding): Assign the whole encoding task to
16836 the `encode-char' method of a font driver.
16837 (fill_composite_glyph_string): Adjusted for the change of `struct
16838 face' and `struct glyph_string'.
16839 (fill_glyph_string): Likewise.
16840 (get_per_char_metric): Arguments changed.
16841 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16842 and `struct glyph_string'.
16843 (produce_stretch_glyph, calc_line_height_property)
16844 (x_produce_glyphs): Likewise.
16845
16846 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16847 conditionals. Don't check enable_font_backend. Delete all codes
16848 used only when USE_FONT_BACKEND is not defined. Use
16849 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16850 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16851 (Qp): Extern them.
16852 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16853 Deleted.
16854 (struct font_name): Deleted.
16855 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16856 (compare_fonts_by_sort_order): New function.
16857 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16858 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16859 Deleted.
16860 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16861 compare_fonts_by_sort_order.
16862 (Fx_font_family_list): Call Ffont_family_list.
16863 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16864 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16865 (face_symbolic_slant, face_symbolic_swidth)
16866 (split_font_name_into_vector, build_font_name_from_vector)
16867 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16868 (font_rescale_ratio, split_font_name, build_font_name)
16869 (free_font_names, sort_fonts, x_face_list_fonts)
16870 (face_font_available_p, sorted_font_list, cmp_font_names)
16871 (font_list_1, concat_font_list, font_list, remove_duplicates):
16872 Deleted.
16873 (Fx_list_fonts): Use Ffont_list.
16874 (LFACE_AVGWIDTH): Deleted.
16875 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16876 by FONTP.
16877 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16878 (set_lface_from_font_name): Delete it.
16879 (set_lface_from_font): Renamed from
16880 set_lface_from_font_and_fontset. Caller changed. Don't set
16881 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16882 for face.
16883 (merge_face_vectors): Copy font-spec if necessary.
16884 Clear properties of the font-spec if necessary.
16885 (merge_face_ref): Clear properties of the font-spec if necessary.
16886 (Finternal_set_lisp_face_attribute): Likewise.
16887 (set_font_frame_param): Use font_load_for_lface to load a
16888 font-object, and call Fmodify_frame_parameters with it.
16889 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16890 font name by Ffont_xlfd_name.
16891 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16892 QCslant, and QCwidth.
16893 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16894 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16895 Compare fonts by EQ.
16896 (lookup_non_ascii_face): Deleted.
16897 (face_for_font): The 2nd argument changed.
16898 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16899 Check atomic font properties by case insensitive.
16900 (realize_non_ascii_face): Set face->overstrike correctly.
16901 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16902 (dump_realized_face): Get font name from
16903 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16904
16905 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16906 conditionals. Don't check enable_font_backend. Delete all codes
16907 used only when USE_FONT_BACKEND is not defined.
16908 (xic_create_xfontset): Original code deleted and renamed from
16909 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16910 (x_make_gc): Don't set GCFont in GCs.
16911 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16912 opened by "fixed".
16913 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16914 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16915 get_font_repertory_func.
16916
16917 * xfont.c: Include <stdlib.h> and "ccl.h".
16918 (struct xfont_info): New structure.
16919 (xfont_query_font): Deleted.
16920 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16921 moved from xterm.c.
16922 (xfont_driver): Adjusted for the change of struct font_driver.
16923 (compare_font_names): New function.
16924 (xfont_list_pattern): Sort font names case insensitively. Make
16925 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16926 (xfont_list): Return a list, not vector.
16927 (xfont_match): If the font doesn't have QCname property, generate
16928 a name from the other font properties.
16929 (xfont_open): Return a font-object. Adjusted for the change of
16930 struct font. Get underline_thickness and underline_position from
16931 font property. Don't update dpyinfo->smallest_font_height and
16932 dpyinfo->smallest_char_width.
16933 (xfont_close): Don't free struct font.
16934 (xfont_prepare_face): Adjusted for the change of struct font.
16935 (xfont_done_face): Deleted.
16936 (xfont_has_char): Adjusted for the change of struct font.
16937 (xfont_encode_char, xfont_draw): Likewise.
16938 (xfont_check): New function.
16939
16940 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16941 callback function.
16942 (xftfont_match): Adjusted for the format change of font-entity.
16943 (xftfont_open): Adjusted for the format change of font-entity and
16944 font-object. Adjusted for the change of struct font. Return a
16945 font-object. Don't update dpyinfo->smallest_font_height and
16946 dpyinfo->smallest_char_width.
16947 (xftfont_close): Block input while calling XftFontClose.
16948 (xftfont_prepare_face): Don't block input while calling
16949 xftfont_get_colors. Adjusted for the change of struct font.
16950 (xftfont_shape): Return value of error case fixed.
16951
16952 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16953
16954 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16955 conditionals.
16956 (FONT_WIDTH): Return (f)->max_width.
16957 (struct x_display_info): Delete member `font'.
16958 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16959 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16960 (struct x_output): Change type of `font' to `struct font *'.
16961
16962 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16963 conditionals. Don't check enable_font_backend. Delete all codes
16964 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16965 (x_per_char_metric, x_encode_char): Deleted.
16966 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16967 (x_compute_glyph_string_overhangs): Adjusted for the change of
16968 `struct face'.
16969 (x_draw_glyph_string_foreground)
16970 (x_draw_composite_glyph_string_foreground): Likewise.
16971 (x_draw_glyph_string): Likewise. Use font->underline_position and
16972 font->underline_thickness.
16973 (x_new_font): Renamed from x_new_fontset2.
16974 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16975 (x_check_font): Call `check' method of a font driver.
16976 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16977 (x_query_font, x_get_font_repertory): Deleted.
16978 (x_find_ccl_program): Renamed and moved to xfont.c.
16979 (x_redisplay_interface): Adjusted for the change of `struct
16980 redisplay_interface'.
16981
16982 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16983 conditionals. Don't check enable_font_backend. Delete all codes
16984 used only when USE_FONT_BACKEND is not defined. Surround non-used
16985 code by "#ifdef OLD_FONT" and "endif".
16986 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16987
16988 * w32font.h (struct w32font_info): New member.
16989 (FONT_COMPAT): New macro.
16990 (w32font_open_internal): Prototype adjusted.
16991
16992 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16993 OLD_FONT" and "endif".
16994
16995 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16996 conditionals. Don't check enable_font_backend. Delete all codes
16997 used only when USE_FONT_BACKEND is not defined.
16998 (w32font_open): Return a font-object. Make a font-object by
16999 font_make_object. Adjusted for the change of struct w32font_info.
17000 (w32font_close): Don't free struct font. Adjusted for the change
17001 of struct w32font_info.
17002 (w32font_encode_char, w32font_text_extents, w32font_draw):
17003 Adjusted for the change of struct w32font_info.
17004 (w32font_draw): Likewise.
17005 (w32font_list_internal): Return a list, not vector.
17006 (w32font_open_internal): Change the 4th arg to font-object.
17007 Adjusted for the change of struct w32font_info and font-object format.
17008 (add_font_name_to_list): Don't downcase names.
17009 (w32_enumfont_pattern_entity): Make a font-entity by
17010 font_make_entity. Adjusted for the format change of font-entity.
17011 Use FONT_SET_STYLE to set a style-related font property. If a
17012 font is scalable, set avgwidth property to 0. Set font-entity
17013 property by font_put_extra.
17014 (font_matches_spec): Adjusted for the format change of font-entity.
17015 (w32_weight_table, w32_decode_weight): New variables.
17016 (w32_encode_weight): New function.
17017 (fill_in_logfont): Adjusted for the format change of font-spec.
17018 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17019 weight value.
17020 (w32font_driver): Adjusted for the change of struct font_driver.
17021
17022 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17023 conditionals. Don't check enable_font_backend. Surround non-used
17024 code by "#ifdef OLD_FONT" and "endif".
17025 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17026 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17027
17028 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17029 conditionals. Don't check enable_font_backend. Delete all codes
17030 used only when USE_FONT_BACKEND is not defined. Surround non-used
17031 code by "#ifdef OLD_FONT" and "endif".
17032
17033 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17034 (uniscribe_open): Return value changed to font-object.
17035 Adjusted for the format change of font-object.
17036 (uniscribe_otf_capability): Adjusted for the change of struct font.
17037 (add_opentype_font_name_to_list): Don't downcase names.
17038 (uniscribe_font_driver): Adjusted for the change of struct
17039 font_driver.
17040
17041 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
17042
17043 * dispnew.c (update_frame_1): Check if tty output is still valid
17044 before flushing it.
17045
17046 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
17047
17048 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17049 to Gtk+ menus.
17050
17051 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * dired.c (file_name_completion): Tweak the code so as to always do it
17054 in a single pass. Tighten the scope of some variables.
17055
17056 * dired.c (Qdefault_directory): New var.
17057 (file_name_completion): Use it instead of Fexpand_file_name.
17058 (syms_of_dired): Initialize it.
17059
17060 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17061
17062 * fileio.c (double_dollars): Remove dead code.
17063
17064 2008-05-10 Eli Zaretskii <eliz@gnu.org>
17065
17066 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17067 Mention w32-get-true-file-attributes in doc string.
17068
17069 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17070
17071 2008-05-09 Glenn Morris <rgm@gnu.org>
17072
17073 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17074 2008-04-23.
17075
17076 2008-05-09 Eli Zaretskii <eliz@gnu.org>
17077
17078 Support for reporting owner and group of each file on MS-Windows:
17079 * dired.c (stat_uname, stat_gname): New functions, with special
17080 implementation for w32.
17081 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17082
17083 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17084 (dflt_group_name): New static variable.
17085 (dflt_group): Rename from the_group.
17086 (init_user_info): Init dflt_group fields. Get user's group name
17087 from LookupAccountSid.
17088 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17089 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17090 New initialization states.
17091 (globals_of_w32): Initialize them to zero. Initialize the default
17092 group name to "None".
17093 (GetFileSecurity_Name): New global var, the name of the function
17094 to call for GetFileSecurity.
17095 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17096 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17097 (get_file_security, get_security_descriptor_owner)
17098 (get_security_descriptor_group, is_valid_sid)
17099 (get_file_security_desc, get_rid, get_name_and_id)
17100 (get_file_owner_and_group): New functions.
17101 (stat): Use get_file_security_desc and get_file_owner_and_group to
17102 report the owner and primary group of each file. Don't ignore the
17103 high 32 bits of file's size, now that st_size is 64-bit wide.
17104 Fix test when to get true file attributes.
17105 (init_user_info): Use get_rid instead of equivalent inline code.
17106 (fstat): Don't ignore the high 32 bits of file's size.
17107
17108 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
17109
17110 * image.c (png_load): Use correct bit-depth for setting background
17111 color.
17112
17113 2008-05-08 Eli Zaretskii <eliz@gnu.org>
17114
17115 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17116 epa-hook.elc.
17117
17118 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
17119
17120 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17121
17122 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17123
17124 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17125 because the original parameters are in pure storage now.
17126 (mac_window): Remove unused params. Update callers.
17127
17128 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * lread.c (substitute_object_recurse): Use lower-level primitives.
17131 Don't signal errors when traversing sub-char-tables.
17132 Don't loop over all the possible characters when traversing char-tables.
17133
17134 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17135 just like we do in print.c.
17136
17137 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17138
17139 * minibuf.c (Ftry_completion): Remove code left over from when we used
17140 scmp instead of Fcompare_strings.
17141
17142 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
17143
17144 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17145
17146 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17147
17148 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17149 Create bitmap context in native byte order.
17150
17151 * macterm.c (XDrawLine)
17152 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17153 context in native byte order.
17154
17155 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17156
17157 * config.in: Regenerate.
17158
17159 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17160 New definitions for Image I/O support.
17161 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17162 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17163 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17164 (mac_data_provider_release_data, image_load_image_io)
17165 [USE_MAC_IMAGE_IO]: New functions.
17166 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17167 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17168 (init_image_func_pointer) [MAC_OSX]: Remove function.
17169 (image_load_quartz2d) [MAC_OSX]: Check availability of
17170 CGImageCreateWithPNGDataProvider at compile time.
17171 Use lowercase `false' for boolean constant.
17172 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17173 Use image_load_image_io.
17174 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17175 Don't check MyCGImageCreateWithPNGDataProvider.
17176 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17177 Don't call init_image_func_pointer.
17178
17179 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17180
17181 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17182 Make variable non-static.
17183 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17184 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17185
17186 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17187 (RED_FROM_ULONG): Mask off higher bits.
17188 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17189
17190 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17191 Include AvailabilityMacros.h.
17192 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17193 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17194
17195 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * chartab.c (Fset_char_table_range): If range is t, really set all
17198 chars to that value.
17199
17200 2008-05-03 Eli Zaretskii <eliz@gnu.org>
17201
17202 * dired.c (Ffile_attributes): Don't allow the device number become
17203 negative.
17204
17205 2008-05-02 Daiki Ueno <ueno@unixuser.org>
17206
17207 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17208
17209 2008-05-02 Juri Linkov <juri@jurta.org>
17210
17211 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17212 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17213 DEFAULT argument as a list of default values in docstrings.
17214
17215 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
17216
17217 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17218
17219 2008-05-01 Martin Rudalics <rudalics@gmx.at>
17220
17221 * dispnew.c (change_frame_size_1): Preserve small windows when
17222 shrinking frames by calling set_window_height|width with third
17223 arg 2.
17224
17225 * window.h (struct window): Replace field too_small_ok by field
17226 resize_proportionally.
17227
17228 * window.c (make_window): Initialize resize_proportionally.
17229 (enlarge_window): Temporarily set resize_proportionally to make
17230 sure that shrink_windows does scale the window proportionally.
17231 (shrink_windows): When window has resize_proportionally set try
17232 to shrink it proportionally by stealing from other windows.
17233 (struct saved_window, Fset_window_configuration)
17234 (compare_window_configurations): Handle resize_proportionally.
17235 (WINDOW_TOTAL_SIZE): New macro.
17236 (window_min_size, shrink_windows, size_window): Use it.
17237 (check_min_window_sizes): Remove. Invalid values of
17238 window-min-height|width are handled by window_min_size_2 now.
17239 (size_window, Fsplit_window, enlarge_window)
17240 (adjust_window_trailing_edge, grow_mini_window): Don't call
17241 check_min_window_sizes.
17242 (window_min_size_2, window_min_size_1, window_min_size):
17243 New argument safe_p for retrieving "safe" minimum sizes.
17244 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17245 (adjust_window_trailing_edge, grow_mini_window):
17246 Adjust arguments of window_min_size... functions.
17247 (shrink_windows): Argument min_size removed. New argument
17248 safe_p allows shrinking windows to their safe minimum sizes.
17249 Calculate minimum size and decide whether a window shall be
17250 deleted for each window individually.
17251 (size_window): When nodelete_p equals 2, tell shrink_windows to
17252 delete windows only if their new minimum size is no more safe.
17253 (shrink_window_lowest_first): Call window_min_size_1 to make
17254 sure to preserve modeline of bottom-most window when resizing
17255 the minibuffer.
17256 (Fset_window_configuration, Fcurrent_window_configuration)
17257 (compare_window_configurations): Do not handle
17258 window-min-height|width any more.
17259 (syms_of_window): Clarify window-min-height|width doc-strings.
17260
17261 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17264 some more. Copy some of the code from Ftry_completions.
17265 Remove special case code that dates back to initial revision when the
17266 slash was only added when necessary and that can't trigger nowadays.
17267
17268 2008-04-27 Kenichi Handa <handa@m17n.org>
17269
17270 * font.c (font_prop_validate): Signal `error' instead of `font'.
17271
17272 2008-04-29 Jason Rumney <jasonr@gnu.org>
17273
17274 * w32fns.c (Fw32_battery_status): New defun.
17275 (syms_of_w32fns): Defsubr it.
17276
17277 2008-04-28 Andreas Schwab <schwab@suse.de>
17278
17279 * dired.c (file_name_completion): Fix another mixing of encoded
17280 and decoded names.
17281
17282 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
17283
17284 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17285
17286 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17287
17288 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17289
17290 2008-04-27 Andreas Schwab <schwab@suse.de>
17291
17292 * dired.c (file_name_completion): Fix inappropriate mixing of
17293 encoded and decoded names.
17294
17295 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17296
17297 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17298
17299 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17300
17301 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17302 2008-03-31, it's not needed anymore with `struct stat' definition
17303 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17304 for the same reasons.
17305
17306 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17307
17308 * m/sparc.h: Additional redefinitions for GNU/Linux.
17309
17310 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17311
17312 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17313 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17314 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17315 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17316 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17317 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17318 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17319 Likewise.
17320
17321 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17322 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17323 (mac_ax_number_of_characters): Add externs.
17324 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17325 [USE_MAC_TSM]: Likewise.
17326 (mac_handle_text_input_event) [MAC_OSX]:
17327 Handle kEventTextInputOffsetToPos for no active input area case.
17328 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17329 (mac_handle_document_access_event)
17330 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17331 (install_application_handler) [MAC_OSX]: Register handlers for
17332 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17333 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17334 Register mac_handle_document_access_event.
17335
17336 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17337 Make functions non-static.
17338
17339 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17342 (read_file_name_completion_ignore_case, insert_default_directory)
17343 (Qdefault_directory): Move to minibuffer.el.
17344 (Fread_file_name): Call the new `read-file-name' instead.
17345
17346 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17347
17348 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17349 Make function non-static.
17350 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17351 Remove function.
17352 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17353 Move to mactoolbox.c.
17354 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17355
17356 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17357 (mac_rect_make): New macro.
17358
17359 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17360 instead of float.
17361 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17362 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17363 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17364 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17365 CGRectMake.
17366 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17367 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17368 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17369 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17370 instead of WindowRef in argument type.
17371 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17372 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17373 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17374 instead of DISPLAY. All uses changed.
17375 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17376 (x_calc_absolute_position): Simplify so as not to use
17377 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17378
17379 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17380 instead of WindowRef in argument type.
17381 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17382 [TARGET_API_MAC_CARBON]: Remove externs.
17383 (create_apple_event, mac_event_parameters_to_lisp)
17384 [TARGET_API_MAC_CARBON]: Add externs.
17385
17386 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17387 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17388 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17389 is clicked.
17390 (x_activate_menubar): Remove extern for saved_menu_event_location.
17391 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17392 Move from mac.c.
17393
17394 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17395
17396 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17397 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17398
17399 2008-04-23 Jason Rumney <jasonr@gnu.org>
17400
17401 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17402 attributes only for local files.
17403
17404 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17405 default to Qlocal.
17406
17407 2008-04-22 Juri Linkov <juri@jurta.org>
17408
17409 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17410 read-buffer-to-switch instead of using the letter "B".
17411
17412 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17413
17414 * fileio.c (Qdefault_directory): New variable.
17415 (Fread_file_name): Use it to pass `dir' to the completion functions.
17416
17417 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17420
17421 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17422
17423 * keyboard.c (Vpre_help_message): Remove.
17424 (show_help_echo): Remove default C code.
17425
17426 * dired.c (directory_files_internal, file_name_completion):
17427 Only call ENCODE_FILE if the string is indeed decoded.
17428
17429 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17430
17431 * Makefile.in (TOOLKIT_DEFINES): Remove.
17432 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17433
17434 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17435
17436 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17437 (mactoolbox.o): New target.
17438
17439 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17440 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17441
17442 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17443 Use mac_set_frame_window_background instead of XSetWindowBackground.
17444 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17445 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17446 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17447 instead of SetWindowTitleWithCFString.
17448 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17449 Move function to mactoolbox.c.
17450 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17451 Use mac_set_window_modified instead of SetWindowModified.
17452 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17453 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17454 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17455 FrontNonFloatingWindow. Use mac_activate_window instead of
17456 ActivateWindow. Use mac_active_non_floating_window instead of
17457 ActiveNonFloatingWindow.
17458 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17459 Use mac_show_hourglass and mac_hide_hourglass.
17460 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17461 instead of GetGlobalMouse.
17462 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17463 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17464 Use mac_bring_window_to_front instead of BringToFront.
17465 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17466 mactoolbox.c.
17467 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17468 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17469 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17470 mactoolbox.c.
17471
17472 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17473 (XtPointer): Move typedef from macmenu.c.
17474 (enum button_type): Move enum from macmenu.c.
17475 (widget_value): Move typedef from macmenu.c.
17476 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17477 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17478 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17479 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17480 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17481 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17482 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17483 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17484 (Selection): Move typedef from macselect.c.
17485 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17486 macterm.c.
17487 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17488 (mac_is_window_collapsed, mac_bring_window_to_front)
17489 (mac_send_window_behind, mac_hide_window, mac_show_window)
17490 (mac_collapse_window, mac_front_non_floating_window)
17491 (mac_active_non_floating_window, mac_activate_window)
17492 (mac_move_window_structure, mac_move_window, mac_size_window)
17493 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17494
17495 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17496 (enum mac_menu_kind): Move enum to mactoolbox.c.
17497 (min_menu_id): Move variable to mactoolbox.c.
17498 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17499 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17500 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17501 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17502 [TARGET_API_MAC_CARBON]: Likewise.
17503 (XtPointer): Move typedef to macgui.h.
17504 (enum button_type): Move enum to macgui.h.
17505 (widget_value): Move typedef to macgui.h.
17506 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17507 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17508 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17509 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17510 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17511 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17512 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17513 (popup_activated_flag): Make variable non-static.
17514 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17515 (add_menu_item, fill_menu, dispose_menus):
17516 Move functions to mactoolbox.c.
17517 (restore_show_help_function, menu_target_item_handler)
17518 (install_menu_target_item_handler, mac_handle_dialog_event)
17519 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17520 [TARGET_API_MAC_CARBON]: Likewise.
17521 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17522 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17523 (find_and_call_menu_selection, name_is_separator): Make function
17524 non-static.
17525 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17526 to mactoolbox.c.
17527 (set_frame_menubar): Don't call install_menu_quit_handler.
17528 (menu_item_selection): New variable.
17529 (mac_menu_show): Use create_and_show_popup_menu.
17530 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17531 selection but set variable menu_item_selection. All uses changed.
17532 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17533 Call install_menu_quit_handler. Move to mactoolbox.c.
17534
17535 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17536 (Selection): Move typedef to macgui.h.
17537 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17538 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17539 Make variables non-static.
17540 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17541 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17542 Make functions non-static.
17543 (Vmac_service_selection) [MAC_OSX]: Likewise.
17544 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17545 (mac_valid_selection_target_p, mac_clear_selection)
17546 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17547 (mac_put_selection_value, mac_selection_has_target_p)
17548 (mac_get_selection_value, mac_get_selection_target_list)
17549 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17550 Move functions to mactoolbox.c.
17551 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17552 Likewise.
17553 (copy_scrap_flavor_data, mac_handle_service_event)
17554 (install_service_handler) [MAC_OSX]: Likewise.
17555 (syms_of_macselect) <Vmac_dnd_known_types>:
17556 Use mac_dnd_default_known_types.
17557
17558 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17559 Move to mactoolbox.c.
17560 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17561 (Fx_selection_owner_p): Add EXFUN.
17562 (install_window_handler, remove_window_handler, XSetWindowBackground):
17563 Remove externs.
17564 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17565 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17566 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17567 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17568 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17569 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17570 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17571 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17572 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17573 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17574 (mac_valid_selection_target_p, mac_clear_selection)
17575 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17576 (mac_put_selection_value, mac_selection_has_target_p)
17577 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17578 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17579 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17580 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17581 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17582 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17583 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17584 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17585 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17586
17587 * mactoolbox.c: New file.
17588
17589 2008-04-18 Jason Rumney <jasonr@gnu.org>
17590
17591 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17592
17593 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * character.c (Fmultibyte_char_to_unibyte):
17596 Return latin1 chars unchanged.
17597
17598 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17599 relocated if it points to `name'.
17600
17601 2008-04-17 Kenichi Handa <handa@m17n.org>
17602
17603 * data.c (Faset): Allow setting a multibyte character in an
17604 ASCII-only unibyte string.
17605
17606 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17607
17608 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17611 done in config.h.
17612
17613 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17614
17615 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17616 (Fchar_direction): Add usage in the docstring.
17617
17618 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * keyboard.c (read_key_sequence): Remove always-true checks.
17621
17622 2008-04-14 Jason Rumney <jasonr@gnu.org>
17623
17624 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17625 compatibility struct, for better underline positioning.
17626
17627 2008-04-13 David Hansen <david.hansen@gmx.net>
17628
17629 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17630 string.
17631
17632 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17633
17634 * m/hp800.h (XUINT, XSET): Remove.
17635
17636 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17637
17638 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17639 previous change.
17640
17641 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17642
17643 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17644 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17645
17646 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * keymap.h (map_keymap_canonical): Declare.
17649 * xmenu.c (single_keymap_panes): Use it.
17650
17651 2008-04-11 Glenn Morris <rgm@gnu.org>
17652
17653 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17654 set the target's value to that of the alias.
17655
17656 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * term.c (set_tty_color_mode): Left over typo.
17659
17660 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17661
17662 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17663 only after check for file name handler functions. Signal, when
17664 native functionality is not supported.
17665 (syms_of_fileio): Declare it unconditionally.
17666
17667 2008-04-10 Jason Rumney <jasonr@gnu.org>
17668
17669 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17670 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17671
17672 * w32.c (logon_network_drive): Also logon to remote drives that
17673 are mapped to drive letters.
17674
17675 2008-04-10 Glenn Morris <rgm@gnu.org>
17676
17677 * xdisp.c (truncate-partial-width-windows): Doc fix.
17678
17679 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17682 Move functions to minibuffer.el.
17683 (syms_of_fileio): Don't declare them.
17684
17685 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17686
17687 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17688 (syms_of_minibuf): Remove its initialization.
17689
17690 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17691
17692 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17693
17694 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17695
17696 2008-04-09 Jason Rumney <jasonr@gnu.org>
17697
17698 * makefile.w32-in (distclean): Delete makefile too.
17699 (maintainer-clean): New target.
17700
17701 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17702
17703 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17704 for new font backend and composite cases.
17705
17706 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17707
17708 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17709 Most of the code moved to run_timers.
17710 (do_pending_atimers): Call run_timers.
17711 (run_timers): New function.
17712
17713 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17714 run atimers.
17715
17716 * process.c (wait_reading_process_output): The same as above.
17717
17718 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * minibuf.c (last_exact_completion): Remove variable.
17721 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17722 (complete_and_exit_1, complete_and_exit_2)
17723 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17724 (Fdisplay_completion_list, display_completion_list_1)
17725 (Fminibuffer_completion_help, Fself_insert_and_exit)
17726 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17727 minibuffer.el.
17728 (syms_of_minibuf): Remove corresponding initializations.
17729
17730 * keyboard.c (Qdeactivate_mark): New var.
17731 (command_loop_1): Use it to call `deactivate-mark'.
17732 (syms_of_keyboard): Initialize it.
17733
17734 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17735 to another frame.
17736 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17737 Don't call set_tty_color_mode.
17738 (store_frame_param): Reset previous_frame rather than call
17739 set_tty_color_mode.
17740 * term.c (set_tty_color_mode): Rewrite.
17741 * dispextern.h (set_tty_color_mode): New type.
17742 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17743
17744 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17747 for generic chars, which do not exist any more in emacs-unicode.
17748
17749 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17750
17751 * coding.c (detect_coding_emacs_mule)
17752 (Ffind_operation_coding_system): Fix typo.
17753
17754 2008-04-08 Jason Rumney <jasonr@gnu.org>
17755
17756 * w32uniscribe.c (SNAME): Extract only symbol name.
17757
17758 * w32font.h (struct w32_metric_cache): New struct.
17759 (w32font_info): Use it.
17760 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17761 (CACHE_BLOCKSIZE): New constants.
17762
17763 * w32font.c (Qja, Qko, Qzh): New symbols.
17764 (syms_of_w32font): Initialise them.
17765 (font_matches_spec): Use them to filter by language.
17766 (recompute_cached_metrics): Remove function.
17767 (compute_metrics, clear_cached_metrics): New functions.
17768 (w32font_encode_char): Use them to manage metric cache.
17769 (w32font_text_extents): Cache metrics for all glyphs on demand.
17770 Delay converting glyph indices to WORD until needed.
17771 (w32font_open_internal): Initialize metric cache to empty.
17772 (registry_to_w32_charset): Charset should always be a symbol.
17773 (fill_in_logfont, list_all_matching_fonts): Family should
17774 always be a symbol.
17775
17776 2008-04-06 Jason Rumney <jasonr@gnu.org>
17777
17778 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17779 Give up if glyph indices not supported. Use uniscribe obtained
17780 ABC widths for individual metrics. Map glyph clusters back to
17781 characters using fClusterStart flag. Return number of glyphs
17782 produced, not chars processed.
17783 (uniscribe_shape): Map char at FROM to current glyph.
17784
17785 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17786
17787 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17788 Use SetMenuItemHierarchicalMenu.
17789
17790 2008-04-05 Jason Rumney <jasonr@gnu.org>
17791
17792 * image.c (pbm_load): Allow color values up to 65535.
17793 Throw an error if max_color_idx is outside the supported range.
17794 Report an error when image size is invalid.
17795 Read two bytes at a time when raw images have max_color_idx above 255.
17796
17797 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17798
17799 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17800 append "CCL: Quitted" when the CCL program is quitted.
17801 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17802
17803 * ccl.h (struct ccl_program): New member quit_silently.
17804
17805 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17806
17807 * search.c (compile_pattern_1): Treat non-nil and non-string of
17808 search-spaces-regexp as nil.
17809
17810 * minibuf.c (Fassoc_string): Tweak docstring.
17811
17812 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17813
17814 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17815 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17816 2008-03-14 to force inode be positive.
17817
17818 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17819 _S_* ones, since we now use our own sys/stat.h.
17820 (stat, fstat): Don't mangle the inode number.
17821 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17822
17823 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17824
17825 * frame.h (struct frame): Give one more bit to `visible' since we use
17826 values larger than 1 to indicate obscured frames on ttys.
17827
17828 * keymap.c (Qkeymap_canonicalize): New var.
17829 (Fmap_keymap_internal): New fun.
17830 (describe_map): Use keymap-canonicalize.
17831
17832 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17833 (Fundo_boundary): Set them.
17834 (syms_of_undo): Initialize them.
17835 (record_point): Use them instead of last_point_position*.
17836 (last_undo_buffer): Change type.
17837
17838 2008-04-04 Jason Rumney <jasonr@gnu.org>
17839
17840 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17841 (recompute_cached_metrics): Don't set ascent and descent per char.
17842
17843 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17844 (uniscribe_check_otf): Add GC protection before consing.
17845 Rearrange loop for counting features.
17846
17847 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17850 buffer with byte-size of source buffer.
17851
17852 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17853
17854 * callint.c (Fcall_interactively): Handle temporary region even
17855 when shift-select-mode is off.
17856
17857 2008-04-03 Jason Rumney <jasonr@gnu.org>
17858
17859 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17860
17861 2008-04-03 Kenichi Handa <handa@m17n.org>
17862
17863 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17864 (CATEGORY_MASK_UTF_16): Likewise.
17865 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17866 binary file.
17867 (detect_coding): Add null-byte detection for a binary file.
17868 (detect_coding_system): Likewise.
17869
17870 2008-04-03 Jason Rumney <jasonr@gnu.org>
17871
17872 * w32uniscribe.c: New file.
17873
17874 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17875
17876 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17877
17878 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17879 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17880 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17881 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17882 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17883 (Qphonetic): New symbols.
17884 (syms_of_w32font): Initialize them.
17885 (font_supported_scripts): Use them.
17886 (w32font_list_family): List all charsets.
17887 (w32font_text_extents, recompute_cached_metrics): Fix metric
17888 calculations.
17889 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17890 Give opentype fonts their own format.
17891 (font_matches_spec): New arguments backend and logfont.
17892 Handle :otf spec for uniscribe backend.
17893 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17894 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17895
17896 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17897 font backend.
17898 (globals_of_w32fns): Initialize uniscribe font backend.
17899
17900 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17901 dependencies.
17902 (w32uniscribe.$(O)): New file to build.
17903 (FONT_OBJ): Include w32uniscribe.$(O).
17904 (LIBS): Add uniscribe libraries.
17905
17906 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17907
17908 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17909
17910 * callint.c (Vshift_select_mode): New var.
17911 (Finteractive): Document new ^ spec.
17912 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17913 is present.
17914
17915 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17916 (command_loop_1): Avoid running the direct display versions of
17917 forward-char and backward-char if shift-selection may occur.
17918 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17919 shift-translation takes place.
17920
17921 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17922 avoid clobbering by define-minor-mode.
17923
17924 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17925 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17926
17927 * syntax.c (Fforward_word): Add ^ interactive spec.
17928
17929 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17930 (Fscroll_right): Add ^ interactive spec.
17931
17932 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17935
17936 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17937
17938 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17939
17940 2008-03-31 Juri Linkov <juri@jurta.org>
17941
17942 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17943
17944 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17945
17946 * gtkutil.c (xg_set_geometry): Fix indentation.
17947 (xg_resize_outer_widget): Remove.
17948 (x_wm_size_hint_off): Fix indentation.
17949 (xg_frame_set_char_size): Call flush_and_sync after
17950 gtk_window_resize.
17951 (x_wm_set_size_hint): Pass NULL as geometry window to
17952 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17953 Add menu bar and tool bar height to base height.
17954 (xg_update_frame_menubar, free_frame_menubar)
17955 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17956 (update_frame_tool_bar, free_frame_tool_bar):
17957 Change xg_resize_outer_widget to xg_frame_set_char_size.
17958
17959 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17960
17961 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17962 (Fdbus_call_method): New parameter TIMEOUT.
17963 (dbus-send-signal): Optimize UNGCPRO call.
17964
17965 2008-03-29 Juri Linkov <juri@jurta.org>
17966
17967 * window.c (Fdisplay_buffer): Move call to
17968 Vsplit_window_preferred_function out of conditions that check
17969 if window is eligible for vertical splitting.
17970 When Vsplit_window_preferred_function is non-nil, call it and use
17971 its non-nil return value as window. Otherwise, continue doing
17972 vertical splitting using Fsplit_window with arg horflag=nil.
17973 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17974 default value from `split-window' to nil.
17975
17976 2008-03-29 Juri Linkov <juri@jurta.org>
17977
17978 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17979 for interactive code letters 'b' and 'B'.
17980
17981 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17982
17983 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17984 multibyte string.
17985
17986 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * keyboard.c (pending_funcalls): New var.
17989 (timer_check): Run it.
17990 (syms_of_keyboard): Initialize it.
17991 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17992 (Vdelete_terminal_functions): New vars.
17993 (syms_of_terminal): Initialize them.
17994 (Fdelete_terminal): Run delete-terminal-functions.
17995 * xdisp.c (safe_eval): Rewrite.
17996 (safe_call2): New fun.
17997 * frame.c (Qdelete_frame_functions): New var.
17998 (syms_of_frame): Initialize it.
17999 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18000 * lisp.h (safe_call2, pending_funcalls): Declare.
18001
18002 2008-03-28 Andreas Schwab <schwab@suse.de>
18003
18004 * indent.c (Fmove_to_column): Move declaration before statements.
18005
18006 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
18009 (struct frame): Use bit fields for boolean vars.
18010
18011 * process.c (server_accept_connection): Simplify naming.
18012 (emacs_get_tty_pgrp): Use SDATA.
18013
18014 * coding.c (decode_coding_object): Fix last change.
18015
18016 2008-03-27 Jason Rumney <jasonr@gnu.org>
18017
18018 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18019
18020 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
18021
18022 * charset.c (Fdefine_charset_internal): Change the way of
18023 registering charsets in Vcharset_order_list.
18024 (syms_of_charset): Make the charset `eight-bit' supplementary.
18025
18026 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
18027
18028 * regex.c (EXTEND_BUFFER): Change order of pointer addition
18029 operations, to avoid having the difference between pointers
18030 overflow.
18031
18032 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * indent.c (check_display_width): New fun.
18035 (scan_for_column): Use it.
18036
18037 * data.c (syms_of_data): Mark most-positive-fixnum and
18038 most-negative-fixnum as constants.
18039
18040 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18041
18042 * indent.c (scan_for_column): Extract from current_column_1.
18043 Merge with the same code from Fmove_to_column.
18044 (current_column_1, Fmove_to_column): Use it.
18045
18046 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * keymap.c (map_keymap_internal): New fun.
18049 (map_keymap): Use it.
18050 (Fmap_keymap_internal): New fun.
18051 (Fmap_keymap): Remove left-out test from before make_save_value.
18052
18053 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18054
18055 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18056 Use XCAR/XCDR.
18057
18058 * process.h (struct Lisp_Process): Remove filter_multibyte.
18059 * process.c (QCfilter_multibyte): Remove.
18060 (setup_process_coding_systems): Don't use filter_multibyte.
18061 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18062 (read_process_output): Don't adjust multibyteness to filter_multibyte.
18063 (Fset_process_filter_multibyte): Change the coding-system to
18064 approximate the previous behavior.
18065 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18066 coding-system.
18067
18068 * coding.c (decode_coding_object): When not decoding into a buffer,
18069 obey the coding system's preference of (uni|multi)byte.
18070
18071 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18074 every char is changed and has a different byte-length.
18075 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18076 Fix int -> EMACS_INT.
18077
18078 2008-03-23 David Hansen <david.hansen@gmx.net>
18079
18080 * dbusbind.c (xd_read_message): Remove extra copying of message
18081 strings. Check for NULL `interface' or `member'.
18082
18083 2008-03-22 Eli Zaretskii <eliz@gnu.org>
18084
18085 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18086 cFileName a file name that includes `?' characters, use the 8+3
18087 alias in cAlternateFileName instead.
18088
18089 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18092
18093 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18094
18095 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18096 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18097 work on current_buffer only instead (that was already the case
18098 for some of the code anyway).
18099 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18100 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18101 (SET_PT, SET_PT_BOTH): Adjust.
18102 * intervals.h (set_point, temp_set_point, set_point_both)
18103 (temp_set_point_both): Remove redundant declarations.
18104
18105 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * fileio.c (Finsert_file_contents):
18108 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18109 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18110 when buffer != current_buffer anyway.
18111
18112 2008-03-20 Andreas Schwab <schwab@suse.de>
18113
18114 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18115 as default.
18116
18117 2008-03-19 Jason Rumney <jasonr@gnu.org>
18118
18119 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18120 (syms_of_w32fns): Initialize them.
18121 (HOURGLASS_ID): New constant.
18122 (x_window_to_frame): Don't check hourglass_window.
18123 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18124 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18125 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18126 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18127 Only change the cursor if hourglass is not active.
18128 (Fx_create_frame): Initialize frame's current_cursor.
18129 (hourglass_atimer): Remove.
18130 (hourglass_started): New function.
18131 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18132 (show_hourglass): Adapt to w32, changing argument to frame.
18133
18134 * w32term.h (struct w32_output): Remove hourglass_window.
18135 Add current_cursor.
18136
18137 * eval.c (call_debugger, Fsignal):
18138 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18139 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18140 (Fexecute_extended_command, cancel_hourglass_unwind):
18141 * minibuf.c (read_minibuf):
18142 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18143
18144 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18145
18146 * window.c (run_funs): New fun.
18147 (run_window_configuration_change_hook): Use it to run the buffer-local
18148 and the global part of the hook.
18149
18150 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18151 (unwind_format_mode_line): Restore selected window.
18152 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18153
18154 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * editfns.c (Fchar_equal): Check they are valid characters.
18157
18158 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18159
18160 2008-03-17 Andreas Schwab <schwab@suse.de>
18161
18162 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18163 against a charset.
18164
18165 * lisp.h (Fbuffer_list): Declare.
18166
18167 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
18168
18169 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18170 handlebox_widget is != 0.
18171
18172 2008-03-16 Juri Linkov <juri@jurta.org>
18173
18174 * callint.c (Fcall_interactively): For interactive code letters
18175 'b' and 'B' put the buffer list into the list of default "future"
18176 values of the minibuffer.
18177
18178 2008-03-16 Andreas Schwab <schwab@suse.de>
18179
18180 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18181 modifiers.
18182
18183 * regex.c (re_match_2_internal): Correct matching of a charset
18184 against latin-1 characters.
18185
18186 2008-03-16 Kenichi Handa <handa@m17n.org>
18187
18188 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18189 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18190 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18191 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18192 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18193 CHAR_STRING_ADVANCE.
18194 (produce_chars): Fix for the case that the source and the
18195 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18196 instead of CHAR_STRING_ADVANCE.
18197 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18198 STRING_CHAR_ADVANCE.
18199
18200 2008-03-15 Andreas Schwab <schwab@suse.de>
18201
18202 * regex.c (re_match_2_internal): Correct matching of eight bit
18203 characters in unibyte strings.
18204
18205 2008-03-15 Martin Rudalics <rudalics@gmx.at>
18206
18207 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18208 at end of range when it coincides with the end of the buffer.
18209
18210 2008-03-14 Eli Zaretskii <eliz@gnu.org>
18211
18212 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18213
18214 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18215
18216 2008-03-14 Jason Rumney <jasonr@gnu.org>
18217
18218 * editfns.c (initial_tz): New variable.
18219 (syms_of_editfns): Initialize it.
18220 (Fset_time_zone_rule): Set it when first called.
18221 Use it when TZSTRING is nil.
18222
18223 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18224 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18225 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18226 (globals_of_w32fns): Initialize them.
18227 (compute_tip_xy): Use them to position tooltips.
18228
18229 2008-03-14 Glenn Morris <rgm@gnu.org>
18230
18231 * emacs.c (main): Revert previous change.
18232 (standard_args): Revert -internal-script back to -scriptload,
18233 and remove the long-option form.
18234
18235 2008-03-13 Glenn Morris <rgm@gnu.org>
18236
18237 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18238 Remove option -enable-font-backend.
18239
18240 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18243
18244 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18245
18246 * xterm.c (x_connection_closed): For GTK: If this is the last
18247 terminal just exit without closing the display.
18248
18249 2008-03-11 Jason Rumney <jasonr@gnu.org>
18250
18251 * w32font.c (w32font_full_name): Use floor to round.
18252
18253 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18254
18255 * sound.c (alsa_configure): Declare vol at beginning of block.
18256
18257 * fontset.c (Ffontset_info): Remove extra semicolon.
18258
18259 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18262 size of resulting string.
18263
18264 2008-03-10 Jason Rumney <jasonr@gnu.org>
18265
18266 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18267
18268 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18269
18270 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18271 Don't pretend as if characters with display property haven't been
18272 consumed for string-replacing-string case.
18273
18274 2008-03-08 Kim F. Storm <storm@cua.dk>
18275
18276 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18277 (get_next_display_element, next_element_from_string)
18278 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18279
18280 2008-03-08 Andreas Schwab <schwab@suse.de>
18281
18282 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18283
18284 2008-03-06 Jason Rumney <jasonr@gnu.org>
18285
18286 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18287 when charset not specified. Only translate ANSI to unicode when
18288 font_type is truetype.
18289 (w32font_coverage_ok): New function.
18290 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18291
18292 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18293
18294 * lread.c (Fread_char): Resolve modifiers.
18295 (Fread_char_exclusive): Likewise.
18296
18297 * character.c (char_resolve_modifier_mask): New function.
18298 (char_string): Use char_resolve_modifier_mask.
18299 (Fchar_resolve_modifiers): New function.
18300 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18301 function.
18302
18303 2008-03-04 Jason Rumney <jasonr@gnu.org>
18304
18305 * makefile.w32-in: Always include w32font.c in the build.
18306 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18307
18308 2008-03-04 Andreas Schwab <schwab@suse.de>
18309
18310 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18311 (versionclean): Likewise.
18312
18313 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18314
18315 * .cvsignore: Add oo.
18316
18317 2008-03-03 Andreas Schwab <schwab@suse.de>
18318
18319 * coding.c (decode_coding_object): Inhibit gap shrinking while
18320 decoding in place.
18321
18322 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18323
18324 * w32term.c: Remove unused include "gnu.h".
18325 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18326
18327 * gnu.h: Rename to ...
18328 * emacs-icon.h: ... this.
18329 * xterm.c: Use emacs-icon.h instead of gnu.h.
18330 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18331
18332 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18333
18334 * w32font.c: Include math.h.
18335
18336 2008-03-03 Jason Rumney <jasonr@gnu.org>
18337
18338 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18339 Compute options separately.
18340 (w32font_open_internal): Set glyph_idx before caching metrics.
18341
18342 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18343 Define if system headers don't.
18344 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18345 (w32font_encode_char): Don't declare here.
18346
18347 * w32font.c (Quniscribe, QCformat): New symbols.
18348 (syms_of_w32font): Define them.
18349 (w32font_has_char): Indicate uncertainty.
18350 (w32font_encode_char): Encode as glyph point. Make static.
18351 (recompute_cached_metrics): New function.
18352 (w32font_open_internal): Use it. Set font to use glyph points
18353 initially. Set format based on type of font.
18354 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18355 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18356 on it. Set format based on information available here.
18357 (add_font_entity_to_list): Identify backend based on opentype_only.
18358
18359 2008-03-02 Andreas Schwab <schwab@suse.de>
18360
18361 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18362
18363 * coding.c (decode_coding_big5, produce_chars):
18364 Fix typos in last change.
18365
18366 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18367
18368 * gnu.h: New icon.
18369
18370 2008-03-02 Kenichi Handa <handa@m17n.org>
18371
18372 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18373 `dos', don't decode '\r' if that is the last in the source.
18374 (decode_coding_utf_16, decode_coding_emacs_mule)
18375 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18376 (decode_coding_raw_text, decode_coding_charset): Likewise.
18377 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18378
18379 2008-03-01 Jason Rumney <jasonr@gnu.org>
18380
18381 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18382
18383 2008-03-01 Kim F. Storm <storm@cua.dk>
18384
18385 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18386
18387 2008-03-01 Jason Rumney <jasonr@gnu.org>
18388
18389 * w32font.c (w32font_full_name): New function.
18390 (w32font_open_internal): Use it.
18391
18392 2008-03-01 Kim F. Storm <storm@cua.dk>
18393
18394 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18395
18396 2008-03-01 Jason Rumney <jasonr@gnu.org>
18397
18398 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18399
18400 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18401
18402 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18403 xg_frame_resized when the event is for the edit widget.
18404
18405 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18406
18407 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18408 set_char_size.
18409 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18410 operations on widgets here. Just set frame size if needed.
18411 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18412 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18413 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18414 the whole frame.
18415 (xg_create_tool_bar): Move attachment of the tool bar to
18416 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18417 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18418
18419 2008-03-01 Jason Rumney <jasonr@gnu.org>
18420
18421 * w32fns.c (w32_msg_pump): Disable debug code.
18422
18423 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18424
18425 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18426
18427 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18428
18429 * xdisp.c (next_overlay_string): Don't set
18430 overlay_strings_at_end_processed_p if we're currently reading from
18431 a display string.
18432
18433 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * xdisp.c (get_overlay_strings_1): Fix typo.
18436
18437 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18438
18439 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18440
18441 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18442
18443 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18444
18445 * xdisp.c (display_mode_element): Cancel the previous change.
18446 (decode_mode_spec): Likewise.
18447 (handle_auto_composed_prop): Don't make composition if it->string
18448 is a string.
18449
18450 2008-02-27 Kim F. Storm <storm@cua.dk>
18451
18452 * lisp.h (GLYPH): Change type from int to struct with separate char
18453 and face_id members.
18454 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18455 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18456 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18457 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18458 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18459 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18460 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18461 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18462 handle new Lisp glyph code encoding, either an integer or a cons.
18463
18464 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18465 (GLYPH_ALIAS): Delete.
18466 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18467 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18468 (GLYPH_FROM_CHAR): Replace macro by ...
18469 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18470
18471 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18472 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18473 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18474 (GLYPH_INVALID_P): New macro.
18475 (spec_glyph_lookup_face): Update prototype.
18476
18477 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18478 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18479 new glyph code encoding.
18480 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18481 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18482
18483 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18484 Adapt to new glyph type and new glyph code encoding.
18485
18486 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18487
18488 * indent.c (current_column, current_column_1, Fmove_to_column)
18489 (compute_motion): Adapt to new glyph code encoding.
18490
18491 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18492
18493 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18494
18495 * process.c (wait_reading_process_output): Check for window
18496 changes caused by timers.
18497 Suggested by Johan Bockgård.
18498
18499 2008-02-27 Glenn Morris <rgm@gnu.org>
18500
18501 * emacs.c (USAGE1): Add `--disable-font-backend'.
18502
18503 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18506 is made to the buffer.
18507
18508 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18509
18510 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18511 (face_at_string_position):
18512 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18513 (face_at_string_position):
18514 * xdisp.c (display_string, next_overlay_change):
18515 * buffer.h (overlays_at):
18516 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18517 Update callers.
18518
18519 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18520
18521 * editfns.c (Fformat): Doc fix.
18522
18523 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18524
18525 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18526 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18527 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18528
18529 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18530
18531 * buffer.c (Fbuffer_swap_text): New function.
18532 (syms_of_buffer): Defsubr it.
18533
18534 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18535
18536 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18537
18538 2008-02-25 Jason Rumney <jasonr@gnu.org>
18539
18540 * w32font.c (w32font_draw): Draw one character at a time when padding.
18541
18542 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18545 Handle a nil arg. Use run_window_configuration_change_hook.
18546 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18547 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18548 Use run_window_configuration_change_hook.
18549
18550 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18551
18552 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18553 1-pixel width.
18554
18555 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18556
18557 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18558 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18559 if the glyph in the font is zero pixel with.
18560
18561 * dispextern.h (struct glyph_string): New member padding_p.
18562
18563 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18564
18565 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18566
18567 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18568
18569 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18570
18571 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18572
18573 2008-02-25 Jason Rumney <jasonr@gnu.org>
18574
18575 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18576
18577 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18578
18579 Allow fine-grained image-cache flushing.
18580 * dispextern.h (struct image): Add `dependencies' field.
18581 (clear_image_caches): Change arg to Lisp_Object.
18582 * image.c (make_image): Initialize `dependencies' field.
18583 (clear_image_cache): Change arg to allow fine-grained flushing.
18584 Perform the flush even if image-cache-eviction-delay is nil.
18585 (clear_image_caches): Change arg to Lisp_Object.
18586 (Fclear_image_cache): Expand meaning of the argument.
18587 (mark_image): Mark `dependencies' field.
18588 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18589 (lface_hash): Use XHASH rather than XFASTINT.
18590 (face_at_buffer_position): Fix int -> EMACS_INT position.
18591 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18592 (select_frame_for_redisplay): Remove code duplication.
18593 (redisplay_internal): Adapt arg to call to clear_image_caches.
18594
18595 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18596
18597 * s/vms4-0.h:
18598 * s/vms4-2.h:
18599 * s/vms4-4.h:
18600 * s/vms5-5.h: Remove, unused.
18601
18602 * s/irix5-2.h:
18603 * s/irix6-0.h:
18604 * s/riscos5.h:
18605 * s/mach-bsd4-3.h:
18606 * m/mips4.h: Remove files for obsolete systems.
18607
18608 * Makefile.in:
18609 * filelock.c:
18610 * unexmips.c:
18611 * m/hp9000s300.h:
18612 * m/iris4d.h:
18613 * s/aix3-1.h:
18614 * s/hpux.h:
18615 * s/msdos.h:
18616 * s/usg5-0.h:
18617 * s/usg5-2-2.h:
18618 * s/usg5-2.h:
18619 * s/usg5-3.h: Remove references to obsolete variables.
18620
18621 * s/irix5-0.h: Remove, move all the contents ...
18622 * s/irix6-5.h: ... here. Simplify.
18623 * config.in: Regenerate.
18624
18625 2008-02-24 Jason Rumney <jasonr@gnu.org>
18626
18627 * w32term.c (x_draw_glyph_string_background): Clear the background
18628 manually when cleartype is in use.
18629 (x_draw_glyph_string_foreground): Draw text transparently when
18630 cleartype is in use.
18631
18632 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18633 a font into it unless we have to.
18634
18635 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18638 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18639
18640 2008-02-18 Jason Rumney <jasonr@gnu.org>
18641
18642 * w32fns.c (Fw32_shell_execute): Encode parameters.
18643
18644 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18645
18646 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18647
18648 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18649
18650 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18651
18652 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18653
18654 * xterm.c (x_set_offset): Don't change the gravity if
18655 CHANGE_GRAVITY is -1.
18656
18657 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18658
18659 * fileio.c (auto_save_error_occurred): New var.
18660 (auto_save_error): Set it.
18661 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18662 error occurred.
18663
18664 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18665
18666 * w32.c (globals_of_w32): Add initializations for
18667 g_b_init_get_sid_sub_authority and
18668 g_b_init_get_sid_sub_authority_count.
18669
18670 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18673 (font_parse_xlfd): Use them for sanity check.
18674 (Finternal_set_font_style_table): Make sure the table is bijective.
18675
18676 Consolidate the image_cache to the terminal struct.
18677 * termhooks.h (P_): Remove redundant def.
18678 (struct terminal): New field `image_cache'.
18679 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18680 of FRAME_X_IMAGE_CACHE.
18681 * xterm.h (struct x_display_info): Remove image_cache field.
18682 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18683 * w32term.h (struct w32_display_info): Remove image_cache field.
18684 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18685 * macterm.h (struct mac_display_info): Remove image_cache field.
18686 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18687 * xterm.c (x_term_init):
18688 * w32term.c (w32_term_init):
18689 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18690 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18691 Remove declarations.
18692 (clear_image_caches, mark_image_cache): New declarations.
18693 * xfaces.c (clear_face_cache):
18694 * xdisp.c (redisplay_internal): Use clear_image_caches.
18695 * image.c (clear_image_cache): Don't check that a frame is on
18696 a window-system before checking if it shares the same cache.
18697 (clear_image_caches): New function.
18698 (Fclear_image_cache): Use it.
18699 (mark_image): Move from allo.c.
18700 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18701 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18702 (mark_object): Don't call mark_image_cache for frames.
18703 (mark_terminals): Call mark_image_cache.
18704
18705 * lisp.h (Fdelete_terminal): Declare.
18706
18707 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18708 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18709 wrong_type_argument.
18710
18711 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18712
18713 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18714 malayalam.el, and tamil.el. Add sinhala.el.
18715
18716 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * xterm.c (x_connection_closed): Consolidate identical tests.
18719 (x_delete_terminal): Don't crash if called via x_connection_closed.
18720
18721 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18722
18723 * xdisp.c (decode_mode_spec): New arg string.
18724 (display_mode_element): Adjust for the above change.
18725
18726 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * callint.c (Fcall_interactively): Use AREF.
18729
18730 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18733
18734 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18735
18736 * xfns.c (Fx_show_tip): Set string to " " if empty.
18737
18738 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18739
18740 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18741 with Qt.
18742
18743 2008-02-17 Kenichi Handa <handa@m17n.org>
18744
18745 * ftfont.c (ftfont_shape): Return Lispy number.
18746
18747 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18748 for GCs.
18749 (Finternal_set_font_selection_order): Call font_update_sort_order
18750 only when enable_font_backend is set.
18751 (realize_x_face): Set face->font_info to that of default face only
18752 when enable_font_backend is set.
18753
18754 * xdisp.c (handle_composition_prop): Set it->c to the fist
18755 character of the composed region.
18756 (fill_composite_glyph_string): Set base_face->font_info to
18757 s->font_info. Get a face for ascii from base_face->ascii_face.
18758 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18759 with a face already decided.
18760 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18761 non-negative.
18762 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18763 call font_prepare_composition unconditionally.
18764
18765 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18766
18767 * xterm.h (struct x_display_info): New member font.
18768
18769 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18770 (x_set_mouse_face_gc, x_new_font): Likewise.
18771 (x_term_init): Setup display_info->font.
18772 (x_delete_terminal): Free display_info->font.
18773
18774 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18775
18776 * ftxfont.c (ftxfont_default_fid): Delete it.
18777 (ftxfont_open): Set xfont->fid to 0.
18778 (ftxfont_end_for_frame): Clear data specific to the frame and the
18779 font-driver.
18780
18781 * xftfont.c (xftfont_default_fid): Delete it.
18782 (xftfont_open): Set xfont->fid to 0.
18783
18784 * fontset.c (FONTSET_OBJLIST): New macro.
18785 (fontset_find_font): Update font-object list of the fontset.
18786 (free_realized_fontset): New function.
18787 (free_face_fontset): Call free_realized_fontset.
18788 (Ffont_info): Call font_close_object only when enable_font_backend
18789 is set.
18790
18791 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18792 [HAVE_NTGUI]: Include w32term.h.
18793 [MAC_OS]: Include macterm.ch.
18794 (font_otf_ValueRecord): Use make_number.
18795 (font_finish_cache): Fix handling of reference count.
18796 (font_clear_cache): Update num_fonts.
18797 (font_open_entity): Update smallest_char_width and
18798 smallest_font_height of the frame.
18799 (font_close_object): Update num_fonts.
18800 (Fclear_font_cache): Fix finding the target cache data.
18801
18802 2008-02-16 Glenn Morris <rgm@gnu.org>
18803
18804 * fontset.c (Finternal_char_font): Fix compilation warning.
18805
18806 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18807
18808 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18809 instead of char arrays. Enlarge the size of array passed to
18810 get_token_information.
18811
18812 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18813 warnings.
18814
18815 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18816
18817 * .gdbinit: Don't set `args', it breaks gdb --args.
18818
18819 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18820
18821 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18822 within a narrowed buffer.
18823
18824 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18825
18826 * coding.c (decode_coding_object, encode_coding_object):
18827 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18828
18829 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18830
18831 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18832 hardcoding 1.
18833 (detect_coding_system):
18834 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18835 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18836 * insdel.c (insert_from_gap):
18837 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18838 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18839 (string_to_multibyte):
18840 * character.c (chars_in_text, multibyte_chars_in_text):
18841 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18842
18843 * character.h (FETCH_STRING_CHAR_ADVANCE)
18844 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18845 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18846 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18847
18848 * casefiddle.c (casify_region): Only call after-change and composition
18849 functions on the part of the region that was changed.
18850
18851 * keyboard.c (read_avail_input):
18852 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18853
18854 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18855
18856 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18857 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18858
18859 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18860
18861 * w32menu.c (push_submenu_start, push_submenu_end)
18862 (push_left_right_boundary, push_menu_pane, push_menu_item):
18863 * keyboard.c (read_key_sequence): Don't pass args with side effects
18864 to AREF, it fails when compiling with -DENABLE_CHECKING.
18865
18866 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18867
18868 * Makefile.in (${lispsource}international/charprop.el):
18869 Delete this target.
18870
18871 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18872 emacs-unicode-2.
18873
18874 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18877
18878 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * frame.c (Qnoelisp): New symbol.
18881 (syms_of_frame): Initialize it.
18882 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18883 harmless Elisp code, from a strong `force' from x_connection_closed.
18884 * frame.h (Qnoelisp): Declare.
18885 * xterm.c (x_connection_closed): Pass `noelisp'.
18886
18887 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18888 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18889 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18890 rather than `int' for the type of `type'.
18891
18892 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18893
18894 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18895
18896 * Makefile.in (GNUC): Remove support for gcc-1.x.
18897
18898 2008-02-10 Richard Stallman <rms@gnu.org>
18899
18900 * lisp.h (ASET): Use AREF, not ASLOT.
18901
18902 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * lisp.h (ASET): Check bounds.
18905
18906 2008-02-10 Glenn Morris <rgm@gnu.org>
18907
18908 * buffer.c (mode-name): Doc fix.
18909
18910 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18911
18912 * Makefile.in:
18913 * emacs.c:
18914 * gmalloc.c:
18915 * keyboard.c:
18916 * lisp.h:
18917 * m/ibm370aix.h:
18918 * process.c:
18919 * regex.c:
18920 * s/hpux.h:
18921 * sysdep.c:
18922 * sysselect.h:
18923 * systty.h:
18924 * unexec.c:
18925 * w32term.c:
18926 * xsmfns.c:
18927 * xterm.c: Remove code that deals with obsolete variables.
18928
18929 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18930
18931 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18932 nothing else needs it anymore.
18933
18934 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18935
18936 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18937 instead of unibyte_char_to_multibyte.
18938
18939 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18940
18941 * s/gnu-linux.h: Remove commented out code.
18942
18943 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18944
18945 * Makefile.in: Update what RMS says about using autoconf.
18946 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18947 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18948 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18949 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18950
18951 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * keymap.c (Fkey_description): Move side effect outside of macro call.
18954
18955 * xfaces.c (Finternal_make_lisp_face):
18956 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18957
18958 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18959 (syms_of_fontset): Use ASET.
18960
18961 * fns.c (concat): Move side effect outside of macro call.
18962 (hash_clear): Use ASET.
18963
18964 2008-02-08 Richard Stallman <rms@gnu.org>
18965
18966 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18967 If FORCE, and frame has a surrogate minibuffer for another frame,
18968 delete the other frame first.
18969
18970 2008-02-07 Timo Savola <timo.savola@iki.fi>
18971
18972 * xterm.c (x_detect_focus_change): Handle embed client message.
18973 (handle_one_xevent): Ditto.
18974 (handle_one_xevent): If embedded and we get a button press/release,
18975 request focus.
18976 (xembed_set_info, xembed_send_message): New functions.
18977 (x_make_frame_visible): Call xembed_set_info if embedded.
18978 (x_make_frame_invisible): Call xembed_set_info if embedded.
18979 (x_term_init): Initialize Xatom_XEMBED.
18980 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18981 (x_iconify_frame): Ditto.
18982
18983 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18984 (enum xembed_info, enum xembed_message, enum xembed_focus)
18985 (enum xembed_modifier, enum xembed_accelerator): New.
18986 (xembed_set_info, xembed_send_message): Declare.
18987 (FRAME_X_EMBEDDED_P): New.
18988
18989 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18990 gtk_plug_new.
18991
18992 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18993 window ID of a frame.
18994 (x_window): Reparent frame if embedded.
18995 (Fx_create_frame): Don't set border width if embedded.
18996
18997 * emacs.c (USAGE3): Add --parent-id.
18998 (standard_args): Ditto.
18999
19000 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
19001
19002 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19003
19004 2008-02-07 Jim Meyering <meyering@redhat.com>
19005
19006 Use "do...while (0)", not "if (1)...else" in macro definitions.
19007 The latter provokes a warning from gcc about the empty else, when
19008 followed by ";". Also, without that trailing semicolon, it would
19009 silently swallow up any following statement.
19010 * syntax.h (SETUP_SYNTAX_TABLE)
19011 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19012 * buffer.h (DECODE_POSITION): Likewise.
19013 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19014 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19015 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19016 (FETCH_CHAR_ADVANCE): Likewise.
19017 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19018
19019 2008-02-07 Jim Meyering <meyering@redhat.com>
19020
19021 * lread.c [lint]: Don't include <sys/inode.h>.
19022
19023 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * xselect.c (x_handle_dnd_message):
19026 * xmenu.c (digest_single_submenu, xmenu_show):
19027 * xdisp.c (with_echo_area_buffer_unwind_data)
19028 (format_mode_line_unwind_data, unwind_format_mode_line)
19029 (display_menu_bar):
19030 * eval.c (Ffetch_bytecode):
19031 * doc.c (store_function_docstring):
19032 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19033 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19034 * buffer.c (add_overlay_mod_hooklist): Use ASET.
19035
19036 2008-02-07 Kenichi Handa <handa@m17n.org>
19037
19038 * ftxfont.c (ftxfont_open): Don't set
19039 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19040
19041 * ftfont.c (ftfont_open): Fix previous change.
19042
19043 2008-02-06 Jason Rumney <jasonr@gnu.org>
19044
19045 * w32font.c (w32font_text_extents): Fill in lbearing metric.
19046 Use cached metrics for ASCII characters.
19047 (w32font_open_internal): Don't set font's owning_frame.
19048 Cache metrics for ASCII characters.
19049
19050 * w32font.h (struct w32font_info): Add ascii_metrics.
19051 Remove owning_frame.
19052
19053 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
19054
19055 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19056 to negative value.
19057
19058 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19059
19060 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19061
19062 * charset.c (syms_of_charset): Set QCtest and Qeq.
19063
19064 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * process.c (Fstart_process):
19067 * callproc.c (Fcall_process): Handle the case where
19068 Funhandled_file_name_directory returns nil.
19069
19070 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19071 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19072 * font.c (check_gstring): Use them and AREF to access the vector before
19073 we know it's really a gstring.
19074 (Ffont_shape_text): Fix typo.
19075 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19076
19077 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19078 Declare.
19079
19080 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19081
19082 2008-02-05 Jason Rumney <jasonr@gnu.org>
19083
19084 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19085 Set smallest_font_height and smallest_char_width in display info.
19086
19087 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19088
19089 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19090
19091 2008-02-05 Miles Bader <miles@gnu.org>
19092
19093 * xfaces.c (get_lface_attributes, merge_named_face)
19094 (lookup_named_face, lookup_derived_face, realize_named_face):
19095 Revert 2008-02-01 change by cyd@stupidchicken.com.
19096
19097 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19098
19099 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19100 fallback fonts.
19101 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19102
19103 2008-02-04 Jason Rumney <jasonr@gnu.org>
19104
19105 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19106 set full_name.
19107 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19108
19109 2008-02-03 Jason Rumney <jasonr@gnu.org>
19110
19111 * makefile.w32-in (OBJ1): Include font.o here.
19112 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19113
19114 2008-02-02 Jason Rumney <jasonr@gnu.org>
19115
19116 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19117
19118 2008-02-01 Jason Rumney <jasonr@gnu.org>
19119
19120 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19121
19122 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19123
19124 2008-02-01 Andreas Schwab <schwab@suse.de>
19125
19126 * Makefile.in (shortlisp, lisp): Update for rename of
19127 ../lisp/language/myanmar.el.
19128
19129 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
19130
19131 * xfaces.c (get_lface_attributes): Delete function.
19132 (merge_named_face, lookup_named_face, lookup_derived_face)
19133 (realize_named_face): Call lface_from_face_name directly, and use
19134 the fact that merge_face_vectors does not alter its FROM argument.
19135
19136 2008-02-01 Jason Rumney <jasonr@gnu.org>
19137
19138 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19139 input in the default locale. Handle non-Unicode multibyte input.
19140
19141 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19142
19143 * fontset.c (reorder_font_vector): Exclude nil elements from the
19144 font group. Don't try multiple fonts.
19145 (fontset_font): Adjust for the above change.
19146 (Finternal_char_font): Return nil if the found font doesn't
19147 contain the character ch.
19148
19149 * Makefile.in (lisp, shortlisp): Add cham.el.
19150
19151 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19152
19153 * font.h (FONTP): Make it return 1 also for a font-object.
19154
19155 * .gdbinit (xfontset): New function.
19156
19157 * font.c (font_find_for_lface): Check if the character C is
19158 supported or not only for the first font.
19159
19160 * fontset.c (reorder_font_vector): Fix typo.
19161 (fontset_find_font): Don't add a font-spec specifying a script.
19162 Use 0 (not Qt) for the indication of empty font-group. Change the
19163 format of RFONT-DEF. Return Qt if no font in the font-group
19164 support the character.
19165 (fontset_font): Adjust for the above change. If no font was
19166 found the character, remember that.
19167 (face_for_char): Adjust for the change of RFONT-DEF.
19168 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19169 no font for the target.
19170 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19171
19172 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19173
19174 * font.c (font_load_for_face): Handle the case that the font in
19175 face->lface is a string.
19176
19177 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19178
19179 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19180
19181 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19182
19183 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19184 Fix previous change. If the frame is not on a window system,
19185 signal an error.
19186
19187 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19188
19189 * coding.c (decode_coding_object, encode_coding_object): Adjust
19190 marker positions after conversion.
19191
19192 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19193
19194 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19195
19196 * font.c (font_find_for_lface): Fix the handling of the return
19197 value of font_has_char.
19198 (Ffont_shape_text): Fix previous change.
19199
19200 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19201 (fontset_ref_and_range): Delete it.
19202 (fontset_find_font): Call char_table_ref_and_range instead of
19203 FONTSET_REF_AND_RANGE.
19204 (make_fontset): Don't setup font groups of Latin here.
19205 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19206 (new_fontset_from_font): Make the specified font the default for
19207 all Latin characters.
19208
19209 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19210
19211 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19212 is on a window system before accessing the fontset of the frame.
19213
19214 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19215
19216 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19217
19218 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19219 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19220
19221 * font.c (Ffont_shape_text): If the font driver doesn't have a
19222 shaper function, make zero-width glyphs to have at least one-pixel
19223 width. Fix setting of `to' field of glyphs.
19224
19225 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19226
19227 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19228 glyphs.
19229
19230 * font.h (struct font_driver): Improve docstring of member `shape'.
19231
19232 2008-02-01 Kenichi Handa <handa@m17n.org>
19233
19234 * composite.c (syms_of_composite): Fix docstring of
19235 auto-composition-function.
19236
19237 * font.h (LGLYPH_SIZE): New macro.
19238
19239 * font.c (Ffont_fill_gstring): Stop filling when a character not
19240 supported by the font is found.
19241 (Ffont_shape_text): When a shape callback function returns nil,
19242 try at most two more times with larger gstring.
19243 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19244
19245 * xdisp.c (handle_auto_composed_prop): Change the argument to
19246 auto-composition-function.
19247
19248 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19249 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19250 Lispy glyph and store it in the lgstring.
19251
19252 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19253
19254 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19255
19256 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19257
19258 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19259
19260 * fontset.c (Vfont_encoding_charset_alist): New variable.
19261 (syms_of_fontset): DEFVAR it.
19262 (reorder_font_vector, fontset_find_font): Optimize for the case of
19263 no need of reordering.
19264 (face_for_char): Map the charset property by
19265 Vfont_encoding_charset_alist.
19266
19267 2008-02-01 Jason Rumney <jasonr@gnu.org>
19268
19269 * w32font.c (logfonts_match): Don't check adstyle here.
19270 (font_matches_spec): Check here against physical font instead.
19271 (add_font_entity_to_list): Avoid some substitutions.
19272
19273 * font.c (font_parse_fcname): Default weight and slant to normal.
19274 (font_score): Prefer normal fonts if weight or slant unspecified.
19275 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19276 match freetype scores.
19277
19278 2008-02-01 Jason Rumney <jasonr@gnu.org>
19279
19280 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19281 font, as it may have been deleted.
19282 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19283 most common hyphenless variation.
19284 (logfonts_match): Check generic family.
19285 (font_matches_spec): Don't check generic family here.
19286 (fill_in_logfont): Set generic family based on adstyle.
19287
19288 * w32font.h (w32font_get_cache): Update declaration.
19289
19290 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19291
19292 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19293
19294 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19295 If none of the new drivers are available, call font_update_drivers
19296 with the old drivers.
19297
19298 * w32font.c (w32font_get_cache): Adjust the argument type.
19299
19300 * xfont.c (xfont_get_cache): Adjust the argument type.
19301
19302 * font.h (struct font_driver): Change argument type of get_cache.
19303
19304 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19305
19306 * font.c (Ffont_get): Fix arguments to Fassoc.
19307 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19308 (font_clear_cache): New function.
19309 (font_list_entities, font_matching_entity): Use font_get_cache.
19310 (font_update_drivers): Call font_clear_cache when finishing a driver.
19311
19312 * fontset.c (fontset_find_font): Fix previous change.
19313
19314 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19315
19316 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19317 dpyinfo->font_table.
19318 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19319 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19320
19321 * font.c (font_at): Handle the case that the arg C is negative.
19322 Handle the unibyte case.
19323 (Ffont_at): Call font_at with the arg C -1.
19324
19325 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19326 the position here, and call font_at with the arg C -1.
19327 Don't check the range of the existing composition at the point.
19328
19329 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19330
19331 * fontset.c (fontset_add): New args charset_id and family.
19332 Change caller.
19333 (load_font_get_repertory, fontset_find_font): Assume that
19334 font_spec is always a font-spec object.
19335 (Fset_fontset_font): Always store a font-spec object in a fontset.
19336
19337 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19338 instead of get_property_and_range.
19339
19340 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19341
19342 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19343 (xftfont_open): Don't keep locking face.
19344 (xftfont_close): Don't unlock face.
19345 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19346
19347 * fontset.c (fontset_find_font): Don't prefer a font of
19348 supplementary charset.
19349
19350 2008-02-01 Kenichi Handa <handa@m17n.org>
19351
19352 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19353 script, langsys_tag to langsys, new member script.
19354 (OTF_TAG_STR): Terminate by '\0'.
19355 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19356 listing to the script specified in that property. Fix arg to
19357 OTF_check_features.
19358
19359 2008-02-01 Jason Rumney <jasonr@gnu.org>
19360
19361 * w32font.h: New file.
19362
19363 * w32font.c: Include it.
19364 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19365 (w32font_open): Set owning_frame.
19366 (w32font_text_extents): Use owning_frame.
19367 (struct font_callback_data): Add opentype_only field.
19368 (add_font_entity_to_list): Use it to filter fonts.
19369 Don't check against full name.
19370 (w32font_list_internal): New function.
19371 (w32font_list): Use it.
19372 (w32font_match_internal): New function.
19373 (w32font_match): Use it.
19374 (w32font_open_internal): New function.
19375 (w32font_open): Use it.
19376 (w32font_get_cache, w32font_close, w32font_has_char)
19377 (w32font_encode_char, w32font_text_extents, w32font_draw):
19378 Make non-static.
19379
19380 * makefile.w32-in (w32font.o): Depend on w32font.h.
19381
19382 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19383
19384 * charset.c (Fdefine_charset_internal): Record a supplementary
19385 charset at the tail of Vcharset_order_list.
19386
19387 * font.c (Ffont_shape_text): Fix the return value.
19388
19389 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19390
19391 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19392
19393 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19394
19395 * ftfont.c (struct OpenTypeSpec): New struct.
19396 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19397 (ftfont_get_open_type_spec): New function.
19398 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19399
19400 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19401
19402 2008-02-01 Jason Rumney <jasonr@gnu.org>
19403
19404 * w32font.c (add_font_entity_to_list): Compare only the beginning
19405 of full name.
19406
19407 2008-02-01 Kenichi Handa <handa@m17n.org>
19408
19409 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19410 Never return HANDLED_RECOMPUTE_PROPS.
19411
19412 2008-02-01 Kenichi Handa <handa@m17n.org>
19413
19414 * font.c (font_gstring_produce): Delete it.
19415
19416 * composite.h (COMPOSITION_METHOD):
19417 Handle COMPOSITION_WITH_GLYPH_STRING.
19418
19419 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19420
19421 * xfont.c (Qx): Delete.
19422 (syms_of_xfont): Don't initialize Qx.
19423
19424 * composite.h (enum composition_method):
19425 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19426
19427 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19428
19429 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19430 (choose_face_font): Accept new form of font-spec.
19431
19432 * frame.h (font_driver_list): Declare it unconditionally.
19433 (struct frame): Define members font_driver_list and font_data_list
19434 unconditionally.
19435
19436 * fontset.c: Include "font.h" unconditionally.
19437 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19438 (Fset_fontset_font): Accept a font-spec object.
19439
19440 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19441 PIXEL_SIZE part a wild card.
19442
19443 * dispextern.h (struct glyph_string): Define members clip and
19444 num_clips unconditionally.
19445 (struct face): Define members font_info and extra unconditionally.
19446
19447 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19448 ftfont_info only when HAVE_LIBOTF is defined.
19449
19450 2008-02-01 Andreas Schwab <schwab@suse.de>
19451
19452 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19453 and end.
19454
19455 2008-02-01 Jason Rumney <jasonr@gnu.org>
19456
19457 * w32font.c (w32font_driver): Add new fields.
19458
19459 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19460
19461 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19462 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19463 (LIBES): Add @M17N_FLT_CFLAGS@.
19464
19465 * composite.c (compose_text): Don't treat the new style
19466 composition specially.
19467
19468 * emacs.c (main): Call syms_of_font unconditionally.
19469
19470 * font.h (FONT_ENTITY_NOT_LOADABLE)
19471 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19472 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19473 (struct font_driver): New member shape.
19474 (font_registry_charsets): Extern it.
19475 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19476 (font_otf_capability, font_drive_otf): Delete their externs.
19477
19478 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19479 (font_charset_alist, font_registry_charsets): Move from xfont.c
19480 and rename.
19481 (font_prop_validate_otf): New function.
19482 (font_property_table): Register it for QCotf.
19483 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19484 (font_drive_otf): Delete.
19485 (font_prepare_composition): New arg F. Adjust for the change of
19486 lispy gstring.
19487 (font_find_for_lface): New arg C.
19488 (font_load_for_face): Adjust for the change of font_find_for_lface.
19489 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19490 lispy gstring.
19491 (Ffont_shape_text): New function.
19492 (Fopen_font): If the font size is not given, use 12-pixel.
19493 (Ffont_at): New arg STRING.
19494 (syms_of_font): Initialize font_charset_alist.
19495 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19496 conditionally.
19497
19498 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19499 fonts of the same font-spec. Change the format of RFONT-DEF.
19500 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19501 Adjust for the change of RFONT-DEF.
19502 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19503
19504 * ftfont.h: New file.
19505
19506 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19507 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19508 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19509 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19510 font_otf_capability and font_drive_otf, set ftfont_shape.
19511 (ftfont_list): Adjust for the change of :otf property value.
19512 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19513 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19514 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19515 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19516 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19517 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19518
19519 * w32term.c (x_draw_composite_glyph_string_foreground):
19520 Adjust for the change of lispy gstring.
19521
19522 * xdisp.c (handle_composition_prop): Adjust for the change of
19523 lispy gstring. Call a function for auto-composition with the
19524 third arg it->window.
19525 (fill_composite_glyph_string): Adjust for the change of lispy string.
19526 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19527
19528 * xfaces.c (set_font_frame_param): Adjust for the change of
19529 font_find_for_lface.
19530
19531 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19532 (xfont_registry_charsets): Likewise. Change caller.
19533 (syms_of_xfont): Don't handle x_font_charset_alist.
19534
19535 * xftfont.c: Include "ftfont.h".
19536 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19537 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19538 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19539 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19540 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19541 Set xftfont_driver.shape to xftfont_shape.
19542
19543 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19544 the change of lispy gstring.
19545
19546 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19547
19548 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19549
19550 2008-02-01 Jason Rumney <jasonr@gnu.org>
19551
19552 * w32font.c (w32font_draw): Fill background manually.
19553
19554 2008-02-01 Jason Rumney <jasonr@gnu.org>
19555
19556 * font.c (Qfontp): Remove unused symbol.
19557 (QCantialias): New symbol.
19558 (syms_of_font): Define it.
19559 (font_property_table): Set a validator for QCantialias.
19560
19561 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19562 Define if not already.
19563 (QCfamily): Share with xfaces.c.
19564 (Qstandard, Qsubpixel, Qnatural): New symbols.
19565 (syms_of_w32font): Define them. Don't define QCfamily here.
19566 (w32_antialias_type, lispy_antialias_type): New functions.
19567 (w32_enumfont_pattern_entity): New arg requested_font.
19568 Set antialias parameter if non-default was requested.
19569 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19570
19571 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19572
19573 * lread.c (read1): Undo the previous change.
19574
19575 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19576
19577 * frame.c (Fdelete_frame): Call font_update_drivers only when
19578 USE_FONT_BACKEND is defined.
19579
19580 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19581
19582 * font.h (struct font_bitmap): New member bits_per_pixel.
19583 (struct font_driver): New members start_for_frame and end_for_frame.
19584 (struct font_data_list): New struct.
19585 (font_put_frame_data, font_get_frame_data): Extern them.
19586
19587 * frame.h (struct frame): New member font_data_list.
19588
19589 * font.c (font_update_drivers): Call driver->start_for_frame and
19590 driver->end_for_frame at proper timings.
19591 (font_put_frame_data, font_get_frame_data): New functions.
19592 (Ffont_spec): Add usage in the docstring.
19593
19594 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19595 (Fdelete_frame): Call font_update_drivers.
19596
19597 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19598 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19599 (xftfont_get_xft_draw): New function.
19600 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19601 (xftfont_end_for_frame): New function.
19602 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19603
19604 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19605 Change argument. Cache GCs in the per-frame data.
19606 (struct ftxfont_frame_data): New struct.
19607 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19608 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19609 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19610 (ftxfont_end_for_frame): New function.
19611 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19612
19613 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19614
19615 2008-02-01 Kenichi Handa <handa@m17n.org>
19616
19617 * xselect.c (Vselection_coding_system)
19618 (Vnext_selection_coding_system): Delete them.
19619 (syms_of_xselect): Don't declare selection-coding-system and
19620 next-selection-coding-system. They are declared in select.el.
19621
19622 2008-02-01 Jason Rumney <jasonr@gnu.org>
19623
19624 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19625
19626 * w32fns.c: Include imm.h.
19627 (get_composition_string_fn, get_ime_context_fn): New optional
19628 system functions.
19629 (globals_of_w32fns): Load them from imm32.dll.
19630 (ignore_ime_char): New flag.
19631 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19632 WM_IME_ENDCOMPOSITION messages.
19633
19634 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19635 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19636
19637 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19638
19639 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19640 (READCHAR_REPORT_MULTIBYTE): New macro.
19641 (readchar): New 2nd arg MULTIBYTE.
19642 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19643 Make symbol's name multibyte according to the multibyteness of the
19644 source.
19645
19646 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19647
19648 * xfaces.c (face_for_overlay_string): Call lookup_face with
19649 correct arguments (fix of synching with the trunk).
19650
19651 2008-02-01 Kenichi Handa <handa@m17n.org>
19652
19653 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19654 (font_prop_validate_non_neg, font_prop_validate_spacing):
19655 Delete argument prop_index.
19656 (font_property_table): Change arguments to validater. Change Callers.
19657 (font_lispy_object): Delete.
19658 (font_at): Use font_find_object instead fo font_lispy_object.
19659
19660 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19661
19662 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19663 and file names.
19664
19665 2008-02-01 Jason Rumney <jasonr@gnu.org>
19666
19667 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19668 (font_matches_spec): Remove debug output.
19669 (add_font_entity_to_list): Avoid using substituted fonts.
19670
19671 2008-02-01 Jason Rumney <jasonr@gnu.org>
19672
19673 * doc.c (Fsnarf_documentation):
19674 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19675
19676 2008-02-01 Miles Bader <miles@gnu.org>
19677
19678 * dispextern.h (struct glyph_row): Only define "clip" field if
19679 HAVE_WINDOW_SYSTEM is defined.
19680
19681 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 Fix up multi-tty merge.
19684
19685 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19686 and indentation.
19687
19688 * xfaces.c (free_realized_face, clear_face_gcs):
19689 Include font_done_for_face in the input_blocked section, just in case.
19690
19691 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19692 (get_char_face_and_encoding): Undo last change and remove the *other*
19693 duplicate definition (i.e. keep the one that's better scoped and that
19694 includes code for the font-backend).
19695
19696 * terminal.c (create_terminal): Default keyboard_coding to
19697 `no-conversion' and terminal_coding to `undecided'.
19698
19699 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19700
19701 * fontset.c (free_realized_fontsets): Check that the table entry does
19702 contain a fontset before trying to compare it to `base'.
19703
19704 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19705 syms_of_charset, and syms_of_coding earlier because init_window_once
19706 now needs Vcoding_system_hash_table to be setup.
19707
19708 * coding.h (default_buffer_file_coding): Remove.
19709
19710 * coding.c (default_buffer_file_coding): Remove.
19711 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19712 than ->symbol, and use the terminal-local coding system.
19713 (syms_of_coding): Don't setup the coding-systems that are not
19714 terminal-local.
19715 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19716
19717 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19718 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19719
19720 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19721 in chartab.c and were re-added here by mistake.
19722 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19723
19724 * doc.c (Fsnarf_documentation):
19725 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19726 src to etc.
19727
19728 * ChangeLog.10: Add mistakenly removed entry.
19729
19730 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19731
19732 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19733
19734 2008-02-01 Miles Bader <miles@gnu.org>
19735
19736 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19737 Add extra args to FACE_FOR_CHAR.
19738
19739 2008-02-01 Kenichi Handa <handa@m17n.org>
19740
19741 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19742 in sequence.
19743
19744 * chartab.c (map_sub_char_table, map_char_table): If the range
19745 contains just one character, call the function with that character
19746 even if the depth is not 3.
19747
19748 2008-02-01 Jason Rumney <jasonr@gnu.org>
19749
19750 * w32font.c (w32font_text_extents): Calculate metrics for the
19751 whole string.
19752
19753 2008-02-01 Jason Rumney <jasonr@gnu.org>
19754
19755 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19756
19757 2008-02-01 Jason Rumney <jasonr@gnu.org>
19758
19759 * w32term.c (x_set_glyph_string_clipping): Use
19760 get_glyph_string_clip_rects.
19761 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19762 Adjust for the change of struct glyph_string.
19763
19764 * w32font.c (w32font_draw): Do clipping here.
19765
19766 2008-02-01 Kenichi Handa <handa@m17n.org>
19767
19768 * xftfont.c (xftfont_draw): Adjust for the change of struct
19769 glyph_string.
19770
19771 * xterm.c (x_set_glyph_string_clipping): Use
19772 get_glyph_string_clip_rects.
19773 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19774 Adjust for the change of struct glyph_string.
19775
19776 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19777 the resulting clip(s}.
19778 (expose_overlaps): Add arg r. Change callers. Set it to
19779 row->clip temporarily.
19780 (expose_window): Redraw rows overlapping the exposed area.
19781
19782 * dispextern.h (struct glyph_row): New member clip.
19783 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19784 clip_height, new member clip, and num_clips.
19785
19786 2008-02-01 Kenichi Handa <handa@m17n.org>
19787
19788 * data.c (Fchar_or_string_p): Fix docstring.
19789
19790 2008-02-01 Kenichi Handa <handa@m17n.org>
19791
19792 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19793 create a temporary XftDraw object.
19794
19795 2008-02-01 Kenichi Handa <handa@m17n.org>
19796
19797 * font.c (Ffontp): Fix docstring.
19798
19799 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19800 strong evidence of ISO-2022.
19801
19802 2008-02-01 Kenichi Handa <handa@m17n.org>
19803
19804 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19805 SYNTAX_ENTRY_FOLLOW_PARENT.
19806
19807 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19810 its type.
19811 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19812 Update to the new type of weak_hash_tables and next_weak.
19813
19814 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19815 a plain C pointer to Lisp_Hash_Table.
19816
19817 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19818 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19819 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19820 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19821 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19822 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19823 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19824 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19825 (GC_EQ): Remove since they've been identical to their non-GC_
19826 alter-egos ever since the markbit was eradicated.
19827
19828 * alloc.c:
19829 * buffer.c:
19830 * buffer.h:
19831 * data.c:
19832 * fileio.c:
19833 * filelock.c:
19834 * fns.c:
19835 * frame.h:
19836 * lisp.h:
19837 * macterm.c:
19838 * print.c:
19839 * process.c:
19840 * w32fns.c:
19841 * w32menu.c:
19842 * w32term.c:
19843 * xfns.c:
19844 * xmenu.c:
19845 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19846
19847 2008-02-01 Kenichi Handa <handa@m17n.org>
19848
19849 * chartab.c (map_sub_char_table): Make it work for the top-level
19850 char-table. Fix handling of parent char-table.
19851 (map_char_table): Adjust for the above change.
19852
19853 2008-02-01 Jason Rumney <jasonr@gnu.org>
19854
19855 * w32font.c (Qgdi): Rename from Qw32.
19856
19857 2008-02-01 Jason Rumney <jasonr@gnu.org>
19858
19859 * w32bdf.c (get_quoted_string): Make function static.
19860
19861 2008-02-01 Kenichi Handa <handa@m17n.org>
19862
19863 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19864 bigger ascent and descent than those of the font, use them as
19865 font's ascent and descent.
19866
19867 2008-02-01 Kenichi Handa <handa@m17n.org>
19868
19869 * Makefile.in (${lispsource}international/charprop.el): Move this
19870 target within "#ifdef HAVE_UNIDATA" and "#endif".
19871
19872 2008-02-01 Kenichi Handa <handa@m17n.org>
19873
19874 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19875 (shortlisp): Add ../lisp/language/tai-viet.el.
19876
19877 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19878
19879 * Makefile.in (${lispsource}international/charprop.el): Depend on
19880 temacs${EXEEXT}.
19881
19882 2008-02-01 Jason Rumney <jasonr@gnu.org>
19883
19884 * w32font.c (w32font_close): Delete the GDI font object.
19885
19886 * w32menu.c: Include character.h.
19887
19888 * w32proc.c: Likewise.
19889
19890 * w32select.c: Likewise.
19891
19892 * makefile.w32-in (w32proc.o): Depend on character.h.
19893
19894 2008-02-01 Jason Rumney <jasonr@gnu.org>
19895
19896 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19897
19898 * w32menu.c (syms_of_w32menu): Likewise.
19899
19900 * w32proc.c (syms_of_ntproc): Likewise.
19901
19902 * w32select.c (syms_of_w32select): Likewise.
19903
19904 * w32term.c (syms_of_w32term): Likewise.
19905
19906 2008-02-01 Jason Rumney <jasonr@gnu.org>
19907
19908 * w32font.c (w32font_draw): Delete brush after using it.
19909
19910 2008-02-01 Jason Rumney <jasonr@gnu.org>
19911
19912 * w32font.c (w32font_open): Don't set font_idx.
19913 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19914 to font settings.
19915 (w32font_draw): Fill background explicitly.
19916
19917 2008-02-01 Jason Rumney <jasonr@gnu.org>
19918
19919 * w32term.c (w32_initialize): Don't call w32font_initialize.
19920
19921 * w32font.c (w32font_info): Remove subranges.
19922 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19923 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19924 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19925 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19926 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19927 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19928 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19929 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19930 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19931 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19932 New symbols.
19933 (font_callback_data): New struct.
19934 (w32font_list, w32font_match): Use it.
19935 (w32font_open): Don't populate subranges.
19936 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19937 (w32font_encode_char): Always return unicode code-point as-is.
19938 (w32font_text_extents): Supply a transformation matrix to
19939 GetGlyphOutline. Never look up by glyph index. Avoid looping
19940 twice. Use unicode version of GetTexExtentPoint32 instead of
19941 glyph index version.
19942 (set_fonts_frame): Remove.
19943 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19944 set frame parameter. Use backward compatible fake foundries.
19945 Save generic family in extra slot under QCfamily. Make width slot
19946 constant. Save QCspacing value. Save list of scripts instead of
19947 binary subranges.
19948 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19949 (add_font_entity_to_list): Use font_callback_data struct. Filter
19950 unwanted fonts.
19951 (add_one_font_entity_to_list): Use font_callback_data struct.
19952 (w32_registry): Default to iso10646_1.
19953 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19954 string font registries. Don't fill in font name if it is a generic
19955 family name, fill family instead. Use spacing, family and script
19956 extra info to fill pitch, family and charset fields.
19957 (list_all_matching_fonts): Use font_callback_data struct.
19958 (unicode_range_for_char): Remove.
19959 (font_supported_scripts): New function.
19960 (w32font_initialize): Remove.
19961 (syms_of_w32font): Update which symbols are defined.
19962
19963 2008-02-01 Jason Rumney <jasonr@gnu.org>
19964
19965 * font.c (font_pixel_size): Reverse assq_no_quit args.
19966
19967 * w32term.h (FONT_WIDTH): Report max width, not average.
19968 (FONT_MAX_WIDTH): Remove.
19969 (FONT_AVG_WIDTH): New macro.
19970
19971 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19972 redefinition of FONT_WIDTH.
19973
19974 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19975 (w32_cache_char_metrics): Use FONT_WIDTH.
19976
19977 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19978
19979 2008-02-01 Jason Rumney <jasonr@gnu.org>
19980
19981 * w32font.c (w32font_open): Make lfHeight negative.
19982
19983 * w32fns.c (x_default_font_parameter): Use new style font name.
19984 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19985
19986 2008-02-01 Jason Rumney <jasonr@gnu.org>
19987
19988 * w32font.c (QCsubranges): New symbol.
19989 (w32font_open, w32font_has_char): Get subranges from subproperty
19990 of extra.
19991 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19992 (syms_of_w32font): Define :subranges symbol.
19993
19994 * font.c (font_put_extra): Expose externally.
19995
19996 * font.h (font_put_extra): Move declaration from font.c.
19997
19998 * font.c (Ffont_get): Use font driver to determine otf capability.
19999 (adjust_anchor): Check if driver defines anchor_point before using.
20000
20001 * w32font.c (w32font_open): Handle size, height and pixel_size better.
20002 (w32font_draw): Use options.
20003 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20004 Fix detection of truetype fonts.
20005 (registry_to_w32_charset): Handle charsets other than iso8859-1
20006 expressed as lisp symbols.
20007 (w32_registry): Express charset as lisp symbol.
20008 (fill_in_logfont): Reverse pixel and point height logic.
20009 Don't set width here. Set quality to default.
20010
20011 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20012 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20013
20014 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20015 Remove redundant loop and allocation.
20016
20017 * makefile.w32-in (font.o, w32font.o): New objects.
20018 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20019 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20020
20021 * xdisp.c (fill_composite_glyph_string): Make the first arg to
20022 STORE_XCHARB a valid l-value.
20023
20024 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20025 calculations for non-Truetype fonts.
20026 (x_draw_glyph_string): Sync with xterm.c.
20027 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20028 Remove redundant code.
20029 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20030
20031 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20032 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20033
20034 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20035 (x_to_w32_charset, w32_to_x_charset): Expose externally.
20036
20037 * w32font.c: New file for w32 font backend.
20038
20039 2008-02-01 Kenichi Handa <handa@m17n.org>
20040
20041 * term.c: Don't include "buffer.h" twice.
20042
20043 2008-02-01 Kenichi Handa <handa@m17n.org>
20044
20045 * character.c (Funibyte_string): New function.
20046 (syms_of_character): Defsubr it.
20047
20048 2008-02-01 Jason Rumney <jasonr@gnu.org>
20049
20050 * w32term.c [USE_FONT_BACKEND]:
20051 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20052 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20053 (x_draw_glyph_string, x_draw_glyph_string_foreground)
20054 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20055 (x_free_frame_resources): Sync with xterm.c.
20056
20057 2008-02-01 Andreas Schwab <schwab@suse.de>
20058
20059 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20060 char-table size.
20061
20062 2008-02-01 Kenichi Handa <handa@m17n.org>
20063
20064 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20065
20066 2008-02-01 Kenichi Handa <handa@m17n.org>
20067
20068 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20069 font_otf_gpos, add font_drive_otf.
20070
20071 * fontset.c (fontset_find_font): Pay attention to font size
20072 specified for a font.
20073 (reorder_font_vector): Check contents of font_def.
20074
20075 * font.c (struct otf_list): Delete it.
20076 (otf_list): Make it a lisp variable.
20077 (otf_open): Use lispy otf_list.
20078 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20079 (check_otf_features): New function.
20080 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20081 New functions.
20082 (font_drive_otf): New function merging font_otf_gsub and
20083 font_otf_gpos.
20084 (font_open_for_lface): New arg spec. Change argument order.
20085 (font_load_for_face): Adjust for the change of font_open_for_lface.
20086 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20087 Ffont_otf_gpos.
20088 (syms_of_font): Staticpro otf_list. Delete defsubr of
20089 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20090
20091 * xfaces.c (set_font_frame_param): Adjust for the change of
20092 font_open_for_lface.
20093
20094 * font.h (font_open_for_lface): Adjust prototype.
20095 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20096 member otf_drive.
20097 (font_otf_gsub, font_otf_gpos): Delete externs.
20098 (font_drive_otf): Extern it.
20099
20100 2008-02-01 Kenichi Handa <handa@m17n.org>
20101
20102 * font.c (font_at): If the window W is not on a window system,
20103 return Qnil.
20104
20105 * coding.c (produce_chars, encode_coding): Don't call
20106 insert_from_gap if no characters to produce.
20107
20108 2008-02-01 Kenichi Handa <handa@m17n.org>
20109
20110 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20111 Fclear_face_cache.
20112
20113 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20114
20115 2008-02-01 Miles Bader <miles@gnu.org>
20116
20117 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20118 Parse "--disable-font-backend" option.
20119 (standard_args): Add "--disable-font-backend" option.
20120
20121 2008-02-01 Kenichi Handa <handa@m17n.org>
20122
20123 * fontset.c (fontset_find_font): New function.
20124 (fontset_font): Use fontset_find_font.
20125 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20126 Register the specified font for all Latin characters.
20127 (new_fontset_from_font): Register the specified font for all Latin
20128 characters.
20129 (dump_fontset): For a realized fontset, include the base fontset
20130 name in the returned vector.
20131
20132 2008-02-01 Kenichi Handa <handa@m17n.org>
20133
20134 * character.h (CHAR_STRING): Cast C to unsigned on calling
20135 char_string.
20136
20137 * character.c (char_string): Type of arg C changed to unsigned.
20138 Signal an error if C is an invalid character code.
20139
20140 * editfns.c (general_insert_function, Fchar_to_string):
20141 Use CHARACTERP, not INTEGERP.
20142
20143 2008-02-01 Kenichi Handa <handa@m17n.org>
20144
20145 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20146 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20147
20148 * regex.c (analyse_first): Fix for multibyte characters in "case
20149 charset:" and "case categoryspec:".
20150
20151 2008-02-01 Andreas Schwab <schwab@suse.de>
20152
20153 * Makefile.in (LIBES): Move standard libraries to the end.
20154
20155 2008-02-01 Kenichi Handa <handa@m17n.org>
20156
20157 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20158 nonzero, don't shrink the buffer nextb.
20159
20160 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20161
20162 * coding.c (coding_alloc_by_making_gap): New arg offset.
20163 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20164 offset.
20165 (decode_coding_iso_2022): Update coding->safe_charsets.
20166 (decode_coding_gap): Temporarily set
20167 current_buffer->text->inhibit_shrinking to 1.
20168
20169 2008-02-01 Kenichi Handa <handa@m17n.org>
20170
20171 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20172 indexing into elements of s->cmp and s->char2b.
20173
20174 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
20175
20176 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20177
20178 2008-02-01 Kenichi Handa <handa@m17n.org>
20179
20180 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20181 target_multibyte instead of multibyte.
20182 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20183 (bcmp_translate): Change the argument name from multibyte to
20184 target_multibyte.
20185
20186 2008-02-01 Kenichi Handa <handa@m17n.org>
20187
20188 These changes are to compile a regexp into a pattern that can be
20189 used both for multibyte and unibyte targets.
20190
20191 * Makefile.in (search.o): Depend on charset.h.
20192
20193 * character.c (multibyte_char_to_unibyte_safe): New function.
20194
20195 * search.c: Include "charset.h".
20196 (compile_pattern_1): Delete argument multibyte. Don't set
20197 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20198 (compile_pattern): Don't compare cp->buf.target_multibyte.
20199 Compare cp->buf.charset_unibyte.
20200 (compile_pattern): Set cp->buf.target_multibyte.
20201
20202 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20203
20204 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20205
20206 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20207 multibyte. Change callers.
20208 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20209 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20210 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20211 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20212 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20213 (regex_compile): Make the compiled pattern usable both for
20214 multibyte and unibyte targets.
20215 (analyse_first): Make the fastmap usable both for multibyte and
20216 unibyte targets.
20217 (TRANSLATE_VIA_MULTIBYTE): Delete.
20218 (re_match_2_internal): Pay attention to the case that the
20219 multibyteness of bufp and target may be different.
20220
20221 2008-02-01 Kenichi Handa <handa@m17n.org>
20222
20223 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20224 empty box occupy at least one column width.
20225
20226 2008-02-01 Miles Bader <miles@gnu.org>
20227
20228 * Makefile.in: Remove redundant HAVE_XFT clause.
20229
20230 2008-02-01 Kenichi Handa <handa@m17n.org>
20231
20232 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20233
20234 2008-02-01 Kenichi Handa <handa@m17n.org>
20235
20236 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20237 being nil.
20238
20239 2008-02-01 Kenichi Handa <handa@m17n.org>
20240
20241 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20242
20243 2008-02-01 Kenichi Handa <handa@m17n.org>
20244
20245 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20246
20247 2008-02-01 Kenichi Handa <handa@m17n.org>
20248
20249 * search.c (simple_search): Fix previous change.
20250
20251 2008-02-01 Kenichi Handa <handa@m17n.org>
20252
20253 * xftfont.c (ftfont_font_format): Extern declaration.
20254
20255 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20256
20257 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20258 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20259
20260 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20261 (ftfont_font_format): Fix previous change.
20262
20263 * font.h (Ffont_xlfd_name): EXFUN it.
20264
20265 * font.c (font_parse_xlfd): Fix the array size of `f'.
20266 (register_font_driver): Use EQ to compare driver->type.
20267
20268 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20269 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20270 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20271
20272 2008-02-01 Kenichi Handa <handa@m17n.org>
20273
20274 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20275 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20276
20277 2008-02-01 Kenichi Handa <handa@m17n.org>
20278
20279 * xfont.c (xfont_open): Set font->format.
20280
20281 * xftfont.c (xftfont_open): Set font->format.
20282
20283 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20284 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20285 (ftfont_open): Set font->format.
20286 (ftfont_font_format): New function.
20287
20288 * font.h (struct font): New member format.
20289
20290 * font.c (Qopentype): New variable.
20291 (syms_of_font): Defsym it.
20292 (Fquery_font): Change the format of the last element of the return
20293 value.
20294
20295 2008-02-01 Kenichi Handa <handa@m17n.org>
20296
20297 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20298 last resort.
20299
20300 2008-02-01 Kenichi Handa <handa@m17n.org>
20301
20302 * coding.c (detect_coding_charset): Fix detection of multi-byte
20303 charset.
20304
20305 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20306
20307 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20308
20309 2008-02-01 Kenichi Handa <handa@m17n.org>
20310
20311 * xdisp.c (get_next_display_element): Set it->face_id for the
20312 first component of a composition.
20313 (x_produce_glyphs): Check if the font is changed or not for composition.
20314
20315 2008-02-01 Kenichi Handa <handa@m17n.org>
20316
20317 * fontset.c (Qlatin): New variable.
20318 (syms_of_fontset): Define it as a lisp symbol.
20319 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20320
20321 2008-02-01 Kenichi Handa <handa@m17n.org>
20322
20323 * font.c (font_unparse_fcname): Pay attention to the case that
20324 some of font property is a null string.
20325
20326 2008-02-01 Kenichi Handa <handa@m17n.org>
20327
20328 * term.c: Include "composite.h".
20329 (encode_terminal_code): Output all components of composition.
20330 Check the size of encode_terminal_src.
20331 (produce_glyphs): For composition, call produce_composite_glyph.
20332 (append_composite_glyph, produce_composite_glyph): New functions.
20333
20334 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20335 is not found, get font_info from the current ascii face.
20336
20337 2008-02-01 Kenichi Handa <handa@m17n.org>
20338
20339 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20340 buffer-file-name to Qnil before calling insert_from_buffer.
20341
20342 * font.c (font_unparse_fcname): Pay attention to the case that
20343 foundry is a null string.
20344
20345 2008-02-01 Kenichi Handa <handa@m17n.org>
20346
20347 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20348
20349 * font.c (Qunicode_sip): New variable.
20350 (syms_of_font): Declare it as a Lisp symbol.
20351
20352 * font.h (Qunicode_sip): Extern it.
20353
20354 2008-02-01 Kenichi Handa <handa@m17n.org>
20355
20356 * composite.c (get_composition_id): Pay attention to TAB component.
20357
20358 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20359 TAB. Adjust for the change of s->char2b which always points to
20360 the first element of allocated memory.
20361
20362 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20363
20364 * xdisp.c (handle_composition_prop): Set it->c to the first
20365 non-TAB component.
20366 (fill_composite_glyph_string): Change argument.
20367 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20368 (x_produce_glyphs): Fix handling of left/right padding.
20369
20370 2008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * coding.c (detect_coding_system): Fix for handling off
20373 inhibit_iso_escape_detection. Fix for the case that no coding
20374 system is defined for a specific coding category.
20375
20376 2008-02-01 Kenichi Handa <handa@m17n.org>
20377
20378 * font.c (font_matching_entity): Delete unused local var.
20379
20380 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20381 opening a font.
20382
20383 * fileio.c (Finsert_file_contents): On recovering a file, assume
20384 Unix-like eol.
20385 (choose_write_coding_system): On auto-saving a file, force
20386 Unix-like eol.
20387
20388 * coding.c (setup_coding_system): Fix setting of
20389 coding->common_flags based on eol_type.
20390 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20391 inherit from it.
20392
20393 2008-02-01 Kenichi Handa <handa@m17n.org>
20394
20395 * alloc.c (NSTATICS): Increas to 0x600.
20396
20397 2008-02-01 Kenichi Handa <handa@m17n.org>
20398
20399 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20400 (ftfont_list): Don't check :name property.
20401 (ftfont_match): New function.
20402 (ftfont_pattern_entity): If the pattern doesn't contain
20403 FC_SPACING, don't assume FC_MONO.
20404
20405 * font.h (struct font_driver): New member `match'.
20406 (font_update_drivers): Adjust prototype.
20407
20408 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20409 property of FONT.
20410 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20411 them unconditionally.
20412 (font_matching_entity): New function.
20413 (font_open_by_name): Try font_matching_entity if exact match is
20414 not found.
20415 (font_update_drivers): Delete the arg FONT. Return a list of
20416 actually used backends. Don't free faces, font caches here.
20417 Don't store data in frame parameters. Don't call x_set_font.
20418 (Ffont_spec): Store :name property as is.
20419 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20420 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20421 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20422 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20423 Call font->driver->otf_gsub instead of font_otf_gsub.
20424
20425 * frame.c (x_set_font_backend): Do more works that were done in
20426 font_update_drivers before.
20427
20428 * xfont.c (xfont_match): New function.
20429 (xfont_driver): Set xfont_driver.match to xfont_match.
20430 (xfont_draw): Set font in GC if necessary.
20431
20432 * ftxfont.c (ftxfont_match): New function.
20433 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20434
20435 * xftfont.c (xftfont_match): New function.
20436 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20437
20438 2008-02-01 Kenichi Handa <handa@m17n.org>
20439
20440 * font.h (struct font): New member scalable.
20441 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20442 (font_otf_gsub): Adjust prototype.
20443
20444 * font.c (font_otf_capability): Fix handling of the default langsys.
20445 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20446 Check the contents of SPEC.
20447 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20448 (check_gstring): New function.
20449 (REPLACEMENT_CHARACTER): New macro.
20450 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20451 glyph codes of GSTRING.
20452 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20453 (font_prepare_composition): Set cmp->glyph_len.
20454 (font_open_entity): Set font->scalable.
20455 (Ffont_get): Handle :otf property.
20456 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20457 functions.
20458 (Fquery_font): Use font->font.full_name.
20459 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20460 Sfont_otf_alternates.
20461
20462 * ftfont.c (ftfont_open): Set font->font.full_name and
20463 font->font.name properly. Fix calculation of font->font.height
20464 and font->min_width.
20465
20466 * ftxfont.c (ftxfont_create_gcs): New function.
20467 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20468 (ftxfont_draw_backgrond): Fix filling region.
20469 (ftxfont_default_fid): New function.
20470 (ftxfont_open): Set xfont->fid to the return value of
20471 ftxfont_default_fid.
20472 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20473 (ftxfont_done_face): Free only GCs that are created by
20474 ftxfont_create_gcs.
20475 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20476
20477 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20478 Clip to src->width, etc (not src->clip_XXX).
20479
20480 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20481 FontBackend frame parameter.
20482
20483 2008-02-01 Kenichi Handa <handa@m17n.org>
20484
20485 * font.h (struct font_driver_list): New member `on'.
20486 (Fclear_font_cache): EXFUN it.
20487 (font_update_drivers): Extern it.
20488
20489 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20490 (font_list_entities): Check driver_list->on.
20491 (register_font_driver): Initialize `on' member to 0.
20492 (font_update_drivers): New function.
20493 (Fclear_font_cache): Check driver_list->on.
20494
20495 * frame.h (Qfont_backend): Extern it.
20496 (x_set_font_backend): Extern it.
20497
20498 * frame.c (Qfont_backend): New variable.
20499 (frame_parms): New element for font-backend.
20500 (x_set_font_backend): New function.
20501
20502 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20503 FontBackend frame parameter.
20504 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20505 x_set_font_backend.
20506
20507 * xfont.c (xfont_list): Don't try listing by :name property if the
20508 name is not for XLFD.
20509
20510 2008-02-01 Kenichi Handa <handa@m17n.org>
20511
20512 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20513 (LGLYPH_SET_TO): New macros.
20514 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20515 element of G is vector or not.
20516 (font_at): Extern it.
20517
20518 * font.c: Include window.h.
20519 (font_lispy_object): New function.
20520 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20521 end of valid glyph.
20522 (font_close_object): Fix getting (struct font *).
20523 (font_at): New function.
20524 (Ffont_get): If FONT is a font-object, get entity from it.
20525 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20526 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20527 range check.
20528 (Ffont_at): New function.
20529 (syms_of_font): Defsubr Sfont_at.
20530
20531 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20532 before the entry for Qcomposition.
20533 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20534 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20535 the font in gstring.
20536 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20537 LGLYPH_FORM (g) to detect the end of valid glyph.
20538 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20539 we are composing with gstring.
20540
20541 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20542 Check if adjustment is vector or not.
20543
20544 * Makefile.in (font.o): Make it depends on window.h.
20545
20546 2008-02-01 Kenichi Handa <handa@m17n.org>
20547
20548 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20549 adjustment is vector or not.
20550
20551 2008-02-01 Miles Bader <miles@gnu.org>
20552
20553 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20554
20555 2008-02-01 Kenichi Handa <handa@m17n.org>
20556
20557 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20558 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20559 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20560
20561 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20562 (DEVICE_DELTA): Fix typo.
20563 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20564 LGLYPH format.
20565
20566 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20567 the change of LGLYPH format.
20568
20569 2008-02-01 Kenichi Handa <handa@m17n.org>
20570
20571 * ftfont.c (ftfont_list): Fix typo.
20572 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20573
20574 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20575
20576 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20577
20578 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20579 xftface_info is non-NULL.
20580
20581 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20582
20583 * ftfont.c (ftfont_list): Move misplaced #endif.
20584
20585 2008-02-01 Kenichi Handa <handa@m17n.org>
20586
20587 * ftfont.c (ftfont_list): Pay attention to the case that
20588 FC_CAPABILITY is not defined.
20589
20590 2008-02-01 Kenichi Handa <handa@m17n.org>
20591
20592 * xftfont.c (xftfont_open): Set charset related members to -1.
20593
20594 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20595 QCname.
20596 (ftfont_open): Set charset related members to -1.
20597
20598 * fontset.c (Votf_script_alist): New variable.
20599 (syms_of_fontset): Initialize it.
20600 (fontset_font): Delete unused variable.
20601
20602 * fontset.h (Votf_script_alist): Extern it.
20603
20604 * font.c (font_find_for_lface): Optimize code.
20605
20606 * font.h (font_close_object, font_merge_old_spec): Extern them.
20607
20608 2008-02-01 Kenichi Handa <handa@m17n.org>
20609
20610 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20611 (syms_of_font): Initialize them.
20612 (font_pixel_size): Allow float value in dpi.
20613 (font_prop_validate_type): Delete.
20614 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20615 Change caller.
20616 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20617 (font_prop_validate_extra): Delete.
20618 (font_prop_validate_spacing): New function.
20619 (font_property_table): Add elements for all known properties.
20620 (get_font_prop_index): Rename from check_font_prop_name. New
20621 argument FROM. Change caller.
20622 (font_prop_validate): Validate all known properties.
20623 (font_put_extra): Delete argument force. Change caller.
20624 (font_expand_wildcards): Make it static. Fix the way of shrinking
20625 the possible range.
20626 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20627 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20628 Change caller.
20629 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20630 (font_parse_fcname): Delete argument merge. Fix parsing of point
20631 size. Don't validate properties values here. Change caller.
20632 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20633 (font_open_by_name): Delete unused variable.
20634 (Ffont_spec): Likewise. Validate property values.
20635 (Ffont_match_p): New function.
20636
20637 * font.h (QCscalable): Extern it.
20638 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20639
20640 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20641
20642 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20643 (xfont_list_pattern): New function.
20644 (xfont_list): Use xfont_list_pattern.
20645
20646 2008-02-01 Kenichi Handa <handa@m17n.org>
20647
20648 * font.h (Flist_fonts): EXFUN it.
20649
20650 2008-02-01 Jason Rumney <jasonr@gnu.org>
20651
20652 * w32term.c (w32_initialize): Add back smoothing_type and
20653 smoothing_enabled definitions.
20654
20655 2008-02-01 Kenichi Handa <handa@m17n.org>
20656
20657 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20658 s->face->font on determining underline position.
20659
20660 2008-02-01 Kenichi Handa <handa@m17n.org>
20661
20662 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20663 (font_has_char): Accept font-object too.
20664 (font_find_for_lface): Try at first with a size specified in face.
20665
20666 2008-02-01 Kenichi Handa <handa@m17n.org>
20667
20668 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20669 font_open_by_name.
20670
20671 2008-02-01 Kenichi Handa <handa@m17n.org>
20672
20673 * font.h (QCspacing, QCdpi): Extern them.
20674 (enum font_spacing): New enum.
20675 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20676
20677 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20678 (QCspacing, QCdpi): New variables.
20679 (syms_of_font): Initialize them.
20680 (font_pixel_size): New function.
20681 (font_put_extra): New function.
20682 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20683 in FONT_EXTRA.
20684 (font_parse_fcname): Handle enumerated values (e.g. bold).
20685 Fix handling font size. Add QCname property that contains only
20686 unknown properties.
20687 (font_score): Change argument. Change caller. Pay attention to
20688 FONT_PIXEL_SIZE_QUANTUM.
20689 (font_sort_entites, font_list_entities, font_find_for_lface)
20690 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20691 (Ffont_spec): Add QCname property that contains only unknown properties.
20692
20693 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20694 include weight in listing pattern, instead check weight of each
20695 listed font. Don't include scalable in pattern. Pay attention to
20696 FONT_PIXEL_SIZE_QUANTUM.
20697
20698 2008-02-01 Kenichi Handa <handa@m17n.org>
20699
20700 * font.c (font_parse_fcname): Fix parsing of point-size.
20701 (font_unparse_fcname): Produce symbolic names for style properties.
20702 (font_list_entities): Handle float size correctly.
20703 (font_open_by_name): Prefer `normal' property values if the name
20704 doesn't specify them.
20705
20706 * fontset.c (Finternal_char_font): Use font_get_name, not
20707 Ffont_xlfd_name.
20708
20709 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20710 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20711 pattern. Don't force scalable.
20712
20713 * xftfont.c (xftfont_open): For generating a name, start from
20714 96-byte buffer.
20715
20716 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20717
20718 * frame.h (x_new_fontset2): Fix prototype.
20719
20720 2008-02-01 Kenichi Handa <handa@m17n.org>
20721
20722 * font.h (struct font_driver): Delete member parse_name.
20723 (font_match_p, font_get_spec, font_parse_fcname)
20724 (font_unparse_fcname): Extern them.
20725 (font_get_name): Adjust prototype.
20726
20727 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20728 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20729 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20730 unnecessary checks for weight, slant, and swidth.
20731 (font_parse_fcname): New function.
20732 (font_unparse_fcname): New function.
20733 (font_parse_name): New function.
20734 (font_match_p): New function.
20735 (font_get_name): Change return value to Lisp string.
20736 (font_get_spec): New function.
20737 (Qunspecified, Qignore_defface): Don't extern them.
20738 (font_find_for_lface): Assume that LFACE is fully specified.
20739 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20740 object, use it for FACE.
20741 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20742 driver->parse_name.
20743 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20744
20745 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20746 prototype.
20747
20748 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20749 argument F. Don't call Fnew_fontset. Instead, directly call
20750 make_fontset.
20751
20752 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20753
20754 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20755 of x_new_fontset2.
20756
20757 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20758 (Qsans__serif): New variables.
20759 (ftfont_generic_family_list): New variable.
20760 (syms_of_ftfont): Initialize the above variables.
20761 (ftfont_pattern_entity): Delete argument NAME.
20762 (ftfont_list_generic_family): New function.
20763 (ftfont_parse_name): Delete this function.
20764 (ftfont_list): Try generic family only when FcFontList found no font.
20765 (ftfont_list_family): Fix args to FcObjectSetBuild.
20766
20767 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20768 object in attrs[LFACE_FONT_INDEX].
20769 (set_lface_from_font_name): Cancel all changes for font-backend.
20770 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20771 function.
20772 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20773 font object in QCfont attribute.
20774 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20775 (realize_default_face) [USE_FONT_BACKEND]: Call
20776 set_lface_from_font_and_fontset.
20777
20778 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20779 "fixed", and signal error here if no suitable font was found.
20780
20781 * xfont.c (xfont_parse_name): Delete this function.
20782
20783 * xftfont.c (xftfont_open): Change coding style of error
20784 handling. Generate fontconfig's fontname pattern.
20785
20786 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20787 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20788
20789 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20790 Both args FONTSET and FONT_OBJECT must be existing ones.
20791
20792 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20793
20794 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20795
20796 2008-02-01 Kenichi Handa <handa@m17n.org>
20797
20798 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20799
20800 * font.h (struct font): Fix typo.
20801
20802 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20803 XLFD_XXX_INDEX.
20804 (enum xlfd_field_mask): New enum.
20805 (intern_font_field): Changed argument. Change caller. If digits
20806 are followed by non-digits, return a symbol.
20807 (font_expand_wildcards): New function.
20808 (font_parse_xlfd): Fix wildcard handling.
20809 (Ffont_spec): If :name is specified, reflect the info in the other
20810 properties.
20811
20812 * ftfont.c (ftfont_pattern_entity): Fix typo.
20813 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20814 locale.
20815
20816 2008-02-01 Kenichi Handa <handa@m17n.org>
20817
20818 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20819
20820 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20821 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20822 registry doesn't specify encoding part.
20823 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20824 (font_open_by_name): At first try parsing the name.
20825 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20826 as Lisp symbols.
20827
20828 * fontset.c (reorder_font_vector): Pay attention to the case that
20829 the 3rd element of font_def is nil.
20830 (fontset_font): For the default fontset, append one more fontset
20831 elements for a script-based font specification. Don't add script
20832 attribute on finding a font.
20833 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20834 font name.
20835 (fontset_ascii_font): If a font can't be opened, return nil.
20836
20837 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20838 (ftfont_pattern_entity): New function.
20839 (ftfont_get_cache): Assume that freetype_font_cache is already
20840 initialized.
20841 (ftfont_list): Handle the case that a file is specified in font
20842 name. Use ftfont_pattern_entity to generate entities.
20843 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20844 (syms_of_ftfont): Initialize freetype_font_cache.
20845
20846 * xftfont.c (xftfont_open): Make the font name fontconfig's
20847 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20848 (xftfont_close): Free font->font.name if not NULL.
20849
20850 * xfont.c (xfont_list): If script is specified for a font, return
20851 null_vector.
20852 (xfont_list_family): Declare argument type.
20853
20854 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20855 name, set LFACE_FONT (lface) to nil.
20856
20857 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20858 return Qnil.
20859
20860 2008-02-01 Kenichi Handa <handa@m17n.org>
20861
20862 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20863 (standard_args): Add "-enable-font-backend".
20864
20865 2008-02-01 Kenichi Handa <handa@m17n.org>
20866
20867 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20868 (struct xftdraw_list, xftdraw_list): Delete them.
20869 (register_xftdraw, check_xftdraw): Delete them.
20870 (xftfont_prepare_face): Don't call register_xftdraw.
20871 (xftfont_done_face): Don't call check_xftdraw.
20872 (xftfont_draw): Get background color only when with_background is
20873 nonzero.
20874
20875 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20876
20877 2008-02-01 Kenichi Handa <handa@m17n.org>
20878
20879 These changes are for the new font handling codes.
20880
20881 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20882 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20883 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20884 (FONTSRC, FONTOBJ): New variables.
20885 (obj): Add $(FONTOBJ).
20886 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20887 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20888 @LIBOTF_LIBS@.
20889 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20890 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20891
20892 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20893
20894 * character.h (Vscript_representative_chars): Extern it.
20895
20896 * character.c (Vscript_representative_chars): New variable.
20897 (syms_of_character): Declare it as a Lisp variable.
20898
20899 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20900 enable_font_backend is nonzero, accept the composition method
20901 COMPOSITION_WITH_GLYPH_STRING.
20902
20903 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20904 enumeration COMPOSITION_WITH_GLYPH_STRING.
20905
20906 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20907 members clip_x, clip_y, clip_width, and clip_height.
20908 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20909
20910 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20911 --enable-font-backend. Call syms_of_font.
20912
20913 * fns.c (assoc_no_quit): New function.
20914
20915 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20916 (face_for_font, new_fontset_from_font)
20917 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20918
20919 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20920 (fontset_font, fontset_ascii, face_for_char)
20921 (make_fontset_for_ascii_face, Ffont_info)
20922 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20923 is nonzero, use font-backend mechanism.
20924 (find_font_encoding): Make it non-static.
20925 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20926 New functions.
20927
20928 * frame.h (struct frame): New members resx and resy.
20929 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20930 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20931
20932 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20933 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20934
20935 * lisp.h (assoc_no_quit): Extern it.
20936
20937 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20938 Through out the file, use FONT_INFO_FROM_FACE instead of
20939 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20940 rif->per_char_metric.
20941 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20942 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20943 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20944 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20945 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20946 nonzero, use font-backend mechanism.
20947 (get_per_char_metric): New function.
20948
20949 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20950 (set_lface_from_font_name)
20951 (set_font_frame_param, free_realized_face)
20952 (prepare_face_for_display, clear_face_gcs)
20953 (Finternal_set_font_selection_order, realize_x_face)
20954 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20955 font-backend mechanism.
20956 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20957 (load_face_font) [USE_FONT_BACKEND]: Abort.
20958 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20959 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20960
20961 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20962 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20963 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20964 nonzero, register all available font drivers. Call
20965 x_default_font_parameter for deciding a font.
20966 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20967
20968 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20969 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20970 (x_set_glyph_string_clipping_exactly)
20971 (x_compute_glyph_string_overhangs)
20972 (x_draw_glyph_string_foreground)
20973 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20974 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20975 enable_font_backend is nonzero, use font-backend mechanism.
20976 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20977
20978 2008-02-01 Kenichi Handa <handa@m17n.org>
20979
20980 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20981 system_eol_type.
20982 (syms_of_coding): Initialize system_eol_type.
20983
20984 * process.c (Fset_process_coding_system): Inherit system's eol
20985 format if necessary.
20986
20987 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20988
20989 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20990
20991 2008-02-01 Kenichi Handa <handa@m17n.org>
20992
20993 * coding.c (decode_eol): Pay attention to buffer relocation in
20994 del_range_2.
20995 (decode_coding): Call decode_eol before restoring undo_list.
20996
20997 2008-02-01 Kenichi Handa <handa@m17n.org>
20998
20999 * charset.c (Fdefine_charset_internal): Fix setting of
21000 emacs_mule_bytes.
21001
21002 2008-02-01 Kenichi Handa <handa@m17n.org>
21003
21004 * keyboard.c (read_char): Check if C is a character or not before
21005 looking up Vkeyboard_translate_table.
21006
21007 2008-02-01 Kenichi Handa <handa@m17n.org>
21008
21009 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21010 condition to terminate the loop.
21011
21012 2008-02-01 Kenichi Handa <handa@m17n.org>
21013
21014 * coding.c (produce_composition): Compare charbuf[i] instead of
21015 args[i] against 0.
21016 (Fterminal_coding_system): Use EQ to compare Lisp objects.
21017
21018 2008-02-01 Kenichi Handa <handa@m17n.org>
21019
21020 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21021 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21022 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21023 detect_coding.
21024 (emacs_mule_char): Handle old style (Emacs 20) component character
21025 of a composition.
21026 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21027 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21028 composition rule.
21029 (decode_coding_emacs_mule): Handle invalid bytes correctly.
21030
21031 2008-02-01 Kenichi Handa <handa@m17n.org>
21032
21033 * coding.c (encode_coding_ccl): Allocate destination dynamically
21034 when necessary.
21035
21036 2008-02-01 Kenichi Handa <handa@m17n.org>
21037
21038 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21039 the loop. When quitted, show a proper error message.
21040
21041 2008-02-01 Kenichi Handa <handa@m17n.org>
21042
21043 * xterm.c (x_set_glyph_string_clipping_exactly): Set
21044 src->clip_head and src->clip_tail temporarily instead of src->hl.
21045
21046 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21047 character sequence.
21048 (Fccl_execute_on_string): Use ASET, not XSET.
21049
21050 2008-02-01 Kenichi Handa <handa@m17n.org>
21051
21052 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21053
21054 2008-02-01 Kenichi Handa <handa@m17n.org>
21055
21056 * coding.c (decode_coding): Fix the condition of terminating the
21057 decoding loop.
21058
21059 2008-02-01 Kenichi Handa <handa@m17n.org>
21060
21061 * data.c (Faset): On setting a character bigger than 255 in a
21062 unibyte string, signal an error instead of make the string multibyte.
21063
21064 2008-02-01 Kenichi Handa <handa@m17n.org>
21065
21066 * charset.c (map_charset_chars): Fix for ascii-compatible charset
21067 made by a mapping table.
21068
21069 2008-02-01 Kenichi Handa <handa@m17n.org>
21070
21071 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21072 not.
21073 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21074 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21075
21076 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21077 s->face is NULL or not.
21078
21079 2008-02-01 Kenichi Handa <handa@m17n.org>
21080
21081 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21082 (x_draw_glyph_string): Fix drawing of right_overhang and
21083 left_overhang around/on cursor.
21084
21085 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21086
21087 2008-02-01 Kenichi Handa <handa@m17n.org>
21088
21089 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21090
21091 2008-02-01 Kenichi Handa <handa@m17n.org>
21092
21093 * coding.c (Fdefine_coding_system_internal)
21094 (Fdefine_coding_system_alias): Avoid a duplicated element in
21095 Vcoding_system_alist.
21096
21097 2008-02-01 Kenichi Handa <handa@m17n.org>
21098
21099 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21100
21101 * coding.c (Qcoding_system_define_form): New variable.
21102 (syms_of_coding): Intern and staticpro it.
21103 (Fcoding_system_p): Check Qcoding_system_define_form.
21104 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21105
21106 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21107 Fcoding_system_p.
21108 (CHECK_CODING_SYSTEM): If ID is not available, call
21109 Fcheck_coding_system.
21110 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21111 Try also Fcheck_coding_system.
21112
21113 2008-02-01 Kenichi Handa <handa@m17n.org>
21114
21115 * coding.c (code_conversion_restore): GCPRO arg.
21116
21117 2008-02-01 Kenichi Handa <handa@m17n.org>
21118
21119 * character.c (lisp_string_width): Check multibyteness of STRING.
21120
21121 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21122
21123 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21124 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21125 (decode_mac_font_name): Use decode_coding_c_string instead of
21126 decode_coding.
21127 (x_load_font): Initialize fontp->fontset to -1. Set
21128 fontp->encoding_type.
21129
21130 2008-02-01 Kenichi Handa <handa@m17n.org>
21131
21132 * search.c (search_buffer): Give up BM search on case-fold-search
21133 if one of a target character has a case-equivalence of different
21134 byte length even if that target character is an ASCII.
21135 (simple_search): Fix calculation of byte length of matched text.
21136 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21137
21138 2008-02-01 Kenichi Handa <handa@m17n.org>
21139
21140 * coding.c (decode_coding): Fix handling of invalid bytes.
21141
21142 2008-02-01 Kenichi Handa <handa@m17n.org>
21143
21144 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21145 Unicode characters.
21146
21147 2008-02-01 Kenichi Handa <handa@m17n.org>
21148
21149 * coding.c (encode_coding_object): If a pre-write-conversion
21150 function makes a new buffer, kill it.
21151
21152 2008-02-01 Kenichi Handa <handa@m17n.org>
21153
21154 * coding.c (QCascii_compatible_p): New variable.
21155 (syms_of_coding): Initialize it.
21156 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21157 calling string_char.
21158 (record_conversion_result): Add `default:' case.
21159 (coding_charset_list): Delete unused variable `coding_type'.
21160 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21161 property in the plist of the coding system.
21162 (Fcoding_system_put): Check QCascii_compatible_p.
21163
21164 2008-02-01 Miles Bader <miles@gnu.org>
21165
21166 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21167 removed calculation of frame `f', as it's now used.
21168
21169 2008-02-01 Kenichi Handa <handa@m17n.org>
21170
21171 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21172 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21173 (UNIDATA): New variable.
21174 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21175 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21176 $(RUN_TEMACS) unconditionally.
21177
21178 2008-02-01 Kenichi Handa <handa@m17n.org>
21179
21180 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21181 (admindir): New variable.
21182 ($(lispsource)international/charprop.el): New target.
21183
21184 2008-02-01 Miles Bader <miles@gnu.org>
21185
21186 * character.c (chars-in-region): Remove obsolete function.
21187 (syms_of_character): Remove its initialization.
21188
21189 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21190
21191 * w32select.c (validate_coding_system)
21192 (setup_windows_coding_system): New functions.
21193 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21194 setup_windows_coding_system.
21195 (setup_config, Fw32_get_clipboard_data): Use
21196 validate_coding_system.
21197 (Fx_selection_exists): Move call to setup_config to a place
21198 where signals are allowed.
21199
21200 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21201 (Fcheck_coding_system): Add declarations.
21202
21203 2008-02-01 Kenichi Handa <handa@m17n.org>
21204
21205 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21206
21207 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21208
21209 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21210 string as the second argument for x_new_fontset.
21211
21212 2008-02-01 Kenichi Handa <handa@m17n.org>
21213
21214 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21215 (encode_coding_object): Use safe_call instead of call2.
21216
21217 2008-02-01 Kenichi Handa <handa@m17n.org>
21218
21219 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21220
21221 * Makefile.in (lisp): Include charprop.el.
21222
21223 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21224
21225 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21226 Not sure if it's unnecessary.
21227
21228 2008-02-01 Steven Tamm <steventamm@mac.com>
21229
21230 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21231 some possibly unnecessary fontset checking code that crashed
21232 when creating a new frame.
21233
21234 2008-02-01 Kenichi Handa <handa@m17n.org>
21235
21236 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21237 lookup_face.
21238
21239 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21240
21241 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21242
21243 2008-02-01 Kenichi Handa <handa@m17n.org>
21244
21245 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21246 (coding_charset_list): New function.
21247
21248 * coding.h (coding_charset_list): Extern it.
21249
21250 2008-02-01 Kenichi Handa <handa@m17n.org>
21251
21252 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21253 concatenation of family and registry.
21254
21255 2008-02-01 Kenichi Handa <handa@m17n.org>
21256
21257 * character.h (BYTE8_STRING): Fix typo.
21258
21259 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21260 string to multibyte (sync to HEAD).
21261
21262 * casefiddle.c (casify_region): Handle changes in byte-length
21263 using replace_range_2 (sync to HEAD).
21264
21265 2008-02-01 Andreas Schwab <schwab@suse.de>
21266
21267 * chartab.c (map_char_table): GCPRO table and arg.
21268
21269 2008-02-01 Kenichi Handa <handa@m17n.org>
21270
21271 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21272 already at limit.
21273
21274 2008-02-01 Kenichi Handa <handa@m17n.org>
21275
21276 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21277 instead of fast_c_string_match_ignore_case.
21278 (find_font_encoding): Change argument to Lisp_Object. Use
21279 fast_string_match_ignore_case instead of
21280 fast_c_string_match_ignore_case. Change caller.
21281
21282 2008-02-01 Kenichi Handa <handa@m17n.org>
21283
21284 * xdisp.c (get_next_display_element): In unibyte case, decide to
21285 display in octal form by checking a character by
21286 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21287
21288 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21289
21290 * character.c (unibyte_has_multibyte_table): New variable.
21291
21292 * character.h (unibyte_has_multibyte_table): Extern it.
21293 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21294
21295 2008-02-01 Kenichi Handa <handa@m17n.org>
21296
21297 * coding.c (encode_coding_iso_2022): Fix handling of charset
21298 annotation.
21299
21300 2008-02-01 Kenichi Handa <handa@m17n.org>
21301
21302 * coding.c (setup_coding_system): If coding_system is nil, use
21303 Qundecided.
21304 (Fterminal_coding_system): Return nil if terminal coding system is
21305 `undecided'.
21306 (syms_of_coding): Define coding-system `undecided' here. Setup
21307 terminal_coding as `undecided'.
21308
21309 2008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * xdisp.c (message_dolog, set_message_1): Call
21312 unibyte_char_to_multibyte with arg type int.
21313
21314 * lread.c (read1): Fix reading of a char-table.
21315
21316 * print.c (print_object): Include sub char-table in circularities
21317 detection.
21318
21319 2008-02-01 Kenichi Handa <handa@m17n.org>
21320
21321 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21322 Append the found sequences in car of ARGS instead of prepending.
21323
21324 2008-02-01 Kenichi Handa <handa@m17n.org>
21325
21326 * fileio.c (report_file_error): Make a unibyte string from
21327 strerror (errorno).
21328 (Fsubstitute_in_file_name): Fix the arg to
21329 unibyte_char_to_multibyte. It is evaluated twice.
21330
21331 2008-02-01 Kenichi Handa <handa@m17n.org>
21332
21333 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21334
21335 2008-02-01 Kenichi Handa <handa@m17n.org>
21336
21337 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21338 BOM is not found.
21339 (detect_coding, detect_coding_system): Optimization for ISO-2022
21340 when no 8-bit data is found.
21341
21342 2008-02-01 Jason Rumney <jasonr@gnu.org>
21343
21344 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21345
21346 2008-02-01 Kenichi Handa <handa@m17n.org>
21347
21348 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21349 CHARS.
21350
21351 2008-02-01 Steven Tamm <steventamm@mac.com>
21352
21353 * macterm.c (mac_encode_char): Add charset argument and update
21354 to use encoding_type.
21355 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21356 switch to pure fontset.
21357 (decode_mac_font_name): Temporarily remove decoding.
21358 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21359 (x_load_font): Temporarily remove encoding.
21360
21361 2008-02-01 Kenichi Handa <handa@m17n.org>
21362
21363 * xfaces.c (Fface_font): If frame is not on a window system,
21364 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21365 refer to face->font.
21366 (split_font_name_into_vector, build_font_name_from_vector)
21367 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21368 when HAVE_WINDOW_SYSTEM is defined.
21369
21370 2008-02-01 Kenichi Handa <handa@m17n.org>
21371
21372 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21373 (x_produce_glyphs): Fix setting of members of cmp in case
21374 cmp->glyph_len is zero.
21375
21376 * fontset.c (Fset_fontset_font): Fix docstring.
21377 (Ffontset_info): Make it backward compatible. New arg ALL.
21378
21379 2008-02-01 Kim F. Storm <storm@cua.dk>
21380
21381 * process.c (read_process_output): Grow decoding_buf when needed;
21382 this could cause a crash in allocate_string and compact_small_strings.
21383
21384 2008-02-01 Kenichi Handa <handa@m17n.org>
21385
21386 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21387
21388 2008-02-01 Kenichi Handa <handa@m17n.org>
21389
21390 * coding.c (setup_coding_system): Set coding->common_flags
21391 correctly for raw-text.
21392 (consume_chars): On encoding unibyte text by raw-text, don't check
21393 multibyte form.
21394 (encode_coding): On encoding by raw-text, never use translation tables.
21395
21396 * fileio.c (e_write): Short cut for the case of no encoding.
21397
21398 2008-02-01 Kenichi Handa <handa@m17n.org>
21399
21400 * coding.c (detect_coding, detect_coding_system): Delete unused
21401 variables.
21402
21403 2008-02-01 Kenichi Handa <handa@m17n.org>
21404
21405 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21406 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21407
21408 2008-02-01 Kenichi Handa <handa@m17n.org>
21409
21410 * coding.c (Ffind_coding_systems_region_internal): Include
21411 raw-text and no-conversion in the result.
21412
21413 2008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21416 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21417 FONT_DEF.
21418 (font_def_arg, add_arg, from_arg, to_arg): New args.
21419 (set_fontset_font): Change argument.
21420 (Fset_fontset_font): Fix for the case that TARGET is a script
21421 name and charset name.
21422 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21423
21424 2008-02-01 Kenichi Handa <handa@m17n.org>
21425
21426 * fontset.c (fontset_font): Rename from fontset_face. Change return
21427 value.
21428 (face_suitable_for_char_p, face_for_char): Adjust for the change
21429 of fontset_font.
21430 (make_fontset_for_ascii_face): Fix setting of the fontset element
21431 for ASCII.
21432 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21433 to get a font name.
21434 (Ffontset_info): Adjust for the change of fontset_font.
21435
21436 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21437
21438 * character.h (LEADING_CODE_LATIN_1_MIN)
21439 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21440
21441 2008-02-01 Kenichi Handa <handa@m17n.org>
21442
21443 * editfns.c (check_translation): New function.
21444 (Ftranslate_region_internal): Handle M:N mapping.
21445
21446 2008-02-01 Kenichi Handa <handa@m17n.org>
21447
21448 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21449
21450 2008-02-01 Kenichi Handa <handa@m17n.org>
21451
21452 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21453 goto invalid_code.
21454 (decode_coding_iso_2022): Fix handling of invalid designation.
21455
21456 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21457 after calling code_conversion_save.
21458
21459 2008-02-01 Kenichi Handa <handa@m17n.org>
21460
21461 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21462
21463 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21464
21465 * fontset.c: Include "intervals.h".
21466 (fontset_face): Fix comparing of Lisp_Objects.
21467 (free_face_fontset, new_fontset_from_font_name): Fix
21468 Lisp_Object/int mixup.
21469
21470 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21471
21472 * coding.c: Add many prototypes for static functions.
21473 (get_translation_table): Allow max_lookup to be NULL.
21474 (decode_coding, Ffind_coding_systems_region_internal)
21475 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21476 get_translation_table with max_lookup NULL.
21477
21478 2008-02-01 Kenichi Handa <handa@m17n.org>
21479
21480 * coding.c (get_translation_table): Declare it as Lisp_Object.
21481 (LOOKUP_TRANSLATION_TABLE): New macro.
21482 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21483 instead of CHAR_TABLE_REF.
21484
21485 2008-02-01 Kenichi Handa <handa@m17n.org>
21486
21487 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21488 annotation data format.
21489 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21490 Change arguments FROM and TO to single argument NCHARS. Change caller.
21491 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21492 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21493 (decode_coding_ccl, decode_coding_charset): Pay attention to
21494 coding->charbuf_used.
21495 (get_translation): New function.
21496 (produce_chars): New arguments translation_table and last_block.
21497 Translate characters here. Return number of carryover chars.
21498 Change caller.
21499 (produce_composition): New argument pos. Change caller.
21500 Adjust for the change of annotation data format.
21501 (produce_charset, produce_annotation): Likewise.
21502 (decode_coding, encode_coding): Don't call translate_chars.
21503 (consume_chars): New arg translation_table. Change caller.
21504 (translate_chars): Delete.
21505 (syms_of_coding): Make translation-table's number of extra slots 2.
21506
21507 2008-02-01 Kenichi Handa <handa@m17n.org>
21508
21509 * search.c (simple_search): Fix setting this_pos_byte in backward
21510 search.
21511
21512 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21513 byte sequence.
21514 (detect_coding_ccl): Fix setting of the variable valids.
21515
21516 2008-02-01 Kenichi Handa <handa@m17n.org>
21517
21518 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21519
21520 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21521
21522 * editfns.c (Ftranslate_region_internal): Rename from
21523 Ftranslate_region. Accept a char-table in TABLE.
21524 (syms_of_editfns): Defsubr Stranslate_region_internal.
21525
21526 * xfaces.c (set_lface_from_font_name): If a font is specified for
21527 a frame, generate a fontset from the font.
21528 (build_scalable_font_name): If the scalable font is requested for
21529 a specific size, don't change that size.
21530 (try_font_list): Try a scalable font also in the case that a
21531 pattern string is specified.
21532
21533 2008-02-01 Kenichi Handa <handa@m17n.org>
21534
21535 * xfaces.c (Fface_font): New optional arg CHARACTER.
21536
21537 2008-02-01 Kenichi Handa <handa@m17n.org>
21538
21539 * charset.h (CHARSET_OFFSET): New macro.
21540
21541 2008-02-01 Kenichi Handa <handa@m17n.org>
21542
21543 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21544
21545 * fontset.c (fontset_face): Handle the case that repertory is a
21546 char-table.
21547 (find_font_encoding): Return nil for unknown encoding.
21548 (Fset_fontset_font): Ignore a font of unknown encoding.
21549
21550 2008-02-01 Kenichi Handa <handa@m17n.org>
21551
21552 * keymap.c (describe_vector): Handle default value of a char table.
21553
21554 * fontset.c (fontset_face): Handle fallback fonts correctly.
21555 (Ffontset_info): Return infomation about fallback fonts.
21556
21557 2008-02-01 Kenichi Handa <handa@m17n.org>
21558
21559 * fontset.c (FONTSET_DEFAULT): New macro.
21560 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21561 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21562 the case that it is nil.
21563 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21564 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21565
21566 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21567 subset or superset.
21568
21569 2008-02-01 Kenichi Handa <handa@m17n.org>
21570
21571 * emacs.c (main): Call init_charset after syms_of_XXX.
21572
21573 * charset.c (Vcharset_map_directory): Delete.
21574 (Vcharset_map_path): New variable.
21575 (load_charset_map_from_file): Use Vcharset_map_path instead.
21576 (init_charset): Initialize Vcharset_map_path.
21577 (syms_of_charset): Delete declaration of "charset-map-directory",
21578 add declaration of "charset-map-path".
21579
21580 2008-02-01 Kenichi Handa <handa@m17n.org>
21581
21582 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21583 ASCII only string.
21584
21585 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21586
21587 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21588 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21589
21590 2008-02-01 Kenichi Handa <handa@m17n.org>
21591
21592 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21593
21594 * coding.c (QCmnemonic, QCdefalut_char)
21595 (QCdecode_translation_table, QCencode_translation_table)
21596 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21597 (get_translation_table): Return a list of translation tables if
21598 necessary.
21599 (decode_coding): Call get_translation_table with ENCODEP 0.
21600 (char_encodable_p): If translation_table is non-nil, always call
21601 translate_char.
21602 (Fdefine_coding_system_internal): Accept list of translation
21603 tables as :encode-translation-table and :decode-translation-table.
21604 (Fcoding_system_put): New function.
21605 (syms_of_coding): Declare new symbols. Defsubr
21606 Scoding_system_put.
21607 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21608 typically JISX0212.
21609
21610 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21611 when the charset is superset type.
21612
21613 * character.c (translate_char): Accept list of translation tables.
21614
21615 2008-02-01 Kenichi Handa <handa@m17n.org>
21616
21617 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21618 (CODING_ATTR_TRANS_TBL): New macro.
21619
21620 * coding.c (get_translation_table): New function.
21621 (translate_chars): Fix the bug of skipping annotation data.
21622 (decode_coding, encode_coding): Utilize get_translation_table.
21623 (char_encodable_p, Funencodable_char_position): Translate char if
21624 necessary.
21625 (Ffind_coding_systems_region_internal)
21626 (Fcheck_coding_systems_region): Setup translation table for encode
21627 in a coding system attribute vector in advance.
21628 (Fdefine_coding_system_internal): Allow a symbol as translation
21629 table. For shift-jis type coding system, allow 4th charset.
21630
21631 2008-02-01 Kenichi Handa <handa@m17n.org>
21632
21633 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21634
21635 * xdisp.c (get_next_display_element): Pass -1 as POS to
21636 FACE_FOR_CHAR if displaying a C-string.
21637
21638 2008-02-01 Kenichi Handa <handa@m17n.org>
21639
21640 * composite.c (get_composition_id): Handle xoff and yoff in a
21641 composition rule.
21642
21643 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21644 (struct composition): New member lbearing and rbearing.
21645
21646 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21647 (x_get_glyph_overhangs): Handle a composition glyph.
21648 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21649
21650 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21651 composition glyph.
21652
21653 2008-02-01 Kenichi Handa <handa@m17n.org>
21654
21655 * print.c: Include charset.h.
21656 (Vprint_charset_text_property): New variable.
21657 (Qdefault): Extern it.
21658 (PRINT_STRING_NON_CHARSET_FOUND)
21659 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21660 (print_check_string_result): New variable.
21661 (print_check_string_charset_prop): New function.
21662 (print_prune_charset_plist): New variable.
21663 (print_prune_string_charset): New function.
21664 (print_object): Call print_prune_string_charset if
21665 Vprint_charset_text_property is not t.
21666 (print_interval): Print nothing if interval->plist is nil.
21667 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21668 variable. Init and staticpro print_prune_charset_plist.
21669
21670 2008-02-01 Kenichi Handa <handa@m17n.org>
21671
21672 * fontset.c (new_fontset_from_font_name): Use the specified font
21673 for all characters in the new fontset.
21674
21675 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21676 OBJECT args.
21677
21678 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21679 OBJECT args for composition too.
21680
21681 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21682 OBJECT args.
21683
21684 2008-02-01 Kenichi Handa <handa@m17n.org>
21685
21686 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21687
21688 * fontset.c (reorder_font_vector): Adjust for the change of
21689 FONT_DEF format.
21690 (fontset_face): New arg id. Change caller.
21691 (face_for_char): New args pos and object.
21692 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21693 (fs_query_fontset): Check NAME by Fassoc too.
21694 (Fset_fontset_font): Allow non-XLFD font name.
21695 (Ffontset_info): Adjust for the change of FONT_DEF format.
21696
21697 * fontset.h (face_for_char): Adjust prototype.
21698
21699 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21700 (append_space, extend_face_to_end_of_line)
21701 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21702 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21703
21704 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21705 POS and OBJECT args.
21706
21707 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21708 POS and OBJECT args.
21709
21710 2008-02-01 Jason Rumney <jasonr@gnu.org>
21711
21712 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21713 of GlobalAlloc'ed memory.
21714
21715 2008-02-01 Kenichi Handa <handa@m17n.org>
21716
21717 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21718
21719 * charset.h (charset_table_used): Delete extern.
21720
21721 * charset.c (charset_table_used): Make it static.
21722 (map_charset_chars): Fix args to c_function with.
21723
21724 * chartab.c (map_sub_char_table_for_charset): Fix args to
21725 c_function with.
21726
21727 * coding.h (enum coding_result_code): Delete
21728 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21729
21730 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21731 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21732 (Vlast_code_conversion_error): New variables.
21733 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21734 (ONE_MORE_BYTE): Record error if any instead of signaling an
21735 error. If non-ASCII multibyte char is found, return the negative
21736 value of the code. All callers changed to check it.
21737 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21738 (record_conversion_result): New function. Change all codes setting
21739 coding->result to call this function.
21740 (detect_coding_utf_8, decode_coding_utf_8)
21741 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21742 Don't use the local variable incomplete.
21743 (emacs_mule_char): Change the second arg to `const'.
21744 (decode_coding): Fix of flushing out unprocessed data.
21745 (make_conversion_work_buffer): Fix making of a work buffer.
21746 (decode_coding_object): Return coding->dst_object.
21747
21748 * fontset.c (set_fontset_font): Fix args.
21749
21750 * lisp.h (CHARACTERBITS): Define as 22.
21751
21752 * process.c (send_process): Be sure to set coding->src_multibyte.
21753
21754 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21755
21756 2008-02-01 Kenichi Handa <handa@m17n.org>
21757
21758 * xdisp.c (handle_auto_composed_prop): Give limit to
21759 Fnext_single_char_property_change.
21760
21761 2008-02-01 Kenichi Handa <handa@m17n.org>
21762
21763 * composite.c (syms_of_composite): Don't make the composition hash
21764 table weak.
21765
21766 * fontset.c (Fset_fontset_font): Fix docstring.
21767
21768 * lisp.h (detect_coding_system): Adjust prototype.
21769
21770 * fileio.c (kill_workbuf_unwind): Delete this function.
21771 (Finsert_file_contents): Adjust the call of detect_coding_system.
21772 Get conversion_buffer by code_conversion_save. Use the macro
21773 CODING_MAY_REQUIRE_DECODING. After decoding, update
21774 coding_system.
21775
21776 * coding.h (make_conversion_work_buffer): Delete extern.
21777 (code_conversion_save): Extern it.
21778
21779 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21780 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21781 (decode_coding_utf_8): Don't do eol converion.
21782 (detect_coding_utf_16): Check coding->src_chars, not
21783 coding->src_bytes. Add heuristics for those that have no signature.
21784 (decode_coding_emacs_mule, decode_coding_iso_2022)
21785 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21786 Don't do eol converion.
21787 (adjust_coding_eol_type): Return a new coding system.
21788 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21789 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21790 each change.
21791 (decode_coding): Pay attention to undo_list. Do eol conversion for
21792 all types of coding-systems (if necessary).
21793 (Vcode_conversion_work_buf_list): Delete it.
21794 (Vcode_conversion_reused_workbuf): Rename from
21795 Vcode_conversion_reused_work_buf.
21796 (Vcode_conversion_workbuf_name): New variable.
21797 (reused_workbuf_in_use): New variable.
21798 (make_conversion_work_buffer): Delete the arg DEPTH.
21799 (code_conversion_restore): Change argument to cons.
21800 (code_conversion_save): Delete the argument BUFFER. Change callers.
21801 (detect_coding_system): New argument src_chars. Change callers.
21802 Fix for utf-16 detection.
21803 (init_coding_once): Don't use ISO_carriage_return.
21804 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21805 reused_workbuf_in_use.
21806
21807 2008-02-01 Kenichi Handa <handa@m17n.org>
21808
21809 * keymap.c (store_in_keymap): Pay attention to the case that idx
21810 is a cons specifying a character range.
21811
21812 2008-02-01 Kenichi Handa <handa@m17n.org>
21813
21814 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21815 HANDLED_RECOMPUTE_PROPS.
21816
21817 * coding.c (Fdefine_coding_system_internal): Fix checking of
21818 ascii compatibility.
21819
21820 2008-02-01 Kenichi Handa <handa@m17n.org>
21821
21822 * charset.c (find_charsets_in_text): Delete unused locale variable.
21823 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21824
21825 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21826 Resync charset_list to Vemacs_mule_charset_list.
21827
21828 * keymap.c (store_in_keymap): Pay attention to the case that idx
21829 is a cons specifying a character range.
21830
21831 2008-02-01 Kenichi Handa <handa@m17n.org>
21832
21833 * composite.c (update_compositions): Bind inhibit-read-only, etc
21834 to t before calling remove-list-of-text-properties.
21835
21836 * print.c (print_object): Always print ASCII chars as is.
21837
21838 2008-02-01 Kenichi Handa <handa@m17n.org>
21839
21840 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21841
21842 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21843 is a char table.
21844
21845 2008-02-01 Kenichi Handa <handa@m17n.org>
21846
21847 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21848
21849 2008-02-01 Kenichi Handa <handa@m17n.org>
21850
21851 * xfaces.c (set_lface_from_font_name): Fix for the case that
21852 FONTNAME is not fontset name.
21853
21854 2008-02-01 Kenichi Handa <handa@m17n.org>
21855
21856 * fns.c (base64_encode_1): Fix previous change.
21857
21858 2008-02-01 Kenichi Handa <handa@m17n.org>
21859
21860 * fontset.c (set_fontset_font): New function.
21861 (Fset_fontset_font): If a font is specified for a charset, use
21862 map_charset_chars to store the font spec in a fontset.
21863
21864 2008-02-01 Kenichi Handa <handa@m17n.org>
21865
21866 * fontset.c (fontset_face): Create a fallback fontset on demand.
21867 (make_fontset): Don't create a fallback fontset here.
21868 (free_face_fontset): Free a fallback fontset (if any) too.
21869 (n_auto_fontsets): Delete this variable.
21870 (auto_fontset_alist): New variable.
21871 (new_fontset_from_font_name): Check auto_fontset_alist.
21872 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21873 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21874 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21875 Defsubr Sfontset_list_all.
21876
21877 2008-02-01 Kenichi Handa <handa@m17n.org>
21878
21879 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21880
21881 2008-02-01 Kenichi Handa <handa@m17n.org>
21882
21883 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21884
21885 2008-02-01 Kenichi Handa <handa@m17n.org>
21886
21887 * editfns.c (Fgoto_char): Fix docstring.
21888
21889 2008-02-01 Kenichi Handa <handa@m17n.org>
21890
21891 * insdel.c (insert_from_gap): Adjust intervals correctly.
21892
21893 2008-02-01 Jason Rumney <jasonr@gnu.org>
21894
21895 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21896 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21897 (w32_initialize): Try to load it.
21898 (x_get_font_repertory): Use it if available.
21899 (w32_encode_char): Add shortcut for unicode output.
21900
21901 * w32fns.c (w32_load_system_font): Default charset to -1.
21902 (x_to_w32_charset): Match all fonts for unicode.
21903 (w32_to_x_charset): New parameter matching. Don't return partial
21904 or wildcard charsets.
21905 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21906 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21907 (w32_to_x_font): Match charset to real charset.
21908 (enum_font_cb2): Always list unicode versions.
21909
21910 * makefile.w32-in (temacs): Increase EMHEAP.
21911
21912 2008-02-01 Jason Rumney <jasonr@gnu.org>
21913
21914 * w32term.c (w32_encode_char): New charset parameter.
21915 font_info.encoding becomes encoding_type.
21916 (x_get_font_repertory): New function. Warning: stub only!
21917 (x_new_font): Return quickly if font already set.
21918 (x_new_fontset): fontsetname parameter is Lisp_Object.
21919 Use new fs_query_fontset. Try new_fontset_from_font_name.
21920 Use fontset_name for return value.
21921
21922 * w32term.h: Declare x_get_font_repertory.
21923
21924 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21925 place of find_charset_in_text. Use encode_coding_object in place
21926 of encode_coding.
21927 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21928 decode_coding.
21929
21930 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21931 of x_new_fontset.
21932 (w32_load_system_font): Initialize charset as unicode.
21933 font_info.encoding becomes encoding_type.
21934 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21935 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21936 (syms_of_w32fns): Set get_font_repertory_func.
21937
21938 * w32console.c: Include character.h. Use terminal_encode_buffer
21939 from term.c.
21940 (write_glyphs): Use new version of encode_terminal_code. Use
21941 encode_coding_object in place of encode_coding.
21942
21943 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21944 encoding becomes encoding_type.
21945
21946 * term.c (terminal_encode_buffer): Make externally visible.
21947
21948 * makefile.w32-in: Add character.h dependancies.
21949 (character.o, chartab.o): New targets.
21950
21951 2008-02-01 Kenichi Handa <handa@m17n.org>
21952
21953 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21954 CODING_ID_EOL_TYPE.
21955
21956 2008-02-01 Andreas Schwab <schwab@suse.de>
21957
21958 * coding.c (produce_chars): Revert last change.
21959
21960 2008-02-01 Kenichi Handa <handa@m17n.org>
21961
21962 * charset.h (charset_unicode): Extern it.
21963
21964 * charset.c (string_xstring_p): Check by (C >= 0x100).
21965 (find_charsets_in_text): Change format of the arc CHARSETS. New
21966 arg MULTIBYTE.
21967 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21968 change of find_charsets_in_text.
21969 (Fsplit_char): Fix doc. Never return unknown.
21970
21971 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21972
21973 * coding.c (Fdefine_coding_system_alias): Update
21974 Vcoding_system_list.
21975
21976 * fontset.c (load_font_get_repertory): Pay attention to the case
21977 that ENCODING of a font is specified by a char-table.
21978
21979 * xterm.c (x_get_font_repertory): Handle the case that the
21980 encoding of font is other than Unicode.
21981
21982 2008-02-01 Kenichi Handa <handa@m17n.org>
21983
21984 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21985 if a character is encodable by the terminal coding system. If
21986 not, produces proper number of `?'s. Update
21987 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21988 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21989
21990 2008-02-01 Kenichi Handa <handa@m17n.org>
21991
21992 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21993 variables.
21994 (encode_terminal_code): Change argument. Encode multiple
21995 characters at once. Store the result of encoding in
21996 terminal_encode_buffer.
21997 (write_glyphs, insert_glyphs): Adjust for the change of
21998 encode_terminal_code.
21999 (term_init): Initialize terminal_encode_buffer and
22000 terminal_encode_buf_size.
22001
22002 * coding.c (consume_chars): If coding->src_object is nil, don't
22003 check annotation.
22004
22005 2008-02-01 Kenichi Handa <handa@m17n.org>
22006
22007 * character.c (char_string): Use ASCII_CHAR_P instead of
22008 SINGLE_BYTE_CHAR_P.
22009
22010 2008-02-01 Kenichi Handa <handa@m17n.org>
22011
22012 * xdisp.c (handle_auto_composed_prop): Check if the last
22013 characters of auto-composed region is newly composed with the
22014 following characters.
22015 (handle_composition_prop): Fix checking of point being inside
22016 composition.
22017
22018 2008-02-01 Kenichi Handa <handa@m17n.org>
22019
22020 * fns.c (concat): Don't change multibyteness of the result by
22021 concatenating an 8-bit character.
22022
22023 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
22024 multibyteness of the result when newelt is an 8-bit character.
22025
22026 2008-02-01 Dave Love <fx@gnu.org>
22027
22028 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22029 EMACS_INT.
22030
22031 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22032
22033 * xfaces.c (face_numeric_value): Declare dim size_t.
22034 (Finternal_lisp_face_equal_p): Remove unused f.
22035
22036 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22037 (MATRIX_ROW): Remove unused vars.
22038 (draw_glyphs, x_insert_glyphs, fast_find_position)
22039 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22040 byte/char counts.
22041
22042 * regex.c (regex_compile): Remove unused var.
22043
22044 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22045
22046 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22047 (Faccessible_keymaps, where_is_internal): Remove unused vars.
22048
22049 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22050
22051 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22052
22053 * fileio.c (Fwrite_region): Remove unused var.
22054
22055 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22056 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22057
22058 * composite.c (Fremove_list_of_text_properties): Declare.
22059
22060 * coding.c (inhibit_pre_post_conversion): Remove (unused).
22061 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22062 (coding_inherit_eol_type): Remove unused attrs.
22063 (detect_coding): Cast arg of detect_eol.
22064
22065 * charset.c (syms_of_charset): Remove unused var p.
22066 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22067 byte/char counts.
22068
22069 * casetab.c (set_case_table): Remove unused var.
22070
22071 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22072 unused vars.
22073
22074 2008-02-01 Dave Love <fx@gnu.org>
22075
22076 * xterm.c (x_bitmap_mask): Declare.
22077
22078 2008-02-01 Dave Love <fx@gnu.org>
22079
22080 * xterm.c (x_term_init): Fix type error.
22081
22082 * lisp.h: Add Funibyte_char_to_multibyte.
22083
22084 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22085 (Fset_coding_system_priority): Doc fix.
22086
22087 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22088
22089 * indent.c (check_composition): Make start and end EMACS_INT.
22090
22091 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22092
22093 * xdisp.c (handle_composition_prop, check_point_in_composition):
22094 Make buffer positions EMACS_INT.
22095
22096 * composite.c (find_composition, run_composition_function)
22097 (update_compositions, Ffind_composition_internal): Make buffer
22098 positions EMACS_INT.
22099
22100 * composite.h (find_composition, update_compositions): Make
22101 position args EMACS_INT.
22102
22103 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22104
22105 * intervals.c (get_property_and_range):
22106 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22107
22108 * unexalpha.c: Don't include varargs.h.
22109
22110 2008-02-01 Dave Love <fx@gnu.org>
22111
22112 * coding.h (ENCODE_UTF_8): New.
22113
22114 * Makefile.in (gtkutil.o): Depend on coding.h.
22115
22116 * coding.c (Fset_coding_system_priority): Doc fix.
22117
22118 2008-02-01 Kenichi Handa <handa@m17n.org>
22119
22120 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22121 the case of auto saving.
22122
22123 2008-02-01 Andreas Schwab <schwab@suse.de>
22124
22125 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22126 `range' from GC.
22127
22128 2008-02-01 Kenichi Handa <handa@m17n.org>
22129
22130 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22131
22132 2008-02-01 Kenichi Handa <handa@m17n.org>
22133
22134 * fileio.c (choose_write_coding_system): Return a decided coding system.
22135 (Fwrite_region): Set Vlast_coding_system_used to the return value
22136 of choose_write_coding_system.
22137
22138 2008-02-01 Kenichi Handa <handa@m17n.org>
22139
22140 * charset.c (Fset_charset_priority): Pay attention to duplicated
22141 arguments.
22142
22143 * coding.c (QCcategory): New variable.
22144 (syms_of_coding): Defsym it. Set all elements of
22145 Vcoding_category_table and their symbol values.
22146 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22147 coding-category-XXX, and coding-category-list.
22148 (Fdefine_coding_system_internal): Add category in the plist.
22149
22150 2008-02-01 Kenichi Handa <handa@m17n.org>
22151
22152 * callproc.c (Fcall_process): Handle carryover correctly.
22153
22154 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22155 (raw_text_coding_system): Check NILP (coding_system).
22156 (coding_inherit_eol_type): Check NILP (coding_system) and
22157 NILP (parent).
22158 (consume_chars): Fix for the case of raw-text.
22159
22160 * process.c (read_process_output): Handle carryover correctly.
22161
22162 2008-02-01 Dave Love <fx@gnu.org>
22163
22164 * regex.c (re_search_2): Fix last change.
22165
22166 2008-02-01 Kenichi Handa <handa@m17n.org>
22167
22168 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22169 target_multibyte. Even in a unibyte case, return a converted
22170 multibyte char.
22171 (GET_CHAR_AFTER): New macro.
22172 (PATFETCH): Translate via multibyte char.
22173 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22174 (SETUP_MULTIBYTE_RANGE): New macro.
22175 (regex_compile): Setup compiled code so that its multibyteness
22176 matches that of a target. Fix the handling of "[X-YZ]" using
22177 SETUP_MULTIBYTE_RANGE.
22178 (analyse_first) <charset>: For filling fastmap for all multibyte
22179 characters, don't check by BASE_LEADING_CODE_P.
22180 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22181 the same as RE_MULTIBYTE_P (bufp) now.
22182 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22183 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22184 (TRANSLATE_VIA_MULTIBYTE): New macro.
22185 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22186 It is the same as RE_MULTIBYTE_P (bufp) now.
22187 <exactn>: Translate via multibyte.
22188 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22189 translate it.
22190 <charset, charset_not>: Fetch a character by
22191 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22192 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22193 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22194 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22195 by GET_CHAR_AFTER.
22196 (bcmp_translate): Likewise.
22197
22198 * search.c (compile_pattern): Check the member target_multibyte,
22199 not the member multibyte of buf.
22200
22201 * lread.c (read1): While reading a string, set force_singlebyte
22202 and force_multibyte correctly.
22203
22204 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22205 up of unibyte_to_multibyte_table.
22206
22207 2008-02-01 Kenichi Handa <handa@m17n.org>
22208
22209 * coding.c (setup_coding_system): If coding has
22210 post-read-conversion or pre-write-conversion, set
22211 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22212 respectively.
22213 (decode_coding_gap): Run post-read-conversion if any.
22214
22215 * fileio.c (Finsert_file_contents): Even if we read into a
22216 unibyte buffer, check if we must decode the result or not.
22217
22218 2008-02-01 Kenichi Handa <handa@m17n.org>
22219
22220 * coding.c (make_conversion_work_buffer): Change the work buffer
22221 name to the same one as that of Emacs 21.
22222
22223 2008-02-01 Kenichi Handa <handa@m17n.org>
22224
22225 * coding.h (make_conversion_work_buffer): Adjust prototype.
22226 (code_conversion_restore): Don't extern it.
22227
22228 * coding.c (detected_mask): Delete unused variable.
22229 (decode_coding_iso_2022): Pay attention to the byte sequence of
22230 CTEXT extended segment, and retain those bytes as is.
22231 (decode_coding_ccl): Delete unused variable `valids'.
22232 (setup_coding_system): Delete unused variable `category'.
22233 (consume_chars): Delete unused variable `category'. Make it work
22234 for non-multibyte case.
22235 (make_conversion_work_buffer): Change argument.
22236 (saved_coding): Delete unused variable.
22237 (code_conversion_restore): Don't check saved_coding->destination.
22238 (code_conversion_save): New function.
22239 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22240 instead of record_unwind_protect.
22241 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22242 (detect_coding_system): Delete unused variable `mask'.
22243 (Fdefine_coding_system_internal): Delete unused variable id.
22244
22245 * fileio.c (kill_workbuf_unwind): New function.
22246 (Finsert_file_contents): On replacing, call
22247 make_conversion_work_buffer with correct args, and call
22248 record_unwind_protect with the first arg kill_workbuf_unwind.
22249
22250 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22251
22252 2008-02-01 Kenichi Handa <handa@m17n.org>
22253
22254 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22255 (fontset_add): Fix for the case that TO is less than TO1.
22256 (Ffontset_info): Don't use fallback fontset on checking the
22257 default fontset.
22258 (dump_fontset): New function for debugging.
22259
22260 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22261 coding_type is Qcharset.
22262
22263 2008-02-01 Kenichi Handa <handa@m17n.org>
22264
22265 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22266 (map_char_table): Don't inherit the value from the parent on
22267 initializing VAL. Adjust for the above change.
22268
22269 2008-02-01 Kenichi Handa <handa@m17n.org>
22270
22271 * coding.c (Qsignature, Qendian): Delete these variables.
22272 (syms_of_coding): Don't initialize them.
22273 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22274 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22275 detect_info->found.
22276 (decode_coding_utf_16): Don't detect BOM here.
22277 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22278 is NOT utf_16_without_bom.
22279 (setup_coding_system): For a coding system of type utf-16, check
22280 if the attribute :endian is Qbig or not (not nil or not), and set
22281 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22282 (detect_coding): If coding type is utf-16 and BOM detection is
22283 required, detect it.
22284 (Fdefine_coding_system_internal): For a coding system of type
22285 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22286
22287 2008-02-01 Kenichi Handa <handa@m17n.org>
22288
22289 * coding.c (coding_set_source): Fix for the case that the current
22290 buffer is different from coding->src_object.
22291 (decode_coding_object): Don't use the conversion work buffer if
22292 DST_OBJECT is a buffer.
22293
22294 2008-02-01 Dave Love <fx@gnu.org>
22295
22296 * lread.c (read_emacs_mule_char) [len==2]: Index
22297 emacs_mule_charset correctly.
22298
22299 2008-02-01 Dave Love <fx@gnu.org>
22300
22301 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22302 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22303 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22304 treated specially.)
22305 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22306 (detected_mask): Remove Big5 bits.
22307
22308 2008-02-01 Kenichi Handa <handa@m17n.org>
22309
22310 The following changes are to make the font rescaling facility
22311 compatible with Emacs 21.
22312
22313 * xfaces.c (Vface_font_rescale_alist): Rename from
22314 Vface_resizing_fonts.
22315 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22316 (font_rescale_ratio): Rename from font_resizing_ratio.
22317 (split_font_name): Set font->rescale_ratio.
22318 (better_font_p): Pay attention to font->rescale_ratio.
22319 (build_scalable_font_name): Likewise. Change RESX, and RESY
22320 fields.
22321 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22322
22323 2008-02-01 Kenichi Handa <handa@m17n.org>
22324
22325 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22326 (Qutf_16_le): Remove these variables.
22327 (syms_of_coding): Don't DEFSYM them.
22328 (decode_coding_utf_16): Fix handling of BOM.
22329 (encode_coding_utf_16): Fix handling of BOM.
22330
22331 2008-02-01 Kenichi Handa <handa@m17n.org>
22332
22333 * fileio.c (Finsert_file_contents): On replacing, before decoding
22334 the file into the work buffer, set point of the work buffer to the end.
22335
22336 2008-02-01 Dave Love <fx@gnu.org>
22337
22338 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22339
22340 2008-02-01 Dave Love <fx@gnu.org>
22341
22342 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22343 and fix C types.
22344
22345 2008-02-01 Kenichi Handa <handa@m17n.org>
22346
22347 * xdisp.c (SKIP_GLYPHS): New macro.
22348 (set_cursor_from_row): Pay attention to string display properties.
22349
22350 * category.c (copy_category_entry): Fix for the case that RANGE
22351 is an integer.
22352
22353 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22354
22355 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22356
22357 2008-02-01 Kenichi Handa <handa@m17n.org>
22358
22359 * charset.c (Fcharset_id_internal): New function.
22360 (syms_of_charset): Defsubr it.
22361
22362 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22363 with the last arg charset_list acquired from coding.
22364 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22365 the attribute coding_attr_ccl_valids.
22366
22367 * coding.h (enum define_coding_ccl_arg_index): Set the first
22368 member coding_arg_ccl_decoder to coding_arg_max.
22369
22370 * ccl.h (ccl_driver): Adjust prototype.
22371
22372 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22373 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22374 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22375 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22376 last arg Qnil.
22377
22378 2008-02-01 Kenichi Handa <handa@m17n.org>
22379
22380 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22381 call encode_char.
22382
22383 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22384
22385 2008-02-01 Dave Love <fx@gnu.org>
22386
22387 * composite.c (syms_of_composite): Make composition_hash_table weak.
22388
22389 2008-02-01 Kenichi Handa <handa@m17n.org>
22390
22391 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22392 (font_name_registry): Don't extern them.
22393 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22394
22395 * fontset.h (Qfontset): Don't extern it.
22396 (new_fontset_from_font_name): Extern it.
22397
22398 * fontset.c: Give 8 extra slots to fontset objects.
22399 (Qfontset_info): New variable.
22400 (syms_of_fontset): Defsym it.
22401 (FONTSET_FALLBACK): New macro.
22402 (fontset_face): Try also the default fontset.
22403 (make_fontset): Realize a fallback fontset from the default fontset.
22404 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22405 using split_font_name_into_vector and build_font_name_from_vector.
22406 (Fset_fontset_font): Access the elements of font_spec by enum
22407 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22408 name by using split_font_name_into_vector.
22409 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22410 generate a proper font name from the fontset name. Update
22411 Vfontset_alias_alist.
22412 (n_auto_fontsets): New variable.
22413 (new_fontset_from_font_name): New function.
22414 (Ffont_info): Store the information about fonts generated from the
22415 default fontset in the first extra slot of the returned char-table.
22416
22417 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22418 (font_name_registry): Delete function.
22419 (split_font_name_into_vector): New function.
22420 (build_font_name_from_vector): New function.
22421 (font_list): The argument REGISTRY is now a list of registry names.
22422 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22423 specifies an explicit font name, return the name as is. Make a
22424 list of registy names.
22425
22426 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22427 of x_new_fontset.
22428 (Fx_create_frame): Don't call x_new_fontset here. Just use
22429 x_list_fonts to check the existence of fonts.
22430
22431 * xterm.h (x_new_fontset): Adjust prototype.
22432
22433 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22434 string. Use new_fontset_from_font_name to create a fontset from a
22435 font name.
22436
22437 2008-02-01 Kenichi Handa <handa@m17n.org>
22438
22439 * syntax.c (Vfind_word_boundary_function_table): New name for
22440 Vnext_word_boundary_function_table.
22441 (find-word-boundary-function-table): New name for
22442 next-word-boundary-function-table.
22443
22444 2008-02-01 Dave Love <fx@gnu.org>
22445
22446 * Makefile.in: Fix some dependencies.
22447
22448 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22449 set it to nil before returning.
22450
22451 * composite.c (update_compositions): Fix type error.
22452
22453 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22454
22455 2008-02-01 Kenichi Handa <handa@m17n.org>
22456
22457 * xterm.c (x_new_font): Optimize for the case that the font is
22458 already set for the frame.
22459
22460 2008-02-01 Kenichi Handa <handa@m17n.org>
22461
22462 * chartab.c (char_table_ascii): Check if the char table contents
22463 is sub-char-table or not.
22464 (char_table_set, char_table_set_range): Fix argument to
22465 char_table_ascii.
22466
22467 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22468 (detect_coding_utf_8, detect_coding_utf_16)
22469 (detect_coding_emacs_mule, detect_coding_iso_2022)
22470 (detect_coding_sjis, detect_coding_big5)
22471 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22472 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22473 sequence is valid in this coding system. Change callers.
22474 (MAX_ANNOTATION_LENGTH): New macro.
22475 (ADD_ANNOTATION_DATA): New macro.
22476 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22477 ADD_ANNOTATION_DATA. Change the format of annotation data.
22478 (ADD_CHARSET_DATA): New macro.
22479 (emacs_mule_char): New argument ID. Change callers.
22480 (decode_coding_emacs_mule, decode_coding_iso_2022)
22481 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22482 Produce charset annotation data in coding->charbuf.
22483 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22484 to charset annotation data in coding->charbuf.
22485 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22486 coding->common_flags if the coding system is iso-2022 based and
22487 uses designation.
22488 (produce_composition): Adjust for the new annotation data format.
22489 (produce_charset): New function.
22490 (produce_annotation): Handle charset annotation.
22491 (handle_composition_annotation, handle_charset_annotation): New
22492 functions.
22493 (consume_chars): Handle charset annotation. Utilize the above two
22494 functions.
22495 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22496 buffer, get the deleted text as a string and set
22497 coding->src_object to that string.
22498 (detect_coding, detect_coding_system): Use the new struct
22499 coding_detection_info.
22500
22501 * coding.h (struct coding_detection_info): New structure.
22502 (struct coding_system): Adjust prototype of the member `detector'.
22503 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22504
22505 2008-02-01 Kenichi Handa <handa@m17n.org>
22506
22507 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22508
22509 2008-02-01 Dave Love <fx@gnu.org>
22510
22511 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22512 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22513 to new local and nullify apropos_accumulate before returning.
22514 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22515
22516 2008-02-01 Kenichi Handa <handa@m17n.org>
22517
22518 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22519 correctly.
22520
22521 2008-02-01 Dave Love <fx@gnu.org>
22522
22523 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22524
22525 2008-02-01 Kenichi Handa <handa@m17n.org>
22526
22527 The following changes are to make character composition happen
22528 automatically on displaying.
22529
22530 * Makefile.in (lisp, shortlisp): Add composite.elc.
22531
22532 * composite.h (Qauto_composed, Vauto_composition_function)
22533 (Qauto_composition_function): Extern them.
22534
22535 * composite.c (Vcomposition_function_table)
22536 (Qcomposition_function_table): Delete variables.
22537 (Qauto_composed, Vauto_composition_function)
22538 (Qauto_composition_function): New variables.
22539 (run_composition_function): Don't call
22540 compose-chars-after-function.
22541 (update_compositions): Clear `auto-composed' text property.
22542 (compose_chars_in_text): Delete this function.
22543 (syms_of_composite): Staticpro Qauto_composed and
22544 Qauto_composition_function. Declare Vauto_composition_function as
22545 a Lisp variable.
22546
22547 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22548
22549 * xdisp.c (it_props): Add an entry for Qauto_composed.
22550 (handle_auto_composed_prop): New function.
22551
22552 * xselect.c (selection_data_to_lisp_data): Don't call
22553 compose_chars_in_text.
22554
22555 2008-02-01 Dave Love <fx@gnu.org>
22556
22557 * keyboard.c (read_char): Modify checking around use of
22558 Vkeyboard_translate_table.
22559
22560 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22561 and fix C types.
22562
22563 2008-02-01 Kenichi Handa <handa@m17n.org>
22564
22565 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22566 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22567 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22568 the case that the last byte is '\r' correctly.
22569 (decode_coding): Flush out the unprocessed data correctly.
22570 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22571
22572 2008-02-01 Dave Love <fx@gnu.org>
22573
22574 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22575 Add XK_ISO... case.
22576 (xaw_scroll_callback): Revert last change.
22577
22578 2008-02-01 Kenichi Handa <handa@m17n.org>
22579
22580 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22581
22582 2008-02-01 Kenichi Handa <handa@m17n.org>
22583
22584 * xfaces.c (Vface_resizing_fonts): New variable.
22585 (struct font_name): New member `resizing_ratio'.
22586 (font_resizing_ratio): New function.
22587 (split_font_name): Set font->resizing_ratio.
22588 (better_font_p): Pay attention to font->resizing_ratio.
22589 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22590 RESX, and RESY fields.
22591 (try_alternative_families): Try scalable fonts if
22592 Vscalable_fonts_allowed is not Qt.
22593 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22594
22595 2008-02-01 Dave Love <fx@gnu.org>
22596
22597 * xterm.c (xaw_scroll_callback): Cast correctly.
22598
22599 2008-02-01 Dave Love <fx@gnu.org>
22600
22601 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22602 (lispy_kana_keys): Comment out.
22603 (make_lispy_event) [XK_kana_A]: Comment out.
22604
22605 * xterm.c (xaw_scroll_callback): Cast call_data.
22606 (XTread_socket): Deal with ASCII keysyms.
22607 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22608
22609 2008-02-01 Dave Love <fx@gnu.org>
22610
22611 * xterm.c (Vx_keysym_table): New.
22612 (syms_of_xterm): Initialize it.
22613 (XTread_socket): Use it.
22614 From head: Eliminate incorrect optimization that tried to avoid
22615 decoding the output of X*LookupString.
22616 (x_get_font_repertory): Delete charset declaration.
22617
22618 2008-02-01 Kenichi Handa <handa@m17n.org>
22619
22620 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22621 return 0.
22622 (Fdefine_coding_system_internal): Setup
22623 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22624
22625 2008-02-01 Dave Love <fx@gnu.org>
22626
22627 * coding.c (Fcheck_coding_system): Doc fix.
22628
22629 * editfns.c (Finsert_byte): Return a proper value.
22630
22631 2008-02-01 Kenichi Handa <handa@m17n.org>
22632
22633 * coding.c (decode_coding): Fix args to translate_chars. Pay
22634 attention to Vstandard_translation_table_for_decode.
22635 (encode_coding): Fix args to translate_chars. Pay attention to
22636 Vstandard_translation_table_for_encode.
22637
22638 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22639 SINGLE_BYTE_CHAR_P.
22640
22641 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22642 not by SINGLE_BYTE_CHAR_P.
22643
22644 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22645 SINGLE_BYTE_CHAR_P.
22646
22647 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22648 SINGLE_BYTE_CHAR_P.
22649
22650 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22651 by SINGLE_BYTE_CHAR_P.
22652
22653 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22654 SINGLE_BYTE_CHAR_P.
22655
22656 2008-02-01 Dave Love <fx@gnu.org>
22657
22658 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22659
22660 2008-02-01 Dave Love <fx@gnu.org>
22661
22662 * fns.c (Flanginfo): Fix typo.
22663
22664 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22665
22666 2008-02-01 Kenichi Handa <handa@m17n.org>
22667
22668 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22669 (detect_coding_emacs_mule, detect_coding_iso_2022)
22670 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22671 incomplete byte sequence. Don't update *mask when correctly detected.
22672 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22673 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22674 (detect_coding, detect_coding_system): Adjust for the changes above.
22675
22676 2008-02-01 Kenichi Handa <handa@m17n.org>
22677
22678 * character.c (char_string): Rename from
22679 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22680 (string_char): Rename from string_char.
22681
22682 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22683 if C is greater than MAX_3_BYTE_CHAR.
22684 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22685 string_char instead of string_char_with_unification.
22686
22687 2008-02-01 Dave Love <fx@gnu.org>
22688
22689 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22690
22691 2008-02-01 Kenichi Handa <handa@m17n.org>
22692
22693 * keymap.c (push_key_description): Pay attention to force_multibyte.
22694
22695 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22696
22697 2008-02-01 Dave Love <fx@gnu.org>
22698
22699 * charset.c (define_charset_internal): Rename `supprementary'.
22700
22701 * Makefile.in (lisp, shortlisp): Remove latin-N.
22702
22703 2008-02-01 Dave Love <fx@gnu.org>
22704
22705 * xfns.c (x_window, x_window): Use use_xim.
22706
22707 * xterm.c (use_xim): Initialize.
22708 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22709 (x_term_init): Maybe set use_xim.
22710
22711 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22712
22713 2008-02-01 Kenichi Handa <handa@m17n.org>
22714
22715 * search.c (search_buffer): Fix case-fold-search of multibyte
22716 characters.
22717 (boyer_moore): Rename the last argument to char_high_bits.
22718
22719 2008-02-01 Kenichi Handa <handa@m17n.org>
22720
22721 * xdisp.c (display_string): Fix for the case of zero width glyph.
22722
22723 * xfns.c (x_set_font): Change the error message of the case that
22724 x_new_fontset returns Qt.
22725
22726 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22727 (Finternal_set_lisp_face_attribute): Use signal_error for the
22728 error of invalid fontset.
22729
22730 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22731 fontset, return Qt.
22732
22733 2008-02-01 Dave Love <fx@gnu.org>
22734
22735 * unexelf.c (unexec): Make .got handling not SGI-specific.
22736
22737 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22738
22739 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22740
22741 * keyboard.c (read_key_sequence): Fix type error.
22742
22743 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22744 type error.
22745
22746 * fontset.c (fontset_add): Return Lisp_Object.
22747
22748 2008-02-01 Dave Love <fx@gnu.org>
22749
22750 * charset.h (charset_ordered_list_tick): Declare extern.
22751
22752 2008-02-01 Kenichi Handa <handa@m17n.org>
22753
22754 The following changes (and some of 2008-02-01 changes of mine) are
22755 for handling syntax, category, and case conversion for unibyte
22756 characters by converting them to multibyte on the fly. With these
22757 changes, we don't have to setup syntax and case tables for unibyte
22758 characters in each language environment.
22759
22760 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22761 multibyte if necessary.
22762
22763 * bytecode.c (Fbyte_code): Likewise.
22764
22765 * character.h (LEADING_CODE_LATIN_1_MIN)
22766 (LEADING_CODE_LATIN_1_MAX): New macros.
22767 (unibyte_to_multibyte_table): Extern it.
22768 (unibyte_char_to_multibyte): New macro.
22769 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22770 (CHAR_LEADING_CODE): New macro.
22771 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22772
22773 * character.c (unibyte_to_multibyte_table): New variable.
22774 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22775 (multibyte_char_to_unibyte): If C is an eight-bit character,
22776 convert it to the corresponding byte value.
22777
22778 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22779 not 1, signals an error. Update the elements of
22780 unibyte_to_multibyte_table.
22781 (init_charset_once): Initialize unibyte_to_multibyte_table.
22782 (syms_of_charset): Define the charset `iso-8859-1'.
22783
22784 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22785 as is without converting it to unibyte. In a unibyte buffer,
22786 convert C to multibyte before checking the syntax.
22787
22788 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22789
22790 * minibuf.c (Fminibuffer_complete_word): Use the macro
22791 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22792
22793 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22794
22795 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22796 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22797 that is zero, convert an eight-bit char to multibyte.
22798 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22799 non-emacs case.
22800 (PATFETCH): Convert an eight-bit char to multibyte.
22801 (HANDLE_UNIBYTE_RANGE): New macro.
22802 (regex_compile): Setup the compiled pattern for multibyte chars
22803 even if the given regex string is unibyte. Use PATFETCH_RAW
22804 instead of PATFETCH in many places. To handle `charset'
22805 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22806 only for ASCII chars.
22807 (analyse_first) <exactn>: Simplify because the compiled pattern
22808 is multibyte.
22809 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22810 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22811 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22812 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22813 multibyte always 1.
22814 (re_search_2): In emacs, set the locale variable multibyte to 1,
22815 otherwise to 0. New local variable target_multibyte. Check it
22816 to decide the multibyteness of STR1 and STR2. If
22817 target_multibyte is zero, convert unibyte chars to multibyte
22818 before translating and checking fastmap.
22819 (TARGET_CHAR_AND_LENGTH): New macro.
22820 (re_match_2_internal): In emacs, set the locale variable multibyte
22821 to 1, otherwise to 0. New local variable target_multibyte. Check
22822 it to decide the multibyteness of STR1 and STR2. Use
22823 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22824 <charset, charset_not>: If multibyte is nonzero, check fastmap
22825 only for ASCII chars. Call bcmp_translate with
22826 target_multibyte, not with multibyte.
22827 <begline>: Declare the local variable C as `unsigned'.
22828 (bcmp_translate): Change the last arg name to target_multibyte.
22829
22830 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22831 the regexp pattern and the matching target. Set cp->buf.multibyte
22832 to the multibyteness of the regexp pattern. Set
22833 cp->but.target_multibyte to the multibyteness of the matching target.
22834 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22835 FETCH_STRING_CHAR_ADVANCE.
22836 (Freplace_match): Convert unibyte chars to multibyte.
22837
22838 * syntax.c (char_quoted, back_comment, scan_words)
22839 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22840 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22841 unibyte chars to multibyte.
22842 (skip_chars): Delete the arg syntaxp, and move the code for
22843 handling syntaxes to skip_syntaxes. Change callers.
22844 Fix the case that the multibyteness of STRING and the current
22845 buffer doesn't match.
22846 (skip_syntaxes): New function.
22847 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22848 SINGLE_BYTE_CHAR_P.
22849
22850 2008-02-01 Kenichi Handa <handa@m17n.org>
22851
22852 * xfaces.c (QCfontset): New variable.
22853 (LFACE_FONTSET): New macro.
22854 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22855 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22856 (Finternal_set_lisp_face_attribute)
22857 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22858 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22859 check also LFACE_FONTSET_INDEX.
22860 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22861 attrs[LFACE_FONT_INDEX].
22862 (syms_of_xfaces): Intern and staticpro QCfontset.
22863
22864 * dispextern.h (enum lface_attribute_index): New member
22865 LFACE_FONTSET_INDEX.
22866
22867 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22868
22869 2008-02-01 Kenichi Handa <handa@m17n.org>
22870
22871 * coding.c (coding_set_destination): Fix coding->destination for
22872 the case converting a region.
22873 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22874 (encode_coding_object): Fix coding->dst_pos and
22875 coding->dst_pos_byte for the case converting a region.
22876
22877 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22878
22879 * character.h (BYTE8_STRING): New macro.
22880
22881 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22882
22883 2008-02-01 Kenichi Handa <handa@m17n.org>
22884
22885 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22886 characters by octal form.
22887
22888 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22889
22890 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22891 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22892 _fetch_multibyte_char_len.
22893 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22894
22895 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22896
22897 * casefiddle.c (casify_object): Simplify. Handle the case that
22898 the case conversion change the byte length.
22899 (casify_region): Likewise.
22900
22901 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22902
22903 * character.c (_fetch_multibyte_char_len): Delete this variable.
22904 (syms_of_character): Setup Vprintable_chars.
22905
22906 * editfns.c (Fchar_equal): Fix for the unibyte case.
22907 (Finsert_byte): New function.
22908 (syms_of_editfns): Defsubr it.
22909
22910 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22911 of direct code 0x3ffff.
22912
22913 * search.c (Freplace_match): Fix for the unibyte case.
22914
22915 2008-02-01 Kenichi Handa <handa@m17n.org>
22916
22917 * lread.c (safe_to_load_p): Fix the logic.
22918
22919 * syntax.c (scan_words): Don't treat characters belonging to
22920 different scripts as constituting a word.
22921
22922 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22923
22924 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22925
22926 * emacs.c (main): In the case of --unibyte, instead of aborting on
22927 finding non-empty buffer, make it unibyte.
22928
22929 2008-02-01 Kenichi Handa <handa@m17n.org>
22930
22931 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22932 to create a fontset.
22933
22934 2008-02-01 Dave Love <fx@gnu.org>
22935
22936 * character.c (Funibyte_char_to_multibyte): Doc fix.
22937
22938 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22939
22940 2008-02-01 Kenichi Handa <handa@m17n.org>
22941
22942 * fontset.c (fontset_add): Make the type `int'.
22943 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22944
22945 * character.c (unibyte_char_to_multibyte)
22946 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22947 charset_unibyte, not charset_primary.
22948
22949 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22950
22951 * charset.c (charset_unibyte): Rename from charset_primary.
22952 (Funibyte_charset): Rename from Fprimary_charset.
22953 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22954 (syms_of_charset): Adjust for the above changes.
22955
22956 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22957 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22958 it->multibyte_p is zero.
22959
22960 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22961 Delete extern.
22962
22963 2008-02-01 Kenichi Handa <handa@m17n.org>
22964
22965 * coding.c (Fdefine_coding_system_internal): Fix category setting
22966 for a coding system of type iso-2022.
22967
22968 2008-02-01 Kenichi Handa <handa@m17n.org>
22969
22970 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22971
22972 2008-02-01 Kenichi Handa <handa@m17n.org>
22973
22974 * syntax.c (Vnext_word_boundary_function_table): New variable.
22975 (next-word-boundary-function-table): Declare it as a Lisp variable
22976 in syms_of_syntax.
22977 (scan_words): Call functions in Vnext_word_boundary_function_table
22978 if any.
22979
22980 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22981
22982 * fontset.c (fs_load_font): If fontp->charset is not negative,
22983 return fontp without setting its members.
22984
22985 2008-02-01 Dave Love <fx@gnu.org>
22986
22987 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22988
22989 * m/sparc.h (HAVE_ALLOCA): Delete.
22990
22991 * s/irix6-5.h: Don't include strings.h.
22992 (bcopy, bzero, bcmp): Don't undef.
22993
22994 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22995
22996 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22997 (TIOCSIGSEND): Don't test IRIX6.
22998 (bcopy, bzero, bcmp): Define conditionally.
22999
23000 2008-02-01 Kenichi Handa <handa@m17n.org>
23001
23002 * buffer.c (Qas, Qmake, Qto): New variables.
23003 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
23004 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23005
23006 * callproc.c (Fcall_process): Don't call insert_1_both directly if
23007 we are inserting a process output into a multibyte buffer.
23008
23009 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23010 multibyte_char_to_unibyte.
23011
23012 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23013 by the primary charset, make it eight-bit char.
23014 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23015
23016 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23017 (charset_8_bit__control, charset_8_bit_graphic)
23018 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23019 (define_charset_internal): New function.
23020 (syms_of_charset): Call define_charset_internal for pre-defined
23021 charsets.
23022
23023 * charset.h (charset_8_bit): Extern it.
23024
23025 * coding.c (make_conversion_work_buffer): Adjust for the change
23026 of Fset_buffer_multibyte.
23027 (encode_coding_raw_text): Increment p0 in the loop.
23028
23029 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23030
23031 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23032 for the change of Fset_buffer_multibyte.
23033
23034 * fns.c (Fstring_to_multibyte): New function.
23035 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23036
23037 2008-02-01 Dave Love <fx@gnu.org>
23038
23039 * xfns.c (x_put_x_image): Declare args.
23040
23041 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23042 (try_font_list): Declare an arg.
23043
23044 * xdisp.c (message2_nolog, set_message): Declare an arg.
23045
23046 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
23047
23048 * syntax.c (scan_sexps_forward): Declare an arg.
23049
23050 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23051 Declare an arg.
23052
23053 * lisp.h (Fnew_fontset): Declare.
23054
23055 * keymap.c (push_key_description): Call CHARACTERP correctly.
23056
23057 * fontset.c (fontset_add): Declare args. Call make_number correctly.
23058 (face_for_char): Delete unused vars.
23059 (Fset_fontset_font): Doc fix. Delete unused vars.
23060
23061 * doc.c (Fsubstitute_command_keys): Delete unused vars.
23062
23063 * composite.c (update_compositions): Declare arg.
23064
23065 * cm.c (calccost, cmgoto): Declare args.
23066
23067 * charset.c: Remove `emacs' conditional. Doc fixes.
23068 (map_char_table_for_charset): Declare.
23069
23070 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23071
23072 * ccl.c: Remove `emacs' conditional.
23073
23074 2008-02-01 Kenichi Handa <handa@m17n.org>
23075
23076 The following changes are to allow specifying multiple font
23077 patterns for a character range (specified by script or charset).
23078
23079 * Makefile.in (abbrev.o): Depend on syntax.h.
23080 (xfaces.o): Depend on charset.h.
23081
23082 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23083 SINGLE_BYTE_CHAR_P.
23084
23085 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23086
23087 * character.h (Vchar_script_table): Extern it.
23088
23089 * character.c (Vscript_alist): Delete.
23090 (Vchar_script_table, Qchar_script_table): New variable.
23091 (syms_of_character): Declare Vchar_script_table as a lisp variable
23092 and initialize it.
23093
23094 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23095 have property char-table-extra-slots, make no extra slot.
23096
23097 * dispextern.h (struct face): Delete member `charset'.
23098 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23099 SINGLE_BYTE_CHAR_P.
23100 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23101 Add prototypes.
23102 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23103 (generate_ascii_font_name): Rename from generate_ascii_font.
23104
23105 * fontset.h (get_font_repertory_func): New prototype.
23106 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23107 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23108
23109 * fontset.c (Qprepend, Qappend): New variables.
23110 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23111 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23112 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23113 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23114 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23115 (load_font_get_repertory): New functions.
23116 (fontset_set): Delete.
23117 (fontset_face): New arg FACE. Return face ID, not face.
23118 Complete re-write to handle new fontset structure. Change caller.
23119 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23120 (face_for_char): Don't call lookup_face.
23121 (make_fontset_for_ascii_face): New arg FACE.
23122 (fs_load_font): New arg CHARSET_ID. Don't check
23123 Vfont_encoding_alist here.
23124 (find_font_encoding): New function.
23125 (list_fontsets): Use STRINGP, not ! NILP.
23126 (accumulate_script_ranges): New function.
23127 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23128 re-written to handle new fontset structure.
23129 (Ffontset_font): Return a copy of element.
23130 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23131 docstring of font-encoding-alist.
23132
23133 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23134 (Fset_fotset_font): Fix arguments to 5.
23135
23136 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23137
23138 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23139 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23140 (highlight_trailing_whitespace): Adjust for the change of
23141 lookup_named_face.
23142
23143 * xfaces.c: Include charset.h.
23144 (load_face_font): Delete argument C. Change caller.
23145 (generate_ascii_font_name): Rename from generate_ascii_font.
23146 (font_name_registry): New function.
23147 (cache_face): Store ascii faces before non-ascii faces in buckets.
23148 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23149 Lookup only ascii faces.
23150 (lookup_non_ascii_face): New function.
23151 (lookup_named_face): Delete argument C. Change caller.
23152 (lookup_derived_face): Delete argument C. Change caller.
23153 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23154 a string, just call font_list with it.
23155 (choose_face_font): Delete arguments FACE and C. New arg
23156 FONT_SPEC. Change caller.
23157 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23158 Change caller.
23159 (realize_non_ascii_face): New function.
23160 (realize_x_face): Call load_face_font here.
23161 (realize_tty_face): Delete argument C. Change caller.
23162 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23163 get a face ID.
23164 (dump_realized_face): Don't print charset of FACE.
23165
23166 * xfns.c (x_set_font): Always call x_new_fontset and
23167 store_frame_parameter.
23168 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23169 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23170
23171 * xterm.h (x_get_font_repertory): Extern it.
23172
23173 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23174 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23175 it->multibyte_p is zero.
23176 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23177 (x_new_fontset): If FONTSETNAME doesn't match any existing
23178 fontsets, create a new one.
23179 (x_get_font_repertory): New function.
23180
23181 2008-02-01 Kenichi Handa <handa@m17n.org>
23182
23183 * coding.c (Ffind_coding_systems_region_internal): Detect an
23184 ASCII only string correctly.
23185
23186 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23187 version is 0.
23188
23189 2008-02-01 Kenichi Handa <handa@m17n.org>
23190
23191 * lread.c: Include "coding.h".
23192 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23193 (load_each_byte, unread_char): New variables.
23194 (readchar_backlog): Delete.
23195 (readchar): Return a character unless load_each_byte is nonzero.
23196 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23197 cons. If unread_char is not -1, simply return it.
23198 (unreadchar): Handle the case that readcharfun is
23199 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23200 (read_multibyte): Delete.
23201 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23202 (read_emacs_mule_char): New functions.
23203 (Fload): Even if the file doesn't have the extension ".elc", if
23204 safe_to_load_p returns a positive version number, assume that the
23205 file contains bytecompiled code. If the version is less than 22,
23206 load the file while decoding multibyte sequences by emacs-mule.
23207 (readevalloop): Don't use readchar_backlog.
23208 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23209 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23210 (read_escape): Delete the arg BYTEREP.
23211 (read1): Set load_each_byte to 1 temporarily while handling
23212 #@NUMBER. Don't call read_multibyte.
23213 (read_vector): Call Fread with a cons. If readcharfun is
23214 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23215 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23216 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23217 and Qload_force_doc_strings.
23218
23219 2008-02-01 Kenichi Handa <handa@m17n.org>
23220
23221 * xdisp.c (face_before_or_after_it_pos): Call
23222 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23223
23224 2008-02-01 Kenichi Handa <handa@m17n.org>
23225
23226 * character.h (TRAILING_CODE_P): New macro.
23227 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23228 (string_char_with_unification): Fix prototype.
23229 (Vscript_alist): Extern it.
23230
23231 * character.c (Vscript_alist): New variable.
23232 (string_char_with_unification, str_as_unibyte)
23233 (string_escape_byte8): Add `const' to local variables.
23234 (syms_of_character): Declare script-alist as a Lisp variable.
23235
23236 * charset.h (Vcharset_ordered_list): Extern it.
23237 (charset_ordered_list_tick): Extern it.
23238 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23239 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23240 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23241 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23242 (Funify_charset): Adjust for the change of Funify_charset.
23243
23244 * charset.c (charset_ordered_list_tick): New variable.
23245 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23246 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
23247 deunify instead of unify a charset.
23248 (string_xstring_p): Add `const' to local variables.
23249 (find_charsets_in_text): Add `const' to arguments and local variables.
23250 (encode_char): Adjust for the change of Funify_charset. Fix
23251 detecting of invalid code.
23252 (Fset_charset_priority): Increment charset_ordered_list_tick.
23253 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23254 and TO_CODE.
23255
23256 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23257 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23258 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23259 (decode_coding_ccl, consume_chars)
23260 (Ffind_coding_systems_region_internal)
23261 (Fcheck_coding_systems_region): Add `const' to local variables.
23262
23263 * print.c (print_object): Use octal form for printing the
23264 contents of a bool vector.
23265
23266 2008-02-01 Dave Love <fx@gnu.org>
23267
23268 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23269 <version == 20>: Refuse to load.
23270
23271 2008-02-01 Dave Love <fx@gnu.org>
23272
23273 * fns.c: Move coding.h.
23274 (Qcodeset, Qdays, Qmonths): New.
23275 (concat): Use CHARACTERP instead of INTEGERP.
23276 (Flocale_codeset): Delete.
23277 (Flanginfo): New function.
23278 (syms_of_fns): Change accordingly.
23279
23280 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23281
23282 2008-02-01 Dave Love <fx@gnu.org>
23283
23284 * casetab.c (init_casetab_once, init_casetab_once): Fix
23285 CHAR_TABLE_SET call.
23286
23287 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23288
23289 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23290
23291 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23292 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23293 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23294
23295 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23296
23297 * coding.c (ENCODE_DESIGNATION, decode_eol)
23298 (make_conversion_work_buffer, code_conversion_restore)
23299 (Fdefine_coding_system_internal): Convert Lisp types.
23300 (code_conversion_restore): Use EQ, not ==.
23301 (Fencode_coding_string): Fix code_convert_string call.
23302
23303 * coding.h (code_convert_region): Fix prototype.
23304
23305 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23306
23307 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23308 (Ffontset_info): Convert Lisp types.
23309
23310 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23311
23312 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23313
23314 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23315
23316 * chartab.c: Include "...h", not <...h> in some cases.
23317
23318 * callproc.c (Fcall_process): Remove unused variables.
23319
23320 2008-02-01 Dave Love <fx@gnu.org>
23321
23322 * coding.c (Fset_coding_system_priority): Allow null arg list.
23323
23324 2008-02-01 Dave Love <fx@gnu.org>
23325
23326 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23327 (Fself_insert_and_exit): Use CHARACTERP.
23328
23329 * callproc.c (Fcall_process): Remove unused vars.
23330
23331 * xterm.c (XTread_socket): Add extra dead keysyms.
23332
23333 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23334
23335 * dispextern.h: Remove prototypes for redraw_frame,
23336 redraw_garbaged_frames.
23337
23338 * cmds.c (Fself_insert_command): Use CHARACTERP.
23339
23340 * chartab.c (make_sub_char_table): Remove unused var.
23341 (Fset_char_table_default, Fmap_char_table): Doc fix.
23342
23343 * keymap.c (access_keymap): Remove generic char code.
23344 (push_key_description): Use CHARACTERP.
23345
23346 2008-02-01 Dave Love <fx@gnu.org>
23347
23348 * charset.c: Doc fixes.
23349 (Funify_charset): Extra checking.
23350
23351 2008-02-01 Dave Love <fx@gnu.org>
23352
23353 * lread.c: Remove some unused variables.
23354 (safe_to_load_p): If safe, return the magic number version byte.
23355 (Fload): Maybe use load-with-code-conversion.
23356
23357 2008-02-01 Kenichi Handa <handa@m17n.org>
23358
23359 * category.c (Fmodify_category_entry): Don't modify the contents
23360 of category_set for characters out of the range. Avoid
23361 unnecessary modification.
23362
23363 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23364 Vchar_unify_table. The default value of the table is now nil.
23365
23366 * character.c (syms_of_character): Setup Vchar_width_table for
23367 eight-bit-control and raw-byte chars.
23368
23369 * charset.h (enum define_charset_arg_index): Delete
23370 charset_arg_parents and add charset_arg_subset and
23371 charset_arg_superset.
23372 (enum charset_attr_index): Delete charset_parents and add
23373 charset_subset and charset_superset.
23374 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23375 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23376 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23377 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23378 (CHARSET_SUPERSET): New macros.
23379 (charset_work): Extern it.
23380 (ENCODE_CHAR): Use charset_work.
23381 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23382 (map_charset_chars): Extern it.
23383
23384 * charset.c (load_charset_map): Set the default value of encoder
23385 and deunifier char-tables to nil.
23386 (map_charset_chars): Change argument. Change callers. Use
23387 map_char_table_for_charset instead of map_char_table.
23388 (Fmap_charset_chars): New optional args from_code and to_code.
23389 (Fdefine_charset_internal): Adjust for the change of
23390 `define-charset' (:parents -> :subset or :superset).
23391 (charset_work): New variable.
23392 (encode_char, syms_of_charset): Adjust for the change of
23393 Fdefine_charset_internal.
23394 (Ffind_charset_string): Setup the vector `charsets' correctly.
23395
23396 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23397 the previous change.
23398 (char_table_ref_and_range): Adjust for the above change.
23399 (map_sub_char_table_for_charset): New function.
23400 (map_char_table_for_charset): New function.
23401
23402 * keymap.c (describe_vector): Handle a char-table directly here.
23403 (describe_char_table): Delete.
23404
23405 * lisp.h (map_charset_chars): Delete.
23406
23407 2008-02-01 Dave Love <fx@gnu.org>
23408
23409 * fns.c (count_combining): Comment out (unused).
23410 (Flocale_codeset): New.
23411 (syms_of_fns): Defsubr it.
23412
23413 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23414 (size_t): Remove.
23415
23416 2008-02-01 Dave Love <fx@gnu.org>
23417
23418 * Makefile.in (chartab.o): Depend on charset.h.
23419
23420 2008-02-01 Kenichi Handa <handa@m17n.org>
23421
23422 * character.c (syms_of_character): Set the default value of
23423 Vprintable_chars to Qnil.
23424
23425 2008-02-01 Dave Love <fx@gnu.org>
23426
23427 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23428
23429 2008-02-01 Kenichi Handa <handa@m17n.org>
23430
23431 * charset.c (load_charset_map): Handle the case that from < to
23432 correctly.
23433
23434 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23435 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23436 Pay attention to raw-8-bit chars.
23437
23438 2008-02-01 Kenichi Handa <handa@m17n.org>
23439
23440 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23441 It is not bytecompiled now.
23442
23443 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23444 (charset_jisx0208): New variables.
23445 (Fdefine_charset_internal): Setup them if appropriate.
23446 (init_charset_once): Initialize them to -1.
23447
23448 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23449 (charset_jisx0208): Extern them.
23450
23451 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23452 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23453 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23454 (setup_iso_safe_charsets): Fix arguments to Fassq.
23455 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23456 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23457 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23458 (encode_coding_iso_2022): Change the 1st arg to
23459 ENCODE_ISO_CHARACTER to a variable.
23460
23461 2008-02-01 Kenichi Handa <handa@m17n.org>
23462
23463 * charset.h (enum define_charset_arg_index): New enums
23464 charset_arg_min_code and charset_arg_max_code.
23465 (struct charset): New member char_index_offset.
23466
23467 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23468 Take charset->char_index_offset into account.
23469 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23470 args[charset_arg_max_code]. Setup charset.char_index_offset.
23471 (syms_of_charset): Fix args to Fdefine_charset_internal.
23472
23473 2008-02-01 Dave Love <fx@gnu.org>
23474
23475 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23476
23477 2008-02-01 Dave Love <fx@gnu.org>
23478
23479 * coding.c: Doc fixes.
23480 (Fcoding_system_aliases): Fix return value.
23481 (Qmac): Remove (duplicated) definition.
23482
23483 2008-02-01 Dave Love <fx@gnu.org>
23484
23485 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23486 New functions.
23487
23488 * character.c (Fstring): Doc fix.
23489
23490 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23491
23492 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23493 (font-encoding-alist): Doc fix.
23494
23495 2008-02-01 Dave Love <fx@gnu.org>
23496
23497 * term.c (costs_set): Declare static, non-initialized for pcc.
23498 (encode_terminal_code): Remove unused var.
23499
23500 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23501 for K&R.
23502
23503 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23504
23505 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23506 (suffixes): Move out of make_subsidiaries for K&R.
23507
23508 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23509
23510 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23511
23512 2008-02-01 Dave Love <fx@gnu.org>
23513
23514 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23515
23516 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23517
23518 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23519
23520 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23521
23522 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23523
23524 2008-02-01 Kenichi Handa <handa@m17n.org>
23525
23526 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23527 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23528
23529 2008-02-01 Kenichi Handa <handa@m17n.org>
23530
23531 * coding.c (decode_coding_charset): Adjust for the change of
23532 Fdefine_coding_system_internal.
23533 (Fdefine_coding_system_internal): For a coding system of
23534 `charset' type, store a list of charset IDs in
23535 `charset_attr_charset_valids' element of coding attributes.
23536
23537 2008-02-01 Kenichi Handa <handa@m17n.org>
23538
23539 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23540 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23541 caller. Handle 2-byte and 3-byte charsets correctly.
23542 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23543 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23544 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23545 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23546 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23547 sequence.
23548 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23549 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23550 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23551 and alt&rule composition.
23552 (decode_coding_iso_2022): Handle composition correctly.
23553 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23554
23555 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23556 re-defining a charset. If the charset has :emacs-mule-id, setup
23557 emacs_mule_bytes.
23558 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23559
23560 2008-02-01 Kenichi Handa <handa@m17n.org>
23561
23562 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23563 (encode_coding_big5, encode_coding_charset): If coding requires safe
23564 encoding, produce a character specified by
23565 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23566
23567 2008-02-01 Dave Love <fx@gnu.org>
23568
23569 * xterm.c (XSetIMValues): Declare.
23570
23571 * process.c: Conditionally include sys/wait.h, pty.h.
23572
23573 * print.c (print_object): Fix print format for 64-bit systems.
23574
23575 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23576
23577 * buffer.c (emacs_strerror): Declare.
23578
23579 * fontset.c (Fclear_face_cache): Declare.
23580 (accumulate_font_info): Comment-out (unused).
23581 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23582 variables.
23583
23584 * character.h (string_escape_byte8): Declare.
23585
23586 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23587 unused vars.
23588 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23589 (Fmap_charset_chars): Doc fix.
23590
23591 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23592 (Fset_coding_system_priority, Fset_coding_system_priority)
23593 (Fdefine_coding_system_internal): Doc fix.
23594
23595 2008-02-01 Dave Love <fx@gnu.org>
23596
23597 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23598
23599 2008-02-01 Kenichi Handa <handa@m17n.org>
23600
23601 * character.c (string_escape_byte8): Make multibyte string with
23602 correct size.
23603
23604 * charset.c (Fmake_char): Delete unnecessary code.
23605
23606 2008-02-01 Kenichi Handa <handa@m17n.org>
23607
23608 * xfns.c (x_encode_text): Allocate coding.destination here, and
23609 call encode_coding_object with dst_object Qnil.
23610
23611 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23612 multibyte form correctly.
23613
23614 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23615 against Vfont_encoding_alist.
23616
23617 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23618 handling of charset list.
23619 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23620 (decode_coding_object): Move point to coding->dst_pos before
23621 calling post-read-conversion function.
23622 (encode_coding_object): Give correct arguments to
23623 pre-write-conversion. Ignore the return value of
23624 pre-write-conversion function. Pay attention to the case that
23625 pre-write-conversion changes the current buffer. If dst_object is
23626 Qt, even if coding->src_bytes is zero, allocate at least one byte
23627 to coding->destination.
23628
23629 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23630
23631 * charset.c (Fmake_char): Make it more backward compatible.
23632 (Fmap_charset_chars): Fix docstring.
23633
23634 2008-02-01 Dave Love <fx@gnu.org>
23635
23636 * coding.c: Doc fixes.
23637 (Fdefine_coding_system_alias): Use names, not symbols, in
23638 coding-system-alist.
23639
23640 2008-02-01 Kenichi Handa <handa@m17n.org>
23641
23642 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23643 of calling free_realized_face.
23644
23645 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23646
23647 * charset.c (read_hex): Don't treat SPC as a comment starter.
23648 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23649 (Fdecode_char): Fix typo.
23650
23651 2008-02-01 Kenichi Handa <handa@m17n.org>
23652
23653 * charset.h (struct charset): New member `code_space_mask'.
23654
23655 * coding.c (coding_set_source): Delete the local variable beg_byte.
23656 (encode_coding_charset, Fdefine_coding_system_internal):
23657 Delete the local variable charset.
23658 (Fdefine_coding_system_internal): Setup
23659 attrs[coding_attr_charset_valids] correctly.
23660
23661 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23662 member to check if CODE is valid or not.
23663 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23664 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23665 is within the range of charset->min_code and carset->max_code.
23666
23667 2008-02-01 Dave Love <fx@gnu.org>
23668
23669 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23670
23671 * dispextern.h (generate_ascii_font): Fix return type.
23672
23673 * xfaces.c (generate_ascii_font): Fix arg declaration.
23674
23675 * coding.c (coding_inherit_eol_type)
23676 (Fset_terminal_coding_system_internal)
23677 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23678
23679 2008-02-01 Kenichi Handa <handa@m17n.org>
23680
23681 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23682 multiple charsets correctly.
23683
23684 2008-02-01 Kenichi Handa <handa@m17n.org>
23685
23686 * search.c (boyer_moore): Fix handling of multibyte character
23687 translation.
23688
23689 * xdisp.c (display_mode_element): When the variable `elt' is
23690 changed, update `this' and `lisp_string'.
23691
23692 2008-02-01 Kenichi Handa <handa@m17n.org>
23693
23694 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23695
23696 * callproc.c (Fcall_process): Be sure to give the current buffer
23697 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23698
23699 * charset.c (struct charset_map_entries): New struct.
23700 (load_charset_map): Rename from parse_charset_map. New args
23701 entries and n_entries. Change caller.
23702 (load_charset_map_from_file): Rename from load_charset_map.
23703 Change caller. New arg control_flag. Call load_charset_map at
23704 the tail.
23705 (load_charset_map_from_vector): New function.
23706 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23707 (encode_char): If the charset is compact, change a character index
23708 to a code point.
23709
23710 * coding.c (coding_alloc_by_making_gap): Check the case that the
23711 source and destination are the same correctly.
23712 (decode_coding_raw_text): Set coding->consumed_char and
23713 coding->consumed to 0.
23714 (produce_chars): If coding->chars_at_source is nonzero, update
23715 coding->consumed_char and coding->consumed before calling
23716 alloc_destination.
23717 (Fdefine_coding_system_alias): Register ALIAS in
23718 Vcoding_system_alist.
23719 (syms_of_coding): Define `no-conversion' coding system at the tail.
23720
23721 * fileio.c (Finsert_file_contents): Set coding_system instead of
23722 val. If the current buffer is multibyte, always call
23723 decode_coding_gap.
23724
23725 * xfaces.c (try_font_list): Give higher priority to fontset's
23726 family than face's family.
23727
23728 2008-02-01 Kenichi Handa <handa@m17n.org>
23729
23730 * callproc.c (Fcall_process): Be sure to give the current buffer
23731 to decode_coding_c_string.
23732
23733 * xfaces.c (try_font_list): Give a family specified in a fontset
23734 higher priority than a family specified in a face.
23735
23736 2008-02-01 Kenichi Handa <handa@m17n.org>
23737
23738 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23739 Fix arguments to insert_from_buffer.
23740
23741 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23742
23743 2008-02-01 Kenichi Handa <handa@m17n.org>
23744
23745 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23746 (decode_coding_gap): Set coding->dst_multibyte correctly.
23747
23748 2008-02-01 Kenichi Handa <handa@m17n.org>
23749
23750 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23751 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23752 (encode_coding_utf_16): Substitute coding->default_char for
23753 non-Unicode characters.
23754 (decode_coding): Don't call record_insert here.
23755 (setup_coding_system): Initialize `surrogate' of
23756 coding->spec.utf_16 to 0.
23757 (EMIT_ONE_BYTE): Fix for multibyte case.
23758
23759 * insdel.c (insert_from_gap): Call record_insert.
23760
23761 2008-02-01 Kenichi Handa <handa@m17n.org>
23762
23763 * casefiddle.c (casify_region): Fix multibyte case.
23764
23765 * character.c (c_string_width): Add return type `int'.
23766 (char_string_with_unification): Delete arg ADVANCED.
23767
23768 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23769 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23770 (CHAR_STRING_ADVANCE): Make it do-while statement.
23771
23772 * chartab.c (sub_char_table_set_range): Optimize for the case
23773 DEPTH == 3. Add workaround code for a GCC optimization bug.
23774
23775 * charset.c (parse_charset_map): Remove an unused variable.
23776
23777 * coding.c: Delete unused variables.
23778
23779 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23780 earlier. If inserted is zero and the coding system doesn't
23781 require flushing, don't call decode_coding_gap.
23782
23783 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23784
23785 2008-02-01 Kenichi Handa <handa@m17n.org>
23786
23787 The following changes are for using Unicode as an internal
23788 character model, and use UTF-8 format for buffer/string
23789 representation.
23790
23791 * .gdbinit (xchartable): Adjust for the change of char table structure.
23792 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23793
23794 * Makefile.in (obj): Add character.o and chartab.o.
23795 (lisp, shortlisp): Remove utf-8.elc.
23796 (*.o): For many files, change dependency on charset.h to
23797 character.h, and add dependency on character.h.
23798 (character.o, chartab.o): New targets.
23799
23800 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23801 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23802 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23803 of "charset.h".
23804
23805 * dired.c, filelock.c: Include "character.h".
23806
23807 * alloc.c: Include "character.h" instead of "charset.h".
23808 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23809 (syms_of_alloc): Remove defsubr for Smake_char_table.
23810
23811 * buffer.c: Include "character.h" instead of "charset.h", don't
23812 include "coding.h".
23813 (Fset_buffer_multibyte): Adjust for UTF-8.
23814
23815 * buffer.h: EXFUN Fbuffer_live_p.
23816
23817 * callproc.c: Include "character.h" instead of "charset.h".
23818 (Fcall_process): Big change for the new code-conversion APIs.
23819
23820 * casetab.c: Include "character.h" instead of "charset.h".
23821 (set_canon, set_identity, shuffle): Adjust for the new
23822 map_char_table spec.
23823 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23824 accessing the char table structure.
23825
23826 * chartab.c: New file that implements char table.
23827
23828 * category.c: Include "character.h".
23829 (copy_category_entry): New function.
23830 (copy_category_table): Call map_char_table and copy_category_entry.
23831 (Fmake_category_table): Initialize all top-level slots.
23832 (char_category_set): New function.
23833 (modify_lower_category_set): Delete.
23834 (Fmodify_category_entry): Call char_table_ref_and_range.
23835
23836 * category.h (CATEGORY_SET): Just call char_category_set.
23837
23838 * ccl.c: Include "character.h".
23839 (Qccl, Qcclp): New variables.
23840 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23841 it's less than 256.
23842 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23843 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23844 and DST type.
23845 (ccl_driver): Change types of argument, adjust code accordingly.
23846 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23847 ccl_driver.
23848 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23849
23850 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23851 New members src_multibyte, dst_multibyte, consumed, and produced.
23852 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23853 (CODING_SPEC_CCL_PROGRAM): New macro.
23854 (ccl_driver): Update prototype.
23855 (Qccl, Qcclp, Fccl_program_p): Extern them.
23856 (CHECK_CCL_PROGRAM): New macro.
23857
23858 * character.c, character.h, chartab.c: New files.
23859
23860 * charset.c: Mostly re-written. Move character and multibyte sequence
23861 handling codes to character.c.
23862
23863 * charset.h: Mostly re-written. Move character and multibyte sequence
23864 handling codes to character.h.
23865
23866 * coding.c, coding.h: Mostly re-written.
23867
23868 * composite.c: Include "character.h" instead of "charset.h".
23869 (CHAR_WIDTH): Move to character.h.
23870 (HASH_KEY, HASH_VALUE): Delete.
23871
23872 * composite.h (enum composition_method): Change order of enumeration
23873 symbols.
23874
23875 * data.c: Include "character.h" instead of "charset.h".
23876 (Faref): Call CHAR_TABLE_REF for a char table.
23877 (Faset): Call CHAR_TABLE_SET for a char table.
23878
23879 * dispextern.h (free_realized_face, check_face_attribytes)
23880 (generate_ascii_font): Extern them.
23881 (free_realized_multibyte_face): Delete extern.
23882
23883 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23884 table structure.
23885
23886 * editfns.c: Include "character.h" instead of "charset.h".
23887 (Fchar_to_string): Always call CHAR_STRING.
23888
23889 * emacs.c (main): Call init_charset_once, init_charset,
23890 syms_of_chartab, and syms_of_character.
23891
23892 * fileio.c: Include "character.h" instead of "charset.h".
23893 (Finsert_file_contents): Big change for the new code-conversion API.
23894 (choose_write_coding_system, Fwrite_region): Likewise.
23895 (build_annotations_2): Delete.
23896 (e_write): Big change for the new code-conversion API.
23897
23898 * fns.c: Include "character.h" instead of "charset.h".
23899 (copy_sub_char_table): Move to chartab.c.
23900 (Fcopy_sequence): Call copy_char_table for a char table.
23901 (concat): Delete codes calling count_multibyte.
23902 (string_char_to_byte, string_byte_to_char): Adjust for the new
23903 multibyte form.
23904 (internal_equal): Adjust for the change of char table structure.
23905 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23906 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23907 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23908 (char_table_translate, optimize_sub_char_table)
23909 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23910 chartab.c.
23911 (char_table_ref_and_index): Delete.
23912 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23913 (Fmd5): Call preferred_coding_system instead of accessing
23914 Vcoding_category_list. Adjust for the new code-conversion API.
23915 (syms_of_fns): Move defsubr for char table related functions to
23916 chartab.c.
23917
23918 * fontset.c: Mostly re-written.
23919
23920 * fontset.h (struct font_info): Change type of the member encoding_type.
23921 (enum FONT_SPEC_INDEX): New enum.
23922 (fontset_font_pattern, fs_load_font): Update prototype.
23923 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23924
23925 * indent.c: Include "character.h" instead of "charset.h".
23926 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23927
23928 * insdel.c: Include "character.h" instead of "charset.h".
23929 (copy_text): Don't refer to Vnonascii_translation_table.
23930 (insert_from_gap): New function.
23931
23932 * keyboard.c: Include "character.h" instead of "charset.h".
23933 (command_loop_1): Never call direct_output_forward_char before
23934 a non-ASCII character.
23935 (read_char): If Vkeyboard_translate_table is a char table, always
23936 translate a character.
23937
23938 * keymap.c: Include "character.h".
23939 (store_in_keymap): Handle the case that IDX is a cons.
23940 (Fdefine_key): Handle the case that KEY is a cons and the car part
23941 is also a cons (range).
23942 (push_key_description): Adjust for the new character code.
23943 (describe_vector): Call describe_char_table for a char table.
23944 (describe_char_table): New function.
23945
23946 * keymap.h (describe_char_table): Extern it.
23947
23948 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23949 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23950 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23951 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23952 Delete.
23953 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23954 structure.
23955 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23956 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23957 (CHARTAB_SIZE_BITS_3): New macros.
23958 (chartab_size): Extern it.
23959 (struct Lisp_Char_Table): Re-design.
23960 (struct Lisp_Sub_Char_Table): New structure.
23961 (HASH_KEY, HASH_VALUE): Move from fns.c.
23962 (CHARACTERBITS): Define as 22.
23963 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23964 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23965 (GC_SUB_CHAR_TABLE_P): New macro.
23966 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23967 (code_convert_string_norecord): Deleted extern.
23968 (init_character_once, syms_of_character, init_charset)
23969 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23970
23971 * lread.c: Include "character.h".
23972 (read_multibyte): New arg NBYTES.
23973 (read_escape): Change the meaning of returned *BYTEREP.
23974 (to_multibyte): Delete.
23975 (read1): Adjust the handling of char table and string.
23976
23977 * print.c: Include "character.h" instead of "charset.h".
23978 (print_string): Convert 8-bit raw bytes to octal form by
23979 string_escape_byte8.
23980 (print_object): Adjust for the new multibyte form. Print 8-bit
23981 raw bytes always in octal form. Handle sub char table correctly.
23982
23983 * process.c: Include "character.h" instead of "charset.h".
23984 (read_process_output, send_process): Adjust for the new
23985 code-conversion API.
23986
23987 * puresize.h (BASE_PURESIZE): Increase.
23988
23989 * regex.c: Include "character.h" instead of "charset.h".
23990 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23991 (regex_compile): Accept a range whose starting and ending
23992 character have different leading bytes.
23993 (analyse_first): Adjust for the above change.
23994
23995 * search.c: Include "character.h" instead of "charset.h".
23996 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23997 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23998
23999 * syntax.c: Include "character.h" instead of "charset.h".
24000 (syntax_parent_lookup): Delete.
24001 (Fmodify_syntax_entry): Accept a cons as CHAR.
24002 (skip_chars): Adjust for the new multibyte form.
24003 (init_syntax_once): Call char_table_set_range instead of directly
24004 accessing the structure of a char table.
24005
24006 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24007 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24008 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24009 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24010
24011 * term.c: Include "buffer.h" and "character.h".
24012 (encode_terminal_code, write_glyphs): Adjust for the new
24013 code-conversion API.
24014 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24015
24016 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24017
24018 * xdisp.c: Include "character.h".
24019 (get_next_display_element): Adjust for the new multibyte form.
24020 (disp_char_vector): Adjust for the new char table structure.
24021 (decode_mode_spec_coding): Adjust for the new structure of
24022 coding system.
24023 (decode_mode_spec): Adjust for the new code-conversion API.
24024
24025 * xfaces.c: Include "character.h" instead of "charset.h".
24026 (load_face_font): Adjust for the change of choose_face_font and
24027 FS_LOAD_FONT.
24028 (generate_ascii_font): New function.
24029 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24030 (set_font_frame_param): Adjust for the change of choose_face_font.
24031 (free_realized_face): Make it public.
24032 (free_realized_faces_for_fontset): Rename from
24033 free_realized_multibyte_face. Free also faces realized for ASCII.
24034 (choose_face_font): Change arguments. Adjust for the change of
24035 fontset_font_pattern and FS_LOAD_FONT.
24036
24037 * xfns.c: Include "character.h".
24038 (x_encode_text): Adjust for the new code-conversion API.
24039
24040 * xselect.c: Don't include "charset.h".
24041 (selection_data_to_lisp_data): Adjust for the new code conversion API.
24042
24043 * xterm.c: Include "character.h".
24044 (x_encode_char): New argument CHARSET. Change caller.
24045 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24046 Call ENCODE_CHAR instead of SPLIT_CHAR.
24047 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24048 CHAR_WIDTH instead of CHARSET_WIDTH.
24049 (XTread_socket): Adjust for the new code-conversion API.
24050 (x_new_font): Adjust for the change of FS_LOAD_FONT.
24051 (x_load_font): Adjust for the change of struct font.
24052
24053 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24054
24055 * xfaces.c (face_at_buffer_position): Remove unused vars.
24056
24057 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24058
24059 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24060 Fix overflow checking.
24061
24062 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24063
24064 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24065 Cancel previous change.
24066
24067 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24068
24069 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24070 ccl->eight_bit_control. Fix check for buffer overflow.
24071 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24072 (ccl_driver): Initialize extra_bytes to 0.
24073
24074 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24075
24076 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24077 return it ORed with ctrl_modifier.
24078
24079 2008-01-29 Miles Bader <miles@gnu.org>
24080
24081 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24082
24083 2008-01-28 Jason Rumney <jasonr@gnu.org>
24084
24085 * w32.c (stat): Don't double check for networked drive.
24086
24087 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24088
24089 * window.c (run_window_configuration_change_hook): New function.
24090 Code extracted from set_window_buffer. Set the selected frame.
24091 (set_window_buffer): Use it.
24092 * window.h (run_window_configuration_change_hook): Declare.
24093 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24094
24095 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24096
24097 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24098
24099 * Makefile.in: Remove references to unused macros.
24100
24101 2008-01-26 Eli Zaretskii <eliz@gnu.org>
24102
24103 * w32.c (g_b_init_get_sid_sub_authority)
24104 (g_b_init_get_sid_sub_authority_count): New static variables.
24105 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24106 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24107 (init_user_info): Use them to retrieve uid and gid.
24108 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24109 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24110 st_uid and st_gid of the file.
24111
24112 2008-01-26 Jason Rumney <jasonr@gnu.org>
24113
24114 * w32.c (logon_network_drive): New function.
24115 (stat): Use it.
24116
24117 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
24118
24119 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24120 invisible text covered with an ellipsis.
24121
24122 2008-01-25 Richard Stallman <rms@gnu.org>
24123
24124 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24125 jump back to beginning. Move some other initializations after that.
24126 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24127 New variables.
24128 (syms_of_xdisp): Init them.
24129
24130 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24131
24132 * buffer.c (reset_buffer_local_variables):
24133 Implement `permanent-local-hook'.
24134 (Qpermanent_local_hook): New variable.
24135 (syms_of_buffer): Init and staticpro it.
24136
24137 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
24138
24139 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24140
24141 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24142
24143 * fns.c (Fclrhash): Return TABLE.
24144
24145 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24146
24147 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24148 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24149 is set even without positional changes.
24150 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24151
24152 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24153
24154 2008-01-23 Jason Rumney <jasonr@gnu.org>
24155
24156 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24157
24158 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24159 the unicode range available in MULE by locale-coding-system.
24160 Improve dbcs lead byte detection. Set event timestamp and modifiers
24161 earlier.
24162
24163 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24164
24165 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24166 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24167 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24168 when used on child processes.
24169
24170 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
24171
24172 * dbusbind.c (Fdbus_method_return_internal): Rename from
24173 Fdbus_method_return.
24174 (Fdbus_unregister_object): Move to dbus.el.
24175 (Fdbus_call_method, Fdbus_method_return_internal)
24176 (Fdbus_send_signal): Improve debug messages.
24177
24178 2008-01-20 Martin Rudalics <rudalics@gmx.at>
24179
24180 * undo.c (undo_inhibit_record_point): New variable.
24181 (syms_of_undo): Initialize it.
24182 (record_point): Don't record point when undo_inhibit_record_point
24183 is set.
24184
24185 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24188
24189 * xdisp.c (Qauto_hscroll_mode): New var.
24190 (syms_of_xdisp): Initialize it.
24191 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24192 window's buffer.
24193 (hscroll_windows): Don't check automatic_hscrolling_p here.
24194
24195 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24196 vscroll if we're setting window-buffer to the value it already has.
24197
24198 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24199
24200 * m/intel386.h: Remove references to XENIX.
24201
24202 2008-01-17 Andreas Schwab <schwab@suse.de>
24203
24204 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24205 instead of HAVE_X86_64_LIB64_DIR.
24206 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24207
24208 2008-01-17 Glenn Morris <rgm@gnu.org>
24209
24210 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24211 to HAVE_X86_64_LIB64_DIR.
24212
24213 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24214
24215 * s/irix3-3.h:
24216 * s/irix4-0.h:
24217 * s/386-ix.h:
24218 * s/domain.h:
24219 * s/hpux9-x11r4.h:
24220 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24221
24222 * sysdep.c: Remove code containing references to symbols defined
24223 by unsupported systems.
24224
24225 2008-01-16 Glenn Morris <rgm@gnu.org>
24226
24227 * coding.c (select-safe-coding-system-function): Doc fix.
24228
24229 2008-01-15 Glenn Morris <rgm@gnu.org>
24230
24231 * config.in: Revert 2008-01-13 change: this is a generated file.
24232
24233 2008-01-13 Tom Tromey <tromey@redhat.com>
24234
24235 * lisp.h: Fix typo.
24236
24237 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24238
24239 * m/sequent-ptx.h:
24240 * m/sequent.h:
24241 * s/ptx.h:
24242 * s/ptx4-2.h:
24243 * s/ptx4.h: Remove files for systems no longer supported.
24244
24245 * callproc.c (Fcall_process): Fix previous change.
24246
24247 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24248
24249 * unexsunos4.c: Remove file, system not supported anymore.
24250
24251 * m/mips.h:
24252 * m/intel386.h:
24253 * callproc.c:
24254 * config.in:
24255 * ecrt0.c:
24256 * emacs.c:
24257 * fileio.c:
24258 * frame.c:
24259 * getpagesize.h:
24260 * keyboard.c:
24261 * lread.c:
24262 * process.c:
24263 * puresize.h:
24264 * sysdep.c:
24265 * systty.h:
24266 * syswait.h:
24267 * unexec.c:
24268 * xdisp.c:
24269 * alloc.c: Remove code containing references to symbols defined by
24270 unsupported systems.
24271
24272 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24273
24274 * coding.c (detect_coding_mask): Fix previous change.
24275
24276 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24277
24278 * coding.c (detect_coding_iso2022): New arg
24279 latin_extra_code_state. Allow Latin extra codes only
24280 when *latin_extra_code_state is nonzero.
24281 (detect_coding_mask): If there is a NULL byte, detect the encoding
24282 as UTF-16 or binary. If Latin extra codes exist, detect the
24283 encoding as ISO-2022 only when there's no other proper encoding is
24284 found.
24285
24286 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24287
24288 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24289 #ifdef MAC_OS.
24290
24291 2008-01-08 Richard Stallman <rms@gnu.org>
24292
24293 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24294
24295 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24296
24297 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24298 menu bar in parentheses.
24299
24300 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24301
24302 * m/7300.h:
24303 * m/acorn.h:
24304 * m/alliant-2800.h:
24305 * m/alliant.h:
24306 * m/alliant1.h:
24307 * m/alliant4.h:
24308 * m/altos.h:
24309 * m/amdahl.h:
24310 * m/apollo.h:
24311 * m/att3b.h:
24312 * m/aviion-intel.h:
24313 * m/aviion.h:
24314 * m/celerity.h:
24315 * m/clipper.h:
24316 * m/cnvrgnt.h:
24317 * m/convex.h:
24318 * m/cydra5.h:
24319 * m/delta88k.h:
24320 * m/dpx2.h:
24321 * m/dual.h:
24322 * m/elxsi.h:
24323 * m/f301.h:
24324 * m/gould-np1.h:
24325 * m/gould.h:
24326 * m/i860.h:
24327 * m/ibmps2-aix.h:
24328 * m/ibmrt-aix.h:
24329 * m/ibmrt.h:
24330 * m/irist.h:
24331 * m/is386.h:
24332 * m/isi-ov.h:
24333 * m/mega68.h:
24334 * m/mg1.h:
24335 * m/news-r6.h:
24336 * m/news-risc.h:
24337 * m/news.h:
24338 * m/nh3000.h:
24339 * m/nh4000.h:
24340 * m/ns16000.h:
24341 * m/ns32000.h:
24342 * m/nu.h:
24343 * m/orion.h:
24344 * m/orion105.h:
24345 * m/paragon.h:
24346 * m/pfa50.h:
24347 * m/plexus.h:
24348 * m/pyramid.h:
24349 * m/pyrmips.h:
24350 * m/sh3el.h:
24351 * m/sps7.h:
24352 * m/sr2k.h:
24353 * m/stride.h:
24354 * m/sun1.h:
24355 * m/sun2.h:
24356 * m/sun3-68881.h:
24357 * m/sun3-fpa.h:
24358 * m/sun3-soft.h:
24359 * m/sun3.h:
24360 * m/sun386.h:
24361 * m/symmetry.h:
24362 * m/tad68k.h:
24363 * m/tahoe.h:
24364 * m/targon31.h:
24365 * m/tek4300.h:
24366 * m/tekxd88.h:
24367 * m/tower32.h:
24368 * m/tower32v3.h:
24369 * m/ustation.h:
24370 * m/wicat.h:
24371 * m/xps100.h:
24372 * s/cxux.h:
24373 * s/cxux7.h:
24374 * s/dgux.h:
24375 * s/dgux4.h:
24376 * s/dgux5-4-3.h:
24377 * s/dgux5-4r2.h:
24378 * s/esix.h:
24379 * s/esix5r4.h:
24380 * s/hiuxmpp.h:
24381 * s/hiuxwe2.h:
24382 * s/iris3-5.h:
24383 * s/iris3-6.h:
24384 * s/isc2-2.h:
24385 * s/isc3-0.h:
24386 * s/isc4-0.h:
24387 * s/isc4-1.h:
24388 * s/newsos5.h:
24389 * s/newsos6.h:
24390 * s/osf1.h:
24391 * s/osf5-0.h:
24392 * s/riscix1-1.h:
24393 * s/riscix12.h:
24394 * s/sco4.h:
24395 * s/sco5.h:
24396 * s/sunos4-0.h:
24397 * s/sunos4-1.h:
24398 * s/sunos413.h:
24399 * s/sunos4shr.h:
24400 * s/umax.h:
24401 * s/unipl5-2.h:
24402 * s/xenix.h:
24403 * cxux-crt0.s:
24404 * unexapollo.c:
24405 * unexconvex.c:
24406 * unexenix.c:
24407 * unexsni.c: Remove files for systems no longer supported.
24408
24409 * m/intel386.h: Remove references to unsupported systems.
24410
24411 * w32.c (get_emacs_configuration): Remove reference to i860.
24412
24413 * sysdep.c: Remove dead code.
24414
24415 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24416
24417 * s/rtu.h:
24418 * m/masscomp.h: Remove files. Platform is obsolete.
24419
24420 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24421
24422 * dbusbind.c (Fdbus_method_return): New function.
24423 (xd_read_message): Add the serial number to the event.
24424 (Fdbus_register_method): Activate the function.
24425
24426 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24427
24428 * keyboard.c (read_key_sequence): Fix typo.
24429
24430 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24431
24432 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24433 (xd_signature, xd_append_arg): Handle element type detection for
24434 empty arrays.
24435 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24436 SDATA () calls; this must be solved more general.
24437 (Fdbus_register_signal): Use SBYTES instead of strlen.
24438
24439 2008-01-03 Magnus Henoch <magnus@zemdatav>
24440
24441 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24442 unsigned int for byte values (necessary for big-endian platform).
24443 (Fdbus_call_method): Handle the case of no returned arguments.
24444
24445 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24446
24447 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24448
24449 2007-12-31 Magnus Henoch <mange@freemail.hu>
24450
24451 * dbusbind.c (xd_signature): Signature of variant is just "v".
24452
24453 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24454
24455 * dbusbind.c: Fix several errors and compiler warnings.
24456 Reported by Tom Tromey <tromey@redhat.com>.
24457 (XD_ERROR, XD_DEBUG_MESSAGE)
24458 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24459 (xd_append_arg): Part for basic D-Bus types rewritten.
24460 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24461 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24462 appropriate.
24463 (xd_read_message): Return Qnil. Don't signal an error; it is not
24464 useful during event reading.
24465 (Fdbus_register_signal): Signal an error if the check for
24466 FUNCTIONP fails.
24467 (Fdbus_register_method): New function. The implementation is not
24468 complete, the call of the function signals an error therefore.
24469 (Fdbus_unregister_object): New function, renamed from
24470 Fdbus_unregister_signal. The initial check signals an error, if
24471 the object is not well formed.
24472
24473 2007-12-30 Richard Stallman <rms@gnu.org>
24474
24475 * textprop.c (get_char_property_and_overlay):
24476 Signal error if POSITION is out of range in a buffer.
24477
24478 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24479
24480 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24481 because the original parameters are in pure storage now.
24482
24483 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24484
24485 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24486
24487 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24488
24489 * callint.c (syms_of_callint) <command-history>: Add reference to
24490 history-length in the doc string.
24491
24492 2007-12-17 Jason Rumney <jasonr@gnu.org>
24493
24494 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24495 before passing as wParam.
24496
24497 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24498
24499 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24500 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24501 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24502 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24503 as number.
24504 (Fdbus_call_method): Fix docstring.
24505
24506 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24507
24508 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24509 New macros.
24510 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24511 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24512 Simplify.
24513 (xd_signature): New function.
24514 (xd_append_arg): Compute also signatures. Major rewrite.
24515 (xd_retrieve_arg): Make debug messages friendly.
24516 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24517 Check for signatures of arguments.
24518
24519 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24520
24521 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24522 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24523 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24524 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24525 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24526 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24527 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24528 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24529 (xd_retrieve_value): Remove. Functionality included in ...
24530 (xd_append_arg): New function.
24531 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24532
24533 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24534
24535 * dbusbind.c (top): Include <stdio.h>.
24536 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24537 dbus_message_new_method_call and dbus_message_new_signal.
24538 (Fdbus_register_signal): Rename unique_name to uname.
24539 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24540 non-existing unique name. Fix typos in matching rule. Return an
24541 object which is useful in Fdbus_unregister_signal.
24542 (Fdbus_unregister_signal): Reimplementation, in order to remove
24543 only the corresponding entry.
24544 (Vdbus_registered_functions_table): Change the order of entries.
24545 Apply these changes in xd_read_message and Fdbus_register_signal.
24546
24547 2007-12-16 Andreas Schwab <schwab@suse.de>
24548
24549 * fileio.c (Finsert_file_contents): Fix overflow check to not
24550 depend on undefined integer overflow.
24551
24552 2007-12-14 Jason Rumney <jasonr@gnu.org>
24553
24554 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24555 for characters above 127.
24556
24557 2007-12-13 Jason Rumney <jasonr@gnu.org>
24558
24559 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24560 before dereferencing array.
24561 (lookup_vk_code): Remove zero comparison.
24562
24563 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24564
24565 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24566 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24567 Use `unsigned int' instead of `uint'.
24568 (xd_read_message, Fdbus_register_signal): Split expressions into
24569 multiple lines before operators "&&" and "||", according to the
24570 GNU Coding Standards.
24571
24572 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24573
24574 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24575
24576 2007-12-12 Juri Linkov <juri@jurta.org>
24577
24578 * buffer.c (Frename_buffer): In interactive spec replace
24579 `read-buffer' with `read-string' that uses `buffer-name-history'
24580 as history, and the current buffer's name as default.
24581
24582 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24583
24584 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24585 manipulating the backtrace manually.
24586 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24587 (struct backtrace, backtrace_list): Remove.
24588 (command_loop_1): Remove dead var `no_direct'.
24589
24590 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24591 preserve non-built-in buffer-local variables.
24592 (Fkill_all_local_variables): Don't re-create&re-set permanent
24593 buffer-local variables.
24594
24595 2007-12-09 Juri Linkov <juri@jurta.org>
24596
24597 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24598 Lisp code that uses `read-buffer' with current buffer as default.
24599
24600 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24601
24602 * dbusbind.c (xd_read_message): Generate an event for every
24603 registered handler. There might be several handlers registered
24604 for the same signal.
24605 (Fdbus_register_signal): Don't overwrite a registration for the
24606 same signal. Add a new registration if handlers are different.
24607 (Vdbus_registered_functions_table): Rework doc string.
24608
24609 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24610
24611 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24612 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24613 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24614 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24615 Unify argument lists.
24616 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24617 arguments and hash table keys. Use unique name for service.
24618 (Fdbus_unregister_signal): Remove checks.
24619 (Vdbus_registered_functions_table): Fix doc string.
24620
24621 2007-12-05 Magnus Henoch <mange@freemail.hu>
24622
24623 * process.c (make_process): Initialize pty_flag to 0.
24624
24625 2007-12-05 Jason Rumney <jasonr@gnu.org>
24626
24627 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24628 specified XBMs.
24629
24630 2007-12-05 Richard Stallman <rms@gnu.org>
24631
24632 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24633
24634 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24635
24636 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24637 New variable.
24638 (mac_try_close_socket) [MAC_OSX]: New function.
24639 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24640 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24641
24642 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24643 Use mac_try_close_socket.
24644
24645 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24646
24647 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24648 reloc_base.
24649 (copy_dysymtab): Compute relocation base here.
24650 (rebase_reloc_address) [__ppc64__]: New function.
24651 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24652 changed.
24653
24654 2007-12-05 Jason Rumney <jasonr@gnu.org>
24655
24656 * w32proc.c (sys_spawnve): Quote args with wildcards.
24657
24658 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24659
24660 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24661 __objc_* sections.
24662 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24663
24664 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24665
24666 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24667 Move check for Vdbus_registered_functions_table to
24668 xd_read_queued_messages.
24669 (xd_read_queued_messages): Protect xd_read_message calls by
24670 internal_condition_case_1.
24671
24672 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24673
24674 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24675 Qdbus_system_bus and Qdbus_session_bus, respectively.
24676 (Vdbus_intern_symbols): Remove.
24677 (Vdbus_registered_functions_table): New hash table.
24678 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24679 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24680 Rewrite in order to manage registered functions by hash table
24681 Vdbus_registered_functions_table.
24682
24683 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24684
24685 * xterm.c: Update URL to Window Manager Specification in comment.
24686
24687 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24688
24689 * config.in (HAVE_DBUS): Add.
24690
24691 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24692 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24693 (obj): Add $(DBUS_OBJ).
24694 (LIBES): Add $(DBUS_LIBS).
24695 (dbusbind.o): New target.
24696
24697 * dbusbind.c: New file.
24698
24699 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24700
24701 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24702 (Qdbus_event): New Lisp symbol.
24703 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24704 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24705 (keys_of_keyboard): Define dbus-event.
24706
24707 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24708
24709 2007-12-01 Richard Stallman <rms@gnu.org>
24710
24711 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24712
24713 2007-11-30 Jason Rumney <jasonr@gnu.org>
24714
24715 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24716 (w32con_reset_terminal_modes): Clear screen buffer.
24717 (w32_face_attributes): Don't use color indexes that are out of range.
24718 Only reverse the default colors.
24719
24720 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24721 WINDOWSNT.
24722
24723 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24724
24725 2007-11-29 Jason Rumney <jasonr@gnu.org>
24726
24727 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24728 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24729 if the terminal colors are initialized.
24730 (unspecified_fg, unspecified_bg): Remove unused declarations.
24731
24732 2007-11-29 Andreas Schwab <schwab@suse.de>
24733
24734 * keyboard.c (apply_modifiers): Fix typo.
24735
24736 2007-11-29 Richard Stallman <rms@gnu.org>
24737
24738 * keymap.c (Fcurrent_local_map): Doc fix.
24739
24740 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24741
24742 * s/gnu-kfreebsd.h: New file.
24743
24744 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24745
24746 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24747 Don't cast redundantly.
24748
24749 * keyboard.c (KEY_TO_CHAR): New macro.
24750 (parse_modifiers, apply_modifiers): Accept integer arguments.
24751 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24752 for chars and symbol keys.
24753 After doing such remapping, apply function-key-map again.
24754
24755 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24756
24757 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24758 compiled anymore.
24759
24760 2007-11-26 Andreas Schwab <schwab@suse.de>
24761
24762 * process.c (list_processes_1): Fix indentation level of the
24763 command column.
24764
24765 2007-11-23 Andreas Schwab <schwab@suse.de>
24766
24767 * editfns.c (Fformat): Handle %c specially since it requires the
24768 argument to be of type int.
24769
24770 2007-11-23 Markus Triska <markus.triska@gmx.at>
24771
24772 * emacs.c (main): Call init_editfns before init_process, since
24773 init_process sets Vprocess_connection_type depending on OS release.
24774
24775 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24776
24777 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24778 (find_symbol_value): Use do_symval_forwarding.
24779
24780 * data.c (set_internal): Set the value in the `cons-cell' (for
24781 Buffer_Local_values) not only for frame-local variables.
24782
24783 2007-11-22 Andreas Schwab <schwab@suse.de>
24784
24785 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24786 values to sprintf.
24787 * keymap.c (Fsingle_key_description): Likewise.
24788 * print.c (print_object): Likewise.
24789
24790 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24791
24792 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24793 file for image is nil.
24794
24795 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24796
24797 * term.c: Include stdarg.h.
24798 (fatal): Implement using varargs.
24799 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24800
24801 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24802
24803 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24804 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24805 Update call to buffer_slot_type_mismatch.
24806 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24807 (buffer_slot_type_mismatch): Update.
24808 * buffer.c (buffer_local_types): Remove.
24809 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24810 (defvar_per_buffer): Set the type in the buffer_objfwd.
24811
24812 2007-11-21 Jason Rumney <jasonr@gnu.org>
24813
24814 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24815 CreateFileMapping returns NULL on failure.
24816
24817 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24818
24819 * search.c (Fset_match_data): Remove the `evaporate' feature.
24820 (unwind_set_match_data): Don't use the `evaporate' feature.
24821
24822 2007-11-21 Jason Rumney <jasonr@gnu.org>
24823
24824 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24825
24826 * w32console.c (w32con_write_glyphs): Remove unused variables.
24827
24828 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24829
24830 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24831
24832 * s/darwin.h (MULTI_KBOARD): Remove.
24833
24834 * macfns.c (x_create_tip_frame, Fx_create_frame)
24835 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24836
24837 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24838
24839 * buffer.c (Fbuffer_local_value): Remove redundant test.
24840 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24841 than in `current-buffer' to match the comment.
24842 Do the swap using swap_in_global_binding.
24843
24844 * data.c (store_symval_forwarding, set_internal):
24845 * eval.c (specbind): Remove dead code.
24846
24847 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24848 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24849 Since we do not want to see internal Lisp_*fwd objects here.
24850
24851 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24852
24853 * sysdep.c (init_system_name): Use getaddrinfo if available.
24854
24855 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24856 (x_scroll_bar_note_movement): start, end, with, height in struct
24857 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24858
24859 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24860
24861 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24862
24863 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24866 This undoes Richard's change of 14-Oct-2002.
24867
24868 * alloc.c (allocate_other_vector):
24869 * lisp.h (allocate_other_vector): Remove.
24870
24871 * window.c (struct save_window_data): Move non-lisp data to the end
24872 and make it `int' rather than Lisp_Object.
24873 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24874 Done wrap/unwrap integer values.
24875 (Fset_window_configuration, compare_window_configurations):
24876 Update use of fields to their new types.
24877
24878 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24879 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24880 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24881 (SET_SCROLL_BAR_X_WINDOW): Remove.
24882 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24883 Access the new x_window field directly.
24884 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24885 Don't wrap/unwrap integers into Lisp_Objects.
24886 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24887 (x_scroll_bar_report_motion):
24888 Don't wrap/unwrap integers into Lisp_Objects.
24889 (x_term_init): Use SDATA.
24890 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24891 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24892 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24893 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24894 * xfns.c (x_set_background_color):
24895 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24896 Access the new x_window field directly.
24897
24898 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24899 (allocate_pseudovector): Make non-static.
24900
24901 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24902 (allocate_pseudovector): Declare.
24903 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24904
24905 2007-11-15 Andreas Schwab <schwab@suse.de>
24906
24907 * editfns.c (Fformat): Correctly format EMACS_INT values.
24908 Also take precision into account when formatting an integer.
24909
24910 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24911
24912 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24913
24914 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24915 (syms_of_keyboard): Defsubr it.
24916
24917 * data.c (swap_in_global_binding): Fix longstanding bug where
24918 store_symval_forwarding was not called with the right second argument,
24919 thus causing objfwd-ing from being dropped.
24920
24921 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24922
24923 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24924 (Fx_display_pixel_height, Fx_display_planes)
24925 (Fx_display_color_cells, Fx_server_max_request_size)
24926 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24927 (Fx_display_visual_class, Fx_display_save_under):
24928 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24929 (Fx_display_pixel_height, Fx_display_planes)
24930 (Fx_display_color_cells, Fx_server_max_request_size)
24931 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24932 (Fx_display_mm_height, Fx_display_mm_width)
24933 (Fx_display_backing_store, Fx_display_visual_class)
24934 (Fw32_select_font, Fx_display_save_under):
24935 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24936 (Fx_display_pixel_height, Fx_display_planes)
24937 (Fx_display_color_cells, Fx_server_max_request_size)
24938 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24939 (Fx_display_save_under): Fix typos in docstrings.
24940
24941 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24942
24943 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24944 corresponding to deleted entries; they are an implementation detail.
24945 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24946 Remove variables.
24947 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24948 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24949 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24950 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24951 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24952 (Fw32_define_rgb_color, Fw32_load_color_file)
24953 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24954 Fix typos in docstrings.
24955 (Fx_server_version): Reflow docstring.
24956 (Fw32_shell_execute): Doc fixes.
24957
24958 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24959
24960 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24961 if w32_parse_hot_key returned nil.
24962
24963 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24964
24965 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24966
24967 2007-11-09 Jason Rumney <jasonr@gnu.org>
24968
24969 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24970
24971 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24972
24973 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24974 Remove W32_SCROLL_BAR_CLICK_EVENT.
24975
24976 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24977 Add MULTIMEDIA_KEY_EVENT.
24978
24979 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24980 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24981 (make_lispy_event) [WINDOWSNT]: Use it to translate
24982 MULTIMEDIA_KEY_EVENT.
24983
24984 * w32term.h (WM_APPCOMMAND): Define if not already.
24985 (GET_APPCOMMAND_LPARAM): Likewise.
24986
24987 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24988 WM_APPCOMMAND.
24989
24990 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24991 (syms_of_w32fns): Export and initialize it.
24992 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24993
24994 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24995
24996 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24997 twice.
24998
24999 * xdisp.c (handle_face_prop): Fix last change.
25000
25001 2007-11-09 Richard Stallman <rms@gnu.org>
25002
25003 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25004 not just for after-strings and before-strings.
25005 Call face_for_overlay_string and pass the overlay to it.
25006 (handle_display_prop): Determine whether property came from an overlay.
25007 Pass OVERLAY arg to handle_single_display_spec.
25008 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25009 (load_overlay_strings): Fill in it->string_overlays.
25010 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25011
25012 * xfaces.c (face_for_overlay_string): Function renamed from
25013 face_at_buffer_position_no_overlays, and add arg OVERLAY.
25014
25015 * dispextern.h (struct it): New elt string_overlays.
25016 New elt from_overlay, also in stack.
25017 Rearrange a few elements.
25018 (face_for_overlay_string): Decl renamed from
25019 face_at_buffer_position_no_overlays, and add argument.
25020
25021 2007-11-09 Richard Stallman <rms@gnu.org>
25022
25023 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25024 to get the base face for an overlay string.
25025
25026 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25027
25028 * xfaces.c (face_at_buffer_position_no_overlays): New function.
25029
25030 * xdisp.c (handle_stop): Move some code out of loop.
25031
25032 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25033
25034 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25035 Fix conversion from Lisp object to ATSUFontID.
25036
25037 2007-11-09 Jason Rumney <jasonr@gnu.org>
25038
25039 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25040
25041 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25042
25043 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25044 Don't assume regions are aligned to page boundary.
25045 (print_load_command_name): Add LC_UUID if defined.
25046
25047 2007-11-09 Richard Stallman <rms@gnu.org>
25048
25049 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25050
25051 2007-11-07 Jason Rumney <jasonr@gnu.org>
25052
25053 * s/windows95.h: Remove.
25054
25055 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
25056
25057 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25058 abort with a message on unhandled store_type values.
25059
25060 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
25061
25062 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25063 Remove HAVE_X11R5 and HAVE_X11R4.
25064
25065 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25066
25067 * Makefile.in: Remove references to sunfns.c and sunfns.o.
25068
25069 2007-11-01 Johan Bockgård <bojohan@gnu.org>
25070
25071 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25072 Don't set s->stippled_p here, since it has already been set by
25073 x_set_glyph_string_gc from x_draw_glyph_string.
25074
25075 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25076
25077 * sunfns.c: Remove file.
25078
25079 * m/sun386.h:
25080 * m/sun2.h:
25081 * m/sparc.h: Remove Sun windows code.
25082
25083 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25084
25085 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25086 (init_keyboard): Set current_kboard's window-system to nil.
25087 (tty_read_avail_input): Typo.
25088 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25089
25090 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25091
25092 * s/usg5-4.h:
25093 * s/usg5-3.h:
25094 * s/ptx.h:
25095 * m/is386.h:
25096 * m/ibmps2-aix.h:
25097 * Makefile.in: Remove all mentions of X10.
25098
25099 * dispnew.c (syms_of_display): Don't mention version 10.
25100
25101 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
25102
25103 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25104 ($(BLD)/abbrev.$(O)): Remove.
25105
25106 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25107
25108 Rewrite abbrev.c in Elisp.
25109 * image.c (Qcount): Don't declare as extern.
25110 (syms_of_image): Initialize and staticpro `Qcount'.
25111 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25112 * emacs.c (main): Don't call syms_of_abbrev.
25113 * Makefile.in (obj): Remove abbrev.o.
25114 (abbrev.o): Remove.
25115 * abbrev.c: Remove.
25116
25117 2007-10-26 Martin Rudalics <rudalics@gmx.at>
25118
25119 * window.c (window_min_size_2): Don't count header-line.
25120
25121 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25122
25123 * frame.h (struct frame): Move all bit fields after the first bit
25124 field to take advantage of the available space. Group all the
25125 chars together to reduce wasted space due to padding.
25126
25127 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
25128
25129 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25130
25131 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25132 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25133 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25134 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25135 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25136 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25137 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25138 (last_marked, mark_object_loop_halt): Make static.
25139
25140 * frame.c (syms_of_frame) <delete-frame-functions>:
25141 Fix typo in docstring.
25142
25143 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
25144
25145 * w32.c (init_environment): Fix tiny memory leak.
25146 (w32_get_resource): Remove unused variable `ok'.
25147
25148 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25149
25150 Make `window-system' into a keyboard-local variable (rather than
25151 frame-local as done originally by multi-tty).
25152
25153 * keyboard.h (struct kboard): Add Vwindow_system.
25154 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25155 (mark_kboards): Mark Vwindow_system.
25156
25157 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25158 (init_display): Don't set the obsolete `window-system' frame-param.
25159
25160 * xterm.c (x_term_init):
25161 * w32term.c (w32_create_terminal):
25162 * term.c (init_tty): Set Vwindow_system.
25163 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25164 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25165
25166 * xfns.c (Fx_create_frame, x_create_tip_frame):
25167 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25168 * macfns.c (Fx_create_frame):
25169 Don't set the obsolete `window-system' frame-param.
25170
25171 * frame.h (Qwindow_system): Remove.
25172 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25173 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25174
25175 2007-10-24 Richard Stallman <rms@gnu.org>
25176
25177 * frame.c (x_figure_window_size): For fullscreen case,
25178 set USPosition | PPosition without clobbering rest of window_prompting.
25179
25180 * keyboard.c (Fcurrent_idle_time): Doc fix.
25181
25182 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25183
25184 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 * process.c (unwind_request_sigio): Only define if __ultrix__.
25187
25188 * callproc.c (child_setup): Remove spurious *.
25189
25190 * lisp.h (Fget_text_property): Declare.
25191 (have_menus_p): Declare it here rather than in sys-dep header files.
25192 * macterm.h (have_menus_p):
25193 * msdos.h (have_menus_p):
25194 * xterm.h (have_menus_p): Remove.
25195
25196 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25197 (Fmake_variable_frame_local): Just check the variable's const-ness
25198 rather than checking nil or t.
25199
25200 2007-10-22 Jason Rumney <jasonr@gnu.org>
25201
25202 * w32fns.c: Include math.h.
25203 (w32_abort): Declaration moved to nt/config.nt.
25204
25205 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25206 (abort): Redefinition moved to nt/config.nt.
25207
25208 * m/windowsnt.h: Remove.
25209
25210 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
25211
25212 * emacs.c (Fdump_emacs): Fix typo in message.
25213 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25214 <installation-directory>: Reflow docstring.
25215
25216 2007-10-22 Juri Linkov <juri@jurta.org>
25217
25218 * minibuf.c: Allow minibuffer default to be a list of default values.
25219 With empty input use the first element of this list as returned default.
25220 (string_to_object)
25221 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25222 (read_minibuf): If defalt is cons, set histstring to its car.
25223 (Fread_string): If default_value is cons, set val to its car.
25224 (Fread_buffer): If def is cons, use its car.
25225 (Fcompleting_read): If defalt is cons, set val to its car.
25226
25227 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
25228
25229 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25230
25231 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
25232
25233 * doc.c (Fdocumentation): Check for advice in all cases.
25234
25235 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
25236
25237 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25238
25239 2007-10-19 Richard Stallman <rms@gnu.org>
25240
25241 * doc.c (Fdocumentation): Check for and handle an advised function.
25242
25243 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
25244
25245 * process.c (Fset_process_filter): Doc fix.
25246
25247 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25248
25249 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25250 which caused key-translation-map to applied repeatedly (thus breaking
25251 double-mode).
25252
25253 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25254
25255 * xselect.c (x_own_selection, x_handle_selection_clear)
25256 (x_clear_frame_selections):
25257 * w32menu.c (list_of_panes, list_of_items):
25258 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25259 * textprop.c (validate_plist, interval_has_all_properties)
25260 (interval_has_some_properties, interval_has_some_properties_list)
25261 (add_properties, text_property_list):
25262 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25263 * minibuf.c (Fassoc_string):
25264 * macselect.c (x_own_selection, x_clear_frame_selections)
25265 (Fx_disown_selection_internal):
25266 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25267 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25268
25269 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
25270
25271 * process.c: Link to libs for calling res_init() if available.
25272 (Fmake_network_process): Call res_init() before getaddrinfo or
25273 gethostbyname, if possible.
25274
25275 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25276
25277 * lread.c (read1): Set pvectype for char_tables.
25278
25279 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25280 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25281 Add type checks.
25282 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25283
25284 * alloc.c (free_misc): Use XMISCTYPE.
25285 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25286
25287 2007-10-17 Glenn Morris <rgm@gnu.org>
25288
25289 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25290 (syms_of_minibuf): Add Qcompletion_ignore_case.
25291 * dired.c (Qcompletion_ignore_case): Change to external.
25292 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25293 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25294 (Fread_file_name): Use it rather than intern'ing.
25295
25296 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25297 (Fread_coding_system): Ignore case of user input.
25298
25299 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25300
25301 * xdisp.c (handle_display_prop): Ignore display specs after
25302 replacing one when string text is being replaced.
25303 (handle_single_display_spec): Pretend as if characters with display
25304 property haven't been consumed only when buffer text is being replaced.
25305
25306 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25307
25308 * xfns.c (Fx_create_frame, Fx_display_list):
25309 * window.c (window_fixed_size_p, enlarge_window)
25310 (shrink_window_lowest_first):
25311 * macterm.c (init_font_name_table):
25312 * macfns.c (Fx_create_frame, Fx_display_list):
25313 * lread.c (close_load_descs):
25314 * keyboard.c (read_char_x_menu_prompt):
25315 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25316 * coding.c (code_convert_region_unwind): Test the type of an object
25317 rather than just !NILP before extracting data from it.
25318
25319 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25320
25321 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25322 (XMISCANY): New macro.
25323 (XMISCTYPE): Use it.
25324 (struct Lisp_Misc_Any): New type.
25325 (union Lisp_Misc): Use it.
25326 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25327 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25328 (find_symbol_value, set_internal, default_value, Fset_default)
25329 (Fmake_variable_buffer_local, Fmake_local_variable)
25330 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25331 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25332 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25333 * alloc.c (allocate_buffer): Set the size and tag.
25334 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25335 Use XMISCANY.
25336 (die): Follow the GNU convention for error messages.
25337 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25338 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25339 tag any more.
25340 (set_buffer_internal_1):
25341 * frame.c (store_frame_param):
25342 * eval.c (specbind):
25343 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25344
25345 * doc.c (Fsnarf_documentation): Simplify.
25346
25347 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25348
25349 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25350 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25351
25352 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25353
25354 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25355
25356 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25357
25358 * eval.c (do_autoload): Don't save autoloads.
25359
25360 * data.c (Ffset): Save autoload of the function being set.
25361
25362 2007-10-07 John Paul Wallington <jpw@pobox.com>
25363
25364 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25365 parameter before setting up faces.
25366
25367 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25368
25369 * ccl.c (Fregister_code_conversion_map):
25370 * keyboard.c (append_tool_bar_item): Reformat last change.
25371
25372 * lisp.h (eabs): Rename from `abs'. All callers changed.
25373
25374 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25375
25376 * buffer.c (add_overlay_mod_hooklist):
25377 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25378 * fontset.c (make_fontset):
25379 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25380 (append_tool_bar_item):
25381 * macmenu.c (grow_menu_items):
25382 * w32menu.c (grow_menu_items):
25383 * xmenu.c (grow_menu_items): Use larger_vector.
25384
25385 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25386
25387 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25388 selected frame'' on MSDOS).
25389
25390 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25391
25392 * frame.c (Qexplicit_name): New variable.
25393 (x_report_frame_params): Report it in parameter alist.
25394 (syms_of_frame): Intern and staticpro it.
25395
25396 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25397
25398 * macfns.c (x_create_tip_frame): Set terminal for frame.
25399
25400 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25401
25402 * frame.c (Qenvironment): Remove.
25403 (syms_of_frame) <Qenvironment>: Don't initialize.
25404 (Fdelete_frame): Don't treat the `environment' param specially.
25405 * frame.h (Qenvironment): Don't declare.
25406 * callproc.c (set_initial_environment): Don't set unused frame param.
25407
25408 * frame.c (Fframe_with_environment): Remove.
25409 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25410
25411 * lisp.h (Fframe_with_environment): Don't declare.
25412
25413 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25414
25415 * indent.c (indent_tabs_mode, last_known_column)
25416 (last_known_column_modified): Make static.
25417 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25418
25419 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25420
25421 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25422
25423 2007-10-09 Jason Rumney <jasonr@gnu.org>
25424
25425 * w32term.c (x_set_window_size): Disable code that attempts to tell
25426 Lisp code about a size change before it actually happens.
25427
25428 2007-10-09 Richard Stallman <rms@gnu.org>
25429
25430 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25431 return HANDLED_RETURN.
25432
25433 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25434
25435 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25436 when there's an unread command event.
25437
25438 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25439 window autoselection act appropriately when leaving selected frame.
25440 (syms_of_frame): Initialize focus_follows_mouse.
25441 * frame.h (focus_follows_mouse): Extern it.
25442 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25443 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25444 * msdos.c (dos_rawgetc): Likewise.
25445 * w32term.c (w32_read_socket): Likewise.
25446 * xterm.c (handle_one_xevent): Likewise.
25447 * xdisp.c (syms_of_xdisp): In doc-string of
25448 mouse-autoselect-window mention focus-follows-mouse.
25449
25450 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25451
25452 * macterm.c (mac_load_query_font): Fix missing return value.
25453 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25454 Add BLOCK_INPUT.
25455
25456 2007-10-08 Richard Stallman <rms@gnu.org>
25457
25458 * xdisp.c (get_window_cursor_type): Implement documented behavior
25459 for cursor-in-non-selected-windows = t.
25460
25461 2007-10-08 Jason Rumney <jasonr@gnu.org>
25462
25463 * w32.c (w32_get_resource): Always close registry keys.
25464
25465 2007-10-08 Jason Rumney <jasonr@gnu.org>
25466
25467 * makefile.w32-in (LIBS): Add COMCTL32.
25468
25469 * w32fns.c (globals_of_w32fns): Init common controls.
25470
25471 2007-10-08 Richard Stallman <rms@gnu.org>
25472
25473 * image.c (our_memory_buffer): Rename from omfib_buffer.
25474
25475 2007-10-08 Richard Stallman <rms@gnu.org>
25476
25477 * buffer.c (Foverlays_at): Doc fix.
25478
25479 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25480
25481 * fns.c (Fplist_put): Preserve uneven tail data.
25482
25483 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25484
25485 * termhooks.h (enum event_kind): Remove trailing comma.
25486
25487 * frame.h (enum): Remove trailing comma.
25488
25489 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25490
25491 * w32proc.c (delete_child): Don't terminate threads of zombies.
25492
25493 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25494
25495 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25496
25497 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25498 last-repeatable-command.
25499 (init_kboard): Initialize Vlast_repeatable_command.
25500 (command_loop_1): Set it to real_this_command unless that was
25501 bound to an input event.
25502 (mark_kboards): Mark it.
25503
25504 2007-10-08 Richard Stallman <rms@gnu.org>
25505
25506 * eval.c (condition-case): Doc fix.
25507
25508 2007-10-08 Masatake YAMATO <jet@gyve.org>
25509
25510 * xfaces.c (tty_supports_face_attributes_p): Fix code
25511 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25512 was copied and not edited.
25513
25514 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25515
25516 Add new `input-decode-map' keymap and use it for terminal
25517 escape sequences.
25518 * keyboard.h (struct kboard): Add Vinput_decode_map.
25519 Remove Vlocal_key_translation_map.
25520 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25521 (init_kboard): Init input-decode-map.
25522 Replace local-key-translation-map back with key-translation-map.
25523 (syms_of_keyboard): Declare input-decode-map.
25524 Remove local-key-translation-map. Update docstrings.
25525 (mark_kboards): Mark Vinput_decode_map.
25526 Don't mark Vlocal_key_translation_map.
25527 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25528 Replace local-key-translation-map back with key-translation-map.
25529 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25530 Bind in input-decode-map rather than function-key-map.
25531
25532 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25533 This was made redundant by the previous introduction of XSETPVECTYPE.
25534
25535 2007-10-09 Richard Stallman <rms@gnu.org>
25536
25537 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25538
25539 2007-09-29 Richard Stallman <rms@gnu.org>
25540
25541 * eval.c (internal_condition_case_2, internal_condition_case_1)
25542 (internal_condition_case): Reenable abort if x_catching_errors ()
25543 to see if that really happens and why.
25544
25545 2007-10-06 Andreas Schwab <schwab@suse.de>
25546
25547 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25548
25549 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25550
25551 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25552
25553 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25554
25555 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25556
25557 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25558
25559 * window.h (struct window):
25560 * window.c (struct save_window_data, struct saved_window):
25561 * termhooks.h (struct terminal):
25562 * process.h (struct Lisp_Process):
25563 * frame.h (struct frame):
25564 * buffer.h (struct buffer):
25565 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25566 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25567 The size field of (pseudo)vectors is now unsigned.
25568 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25569
25570 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25571 Turn `count' into an integer.
25572
25573 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25574 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25575 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25576 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25577 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25578
25579 * alloc.c (allocate_pseudovector): New fun.
25580 (ALLOCATE_PSEUDOVECTOR): New macro.
25581 (allocate_window, allocate_terminal, allocate_frame)
25582 (allocate_process): Use it.
25583 (mark_vectorlike): New function.
25584 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25585 (mark_terminals): Use it.
25586 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25587 (Fmake_byte_code): Use XSETPVECTYPE.
25588
25589 * frame.c (Fframe_parameters): Minor simplification.
25590
25591 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25592
25593 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25594
25595 * buffer.c (Fget_buffer_create, init_buffer_once):
25596 * lread.c (defsubr):
25597 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25598
25599 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25600 defined differently in the m/*.h files.
25601 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25602 (XSETPVECTYPE): New macro.
25603 (XSETPSEUDOVECTOR): Use it.
25604
25605 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25606 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25607
25608 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25609 * lread.c (defvar_per_buffer):
25610 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25611
25612 * window.c (candidate_window_p): Only consider as visible frames that
25613 are on the same terminal.
25614
25615 * m/ibms390x.h (MARKBIT): Remove unused macro.
25616
25617 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25618
25619 * lread.c (Fload): Fix typo in docstring.
25620
25621 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25622
25623 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25624 of a non-zero value can't yield zero.
25625
25626 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25627
25628 * term.c (term_clear_mouse_face, term_mouse_highlight)
25629 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25630
25631 * print.c (safe_debug_print): Use XHASH.
25632
25633 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25634 Lisp elements such as tags.
25635 (XHASH): New macro.
25636 (EQ): Use it.
25637 (SREF, SSET, STRING_COPYIN): Use SDATA.
25638 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25639
25640 * alloc.c (mark_terminal): Remove left-over declaration.
25641 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25642 (allocate_vectorlike): Remove type argument. Adjust callers.
25643 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25644 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25645
25646 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25647 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25648 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25649 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25650 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25651 Use them.
25652
25653 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25654 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25655 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25656
25657 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25658
25659 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25660 loaded by default.
25661
25662 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25663
25664 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25665 on this tty.
25666 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25667
25668 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25669 Update all users.
25670 (handle_one_term_event): Use Gpm_DrawPointer.
25671 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25672 Signal errors instead of returning nil. Always return nil.
25673 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25674 Make it a noop if gpm-mouse was not activated.
25675 (syms_of_term): Update names.
25676
25677 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25678
25679 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25680 (init_sys_modes): Check that gpm_tty is the current tty.
25681
25682 * alloc.c (allocate_terminal): Set the vector size to only count the
25683 lisp fields. Initialize those to nil.
25684 (mark_object): Don't treat terminals specially.
25685 (mark_terminal): Remove.
25686 (mark_terminals): Use mark_object instead.
25687
25688 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25689 the GC to the beginning.
25690
25691 * indent.h:
25692 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25693
25694 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25695
25696 2007-09-25 Jason Rumney <jasonr@gnu.org>
25697
25698 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25699
25700 * w32console.c (create_w32cons_output): Remove.
25701
25702 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25703
25704 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25705 (reset_sys_modes): Use reset_terminal_modes_hook.
25706
25707 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25708
25709 * eval.c (do_autoload): Don't output any message.
25710
25711 2007-09-24 Juri Linkov <juri@jurta.org>
25712
25713 * emacs.c (standard_args): Change priority of "--no-splash"
25714 from 40 to 3. Add "--no-desktop" with the same priority.
25715
25716 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25717
25718 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25719 and optimize the case where they are all 1.
25720
25721 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25722
25723 * lisp.h (abs): Define if not defined.
25724 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25725 Don't define `abs', since it's defined in lisp.h.
25726
25727 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25728
25729 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25730 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25731 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25732 (init_tty): Use DEV_TTY instead of "/dev/tty".
25733 [WINDOWSNT]: No need to protect from NAME arg being null.
25734
25735 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25736
25737 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25738 up the tty state.
25739
25740 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25741
25742 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25743 (gpm_tty): Change its type.
25744 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25745 (gpm_tty): Change its type and initialize it.
25746 (Fterm_open_connection): Check the frame is indeed a tty.
25747 Use the new gpm_tty.
25748 (Fterm_close_connection): Use the new gpm_tty.
25749 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25750 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25751
25752 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25753
25754 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25755 underline_color, to draw strike-through.
25756
25757 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * lisp.h (allocate_terminal): Declare.
25760
25761 * window.c (candidate_window_p): Consider frames that are being placed
25762 by the user as somewhere between visible and iconified.
25763 (window_loop): Prefer windows on the current frame.
25764 (Fselect_window): Move the use of select-frame to the beginning so we
25765 can just delegate all the work (it'll call us back anyway).
25766
25767 * frame.c (Qdisplay_environment_variable):
25768 * frame.h (Qdisplay_environment_variable): Delete.
25769
25770 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25771 of the first arg, since that value may be a union.
25772
25773 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25774 parameter rather than Qdisplay_environment_variable. If all else
25775 fails, look for DISPLAY in initial-environment.
25776
25777 2007-09-21 Glenn Morris <rgm@gnu.org>
25778
25779 * Makefile.in (emacstool): Remove target.
25780 (lisp, shortlisp): Remove termdev.elc.
25781
25782 2007-09-21 Markus Triska <markus.triska@gmx.at>
25783
25784 * xterm.c (x_delete_display): Compile session management conditionally.
25785
25786 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25787
25788 * callproc.c (getenv_internal_1): New function.
25789 (getenv_internal): Use it.
25790 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25791
25792 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25793 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25794 (Fset_terminal_parameter): Work with dead terminals as well.
25795 (Fmodify_terminal_parameters): Remove.
25796
25797 * terminal.c (get_terminal): Handle terminals.
25798 Make sure the terminal returned is live.
25799 (create_terminal): Use allocate_terminal.
25800 (mark_terminals): Move to alloc.c.
25801 (delete_terminal): Use terminal->name as liveness status.
25802 NULL out fields after freeing their contents.
25803 Don't deallocate the object.
25804 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25805 rather than an int.
25806 (Fterminal_live_p): Accept non-integer arguments.
25807 (Fterminal_list): Return terminal objects rather than an ints.
25808
25809 * alloc.c (enum mem_type): New member for `terminal' objects.
25810 (allocate_terminal): New function.
25811 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25812 Handle terminals.
25813 (mark_terminal): New fun.
25814 (mark_terminals): Move from terminal.c.
25815
25816 * term.c (get_tty_terminal): Don't treat output_initial specially.
25817 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25818 (delete_tty): Use terminal->name as liveness status.
25819
25820 * termhooks.h (struct terminal): Make it into a pseudovector.
25821 Remove `deleted' replaced by checking `name's nullness.
25822
25823 * print.c (print_object): Handle terminals.
25824
25825 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25826 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25827
25828 * frame.c (make_terminal_frame):
25829 * keyboard.c (tty_read_avail_input):
25830 * w32term.c (x_delete_terminal):
25831 * xfns.c (Fx_create_frame, x_create_tip_frame):
25832 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25833
25834 2007-09-20 Glenn Morris <rgm@gnu.org>
25835
25836 * process.c (Fmake_network_process): Doc fix.
25837
25838 2007-09-19 Jason Rumney <jasonr@gnu.org>
25839
25840 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25841
25842 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25843
25844 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25845 Fix a C warning regarding variable constness.
25846
25847 * xterm.c (handle_one_xevent): Fix a C warning.
25848
25849 2007-09-18 Jason Rumney <jasonr@gnu.org>
25850
25851 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25852
25853 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25854
25855 * gtkutil.c (gdpy_def): New variable.
25856 (xg_initialize): Initialize gdpy_def.
25857 (xg_display_close): If no other display exists, set gdpy_def to a
25858 new connection.
25859
25860 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25861
25862 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25863 when we have no file name for the icon.
25864 (xg_tool_bar_expose_callback): Remove.
25865 (xg_create_tool_bar): Don't connect expose signal to
25866 xg_tool_bar_expose_callback.
25867 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25868
25869 2007-09-16 Andreas Schwab <schwab@suse.de>
25870
25871 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25872 values instead of zapping them.
25873
25874 2007-09-14 Glenn Morris <rgm@gnu.org>
25875
25876 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25877 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25878 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25879 scope and rename to omfib_buffer for clarity.
25880 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25881
25882 2007-09-14 Kenichi Handa <handa@m17n.org>
25883
25884 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25885
25886 2007-09-13 Jason Rumney <jasonr@gnu.org>
25887
25888 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25889
25890 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25891
25892 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25893 (mac_term_init): Call here instead, passing rif.
25894
25895 2007-09-13 Glenn Morris <rgm@gnu.org>
25896
25897 * s/hpux.h: No longer define `static' as nothing.
25898
25899 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25900
25901 * callint.c (Fcall_interactively): Remove unused var `fun'.
25902
25903 2007-09-12 Romain Francoise <romain@orebokech.com>
25904
25905 * window.c (prefer_window_split_horizontally, display_buffer):
25906 Revert 2007-09-08 change.
25907
25908 2007-09-12 Glenn Morris <rgm@gnu.org>
25909
25910 * alloca.c: Remove file.
25911 * Makefile.in (alloca): Do not undef.
25912 (allocaobj, alloca.o): Remove.
25913 (otherobj): Remove allocaobj.
25914 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25915 * regex.c (C_ALLOCA): Remove all references and code that was only
25916 used when this was defined.
25917 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25918 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25919 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25920
25921 * Makefile.in (SOURCES, unlock, relock): Delete.
25922
25923 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25924 (menu_grab_callback): All uses changed.
25925
25926 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25927 (x_reply_selection_request): All uses changed.
25928
25929 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25930
25931 * lread.c (load_warn_old_style_backquotes): Change message to look
25932 better when it appears in the middle of byte-compiler messages.
25933
25934 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25935
25936 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25937
25938 * xterm.c (x_create_terminal): Add comment.
25939
25940 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25941
25942 2007-09-10 Richard Stallman <rms@gnu.org>
25943
25944 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25945
25946 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25947
25948 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25949 (DEFUN): Document `intspec', use it instead of `prompt'.
25950
25951 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25952
25953 * data.c (Finteractive_form): If the interactive specification starts
25954 with a `(', use it as a Lisp form.
25955
25956 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25957 name and file modes.
25958
25959 * callint.c (Fcall_interactively): Comment fixes.
25960
25961 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25962
25963 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25964 and compiled functions.
25965
25966 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25967
25968 * window.c (prefer_window_split_horizontally): New variable.
25969 (display_buffer): Consider splitting window horizontally depending
25970 on prefer_window_split_horizontally.
25971
25972 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25973
25974 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25975
25976 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25977
25978 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25979
25980 * frame.c (x_set_frame_parameters): Check number is positive before
25981 using XFASTINT.
25982
25983 * window.c (freeze_window_start): Don't presume selected_window holds
25984 a window object.
25985 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25986
25987 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25988
25989 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25990
25991 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25992
25993 * window.c (Vsplit_window_preferred_function): New var.
25994 (Fdisplay_buffer): Use it.
25995 (syms_of_window): Export, and initialize it.
25996
25997 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25998
25999 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26000
26001 2007-09-06 Glenn Morris <rgm@gnu.org>
26002
26003 * gtkutil.c (menu_grab_callback) <cnt>:
26004 * xselect.c (x_reply_selection_request) <cnt>: Move static
26005 variable to file scope.
26006
26007 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26008
26009 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26010 consistent values of selected_frame and selected_window.
26011
26012 2007-09-04 Jason Rumney <jasonr@gnu.org>
26013
26014 * w32console.c (initialize_w32_display): Zero unused hooks.
26015
26016 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26017
26018 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26019 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26020
26021 2007-09-04 Jason Rumney <jasonr@gnu.org>
26022
26023 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26024 in w32console.c. Set up input. Remove XXX comments that have been
26025 confirmed as correct.
26026
26027 * s/ms-w32.h (MULTI_KBOARD): Define.
26028
26029 * w32console.c (one_and_only_w32cons): Remove.
26030 (initialize_w32_display): Take terminal argument.
26031
26032 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26033 initialize_w32_display.
26034 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26035
26036 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26037
26038 * keyboard.c (discard_mouse_events): Discard it.
26039 (make_lispy_event): Translate it to a lisp event.
26040 (lispy_wheel_names): Add wheel-left and right events.
26041 (syms_of_keyboard): Enlarge wheel_syms.
26042
26043 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26044 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26045
26046 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26047
26048 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26049 from WM_MOUSEHWHEEL.
26050 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26051
26052 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26053 terminal.
26054
26055 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26056 keyboard for the terminal.
26057
26058 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26059
26060 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26061 (Vresume_tty_hook): Rename from Vresume_tty_functions.
26062 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26063 and resume-tty-function to resume-tty-hook.
26064 (Fsuspend_tty, Fresume_tty): Use new names.
26065
26066 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
26067
26068 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26069 if it starts with "n:".
26070
26071 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26072
26073 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26074
26075 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26076
26077 * frame.h:
26078 * frame.c (Qterm_environment_variable): Remove.
26079 (syms_of_frame): Don't init and staticpro it.
26080
26081 * callproc.c (getenv_internal): Remove special case for $TERM.
26082
26083 * callproc.c (Vinitial_environment): New variable.
26084 (set_initial_environment): Initialize it.
26085 (syms_of_callproc): Declare it.
26086 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26087 TERM under which a process runs is never related to the TERM in which
26088 Emacs is running.
26089
26090 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26091
26092 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26093 * s/darwin.h: ... do it here.
26094
26095 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26096
26097 * lisp.h (set_initial_environment): Rename from set_global_environment.
26098
26099 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26100 removed by mistake on the multi-tty branch.
26101
26102 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26103 (Fmodify_frame_parameters): Return a value.
26104
26105 * image.c (png_load): Comment-out var only used in commented-out code.
26106
26107 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26108 before passing it to mark_object.
26109
26110 * xfaces.c (internal_resolve_face_name): Return a value.
26111 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26112
26113 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26114 (x_icon): Comment-out var only used in commented-out code.
26115
26116 2007-08-29 Romain Francoise <romain@orebokech.com>
26117
26118 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26119 QUIT hasn't been provided.
26120
26121 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26122
26123 * callproc.c (child_setup, getenv_internal): Use the
26124 display-environment-variable and term-environment-variable frame params.
26125 (set_initial_environment): Initialise Vprocess_environment.
26126
26127 * config.in: Disable multi-keyboard support on a mac.
26128
26129 * frame.c (Qterm_environment_variable)
26130 (Qdisplay_environment_variable): New variables.
26131 (syms_of_frame): Intern and staticpro them.
26132 (Fmake_terminal_frame): Disable output method test.
26133
26134 * frame.h: Declare them here.
26135
26136 * macfns.c (x_set_mouse_color): Get rif from the frame.
26137 (x_set_tool_bar_lines): Don't use updating_frame.
26138 (mac_window): Add 2 new parameters for consistency with other systems.
26139 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26140 frame parameters following what is done in X11 and w32. Don't use
26141 FRAME_MAC_DISPLAY_INFO.
26142 (Fx_open_connection, start_hourglass): Remove window-system check.
26143 (x_create_tip_frame): Get the keyboard from the terminal.
26144
26145 * macmenu.c: Reorder includes.
26146 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26147
26148 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26149 terminal parameter.
26150 (x_clear_frame): Add a frame parameter.
26151 (note_mouse_movement): Get rif from the frame.
26152 (mac_term_init): Initialize the terminal.
26153 (mac_initialize): Make static and move terminal initialization ...
26154 (mac_create_terminal): ... to this new function.
26155
26156 * macterm.h (struct mac_display_info): Add terminal.
26157 (mac_initialize): Delete declaration.
26158
26159 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26160
26161 * sysdep.c: Comment out text after #endif.
26162
26163 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26164 is defined. Better initialize ttys in windows. Use terminal
26165 specific mouse_position_hook.
26166
26167 * termhooks.h (union display_info): Add mac_display_info.
26168
26169 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26170 Set the default minibuffer frame, window_system and the rest of the
26171 frame parameters following what is done in X11.
26172
26173 * w32term.c (w32_initialize): Make static.
26174
26175 * xselect.c (x_handle_selection_clear): Only access
26176 terminal->kboard when MULTI_KBOARD is defined.
26177
26178 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26179 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26180
26181 2007-08-29 Jason Rumney <jasonr@gnu.org>
26182
26183 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26184 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26185
26186 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26187 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26188
26189 * keyboard.c (restore_kboard_configuration): Only define when
26190 MULTI_KBOARD defined.
26191
26192 * makefile.w32-in: Update dependancies from Makefile.in.
26193 (OBJ1): Add terminal.$(O)
26194
26195 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26196 Don't define function body.
26197 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26198
26199 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26200
26201 * w32.c (request_sigio, unrequest_sigio): Remove.
26202
26203 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26204 (w32con_clear_frame, w32con_clear_end_of_line)
26205 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26206 (w32con_delete_glyphs, w32con_set_terminal_window)
26207 (scroll_line, w32_sys_ring_bell): Add frame arg.
26208 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26209 Add terminal arg.
26210 (PICK_FRAME): Remove.
26211 (w32con_write_glyphs): Use frame specific terminal coding.
26212 (one_and_only_w32cons): New global variable.
26213 (initialize_w32_display): Use it for storing hooks.
26214 (create_w32cons_output): New function.
26215
26216 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26217 arg a frame.
26218
26219 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26220 Set window_system.
26221 (x_set_tool_bar_lines): Don't use updating_frame.
26222 (Fx_create_frame): Set terminal and ref count.
26223 (Fx_open_connection): Remove window-system check.
26224
26225 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26226
26227 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26228 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26229 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26230 Add frame arg.
26231 (x_delete_terminal, w32_create_terminal): New functions.
26232 (w32_term_init): Create a terminal.
26233 (w32_initialize): Move terminal specific initialization to
26234 w32_create_terminal.
26235
26236 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26237 (w32_clear_rect, w32_clear_area): Use background from frame.
26238 (w32_display_info): Add terminal.
26239 (w32_sys_ring_bell, x_delete_display): Declare here.
26240
26241 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26242
26243 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26244
26245 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26246
26247 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26248 Fix get_named_tty calls for the controlling tty.
26249
26250 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26251
26252 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26253
26254 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26255
26256 * term.c (tty_insert_glyphs): Add missing first parameter.
26257
26258 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26259
26260 * buffer.c (Fbuffer_list, Fbury_buffer):
26261 Take frame->buried_buffer_list into account.
26262
26263 * cm.c (current_tty): New variable, for cmputc().
26264 (cmputc): Use it.
26265 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26266 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26267 (cmgoto): Add tty parameter. Pass it on to calccost().
26268 Use emacs_tputs() instead of tputs().
26269
26270 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26271 tputs().
26272 (current_tty): New variable, for cmputc().
26273 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26274
26275 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26276 (internal_condition_case, internal_condition_case_1)
26277 (internal_condition_case_2): Don't abort when x_catching_errors.
26278
26279 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26280 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26281 prevent crashes caused by bogus longjmps in read_char.
26282
26283 * keymap.h (Fset_keymap_parent): Add EXFUN.
26284
26285 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26286 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26287 Remove redundant definition.
26288
26289 * macfns.c (x_set_mouse_color, x_make_gc):
26290 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26291
26292 * w32term.c (x_free_frame_resources):
26293 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26294 (w32_initialize): Use the accessor macros for terminal characteristics.
26295
26296 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26297 Use the accessor macros for terminal characteristics.
26298 * msdos.c (internal_terminal_init): Use the accessor macros for
26299 terminal characteristics.
26300 (ScreenVisualBell, internal_terminal_init):
26301 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26302
26303 * termopts.h (no_redraw_on_reenter): Declare.
26304
26305 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26306 (mark_terminals, mark_ttys): Declare.
26307 (Fgarbage_collect): Call them.
26308 (mark_object): Mark buried_buffer_list.
26309
26310 * prefix-args.c: Include stdlib.h for exit.
26311
26312 * syssignal.h: Add comment.
26313
26314 * indent.c: Include stdio.h.
26315
26316 * window.h (Vinitial_window_system): Declare.
26317 (Vwindow_system): Delete declaration.
26318
26319 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26320
26321 * image.c (lookup_image): Don't initialize `c' until the xasserts
26322 have been run.
26323
26324 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26325 FRAME_FOREGROUND_PIXEL.
26326
26327 * print.c (print_preprocess): Don't lose print_depth levels while
26328 iterating.
26329
26330 * widget.c (update_from_various_frame_slots):
26331 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26332
26333 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26334 frames.
26335 (window_internal_height): Remove bogus make_number call.
26336 (init_window_once): Call make_terminal_frame with two zero parameters.
26337
26338 * fileio.c (Fread_file_name): Update comment.
26339
26340 * callint.c (Fcall_interactively):
26341 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26342 Make sure it is correctly unwound.
26343
26344 * xsmfns.c (x_session_close): New function.
26345
26346 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26347 Delete declarations.
26348
26349 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26350 (x_output): Remove background_pixel and foreground_pixel fields.
26351 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26352 (x_delete_device, x_session_close): Declare.
26353
26354 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26355 (read_filtered_event): Call `read_char' with a local
26356 `wrong_kboard_jmpbuf'.
26357
26358 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26359 Don't call single_kboard_state. Use FRAME_RIF.
26360
26361 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26362 systems.
26363
26364 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26365 (Fframe_with_environment, Fset_input_meta_mode)
26366 (Fset_quit_char): EXFUN.
26367 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26368 (init_sys_modes, reset_sys_modes): Update prototypes.
26369 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26370
26371 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26372 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26373 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26374 Delete declarations.
26375 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26376 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26377 New declarations.
26378
26379 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26380 already does that during init_display(). Call syms_of_keymap
26381 before syms_of_keyboard. Call `syms_of_terminal'.
26382 Call set_initial_environment, not set_process_environment.
26383 (shut_down_emacs): Call reset_all_sys_modes() instead of
26384 reset_sys_modes().
26385
26386 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26387 (internal_resolve_face_name, resolve_face_name_error): New functions.
26388 (resolve_face_name): Protect against loops and errors thrown by Fget.
26389 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26390 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26391
26392 * scroll.c: Replace CURTTY() with local variables throughout the
26393 file (where applicable).
26394 (calculate_scrolling, calculate_direct_scrolling)
26395 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26396 characteristics.
26397
26398 * keymap.c (Vfunction_key_map): Remove.
26399 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26400 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26401 (Vkey_translation_map): Remove.
26402 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26403 (Fdescribe_buffer_bindings)
26404 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26405 Update for terminal-local key-translation-map.
26406
26407 * Makefile.in (callproc.o): Update dependencies.
26408 (lisp, shortlisp): Add termdev.elc.
26409 (obj): Add terminal.o.
26410 (terminal.o): Add dependencies.
26411 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26412 (data.o, fns.o): Add termhooks.h dependency.
26413 (SOME_MACHINE_LISP): Add dnd.elc.
26414 (minibuf.o): Fix typo.
26415 Update dependencies.
26416
26417 * data.c (do_symval_forwarding, store_symval_forwarding)
26418 (find_symbol_value): Use the selected frame's keyboard, not
26419 current_kboard.
26420
26421 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26422 Vwindow_system.
26423
26424 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26425 Fmenu_bar_open.
26426 (syms_of_xmenu): Update defsubr.
26427 (mouse_position_for_popup, Fx_popup_menu)
26428 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26429 (set_frame_menubar, free_frame_menubar)
26430 (create_and_show_popup_menu, xmenu_show)
26431 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26432 an X frame.
26433
26434 * xselect.c (x_own_selection): Abort if not an X frame.
26435 (some_frame_on_display): Check if it is an X frame.
26436 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26437
26438 * coding.c: Include frame.h and termhooks.h.
26439 (terminal_coding, keyboard_coding): Delete.
26440 (Fset_terminal_coding_system_internal)
26441 (Fset_keyboard_coding_system_internal)
26442 (Fkeyboard_coding_system)
26443 (Fterminal_coding_system): Add a terminal parameter.
26444 Get terminal_coding from the terminal.
26445 (init_coding_once): Don't call setup_coding_system here.
26446
26447 * dispextern.h (set_scroll_region, turn_off_insert)
26448 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26449 (tty_clear_end_of_line, tty_setup_colors)
26450 (delete_tty, updating_frame)
26451 (produce_special_glyphs, produce_glyphs, write_glyphs)
26452 (insert_glyphs): Remove.
26453 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26454 (tty_turn_off_highlight, get_tty_size): Add declaration.
26455 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26456
26457 * frame.h (enum output_method): Add output_initial.
26458 (struct x_output): Delete.
26459 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26460 Access foreground_pixel and background_pixel directly from the frame.
26461 (tty_display): Delete.
26462 (struct frame): Add buried_buffer_list, foreground_pixel,
26463 background_pixel and terminal. Delete kboard.
26464 (union output_data): Add tty.
26465 (FRAME_KBOARD): Get the kboard from the terminal.
26466 (FRAME_INITIAL_P): New macro.
26467 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26468 (Qterm_environment_variable, Qdisplay_environment_variable)
26469 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26470 New declarations.
26471
26472 * termchar.h (tty_output, tty_display_info): New structures.
26473 (tty_list): Declare.
26474 (FRAME_TTY, CURTTY): New macros.
26475 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26476 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26477 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26478 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26479
26480 * callproc.c: Include frame.h and termhooks.h, for terminal
26481 parameters.
26482 (add_env): New function.
26483 (child_setup): Use it.
26484 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26485 (getenv_internal): Fix get_terminal_param call.
26486 (Fgetenv_internal, egetenv): Update doc.
26487 (syms_of_callproc): Initialize Vprocess_environment to nil.
26488 Register and initialize them. Remove obsolete defvars. Update doc
26489 strings.
26490 (child_setup): Handle Vlocal_environment_variables.
26491 (getenv_internal): Add terminal parameter.
26492 Handle Vlocal_environment_variables.
26493 (Fgetenv_internal): Add terminal parameter.
26494 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26495 environment in a frame (not terminal) parameter. Update doc strings.
26496 (set_initial_environment): Rename from set_global_environment.
26497 Store Emacs environment in initial frame parameter.
26498
26499 * xdisp.c (redisplay_internal): Update references to
26500 `previous_terminal_frame'.
26501 (display_mode_line, Fformat_mode_line): Replace calls to
26502 `push_frame_kboard' with `push_kboard'.
26503 (get_glyph_string_clip_rects): Add extra parentheses and
26504 braces to prevent compiler warnings.
26505 (calc_pixel_width_or_height): Add xassert to check that the
26506 frame is alive. Don't call `lookup_image' on a termcap frame.
26507 (message2_nolog, message3_nolog, redisplay_internal)
26508 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26509 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26510 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26511 (Fx_display_pixel_width, Fx_display_pixel_height)
26512 (Fx_display_planes, Fx_display_color_cells)
26513 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26514 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26515 (Fx_display_backing_store, Fx_display_visual_class)
26516 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26517 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26518
26519 * xfns.c (x_set_foreground_color x_set_background_color)
26520 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26521 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26522 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26523 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26524 terminal that is being deleted.
26525 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26526 frame parameter, and make sure it overrides any user-supplied setting.
26527 (Fx_close_connection, Fx_synchronize): Unify argument names with
26528 the rest of the DEFUNs.
26529
26530 * dispnew.c (Fsend_string_to_terminal): Update call to
26531 `get_tty_terminal'.
26532 (Fredraw_frame, Fsend_string_to_terminal)
26533 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26534 FRAME_TERMCAP_P and FRAME_TTY.
26535 (window_change_signal): Don't believe width/height values that are
26536 impossibly small.
26537 (Vinitial_window_system): Rename from Vwindow_system.
26538 (termscript, Wcm, rif): Delete.
26539
26540 * termhooks.h (struct terminal): New struct containing the
26541 previously global text display hooks and new members NAME,
26542 DELETED and PARAM_ALIST.
26543 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26544 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26545 (FRAME_RIF): New macros.
26546 (get_terminal_param, get_device): New declarations.
26547 (termscript): Delete declaration.
26548
26549 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26550 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26551 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26552 FRAME_FOREGROUND_PIXEL.
26553 (x_fully_uncatch_errors): Disable definition.
26554 (x_scroll_bar_expose): Fix reference to foreground pixel.
26555 (XTread_socket): Disable loop on all X displays.
26556 (x_delete_terminal): Don't set terminal->deleted and let
26557 delete_terminal delete the frames on the terminal.
26558 (x_delete_display): Doc update to reflect changes in
26559 delete_terminal.
26560 (x_display_info) <terminal>: Move member earlier in the struct.
26561 (deleting_tty): Remove old variable.
26562 (Fsuspend_tty): Call clear_tty_hooks.
26563 (Fresume_tty, init_tty): Call set_tty_hooks.
26564 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26565 errors on X frames.
26566 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26567 (handle_one_xevent): Initialize `f' to NULL.
26568 (x_delete_terminal, x_create_terminal): New functions.
26569 (XTset_terminal_modes, XTreset_terminal_modes)
26570 (XTread_socket, x_connection_closed, x_term_init)
26571 (x_term_init, x_delete_display): Add terminal parameter.
26572 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26573 X connections.
26574
26575 * frame.c: Include termchar.h.
26576 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26577 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26578 (Qdisplay_environment_variable): New vars.
26579 (Fframep): Deal with output_initial.
26580 (Fframe-live-p): Doc fix.
26581 (Fwindow-system): New function.
26582 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26583 (make_terminal_frame): Don't create frames on a terminal that is
26584 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26585 (store_frame_param): Check for found_for_frame before calling XFRAME.
26586 (Fmake_terminal_frame): Handle NULL tty names correctly.
26587 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26588 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26589 frames to refer to a deleted frame in their 'environment parameter.
26590 (Fframe_with_environment): New function.
26591 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26592 (get_future_frame_param): New function.
26593 (Fmake_terminal_frame): Use it.
26594 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26595
26596 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26597 * sysdep.c (reset_sys_modes): Update for renames.
26598
26599 * keyboard.c (tty_read_avail_input): New function.
26600 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26601 (syms_of_keyboard): Defsubr them.
26602 (Fset_input_meta_mode, Fset_quit_char): New functions.
26603 (Fset_input_mode): Split to above functions.
26604 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26605 parameter. Use it in call to `read_char'.
26606 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26607 Set wrong_kboard_jmpbuf correctly in recursive calls.
26608 Use current_kboard to access Vkeyboard_translate_table.
26609 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26610 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26611 Update longjmp invocations. Remember the original current_kboard,
26612 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26613 changes it. Comment out unnecessary calls to
26614 `record_single_kboard_state' and `any_kboard_state'.
26615 Update recursive calls.
26616 (wrong_kboard_jmpbuf): Remove global variable.
26617 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26618 Handle deleted interrupted_kboards correctly; that is a legal
26619 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26620 and read_char calls. Abort if interrupted_kboard died in read_char.
26621 (any_kboard_state, single_kboard_state)
26622 (push_frame_kboard): Remove function.
26623 (pop_kboard): Switch out of single_kboard mode if the kboard has
26624 been deleted. Remove unused variable. Help debugging by not
26625 changing current_kboard unnecessarily. Set current_kboard to the
26626 kboard of the selected frame when the stored kboard object has
26627 been deleted before pop_kboard.
26628 (temporarily_switch_to_single_kboard): Change first parameter to a
26629 frame pointer. Throw an error when caller wants to change kboards
26630 while in single_kboard mode. Don't push_kboard if we weren't in
26631 single kboard state. Don't pop_kboard if we popped into any
26632 kboard state.
26633 (restore_kboard_configuration): Abort if pop_kboard changed the
26634 kboard in single_kboard mode. Call pop_kboard only after setting
26635 up single_kboard mode.
26636 (Frecursive_edit): Switch to single_kboard mode only in nested
26637 command loops.
26638 (cmd_error, command_loop, command_loop_1, timer_check):
26639 Comment out unnecessary call to `any_kboard_state' and
26640 `record_single_kboard_state'.
26641 (delete_kboard): Exit single_kboard mode if we have just deleted
26642 that kboard. Use FRAME_KBOARD.
26643 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26644 `fatal_error_signal'.
26645 (record_single_kboard_state): Don't push_kboard if we weren't in
26646 single kboard state. Don't pop_kboard if we popped into any
26647 kboard state.
26648 (push_frame_kboard): Rename to push_kboard.
26649 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26650 (read_avail_input): Read input from all terminals.
26651 (mark_kboards): Also mark Vkeyboard_translate_table.
26652 (kbd_buffer_store_event_hold): Simplify condition.
26653 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26654 (Vkeyboard_translate_table): Move to struct kboard.
26655 (init_kboard): Initialize Vkeyboard_translate_table.
26656 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26657 Vkeyboard_translate_table. Update doc strings. Update docs of
26658 local-function-key-map and function-key-map.
26659
26660 * terminal.c: New file.
26661
26662 * term.c: Include errno.h.
26663 (Vring_bell_function, device_list, initial_device)
26664 (next_device_id, ring_bell, update_begin, update_end)
26665 (set_terminal_window, cursor_to, raw_cursor_to)
26666 (clear_to_end, clear_frame, clear_end_of_line)
26667 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26668 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26669 (syms_of_term): Move their initialization to terminal.c.
26670 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26671 (Ftty_display_color_cells)
26672 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26673 (clear_tty_hooks, set_tty_hooks)
26674 (init_tty, maybe_fatal): New functions.
26675 (Ftty_type): Return nil if terminal is not on a tty instead of
26676 throwing an error. Doc update.
26677 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26678 Doc update. Initialize new subrs and variables.
26679 (delete_tty): Use terminal->deleted.
26680 (tty_set_terminal_modes): Rename from set_terminal_modes.
26681 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26682 (set_scroll_region): Rename to `tty_set_scroll_region'.
26683 (turn_on_insert): Rename to `tty_turn_on_insert'.
26684 (turn_off_insert): Rename to `tty_turn_off_insert'.
26685 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26686 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26687 (toggle_highligh): Rename to `tty_toggle_highlight'.
26688 (background_highlight): Rename to `tty_background_highlight'.
26689 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26690 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26691 (tty_set_scroll_region, tty_background_highlight)
26692 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26693 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26694 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26695 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26696 Add static modifier.
26697 (tty_reset_terminal_modes, tty_set_terminal_window)
26698 (tty_set_scroll_region, tty_background_highlight)
26699 (tty_highlight_if_desired, tty_cursor_to)
26700 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26701 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26702 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26703 renames.
26704
26705 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26706
26707 * keyboard.c: Qrtl is new.
26708 (parse_tool_bar_item): Handle :rtl keyword.
26709 (syms_of_keyboard): Intern :rtl keyword.
26710
26711 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26712
26713 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26714 so no Lisp code is executed.
26715 (file_for_image, find_rtl_image): New functions.
26716 (xg_get_image_for_pixmap): Use file_for_image.
26717 (update_frame_tool_bar): If direction is RTL, use RTL image if
26718 defined. Use Gtk stock images if defined.
26719
26720 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26721
26722 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26723 for nonexistent or zero-width glyph in composition glyph.
26724
26725 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26726
26727 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26728
26729 * xdisp.c (Finvisible_p): New function.
26730 (syms_of_xdisp): defsubr it.
26731
26732 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26733
26734 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26735 Doc fixes.
26736
26737 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26738
26739 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26740
26741 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26742
26743 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26744 whether decoding has modified buffer contents.
26745
26746 2007-08-24 Jason Rumney <jasonr@gnu.org>
26747
26748 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26749 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26750 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26751 (init_svg_functions) [HAVE_NTGUI]: New function.
26752 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26753 (svg_load_image): Use them.
26754 (svg_load_image) [HAVE_NTGUI]: Implement background.
26755
26756 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26757
26758 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26759 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26760 (LIBX): Remove @RSVG_LIBS@.
26761 (LIBES): Add $(RSVG_LIBS).
26762
26763 * image.c (svg_load_image): Blend with specified background if exists.
26764 Use IMAGE_BACKGROUND. Add Mac OS Support.
26765
26766 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26767 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26768 Remove macros.
26769 [MAC_OSX] (socket_callback): Do nothing.
26770 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26771 ReceiveNextEvent.
26772 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26773 socket_callback.
26774 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26775
26776 2007-08-22 Glenn Morris <rgm@gnu.org>
26777
26778 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26779
26780 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26781
26782 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26783
26784 * image.c: Add support for SVG images. Some additional comments
26785 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26786 (svg_image_p): New function to test for SVG image.
26787 (svg_load): New function to load SVG image.
26788 (svg_load_image): New function, helper for svg_load.
26789 (Qsvg): New Lisp_object.
26790 (svg_keyword_index): New enum.
26791 (svg_format): New static `image_keyword' struct.
26792 (svg_type): New static `image_type' struct.
26793 (librsvg/rsvg.h): Include it.
26794
26795 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26796
26797 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26798
26799 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26800
26801 * lread.c (Qold_style_backquotes): New var.
26802 (syms_of_lread): Init and staticpro it.
26803 (load_warn_old_style_backquotes): New fun.
26804 (Fload): Use them to warn about old style backquotes.
26805 (end_of_file_error, Fload): Remove unused vars.
26806
26807 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26808
26809 * lread.c (Vold_style_backquotes): New var.
26810 (syms_of_lread): Init and export it to Elisp.
26811 (read1): Set it when we find an old-style (back)quote.
26812
26813 2007-08-22 Jason Rumney <jasonr@gnu.org>
26814
26815 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26816
26817 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26818
26819 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26820
26821 2007-08-19 Richard Stallman <rms@gnu.org>
26822
26823 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26824
26825 2007-08-19 Andreas Schwab <schwab@suse.de>
26826
26827 * alloc.c (pure): Round PURESIZE up.
26828
26829 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26830
26831 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26832 active frame.
26833
26834 2007-08-16 Richard Stallman <rms@gnu.org>
26835
26836 * eval.c (Fcommandp): Add parens to clarify.
26837
26838 * minibuf.c (Fall_completions): Use enum for type of table.
26839
26840 * emacs.c (USAGE2): Improve text.
26841
26842 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26843
26844 * term.c (tty_default_color_capabilities): Declare static
26845 variables in file scope, to avoid HPUX compiler problem.
26846
26847 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26848
26849 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26850 to gtk_toolbar_insert.
26851
26852 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26853
26854 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26855
26856 * insdel.c (reset_var_on_error): New fun.
26857 (signal_before_change, signal_after_change):
26858 Use it to reset (after|before)-change-functions to nil in case of error.
26859 Bind inhibit-modification-hooks to t.
26860 Don't bind (after|before)-change-functions to nil while they run.
26861
26862 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26863
26864 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26865 filling pixmap with stippled background.
26866
26867 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26868
26869 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26870 Don't use invisible frame as parent window for repositioning.
26871
26872 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26873
26874 * print.c (new_backquote_output): Rename from old_backquote_output.
26875 (print): Inverse its logic (according to its name) so as to match the
26876 behavior of new_backquote_flag in lread.c.
26877
26878 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26879
26880 * gmalloc.c (posix_memalign): New function.
26881
26882 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26883 ActivateControl/DeactivateControl here.
26884 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26885 frame-notice-user-settings is non-nil.
26886 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26887 for kEventParamFMFontStyle.
26888 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26889 mac_pass_command_to_system and mac_pass_control_to_system here.
26890 (XTread_socket): Call ActivateControl/DeactivateControl here.
26891 (XTread_socket) [TARGET_API_MAC_CARBON]:
26892 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26893 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26894 for window repositioning.
26895
26896 2007-08-08 Glenn Morris <rgm@gnu.org>
26897
26898 * Replace `iff' in doc-strings and comments.
26899
26900 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26901
26902 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26903
26904 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26905
26906 * fileio.c (Finsert_file_contents): Run format-decode and
26907 after_insert_file_functions on entire buffer when REPLACE is
26908 non-nil and inhibit modification_hooks and point_motion_hooks.
26909 For consistency, run after_insert_file_functions iff something
26910 got inserted. Move signal_after_change and update_compositions
26911 after code running after_insert_file_functions. Make sure that
26912 undo_list doesn't record intermediate steps of the decoding process.
26913
26914 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26915
26916 * emacs.c (main)
26917 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26918 Call malloc_enable_thread on interactive startup.
26919
26920 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26921 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26922 [USE_PTHREAD]: Conditionalize with it.
26923 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26924 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26925 New functions.
26926
26927 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26928
26929 * xdisp.c (redisplay_window): When restoring original buffer
26930 position, make sure it is still valid.
26931
26932 * image.c (png_load): Ignore png-supplied background color.
26933
26934 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26935
26936 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26937 Use kCFAbsoluteTimeIntervalSince1970.
26938
26939 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26940 New variable.
26941 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26942 event loop should be quit.
26943 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26944 Quit dialog event loop if quit_dialog_event_loop is set.
26945
26946 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26947 (Selection): New typedef. Use instead of ScrapRef.
26948 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26949 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26950 (mac_clear_selection): Rename from clear_scrap.
26951 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26952 scrap_has_target_type. All uses changed.
26953 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26954 (mac_selection_has_target_p): New functions.
26955 (mac_put_selection_value): Rename from put_scrap_string.
26956 (mac_get_selection_value): Rename from get_scrap_string.
26957 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26958 (put_scrap_private_timestamp, scrap_has_target_type)
26959 (get_scrap_private_timestamp): Remove functions.
26960 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26961 (x_own_selection, x_get_local_selection):
26962 Use mac_valid_selection_value_p.
26963 (x_own_selection): Don't use put_scrap_private_timestamp.
26964 Record OWNERSHIP-INFO into Vselection_alist instead.
26965 (x_get_local_selection): Don't check type if request is local.
26966 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26967 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26968
26969 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26970
26971 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26972 add comment explaining why.
26973
26974 2007-08-03 Richard Stallman <rms@gnu.org>
26975
26976 * fileio.c (Fvisited_file_modtime): Use make_time.
26977
26978 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26979
26980 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26981 build.
26982
26983 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26984
26985 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26986
26987 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26988
26989 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26990
26991 2007-07-30 Richard Stallman <rms@gnu.org>
26992
26993 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26994
26995 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26996
26997 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26998
26999 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
27000
27001 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27002 remote default-directory.
27003
27004 * buffer.c (mode-line-format): Update doc string.
27005
27006 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27007
27008 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27009 scroll bar gap.
27010 (x_scroll_bar_create): Set bar->fringe_extended_p.
27011 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27012 on frame edge. Check fringe background extension. Don't clear
27013 extended fringe background area.
27014
27015 * w32term.h (struct scroll_bar): New member fringe_extended_p.
27016 (w32_fill_area): Enclose multiple statements with do ... while (0).
27017
27018 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27019 Extend fringe background to scroll bar gap.
27020 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27021 Set bar->fringe_extended_p.
27022 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27023 Put leftmost/rightmost scroll bars on frame edge. Check fringe
27024 background extension. Don't clear extended fringe background area.
27025
27026 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27027 New member fringe_extended_p.
27028
27029 2007-07-25 Glenn Morris <rgm@gnu.org>
27030
27031 * Relicense all FSF files to GPLv3 or later.
27032
27033 * COPYING: Switch to GPLv3.
27034
27035 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
27036
27037 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27038
27039 * data.c (Finteractive_form): Check for the presence of an
27040 `interactive-form' symbol property more thoroughly.
27041
27042 * data.c (Finteractive_form): Use an `interactive-form' property if
27043 present, analogous to the function-documentation property.
27044
27045 2007-07-24 Jason Rumney <jasonr@gnu.org>
27046
27047 * w32fns.c (x_real_positions): Get real position from OS instead of
27048 calculating it.
27049
27050 2007-07-23 Jason Rumney <jasonr@gnu.org>
27051
27052 * filelock.c (current_lock_owner): Allow for @ sign in username.
27053
27054 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
27055
27056 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27057 remote default-directory.
27058
27059 * buffer.c (mode-line-format): Describe above case in doc string.
27060
27061 2007-07-20 Eli Zaretskii <eliz@gnu.org>
27062
27063 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27064 Define if not defined.
27065
27066 2007-07-18 Jason Rumney <jasonr@gnu.org>
27067
27068 * w32proc.c (w32_executable_type): Handle 64 bit executables.
27069
27070 2007-07-18 Richard Stallman <rms@gnu.org>
27071
27072 * data.c (Fsetq_default): Doc fix.
27073
27074 * eval.c (Fsetq): Doc fix.
27075
27076 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
27077
27078 * coding.c (Ffind_operation_coding_system):
27079 * eval.c (For, Fand): Doc fixes.
27080 Reported by Johan Bockgård.
27081
27082 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27083
27084 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27085
27086 * xterm.h: Declare x_ewmh_activate_frame.
27087
27088 * xterm.c (x_ewmh_activate_frame): New function.
27089 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27090
27091 2007-07-17 Martin Rudalics <rudalics@gmx.at>
27092
27093 * window.c (Fdisplay_buffer): If largest or LRU window is the
27094 only window, split it even if it is not eligible for splitting.
27095 This restores the original behavior broken by the 2007-07-15
27096 change.
27097
27098 2007-07-17 Glenn Morris <rgm@gnu.org>
27099
27100 * abbrev.c (abbrev_check_chars): New function.
27101 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27102 Call abbrev_check_chars to check abbrev characters are word
27103 constituents. Doc fix.
27104
27105 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27106
27107 * process.c (Fstart_process, Fmake_network_process)
27108 (read_process_output): Fix up last changes.
27109
27110 2007-07-16 Eli Zaretskii <eliz@gnu.org>
27111
27112 * makefile.w32-in (clean): Don't delete *~.
27113
27114 2007-07-16 Andreas Schwab <schwab@suse.de>
27115
27116 * window.c (Fdisplay_buffer): Use NILP.
27117 (Fset_window_scroll_bars): Likewise.
27118
27119 2007-07-15 Martin Rudalics <rudalics@gmx.at>
27120
27121 * window.c (window_min_size_2): New function.
27122 (window_min_size_1, size_window, Fdisplay_buffer)
27123 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27124 windows without mode- or header-lines when window-min-height is
27125 too small.
27126 (size_window): Reset nodelete_p after testing it, following an
27127 earlier note by Kim F. Storm.
27128 (display_buffer): Do not set split_height_threshold to twice the
27129 value of window_min_height to avoid changing the value of a
27130 customizable variable. Rather explicitly check whether the
27131 height of the window that shall be splitted is at least as large
27132 as split_height_threshold.
27133 (Fwindow_full_width_p): New defun.
27134 (syms_of_window): Defsubr it.
27135
27136 * window.h: Add EXFUN for Fwindow_full_width_p.
27137
27138 2007-07-14 Jason Rumney <jasonr@gnu.org>
27139
27140 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27141
27142 2007-07-14 Richard Stallman <rms@gnu.org>
27143
27144 * eval.c (maybe_call_debugger): New function.
27145 (find_handler_clause): Use maybe_call_debugger.
27146 Call it when the handler says `debug'.
27147 Eliminate DEBUGGER_VALUE_PTR.
27148 (Fsignal): Eliminate debugger_value.
27149 (Qdebug): New variable.
27150 (syms_of_eval): Initialize it.
27151
27152 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
27153
27154 * eval.c (Fprogn):
27155 * keyboard.c (Ftrack_mouse):
27156 * print.c (Fwith_output_to_temp_buffer):
27157 * window.c (Fsave_window_excursion): Doc fix.
27158
27159 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27160
27161 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27162
27163 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27164
27165 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27166 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27167 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27168 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27169 Remove unused encoding_carryover.
27170 * process.c: Adjust all functions accordingly.
27171
27172 2007-07-12 Richard Stallman <rms@gnu.org>
27173
27174 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27175
27176 2007-07-11 Jason Rumney <jasonr@gnu.org>
27177
27178 * makefile.w32-in (LIBS): Include OLE32.
27179
27180 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27181 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27182
27183 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27184
27185 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27186 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27187 from a Lisp_Object into a bare pointer.
27188 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27189 Adjust the code correspondingly.
27190
27191 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27192
27193 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27194 (term_show_mouse_face): Remove unused var `j'.
27195 (handle_one_term_event): Remove unused vars `i' and `j'.
27196 Don't cast return value of ttyname since it's not necessary.
27197
27198 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27201 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27202
27203 * fns.c (map_char_table): Use an array of int for `indices' rather than
27204 an array of Lisp_Objects (which are only ever integers anyway).
27205 (Fmap_char_table): Update caller.
27206 * lisp.h: Update prototype.
27207 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27208 * fontset.c (Ffontset_info):
27209 * casetab.c (set_case_table): Update callers.
27210
27211 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27212
27213 * keymap.c (struct accessible_keymaps_data)
27214 (struct where_is_internal_data): New structures.
27215 (accessible_keymaps_1, where_is_internal_1): Use them to change
27216 interface to adhere to the one used by map_keymap.
27217 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27218 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27219
27220 * keymap.h (map_keymap_function_t): More informative prototype.
27221
27222 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27223
27224 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27225 (looking_at_1): Don't change search_regs and last_thing_searched
27226 if `inhibit-changing-match-data' is non-nil.
27227 (string_match_1, search_buffer, set_search_regs): Likewise.
27228 (syms_of_search): Add Lisp level definition for
27229 `inhibit-changing-match-data' and set it to nil.
27230 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27231 start and end of the match, instead of using values in search_regs.
27232
27233 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27234
27235 * minibuf.c (Fcompleting_read): New value `confirm-only'
27236 for `require-match'.
27237
27238 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27239
27240 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27241 part of the 2007-06-27 change to syms_of_fileio.
27242
27243 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27244
27245 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27246 Check WINDOWP before using XWINDOW. Consolidate return statements.
27247
27248 2007-06-27 Richard Stallman <rms@gnu.org>
27249
27250 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27251
27252 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
27253
27254 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27255
27256 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27257
27258 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27259 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27260 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27261 (_free_internal, memalign): Use them.
27262 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27263 Initialize to PTHREAD_MUTEX_INITIALIZER.
27264 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27265 (morecore_nolock): Rename from morecore. All uses changed.
27266 Use only nolock versions of internal allocation functions.
27267 (_malloc_internal_nolock, _realloc_internal_nolock)
27268 (_free_internal_nolock): New functions created from
27269 _malloc_internal, _realloc_internal, and _free_internal.
27270 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27271 Copy hook value to automatic variable before its use.
27272 (memalign): Copy hook value to automatic variable before its use.
27273
27274 2007-06-26 Kenichi Handa <handa@m17n.org>
27275
27276 * coding.c (Ffind_operation_coding_system): Docstring improved.
27277 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27278
27279 2007-06-25 David Kastrup <dak@gnu.org>
27280
27281 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27282 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27283 cater for additional parameter.
27284
27285 * keymap.h: Adjust number of parameters to `current-active-maps'.
27286
27287 * doc.c (Fsubstitute_command_keys): Adjust call of
27288 `current-active-maps'.
27289
27290 2007-06-25 David Kastrup <dak@gnu.org>
27291
27292 * callint.c (Fcall_interactively): Make the parsing of interactive
27293 specs somewhat more readable.
27294
27295 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27296
27297 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27298 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27299 if extended background has already been filled.
27300
27301 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27302
27303 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27304 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27305
27306 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27307 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27308 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27309 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27310 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27311 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27312 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27313 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27314 Run timers during dialog popup.
27315 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27316
27317 2007-06-21 Jason Rumney <jasonr@gnu.org>
27318
27319 * image.c (convert_mono_to_color_image): Swap fore and background.
27320
27321 2007-06-20 Jason Rumney <jasonr@gnu.org>
27322
27323 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27324 (w32_free_bdf_font): Unmap memory not handle.
27325
27326 2007-06-20 Sam Steingold <sds@gnu.org>
27327
27328 * gmalloc.c (__morecore): Fix the declaration to comply with the
27329 definition.
27330
27331 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27332
27333 * w32term.c (w32_delete_display): Remove leftover declaration.
27334 (w32_define_cursor, w32_initialize): Make static.
27335
27336 * w32.c (_wsa_errlist): Fix typo in error message.
27337 (init_environment): Ignore any environment variable from the
27338 registry having a null value.
27339
27340 2007-06-20 Glenn Morris <rgm@gnu.org>
27341
27342 * Makefile.in (LIBGIF): Default to -lgif.
27343
27344 2007-06-17 Jason Rumney <jasonr@gnu.org>
27345
27346 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27347 unicode strings.
27348
27349 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27350
27351 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27352 Fix typo in docstring.
27353
27354 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27355
27356 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27357 and their keybindings.
27358
27359 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27360
27361 * composite.c (update_compositions): Fix last fix.
27362
27363 2007-06-14 Jason Rumney <jasonr@gnu.org>
27364
27365 * w32.c (get_process_times_fn): New function pointer.
27366 (globals_of_w32): Intialize it if present in kernel32.dll.
27367 (w32_get_internal_run_time): New function.
27368
27369 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27370
27371 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27372
27373 * composite.c (update_compositions): Check the validness of
27374 compositions.
27375
27376 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27377
27378 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27379 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27380
27381 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27382 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27383
27384 * macgui.h (USE_MAC_TOOLBAR): New define.
27385
27386 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27387 Return immediately unless popup is activated.
27388
27389 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27390 background to scroll bar gap.
27391 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27392 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27393 scroll bars on frame edge. Check fringe background extension.
27394 Don't clear extended fringe background area.
27395 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27396 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27397 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27398 [USE_MAC_TOOLBAR]: New macros.
27399 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27400 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27401 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27402 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27403 [USE_MAC_TOOLBAR]: New functions.
27404 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27405 manually if previous repositioning has failed.
27406 (mac_handle_keyboard_event): Use precomputed event kind.
27407 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27408 as tool bar item click. Handle mouse movement over tool bar items.
27409
27410 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27411 toolbar_win_gravity.
27412 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27413 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27414 Add externs.
27415
27416 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27417 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27418
27419 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27420
27421 * image.c (search_image_cache): Remove unused variable.
27422
27423 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27424
27425 * xfns.c, xmenu.c: Link to xaw3d if available.
27426
27427 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27428
27429 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27430 frame_foreground and frame_background.
27431
27432 * image.c (lookup_image): Save frame foreground and background colors.
27433 (search_image_cache): Check if saved and current frame colors match.
27434
27435 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27436
27437 * regex.c (regex_compile): Remove the `regnum' counter.
27438 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27439
27440 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27441
27442 * term.c: Include intervals.h to declare Fget_text_property.
27443
27444 2007-06-10 Jason Rumney <jasonr@gnu.org>
27445
27446 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27447
27448 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27449
27450 * callint.c (Fcall_interactively):
27451 * editfns.c (Fdelete_and_extract_region):
27452 * fileio.c (Fread_file_name):
27453 * fns.c (Fmapconcat):
27454 * keyboard.c (cmd_error_internal):
27455 * keymap.c (Fkey_description):
27456 * lread.c (openp):
27457 * minibuf.c (read_minibuf):
27458 * search.c (wordify):
27459 * sunfns.c (sel_read):
27460 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27461 * xfns.c (x_default_scroll_bar_color_parameter):
27462 * xmenu.c (menu_help_callback):
27463 * xselect.c (Fx_get_atom_name):
27464 * xterm.c (x_term_init): Use empty_unibyte_string.
27465
27466 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27467
27468 * alloc.c (init_strings): Initialize canonical empty strings.
27469 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27470 canonical empty string when the requested size is 0.
27471
27472 * emacs.c (empty_unibyte_string): Rename from empty_string.
27473 (empty_multibyte_string): New canonical empty string.
27474 (syms_of_emacs): Don't initialize empty_string.
27475
27476 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27477 string, if appropriate.
27478 (empty_unibyte_string, empty_multibyte_string): New externs.
27479 (empty_string): Remove extern.
27480
27481 * lread.c (syms_of_lread): Use empty_unibyte_string.
27482
27483 2007-06-07 Jason Rumney <jasonr@gnu.org>
27484
27485 * s/ms-w32.h: Don't define HAVE_TZNAME.
27486
27487 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27488
27489 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27490
27491 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27492
27493 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27494 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27495
27496 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27497 Don't call next handler.
27498 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27499 Remove argument. Install handler to application.
27500 (set_frame_menubar): Don't change deep_p.
27501 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27502 FRAME_OUTER_TO_INNER_DIFF_Y.
27503 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27504 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27505 [HAVE_DIALOGS]: New macros.
27506 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27507 Use them.
27508 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27509
27510 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27511 init_service_handler. All callers changed. Return OSStatus value.
27512
27513 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27514 All callers changed so as not to call SetPortWindowPort.
27515 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27516 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27517 mac_draw_string_common.
27518 (mac_draw_image_string_qd): Likewise.
27519 (mac_draw_string_common): Use them. Add INLINE.
27520 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27521 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27522 GetGlobalMouse.
27523 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27524 and FRAME_OUTER_TO_INNER_DIFF_Y.
27525 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27526 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27527 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27528 repositioning window to mac_handle_window_event.
27529 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27530 saving window location to mac_handle_window_event
27531 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27532 (install_menu_target_item_handler): Remove argument in extern.
27533 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27534 Also accept command events.
27535 (do_keystroke): New function created from XTread_socket.
27536 (init_command_handler): Remove functions.
27537 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27538 and save window location by kEventWindowShowing and kEventWindowHiding
27539 handlers here. Don't call next handler for window state change and
27540 focus events.
27541 (mac_handle_application_event, mac_handle_keyboard_event)
27542 [TARGET_API_MAC_CARBON]: New functions.
27543 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27544 kEventWindowShowing and kEventWindowHiding events. Move installation
27545 of mouse, font, text input and menu target item handlers to
27546 install_application_handler.
27547 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27548 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27549 New function.
27550 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27551 Register it.
27552 (XTread_socket) [TARGET_API_MAC_CARBON]:
27553 Consolidate SendEventToEventTarget calls.
27554 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27555 Move application activation handler to mac_handle_application_event.
27556 Move keyboard handler to mac_handle_keyboard_event.
27557 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27558 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27559 init_command_handler. Call install_application_handler.
27560
27561 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27562 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27563
27564 2007-06-07 Glenn Morris <rgm@gnu.org>
27565
27566 * emacs.c (main): Use `emacs-copyright' in --version output.
27567
27568 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27569
27570 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27571
27572 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27573
27574 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27575
27576 * macgui.h: Replace WindowPtr with WindowRef.
27577
27578 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27579 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27580 Replace ControlHandle with ControlRef.
27581 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27582
27583 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27584 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27585 Replace ControlHandle with ControlRef.
27586 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27587 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27588
27589 * macterm.h (struct scroll_bar): Rename member control_handle_low
27590 and control_handle_high to control_ref_low and control_ref_high.
27591 All uses changed.
27592 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27593 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27594 respectively. All uses changed.
27595 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27596 (install_window_handler, remove_window_handler): Replace WindowPtr
27597 with WindowRef in externs.
27598
27599 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27600
27601 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27602
27603 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27604
27605 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27606
27607 * frame.c (Fmouse_position, Fmouse_pixel_position):
27608 Condition on HAVE_GPM too.
27609
27610 * term.c (term_mouse_highlight): Remove unused variables.
27611 (Fterm_open_connection): Set gpm_zerobased to 1.
27612 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27613 Use zero based co-ordinates.
27614 (handle_one_term_event): Report a drag as mouse movement too.
27615
27616 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27617
27618 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27619
27620 * image.c (search_image_cache): New function. Require background
27621 color match if background color is unspecified in the image spec.
27622 (uncache_image, lookup_image): Use it.
27623
27624 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27625
27626 * window.c (Fshrink_window): Reflow docstring.
27627
27628 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27629
27630 * Version 22.1 released.
27631
27632 2007-06-01 Richard Stallman <rms@gnu.org>
27633
27634 * xfns.c (x_encode_text): Add GCPRO.
27635
27636 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27637
27638 * xfns.c (x_set_name_internal): Save encoded name before
27639 x_encode_text in case string data is relocated.
27640
27641 2007-05-31 Richard Stallman <rms@gnu.org>
27642
27643 * buffer.c (syms_of_buffer): Doc fix.
27644
27645 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27646
27647 * sysdep.c (init_sys_modes): Add rather than replace with
27648 O_NONBLOCK.
27649
27650 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27651 term_mouse_moveto.
27652
27653 * termhooks.h (term_mouse_moveto): New extern.
27654
27655 * term.c (mouse_face_window): Rename...
27656 (Qmouse_face_window): ...to this.
27657 (term_show_mouse_face, term_clear_mouse_face)
27658 (term_mouse_highlight): Use Qmouse_face_window.
27659 (term_mouse_moveto): New function.
27660 (term_mouse_position): Make it work.
27661 (syms_of_term): Uncomment assignment to mouse_position_hook.
27662 Staticpro Qmouse_face_window.
27663
27664 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27665
27666 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27667 around current_column call.
27668
27669 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27670
27671 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27672 * xdisp.c (next_element_from_buffer):
27673 * window.c (delete_window):
27674 * term.c (term_mouse_highlight):
27675 * msdos.c (getdefdir):
27676 * macterm.c (mac_create_bitmap_from_bitmap_data)
27677 (init_font_name_table):
27678 * fns.c (Fsxhash):
27679 * data.c (Fmake_local_variable):
27680 * ccl.c (ccl_driver): Likewise.
27681
27682 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27683
27684 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27685 Call mac_wakeup_from_rne on window size change.
27686
27687 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27688
27689 * image.c (uncache_image): Fix typo.
27690
27691 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27692
27693 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27694
27695 2007-05-22 Richard Stallman <rms@gnu.org>
27696
27697 * xterm.c (x_connection_closed): Remove NO_RETURN.
27698
27699 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27700
27701 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27702
27703 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27704
27705 * image.c (uncache_image): New function.
27706 (Fimage_refresh): New function.
27707
27708 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27709
27710 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27711
27712 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27713
27714 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27715 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27716
27717 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27718
27719 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27720 conditional on [HAVE_GPM_H].
27721
27722 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27723
27724 * syntax.c (skip_chars): Update syntax-table only after we checked that
27725 the new location is valid.
27726
27727 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27728
27729 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27730 mac_get_window_bounds.
27731
27732 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27733
27734 * Makefile.in (LIBGPM): Allow it to be set from configure.
27735 If set then link Emacs with it.
27736
27737 * config.in: Regenerate.
27738
27739 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27740 New externs.
27741
27742 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27743 Include gpm.h.
27744 (handle_one_term_event, term_gpm): New externs.
27745
27746 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27747 and allow it to be interrupted by SIGIO.
27748
27749 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27750 (wait_reading_process_output): Wait on gpm_fd too.
27751 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27752 (add_gpm_wait_descriptor_called_flag): New variable.
27753 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27754
27755 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27756 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27757 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27758 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27759 (make_lispy_event): Add case GPM_CLICK_EVENT.
27760 (read_avail_input): Handle mouse input.
27761
27762 * term.c (write_glyphs_with_face): New function.
27763 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27764 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27765 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27766 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27767 (last_mouse_x, last_mouse_y): New variables.
27768 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27769 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27770 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27771 (Fterm_close_connection): New functions.
27772 (term_init): Initialise mouse_face_window.
27773
27774 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27775
27776 * xdisp.c (redisplay_window): If first window line is a
27777 continuation line, recompute the new window start instead of
27778 recentering.
27779
27780 2007-05-18 Glenn Morris <rgm@gnu.org>
27781
27782 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27783 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27784
27785 2007-05-17 Glenn Morris <rgm@gnu.org>
27786
27787 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27788
27789 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27790
27791 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27792 dead key repeat and up events.
27793
27794 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27795
27796 * image.c (pbm_load): Check image size for monochrome pbm.
27797
27798 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27799
27800 * xterm.c (XTread_socket): Revert last change.
27801
27802 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27803
27804 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27805
27806 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27807
27808 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27809
27810 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27811 mixup (YAILOM).
27812
27813 2007-05-07 Andreas Schwab <schwab@suse.de>
27814
27815 * keymap.c (Flookup_key): Fix typo in last change.
27816
27817 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27818
27819 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27820 mapping for unibyte strings.
27821
27822 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27823
27824 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27825 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27826
27827 2007-04-29 Richard Stallman <rms@gnu.org>
27828
27829 * insdel.c (replace_range): For undo, record insertion first.
27830
27831 2007-04-29 Andreas Schwab <schwab@suse.de>
27832
27833 * lisp.h (VECSIZE): Use OFFSETOF.
27834
27835 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27836
27837 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27838 disabled lines.
27839
27840 2007-04-28 Richard Stallman <rms@gnu.org>
27841
27842 * lread.c (read_escape): In a string, \s is always space.
27843
27844 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27845
27846 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27847
27848 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27849 submenu for menu bar items.
27850
27851 See ChangeLog.10 for earlier changes.
27852
27853 ;; Local Variables:
27854 ;; coding: utf-8
27855 ;; add-log-time-zone-rule: t
27856 ;; End:
27857
27858 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27859
27860 This file is part of GNU Emacs.
27861
27862 GNU Emacs is free software: you can redistribute it and/or modify
27863 it under the terms of the GNU General Public License as published by
27864 the Free Software Foundation, either version 3 of the License, or
27865 (at your option) any later version.
27866
27867 GNU Emacs is distributed in the hope that it will be useful,
27868 but WITHOUT ANY WARRANTY; without even the implied warranty of
27869 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27870 GNU General Public License for more details.
27871
27872 You should have received a copy of the GNU General Public License
27873 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27874
27875 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40