Use url-lazy-message for warnings about ignored cookies.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
321401d1
DN
12010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2
4cacd822
DN
3 Do not include stdlib.h and string.h, config.h does it.
4 * xfont.c:
5 * w32term.c:
6 * w32reg.c:
7 * w32inevt.c:
8 * w32heap.c:
9 * w32console.c:
10 * w16select.c:
11 * unexsol.c:
12 * term.c:
13 * sound.c:
14 * scroll.c (m):
15 * gtkutil.c:
16 * font.c:
17 * filelock.c:
18 * fileio.c:
19 * dosfns.c:
20 * dbusbind.c:
21 * bidi.c:
22 * callproc.c:
23 * process.c:
24 * msdos.c:
25 * charset.c: Do not include stdlib.h and string.h, config.h does it.
26
0781e7ab
DN
27 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
28
9bf58201
DN
29 * process.c: Move #include <pty.h> earlier.
30 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
31 (pty_name): Move definition later.
32
088dcc3e
DN
33 * nsselect.m (syms_of_nsselect):
34 * nsmenu.m (syms_of_nsmenu):
35 * nsfns.m (syms_of_nsfns):
36 * msdos.c (syms_of_msdos):
4cacd822 37
088dcc3e
DN
38 * image.c (syms_of_image):
39 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
40
321401d1
DN
41 * point.h: Remove, unused.
42
73077a9a
EZ
432010-10-01 Eli Zaretskii <eliz@gnu.org>
44
45 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
46 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
47 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
48
55e572ef
DN
492010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * xml.c (parse_string): Use const.
52
d4b6d95d
LMI
532010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
54
55 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
56 only override Vprint_level if it isn't already bound, and increase
57 the level to 8 to produce more useful backtraces for bug reports.
58
e4b6db12
DN
592010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
60
61 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
62
1becef93
JB
632010-09-30 Juanma Barranquero <lekktu@gmail.com>
64
65 * w32console.c (vga_stdcolor_name): Remove unused function;
66 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
67
df7fcaff
LMI
682010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
bac5cef8
LMI
70 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
71 (Fgnutls_boot): Start the handshake.
72 (emacs_gnutls_read): Perform the handshake from the reader loop.
e6059fa2
LMI
73 (Fgnutls_boot): Remove some debugging messages.
74 Change indentation throughout to use the Emacs style.
75 (emacs_gnutls_handshake): Cast the fds to something that's
76 possibly the expected length.
77 (emacs_gnutls_write): Return -1 if we try to write before handshake.
bac5cef8 78
df7fcaff
LMI
79 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
80
81 * process.c (make_process): Set the gnutls_p field to zero by
82 default.
83 (read_process_output): Always call the gnutls_read function if the
84 stream is a gnutls stream.
85 (send_process): Ditto for writes.
86
87 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
88 or write anything until the state is GNUTLS_STAGE_READY.
89 (Fgnutls_boot): Mark the stream as being a gnutls stream.
90
d585695f
EZ
912010-09-29 Eli Zaretskii <eliz@gnu.org>
92
af7ef32d
EZ
93 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
94 NEUTRAL_DIR.
95 (handle_invisible_prop, iterate_out_of_display_property)
96 (next_element_from_buffer): If bidi_it.first_elt is set, call
97 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
98 (Bug#7128)
99
d585695f
EZ
100 * print.c (print_object): Fix format string and argument types for
101 printing a Lisp_Misc_Marker.
102
103 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
104 (load_overlay_strings, get_overlay_strings_1)
105 (get_overlay_strings, forward_to_next_line_start)
106 (back_to_previous_visible_line_start, reseat, reseat_to_string)
107 (get_next_display_element, next_element_from_string)
108 (next_element_from_c_string, next_element_from_buffer)
109 (move_it_vertically_backward, move_it_by_lines, add_to_log)
110 (message_dolog, message_log_check_duplicate, message2_nolog)
111 (message3, message3_nolog, vmessage, set_message, set_message_1)
112 (hscroll_window_tree, text_outside_line_unchanged_p)
113 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
114 (find_last_unchanged_at_beg_row)
115 (find_first_unchanged_at_end_row, row_containing_pos)
116 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
117 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
118 EMACS_INT for buffer and string positions.
119
120 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
121 (row_containing_pos): Adjust prototype.
122
123 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
124 (message2_nolog, set_message): Adjust prototypes.
125
a6f3211f
SM
1262010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
129 (Fgnutls_boot): Use SDATA.
130 (Fgnutls_handshake): Remove unused var `max_log_level'.
131
e0720500
MA
1322010-09-27 Michael Albinus <michael.albinus@gmx.de>
133
11a5af7c 134 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
135 (Bug#7113)
136
d8a4b27a
J
1372010-09-27 Jan Djärv <jan.h.d@swipnet.se>
138
42d3022b
J
139 * xgselect.c (xg_select): Clear file descriptors not set from
140 rfds and wfds.
141
d8a4b27a
J
142 * process.c (wait_reading_process_output): Add missing FD_CLR
143 for write_mask (must mirror connect_wait_mask).
144
8ed70bf3
LMI
1452010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
146
147 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
148 prefix.
149 (Fgnutls_boot): Use changed process members. Use log level with a
150 function parameter to set it. Bring back Emacs-level debugging
151 messages at log level 1 and 2.
152
153 * process.c (make_process): Initialize gnutls_log_level.
154
155 * process.h: Add gnutls_log_level and rename x509_cred and
156 anon_cred to have the gnutls_ prefix for consistency.
157
158 * gnutls.h (GNUTLS_LOG): Add convenience macro.
159
bedf4aab
JB
1602010-09-27 Juanma Barranquero <lekktu@gmail.com>
161
162 * w32.c (g_b_init_get_sid_identifier_authority)
163 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
164 Remove, not used.
165 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
166 (init_winsock): Remove useless assignment.
167 (open_process_token, get_token_information, lookup_account_sid)
168 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
169 (get_security_descriptor_owner, get_security_descriptor_group)
170 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
171 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
172 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
173 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
174 (unc_volume_file_attributes, convert_from_time_t)
175 (create_toolhelp32_snapshot, process32_first, process32_next)
176 (open_thread_token, impersonate_self, revert_to_self)
177 (get_process_memory_info, get_process_working_set_size)
178 (global_memory_status, global_memory_status_ex, socket_to_fd)
179 (shutdown_handler): Make static.
180
08609ffd
MA
1812010-09-27 Michael Albinus <michael.albinus@gmx.de>
182
183 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
184 (xd_pending_messages): Functions removed.
185 (xd_read_queued_messages): Add parameters fd, *data, for_read in
186 order to be compatible with add_read_fd. Determine bus from data,
187 and call xd_read_message just for this bus.
188 (xd_add_watch): Use xd_read_queued_messages as callback function.
189 Add data.
190
191 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
192
d2e9d0bb
LMI
1932010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
194
195 * gnutls.c (gnutls_log_function): Added more debugging.
ec9f09be 196 (emacs_gnutls_read): Don't infloop while reading.
d2e9d0bb 197
4be9765d
KH
1982010-09-27 Kenichi Handa <handa@m17n.org>
199
200 These changes are to remove restriction on the number of glyphs in
201 one composition.
202
203 * dispextern.h (struct glyph): Change the member "slice" to union.
204 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
205 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
206
207 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
208 instead of glyph->slice.
209 (marginal_area_string): Likewise.
210
211 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
212 glyph->u.cmp.
213 (append_composite_glyph): Likewise.
214
215 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
216 glyph->u.cmp.
217 (fill_gstring_glyph_string, x_get_glyph_overhangs)
218 (append_composite_glyph): Likewise.
219 (fill_image_glyph_string): Use glyph->slice.img instead of
220 glyph->slice.
221 (append_glyph, produce_image_glyph, append_stretch_glyph)
222 (note_mouse_highlight): Likewise.
223
3fad2ad2
J
2242010-09-26 Jan Djärv <jan.h.d@swipnet.se>
225
bf05eed6
J
226 * process.c (add_keyboard_wait_descriptor)
227 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
82d6e50b
J
228 (wait_reading_process_output): Don't pass write_mask to select
229 if SELECT_CANT_DO_WRITE_MASK is defined.
230 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
bf05eed6 231
3fad2ad2
J
232 * process.h (add_read_fd, delete_read_fd, add_write_fd)
233 (delete_write_fd): Declare.
234
235 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
236 (write_mask): New variable.
237 (max_input_desc): Renamed from max_keyboard_desc.
238 (fd_callback_info): New variable.
70e31436
JB
239 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
240 New functions.
3fad2ad2
J
241 (Fmake_network_process): FD_SET write_mask.
242 (deactivate_process): FD_CLR write_mask.
243 (wait_reading_process_output): Connecting renamed to Writeok.
70e31436
JB
244 check_connect removed. check_write is new. Remove references to gpm.
245 Use Writeok/check_write unconditionally (i.e. no #ifdef
3fad2ad2
J
246 NON_BLOCKING_CONNECT) instead of Connecting.
247 Loop over file descriptors and call callbacks in fd_callback_info
248 if file descriptor is ready for I/O.
249 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
250 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
251 (keyboard_bit_set): Use max_input_desc.
70e31436
JB
252 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
253 Remove #ifdef subprocesses. Use max_input_desc.
3fad2ad2
J
254 (init_process): Initialize write_mask and fd_callback_info.
255
256 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
257
258 * dbusbind.c: Include process.h.
259 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
260 (xd_read_message_1): New functions.
70e31436
JB
261 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
262 Handle watch for both read and write.
3fad2ad2
J
263 (Fdbus_init_bus): Also register xd_toggle_watch.
264 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
265 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
266 to dbus_connection_flush.
70e31436 267 (xd_read_message): Move most of the code to xd_read_message_1.
3fad2ad2
J
268 Call xd_read_message_1 until status is COMPLETE.
269
dce4c2ac
DN
2702010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
271
272 * term.c: Do not include sys/ioctl.h, not needed.
70e31436
JB
273 (init_tty): Reorder code to reduce the number of #ifdefs.
274 No code changes.
dce4c2ac 275
8af55556
TZ
2762010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
277
278 * process.h: Set up GnuTLS support.
279
280 * process.c (make_process, Fstart_process)
281 (read_process_output, send_process): Set up GnuTLS support for
282 process input/output file descriptors.
283
284 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
285
286 * gnutls.c: The source code for GnuTLS support in Emacs.
287
288 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
289
290 * config.in: Set up GnuTLS support.
291
292 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
293 (obj, LIBES): Set up GnuTLS support.
294
83e245c4
JB
2952010-09-26 Juanma Barranquero <lekktu@gmail.com>
296
297 * w32.c (get_emacs_configuration_options): Fix previous change.
298
d24ec09a
CY
2992010-09-25 Chong Yidong <cyd@stupidchicken.com>
300
301 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
302 alive before using it (Bug#6977).
303
b7bdc47c
LMI
3042010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
305
a952d5f3
LMI
306 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
307
308 * dispextern.h: EMACS_INT/int fixup.
309
310 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
311 fixup.
312
b7bdc47c
LMI
313 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
314
41118bd3
EZ
3152010-09-25 Eli Zaretskii <eliz@gnu.org>
316
2452438f
EZ
317 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
318 (Fselect_window, window_scroll_pixel_based)
319 (window_scroll_line_based, Frecenter, Fset_window_configuration):
320 Use EMACS_INT for buffer positions.
321
322 * textprop.c (validate_interval_range, interval_of)
323 (property_change_between_p, Fadd_text_properties)
324 (set_text_properties_1, Fremove_text_properties)
325 (Fremove_list_of_text_properties, Ftext_property_any)
326 (Ftext_property_not_all, copy_text_properties)
327 (text_property_list, extend_property_ranges)
328 (verify_interval_modification): Use EMACS_INT for buffer
329 positions.
330
f877c546
EZ
331 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
332 for buffer positions.
333
334 * process.c (read_process_output, send_process)
335 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
336 and string positions and size.
337
da43f021
EZ
338 * print.c (print_object, print_string, strout): Use EMACS_INT for
339 string indices.
340
341 * minibuf.c (string_to_object): Use EMACS_INT for string position
342 and size.
343
344 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
345
346 * lread.c <read_from_string_index, read_from_string_index_byte>
347 <read_from_string_limit, readchar_count>: Define EMACS_INT.
348 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
349 buffer positions and string length.
350
41118bd3
EZ
351 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
352 EMACS_INT.
353 (echo_truncate, adjust_point_for_property, read_char)
354 (gen_help_event, make_lispy_event, modify_event_symbol)
355 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
356 for buffer positions and string length.
357
358 * keyboard.h (gen_help_event): Adjust prototype.
359
360 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
361
362 * commands.h <last_point_position>: Declare EMACS_INT.
363
364 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
365 (truncate_echo_area): Accept EMACS_INT argument.
366
367 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
368
369 * lisp.h (truncate_echo_area): Adjust prototype.
370
371 * composite.c (composition_adjust_point): Return EMACS_INT.
372
373 * composite.h (composition_adjust_point): Adjust prototype.
374
ba3033ee
JB
3752010-09-25 Juanma Barranquero <lekktu@gmail.com>
376
377 * process.c (Fmake_network_process): When arg :host is 'local,
378 use address 127.0.0.1, not name "localhost". (Bug#6781)
379
4f3a2f8d
EZ
3802010-09-24 Eli Zaretskii <eliz@gnu.org>
381
5816888b
EZ
382 * indent.c (Fcurrent_indentation, indented_beyond_p)
383 (compute_motion): Use EMACS_INT for buffer position variables.
384
385 * lisp.h (indented_beyond_p): Adjust prototype.
386
387 * buffer.c (overlay_strings): Return EMACS_INT.
388
389 * buffer.h (overlay_strings): Adjust prototype.
390
391 * region-cache.c (pp_cache): Adjust format to arguments.
392
393 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
394 (call_debugger): Use EMACS_INT for specpdl_size related variables.
395 (verror): Use EMACS_INT for size of allocated buffer.
396
ace1712c
EZ
397 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
398 positions.
399
400 * xdisp.c (redisplay_internal, try_window_id)
401 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
402 EMACS_INT for buffer positions.
403
f5276b75 404 * dispextern.h (set_cursor_from_row): Adjust prototype.
ace1712c
EZ
405
406 * dispnew.c (increment_matrix_positions)
407 (increment_row_positions, copy_glyph_row_contents)
408 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
409 positions.
410
411 * dispextern.h (mode_line_string, marginal_area_string)
412 (increment_matrix_positions, increment_row_positions): Adjust
413 prototypes.
414
415 * data.c (Faref, Faset): Use EMACS_INT for string length and
416 positions.
417
418 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
419 characters to insert.
420
421 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
422 position and size.
423
4f3a2f8d
EZ
424 * syntax.c (scan_words, update_syntax_table)
425 (prev_char_comend_first, back_comment, skip_chars)
426 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
427 EMACS_INT for buffer and string positions.
428
429 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
430
431 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
432 positions.
433
db063399
LMI
4342010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
f0812d35
LMI
436 * scroll.c (calculate_scrolling, line_ins_del)
437 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
438 conversion.
439
f5c7fc27
LMI
440 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
441 (region_cache_backward, region_cache_forward)
442 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
443 conversion.
444
db063399
LMI
445 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
446
447 * eval.c (verror): Fix EMACS_INT/int conversion.
448
07914cd0 449 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
db063399
LMI
450 (print_preprocess, print_check_string_charset_prop)
451 (print_object): Fix EMACS_INT/int conversion.
452
453 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
454
e6d4aefa
EZ
4552010-09-24 Eli Zaretskii <eliz@gnu.org>
456
69481da7
EZ
457 * callproc.c (Fcall_process): Use EMACS_INT for count of
458 characters read from the subprocess.
459
61bfec98
EZ
460 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
461 positions.
462 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
463 positions.
464
145582a0
EZ
465 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
466 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
467 length.
468 (advance_to_char_boundary, Fset_buffer_multibyte)
469 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
470 (overlay_touches_p, record_overlay_string, overlay_strings)
471 (recenter_overlay_lists, fix_start_end_in_overlays)
472 (modify_overlay, Fmove_overlay, report_overlay_modification)
473 (evaporate_overlays): Use EMACS_INT for buffer positions.
474
475 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
476 prototypes.
477
446470a9
EZ
478 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
479 positions.
480
e6d4aefa
EZ
481 * fns.c (Fcompare_strings, Fstring_lessp, concat)
482 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
483 (Fsubstring_no_properties, substring_both, Ffillarray)
484 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
485 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
486 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
487 (Fmd5): Use EMACS_INT for buffer and string positions and length
488 variables and arguments.
489
490 * lisp.h (substring_both): Adjust prototype.
491
eb652396
JB
4922010-09-24 Juanma Barranquero <lekktu@gmail.com>
493
494 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
495 * w32fns.c (clipboard_sequence_fn): Don't declare.
496 (globals_of_w32fns): Don't initialize it.
497
266a86bd 4982010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
fbb3da77
SM
499
500 * syntax.c (back_comment): Detect the case where a 1-char comment
501 starter is also the 2nd char of a 2-char comment ender.
502
266a86bd 5032010-09-23 Jan Djärv <jan.h.d@swipnet.se>
2b5b82db
J
504
505 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
506
40283062
LMI
5072010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
508
db063399
LMI
509 * eval.c (verror): EMACS_INT/int cleanup.
510
faf8b5bc
LMI
511 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
512 unwind_protect more than 2GB worth of functions.
513
514 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
515
40283062
LMI
516 * lisp.h: Have oblookup take EMACS_INT to allow interning big
517 string and avoid compiler warnings.
518 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
519 all users.
520
521 * lread.c (oblookup): EMACS_INT/int cleanup.
522
523 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
524
fe3537c3
EZ
5252010-09-23 Eli Zaretskii <eliz@gnu.org>
526
527 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
528
529 * lisp.h (clip_to_bounds): Adjust prototype.
530
531 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
532
0350982f
LMI
5332010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
534
84c9ce05
LMI
535 * lisp.h: doprnt.c EMACS_INT/int cleanup.
536
537 * doprnt.c (doprnt): EMACS_INT/int cleanup.
538
539 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
540 cleanup.
541
0350982f
LMI
542 * lisp.h: Change the definition of all marker.c functions that
543 take and return buffer stuff to be EMACS_INT instead of int.
544
545 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
546 (buf_charpos_to_bytepos, bytepos_to_charpos)
547 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
548 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
549 for all buffer positions.
550
c50bd0d2
CY
5512010-09-23 Chong Yidong <cyd@stupidchicken.com>
552
553 * intervals.c (traverse_intervals, rotate_right, rotate_left)
554 (split_interval_right, find_interval, next_interval)
555 (delete_node, delete_interval, interval_deletion_adjustment)
556 (adjust_intervals_for_deletion, merge_interval_right)
557 (merge_interval_left, graft_intervals_into_buffer)
558 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
559
560 * intervals.h (traverse_intervals): Update prototype.
561
14162469
EZ
5622010-09-23 Eli Zaretskii <eliz@gnu.org>
563
c098fdb8
EZ
564 * indent.c (compute_motion): Use EMACS_INT for arguments to
565 region_cache_forward.
566
567 * region-cache.c (struct boundary, struct region_cache): Use
568 EMACS_INT for positions.
569 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
570 (delete_cache_boundaries, set_cache_region)
571 (invalidate_region_cache, know_region_cache)
572 (region_cache_forward, region_cache_backward, pp_cache): Use
573 EMACS_INT for buffer positions.
574
575 * region-cache.h (know_region_cache, invalidate_region_cache)
576 (region_cache_forward, region_cache_backward): Adjust prototypes.
577
578 * search.c (string_match_1, fast_c_string_match_ignore_case)
579 (looking_at_1, scan_buffer, scan_newline)
580 (find_next_newline_no_quit, find_before_next_newline)
581 (search_command, trivial_regexp_p, search_buffer, simple_search)
582 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
583 and string positions and length.
584
caefdbe7
EZ
585 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
586 (find_before_next_newline): Adjust prototypes.
c098fdb8 587
29cdc13e
EZ
588 * editfns.c (transpose_markers, update_buffer_properties)
589 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
590 (get_pos_property, Fconstrain_to_field)
591 (Fline_beginning_position, Fline_end_position, Fprevious_char)
592 (Fchar_after, Fchar_before, Finsert_char)
593 (Finsert_buffer_substring, Fcompare_buffer_substrings)
594 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
595 EMACS_INT for buffer and string position variables.
c098fdb8 596 (Finsert_char): Protect against too large insertions.
29cdc13e
EZ
597
598 * lisp.h (clip_to_bounds): Adjust prototype.
599
e79123aa
EZ
600 * intervals.c (traverse_intervals, rotate_right, rotate_left)
601 (balance_an_interval, split_interval_right, split_interval_left)
602 (find_interval, next_interval, update_interval)
603 (adjust_intervals_for_insertion, delete_node, delete_interval)
604 (interval_deletion_adjustment, adjust_intervals_for_deletion)
605 (offset_intervals, merge_interval_right, merge_interval_left)
606 (graft_intervals_into_buffer, adjust_for_invis_intang)
607 (move_if_not_intangible, get_local_map, copy_intervals)
608 (copy_intervals_to_string, compare_string_intervals)
609 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
6e48267a 610 and for interval tree size.
e79123aa
EZ
611
612 * intervals.h (traverse_intervals, split_interval_right)
613 (split_interval_left, find_interval, offset_intervals)
614 (graft_intervals_into_buffer, copy_intervals)
615 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
616 (update_interval): Adjust prototypes.
617
579c18d0
EZ
618 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
619 Use EMACS_INT for buffer position variables and arguments.
620
621 * composite.c (get_composition_id, find_composition)
622 (run_composition_function, compose_text)
623 (composition_gstring_width, autocmp_chars)
624 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
625 for buffer positions and string length variables and arguments.
626
627 * composite.h (get_composition_id, find_composition, compose_text)
628 (composition_gstring_width): Adjust prototypes.
629
630 * editfns.c (Fformat): Use EMACS_INT for string size variables.
631
632 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
633 EMACS_INT for string positions.
634
635 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
636 position arguments.
637
638 * intervals.h (get_property_and_range): Adjust prototype.
14162469
EZ
639
640 * character.c (parse_str_as_multibyte, str_as_multibyte)
641 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
579c18d0
EZ
642 (string_count_byte8, string_escape_byte8, c_string_width)
643 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
644 EMACS_INT for string length variables and arguments.
14162469
EZ
645
646 * character.h (parse_str_as_multibyte, str_as_multibyte)
579c18d0
EZ
647 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
648 (c_string_width, strwidth, lisp_string_width): Adjust
14162469
EZ
649 prototypes.
650
579c18d0
EZ
651 * font.c (font_intern_prop): Use EMACS_INT for string length
652 variables.
653
654 * font.c (font_intern_prop): Use EMACS_INT for string length
655 variables.
656
14162469
EZ
657 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
658 variables.
659
660 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
661 (Fmake_string): Protect against too large strings.
662 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
663 (live_misc_p): Use ptrdiff_t instead of int for pointer
664 differences.
665 (string_bytes, check_sblock, check_string_free_list)
666 (allocate_string_data, compact_small_strings, Fmake_string)
667 (Fmake_bool_vector, make_string, make_unibyte_string)
668 (make_multibyte_string, make_string_from_bytes)
669 (make_specified_string_string, Fmake_list, Fmake_vector): Use
670 EMACS_INT for string length variables and arguments.
671 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
672 (Fpurecopy): Use EMACS_INT for string size.
673 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
674 for vector size.
675
676 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
677 (make_string_from_bytes, make_specified_string_string)
579c18d0
EZ
678 (make_pure_string, string_bytes, check_point_in_composition):
679 Adjust prototypes.
14162469 680
c8a66ab8
EZ
6812010-09-22 Eli Zaretskii <eliz@gnu.org>
682
683 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
684 (check_translation): Use EMACS_INT for buffer positions and
685 length.
686
687 * undo.c (record_marker_adjustment, record_delete)
688 (record_change, record_point, record_insert)
689 (record_property_change, Fprimitive_undo): Use EMACS_INT for
690 buffer positions.
691
692 * lisp.h (record_marker_adjustment, record_delete)
693 (record_change, record_point, record_insert)
694 (record_property_change, Fprimitive_undo): Adjust prototypes.
695
38c54d9d
JB
6962010-09-22 Juanma Barranquero <lekktu@gmail.com>
697 Eli Zaretskii <eliz@gnu.org>
698
699 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
700
413d18e7
EZ
7012010-09-22 Eli Zaretskii <eliz@gnu.org>
702
703 * minibuf.c (Fminibuffer_contents)
704 (Fminibuffer_contents_no_properties)
705 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
706 positions.
707
708 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
709 mark.
710
711 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
712 (allocate_string_data): Accept EMACS_INT for string length.
713
714 * editfns.c (Ffield_string, Ffield_string_no_properties)
715 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
716 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
717 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
718 (Ffield_end): Use EMACS_INT for buffer positions.
719
720 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
721 point with mark.
722
723 * lisp.h (allocate_string_data, make_uninit_string)
724 (make_uninit_multibyte_string, make_buffer_string)
725 (make_buffer_string_both): Adjust prototypes.
726
4b9832a6
CY
7272010-09-22 Chong Yidong <cyd@stupidchicken.com>
728
729 * xml.c: Switch to GNU indentation.
730 (make_dom): Change parse tree format to match xml.el.
731 (Fxml_parse_html_string_internal): Rename from html-parse-string.
732 (Fxml_parse_string_internal): Rename from xml-parse-string.
733
86282aab
KH
7342010-09-22 Kenichi Handa <handa@m17n.org>
735
736 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
737 only if we are not at a composition.
738 (set_iterator_to_next): Give it->end_charpos to
739 composition_compute_stop_pos.
740 (set_iterator_to_next, next_element_from_buffer): Likewise.
741
742 * dispnew.c (buffer_posn_from_coords): Fix position when the
743 current display element is a grapheme cluster in bidi-reordered
744 region.
745
840b985a
AR
7462010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
747
748 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
749 the regions may overlap.
750
5bc88f4b
JB
7512010-09-21 Juanma Barranquero <lekktu@gmail.com>
752
753 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
754
92bc9a36
DN
7552010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
756
d19e096e
DN
757 * emacs.c: Do not include sys/ioctl.h, not needed.
758
92bc9a36
DN
759 * doprnt.c: Do not include stdlib.h, config.h does it.
760 Move #include before macro definition.
761
15f844ac
DN
7622010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
763
48e24408
DN
764 * Makefile.in (temacs): Link using $(CC) not $(LD).
765 (LD_FIRSTFLAG): Define using autoconf.
766 (LD): Remove.
767
65539506
DN
768 Remove HAVE_TERMIOS definitions.
769 * s/usg5-4-common.h (HAVE_TERMIOS):
770 * s/template.h (HAVE_TERMIOS):
771 * s/gnu-linux.h (HAVE_TERMIOS):
772 * s/darwin.h (HAVE_TERMIOS):
773 * s/cygwin.h (HAVE_TERMIOS):
774 * s/bsd-common.h (HAVE_TERMIOS):
775 * s/aix4-2.h (HAVE_TERMIOS):
776 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
777 defined on all non-MS platforms.
778 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
779
15f844ac
DN
780 * xterm.c (xt_action_hook): Use const.
781
7d701334
JB
7822010-09-20 Juanma Barranquero <lekktu@gmail.com>
783
784 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
785 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
786 (gethostname) [!HAVE_SOCKETS]: Remove.
787 (SOCK_REPLACE_HANDLE): Remove macro.
788 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
789 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
790 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
791 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
792
f3ec267a
EZ
7932010-09-18 Eli Zaretskii <eliz@gnu.org>
794
795 * deps.mk (xml.o): Add dependencies.
796
93acd23d
JB
797 * xdisp.c (Fcurrent_bidi_paragraph_direction):
798 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
bea4f10c
EZ
799
800 * bidi.c (bidi_paragraph_init): Accept an additional argument
801 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
802 search back until a paragraph with a strong directional character
803 is found, and use that to determine paragraph's base direction.
804
805 * dispextern.h (bidi_paragraph_init): Update prototype.
806
69e847be
EZ
8072010-09-17 Eli Zaretskii <eliz@gnu.org>
808
809 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
810 of w32api >= 3.15. (Bug#6989)
811
283357a7
LMI
8122010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * process.c (wait_reading_process_output): Don't message about
815 accept-process-output unless the time limit really is zero.
816
4ddb20d6
SM
8172010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
820 int/Lisp_Object mixup).
821
e24ad6dd
J
8222010-09-17 Jan Djärv <jan.h.d@swipnet.se>
823
824 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
825 not HELP.
826
fb0cf781
J
8272010-09-17 Stephen Berman <stephen.berman@gmx.net>
828
829 * frame.c (Ftool_bar_pixel_width): New function to expose tool
830 bar's pixel width to Lisp (Bug#7048).
831
4ddb20d6
SM
8322010-09-14 Juanma Barranquero <lekktu@gmail.com>
833
834 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
fb0cf781 835
318a04c6
J
8362010-09-17 Jan Djärv <jan.h.d@swipnet.se>
837
838 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
839 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
840
78a21772
KH
8412010-09-17 Kenichi Handa <handa@m17n.org>
842
843 * ftfont.c (ftfont_check_otf): Fix previous change.
844
fa3f6039
KH
8452010-09-14 Kenichi Handa <handa@m17n.org>
846
847 * ftfont.c (ftfont_check_otf): Fix the case of checking just
848 existence of GSUB or GPOS.
849
2b5491fa
JB
8502010-09-14 Juanma Barranquero <lekktu@gmail.com>
851
852 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
853
c97c655f
LMI
8542010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
855
2b5491fa 856 * xml.c (parse_buffer): Renamed to parse_string(), since that's
c97c655f
LMI
857 what it does.
858 (parse_string): Return nil when the document can't be parsed.
859
6664fc59 8602010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
861
862 * xterm.c (get_current_vm_state): New function.
863 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
864 want_fullscreen so set_wm_state calls are few (Bug#7013).
865 (x_handle_net_wm_state): Move code to get_current_vm_state and
866 call that function.
867
6664fc59 8682010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
869
870 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
871
6664fc59 8722010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
873
874 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
875 we may use designation or locking-shift.
876
6664fc59 8772010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
878
879 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
880 sequence when the source is multibyte.
881
1da70e99
AS
8822010-09-14 Andreas Schwab <schwab@linux-m68k.org>
883
6664fc59
JB
884 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
885 Don't make first argument optional. Doc fix.
1da70e99 886
26632d8d
LMI
8872010-09-14 Leo <sdl.web@gmail.com> (tiny change)
888
889 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
890 parameters for the doc string.
891
21fa8e37
LMI
8922010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
895
5616cc54
SM
8962010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
899 (syms_of_fns): Don't defsubr Sy_or_n_p.
900 * lisp.h: Don't declare Fy_or_n_p.
901 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
902
381408e2
LMI
9032010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
904
905 * xml.c (Fxml_parse_buffer): New function to parse XML files.
906
9072010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
908
909 * xml.c: New file.
910 (Fhtml_parse_buffer): New function to interface to the libxml2
911 html parsing function.
912
733946e7
JB
9132010-09-05 Juanma Barranquero <lekktu@gmail.com>
914
915 * biditype.h: Regenerate.
916
7574650a
AS
9172010-09-04 Andreas Schwab <schwab@linux-m68k.org>
918
919 * nsimage.m (ns_load_image): Check argument types.
920
921 * image.c: Remove all uses of gcpro.
922 (xpm_load): Check all lisp types.
923 (pbm_load): Likewise.
924 (png_load): Likewise.
925 (jpeg_load): Likewise.
926 (tiff_load): Likewise.
927 (gif_load): Likewise.
928 (imagemagick_load_image): Likewise.
929 (imagemagick_load): Likewise.
930 (svg_load): Likewise.
931 (gs_load): Likewise.
932
6e6b8e25
EZ
9332010-09-04 Eli Zaretskii <eliz@gnu.org>
934
935 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
936 try to reorder grapheme clusters, since LGSTRING should always
937 hold them in the logical order.
938 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
939 return glyph codes in the logical order.
940
dbfe4532
AS
9412010-09-04 Andreas Schwab <schwab@linux-m68k.org>
942
943 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 944 (imagemagick_load_image): Fix type mismatch.
5e5992c2 945 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 946
6d7cc563
JD
9472010-09-02 Jan Djärv <jan.h.d@swipnet.se>
948
949 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
950
951 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
952
953 * xselect.c: Remove declaration of cut-buffer objects and functions.
954 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
955 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
956 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
957 (Fx_rotate_cut_buffers_internal): Remove.
958 (syms_of_xselect): Remove defsubr of above.
959 Remove intern of QCUT_BUFFERn.
960
8f4e9110
SM
9612010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * cmds.c (Vblink_paren_function): Remove.
964 (internal_self_insert): Make it insert N chars at a time.
965 Don't call blink-paren-function.
966 (Fself_insert_command): Adjust accordingly.
967 (syms_of_cmds): Don't declare blink-paren-function.
968
d419e1d9
KH
9692010-08-31 Kenichi Handa <handa@m17n.org>
970
971 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
972 characters.
973
974 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
975 (produce_glyphs): Don't set it->char_to_display here.
976 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
977 (produce_special_glyphs): Set temp_it.char_to_display before
978 calling produce_glyphs.
979
980 * xdisp.c (get_next_display_element): Set it->char_to_display
981 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
982 characters.
983 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
984 calling PRODUCE_GLYPHS.
985 (append_space_for_newline): Save and store it->char_to_display.
986 Set it->char_to_display before calling PRODUCE_GLYPHS.
987 (extend_face_to_end_of_line): Set it->char_to_display before
988 calling PRODUCE_GLYPHS.
989 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
990 character to its byte value.
991 (get_char_glyph_code): New function.
992 (produce_stretch_glyph): Set it2.char_to_display too before
993 calling x_produce_glyphs.
994 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
995 non-ASCII characters. Don't set it->char_to_display here.
996 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 997 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 998
b819f760
SM
9992010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1002
07fa68a7
CY
10032010-08-31 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1006
cd196f12
SM
10072010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * marker.c (Fcopy_marker): Make the first arg optional.
1010
49a752bb
KH
10112010-08-30 Kenichi Handa <handa@m17n.org>
1012
1013 * composite.c (composition_update_it): Fix computing of
1014 cmp_it->width.
1015
769ae9e1
KH
10162010-08-29 Kenichi Handa <handa@m17n.org>
1017
9e69cb05 1018 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 1019 corresponding bytes.
9e69cb05 1020
4520b858
J
10212010-08-29 Jan Djärv <jan.h.d@swipnet.se>
1022
1023 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1024
fe50eb41
KH
10252010-08-26 Kenichi Handa <handa@m17n.org>
1026
1027 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1028 on calling composition_compute_stop_pos.
1029
f6aa6ec6
KH
10302010-08-25 Kenichi Handa <handa@m17n.org>
1031
9dfdbc0a
KH
1032 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1033 :otf.
1034
f6aa6ec6
KH
1035 * composite.c (composition_compute_stop_pos): Don't break
1036 composition at PT.
1037 (composition_reseat_it): Likewise. Fix calculation of character
1038 position starting a composition.
1039 (Fcomposition_get_gstring): Don't limit the number of components
1040 for automatic composition.
1041
ff94e32c
KH
10422010-08-25 Kenichi Handa <handa@m17n.org>
1043
1044 * composite.c (composition_compute_stop_pos): In forward search,
1045 pay attention to the possibility that some character after ENDPOS
1046 will be composed with charactrs before ENDPOS.
1047
1c409d0b
CY
10482010-08-24 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * keyboard.c (command_loop_1): Don't clobber primary selection
1051 during handle-switch-frame (Bug#6872).
1052
0c372655
MA
10532010-08-23 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * dbusbind.c: Accept UNIX domain sockets as bus address.
1056 (Fdbus_close_bus): New function.
1057 (Vdbus_registered_buses): New variable.
1058 (xd_initialize): Implement string as bus address.
1059 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1060 (Fdbus_get_unique_name, Fdbus_call_method)
1061 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1062 (Fdbus_method_error_internal, Fdbus_send_signal)
1063 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1064 check. This is done in xd_initialize_bus. Adapt doc string, if
1065 necessary.
1066 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1067 Vdbus_registered_buses.
1068 (Vdbus_registered_objects_table): Create hash.
1069
7133b7ee
JL
10702010-08-22 Juri Linkov <juri@jurta.org>
1071
1072 * keyboard.c (Fexecute_extended_command): Move reading a command name
1073 with `completing-read' to a new Elisp function `read-extended-command'.
1074 Call it to read a command to `function' (bug#5364, bug#5214).
1075
198a7a97
CY
10762010-08-22 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1079
b0126eac 10802010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
1081
1082 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1083 instead of SAFE_ALLOCA.
1084
b0126eac 10852010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
1086
1087 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1088 (Bug#6214).
1089
b0126eac 10902010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
1091
1092 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1093
b0126eac
CY
10942010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1095
1096 * doc.c (Fsnarf_documentation): Initialize skip_file before
1097 build-files test.
1098
692f3ddc 10992010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 1100
692f3ddc
JB
1101 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1102 New definitions.
b0126eac
CY
1103 (HAVE_TERMIO): Remove.
1104
5f2f0bc1
EZ
11052010-08-22 Eli Zaretskii <eliz@gnu.org>
1106
b613941b
EZ
1107 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1108
a583bbef
EZ
1109 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1110 for w32.
1111
1112 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1113 it's done in nt/config.nt.
1114
1115 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1116
5f2f0bc1
EZ
1117 * unexcoff.c (report_error, make_hdr, write_segment)
1118 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1119 Convert argument lists and prototypes to ANSI C.
1120 (make_hdr, write_segment): Remove unused variables.
1121 (unexec): Remove commented-out line. Initialize `new' to shut up
1122 compiler warnings.
1123
a7ebc409
DN
11242010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1125
1126 Simplify termio code.
1127 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1128 HAVE_TERMIO code is obsolete.
1129 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1130 * systty.h: Do not define HAVE_TCATTR.
1131 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1132 Do not define EMACS_HAVE_TTY_PGRP. Only define
1133 EMACS_GET_TTY_PGRP for !DOS_NT.
1134 * sysdep.c: Include sysselect.h unconditionally. Do not include
1135 sys/ioctl.h and termios.h, systty.h does it. Use
1136 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1137 (init_baud_rate): Remove HAVE_TERMIO code.
1138 (child_setup_tty): Remove HAVE_TERMIO code.
1139 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1140 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1141 (new_ltchars, new_tchars): Remove, unused.
1142 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1143 code. Remove special casing for __mips__, it was a no-op. Remove
1144 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1145 (init_sys_modes): Remove HPUX special case.
1146 * process.c: Include stdlib.h unconditionally. Do not include
1147 fcntl.h, systty.h does it. Remove conditional code for
1148 HAVE_SERIAL, it is always true.
1149 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1150 always true when SIGNALS_VIA_CHARACTERS is true.
1151 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1152 !WINDOWSNT means HAVE_TERMIOS.
1153 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1154 conditional, which is true for all HAVE_TERMIOS systems.
1155 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1156 instead of HAVE_TERMIOS.
1157 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1158 EMACS_HAVE_TTY_PGRP.
1159 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1160 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1161 anyway.
1162
40629f17
EZ
11632010-08-21 Eli Zaretskii <eliz@gnu.org>
1164
1165 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1166 mirroring pixel positions.
1167
d931da8c
DN
11682010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1169
b5c76d0c
DN
1170 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1171 write only.
1172 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1173 malloc_sbrk_used, nothing uses them.
1174
74815588
DN
1175 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1176 defined, unconditionally defined in lisp.h.
1177
f5817d1c
DN
1178 * term.c: Do not include <termios.h>, systty.h does it.
1179
d931da8c
DN
1180 * s/unixware.h (HAVE_TCATTR):
1181 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1182 systty.h defines it when HAVE_TERMIOS is defined.
1183
ff2de6d2 11842010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 1185
b43c883c 1186 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 1187 terminals: add one-character offset for R2L lines.
b43c883c 1188
491a1546
EZ
1189 * emacs.c <emacs_version>: Add a comment regarding
1190 msdos/mainmake.v2's dependency on the syntax of this declaration.
1191
2396cbba
EZ
11922010-08-20 Eli Zaretskii <eliz@gnu.org>
1193
1194 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1195 position for R2L lines by mirroring the pixel position wrt the
1196 text are box. Improve commentary.
1197
7df6150a
AS
11982010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1199
1200 * image.c (imagemagick_clear_image): Remove debugging output.
1201
a2e5caf7
SM
12022010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1205 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1206 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1207 self-insert-face.
1208 (syms_of_cmds): Initialize the new vars.
1209
20d60baf
JR
12102010-08-19 Jason Rumney <jasonr@gnu.org>
1211
cc477da7
JR
1212 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1213
20d60baf
JR
1214 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1215
2c0ac867
J
12162010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1217
1218 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1219
93352106
EZ
12202010-08-18 Eli Zaretskii <eliz@gnu.org>
1221
1222 * xterm.c (x_draw_bar_cursor):
1223 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1224 R2L, draw the bar cursor on its right rather than on its left.
1225
c785836d
SM
12262010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1227
0193499f
SM
1228 * eval.c (Fdefmacro): Only obey one declaration.
1229
c785836d
SM
1230 * casefiddle.c (casify_region): Setup gl_state.
1231
9cb728a5
J
12322010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1233
1234 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1235
e1e18511
J
12362010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1237
1d77b63e 1238 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
e1e18511 1239
64cb6c78
J
12402010-08-18 David De La Harpe Golden <david@harpegolden.net>
1241
1242 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1243 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1244 QPRIMARY => NXPrimaryPboard.
1245 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1246 NXPrimaryPboard => QPRIMARY.
1247 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1248 NXSecondaryPboard = SecondarySelection.
1249 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1250
0c9b8993
GM
12512010-08-18 Joakim Verona <joakim@verona.se>
1252
1253 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1254 defined:
1255 (imagemagick_image_p): New function to test for ImageMagic image.
1256 (imagemagick_load): New function to load ImageMagick image.
1257 (imagemagick_load_image): New function, helper for imagemagick_load.
1258 (imagemagick-types): New function.
1259 (Qimagemagick): New Lisp_object.
1260 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 1261
c3554f68
SM
12622010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1265 is a string.
1266
1ff2e434
J
12672010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1268
1269 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1270 x_set_tool_bar_position handler.
1271
0cc56427
EZ
12722010-08-17 Eli Zaretskii <eliz@gnu.org>
1273
1274 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1275 x_set_tool_bar_position handler, needed to support changes from
1276 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1277
e45a249b
JD
12782010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1279
921242c6
J
1280 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1281 declaration (Bug#6863).
573d150b 1282 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 1283
e45a249b
JD
1284 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1285
1286 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1287
7c23dd44
CY
12882010-08-16 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * keyboard.c (command_loop_1): Avoid setting selection twice,
1291 since it's done in deactivate-mark as well.
1292 (Vselect_active_regions): Change default to t. Replace `lazy'
1293 with non-default value `only', meaning only set PRIMARY for
1294 temporarily active regions.
1295
1296 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1297 select-active-regions.
1298
0005830c
J
12992010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1300
1301 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1302 isn't a string.
1303
603dfc72
AS
13042010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1305
1306 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1307
c25ce9d0
J
13082010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1309
c3554f68
SM
1310 * keyboard.c (parse_tool_bar_item): malloc buf.
1311 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1312 new_lbl (Bug#6855).
c25ce9d0 1313
5872c762
EZ
13142010-08-14 Eli Zaretskii <eliz@gnu.org>
1315
b236615c
EZ
1316 * xterm.c (x_draw_stretch_glyph_string):
1317 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1318 the cursor on the right edge of the stretch glyph.
1319
c3554f68
SM
1320 * xdisp.c (window_box_right_offset, window_box_right):
1321 Fix commentary.
b236615c 1322
5872c762
EZ
1323 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1324 direction when point is inside a run of whitespace characters.
1325
1326 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1327
e66f9a1b
JR
13282010-08-14 Jason Rumney <jasonr@gnu.org>
1329
1330 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1331
79d6f59e
CY
13322010-08-14 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1335
1c9b4129
JR
13362010-08-13 Jason Rumney <jasonr@gnu.org>
1337
1338 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1339 (MessageBoxW_Proc): New function typedef.
1340 (unicode-message-box): New function pointer.
1341 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1342
2b4e6277
J
13432010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1344
1345 * frame.h (Qtool_bar_position): Declare.
1346
1347 * xfns.c (Fx_create_frame): Call x_default_parameter for
1348 Qtool_bar_position.
1349
94c97d85
EZ
13502010-08-13 Eli Zaretskii <eliz@gnu.org>
1351
8ee81892
EZ
1352 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1353 (report_error, report_error_1): Ditto.
1354 (write_segment): Remove "#if 0" unused code.
1355 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1356 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1357 (start_of_text): Remove unused function (was used only if NO_REMAP
1358 was NOT defined).
1359
891ef8f7
EZ
1360 * msdos.c (IT_set_face): Fix format string to match argument
1361 types.
1362 (IT_write_glyphs, IT_note_mode_line_highlight)
1363 (IT_set_frame_parameters): Remove unused variables.
1364 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1365 (IT_set_terminal_modes): Disambiguate expression in if clause.
1366 (Fmsdos_remember_default_colors): Return Qnil.
1367 (IT_set_frame_parameters): Add parens to disambiguate boolean
1368 expression for logging the cursor type to termscript.
1369 (keyboard_layout_list, keypad_translate_map)
1370 (grey_key_translate_map): Add braces in inner initializers.
1371 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1372 (dos_rawgetc): Remove unused label.
1373 (XMenuActivate): Add braces to remove ambiguous `else'.
1374 (dos_ttraw): Always return a value.
1375 (spawnve): Declare.
1376 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1377
1378 * dosfns.h (x_set_title): Declare.
1379
1380 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1381 Remove unused variables.
1382
1383 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1384 variables.
1385 (init_dosfns): Declare get_lim_data.
1386 (system_process_attributes): Declare Fget_internal_run_time.
1387
38e41e0e
EZ
1388 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1389 list to be consistent with menu.h.
1390
94c97d85
EZ
1391 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1392 warnings due to mixing of "char *" and "const char *".
1393
c5683ceb
SM
13942010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 Introduce a new comment style "c" flag.
1397 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1398 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1399 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1400 (syntax_prefix_flag_p): New function.
1401 (Fstring_to_syntax): Understand new "c" flag.
1402 (Finternal_describe_syntax_value): Recognize new flag; use the
1403 SYNTAX_FLAGS_* macros.
1404 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1405 comment style to accomodate the new styles.
1406 (back_comment, forw_comment, Fforward_comment, scan_lists)
1407 (scan_sexps_forward): Update code to obey the new comment style flag.
1408
1409 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1410
1411 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1412
7aee76f4
J
14132010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1414
3a46642b
J
1415 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1416 first.
94dff98f 1417 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
1418
1419 * gtkutil.h (xg_check_special_colors): Declare.
1420
1421 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1422 (xg_create_frame_widgets): Connect theme name changes to
1423 style_changed_cb.
1424
42ca4633
J
1425 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1426 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1427 (x_term_init): Use char[] display_opt and name_opt instead of
93acd23d 1428 string literal. file is const char*.
42ca4633
J
1429
1430 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1431 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1432 props. Free them at the end.
1433
1434 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1435
c5683ceb
SM
1436 * xrdb.c (get_system_app): Make path const and use char *p for
1437 non-const char.
42ca4633
J
1438
1439 * xmenu.c (Fx_popup_dialog): error_name is const char*.
93acd23d 1440 (xmenu_show): error parameter is const char **. pane_string is const
42ca4633
J
1441 char *.
1442 (button_names): Is const char *.
1443 (xdialog_show): error_name and pane_string is const.
1444
1445 * process.h (synch_process_death): Is const char*.
1446
1447 * w32menu.c (w32_menu_show):
1448 * nsmenu.m (ns_menu_show): error parameter is const char **.
1449
1450 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1451 is const char **.
1452
1453 * menu.c (Fx_popup_menu): error_name is const.
1454
1455 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1456 with unsigned char and XtPointer with void *.
1457
1458 * gtkutil.h: Replace widget_value with struct _widget_value.
1459 (enum button_type, struct _widget_value): Remove and use the one from
1460 keyboard.h.
1461
1462 * gtkutil.c (get_utf8_string): Always return an allocated string.
1463 Parameter is const.
1464 (create_dialog, xg_create_one_menuitem, create_menus)
1465 (xg_item_label_same_p, xg_update_menu_item): Free result from
1466 get_utf8_string.
1467 (xg_separator_p, xg_item_label_same_p): label is const.
1468
1469 * font.h (font_open_by_name): Make name const.
1470
1471 * font.c (font_open_by_name): Make name const.
1472
1473 * floatfns.c (matherr): Use a const char* variable for x->name.
1474
1475 * emacs.c (main): Pass char[] to putenv instead of literal.
1476
1477 * callproc.c (synch_process_death): Make const.
1478 (Fcall_process): Make signame const.
1479
9c5bd55a
J
1480 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1481 (addDisplayItemWithImage): Use const char*.
1482
1483 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1484 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1485
1486 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1487
1488 * keyboard.h (_widget_value): name, value and key are const char*.
1489
7aee76f4
J
1490 * unexmacosx.c (unexec_error): Use const char *.
1491
09d93395
DN
14922010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 1495 (font_parse_name, font_open_by_name):
09d93395 1496 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 1497 (font_parse_name, font_open_by_name): Remove const.
09d93395 1498
671d409f
AS
14992010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1500
1501 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1502 definition.
1503
1504 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1505 * m/amdx86-64.h: Likewise.
1506 * m/arm.h: Likewise.
1507 * m/hp800.h: Likewise.
1508 * m/ia64.h: Likewise.
1509 * m/ibmrs6000.h: Likewise.
1510 * m/ibms390.h: Likewise.
1511 * m/intel386.h: Likewise.
1512 * m/iris4d.h: Likewise.
1513 * m/m68k.h: Likewise.
1514 * m/macppc.h: Likewise.
1515 * m/mips.h: Likewise.
1516 * m/sh3.h: Likewise.
1517 * m/sparc.h: Likewise.
1518 * m/template.h: Likewise.
1519 * m/vax.h: Likewise.
1520 * m/xtensa.h: Likewise.
1521 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1522 WORDS_BIG_ENDIAN.
1523 * lisp.h: Likewise.
1524 * md5.c: Likewise.
1525 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1526
8ea90aa3
DN
15272010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1528
1529 Use const char* instead of char*.
1530 Reduce the number of warnings with -Wwrite-strings.
1531 * xrdb.c (get_environ_db, get_system_name):
1532 * unexelf.c (find_section):
1533 * term.c (string_cost, string_cost_one_line, per_line_cost)
1534 (get_named_tty, init_tty):
1535 * sysdep.c (sys_subshell):
1536 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1537 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1538 * search.c (Freplace_match):
1539 * process.c (Fmake_network_process, send_process, init_process):
1540 * lread.c (Fload, init_lread):
1541 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1542 * keyboard.c (parse_tool_bar_item, struct event_head):
1543 * gtkutil.h (xg_get_font_name):
1544 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1545 (make_widget_for_menu_item, make_menu_item, create_menus)
1546 (xg_make_tool_item):
1547 * font.c (parse_matrix, font_parse_name):
1548 * floatfns.c (rounding_driver, float_error_fn_name):
1549 * filelock.c (get_boot_time_1, lock_file_1):
1550 * fileio.c (barf_or_query_if_file_exists, check_writable):
1551 * editfns.c (get_system_name, get_operating_system_release)
1552 (Fencode_time, Fset_time_zone_rule):
1553 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1554 * buffer.c (defvar_per_buffer): Use const.
1555
7815fe19 15562010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 1557
692f3ddc 1558 * charset.c: Include <stdlib.h>.
7a84eee5
KH
1559 (struct charset_sort_data): New struct.
1560 (charset_compare): New function.
692f3ddc 1561 (Fsort_charsets): New function.
7a84eee5
KH
1562 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1563
1564 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1565 number in CTEXT extended segment.
1566
7815fe19 15672010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
1568
1569 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1570 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1571
7815fe19 15722010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
1573
1574 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1575 (Fhash_table_size): Fix typos in docstrings.
1576 (Fmake_hash_table): Doc fix.
1577
7815fe19 15782010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1579
1580 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1581 Doc fix (bug#5625).
1582
7815fe19 15832010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
1584
1585 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1586 the MSDOS definition.
1587
1b6d8cf0
DN
15882010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1589
675e2c69
DN
1590 Use const char* instead of char*.
1591 * xterm.c (x_create_toolkit_scroll_bar):
1592 * xfont.c (xfont_list_pattern):
1593 * xfns.c (x_default_scroll_bar_color_parameter)
1594 (xic_create_fontsetname, x_default_font_parameter)
1595 (x_screen_planes):
1596 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1597 (store_mode_line_string, decode_mode_spec, display_string):
1598 * menu.c (digest_single_submenu):
1599 * keymap.h (initial_define_key, initial_define_lispy_key):
1600 * keymap.c (initial_define_key, initial_define_lispy_key):
1601 * image.c (image_error, image_keyword):
1602 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1603 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1604 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1605 (ftfont_list, ftfont_match):
1606 * frame.c (frame_parm_table):
1607 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1608 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1609 (font_add_log, font_deferred_log):
1610 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1611 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1612 (font_add_log, font_deferred_log):
1613 * emacs.c (argmatch):
1614 * dispextern.h (struct it):
1615 * coding.c (ENCODE_DESIGNATION):
1616 * charset.c (define_charset_internal): Use const.
1617
25717ca1
DN
1618 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1619
c5683ceb
SM
1620 * xrdb.c: Remove include guard.
1621 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
1622 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1623 realloc->xrealloc instead of using #defines.
1624
efb41e21
EZ
16252010-08-08 Eli Zaretskii <eliz@gnu.org>
1626
cd21226d 1627 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
1628 * editfns.c (Fline_beginning_position, Fline_end_position):
1629 State in the doc strings that start and end of line are in the
1630 logical order.
cd21226d 1631
efb41e21
EZ
1632 * xdisp.c (display_line): Move the handling of overlay arrow after
1633 the call to find_row_edges. (Bug#6699)
1634
746812d9
CY
16352010-08-07 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * keyboard.c (command_loop_1):
1638 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1639
9852377f
CY
16402010-08-07 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * insdel.c (prepare_to_modify_buffer): Save active region text to
1643 Vsaved_region_selection.
1644
1645 * xselect.c (QPRIMARY): Move to keyboard.c.
1646
1647 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
1648 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1649 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 1650
0e9c8657
JB
16512010-08-07 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * alloc.c (lisp_malloc):
1654 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1655 * charset.h (emacs_mule_charset):
1656 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1657 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1658 (bitch_at_user):
1659 * lisp.h (Fcheck_coding_system, Fget_text_property)
1660 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1661 Remove duplicate declarations.
1662
648801d1
DN
16632010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1664
32bc6709
DN
1665 * process.c: Simplify include logic.
1666
3ef1d108
DN
1667 * keyboard.h (quit_char): Add declaration.
1668 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
1669 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1670 Add declarations.
3ef1d108
DN
1671 * sysdep.c:
1672 * w32.c: Remove the above declarations.
1673
97ec208f
DN
1674 Remove extern declarations in .c files, .h files have them.
1675 * xterm.c:
1676 * xdisp.c:
97ec208f
DN
1677 * msdos.c:
1678 * image.c:
1679 * gtkutil.c:
1680 * fileio.c:
1681 * eval.c: Remove declarations.
1682
94eed851
DN
1683 * frame.c (frame_params): Make const.
1684
36e053eb
DN
1685 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1686
0e843971
DN
1687 * emacs.c (emacs_copyright, emacs_version): Make static.
1688 (Vinitial_window_system, Vauto_save_list_file_name)
1689 (Vinhibit_redisplay): Remove declarations.
1690 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1691 for AIX.
1692
648801d1
DN
1693 Use const for some arrays and functions.
1694 * xterm.h (xg_set_icon_from_xpm_data):
1695 * xfns.c (xg_set_icon_from_xpm_data):
1696 * term.c (fkeys):
1697 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1698 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1699 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1700 (frame.c frame_parms):
1701 * emacs-icon.h (gnu_xpm_bits):
1702 * callint.c (callint_argfuns): Use const.
1703
8646d999
J
17042010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1705
1706 * sysdep.c: Move include term.h last of includes (Bug#6812).
1707
cb4545ad
EZ
17082010-08-06 Eli Zaretskii <eliz@gnu.org>
1709
1710 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1711
1712 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1713
1714 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1715
da7e2be6
JB
17162010-08-06 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1719
3d608a86
J
17202010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1721
7908fb60
J
1722 * xterm.h (x_get_focus_frame): Declare.
1723
1724 * keyboard.h (poll_for_input_1): Unconditionally declare.
1725
4094bf36
J
1726 * nsterm.h (x_set_menu_bar_lines): Declare.
1727
1728 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1729
3d608a86
J
1730 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1731
1732 * window.c: Include menu.h.
1733
1734 * unexmacosx.c (print_region_list, print_regions)
1735 (build_region_list, find_emacs_zone_regions)
1736 (unexec_regions_merge, read_load_commands, dump_it)
1737 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1738
1739 * term.c: Check HAVE_SYS_IOCTL_H.
1740
686b968e 1741 * sysdep.c: Check HAVE_TERM_H.
3d608a86 1742
686b968e 1743 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
1744
1745 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1746 (ns_ring_bell, ns_defined_color, hide_hourglass)
1747 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1748 Convert to ANSI C prototypes.
1749 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1750 before code.
1751
1752 * nsterm.h : Include sysselect.h.
1753 (x_sync, x_get_focus_frame, x_set_mouse_position)
1754 (x_set_mouse_pixel_position, x_make_frame_visible)
1755 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1756 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1757 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1758 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 1759 Declare.
3d608a86
J
1760
1761 * nsmenu.m (popup_activated, name_is_separator)
1762 (syms_of_nsmenu): Convert to ANSI C prototypes.
1763 (runMenuAt): Prototypes and move declarations before code.
1764
1765 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1766
1767 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1768 prototypes.
1769
1770 * nsfns.m (have_menus_p, ns_display_info_for_name)
1771 (x_set_cursor_type, ns_appkit_version_str)
1772 (ns_appkit_version_int, ns_do_applescript)
1773 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1774 (syms_of_nsfns): Convert to ANSI C prototypes.
1775
1776 * menu.h (x_set_menu_bar_line): Declare.
1777 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1778
1779 * lisp.h (fmod_float): Declare.
1780
1781 * image.c (xpm_scan, xpm_make_color_table_v)
1782 (xpm_put_color_table_v, xpm_get_color_table_v)
1783 (xpm_make_color_table_h, xpm_put_color_table_h)
1784 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1785 (xpm_load): Convert to ANSI C prototypes.
1786
1787 * emacs.c: Include nsterm.h if HAVE_NS.
1788
1789 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1790
fce70521
DN
17912010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1794 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1795 (socket_options): Use const char* for name.
1796
a11889ab
JB
17972010-08-06 Juanma Barranquero <lekktu@gmail.com>
1798
1799 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1800
1801 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1802 Don't declare xmalloc_widget_value and digest_single_submenu.
1803
1804 * w32font.c (Qlatin): Remove declaration.
1805
1806 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1807
c95b508f 1808 * dired.c (compile_pattern): Restore declaration.
a11889ab 1809
6254cdda
DN
18102010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1811
04bab72c
DN
1812 Remove extern declarations in .c files, .h files have them.
1813 * data.c:
1814 * dired.c:
1815 * editfns.c:
1816 * filelock.c:
1817 * fns.c:
1818 * font.c:
1819 * fontset.c:
1820 * frame.c:
1821 * fringe.c:
1822 * ftfont.c:
1823 * gtkutil.c:
1824 * indent.c:
1825 * keyboard.c:
1826 * keymap.c:
1827 * lread.c:
1828 * menu.c:
1829 * print.c:
1830 * search.c:
1831 * sound.c:
1832 * window.c:
1833 * xdisp.c:
1834 * xfaces.c:
1835 * xfns.c:
1836 * xfont.c:
1837 * xftfont.c:
1838 * xmenu.c:
1839 * xterm.c: Remove declarations.
1840
dff94ed5
DN
1841 Cleanup syssignal.h.
1842 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1843 (main_thread): Move down to remove #ifdef.
1844 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1845 Remove conditional definition following unconditional ones.
1846
99f3388e
DN
1847 * lisp.h: Remove HAVE_SHM code, unused.
1848 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1849 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1850 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1851 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1852 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1853 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1854 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1855 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1856 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1857 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1858 (Qwindow_scroll_functions, Vafter_load_alist)
1859 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1860 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1861 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1862 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1863 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1864 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1865 (initial_argv, last_nonmenu_event, load_in_progress)
1866 (noninteractive_need_newline, scroll_margin): Add declarations.
1867
1868 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1869 declarations, menu.h has them.
1870 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1871 (Vinput_method_function, Qinput_method_function)
1872 (Qevent_symbol_element_mask, last_event_timestamp):
1873 * dispextern.h (Voverflow_newline_into_fringe):
1874 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1875 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1876 (syms_of_w32font, syms_of_nsfont):
1877 * fontset.h (find_font_encoding, Qlatin):
1878 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1879 (Vtool_bar_mode, set_frame_menubar):
1880 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1881 * xterm.h (Qx_gtk_map_stock):
1882 * keymap.h (meta_prefix_char): Add declarations.
1883
9f5dd6f2
DN
1884 * term.c: Remove dead code.
1885
6254cdda
DN
1886 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1887 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1888 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1889 which is what was there before BSD_PGRPS was removed.
1890
29cf3e20
EZ
18912010-08-05 Eli Zaretskii <eliz@gnu.org>
1892
1893 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1894
1895 * unexcoff.c: Renamed from unexec.c.
1896
aaa0a19a
SM
18972010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1900
8d1d9587
JB
19012010-08-03 Johan Bockgård <bojohan@gnu.org>
1902
1903 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 1904 (Bug#6744)
8d1d9587 1905
9a747ba6
JD
19062010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1907
4d464ae4
JD
1908 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1909 to TRUE if depth of screen is < 16.
1910
ac01763e
JD
1911 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1912 USE_GTK_TOOLTIP.
e0d62a9b
JB
1913 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1914 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 1915 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
1916 USE_GTK_TOOLTIP.
1917 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1918
1919 * xterm.h (USE_GTK_TOOLTIP): New define.
1920 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1921
9a747ba6
JD
1922 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1923 to Control-D (Bug#6771).
1924
7b0815ba
JB
19252010-08-02 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1928 Wording by Drew Adams <drew.adams@oracle.com>.
1929
aa1859f5
J
19302010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1931
1932 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1933 ttip_lbl.
1934
1935 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1936 calling gtk_widget_queue_draw.
1937 (x_free_frame_resources): Call xg_free_frame_widgets.
1938
1939 * xfns.c (x_gtk_use_system_tooltips): New variable.
1940 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1941 new gtkutil tooltip functions to show the tooltip.
1942 (Fx_hide_tip): Call xg_hide_tooltip.
1943 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1944
1945 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1946 (xg_show_tooltip, xg_hide_tooltip): Declare.
1947
1948 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
1949 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1950 New functions.
aa1859f5
J
1951 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1952 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1953 Remove code that is commented out.
1954
76417ef4
SM
19552010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1958
16041401
CY
19592010-07-31 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * xselect.c (x_own_selection): Use list4.
1962
2c09a58f
DN
19632010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 * buffer.c (Qwindow): Do not define, already defined in data.c.
1966 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1967
59df9fdd 19682010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 1969
59df9fdd
JB
1970 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1971 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1972 * config.in: Undef HAVE_DIRENT_H.
1c97e857 1973 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 1974 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 1975
1b231651
DN
19762010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1977
1978 Rename s/usg5-4.h -> s/usg5-4-common.h.
1979 * s/usg5-4.h: Rename file to ...
1980 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1981 * s/unixware.h:
1982 * s/sol2-6.h:
1983 * s/irix6-5.h: Update includes accordingly.
1984
bfeabdc3
JD
19852010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1986
2ebf1083
J
1987 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1988
bfeabdc3 1989 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
1990 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1991 Remove toolbar_height.
1992 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
1993 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1994 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1995 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1996
1997 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1998
1999 * xfns.c (x_set_tool_bar_position): New function.
2000 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2001 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 2002 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
2003
2004 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2005 and FRAME_TOOLBAR_LEFT_WIDTH.
2006
2007 * gtkutil.h (xg_change_toolbar_position): Declare.
2008
2009 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2010 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2011 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2012 (xg_create_frame_widgets): Create a hobox for placing widgets
2013 vertically. Use gtk_box_pack_start.
2014 (xg_height_or_width_changed): Renamed from xg_height_changed.
2015 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2016 (xg_update_frame_menubar, free_frame_menubar): Change to
2017 xg_height_or_width_changed.
2018 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2019 size correctly. Remove hardcoded 4, instead use handlebox size -
2020 toolbar size.
2021 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 2022 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
2023 (xg_pack_tool_bar): POS is a new parameter.
2024 Set orientation of tool bar based on pos.
2025 Only make handlebox_widget if NULL.
2026 Check if tool bar goes to vbox or hbox depending on pos.
2027 (xg_update_tool_bar_sizes): New function.
686b968e 2028 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
2029 height, call xg_update_tool_bar_sizes instead.
2030 (free_frame_tool_bar): Remove from hbox or vbox depending on
2031 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2032 (xg_change_toolbar_position): New function.
2033
2034 * frame.h (struct frame): Add tool_bar_position.
2035 (Qbottom): Declare.
2036
2037 * frame.c (Qtool_bar_position): New variable.
2038 (make_frame): Set tool_bar_position to Qtop.
2039 (frame_parms): Add tool-bar-position.
2040 (x_report_frame_params): Store tool_bar_position.
2041 (x_set_fringe_width): Reset wm size hint after fringe changes.
2042
26469a38
DN
20432010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2044
2045 Make lisp_time_argument declaration work on all systems.
2046 * lisp.h (lisp_time_argument): Move declaration ...
2047 * systime.h (lisp_time_argument): ... here
2048 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
2049
8848b728
JD
20502010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2051
2052 * vm-limit.c (POINTER): Add typedef for it.
2053 (start_of_data): Change return type from POINTER to char *.
2054
2055 * frame.h (Qtty_color_mode): Move declaration out of ifdef
2056 HAVE_WINDOW_SYSTEM.
2057
76fd1ee9
DN
20582010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2059
0441987e
DN
2060 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2061 Remove reference to __osf__, unused.
2062
56a000c7
DN
2063 * mem-limits.h: Remove duplicated includes.
2064 (NULL): Remove definition, unused.
2065 (POINTER): Remove definition.
2066 (start_of_data): Use char* in prototype, as the function
2067 definition does.
2068
e6cba650
DN
2069 Remove extern declarations from .c files, and them to .h files.
2070 * keyboard.h (Qhelp_echo, waiting_for_input)
2071 (input_available_clear_time, ignore_mouse_drag_p)
2072 (Vdouble_click_time, real_this_command, Vthis_original_command):
2073 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2074 (Voverriding_local_map_menu_flag):
2075 * lisp.h (Qinteractive_form, use_file_dialog)
2076 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2077 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2078 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2079 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2080 (Qfunction, debug_on_next_call, Qfield)
2081 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2082 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2083 (Qfile_directory_p, Qinsert_file_contents)
2084 (Qcompletion_ignore_case, Qcompletion_ignore_case)
2085 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2086 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2087 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2088 (Qminibuffer_prompt)
2089 (Vtemporary_file_directory,char_ins_del_vector, Qface):
2090 * xterm.h (gray_bitmap_width, gray_bitmap_height)
2091 (gray_bitmap_bits, xic_create_fontsetname):
2092 * coding.h (Vtranslation_table_for_input): Add extern declarations.
2093
2094 * xsmfns.c (Vuser_login_name):
2095 * xrdb.c (Vdouble_click_time):
2096 * xfaces.c (xic_create_fontsetname):
2097 * w32select.c (waiting_for_input):
2098 * print.c (minibuffer_auto_raise):
2099 * msdos.c (Qhelp_echo):
2100 * macros.c (real_this_command):
2101 * keymap.c (Voverriding_local_map):
2102 * xterm.c (poll_for_input_1, gray_bitmap_width)
2103 (gray_bitmap_height, gray_bitmap_bits;
2104 * xmenu.c ( Voverriding_local_map)
2105 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2106 (use_file_dialog, Xt_app_con):
2107 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2108 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2109 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2110 (Qtool_bar_lines, ignore_mouse_drag_p):
2111 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2112 (Qrear_nonsticky, nconc2):
2113 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2114 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2115 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2116 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2117 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2118 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2119 (gc_in_progress):
2120 * doc.c (Voverriding_local_map, Qremap):
2121 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2122 (Vcompletion_regexp_list):
2123 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2124 (Qcompletion_ignore_case):
2125 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2126 (Vhistory_length, Vthis_original_command, real_this_command)
2127 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2128 * image.c (Qrisky_local_variable):
2129 * fontset.c (QCname):
2130 * fns.c (minibuffer_auto_raise, QCname):
2131 * dispnew.c (char_ins_del_cost):
2132 * composite.c (font_fill_lglyph_metrics):
2133 * cmds.c (Qface, Vtranslation_table_for_input):
2134 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2135 * ccl.c (charset_unicode):
2136 * callproc.c (Vtemporary_file_directory):
2137 * buffer.c (emacs_strerror): Remove extern declarations.
2138
2139 * data.c (Qwindow): Make non-static, used from other files too.
2140 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2141
76fd1ee9
DN
2142 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2143 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2144 * s/usg5-4.h (COFF):
2145 * s/template.h:
2146 * s/msdos.h (COFF, NO_REMAP):
2147 * s/ms-w32.h (NO_REMAP):
2148 * s/hpux10-20.h (NO_REMAP):
2149 * m/sparc.h (SEGMENT_MASK):
2150 * m/m68k.h (NO_REMAP):
2151 * m/intel386.h (SEGMENT_MASK):
2152 * m/arm.h (NO_REMAP):
2153 * m/alpha.h (COFF):
2154 * m/template.h: Remove references to unused defines.
2155
8a52f00a
JD
21562010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2157
2158 * xsettings.c (Ftool_bar_get_system_style): Also check for
2159 Qtext_image_horiz.
2160
2161 * xdisp.c (Qtext_image_horiz): Define.
2162 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 2163 to documentation of tool-bar-style.
8a52f00a
JD
2164
2165 * lisp.h (Qtext_image_horiz): Declare.
2166
2167 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2168 style text_image_horiz.
2169
89dc303e
DN
21702010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2171
60799703
DN
2172 * emacs.c (Fkill_emacs): Remove return statement.
2173
37254dc1
DN
2174 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2175 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2176 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2177 local extern declarations.
2178
71c7345a
DN
2179 * xmenu.c: Do not included lwlib.h, not needed.
2180
6ba577cb
DN
2181 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2182
fdb183d6
DN
2183 * process.c: Move definitions earlier to minimize #ifdefs.
2184
2185 * xterm.h (x_get_customization_string, x_load_resources)
2186 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2187 (x_check_errors, x_property_data_to_lisp, defined_color)
2188 (xic_set_xfontset, x_defined_color): Use const.
2189
2190 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2191 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2192
2193 * xselect.c (selection_data_to_lisp_data)
2194 (x_property_data_to_lisp):
2195 * xrdb.c (x_get_string_resource, file_p)
2196 (x_get_customization_string, magic_file_p, search_magic_path)
2197 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2198 (x_get_string_resource): Use const.
2199
2200 * xfns.c: Include xlwmenu.h when USE_LUCID.
2201 (x_defined_color, xic_set_xfontset): Use const.
2202 (Fx_hide_tip): Remove local extern declaration.
2203
2204 * xfaces.c (Qmouse_face): Remove declaration.
2205 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 2206 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
2207
2208 * xdisp.c (do_mouse_tracking): Remove declaration.
2209 (add_to_log): Use const.
2210
2211 * minibuf.c (Qmouse_face): Remove declaration.
2212
2213 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2214
2215 * keyboard.h (do_mouse_tracking): Add declaration.
2216
2217 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2218 (QCdata, QCtype, Qcenter): Remove declarations.
2219
2220 * frame.c (x_get_resource_string, x_get_string_resource)
2221 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2222 (x_default_parameter): Use const.
2223
2224 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2225 (QCheight, QCsize, QCname): Remove declarations.
2226
2227 * emacs.c (main): Remove local extern declaration.
2228
2229 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2230 declarations.
2231
2232 * dispnew.c: Remove duplicate #include <unistd.h>.
2233 (update_window, update_frame_1, init_display): Remove local extern
2234 declarations.
2235
2236 * dispextern.h (add_to_log): Remove declaration.
2237 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2238 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2239
2240 * dired.c (scmp): Add const.
2241 (directory_files_internal): Remove local extern declaration.
2242
2243 * data.c (Finteractive_form): Use const.
2244
2245 * composite.c (syms_of_composite): Remove local extern declarations.
2246
2247 * charset.c (add_to_log): Remove declaration.
2248
2249 * character.c (strwidth, parse_str_to_multibyte): Add const.
2250
2251 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2252
2253 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2254
89dc303e 2255 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
2256 (Lisp_Subr): Make doc and intspec constant.
2257 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2258 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2259 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2260 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2261 (display_arg): Add declarations.
89dc303e 2262
0ed082fe 22632010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
2264
2265 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2266
0ed082fe
JB
2267 * window.c (Fwindow_height): Doc fix (bug#6518).
2268
22692010-07-27 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2272
ccaf0336
DN
22732010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2274
977105dc
DN
2275 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2276 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2277 functions.
2278
f5ada890
DN
2279 * frame.h (Qtty_color_mode): Add declaration.
2280
ccaf0336
DN
2281 * lisp.h (Ftop_level, Fexit_recursive_edit)
2282 (Fabort_recursive_edit): Mark as NO_RETURN.
2283
dfe3c90f
KH
22842010-07-26 Kenichi Handa <handa@m17n.org>
2285
2286 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 2287 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 2288
7d383292
JB
22892010-07-26 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * lread.c (unreadpure, mapatoms_1): Make static.
2292
da31e629
JB
22932010-07-25 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * terminfo.c (tparam): Fix prototype of tparm.
2296
7bfa6d77
AS
22972010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2298
dcc19aac
AS
2299 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2300 find start of text segment.
2301 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2302 is defined.
2303
7bfa6d77
AS
2304 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2305
63f9a672
KB
23062010-07-25 Ken Brown <kbrown@cornell.edu>
2307
2308 * vm-limit.c (check_memory_limits): Fix previous change;
2309 accidentally reverted an earlier change.
2310
24933075
KB
23112010-07-25 Ken Brown <kbrown@cornell.edu>
2312
2313 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2314 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2315
361358ea
JB
23162010-07-25 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2319 * dired.c (opendir, readdir): Fix prototypes.
2320 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2321 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2322 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2323 (telldir): Remove declaration.
2324 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2325 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2326 * syssignal.h (strsignal): Fix prototype.
2327 * term.c (tparam): Fix prototype.
2328 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2329 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2330 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2331 and __morecore.
2332 * w32gui.h (XParseGeometry): Fix prototype.
2333 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2334 * w32term.c (my_set_focus): Declare inside #if 0.
2335 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2336 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2337 (drain_message_queue, get_next_msg, post_msg, parse_button)
2338 (ClipboardSequence_Proc): Fix prototypes.
2339 (wait_for_sync): Remove declaration.
2340
630b9592
JB
23412010-07-24 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * w32fns.c (w32_to_x_color): Remove, unused.
2344
6a0d6611
AS
23452010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2346
2347 * lisp.h: Remove leftover P_.
2348
4e8608ff
DN
23492010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * ecrt0.c, unexalpha.c: Remove files, unused.
2352
c8197983
AS
23532010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2354
2355 * cmds.c (internal_self_insert): Make static.
2356 * lisp.h (internal_self_insert): Remove declaration.
2357
97b372d7
JB
23582010-07-23 Juanma Barranquero <lekktu@gmail.com>
2359
33ac0414
JB
2360 * alloc.c (free_float):
2361 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2362 * frame.c (delete_frame_handler):
2363 * ralloc.c (reorder_bloc):
2364 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2365 Remove unused static functions.
2366
94da8397
JB
2367 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2368 it is called only from NS code.
2369
2e6c8532
JB
2370 * w32term.c (my_set_focus): #ifdef away; it is called only from
2371 "#ifdef 0" code.
2372
97b372d7
JB
2373 * w32fns.c (x_edge_detection):
2374 * xfaces.c (may_use_scalable_font_p):
2375 Remove obsolete static declarations.
2376
7c3320d8
JB
23772010-07-20 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2380 (emacs_blocked_realloc, uninterrupt_malloc):
2381 * fringe.c (w32_reset_fringes):
2382 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2383 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2384 * sound.c (be2hs, do_play_sound):
2385 * vm-limit.c (get_lim_data, ret_lim_data):
2386 * w32term.c (x_free_frame_resources):
2387 * xfaces.c (x_create_gc, x_free_gc):
2388 Convert definitions to standard C.
2389
d5273788
SM
23902010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * eval.c (Feval, Ffuncall): Use the new names.
2393
2394 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2395 (DEFUN): Add braces around the union initialisation and use ## to
2396 specify the right union alternative and avoid a cast.
2397
8d16a259
JB
23982010-07-18 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2401
3b8eff32
CY
24022010-07-17 Chong Yidong <cyd@stupidchicken.com>
2403
2404 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2405
499322ce
J
24062010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2407
2408 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2409 is related to the menu bar (Bug#6499).
a628ad9d 2410 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 2411
f6003da5 24122010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
2413
2414 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2415
2416 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2417
2418 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2419 i.e. don't put back ButtonRelease (Bug#6608).
2420
2421 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2422 instead of Window. Call xg_event_is_for_menubar when
2423 USE_GTK (Bug#6499).
2424
2425 * gtkutil.h (xg_event_is_for_menubar): Declare.
2426
2427 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2428
f6003da5 24292010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
2430
2431 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2432 when it's the same as the old foreground. (Bug#6609)
2433
23243f29
J
24342010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2435
2436 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2437 widget is non-null (Bug#6645).
2438
2b23d2a6
AS
24392010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2440
01b564ff
AS
2441 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2442 Convert old-style definition.
2443
2b23d2a6
AS
2444 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2445 timestamp argument.
2446
c4affd2c
EZ
24472010-07-15 Eli Zaretskii <eliz@gnu.org>
2448
2449 * fringe.c (update_window_fringes): Restore mistakenly reverted
2450 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2451
cf28cebc
J
24522010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2453
2454 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2455 (SET_SAVED_KEY_EVENT): Remove (not used).
2456 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2457 remove size parameter.
2458 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2459 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2460 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2461 ButtonRelease.
6b2c4bd9
J
2462 (x_set_window_size_1): scroll_bar_actual_width is always
2463 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
2464
2465 * xdisp.c (pending_menu_activation): Remove extern declaration.
2466 (prepare_menu_bars): Remove setting of pending_menu_activation.
2467
2468 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
2469 (x_activate_menubar): Set popup_activated_flag for Xt also.
2470 Remove setting of pending_menu_activation.
cf28cebc
J
2471 (set_frame_menubar): Remove check of pending_menu_activation.
2472 Declare menubar_size before code. Correct spelling in comment.
2473
f6c1c771
KH
24742010-07-14 Kenichi Handa <handa@m17n.org>
2475
2476 * font.c (font_open_entity): Cancel previous change.
2477 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2478
20477505
EZ
24792010-07-13 Eli Zaretskii <eliz@gnu.org>
2480
77defa9a
EZ
2481 Remove subprocesses #ifdefs.
2482 * process.c <inhibit_sentinels>: Move to the common part.
2483 (Fwaiting_for_user_input_p): Move to the common part; return nil
2484 if async subprocesses aren't supported.
2485 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2486 MS-DOS. Remove "#ifdef subprocesses".
2487 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2488 (gettimeofday): Remove "#ifdef subprocesses".
2489 (wait_without_blocking): Remove function.
2490 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2491 Remove "#ifdef subprocesses".
2492 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2493 compiled on MS-DOS.
2494 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2495 wait_for_termination on MS-DOS.
2496 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2497 initialization of inhibit_sentinels.
2498 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2499 subprocesses" conditional.
2500 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2501 wait_for_termination, since `buffer' cannot be an integer when
2502 async subprocesses are not supported
2503 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2504 for ifdefing away the call to Fprocess_status.
2505
20477505
EZ
2506 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2507 away the entire body of the function.
2508
b3ffc17c
DN
25092010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2510
01faa934
DN
2511 Remove subprocesses #ifdefs from term.c.
2512 * process.c (add_keyboard_wait_descriptor)
2513 (delete_keyboard_wait_descriptor): Move to common section, do
2514 nothing when subprocesses is not defined.
a628ad9d
JB
2515 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2516 Remove subprocesses #ifdefs.
01faa934 2517
b3ffc17c
DN
2518 Convert maybe_fatal to standard C.
2519 * lisp.h (verror): Declare.
2520 * eval.c (verror): New function containing the code from ...
2521 (error): ... this. Call verror.
2522 * term.c (vfatal): New function containing the code from ...
2523 (fatal): ... this. Call vfatal.
2524 (maybe_fatal): Convert to standard C, use variable number of
2525 arguments. Declare as non-return.
2526 (init_tty): Fix maybe_fatal call.
2527
0521f580
DN
25282010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2529
2530 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2531 (_scroll_bar_note_movement): Convert definitions to standard C.
2532 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2533 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2534
ebd15611
DN
25352010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2538 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2539 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2540 (xaw_jump_callback, xaw_scroll_callback)
2541 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2542 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2543 definitions to standard C.
2544 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2545 (popup_activate_callback, popup_deactivate_callback)
2546 (menu_highlight_callback, menubar_selection_callback)
2547 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2548 (free_frame_menubar, popup_selection_callback, as)
2549 (create_and_show_popup_menu, dialog_selection_callback)
2550 (create_and_show_dialog):
2551 * xfns.c (hack_wm_protocols, x_window):
2552 * xfaces.c (x_update_menu_appearance):
2553 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2554 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2555 (set_frame_size, update_wm_hints, setup_frame_gcs)
2556 (update_various_frame_slots, update_from_various_frame_slots)
2557 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2558 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2559 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2560
de06a2dd
AS
25612010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2562
a628ad9d 2563 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 2564
fc549af9
EZ
25652010-07-12 Eli Zaretskii <eliz@gnu.org>
2566
2567 * process.c (setup_process_coding_systems): Move to the part
2568 shared by non-subprocesses systems, and make its body empty when
2569 subprocesses is not defined.
2570 (close_process_descs): Move to the part shared by non-subprocesses
2571 systems.
1408902e
EZ
2572 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2573 ANSI C.
fc549af9 2574
d5a3eaaf
AS
25752010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2576
2577 * editfns.c (transpose_markers): Convert old-style definition.
2578 * emacs.c (abort, shut_down_emacs, fixup_locale)
2579 (synchronize_system_time_locale)
2580 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2581 * floatfns.c (extract_float, matherr, init_floatfns)
2582 (syms_of_floatfns): Likewise.
2583 * fns.c (make_hash_table): Likewise.
2584 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2585 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2586 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2587 (ftfont_variation_glyphs): Likewise.
2588 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2589 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2590 * lread.c (read_filtered_event): Likewise.
2591 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2592 * process.c (wait_reading_process_output): Likewise.
2593 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2594 * search.c (search_buffer, boyer_moore): Likewise.
2595 * syntax.c (scan_sexps_forward): Likewise.
2596 * xdisp.c (try_scrolling): Likewise.
2597 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2598 (face_at_string_position): Likewise.
2599 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2600 * xselect.c (x_get_window_property, receive_incremental_selection)
2601 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2602 Likewise.
2603 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2604
6f704c76
DN
26052010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2606
ded80a25
DN
2607 * callproc.c (child_setup): Remove subprocesses conditional.
2608 Remove code dealing with SET_EMACS_PRIORITY, unused.
2609
49d937f4 2610 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
2611 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2612
2613 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2614 (__do_global_dtors, __main): Use void in definition.
2615 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2616 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2617 the only users from ...
2618 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2619 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2620 (HAVE_VOLATILE): Remove, unused.
2621
6f704c76
DN
2622 Convert more function definitions to standard C.
2623 * xdisp.c (window_box_edges, handle_single_display_spec)
2624 (display_string): Convert definition to standard C.
2625 * scroll.c (do_direct_scrolling, scrolling_1):
2626 * dispnew.c (allocate_matrices_for_frame_redisplay)
2627 (mirrored_line_dance):
2628 * coding.c (code_convert_string):
2629 * charset.c (map_charset_chars):
2630 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2631 (Fregister_ccl_program, Fregister_code_conversion_map):
2632 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2633 (head_table): Make static and const.
2634
e6cfa7c3
AS
26352010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2636
2637 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2638 (PROFILING_LDFLAGS): Set from substitution.
2639 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2640 CFLAGS last.
2641
892dd565
KH
26422010-07-12 Kenichi Handa <handa@m17n.org>
2643
6f2cdcd1
KH
2644 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2645 (shortlisp): Likewise.
2646
892dd565
KH
2647 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2648
2649 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2650 of FONT_ENTITY_INDEX.
2651 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2652 property, get the property value dynamically.
2653 (Ffont_put): Accept font-entity and font-object too.
2654 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2655 return value changed.
2656 (syms_of_font): Adjusted for the above change.
2657
ae96d47a
AS
26582010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2659
c8fc18ee
AS
2660 * blockinput.h: Remove obsolete comment.
2661
89887d67
AS
2662 * lisp.h: Include <stddef.h>.
2663 (OFFSETOF): Don't define.
2664 (VECSIZE): Use offsetof instead of OFFSETOF.
2665 (PSEUDOVECSIZE): Likewise.
2666 * process.c (conv_sockaddr_to_lisp): Likewise.
2667 * alloc.c: Don't include <stddef.h>.
2668 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2669
ae96d47a
AS
2670 * process.c: Remove obsolete comment.
2671
635c0aa1
CY
26722010-07-11 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2675
a64df650
AS
26762010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2677
8966b757
AS
2678 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2679 index, rindex.
2680 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2681 * editfns.c (Fuser_full_name, Fformat): Likewise.
2682 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2683 * fileio.c (Ffile_symlink_p): Likewise.
2684 * filelock.c (current_lock_owner): Likewise.
2685 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2686 * fontset.c (fontset_pattern_regexp): Likewise.
2687 * lread.c (read1): Likewise.
2688 * sysdep.c (init_system_name): Likewise.
2689 * xfns.c (select_visual): Likewise.
2690 * s/hpux10-20.h (index, rindex): Don't define.
2691 * s/ms-w32.h (index): Likewise.
2692 * s/usg5-4.h: Likewise.
2693
cf237e27
AS
2694 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2695
a8fe7202
AS
2696 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2697 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2698 (egetenv): Likewise.
2699 * doprnt.c (doprnt): Likewise.
2700 * editfns.c (set_time_zone_rule, format2): Likewise.
2701 * emacs.c (decode_env_path): Likewise.
2702 * eval.c (signal_error, error): Likewise.
2703 * insdel.c (replace_range_2): Likewise.
2704 * keyboard.c (cmd_error_internal): Likewise.
2705 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2706 * print.c (write_string, write_string_1, print_error_message):
2707 Likewise.
2708 * vm-limit.c (warn_function, memory_warnings): Likewise.
2709 * xdisp.c (message1, message1_nolog, message_with_string)
2710 (vmessage, message, message_nolog): Likewise.
2711 * emacs.c: Remove duplicate declaration.
2712 * keyboard.h: Likewise.
2713 * lisp.h: Update prototypes.
2714
bb8e180f
AS
2715 * eval.c: Fix indentation problem.
2716
83380e65
AS
2717 * keyboard.c: Include "process.h"
2718
a64df650
AS
2719 * eval.c: Remove obsolete noinline declaration.
2720 * fns.c: Likewise.
2721
6a8033e1
KR
27222010-07-11 Ken Raeburn <raeburn@raeburn.org>
2723
2724 * doprnt.c (doprnt): Take a va_list argument instead of count and
2725 pointer.
2726 * eval.c (error): Change to a standard-C variadic function.
2727 * xdisp.c (vmessage): Renamed from message, made static, and
2728 changed to take a va_list argument.
2729 (message): New variadic wrapper.
2730 (message_nolog): Now a variadic function, calling vmessage.
2731 * lisp.h: Include stdarg.h for va_list.
2732 (doprnt, error, message, message_nolog): Decls updated.
2733
462aa963
EZ
27342010-07-11 Eli Zaretskii <eliz@gnu.org>
2735
2736 * process.c (syms_of_process) <delete-exited-processes>: Define
2737 even if !subprocesses.
2738 (delete_exited_processes): Ditto.
2739
2740 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2741 (delete_exited_processes): Don't define.
2742
48104462
CY
27432010-07-10 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * frame.c (make_frame): Initialize menu_bar_lines and
2746 tool_bar_lines members.
2747 (make_initial_frame, make_terminal_frame): Initialize
2748 menu_bar_lines using value of menu-bar-mode.
2749
2750 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2751
f388c88a
EZ
27522010-07-10 Eli Zaretskii <eliz@gnu.org>
2753
2754 * process.c: Reshuffle #include's. Condition some of the global
2755 and static variables on `subprocesses'.
2756 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2757 Leave only one implementation.
2758 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2759 (kill_buffer_processes, Flist_system_processes)
2760 (Fprocess_attributes, init_process, syms_of_process): Unify the
2761 implementations for with subprocesses and without them.
2762
723f5a07
J
27632010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2766 correct size for Motif.
2767 (free_frame_menubar): Call x_set_window_size to update frame size.
2768
2769 * xfns.c (x_window): Set borderWidth to 0 for pane and
2770 EmacsFrame. Frame size calculation is wrong otherwise.
2771
2536a4b7
MA
27722010-07-09 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2775 allows to suppress errors when polling in Emacs' main loop.
2776 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2777 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2778 (Fdbus_method_error_internal, Fdbus_send_signal)
2779 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2780 (Fdbus_register_method): Use it. (Bug#6579)
2781
5842a27b
DN
27822010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * alloc.c: Convert DEFUNs to standard C.
2785 * buffer.c:
2786 * bytecode.c:
2787 * callint.c:
2788 * callproc.c:
2789 * casefiddle.c:
2790 * casetab.c:
2791 * category.c:
2792 * character.c:
2793 * charset.c:
2794 * chartab.c:
2795 * cmds.c:
2796 * coding.c:
2797 * composite.c:
2798 * data.c:
2799 * dbusbind.c:
2800 * dired.c:
2801 * dispnew.c:
2802 * doc.c:
2803 * dosfns.c:
2804 * editfns.c:
2805 * emacs.c:
2806 * eval.c:
2807 * fileio.c:
2808 * filelock.c:
2809 * floatfns.c:
2810 * fns.c:
2811 * font.c:
2812 * fontset.c:
2813 * frame.c:
2814 * fringe.c:
2815 * image.c:
2816 * indent.c:
2817 * insdel.c:
2818 * keyboard.c:
2819 * keymap.c:
2820 * lread.c:
2821 * macros.c:
2822 * marker.c:
2823 * menu.c:
2824 * minibuf.c:
2825 * msdos.c:
2826 * nsfns.m:
2827 * nsmenu.m:
2828 * nsselect.m:
2829 * print.c:
2830 * process.c:
2831 * search.c:
2832 * sound.c:
2833 * syntax.c:
2834 * term.c:
2835 * terminal.c:
2836 * textprop.c:
2837 * undo.c:
2838 * w16select.c:
2839 * w32console.c:
2840 * w32fns.c:
2841 * w32font.c:
2842 * w32menu.c:
2843 * w32proc.c:
2844 * w32select.c:
2845 * window.c:
2846 * xdisp.c:
2847 * xfaces.c:
2848 * xfns.c:
2849 * xmenu.c:
2850 * xselect.c:
2851 * xsettings.c:
2852 * xsmfns.c: Likewise.
2853
d568829b
EZ
28542010-07-08 Eli Zaretskii <eliz@gnu.org>
2855
2856 * process.c (kbd_is_on_hold, hold_keyboard_input)
2857 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2858
52214050
J
28592010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2860
2861 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2862 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2863 unless USE_LUCID.
2864
313d9eb2
DN
28652010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2866
a628ad9d
JB
2867 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2868 declaration.
d8825aa3 2869
295d0d8f
DN
2870 Clean up include guards.
2871 * tparam.c: Remove include guards for config.h, string.h and code
2872 that assumes #ifndef emacs.
2873 * termcap.c:
2874 * unexalpha.c:
2875 * sysdep.c:
2876 * filemode.c:
2877 * filelock.c:
2878 * bidi.c: Likewise.
2879
49d9e6b0
DN
2880 Remove prefix-args.c
2881 * prefix-args.c: Remove file.
2882 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2883 * Makefile.in (temacs${EXEEXT}): Remove references to
2884 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2885 (mostlyclean): Remove reference to prefix-args.
2886 (prefix-args): Remove.
2887
313d9eb2
DN
2888 Simplify cstart_of_data, start_of_code and related code.
2889 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2890 (start_of_data): Merge into start_of_data function.
2891 * sysdep.c (start_of_text): Remove. Move simplified versions of
2892 it in the only users: unexaix.c and unexec.c.
2893 (read_input_waiting): Remove local declaration of quit_char.
2894 (start, etext): Remove declarations.
2895 (start_of_data): Merge with the version in mem-limits.h and move
2896 to vm-limits.c.
2897 * vm-limit.c (start_of_data): Merged and simplified version of the
2898 code formerly in mem-limits.h and sysdep.c.
2899 * unexec.c (start): New declaration, moved from sysdep.c.
2900 (start_of_text): Simplified version of the code formerly in sysdep.c.
2901 * unexaix.c (start_of_text): Simplified version of the code
2902 formerly in sysdep.c.
2903 * m/alpha.h (HAVE_TEXT_START): Remove.
2904 (TEXT_START): Move ...
2905 * unexalpha.c (TEXT_START): ... here.
2906 * s/hpux10-20.h (TEXT_START): Remove.
2907 * s/darwin.h (TEXT_START):
2908 * m/mips.h (TEXT_START):
2909 * m/macppc.h (HAVE_TEXT_START):
2910 * m/m68k.h (TEXT_START):
2911 * m/iris4d.h (TEXT_START):
2912 * m/intel386.h (TEXT_START):
2913 * m/ibmrs6000.h (TEXT_START):
2914 * m/ia64.h (HAVE_TEXT_START):
2915 * s/msdos.h (TEXT_START): Likewise.
2916
72af86bd
AS
29172010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2918
2919 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2920 (overrun_check_free, xstrdup, allocate_string)
2921 (allocate_string_data, compact_small_strings, Fmake_string)
2922 (make_unibyte_string, make_multibyte_string)
2923 (make_string_from_bytes, make_specified_string, make_float)
2924 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2925 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2926 memcpy, memmove, memset, memcmp.
2927 * atimer.c (start_atimer, set_alarm): Likewise.
2928 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2929 (mmap_realloc, init_buffer_once): Likewise.
2930 * callint.c (Fcall_interactively): Likewise.
2931 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2932 (getenv_internal_1): Likewise.
2933 * casefiddle.c (casify_object): Likewise.
2934 * ccl.c (ccl_driver): Likewise.
2935 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2936 * charset.c (load_charset_map_from_file)
2937 (load_charset_map_from_file, load_charset_map_from_vector)
2938 (Fdefine_charset_internal): Likewise.
2939 * cm.c (Wcm_clear): Likewise.
2940 * coding.c (decode_eol, decode_coding_object)
2941 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2942 * data.c (Faset): Likewise.
2943 * dired.c (directory_files_internal, file_name_completion_stat):
2944 Likewise.
2945 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2946 (clear_glyph_row, copy_row_except_pointers)
2947 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2948 (save_current_matrix, restore_current_matrix)
2949 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2950 (mirror_line_dance, scrolling_window): Likewise.
2951 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2952 Likewise.
2953 * doprnt.c (doprnt): Likewise.
2954 * editfns.c (Fuser_full_name, make_buffer_string_both)
2955 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2956 * emacs.c (sort_args): Likewise.
2957 * eval.c (Fapply, Ffuncall): Likewise.
2958 * fileio.c (Ffile_name_directory, make_temp_name)
2959 (Fexpand_file_name, search_embedded_absfilename)
2960 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2961 (auto_save_error): Likewise.
2962 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2963 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2964 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2965 (Fmake_hash_table): Likewise.
2966 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2967 * ftfont.c (ftfont_text_extents): Likewise.
2968 * getloadavg.c (getloadavg): Likewise.
2969 * image.c (define_image_type, make_image, make_image_cache)
2970 (x_create_x_image_and_pixmap, xbm_image_p)
2971 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2972 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2973 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2974 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2975 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2976 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2977 Likewise.
2978 * indent.c (scan_for_column, compute_motion): Likewise.
2979 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2980 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2981 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2982 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2983 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2984 (store_user_signal_events, menu_bar_items, tool_bar_items)
2985 (process_tool_bar_item, append_tool_bar_item)
2986 (read_char_minibuf_menu_prompt, read_key_sequence)
2987 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2988 Likewise.
2989 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2990 Likewise.
2991 * lisp.h (STRING_COPYIN): Likewise.
2992 * lread.c (Fload, read1, oblookup): Likewise.
2993 * msdos.c (Frecent_doskeys): Likewise.
2994 * nsfns.m (Fx_create_frame): Likewise.
2995 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2996 Likewise.
2997 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2998 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2999 Likewise.
3000 * nsmenu.m (ns_update_menubar): Likewise.
3001 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3002 * print.c (print_unwind, printchar, strout, print_string)
3003 (print_error_message): Likewise.
3004 * process.c (conv_lisp_to_sockaddr, set_socket_option)
3005 (Fmake_network_process, Fnetwork_interface_list)
3006 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3007 (init_process): Likewise.
3008 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3009 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3010 Likewise.
3011 * scroll.c (do_scrolling, do_direct_scrolling)
3012 (scrolling_max_lines_saved): Likewise.
3013 * search.c (search_buffer, wordify, Freplace_match): Likewise.
3014 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3015 * syntax.c (skip_chars, skip_syntaxes): Likewise.
3016 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3017 (emacs_set_tty): Likewise.
3018 * term.c (encode_terminal_code, calculate_costs)
3019 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3020 Likewise.
3021 * termcap.c (tgetst1, gobble_line): Likewise.
3022 * termhooks.h (EVENT_INIT): Likewise.
3023 * tparam.c (tparam1): Likewise.
3024 * unexalpha.c (unexec): Likewise.
3025 * unexec.c (write_segment): Likewise.
3026 * unexmacosx.c (unexec_write_zero): Likewise.
3027 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3028 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3029 * w32font.c (w32font_list_family, w32font_text_extents)
3030 (w32font_list_internal, w32font_match_internal)
3031 (w32font_open_internal, compute_metrics, Fx_select_font):
3032 Likewise.
3033 * w32menu.c (set_frame_menubar, add_menu_item)
3034 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3035 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3036 * w32uniscribe.c (uniscribe_list_family): Likewise.
3037 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3038 * window.c (make_window, replace_window, set_window_buffer)
3039 (Fsplit_window): Likewise.
3040 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3041 (add_to_log, message3, x_consider_frame_title)
3042 (append_space_for_newline, extend_face_to_end_of_line)
3043 (decode_mode_spec_coding, init_glyph_string): Likewise.
3044 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3045 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3046 (face_attr_equal_p, make_realized_face, make_face_cache)
3047 (free_realized_faces, lookup_named_face, smaller_face)
3048 (face_with_height, lookup_derived_face)
3049 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3050 (Finternal_set_font_selection_order, realize_default_face)
3051 (compute_char_face, face_at_buffer_position)
3052 (face_for_overlay_string, face_at_string_position, merge_faces):
3053 Likewise.
3054 * xfns.c (xic_create_fontsetname, Fx_create_frame)
3055 (Fx_window_property, x_create_tip_frame)
3056 (Fx_backspace_delete_keys_p): Likewise.
3057 * xfont.c (xfont_list, xfont_match, xfont_list_family)
3058 (xfont_text_extents): Likewise.
3059 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3060 * xrdb.c (magic_file_p, x_get_resource): Likewise.
3061 * xselect.c (x_queue_event, x_get_window_property)
3062 (receive_incremental_selection): Likewise.
3063 * xsmfns.c (x_session_check_input): Likewise.
3064 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3065 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3066 Likewise.
3067 * character.h (BCOPY_SHORT): Removed.
3068 * config.in: Regenerate.
3069 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3070 * emacs.c (main) [PROFILING]: Don't declare
3071 dump_opcode_frequencies.
3072 * lisp.h (safe_bcopy): Remove declaration.
3073 (memset) [!HAVE_MEMSET]: Declare.
3074 (memcpy) [!HAVE_MEMCPY]: Likewise.
3075 (memmove) [!HAVE_MEMMOVE]: Likewise.
3076 (memcmp) [!HAVE_MEMCMP]: Likewise.
3077 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3078 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3079 Don't define.
3080 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3081 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3082 (BCOPY_DOWNWARD_SAFE): Don't define.
3083 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3084 (memcpy) [!HAVE_MEMCPY]: Define.
3085 (memmove) [!HAVE_MEMMOVE]: Define.
3086 (memcmp) [!HAVE_MEMCMP]: Define.
3087
cb768704
J
30882010-07-07 Jan Djärv <jan.h.d@swipnet.se>
3089
3090 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
3091 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3092 New functions.
cb768704
J
3093 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3094 select on empty input mask.
3095 (init_process): Initialize kbd_is_on_hold to 0.
3096
3097 * process.h (hold_keyboard_input, unhold_keyboard_input)
3098 (kbd_on_hold_p): Declare.
3099
3100 * keyboard.c (input_available_signal): Declare.
3101 (kbd_buffer_nr_stored): New function.
3102 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3103 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3104 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3105 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3106 (tty_read_avail_input): If input is on hold, return.
3107 Don't read more that free slots in kbd_buffer (Bug#6571).
3108
3a8ce822
EZ
31092010-07-07 Eli Zaretskii <eliz@gnu.org>
3110
3111 * msdos.h:
3112 * msdos.c:
3113 * dosfns.c:
3114 * w16select.c: Convert function definitions to ANSI C.
3115
a628ad9d
JB
3116 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3117 Remove unused prototypes.
3a8ce822 3118
cf84bb53
JB
31192010-07-07 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * coding.c, sysdep.c: Convert some more functions to standard C.
3122
1a4990fb
JB
31232010-07-07 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3126 (encode_coding_object): Use SPECPDL_INDEX.
3127 (syms_of_coding): Use DOS_NT.
3128
c0f2f16b
DN
31292010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3130
48fb6855
DN
3131 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3132
c0f2f16b
DN
3133 Make the function member of Lisp_Subr use standard C prototypes.
3134 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3135 (DECL_ALIGN): Add a cast for the function.
3136 * eval.c (Feval, Ffuncall): Use the proper type for each type
3137 function call.
3138
67aecef9
CY
31392010-07-06 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3142 fringe face id, so face-remapping-alist works (Bug#6091).
3143
b56ceb92
JB
31442010-07-06 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3147 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3148 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3149
7af07b96
AS
31502010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3151
3152 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3153 * lisp.h: Declare x_get_keysym_name.
3154 * keyboard.c (modify_event_symbol): Don't declare
3155 x_get_keysym_name here.
3156
69e24e34
DN
31572010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3158
3159 * ecrt0.c: Revert conversion to standard C.
3160
d3da34e0 31612010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
3162
3163 * vm-limit.c (memory_warnings):
3164 * keyboard.c (modify_event_symbol):
3165 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3166 (round2, emacs_rint):
3167 * process.c (send_process, old_sigpipe): Convert function
3168 definitions and declarations to standard C.
3169
31702010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
3171
3172 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3173 * xdisp.c: Convert function definitions to standard C.
3174
3175 * cm.c (cmputc): Arg C is now int, not char.
3176 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3177
00be444c
J
31782010-07-05 James Cloos <cloos@jhcloos.com>
3179
3180 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3181
3182 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3183 _NET_WM_ICON_NAME atoms.
3184
3185 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3186 and _NET_WM_ICON_NAME properties, too, matching what is
3187 done in the Gtk+ case.
3188
e4c8d29a
J
31892010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3190
ff919460
J
3191 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3192
e4c8d29a
J
3193 * xsmfns.c (SSDATA): New macro.
3194 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3195 passed to strlen/strcpy/strcat.
3196 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
70e31436 3197 7:th arg to XChangeProperty to (unsigned char *).
e4c8d29a
J
3198
3199 * xsettings.c (something_changedCB, parse_settings)
3200 (apply_xft_settings): Reformat prototype.
3201 (something_changedCB, init_gconf): Remove unused variable i.
3202 (read_settings): Remove unused variable long_len.
3203
3204 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3205 (xg_get_image_for_pixmap, create_dialog)
3206 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3207 (menuitem_highlight_callback, make_menu_item)
3208 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3209 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3210 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3211 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3212 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3213 (xg_tool_bar_item_expose_callback): Reformat prototype.
3214 (xg_update_menubar): GList *group => GSList *group.
3215 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3216 before use.
3217 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3218 to GTK_IMAGE (wimage).
3219
dd4c5104
DN
32202010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3221
898b4c5c
DN
3222 * atimer.c: Use "" instead of <> for local includes for
3223 consistency with the rest of the code.
3224
dd4c5104
DN
3225 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3226 * xrdb.c (get_system_name):
3227 * window.c (shrink_windows):
3228 * syntax.c (forw_comment):
3229 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3230 (ins_del_costs):
3231 * mem-limits.h (start_of_data):
3232 * lread.c (readevalloop):
3233 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3234 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3235 * frame.c (x_get_focus_frame):
3236 * floatfns.c (fmod_float):
3237 * fileio.c (choose_write_coding_system):
3238 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3239 (malloc_initialize_hook, sort_args, synchronize_locale):
3240 * doprnt.c (doprnt):
3241 * dired.c (compile_pattern):
3242 * data.c (fmod_float):
3243 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3244 (map_char_table_for_charset):
3245 * charset.c (define_charset_internal):
3246 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3247 to standard C.
3248
9a39b306 32492010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 3250 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
3251
3252 * lread.c (read1): Fix up last change to not mess up `c'.
3253
e6cb2cbb
JB
32542010-07-04 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3257
438105ed
JB
32582010-07-04 Juanma Barranquero <lekktu@gmail.com>
3259
3260 Fix prototypes.
3261
e5447b22 3262 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 3263 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
3264 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3265 arg, as required by internal_condition_case_1.
dcc7404b 3266 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
3267 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3268 (analyse_first): Fix "const const".
e5447b22 3269 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 3270 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 3271 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 3272
971de7fb
DN
32732010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3274
3275 * alloc.c: Convert function definitions to standard C.
3276 * atimer.c:
3277 * bidi.c:
3278 * bytecode.c:
3279 * callint.c:
3280 * callproc.c:
3281 * casefiddle.c:
3282 * casetab.c:
3283 * category.c:
3284 * ccl.c:
3285 * character.c:
3286 * charset.c:
3287 * chartab.c:
3288 * cmds.c:
3289 * coding.c:
3290 * composite.c:
3291 * data.c:
3292 * dbusbind.c:
3293 * dired.c:
3294 * dispnew.c:
3295 * doc.c:
3296 * doprnt.c:
3297 * ecrt0.c:
3298 * editfns.c:
3299 * fileio.c:
3300 * filelock.c:
3301 * filemode.c:
3302 * fns.c:
3303 * font.c:
3304 * fontset.c:
3305 * frame.c:
3306 * fringe.c:
3307 * ftfont.c:
3308 * ftxfont.c:
3309 * gtkutil.c:
3310 * indent.c:
3311 * insdel.c:
3312 * intervals.c:
3313 * keymap.c:
3314 * lread.c:
3315 * macros.c:
3316 * marker.c:
3317 * md5.c:
3318 * menu.c:
3319 * minibuf.c:
3320 * prefix-args.c:
3321 * print.c:
3322 * ralloc.c:
3323 * regex.c:
3324 * region-cache.c:
3325 * scroll.c:
3326 * search.c:
3327 * sound.c:
3328 * strftime.c:
3329 * syntax.c:
3330 * sysdep.c:
3331 * termcap.c:
3332 * terminal.c:
3333 * terminfo.c:
3334 * textprop.c:
3335 * tparam.c:
3336 * undo.c:
3337 * unexelf.c:
3338 * window.c:
3339 * xfaces.c:
3340 * xfns.c:
3341 * xfont.c:
3342 * xftfont.c:
3343 * xgselect.c:
3344 * xmenu.c:
3345 * xrdb.c:
3346 * xselect.c:
3347 * xsettings.c:
3348 * xsmfns.c:
3349 * xterm.c: Likewise.
3350
ae492bec
EZ
33512010-07-03 Eli Zaretskii <eliz@gnu.org>
3352
76ea4cc9
EZ
3353 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3354 frames other than the initial one. Fix reversal of colors when
3355 `reverse' is specified in the frame parameters. Call
3356 update_face_from_frame_parameter instead of
3357 internal-set-lisp-face-attribute. Initialize screen colors from
3358 initial_screen_colors[] when f->default_face_done_p is zero,
3359 instead of depending on being called with default-frame-alist as
3360 the alist argument.
3361
3362 * xfaces.c (update_face_from_frame_parameter): Move out of
3363 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3364 with HAVE_WINDOW_SYSTEM.
3365
1e6255ae
EZ
3366 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3367 to menu-bar-mode, if not set in the frame parameters or in
3368 default-frame-alist.
3369
ae492bec
EZ
3370 * w32console.c (sys_tputs): Adjust argument list to prototype in
3371 term.c.
3372
3a35a84c
JB
33732010-07-03 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * lisp.h (memory_warnings): Fix prototype.
3376
3377 * cm.h (evalcost): Fix prototype.
3378
3379 * cm.c (evalcost): Fix arg type.
3380
c532d349
DN
33812010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * term.c (term_clear_mouse_face, Fidentity):
3384 * syssignal.h (signal_handler_t):
3385 * lisp.h (memory_warnings):
3386 * coding.h (preferred_coding_system):
3387 * cm.h (evalcost):
3388 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3389
c0b36d46
EZ
33902010-07-02 Eli Zaretskii <eliz@gnu.org>
3391
3392 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3393 from prototypes.
3394
3395 * msdos.h (load_pixmap): Don't define away.
3396
383e0970
J
33972010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3398
f57e2426
J
3399 * lisp.h:
3400 * atimer.h: Remove define for P_.
3401
3402 * alloc.c: Remove __P and P_ from .c and .m files.
3403 * atimer.c:
3404 * buffer.c:
3405 * callint.c:
3406 * category.c:
3407 * charset.c:
3408 * chartab.c:
3409 * cm.c:
3410 * coding.c:
3411 * composite.c:
3412 * data.c:
3413 * dired.c:
3414 * dispnew.c:
3415 * doc.c:
3416 * editfns.c:
3417 * emacs.c:
3418 * eval.c:
3419 * fileio.c:
3420 * filelock.c:
3421 * fns.c:
3422 * font.c:
3423 * fontset.c:
3424 * frame.c:
3425 * ftfont.c:
3426 * ftxfont.c:
3427 * gmalloc.c:
3428 * gtkutil.c:
3429 * image.c:
3430 * indent.c:
3431 * intervals.c:
3432 * keyboard.c:
3433 * keymap.c:
3434 * lread.c:
3435 * marker.c:
3436 * menu.c:
3437 * minibuf.c:
3438 * print.c:
3439 * process.c:
3440 * scroll.c:
3441 * search.c:
3442 * sound.c:
3443 * strftime.c:
3444 * syntax.c:
3445 * sysdep.c:
3446 * term.c:
3447 * terminal.c:
3448 * textprop.c:
3449 * unexalpha.c:
3450 * w32console.c:
3451 * w32fns.c:
3452 * w32font.c:
3453 * w32menu.c:
3454 * w32term.c:
3455 * w32uniscribe.c:
3456 * window.c:
3457 * xdisp.c:
3458 * xfaces.c:
3459 * xfns.c:
3460 * xfont.c:
3461 * xftfont.c:
3462 * xmenu.c:
3463 * xselect.c:
3464 * xterm.c: Likewise.
3465
383e0970 3466 Remove P_ and __P macros.
f57e2426
J
3467 * atimer.h: Remove P_ and __P macros.
3468 * buffer.h:
383e0970
J
3469 * category.h:
3470 * ccl.h:
3471 * character.h:
3472 * charset.h:
3473 * cm.h:
3474 * coding.h:
3475 * composite.h:
3476 * dispextern.h:
3477 * disptab.h:
9e892c8d 3478 * dosfns.h:
383e0970
J
3479 * font.h:
3480 * fontset.h:
3481 * frame.h:
3482 * gtkutil.h:
3483 * indent.h:
3484 * intervals.h:
3485 * keyboard.h:
3486 * keymap.h:
3487 * lisp.h:
3488 * macros.h:
3489 * md5.h:
3490 * menu.h:
3491 * msdos.h:
3492 * nsterm.h:
3493 * puresize.h:
3494 * region-cache.h:
3495 * syntax.h:
3496 * syssignal.h:
3497 * systime.h:
3498 * termhooks.h:
9e892c8d 3499 * w32font.h:
383e0970
J
3500 * w32term.h:
3501 * widget.h:
3502 * window.h:
3503 * xgselect.h:
3504 * xsettings.h:
3505 * xterm.h: Likewise.
3506
98601119
DN
35072010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3508
d9170db5
DN
3509 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3510
98601119
DN
3511 Cleanup old code.
3512 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3513 * syssignal.h: Remove code for Lynx, not supported anymore.
3514 * vm-limit.c: Remove unused code the depends on emacs not being
3515 defined and NO_LIM_DATA being defined.
3516 * mem-limits.h: Remove dead code.
3517
1f984e12
J
35182010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3519
c49d071a
J
3520 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3521
9d5405ec
J
3522 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3523 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3524
7a18115b
J
3525 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3526 parameters, they are already absolute.
3527
a628ad9d
JB
3528 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3529 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 3530
a628ad9d 3531 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 3532
a628ad9d
JB
3533 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3534 Update FRAME_TOOLBAR_HEIGHT.
581a8100 3535
a628ad9d
JB
3536 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3537 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 3538
c1ef4455
CY
35392010-06-30 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3542 check default-frame-alist.
3543
ce8f5a9a
AS
35442010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3545
3546 * process.c (create_process): Avoid using invalid file descriptors.
3547
3548 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3549
bf935339
J
35502010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3551
3552 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3553 Improve documentation. Return font regardless of use_system_font.
3554 (syms_of_xsettings): Improve documentation for font-use-system-font.
3555
7c33a057
CY
35562010-07-10 Chong Yidong <cyd@stupidchicken.com>
3557
2ec1b5ee
CY
3558 * xfaces.c (realize_face): Garbage the frame if a face is removed
3559 (Bug#6593).
3560
35612010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3562
3563 * keyboard.c: Remove duplicate <setjmp.h>.
3564 (read_key_sequence): Remove volatile qualifiers.
3565
35662010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3567
3568 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3569 (struct glyph_row): New members left_fringe_offset and
3570 right_fringe_offset.
3571
3572 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3573 specially.
3574 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3575 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3576
3577 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 3578 Take account of bitmap offset.
2ec1b5ee
CY
3579 (draw_window_fringes): Take account of window vscroll.
3580 (update_window_fringes): Likewise. Extend top-aligned top indicator
3581 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3582 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3583 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3584
35852010-07-04 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * w32fns.c (Qtooltip): Declare.
3588 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3589
35902010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3591
3592 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3593 grab on just Press (Bug#6499).
3594
35952010-07-02 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * frame.c (Qtooltip): New var.
3598 (delete_frame): Use it. Fix faulty if statement. Don't update
3599 mode line for tooltip frames. Suggested by Martin Rudalics.
3600
3601 * xfns.c (x_create_tip_frame):
3602 * w32fns.c (x_create_tip_frame): Use it.
3603
36042010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
3605
3606 * xftfont.c (xftfont_open): Check font width one by one also when
3607 spacing is dual.
3608
3609 * ftfont.c (ftfont_open): Ditto.
3610
6259c2ec
GM
36112010-06-30 Glenn Morris <rgm@gnu.org>
3612
a46007e9
GM
3613 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3614
6259c2ec
GM
3615 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3616
3617 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3618 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3619 * s/darwin.h (SYSTEM_MALLOC):
3620 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3621
5d1d3d04
J
36222010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3623
3624 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3625 (ns_get_screen): Don't assign integer to f.
3626 (Fx_display_color_cells): Declarations before statements.
3627
e547b051
J
36282010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3629
5fc8e5bc
J
3630 * xfns.c (x_default_font_parameter): Remove got_from_system
3631 (Bug#6526).
3632
e547b051
J
3633 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3634 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3635 defines based on what configure finds.
3636
3637 * xterm.c (XTflash): Use gtk_widget_get_window.
3638 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3639 gtk_adjustment_get_page_size.
3640 (handle_one_xevent): Use gtk_widget_get_mapped.
3641 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3642 messages.
3643
3644 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3645
3646 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3647 HAVE_GTK_FILE_SELECTION_NEW.
3648
3649 * gtkutil.c (xg_display_open, xg_display_close): Remove
3650 HAVE_GTK_MULTIDISPLAY, it is always defined.
3651 (xg_display_open): Return type is void.
3652 (gtk_widget_set_has_window)
3653 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3654 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3655 (gtk_adjustment_set_page_increment)
3656 (gtk_adjustment_get_step_increment): #define these if not found
3657 by configure.
3658 (remove_submenu): New define based on Gtk+ version.
3659 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3660 gtk_widget_get_window.
3661 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3662 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3663 (create_dialog): Use gtk_dialog_get_action_area and
3664 gtk_dialog_get_content_area.
3665 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3666 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3667 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3668 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3669 g_object_ref and g_object_unref.
3670 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3671 gtk_widget_get_sensitive.
3672 (xg_update_submenu): Use remove_submenu.
3673 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3674 properties instead to get old x and y position.
3675 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3676 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 3677 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
3678 (xg_get_tool_bar_widgets): New function.
3679 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3680 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3681 (toolbar_set_orientation): New #define based on if configure
3682 finds gtk_orientable_set_orientation.
3683 (xg_create_tool_bar): Call toolbar_set_orientation.
3684 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3685 instead of gtk_box_pack_start_defaults.
3686
b9229673
CY
36872010-06-28 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * cmds.c (Fdelete_backward_char): Move into Lisp.
3690
bbc803b0
DN
36912010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3692
3693 * s/freebsd.h (BSD4_2): Remove redundant definition.
3694 bsd-common.h defines it already.
3695
6431f2e6
CY
36962010-06-27 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3699 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3700 tool-bar-mode, which are now set using these X resources at
3701 startup, to determine the defaults (Bug#2249).
3702
3703 * w32fns.c (Fx_create_frame):
3704 * nsfns.m (Fx_create_frame): Likewise.
3705
3706 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3707
8c079ebb
JB
37082010-06-24 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * gtkutil.c (xg_update_scrollbar_pos):
3711 Avoid C99 mid-block variable declaration.
3712
e9b7ab96
JD
37132010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3714
bc869eca
JD
3715 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3716
2b7e356a 3717 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
3718
3719 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3720 if height is less than scroll bar min size.
3721 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3722
e9b7ab96
JD
3723 * xfns.c (x_default_font_parameter): Try to open font from system
3724 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3725
a628ad9d 37262010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
3727
3728 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3729
70c4cfbb
EZ
37302010-06-20 Eli Zaretskii <eliz@gnu.org>
3731
3732 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3733 most-positive-fixnum, be extra accurate when scrolling window
3734 start, to avoid missing the cursor line.
3735
ad5a12b5
EZ
37362010-06-19 Eli Zaretskii <eliz@gnu.org>
3737
3738 * xdisp.c (try_scrolling): Compute the limit for searching point
3739 in forward scroll from scroll_max, instead of an arbitrary limit
3740 of 10 screen lines. See
3741 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3742 and
3743 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3744 for details.
3745
2a64315a 37462010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
3747
3748 * editfns.c (Fbyte_to_string): Pacify compiler.
3749
288cf4e9
SM
37502010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * lread.c (read1): Phase out old-style backquotes a bit more.
3753
6e6e5760
EZ
37542010-06-12 Eli Zaretskii <eliz@gnu.org>
3755
cbc4fd20
EZ
3756 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3757 bidimirror.h.
3758
3759 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3760
317fbf33
EZ
3761 * bidi.c (bidi_initialize): Remove explicit initialization of
3762 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 3763 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 3764 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
3765
3766 * biditype.h: New file.
3767
cbc4fd20
EZ
3768 * bidimirror.h: New file.
3769
6e6e5760
EZ
3770 * window.c (syms_of_window): Doc fix (bug#6409).
3771
4176cba2
RF
37722010-06-12 Romain Francoise <romain@orebokech.com>
3773
3774 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3775 ediff-hook.
3776
cb4bfcb5
GM
37772010-06-10 Glenn Morris <rgm@gnu.org>
3778
64c60c2f
GM
3779 * editfns.c (Fbyte_to_string): Pacify compiler.
3780
cb4bfcb5
GM
3781 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3782
2ec1b5ee
CY
37832010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3784
3785 * alloc.c (Fmake_byte_code): Don't access undefined argument
3786 (Bug#6517).
3787
37882010-06-25 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * xdisp.c (next_element_from_image): Ensure that after-strings are
3791 read the next time we hit handle_stop (Bug#1336).
3792
37932010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3794
3795 * lread.c (read1): Signal error if #s is not followed by paren.
3796
37972010-06-19 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3800
3801 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3802
38032010-06-15 Glenn Morris <rgm@gnu.org>
3804
3805 * editfns.c (Fbyte_to_string): Pacify compiler.
3806
e454a4a3
SM
38072010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3810 Check `object's type before accessing its guts.
3811
c1b1acc2
DN
38122010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * s/usg5-4.h: Fix previous change.
3815 Suggested by Lawrence Mitchell <wence@gmx.li>
3816
657d4c0b
AS
38172010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3818
3819 * minibuf.c (Fall_completions): Add more checks.
3820
9b27fd9f
JB
38212010-06-08 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3824
a99ebb40
DN
38252010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3826
d7c5d87d
DN
3827 * lread.c (X_OK): Remove, unused.
3828
0263a941
DN
3829 * dispnew.c: Remove obsolete comment.
3830
a99ebb40
DN
3831 Remove INCLUDED_FCNTL.
3832 * xterm.c (INCLUDED_FCNTL):
3833 * callproc.c (INCLUDED_FCNTL):
3834 * alloc.c (INCLUDED_FCNTL):
3835 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3836 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3837
13b5221f
MR
38382010-06-07 Martin Rudalics <rudalics@gmx.at>
3839
3840 * window.c (Fselect_window): Move `record_buffer' up to the
3841 beginning of this function, so the buffer gets recorded
3842 even if the selected window does not change.
3843 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3844
5220357f
JB
38452010-06-07 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3848 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3849
3085237c
DN
38502010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3851
3852 Remove BSTRING related code, all platforms define it.
3853 * s/usg5-4.h (BSTRING): Remove definition.
3854 * s/template.h (BSTRING):
3855 * s/msdos.h (BSTRING):
3856 * s/ms-w32.h (BSTRING):
3857 * s/hpux10-20.h (BSTRING):
3858 * s/gnu-linux.h (BSTRING):
3859 * s/darwin.h (BSTRING):
3860 * s/cygwin.h (BSTRING):
3861 * s/bsd-common.h (BSTRING):
3862 * s/aix4-2.h (BSTRING): Likewise.
3863 * sysdep.c: Remove code depending on BSTRING not being defined.
3864
409f2919
JB
38652010-06-05 Juanma Barranquero <lekktu@gmail.com>
3866
3867 Remove obsolete macro BASE_LEADING_CODE_P.
3868 * character.h (BASE_LEADING_CODE_P): Remove.
3869 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3870 * buffer.c (Fset_buffer_multibyte):
3871 * indent.c (scan_for_column, compute_motion):
3872 * insdel.c (count_combining_before, count_combining_after):
3873 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3874
087fc47a
JB
38752010-06-04 Juanma Barranquero <lekktu@gmail.com>
3876
3877 Turn `directory-sep-char' into a noop.
3878
3879 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3880 (DIRECTORY_SEP): Define unconditionally.
3881
3882 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3883
3884 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3885 call dostounix_filename directly.
3886
3887 * fileio.c (CORRECT_DIR_SEPS): Remove.
3888 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3889 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3890 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3891 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3892
3893 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3894 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3895
0eb7675e
AS
38962010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3897
a628ad9d
JB
3898 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3899 (Bug#6346)
0eb7675e 3900
78edd3b7
JB
39012010-06-03 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * ccl.c (Fccl_program_p): Fix typo in docstring.
3904
eb697db5
DN
39052010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3906
3907 Move UNEXEC definition to autoconf.
3908 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3909 * s/sol2-10.h (UNEXEC):
3910 * s/irix6-5.h (UNEXEC):
3911 * s/hpux10-20.h (UNEXEC):
3912 * s/gnu-linux.h (UNEXEC):
3913 * s/darwin.h (UNEXEC):
3914 * s/cygwin.h (UNEXEC):
3915 * s/bsd-common.h (UNEXEC):
3916 * s/aix4-2.h (UNEXEC):
3917 * m/alpha.h (UNEXEC): Likewise.
3918 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3919
aa3830c4
JB
39202010-06-03 Juanma Barranquero <lekktu@gmail.com>
3921
3922 Remove obsolete pre-unicode2 macros.
3923 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3924 * composite.c (composition_reseat_it):
3925 * data.c (Faset):
3926 * fns.c (Ffillarray):
3927 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3928 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3929
d234d13e
JL
39302010-06-03 Juri Linkov <juri@jurta.org>
3931
3932 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3933 (Fswitch_to_buffer): Remove unused variable `err'.
3934
0d4bcf4d
GM
39352010-06-03 Glenn Morris <rgm@gnu.org>
3936
e23dc1e2
GM
3937 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3938
05b09564
GM
3939 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3940 now that AH_BOTTOM does it.
3941
824e2978
GM
3942 * m/hp800.h (HAVE_ALLOCA):
3943 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3944
0d4bcf4d
GM
3945 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3946 Remove NOT_C_CODE tests, it is always true now.
3947
c55d2abf
DN
39482010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3949
08a494a3
DN
3950 Fix config.h includes.
3951 * xsettings.c:
3952 * xgselect.c:
3953 * nsterm.m:
3954 * nsselect.m:
3955 * nsimage.m:
3956 * nsfont.m:
3957 * nsfns.m:
3958 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3959 other files do.
3960
75934b1d
DN
3961 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3962
9f32a766
DN
3963 * s/sol2-6.h: Remove obsolete comments.
3964
c55d2abf
DN
3965 Remove unnecessary alloca.h includes.
3966 * keymap.c: Do not include alloca.h, config.h does that.
3967 * sysdep.c: Likewise. Do not define fwrite, not used.
3968
06ac62b4
SM
39692010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3972 the HAVE_TERMIO where it belongs (bug#6149).
3973
1ab8293c
SM
39742010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3977 of bug#6305).
3978
6dcfd253
EZ
39792010-05-30 Eli Zaretskii <eliz@gnu.org>
3980
3981 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3982 state is always cached (bug#6306).
3983
6d26bbb2
EZ
39842010-05-29 Eli Zaretskii <eliz@gnu.org>
3985
06fa4a23
EZ
3986 Fix cursor motion in bidi-reordered continued lines.
3987 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3988 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
3989 over continuation lines in bidi-reordered buffers. Return
3990 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3991 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3992
f5783df3
MA
39932010-05-28 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3996
7d56b2dd
KH
39972010-05-28 Kenichi Handa <handa@m17n.org>
3998
3999 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4000 Don't sheck SPEC if it is nil.
4001 (font_list_entities): Call font_delete_unmatched if
b925d231 4002 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 4003
e58d4ff7
GM
40042010-05-28 Glenn Morris <rgm@gnu.org>
4005
4006 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4007
f1a5d776
CY
40082010-05-27 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4011 whether to trash.
4012 (internal_delete_file, Frename_file): Callers changed.
4013 (delete_by_moving_to_trash): Doc fix.
4014 (Fdelete_directory_internal): Don't move to trash.
4015
4016 * callproc.c (delete_temp_file):
4017 * buffer.c (Fkill_buffer): Callers changed.
4018
4019 * lisp.h: Update prototype.
4020
f44a59e6
CY
40212010-05-27 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * xdisp.c (redisplay_window): After redisplay, check if point is
4024 still valid before setting it (Bug#6177).
4025
81ac4f35
GM
40262010-05-27 Glenn Morris <rgm@gnu.org>
4027
4028 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4029 Convert comments to Makefile format.
4030
4031 * Makefile.in (bootstrap-clean): No more Makefile.c.
4032
ccd89fb3
GM
40332010-05-26 Glenn Morris <rgm@gnu.org>
4034
90278cb6
GM
4035 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4036 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4037
ccd89fb3
GM
4038 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4039 Remove.
4040 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4041
b7050583
KH
40422010-05-26 Kenichi Handa <handa@m17n.org>
4043
4044 * composite.c (composition_compute_stop_pos): Fix condition for
4045 backward scanning.
4046
e5458003
GM
40472010-05-25 Glenn Morris <rgm@gnu.org>
4048
c345fe90
GM
4049 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4050 Move before TEMACS_LDFLAGS.
4051 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4052 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4053
2e0689ab
GM
4054 * Makefile.in (NOT_C_CODE): No longer define.
4055 (config.h): No longer include.
4056
8009a5e8
GM
4057 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4058 variables it may reference.
4059
e5458003
GM
4060 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4061 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4062
10f72a37
KH
40632010-05-25 Kenichi Handa <handa@m17n.org>
4064
4065 * dispextern.h (struct composition_it): New members rule_idx and
4066 charpos.
4067
4068 * xdisp.c (set_iterator_to_next): While scanning backward, assume
4069 that the character positions of IT point the last character of the
4070 current grapheme cluster.
4071 (next_element_from_composition): Don't change character positions
4072 of IT.
4073 (append_composite_glyph): Set glyph->charpos to
4074 it->cmp_it.charpos.
4075
4076 * composite.c (autocmp_chars): Change the first argument to RULE,
4077 and try composition with RULE only.
4078 (composition_compute_stop_pos): Record the index number of the
4079 composition rule in CMP_IT->rule_idx.
4080 (composition_reseat_it): Call autocmp_chars repeatedly until the
4081 correct rule of the composition is found.
4082 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
4083 is at the last character of the current grapheme cluster when
4084 CMP_IT->reversed_p is nonzero.
4085
171eda53 40862010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 4087
171eda53
SM
4088 * editfns.c (Fbyte_to_string): New function.
4089
66a9f7f4
SM
40902010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4093 Suggested by Masatake YAMATO <yamato@redhat.com>.
4094
d8c315d1
EZ
40952010-05-23 Eli Zaretskii <eliz@gnu.org>
4096
171eda53 4097 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 4098
f5b416d2 40992010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4100
4101 * s/netbsd.h: If terminfo is found, use it in preference to
4102 termcap. (Bug#6190) [Backport from trunk]
4103
0416466c
EZ
41042010-05-19 Eli Zaretskii <eliz@gnu.org>
4105
11117830 4106 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
4107
4108 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4109 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4110 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4111 and maxpos members instead of start.pos and end.pos, respectively.
4112
4113 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4114 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4115 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
4116 (try_window_reusing_current_matrix, try_window_id):
4117 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
4118 (init_from_display_pos, init_iterator): Use EMACS_INT for
4119 character and byte positions.
66a9f7f4 4120 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
4121 arguments for minimum and maximum buffer positions seen by
4122 display_line for this row. Don't use iterator to find the
4123 position following the maximum one; instead, increment the
11117830
EZ
4124 position found by display_line directly. Fix logic; eol_pos
4125 should be tested before the rest. Handle the case of characters
4126 delivered from display vector (bug#6036). Fix tests related to
4127 it->method. Handle the truncated_on_right_p rows.
4128 (RECORD_MAX_MIN_POS): New macro.
4129 (display_line): Use it to record the minimum and maximum buffer
4130 positions for glyphs in the row being assembled. Record the
4131 position of the newline that terminates the line. If word wrap is
4132 in effect, restore minimum and maximum positions seen up to the
4133 wrap point, when iterator returns to it.
4134 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4135 row and cursor not already at point. Restore original pre-bidi
4136 code for unidirectional buffers.
d36fe237
EZ
4137
4138 * dispnew.c (increment_row_positions, check_matrix_invariants):
4139 Increment and check row->start.pos and row->end.pos, in addition
4140 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4141
11117830
EZ
4142 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4143 Display truncated_on_left_p and truncated_on_right_p flags.
4144 Formatting fixes.
4145 (pmtxrows): Display the ordinal number of each row. Don't display
4146 rows beyond the last one.
4147
4148 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4149 it is not copied by bidi_copy_it.
4150
6e83d800
EZ
41512010-05-22 Eli Zaretskii <eliz@gnu.org>
4152
4153 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4154 (Bug#6237)
4155
110683ad
CY
41562010-05-22 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * image.c (Fimage_flush): Rename from image-refresh.
4159
98fe5161
CY
41602010-05-21 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4163 just one window.
4164
4165 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4166 (clear_image_cache): If the number of cached images is unusually
4167 large, decrease the cache eviction delay (Bug#6230).
4168
e8752c66
GM
41692010-05-21 Glenn Morris <rgm@gnu.org>
4170
66dbf213
GM
4171 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4172 Move these rules to ns.mk.
4173 * ns.mk: New file.
4174
04384b2d
GM
4175 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4176
e8752c66
GM
4177 * Makefile.in (CANNOT_DUMP): New, set by configure.
4178 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4179
2e2bbddb
JL
41802010-05-20 Juri Linkov <juri@jurta.org>
4181
4182 * fileio.c (Fdelete_file): Change interative spec to use
4183 `read-file-name' like in `find-file-read-args' where the default
4184 value is `default-directory' instead of `buffer-file-name'.
4185 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4186
31c4aaf6
KR
41872010-05-20 Kevin Ryde <user42@zip.com.au>
4188
4189 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4190 (Voverriding_terminal_local_map, Vsystem_key_alist)
4191 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4192
9d5cf9b6
GM
41932010-05-20 Glenn Morris <rgm@gnu.org>
4194
4195 * Makefile.in (DEPDIR): New constant.
4196 (DEPFLAGS): Set with configure, not cpp.
4197 (MKDEPDIR): New, set by configure.
4198 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4199 (clean): Use $DEPDIR.
4200 (deps_frag): Include from configure.
4201 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4202 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4203
ead6f8f5
EZ
4204 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4205 reallocation of the cache. (Bug#6210)
4206
7f34aec3
GM
42072010-05-19 Glenn Morris <rgm@gnu.org>
4208
d494e8f2
GM
4209 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4210
c1d0dcfd
GM
4211 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4212 (GNULIB_VAR): Remove.
4213 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4214
4215 * m/ibms390x.h (LINKER):
4216 * m/macppc.h (LINKER) [GNU_LINUX]:
4217 * s/aix4-2.h (ORDINARY_LINK):
4218 * s/cygwin.h (LINKER):
4219 * s/darwin.h (ORDINARY_LINK):
4220 * s/gnu.h (ORDINARY_LINK):
4221 * s/netbsd.h (LINKER):
4222 * s/usg5-4.h (ORDINARY_LINK):
4223 Move to configure.
4224
7f34aec3
GM
4225 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4226
754790b6
CY
42272010-05-18 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4230 prevent stack overflow if number of arguments is too large
4231 (Bug#6214).
4232
161e44d1
JB
42332010-05-18 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4236
be4ff9da
GM
42372010-05-18 Glenn Morris <rgm@gnu.org>
4238
9539dc5d
GM
4239 * s/gnu-linux.h: Combine two conditionals.
4240
4241 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
4242 $(POST_ALLOC_OBJ).
4243
40dc6bf4
GM
4244 * Makefile.in (RALLOC_OBJ): New, set by configure.
4245 (rallocobj): Replace with the previous variable.
4246 (otherobj): Use $RALLOC_OBJ.
4247
4248 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4249 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4250
be4ff9da
GM
4251 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4252 (gmallocobj, vmlimitobj): Replace with previous two variables.
4253 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4254
16455a85
GM
42552010-05-17 Glenn Morris <rgm@gnu.org>
4256
4257 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4258 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4259
5fdb7468
GM
42602010-05-16 Glenn Morris <rgm@gnu.org>
4261
7ca1f3f9
GM
4262 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4263
7541dad5
GM
4264 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4265
da53fab9
GM
4266 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4267 trailing "/".
4268
b02a6645
GM
4269 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4270 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4271
8877ca0f
GM
4272 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4273 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4274 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4275 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4276 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4277
5fdb7468
GM
4278 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4279 Remove ${STARTFLAGS}, nothing ever sets it.
4280
95adb4b1
DN
42812010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4282
4283 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4284
676b6304
GM
42852010-05-16 Glenn Morris <rgm@gnu.org>
4286
9beab9ce
GM
4287 * Makefile.in (LIBX_BASE): Always define.
4288
8a95f0e7
GM
4289 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4290
676b6304
GM
4291 * Makefile.in (LIBXT): Always define.
4292
6e546d18
GM
42932010-05-15 Glenn Morris <rgm@gnu.org>
4294
4235ca47 4295 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 4296
6e546d18
GM
4297 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4298 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4299
8c5ff6dd
KR
43002010-05-15 Ken Raeburn <raeburn@raeburn.org>
4301
560bb7ae 4302 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
4303 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4304
8b4eb796
KR
4305 * emacs.c (main): Initialize initial-environment and
4306 process-environment before generating from env, not after.
4307
8c5ff6dd
KR
4308 Handle --version reasonably in CANNOT_DUMP configuration.
4309 * emacs.c (emacs_version, emacs_copyright): New string variables.
4310 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4311 (syms_of_emacs): Defvar them, and initialize them from the C
4312 string variables.
4313 (main): If initialization hasn't been done, print initial version
4314 info from the C strings, instead of starting an interactive session.
4315
dbd3f723
EZ
43162010-05-15 Eli Zaretskii <eliz@gnu.org>
4317
d20e1419
EZ
4318 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4319 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
4320 (bidi_paragraph_init): Remove redundant assertion that we are at
4321 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
4322
4323 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4324 (syms_of_xdisp): Defsubr it.
4325
d36fe237
EZ
4326 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4327
dbd3f723
EZ
4328 * Makefile.in: Fix MSDOS-related comments.
4329
02be533b
GM
43302010-05-15 Glenn Morris <rgm@gnu.org>
4331
1a82cca9
GM
4332 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4333 (really-lwlib, really-oldXMenu): Always define.
4334 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4335
3df7b338
GM
4336 * Makefile.in: Simplify cpp conditional.
4337
2b5f541b
GM
4338 * Makefile.in (${ns_appdir}): Simplify using umask.
4339
02be533b
GM
4340 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4341
4e2db1fe
SM
43422010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * eval.c (specbind): Remove left-over duplicate test.
4345 Disallow let-binding frame-local vars. Add comment.
4346
4b292a22
EZ
43472010-05-14 Eli Zaretskii <eliz@gnu.org>
4348
2fe72643 4349 Make the cache of bidi iterator states dynamically allocated.
1edbd309 4350 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
4351 (bidi_init_it): Call it.
4352 (bidi_cache_iterator_state): Enlarge the cache if needed.
4353
4e2db1fe 4354 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
4355 bidi_get_next_char_visually. All callers changed.
4356
82ebc97b
KH
43572010-05-14 Kenichi Handa <handa@m17n.org>
4358
4359 * dispextern.h (struct composition_it): New member reversed_p.
4360
4361 * composite.c (composition_compute_stop_pos): Search backward if
4362 ENDPOS < CHARPOS.
4363 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4364 Set CMP_IT->reversed_p.
b4b6e17e 4365 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 4366
4e2db1fe
SM
4367 * xdisp.c (set_iterator_to_next):
4368 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
4369 scanning backward. Call composition_compute_stop_pos if scan
4370 direction is changed.
4371 (next_element_from_buffer): Call composition_compute_stop_pos with
4372 negative ENDPOS if we are scanning backward.
4373 (next_element_from_composition): Pay attention to
4374 IT->cmp_it.reversed_p.
4375
0e5d7800
KH
43762010-05-14 Kenichi Handa <handa@m17n.org>
4377
560bb7ae 4378 * font.c (font_range): Return the range for the font found at first.
0e5d7800 4379
cb027b32
GM
43802010-05-14 Glenn Morris <rgm@gnu.org>
4381
177b0288
GM
4382 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4383
fbc00890
GM
4384 * Makefile.in (mktime, X11, register): Move undefs to configure.
4385
f14d1dfd
GM
4386 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4387 (MSDOS_X_OBJ): New variable.
4388 (MSDOS_SUPPORT_REAL): New constant.
4389 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4390 (obj): Use MSDOS_X_OBJ.
4391 (lisp): Use MSDOS_SUPPORT as a variable.
4392
11842bd8
GM
4393 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4394 (GPM_MOUSE_SUPPORT): Now it's a constant.
4395 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4396 not cpp.
4397
489d31a4 4398 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 4399 (ns_appresdir): Remove, unused.
e20f1f07 4400
489d31a4
GM
4401 * Makefile.in (SHELL): Move outside cpp section.
4402
cb027b32
GM
4403 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4404
5a903aa9
GM
44052010-05-13 Glenn Morris <rgm@gnu.org>
4406
3369c79f
GM
4407 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4408 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4409
d5e982a6
GM
4410 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4411 HAVE_WINDOW_SYSTEM must be too.
4412
6192e163
GM
4413 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4414 (lisp): Remove WINNT_SUPPORT.
4415
472c5d6b
GM
4416 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4417 Let configure set these variables (to empty) in this case as well.
4418
0116466b
GM
4419 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4420 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4421
5a903aa9
GM
4422 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4423 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4424 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4425 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4426 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 4427 the values output by configure.
5a903aa9
GM
4428 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4429
1a0d7c06
GM
44302010-05-12 Glenn Morris <rgm@gnu.org>
4431
b5457f14
GM
4432 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4433 (LINKER_WAS_SPECIFIED): Remove.
4434
1a0d7c06
GM
4435 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4436 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4437 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4438 * s/cygwin.h (LIB_GCC):
4439 * s/freebsd.h (LIB_GCC):
4440 * s/gnu-linux.h (LIB_GCC):
4441 * s/msdos.h (LIB_GCC):
4442 * s/netbsd.h (LIB_GCC):
4443 Move to configure.
4444
3ffd4615 44452010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
4446
4447 * ftfont.c: Fix incorrect parentheses of #if condition for
4448 definining M17N_FLT_USE_NEW_FEATURE.
4449
acddf8ae
GM
44502010-05-11 Glenn Morris <rgm@gnu.org>
4451
4452 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4453 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4454
ae5e04fa
EZ
44552010-05-10 Eli Zaretskii <eliz@gnu.org>
4456
4457 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4458 unibyte buffers. See
4459 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4460
7490175b
GM
44612010-05-10 Glenn Morris <rgm@gnu.org>
4462
97efb629
GM
4463 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4464 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4465 (LIBES): Use LIBS_SYSTEM as a variable.
4466 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4467 * s/aix4-2.h (LIBS_SYSTEM):
4468 * s/freebsd.h (LIBS_SYSTEM):
4469 * s/hpux10-20.h (LIBS_SYSTEM):
4470 * s/sol2-6.h (LIBS_SYSTEM):
4471 * s/unixware.h (LIBS_SYSTEM):
4472 Move to configure.
4473
7490175b
GM
4474 * s/aix4-2.h (MAIL_USE_LOCKF):
4475 * s/bsd-common.h (MAIL_USE_FLOCK):
4476 * s/darwin.h (MAIL_USE_FLOCK):
4477 * s/gnu-linux.h (MAIL_USE_FLOCK):
4478 * s/irix6-5.h (MAIL_USE_FLOCK):
4479 * s/template.h (MAIL_USE_FLOCK):
4480 Move to configure.
4481
0235128c 44822010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
4483
4484 * Version 23.2 released.
4485
0235128c 44862010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
4487
4488 * composite.c (autocmp_chars): Save point as marker before calling
4489 auto-composition-function (Bug#5984).
4490
4491 * lisp.h (restore_point_unwind): Add prototype.
4492
4493 * fileio.c (restore_point_unwind): Remove static attribute.
4494
0235128c 44952010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
4496
4497 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4498 new feature of libotf and m17n-flt.
0235128c
SM
4499 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4500 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
4501 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4502 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4503 that OUT is NULL. Use OTF_drive_gsub_with_log and
4504 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4505 OTF_drive_gpos.
4506 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
4507 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4508 Setup mflt_enable_new_feature and mflt_try_otf.
4509
4721152c
J
45102010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4511
4512 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4513
4514 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4515 box and toolbar (Bug #6139).
4516 (xg_create_tool_bar): Remove comment (Bug #6139).
4517 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4518 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4519
ee0a16cf
JB
45202010-05-08 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4523 Update dependencies.
4524
96d79611
EZ
45252010-05-08 Eli Zaretskii <eliz@gnu.org>
4526
4527 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4528 R2L lines.
4529
40c17879
GM
45302010-05-08 Glenn Morris <rgm@gnu.org>
4531
7b42b29f
GM
4532 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4533
40c17879
GM
4534 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4535 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4536 (termcapobj): Replace with TERMCAP_OBJ.
4537 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4538 (LIBES): Use LIBS_TERMCAP as a variable.
4539
4540 * s/freebsd.h (osreldate.h): No longer include, since this file
4541 does not use __FreeBSD_version any more.
4542
4543 * s/aix4-2.h (TERMINFO):
4544 * s/cygwin.h (TERMINFO):
4545 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4546 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4547 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4548 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4549 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4550 * s/irix6-5.h (TERMINFO):
4551 * s/netbsd.h (LIBS_TERMCAP):
4552 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4553 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4554 * s/usg5-4.h (TERMINFO):
4555 Move to configure.
4556
94b612ad
SM
45572010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * eval.c (unbind_to): Don't unbind a local binding into the global
4560 binding when the local binding disappeared. Inversely, don't unbind
4561 a global binding into a newly created local binding.
4562 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4563 can specify the frame to use, when applicable. Adjust callers.
4564
15e12598 45652010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 4566 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
4567
4568 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4569
f724825e
EZ
45702010-05-07 Eli Zaretskii <eliz@gnu.org>
4571
5cba3209
EZ
4572 * w32fns.c: Include w32.h.
4573 (Fw32_shell_execute): Decode the error message before passing it
4574 to `error'. (Bug#6126)
4575
d16bdfc3
EZ
4576 * msdos.c (dos_set_window_size):
4577 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4578 instead of `XSYMBOL (foo)->value'.
4579
59d93e87
EZ
45802010-05-07 Eli Zaretskii <eliz@gnu.org>
4581
9fdec8bc
EZ
4582 Fix the MS-DOS build, broken by autoconfiscation.
4583
4584 * Makefile.in: Don't use Make-style comments past the "start of
4585 cpp stuff" line.
4586 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4587
4588 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4589 edited directly by msdos/sed1v2.inp).
f724825e 4590
2f86b22b
GM
45912010-05-07 Glenn Morris <rgm@gnu.org>
4592
4593 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4594 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4595 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4596 move out of cpp section.
4597 * s/freebsd.h (LD_SWITCH_SYSTEM):
4598 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4599 * s/netbsd.h (LD_SWITCH_SYSTEM):
4600 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4601
49ebbd65
DN
46022010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 Define LIB_STANDARD and START_FILES using autoconf.
4605 * s/usg5-4.h (LIB_STANDARD):
4606 * s/netbsd.h (START_FILES):
4607 * s/irix6-5.h (LIB_STANDARD):
4608 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4609 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4610 * s/freebsd.h (START_FILES):
4611 * s/darwin.h (START_FILES):
4612 * s/cygwin.h (START_FILES):
4613 * s/aix4-2.h (LIB_STANDARD):
4614 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4615 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4616 autoconf, not cpp.
4617
d43c06d6
DN
46182010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4619
28823648
DN
4620 Remove NEED_BSDTTY and NEED_UNISTD_H.
4621 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4622 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4623 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4624 <sys/ptyio.h> and <unistd.h>.
4625
aca00430
DN
4626 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4627
d43c06d6
DN
4628 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4629 * s/gnu.h (START_FILES): Remove empty definition.
4630
3e56b11d
JD
46312010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4632
4633 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4634
e3cf0cde
GM
46352010-05-06 Glenn Morris <rgm@gnu.org>
4636
4637 * Makefile.in (CPP, LN_S): Remove unused variables.
4638
774b9a60
SM
46392010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4642
4ab92842
LM
46432010-05-05 Lawrence Mitchell <wence@gmx.li>
4644
4645 * m/sparc.h: Fix typo in earlier change.
4646
178f2507
SM
46472010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 Misc tweaks.
4650 * eval.c (Fdefvaralias): Remove unintended nested if.
4651 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4652
80f00217 46532010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
4654
4655 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4656
ef03a4e6
DN
46572010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4658
58eb6cf0
DN
4659 Remove BSD_PGRPS.
4660 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4661 * s/gnu-linux.h (BSD_PGRPS): Remove.
4662 * term.c (dissociate_if_controlling_tty):
4663 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4664 (init_sys_modes, reset_sys_modes):
4665 * emacs.c (main):
4666 * callproc.c (Fcall_process, child_setup): Remove code depending
4667 on BSD_PGRPS.
4668
ef03a4e6
DN
4669 Remove POSIX_SIGNALS.
4670 * s/usg5-4.h (POSIX_SIGNALS):
4671 * s/netbsd.h (POSIX_SIGNALS):
4672 * s/msdos.h (POSIX_SIGNALS):
4673 * s/ms-w32.h (POSIX_SIGNALS):
4674 * s/hpux11.h (POSIX_SIGNALS):
4675 * s/gnu.h (POSIX_SIGNALS):
4676 * s/gnu-linux.h (POSIX_SIGNALS):
4677 * s/freebsd.h (POSIX_SIGNALS):
4678 * s/darwin.h (POSIX_SIGNALS):
4679 * s/cygwin.h (POSIX_SIGNALS):
4680 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4681 * s/unixware.h:
4682 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4683 * process.c (create_process):
4684 * syssignal.h:
4685 * sysdep.c (wait_for_termination, init_signals):
4686 * process.c (create_process):
4687 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4688 remove all code that assumes the contrary.
4689
49628785
GM
46902010-05-04 Glenn Morris <rgm@gnu.org>
4691
27a2cdfc
GM
4692 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4693 variable.
4694 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4695 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4696 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4697 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4698 LD_SWITCH_SYSTEM_tmp.
4699 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4700 New variables, set by configure.
4701
eb21eab5
GM
4702 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4703 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4704 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4705 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4706 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4707
49628785
GM
4708 * s/aix4-2.h (C_SWITCH_SYSTEM):
4709 * m/alpha.h (C_SWITCH_MACHINE):
4710 Move to configure.in.
4711 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4712 New variables, set by configure.
4713 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4714 $c_switch_machine and $c_switch_system.
4715
7dff330b
DN
47162010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4717
4718 * s/hpux10-20.h (LIB_STANDARD): New definition.
4719 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4720 on it, not used anymore.
4721
53967e09
CY
47222010-05-03 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * eval.c (internal_condition_case_n): Rename from
4725 internal_condition_case_2.
4726 (internal_condition_case_2): New function.
4727
4728 * xdisp.c (safe_call): Use internal_condition_case_n.
4729
4730 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4731 (internal_delete_file, Frename_file): Callers changed.
4732
4733 * buffer.c (Fkill_buffer):
4734 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4735
4736 * lisp.h: Update prototypes.
4737
3dee6fdb
GM
47382010-05-03 Glenn Morris <rgm@gnu.org>
4739
4740 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4741 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4742 (LIBXT): Set with configure, not cpp.
4743 (LIBX): Remove.
4744 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4745
a101e0fb
DN
47462010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4747
4748 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4749 The FreeBSD is not needed, the default works, Solaris version is
4750 not needed, and the remaining case is not supported by configure.
4751
f63d0028
JD
47522010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4753
4754 * xsmfns.c (CHDIR_OPT): New define.
4755 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4756 restarting emacs.
4757
4758 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4759 shut_down_emacs.
4760
4761 * emacs.c (USAGE1): Mention --chdir.
4762 (main): Handle --chdir.
4763 (standard_args): Add --chdir.
4764 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4765 #5552).
4766
e4814a9f
DN
47672010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4768
cd03c74a
DN
4769 Remove LD_SWITCH_MACHINE.
4770 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4771 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4772
c3a398a1
DN
4773 Clean up IRIX code.
4774 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4775 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4776
87e7285c
DN
4777 Clean up AIX code.
4778 * m/ibmrs6000.inp: Remove file, unused.
4779 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4780 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4781 definition ...
4782 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4783
80f00217
JB
4784 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4785 unused.
e4814a9f 4786
59ca28de
EZ
47872010-05-01 Eli Zaretskii <eliz@gnu.org>
4788
197daef4
EZ
4789 Emulate POSIX_SIGNALS on MS-Windows.
4790
4791 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4792 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
4793
4794 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4795 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4796 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4797
80f00217
JB
4798 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4799 New stubs.
197daef4 4800
af7c7572
EZ
4801 Miscellaneous fixes of bidi display.
4802
59ca28de
EZ
4803 * xdisp.c (find_row_end): New function, refactored from display_line.
4804 (display_line): Use it.
017ea819
EZ
4805 (extend_face_to_end_of_line): In almost-filled rows, extend only
4806 if the row is R2L and not continued.
166e930d 4807 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 4808 Preserve overlay and string info in row->end.
166e930d
EZ
4809 (insert_left_trunc_glyphs): Support addition of left truncation
4810 glyphs to R2L rows.
b47e0dcf 4811 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
4812 glyph between adjacent windows. Fix a crash when a display string
4813 is continued to the next line. Don't return zero if cursor was
4814 found by `cursor' property of a display string.
b47e0dcf
EZ
4815 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4816 test for that explicitly.
59ca28de 4817
7acac9f4
GM
48182010-05-01 Glenn Morris <rgm@gnu.org>
4819
4820 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4821 for clarity.
4822 (OTHER_OBJ): Remove.
4823 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4824 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4825
45841e65
KK
48262010-05-01 Karel Klíč <kklic@redhat.com>
4827
4828 * fileio.c (Ffile_selinux_context): Context functions may return null.
4829
afc61943
DN
48302010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4831
80f00217 4832 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 4833
5a1bb006
GM
48342010-04-30 Glenn Morris <rgm@gnu.org>
4835
4836 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4837 (OTHER_OBJ): Define as a separate variable, for clarity.
4838
210af043
J
48392010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4840
4841 * xsettings.c: include limits.h and update file comment.
4842
0a7df391
GM
48432010-04-30 Glenn Morris <rgm@gnu.org>
4844
d5096f16
GM
4845 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4846 Set with configure, not cpp.
4847 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4848
7eb1ac33
GM
4849 * Makefile.in (mallocobj): Remove.
4850 (otherobj): Simplify using @OTHER_OBJ@.
4851
517d086b
GM
4852 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4853 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4854 Don't bother making nsgui.h dependency platform-specific.
4855
0a7df391
GM
4856 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4857
d6d23852
SM
48582010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4859
d2630aef
SM
4860 * process.c (read_process_output, exec_sentinel): Don't burp if the
4861 sentinel/filter kills the current buffer (bug#6060).
4862
f9dddf52 4863 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
4864 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4865 Remove unused var `args'.
4866 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4867 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4868 * doc.c (store_function_docstring): Use XSETCAR.
4869
f1e3642a
GM
48702010-04-28 Glenn Morris <rgm@gnu.org>
4871
faf535f8
GM
4872 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4873 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4874
c40f9449
GM
4875 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4876
658f86ca
GM
4877 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4878 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4879
bc0b5f61
GM
4880 * Makefile.in (FONT_OBJ): New, set by configure.
4881 (FONT_DRIVERS): Use $FONT_OBJ.
4882
294c50a0
GM
4883 * Makefile.in (LIBXMU): Set with configure, not cpp.
4884 * s/aix4-2.h (LIBXMU):
4885 * s/hpux10-20.h (LIBXMU):
4886 Remove definition, now set in configure.
4887
e6ec4e99
GM
4888 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4889
f1e3642a
GM
4890 * m/amdx86-64.h [i386]: Move this test to configure.in.
4891
c6ea2936
GM
48922010-04-27 Glenn Morris <rgm@gnu.org>
4893
8fdac2c3
GM
4894 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4895 * s/unixware.h (NEED_LIBW): Remove definition.
4896
986fb647
GM
4897 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4898 (TOOLKIT_LIBW): New, set by configure.
4899 (@X_TOOLKIT_TYPE@): No longer define it.
4900
c6ea2936
GM
4901 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4902 (MOTIF_LIBW): Set with configure, not cpp.
4903 * s/aix4-2.h (LIB_MOTIF):
4904 * s/gnu-linux.h (LIB_MOTIF):
4905 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4906
aaa36002
DN
49072010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4908
4909 Reduce CPP usage.
4910 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4911 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
4912 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4913 definitions and undefs. Inline definitions in the only user.
4914 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 4915
b678dd8b
GM
49162010-04-27 Glenn Morris <rgm@gnu.org>
4917
76cda504
GM
4918 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4919 since the defaults (set by the system file) are fine in most cases.
4920 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4921 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4922 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4923 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4924 Remove definitions, since they are set correctly in s/gnu-linux.h.
4925 * s/freebsd.h (START_FILES, LIB_STANDARD):
4926 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4927 * s/hpux10-20.h (START_FILES):
4928 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4929 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4930
b678dd8b
GM
4931 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4932 (MOTIF_LIBW): Use $LIBXP.
4933 (otherobj): Use $WIDGET_OBJ.
4934
9452ded1
DN
49352010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4936
7e10844c
DN
4937 * Makefile.in (LIBS_MACHINE): Remove, unused.
4938
9452ded1
DN
4939 Use autoconf instead of cpp for LIB_MATH.
4940 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4941 * s/cygwin.h (LIB_MATH): Likewise.
4942 * Makefile.in (LIB_MATH): Do not define with cpp.
4943 (LIBES): Use autoconf for LIB_MATH.
4944
fcebfc6a
KH
49452010-04-26 Kenichi Handa <handa@m17n.org>
4946
4947 * composite.c (Ffind_composition_internal): Fix the return value
4948 for an automatic composition.
4949
39e2ad1b
DN
49502010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4951
4952 Remove all NO_ARG_ARRAY uses.
4953 * fns.c (concat2, concat3, nconc2):
4954 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4955 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4956 * m/xtensa.h (NO_ARG_ARRAY):
4957 * m/template.h (NO_ARG_ARRAY):
4958 * m/sparc.h (NO_ARG_ARRAY):
4959 * m/sh3.h (NO_ARG_ARRAY):
4960 * m/mips.h (NO_ARG_ARRAY):
4961 * m/macppc.h (NO_ARG_ARRAY):
4962 * m/iris4d.h (NO_ARG_ARRAY):
4963 * m/intel386.h (NO_ARG_ARRAY):
4964 * m/ibms390x.h (NO_ARG_ARRAY):
4965 * m/ibms390.h (NO_ARG_ARRAY):
4966 * m/ibmrs6000.h (NO_ARG_ARRAY):
4967 * m/ia64.h (NO_ARG_ARRAY):
4968 * m/hp800.h (NO_ARG_ARRAY):
4969 * m/arm.h (NO_ARG_ARRAY):
4970 * m/amdx86-64.h (NO_ARG_ARRAY):
4971 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4972
adf4f59c
EZ
49732010-04-25 Eli Zaretskii <eliz@gnu.org>
4974
6bdf5d65
EZ
4975 * xdisp.c (display_line): Don't assume 2nd call to
4976 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
4977 (iterate_out_of_display_property): New function, body from pop_it.
4978 (pop_it): Use it.
adf4f59c 4979
dfbbda83
GM
49802010-04-24 Glenn Morris <rgm@gnu.org>
4981
4982 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4983 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4984 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4985 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4986
2d4018aa
EZ
49872010-04-24 Eli Zaretskii <eliz@gnu.org>
4988
a49884a6
EZ
4989 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4990 use `get_next_display_element' and `set_iterator_to_next' to
4991 advance to the next character, when looking for the character that
4992 begins the next row.
4993
76db6fcc 4994 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
4995 definition of "struct Lisp_Symbol".
4996
70eab5c1
GM
49972010-04-24 Glenn Morris <rgm@gnu.org>
4998
4999 * Makefile.in (CRT_DIR): New variable, set by configure.
5000 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5001 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
5002
1ad4cc3d
DN
50032010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5004
e769f484
DN
5005 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5006
4196ff33
DN
5007 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5008
879b0ee4
DN
5009 Remove redundant flags.
5010 * s/freebsd.h (C_SWITCH_SYSTEM):
5011 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5012 * s/netbsd.h (C_SWITCH_SYSTEM):
5013 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5014 of these.
5015
03cbbcb8
DN
5016 Simplify m/intel386.h.
5017 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5018 user: ecrt0.c.
5019 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5020 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5021 the only user: s/unixware.h.
5022 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
5023 from m/intel386.h.
5024 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5025 moved here from m/intel386.h.
5026
1ad4cc3d
DN
5027 * m/mips.h: Remove #if 0 code.
5028
8785b888
EZ
50292010-04-23 Eli Zaretskii <eliz@gnu.org>
5030
728588cc
EZ
5031 Fix display of composed characters from L2R scripts in bidi buffers.
5032 * xdisp.c (set_iterator_to_next, next_element_from_composition):
5033 After advancing IT past the composition, resync the bidi iterator
5034 with IT's position. (Bug#5977)
5035
a63f80b4
DN
50362010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5037
5038 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5039 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5040
ff5dec5c
SM
50412010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5044
8785b888
EZ
50452010-04-23 Eli Zaretskii <eliz@gnu.org>
5046
58ccf243 5047 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
5048 * xdisp.c (pop_it): When the stack is popped after displaying
5049 from a string, bidi-iterate to exit from the text portion covered
5050 by the `display' property or overlay. (Bug#5988, bug#5920)
5051
feeb1604
DN
50522010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5053
8e324eb6
DN
5054 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5055 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5056
809fcaba
DN
5057 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5058 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5059
ed710380
DN
5060 Simplify STARTFILES definition.
5061 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5062 relying on Makefile.in to define it.
5063 * s/cygwin.h (START_FILES): Likewise.
5064 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5065
feeb1604
DN
5066 Clean up Solaris code.
5067 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5068 (LIB_MOTIF): Remove, configure takes care of this.
5069 (NOT_USING_MOTIF): Remove, unused.
5070 * xrdb.c: Remove #if 0-ed #include.
5071 (SYSV): Remove conditional for old SysV.
5072 * sysdep.c (closedir): Remove conditional code for Solaris,
5073 Solaris has closedir.
5074
a0d0b563
JD
50752010-04-22 Jan Djärv <jan.h.d@swipnet.se>
5076
5077 * xsettings.c (read_and_apply_settings): Check if current_font is
5078 NULL before strcmp (Bug#6001).
5079
56bae7c7
DN
50802010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5081
5082 Clean up HP-UX files.
5083 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5084 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5085 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5086 * s/hpux10-20.h: ... to the only user, here.
5087
372b7a95
EZ
50882010-04-21 Eli Zaretskii <eliz@gnu.org>
5089
5090 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5091 use buffer-local values of paragraph-start and paragraph-separate.
5092 <paragraph_start_re, paragraph_separate_re>: Rename from
5093 fallback_paragraph_start_re and fallback_paragraph_separate_re.
5094 (Bug#5992)
5095
f904c0f9
JD
50962010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5097
5098 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5099 current_tool_bar_style are new.
5100 (store_config_changed_event): Rename from store_font_changed_event.
5101 (XSETTINGS_TOOL_BAR_STYLE): New define.
5102 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5103 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5104 HAVE_XFT.
5105 (something_changedCB): store_font_changed_event is now
c4cc8b9a 5106 store_config_changed_event.
f904c0f9
JD
5107 (parse_settings): Rename from parse_xft_settings. Read
5108 non-xft xsettings outside #ifdef HAVE_XFT.
5109 (read_settings): Renamed from read_xft_settings.
5110 (apply_xft_settings): Take current settings as parameter. Do not
5111 call read_(xft)_settings.
5112 (read_and_apply_settings): New function.
5113 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5114 read_and_apply_settings if there are settings to be read.
5115 (init_xsettings): Renamed from init_xfd_settings.
5116 Call read_and_apply_settings unconditionally.
5117 (xsettings_initialize): Call init_xsettings.
5118 (Ftool_bar_get_system_style): New function.
5119 (syms_of_xsettings): Define Qmonospace_font_name and
5120 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 5121 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 5122 dynamic-setting.
31a01b90 5123 Move misplaced HAVE_GCONF
f904c0f9
JD
5124
5125 * xsettings.h (Ftool_bar_get_system_style): Declare.
5126
5127 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5128 Qtext, Qboth, Qboth_horiz are new.
5129 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5130 Vtool_bar_style, tool_bar_max_label_size.
5131
5132 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5133
5134 * keyboard.c: QClabel is new.
5135 (parse_tool_bar_item): Take out QClabel from tool bar items.
5136 Try to construct a label if ther is no QClabel.
5137 (syms_of_keyboard): Intern :label as QClabel.
5138
5139 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5140 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5141 New.
5142
5143 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5144 dynamic-setting.el.
5145
5146 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5147 (xg_make_tool_item, xg_show_toolbar_item): New function.
5148 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5149 Call xg_make_tool_item to make a tool bar item.
5150 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5151
5152 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5153 into account for toolbars.
5154
c632dfda
JD
51552010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5156
5157 * data.c (make_blv): Declarations before code (Bug#5993).
5158
10efe302
GM
51592010-04-21 Glenn Morris <rgm@gnu.org>
5160
5161 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5162 Define using autoconf, not cpp.
5163 (LIBXSM): New variable, set by autoconf.
5164 (LIBXT): Use $LIBXSM.
5165
4285ac5a
DN
51662010-04-21 Dan Nicolaescu <local_user@dannlt>
5167
3ec759e7
DN
5168 Remove NOMULTIPLEJOBS, unused.
5169 * s/template.h (NOMULTIPLEJOBS):
5170 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5171
4285ac5a
DN
5172 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5173 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5174 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5175 detects -znocombreloc and passes it to the linker
5176 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5177
2807228d
GM
51782010-04-21 Glenn Morris <rgm@gnu.org>
5179
5180 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5181
574c05e2
KK
51822010-04-21 Karel Klíč <kklic@redhat.com>
5183
5184 * Makefile.in (LIBSELINUX_LIBS): New.
5185 (LIBES): Add $LIBSELINUX_LIBS.
5186 * eval.c, lisp.h (call7): New function.
5187 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5188 (Ffile_selinux_context, Fset_file_selinux_context):
5189 New functions.
5190 (Fcopy_file): New parameter preserve-selinux-context.
5191 (Frename_file): Preserve selinux context when renaming by copy-file.
5192
91eac4bb 51932010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 5194 Eli Zaretskii <eliz@gnu.org>
91eac4bb 5195
50426a04
JB
5196 Don't depend on cm.c or termcap.c on Windows, use stubs.
5197 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5198 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5199 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5200 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5201 (sys_tputs, sys_tgetstr): New stubs.
5202 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5203 (tputs, tgetstr): New; define to sys_*.
91eac4bb 5204
938efb77
JB
52052010-04-20 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5208
b4bf28b7
SM
52092010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5210
8b1e1112
SM
5211 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5212 Just signal a warning rather than an error when inside a let.
5213 (Fmake_variable_frame_local): Add the same test.
5214
933ac235
SM
5215 * font.c (syms_of_font): Make the style table vars read-only.
5216
b4bf28b7
SM
5217 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5218 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5219
5220 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5221
93d68d0c
EZ
52222010-04-20 Eli Zaretskii <eliz@gnu.org>
5223
5224 Fix R2L paragraph display on TTY.
5225
5226 * xdisp.c (unproduce_glyphs): New function.
5227 (display_line): Use it when produced glyphs are discarded from R2L
5228 glyph rows.
5229 (append_composite_glyph): In R2L rows, prepend the glyph rather
5230 than appending it.
5231
5232 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5233 rather than append it. Set up the resolved_level and bidi_type
5234 attributes of the appended glyph.
283ccc18
EZ
5235 (produce_special_glyphs): Mirror the backslash continuation
5236 character in R2L lines.
93d68d0c 5237
283ccc18 5238 Implement display of R2L paragraphs in GUI sessions.
26cdf528 5239
283ccc18
EZ
5240 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5241 append_stretch_glyph.
5242 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5243 off-by-one error in computing x at end of text in the row.
5244 (append_stretch_glyph): In reversed row, prepend the glyph rather
5245 than append it. Set resolved_level and bidi_type of the glyph.
5246 (extend_face_to_end_of_line): If the row is reversed, prepend a
5247 stretch glyph whose width is such that the rightmost glyph will be
5248 drawn at the right margin of the window. Fix off-by-one error on
5249 TTY frames in testing whether a line needs face extension. Fix
5250 face extension at ZV. If this is the last glyph row, use
5251 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5252 region face.
5253 (set_cursor_from_row, display_line): Use
26cdf528
EZ
5254 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5255 row->continuation_lines_width.
283ccc18
EZ
5256 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5257 are at ZV. Fixes a crash when reseated to ZV by
5258 try_window_reusing_current_matrix.
45903529
EZ
5259 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5260 which happens with R2L glyph rows. Fixes a crash when inserting a
5261 character at end of an R2L line.
283ccc18
EZ
5262 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5263 treat them as having zero-width characters. Improve comments.
5264 Don't reverse pos_before and pos_after for reversed glyph rows.
5265 Set cursor.x to negative value when the cursor might be on the
5266 left fringe.
5267 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5268 left fringe, not the right one.
f951a506
EZ
5269 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5270 (erase_phys_cursor): For reversed cursor_row, support cursor on
5271 the left fringe.
5272
283ccc18
EZ
5273 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5274 of continuation indicators on the fringes.
5275 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5276 left fringe.
5277
f951a506
EZ
5278 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5279 draw cursor on the left fringe.
5280
5281 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5282 cursor on the left fringe.
5283
f951a506
EZ
5284 * dispnew.c (update_text_area): Handle reversed desired rows when
5285 the cursor is on the left fringe.
5286 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5287 below, not by 0, for when the cursor is on the left fringe.
5288
3bb49aaf
JD
52892010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5290
5291 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5292 widget is a scrollbar.
5293
c0be27fd
KH
52942010-04-20 Kenichi Handa <handa@m17n.org>
5295
5296 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5297 only when the arg CHARSET_LIST is nil.
5298
ce5b453a
SM
52992010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 Make variable forwarding explicit rather the using special values.
5302 Basically, this makes the structure of buffer-local values and object
5303 forwarding explicit in the type of Lisp_Symbols rather than use
5304 special Lisp_Objects for that. This tends to lead to slightly more
5305 verbose code, but is more C-like, simpler, and makes it easier to make
5306 sure we handled all cases, among other things by letting the compiler
5307 help us check it.
5308 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5309 Removing forwarding objects.
5310 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5311 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5312 explicit rather than hiding them inside Lisp_Object "values".
5313 (XFWDTYPE): New macro.
5314 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5315 (XBUFFER_LOCAL_VALUE): Remove.
5316 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5317 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5318 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5319 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5320 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5321 Remove the Lisp_Misc_* header.
5322 (struct Lisp_Buffer_Local_Value): Redefine.
5323 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5324 (struct Lisp_Misc_Any): Add filler to get the right size.
5325 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5326 Lisp_Intfwd.
5327 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5328 (DEFVAR_KBOARD): Allocate a forwarding object.
5329 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5330 (let_shadows_global_binding_p): New function.
5331 (union Lisp_Val_Fwd): New type.
5332 (make_blv): New function.
5333 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5334 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5335 (swap_in_symval_forwarding, find_symbol_value, Fset)
5336 (let_shadows_buffer_binding_p, set_internal, default_value)
5337 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5338 (Fkill_local_variable, Fmake_variable_frame_local)
5339 (Flocal_variable_p, Flocal_variable_if_set_p)
5340 (Fvariable_binding_locus):
5341 * xdisp.c (select_frame_for_redisplay):
5342 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5343 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5344 * frame.c (store_frame_param):
5345 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5346 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5347 value structure.
5348 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5349 (clone_per_buffer_values): Only adjust markers into the current buffer.
5350 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5351 (Fbuffer_local_value, set_buffer_internal_1)
5352 (swap_out_buffer_local_variables):
5353 Adapt to the new symbol value structure.
5354 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5355 (defvar_per_buffer): Take a new arg for the fwd object.
5356 (buffer_lisp_local_variables): Return a proper alist (different fix
5357 for bug#4138).
5358 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5359 (Fgarbage_collect): Don't handle buffer_defaults specially.
5360 (mark_object): Handle new symbol value structure rather than the old
5361 special Lisp_Misc_* objects.
5362 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5363 * term.c (set_tty_color_mode):
5364 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5365 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5366 a buffer_local_flags.
5367 * print.c (print_object): Get rid of impossible forwarding objects.
5368
fd3998ff
EZ
53692010-04-19 Eli Zaretskii <eliz@gnu.org>
5370
5371 * bidi.c (bidi_get_type, bidi_get_category)
5372 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
5373 (bidi_type_of_next_char, bidi_level_of_next_char):
5374 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 5375
e42cd1a7
JB
53762010-04-19 Juanma Barranquero <lekktu@gmail.com>
5377
5378 * dired.c (Ffile_attributes): Fix typo in docstring.
5379
6e104790 53802010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
5381
5382 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5383 NSInteger (Bug#5811).
5384
6e104790 53852010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
5386
5387 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5388 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5389
6e104790 53902010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
5391
5392 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5393
6e104790
SM
53942010-04-19 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5397 terminal frames (Bug#5837).
5398
37dcfea0
EZ
53992010-04-19 Eli Zaretskii <eliz@gnu.org>
5400
d1da276f
EZ
5401 * .gdbinit (xsubchartable): New command.
5402
37dcfea0
EZ
54032010-04-19 Eli Zaretskii <eliz@gnu.org>
5404
5405 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 5406 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
5407 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5408 and
5409 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5410
e9515805
SM
54112010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * alloc.c (Fpurecopy): Hash-cons if requested.
5414 (syms_of_alloc): Update purify-flag docstring.
5415
22aa44a8
JD
54162010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5417
5418 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5419 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5420
ebb5722e
EZ
54212010-04-17 Eli Zaretskii <eliz@gnu.org>
5422
5423 Fix a crash when an NSM character is inserted at BEGV.
5424
5425 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5426 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5427 NEUTRAL_B or UNKNOWN_BT.
5428
0f4442ef
EZ
54292010-04-16 Eli Zaretskii <eliz@gnu.org>
5430
5431 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5432 other rows with cursor unless they are different from this row and
5433 this row is part of a continued line. (Bug#5943)
5434
7d4e45f8
DN
54352010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5436
5437 * s/freebsd.h: Restore osreldate.h include.
5438 Suggested by Naohiro Aota.
5439
5ba5ec85
J
54402010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5441
5442 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5443
20af301d
CY
54442010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5445
5446 * s/cygwin.h: Avoid linking against static libgcc.
5447
a4b000fb
JL
54482010-04-15 Juri Linkov <juri@jurta.org>
5449
5450 * window.c: Add Qscroll_command.
5451 Remove Vscroll_preserve_screen_position_commands.
5452 (window_scroll_pixel_based, window_scroll_line_based): Check the
5453 `scroll-command' property on the last command instead of searching
5454 the last command in Vscroll_preserve_screen_position_commands.
5455 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5456 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5457 (scroll-preserve-screen-position): Doc fix.
5458 (Vscroll_preserve_screen_position_commands): Remove variable.
5459
bc319ba4
DN
54602010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5461
6bb24457
DN
5462 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5463
19d4c244
DN
54642010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5465
5466 Reduce cpp use in Makefile.in.
5467 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5468 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5469 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5470 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5471 (CRT0_COMPILE): Remove, inline it in the only user.
5472
32129746
JL
54732010-04-14 Juri Linkov <juri@jurta.org>
5474
5475 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5476 `scroll-up-command' and `M-v' from `scroll-down' to
5477 `scroll-down-command'.
5478
9013a7f8
JL
54792010-04-14 Juri Linkov <juri@jurta.org>
5480
5481 * window.c (Vscroll_preserve_screen_position_commands): New variable
5482 with the default value as the list of Qscroll_down and Qscroll_up.
5483 (window_scroll_pixel_based, window_scroll_line_based): Search the
5484 last command in the list Vscroll_preserve_screen_position_commands
5485 instead of comparing with Qscroll_up and Qscroll_down.
5486
4bef8d26
JD
54872010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5488
92848133
JD
5489 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5490 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5491 does that.
5492
4bef8d26
JD
5493 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5494 to zero.
5495
58b963f7
SM
54962010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5497
84164a0d
SM
5498 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5499
2b0a91e7
SM
5500 Try to solve the problem of spurious EOF chars in long lines of text
5501 sent to interactive subprocesses.
5502 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5503 (system_process_attributes): Remove unused var `ttotal'.
5504 * process.c (send_process): Don't bother breaking long line with EOF
5505 chars when talking to ttys any more.
5506 (wait_reading_process_output): Output a warning when called in such
5507 a way that it could block without being interruptible.
5508
58b963f7
SM
5509 Try to detect file modification within the same second.
5510 * buffer.h (struct buffer): New field modtime_size.
5511 * buffer.c (reset_buffer): Initialize it.
5512 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5513 (Fverify_visited_file_modtime): Check it.
5514 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5515 (Fset_visited_file_modtime): Set (or clear) it.
5516
01f5787b
SM
55172010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * process.c (status_notify): Remove unused var `ro'.
5520
83725342
JD
55212010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5522
5523 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5524 more than one visual (Bug#5938).
5525
b9465836
DN
55262010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5527
50426a04
JB
5528 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5529 Undefine.
b9465836 5530
8d9c8ece
DN
55312010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5532
b1f52161
DN
5533 Remove C_SWITCH_SYSTEM_TEMACS.
5534 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5535 (malloc, realloc, free): Use emacs, not temacs for conditional
5536 definition.
5537
5538 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5539 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5540
8d9c8ece
DN
5541 Use autoconf, not cpp for some variables.
5542 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5543 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5544 (ALL_CFLAGS): Use them as make variables.
5545 (really-lwlib, really-oldXMenu): Do not pass them.
5546
1ecb2d3f
JD
55472010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5548
5549 * xmenu.c (apply_systemfont_to_dialog): New.
5550 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5551
3a4fa2f2
SM
55522010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5553
97e53006
SM
5554 * process.c (exec_sentinel): Preserve current-buffer.
5555
3a4fa2f2
SM
5556 * process.c (read_process_output): Move the save-current-buffer to
5557 apply to both the filter and the non-filter branches.
5558
88df7221
DN
55592010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5560
5561 * s/msdos.h (UNEXEC): New definition.
5562
5634ff85
YM
55632010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5564
6eff5c3d
YM
5565 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5566 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5567
5568 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5569 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5570 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5571 TRY_WINDOW_CHECK_MARGINS.
5572
5573 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
5574 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5575 width only when it is for padding.
5634ff85 5576
b13aef54
J
55772010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5578
5579 * xfns.c (Fx_show_tip): Call try_window in a loop until
5580 fonts_changed_p is zero (Bug#2423).
5581
21d28484
EZ
55822010-04-08 Eli Zaretskii <eliz@gnu.org>
5583
5584 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5585 the end of TEXT_AREA. (Bug#5856)
5586
0269ef77
JD
55872010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5588
5589 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5590 HAVE_GCONF.
5591
5930fe97
EZ
55922010-04-08 Eli Zaretskii <eliz@gnu.org>
5593
5594 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5595 prev.orig_type, for resolving type of NSM. (Bug#5858)
5596
99852628
JD
55972010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5598
5599 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5600 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5601 in current_font.
5602 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
5603 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5604 New functions.
5605 (syms_of_xsettings): Initialize current_font.
5606 defsubr Sfont_get_system_normal_font.
99852628 5607
686b968e
JB
5608 * xsettings.h (Ffont_get_system_normal_font)
5609 (xsettings_get_system_normal_font): Declare.
99852628
JD
5610
5611 * xfns.c (extern xlwmenu_default_font): Remove.
5612 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5613 to xlwmenu.c.
5614
5615 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5616 menu items in UTF-8.
5617
5618 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5619 (apply_systemfont_to_menu): New function.
5620 (set_frame_menubar, create_and_show_popup_menu): Call
5621 apply_systemfont_to_menu.
5622
7fc874c4
J
56232010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5624
5625 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5626 FRAME_LINE_TO_PIXEL_Y.
5627
5628 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5629 pixelwidth/height.
5630
863bf481
DN
56312010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5632
5e5a3b92
DN
5633 Simplify code for HP machines.
5634 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5635 for GNU_LINUX, not needed.
5636 (UNEXEC, NEED_BSDTTY): Move definitions...
5637 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5638
863bf481
DN
5639 * m/iris4d.h (UNEXEC): Move definition ...
5640 * s/irix6-5.h (UNEXEC): ... here.
5641
3e6bec3b
JD
56422010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5643
5644 * xfns.c (set_machine_and_pid_properties): New function.
5645 (Fx_create_frame): Call set_machine_and_pid_properties.
5646
2912322b
SM
56472010-04-03 Eli Zaretskii <eliz@gnu.org>
5648
1502b819
EZ
5649 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5650 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5651 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5652
2912322b
SM
5653 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5654 in this function. (Bug#5703)
5655
56562010-04-03 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * nsterm.h: Fix last change.
5659
c435b432
DN
56602010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5661
a568f507
DN
5662 * m/intel386.h (NO_REMAP): Move definition ...
5663 * s/msdos.h (NO_REMAP): ... here.
5664
4cd9f6c2
DN
5665 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5666
c435b432
DN
5667 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5668 used on those platforms.
5669
42a2c622
DN
56702010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5671
5672 Remove extern errno declarations.
5673 * xterm.c:
5674 * xrdb.c:
5675 * w32term.c:
5676 * unexec.c:
5677 * unexaix.c:
5678 * sysdep.c:
5679 * process.c:
5680 * lread.c:
5681 * keyboard.c:
5682 * floatfns.c:
5683 * filelock.c:
5684 * fileio.c:
5685 * emacs.c (main):
5686 * ecrt0.c:
5687 * dispnew.c:
5688 * callproc.c:
5689 * buffer.c: Remove errno extern declarations.
5690 * s/netbsd.h (NEED_ERRNO): Remove.
5691
8224f93d
DN
56922010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5693
5694 Remove all uses of LIBX11_SYSTEM.
5695 * Makefile.in (LIBX11_SYSTEM): Remove.
5696 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5697 instead.
5698
814062c7
EZ
56992010-04-01 Eli Zaretskii <eliz@gnu.org>
5700
ed68db4d
EZ
5701 Remove support for DJGPP v1.x (bug#5813).
5702
5703 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
5704 * s/msdos.h:
5705 * unexec.c (make_hdr, copy_text_and_data):
5706 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 5707 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
5708 (IT_set_terminal_modes, __write, _rename, gethostname)
5709 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5710 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5711 the value of __DJGPP__.
ed68db4d
EZ
5712 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5713 compatibility code.
8224f93d
DN
5714 * lread.c:
5715 * gmalloc.c (memalign):
5716 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5717 * emacs.c (main):
5718 * dosfns.c (init_dosfns):
ed68db4d
EZ
5719 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5720
52f4d8d5
EZ
57212010-04-01 Eli Zaretskii <eliz@gnu.org>
5722
814062c7
EZ
5723 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5724 string with `cursor' property comes from an `after-string'
5725 overlay. (Bug#5816)
5726
0dc2e11d
GM
57272010-04-01 Glenn Morris <rgm@gnu.org>
5728
5729 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5730 Define as Makefile variables.
5731 (LIBX): Use above variables rather than directly using autoconf.
5732
1d29df59
DN
57332010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 Clean up BSD_SYSTEM use.
5736 * xterm.c:
5737 * process.c:
5738 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5739 for including <sys/ioctl.h>.
5740 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5741 code is only used for MSDOS.
5742
1546c559
JL
57432010-03-31 Juri Linkov <juri@jurta.org>
5744
5745 * image.c: Add `Qextension_data'.
5746 (syms_of_image): Initialize and staticpro `Qextension_data'.
5747 (Fimage_metadata): Rename from `Fimage_extension_data'.
5748 (gif_load): Put GIF extension data to the property
5749 `Qextension_data'.
5750
6521c534
CY
57512010-03-31 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5754 * nsterm.h: Fix prototype.
5755
52c30783
EZ
57562010-03-31 Eli Zaretskii <eliz@gnu.org>
5757
5758 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5759 trailing whitespace in right-to-left rows.
5760
855a0da7
SM
57612010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 Get rid of the direct_output optimizations.
5764 * keyboard.c (nonundocount): Remove extern declaration.
5765 (command_loop_1): Remove brittle optimisation for cheap and
5766 common operations.
5767 * xdisp.c (redisplay_internal): Don't bother checking
5768 redisplay_performed_directly_p any more.
5769 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5770 any more.
5771 * dispnew.c (redisplay_performed_directly_p)
5772 (direct_output_for_insert, direct_output_forward_char):
5773 * dispextern.h (redisplay_performed_directly_p)
5774 (direct_output_for_insert, direct_output_forward_char): Remove.
5775 * cmds.c (nonundocount): Make it static.
5776
85738751 57772010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
5778
5779 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5780
85738751 57812010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
5782
5783 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5784 invisible (Bug#5766).
5785
85738751 57862010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 5787
855a0da7
SM
5788 * xdisp.c (x_consider_frame_title, update_window_cursor):
5789 Remove HAVE_NS conditionals.
194d44e7 5790 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
5791
5792 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5793 filename for the title.
5794 (ns_set_doc_edited): Do nothing if the selected window is a
5795 minibuffer window.
5796
5797 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5798 ns_set_doc_edited.
5799
5800 * nsterm.m: Remove unneeded prototype.
5801
85738751 58022010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
5803
5804 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5805 in the DOC file. (Bug#5336)
5806
85738751 58072010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
5808
5809 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5810
75d1428c
SM
58112010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * window.c (keys_of_window): Remove redundant/overridden bindings.
5814
82043cfb
EZ
58152010-03-30 Eli Zaretskii <eliz@gnu.org>
5816
5817 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5818 Restore original behavior when the iterator is not bidi_p.
5819
b5dd0ae7
DN
58202010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5821
5822 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5823
bd924a5d
EZ
58242010-03-30 Eli Zaretskii <eliz@gnu.org>
5825
5826 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5827 are outside the range of cached character positions.
5828
3580374b
JB
58292010-03-30 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5832
a7b02820
EZ
58332010-03-30 Eli Zaretskii <eliz@gnu.org>
5834
5835 Initial support for bidirectional editing.
5836
5837 * Makefile.in (obj): Include bidi.o.
5838 (bidi.o): New target.
5839
5840 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5841 ($(BLD)/bidi.$(O)): New target.
5842
5843 * bidi.c: New file.
5844
5845 * buffer.h (struct buffer): New members bidi_display_reordering
5846 and bidi_paragraph_direction.
5847
5848 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5849 and bidi_paragraph_direction.
5850 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5851 and bidi-paragraph-direction.
5852 (Fbuffer_swap_text): Swap the values of
5853 bidi_display_reordering and bidi_paragraph_direction.
5854
5855 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5856 (bidi_type_t, bidi_dir_t): New types.
5857 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5858 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5859 prev_stop, base_level_stop, and eol_pos.
5860 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5861 (IT_STACK_SIZE): Enlarge to 5.
5862 (struct glyph_row): New member reversed_p.
5863 <string_buffer_position>: Update prototype.
5864 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5865 glyph_row if bidi_it.paragraph_dir == R2L.
5866 (struct glyph): New members resolved_level and bidi_type.
5867
5868 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5869 processing or buffer's direction is right-to-left.
5870 (prepare_desired_row): Preserve the reversed_p flag.
5871 (row_equal_p): Compare the reversed_p attributes as well.
5872
5873 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5874 bidi_init_it and set it->paragraph_embedding from the current
5875 buffer's value of bidi_paragraph_direction.
5876 (reseat_1): Initialize bidi_it.first_elt.
5877 (set_iterator_to_next, next_element_from_buffer): Use the value of
5878 paragraph_embedding to determine the paragraph direction.
5879 (set_iterator_to_next): Under bidi reordering, call
5880 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5881 new_paragraph flag is set in the bidi iterator.
5882 (next_element_from_buffer): If bidi_it.first_elt is set,
5883 initialize paragraph direction and find the first character to
5884 display in the visual order. If reseated to a middle of a line,
5885 prime the bidi iterator starting at the line's beginning. Handle
5886 the situation where we overstepped stop_charpos due to
5887 non-linearity of the bidi iteration. Likewise for when we back up
5888 beyond the previous stop_charpos. When moving across stop_charpos,
5889 record it in prev_stop.
5890 (display_line): Set row->end and it->start for the next row to the
5891 next character in logical order. Always extend reversed_p rows to
5892 the end of line, even if they end at ZV. Copy the reversed_p flag
5893 to the next glyph row. Keep calling set_cursor_from_row for
5894 bidi-reordered rows even if we already have a possible candidate
5895 for cursor position. Set row_end after all the row's glyphs have
5896 been produced, by looping over the glyphs. Record the position
5897 after EOL in it->eol_pos, and use it to set end_pos of the last
5898 row produced for a continued line.
5899 <Qright_to_left, Qleft_to_right>: New variables.
5900 (syms_of_xdisp): Initialize and staticpro them.
5901 (string_buffer_position_lim): New function.
5902 (string_buffer_position): Most of code moved to
5903 string_buffer_position_lim. Last argument and return value are
5904 now EMACS_INT; all callers changed.
5905 (set_cursor_from_row): Rewritten to support bidirectional text and
5906 reversed glyph rows.
5907 (text_outside_line_unchanged_p, try_window_id): Disable
5908 optimizations if we are reordering bidirectional text and the
5909 paragraph direction can be affected by the change.
5910 (append_glyph, append_composite_glyph)
5911 (produce_image_glyph, append_stretch_glyph): Set the
5912 resolved_level and bidi_type members of each glyph.
5913 (append_glyph): If the glyph row is reversed, prepend the glyph
5914 rather than appending it.
5915 (handle_stop_backwards): New function.
5916 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5917 (reseat): call handle_stop_backwards to recompute prev_stop and
5918 base_level_stop for the new position.
5919 (handle_invisible_prop): Under bidi iteration, skip invisible text
5920 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5921 paragraph direction. Update IT->prev_stop after skipping
5922 invisible text.
5923 (move_it_in_display_line_to): New variables prev_method
5924 and prev_pos. Compare for strict equality in
5925 BUFFER_POS_REACHED_P.
5926 (try_cursor_movement): Examine all the candidate rows that occlude
5927 point, to return the best match. If rows are bidi-reordered
5928 and point moved backwards, back up to the row that is not a
5929 continuation line, and start looking for a suitable row from
5930 there.
5931
5932 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5933 rather than appending, if the glyph_row's reversed_p flag is set.
5934 Set the resolved_level and bidi_type members of each glyph.
5935
5936 * .gdbinit (pbiditype): New command.
5937 (pgx): Use it to display bidi level and type of the glyph.
5938 (pitx): Display some bidi information about the iterator.
5939 (prowlims, pmtxrows): New commands.
5940
32a8894e
DN
59412010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5942
5943 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5944 * s/usg5-4.h (LIBS_DEBUG):
5945 * s/irix6-5.h (C_DEBUG_SWITCH):
5946 * s/gnu-linux.h (LIBS_DEBUG):
5947 * s/darwin.h (LIBS_DEBUG):
5948 * s/bsd-common.h (LIBS_DEBUG):
5949 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5950 * m/iris4d.h (LIBS_DEBUG):
5951 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5952
5953 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5954 (LIBS_DEBUG): Remove definition.
5955
649dbf36
CY
59562010-03-27 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5959 Windows.
5960
cad4261f
YM
59612010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5962
5963 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5964 `connect' (Bug#5723).
5965
cd591dbc
HE
59662010-03-25 Helmut Eller <eller.helmut@gmail.com>
5967
5968 * process.c (Fmake_network_process): Call `select' for interrupted
5969 `connect' rather than creating new socket (Bug#5173).
5970
e867cb5d 59712010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
5972
5973 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5974
5975 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5976
5977 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5978
e867cb5d 59792010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
5980
5981 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5982 XLoadQueryFont.
5983
e867cb5d 59842010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
5985
5986 * coding.c (decode_coding_ccl): Fix previous change for the
5987 multibyte case.
fb608df3
KH
5988 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5989 case that the output buffer is fullfilled.
5990 (encode_coding): Setup ccl program here.
fbdc1721 5991
5845f0ed
DN
59922010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5993
814fb708
DN
5994 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5995
5845f0ed
DN
5996 Simplify LIBS_MACHINE definitions.
5997 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5998 * m/iris4d.h (LIBS_MACHINE): Likewise.
5999 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6000 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 6001 * s/netbsd.h: Remove commented out code.
5845f0ed 6002
b7064064
DN
60032010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6004
df7734b2
DN
6005 Remove dead code dealing with POSIX_SIGNALS.
6006 * atimer.c (set_alarm): Remove dead code, all USG systems define
6007 POSIX_SIGNALS.
6008 * data.c (arith_error): Likewise.
6009 * keyboard.c (input_available_signal, handle_user_signal)
6010 (interrupt_signal): Likewise.
6011 * process.c (sigchld_handler): Likewise.
6012 (create_process): Remove if 0 code. Remove HPUX conditional when
6013 !defined (POSIX_SIGNALS), it cannot be true.
6014 * syssignal.h: Remove USG5_4 and USG conditionals when
6015 !POSIX_SIGNALS, they cannot be true.
6016
b7064064
DN
6017 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6018 NO_SOCK_SIGIO, not used anymore.
6019
55da5ee3
DN
60202010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6021
0be96e3a
DN
6022 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6023 support vax on BSDs.
6024
55da5ee3
DN
6025 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6026 * s/aix4-2.h (ORDINARY_LINK): ... here.
6027
c0282183
AS
60282010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6029
82c3d67a
AS
6030 * Makefile.in (abs_builddir): Define.
6031 (bootstrap_exe): Use it.
6032 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 6033
3613edce
SM
60342010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * Makefile.in (bootstrap_exe): Use an absolute name.
6037
7f110ddc
DN
60382010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6039
22e87574
DN
6040 Remove support for old GNU/Linux using libc version 5.
6041 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6042 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6043
05a670e6
DN
6044 Consolidate redundant definitions in s/bsd-common.h.
6045 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6046 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6047 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6048 doing it in all files that include this one.
6049 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6050 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6051 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6052 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6053 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6054 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6055 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6056 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6057 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6058
2968f561
DN
6059 Consolidate redundant definitions.
6060 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6061 it's undefined in all files that include this one.
6062 (POSIX_SIGNALS): Define here instead of doing it in all files that
6063 include this one.
6064 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6065 (POSIX_SIGNALS): Do not define.
6066 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6067 (POSIX_SIGNALS): Do not define.
6068 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6069 (POSIX_SIGNALS): Do not define.
6070
15d25dc0
DN
6071 Remove support for old UNIX System V systems.
6072 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6073 * s/usg-5-4-2.h: Remove.
6074
07e339e4
DN
6075 Remove support for Solaris on PPC and for old versions.
6076 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6077 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6078 that cancel each other.
6079 * s/sol2-3.h:
6080 * s/sol2-4.h:
6081 * s/sol2-5.h: Remove.
6082 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6083 (NO_REMAP): Remove, unused.
6084 (UNEXEC): Move definition ...
6085 * s/aix4-2.h (UNEXEC): ... here.
6086
7f110ddc
DN
6087 * s/openbsd.h: Remove support for non-ELF and for systems that do
6088 not support shared libraries.
6089 * s/netbsd.h:
6090 * s/freebsd.h: Likewise.
6091
605f35cd
DN
60922010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 Remove non-working support for lynxos 3.0.
6095 * s/lynxos.h: Remove file.
6096
6097 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6098 COFF_BSD_SYMBOLS, nothing defines it anymore.
6099
aed71cf4
DN
61002010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6101
6102 Remove obsolete uses of HAVE_SHM.
6103 * emacs.c (standard_args):
6104 (Fdump_emacs):
6105 (syms_of_emacs): Remove code depending on HAVE_SHM.
6106
6107 * alloc.c: Remove HAVE_SHM dependent definition.
6108
6109 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6110
aded53ff
GM
61112010-03-18 Glenn Morris <rgm@gnu.org>
6112
17284745
GM
6113 * emacs.c (USAGE4): Hard-code bug address.
6114 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6115 (bug_reporting_address): Remove.
6116 (main): Don't call bug_reporting_address.
6117
aded53ff
GM
6118 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6119 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6120
303500aa
CY
61212010-03-15 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * xfns.c (Fx_create_frame):
6124 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6125 on left.
6126
cef3058f
CY
61272010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6128
6129 * editfns.c (Fformat): Account for string precision when computing
6130 field width (Bug#5710).
6131
a647d59d
CY
61322010-03-12 Chong Yidong <cyd@stupidchicken.com>
6133
4fa42018
CY
6134 * xfns.c (Fx_create_frame): Set default to Qright.
6135
a647d59d
CY
6136 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6137 all window systems.
6138
6da23aaa
EZ
61392010-03-12 Eli Zaretskii <eliz@gnu.org>
6140
a96f6398 6141 These changes remove termcap.c from the build on Posix platforms.
83d02def 6142 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
6143 (MSDOS_OBJ): ...to here.
6144 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6145 now identical to when LIBS_TERMCAP is defined.
6146
6147 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6148
6149 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6150
a96f6398 6151 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 6152
288f9fc0
CY
61532010-03-10 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * Branch for 23.2.
6156
d48cd3f4
SM
61572010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 Cleanup setup of gl_state in various parts of the code.
6160 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6161 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6162 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6163 (skip_chars):
6164 * regex.c (regex_compile): Use it.
6165 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6166 it's now set in regex_compile when/if we need it.
6167
618db430
SM
61682010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6169
c0335e02
SM
6170 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6171 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6172 (QUIT): Use it to consolidate code and remove redundancy.
6173 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6174
254c06a8
SM
6175 * regex.c (regex_compile): Setup gl_state as well.
6176
618db430
SM
6177 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6178 (in_classes): Use CONSP before XCAR/XCDR.
6179
233f0c9f
CY
61802010-03-03 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6183 definitions, so that keyboard macros are correctly handled
6184 (Bug#5481).
6185
75f80e63
EZ
61862010-03-02 Eli Zaretskii <eliz@gnu.org>
6187
6188 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6189 text that could be relocated inside the call to emacs_mule_char.
6190 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6191 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6192
dcfb9bc4
KH
61932010-03-02 Kenichi Handa <handa@m17n.org>
6194
fc9a17bc
KH
6195 * character.c (parse_str_as_multibyte): Fix handling of the
6196 multibyte form of raw-bytes.
6197 (str_as_multibyte): Likewise.
6198
dcfb9bc4
KH
6199 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6200 form of raw-bytes.
6201
412c01b6
CY
62022010-02-28 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * charset.c (load_charset_map_from_file)
6205 (load_charset_map_from_vector): Zero out allocated
6206 charset_map_entries before using them.
6207
df7e1ea0
AS
62082010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6209
6210 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6211
fe69a722
CY
62122010-02-27 Chong Yidong <cyd@stupidchicken.com>
6213
4ed28cf4
CY
6214 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6215 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 6216
7379cfce
KH
62172010-02-26 Kenichi Handa <handa@m17n.org>
6218
f88cc4d6
KH
6219 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6220
7379cfce
KH
6221 * xdisp.c (reseat_to_string): Fix previous change.
6222
cf2fdcfb
CY
62232010-02-26 David Reitter <david.reitter@gmail.com>
6224
6225 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6226 Lisp_Object (Bug#4736).
6227
cc6c7c75
KH
62282010-02-25 Kenichi Handa <handa@m17n.org>
6229
6230 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6231
32e737d7
JD
62322010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6233
6234 * xterm.c (XTflash): Move declarations before statements.
6235
6236 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6237 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6238 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6239 (xg_create_tool_bar): Remove unused variables.
6240 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 6241 (xg_create_frame_widgets): Remove variable grav.
32e737d7 6242
676cae9f
CY
62432010-02-21 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6246
886cc2b8
SM
62472010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * term.c (fatal): Add a final \n if needed (bug#5596).
6250
ddb2d8e2
CY
62512010-02-18 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6254
2a4f8d3d
GM
62552010-02-18 Glenn Morris <rgm@gnu.org>
6256
6257 * callint.c (Finteractive): Doc fix.
6258
ebaf11b6
KH
62592010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6260
886cc2b8
SM
6261 * coding.c (record_conversion_result):
6262 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
6263 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6264 memory allocation error.
6265
d0396581
KH
62662010-02-17 Kenichi Handa <handa@m17n.org>
6267
886cc2b8
SM
6268 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6269 Fix for the case that the output buffer is fullfilled.
d0396581
KH
6270 (decode_coding): Setup ccl program here. Keep looping when the
6271 decoder stopped because the output buffer is
6272 fullfilled (bug#5534).
6273
6274 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6275
98599f74
JD
62762010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6277
471e4f04 6278 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 6279 bug #5571.
886cc2b8 6280 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 6281 overdrawn.
98599f74 6282
182659ae
JD
62832010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6284
6285 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6286 doing_interact here.
6287 (ice_connection_closed): New function.
6288 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6289 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6290 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6291 returns I/O error.
6292 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6293 bug #5512.
6294
9be32c4e 62952010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
6296
6297 * nsfont.m (nsfont_open): The system's value for the font descent
6298 is negative, so round it down to avoid clipping.
6299
a2f3eb19
CY
63002010-02-06 Chong Yidong <cyd@stupidchicken.com>
6301
6302 * charset.c (load_charset_map_from_file)
6303 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 6304 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 6305
3088147c
CY
63062010-02-05 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * charset.c (load_charset_map_from_file): Allocate large
6309 charset_map_entries structure on the heap rather than the stack.
6310 (Bug#5526).
6311
b57d9029
KH
63122010-01-31 Kenichi Handa <handa@m17n.org>
6313
6314 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 6315 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 6316
c67d885b
CY
63172010-01-31 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6320 <deactivated@gmail.com> (Bug#3605).
6321
8fab2362
CY
63222010-01-31 David De La Harpe Golden <david@harpegolden.net>
6323
6324 * fileio.c (Frename_file): Correctly rename symlinks to
6325 directories (Bug#5496).
6326
cb2a62f2
CY
63272010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6328
6329 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6330
944c7a26
AS
63312010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6332
6333 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6334
c024ac08
CY
63352010-01-29 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * frame.c (DEFAULT_ROWS): Change default to 35.
6338
6339 * xfns.c (x_default_font_parameter): Change default XFT font to
6340 monospace-10 (Bug#3643).
6341
af93af83
EZ
63422010-01-29 Eli Zaretskii <eliz@gnu.org>
6343
6344 * w32inevt.c (key_event): Remove unnecessary comparison of
6345 event->uChar.AsciiChar with 128.
6346
ca0eb708
CY
63472010-01-28 Chong Yidong <cyd@stupidchicken.com>
6348
b242dbfc
CY
6349 * fileio.c (Frename_file): Fix last change (Bug#5487).
6350
ca0eb708
CY
6351 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6352
6353 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6354
45d45af5
JD
63552010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6356
6357 * xfns.c (Fx_create_frame): Remove window size matching code from
6358 2010-01-15.
a73f9c9d 6359 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 6360
7e233730
JR
63612010-01-27 Jason Rumney <jasonr@gnu.org>
6362
6363 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 6364 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 6365
86e893e3
KH
63662010-01-27 Kenichi Handa <handa@m17n.org>
6367
6368 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 6369 pattern string (Bug#4209).
86e893e3 6370
8719abec
CY
63712010-01-27 David De La Harpe Golden <david@harpegolden.net>
6372
6373 * fileio.c (Frename_file): Call copy-directory and
6374 delete-directory for directories, in order to handle cross-device
6375 renaming (Bug#3353).
6376
844794c8
JD
63772010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6378
aa3e13b5 6379 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 6380 sizes 24 and 10. Bug #3643.
844794c8 6381
bd4b5750
SM
63822010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6383
8dc1adf6 6384 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
6385 * keymap.c (shadow_lookup): Add `remap' arg.
6386 (describe_map, describe_vector): Update calls to shadow_lookup.
6387 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6388 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
6389 perform remapping during shadow_lookup check of remapped_sequences.
6390
285d07e2
CY
63912010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6392
6393 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6394 png_check_sig, which has been removed in libpng 1.4.
6395
c6d09b8d
CY
63962010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6397
6398 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6399 lacks this header file).
6400
3d782998
YM
64012010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6402
6403 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6404 as in Emacs 22.
6405
2aff7c53
YM
64062010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6407
6408 * lisp.h (make_pure_string): String pointer arg now points to const.
6409
6410 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6411 args now point to const.
6412
74327f7a
EZ
64132010-01-22 Eli Zaretskii <eliz@gnu.org>
6414
6415 * lread.c (Fload): Don't treat files without .elc extension as
6416 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6417 them. (bug#5303)
6418
4d1e6632
KH
64192010-01-20 Kenichi Handa <handa@m17n.org>
6420
6421 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6422 treat the source as actual byte sequence.
6423
1fdede8f
AM
64242010-01-19 Alan Mackenzie <acm@muc.de>
6425
6426 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 6427 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
6428 `signal_after_change_p' to `coherent_change_p', and make the
6429 invocation of `modify_region' conditional on it.
6430
67477f30
JD
64312010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6432
6433 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6434 for debug purpose.
6435 (syms_of_xsettings): Declare xft-settings.
6436
244b023e
CY
64372010-01-18 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6440
617364fe
CY
64412010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6444
4fe22cdf
CY
64452010-01-16 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * emacs.c (standard_args): Adjust arg priorities to reflect how
6448 they are processed in startup.el.
6449
e118d2be
AS
64502010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6451
6452 * Makefile.in (lisp, shortlisp): Update.
6453
523ae620
SM
64542010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6457 code, link the new kboard into all_kboard before running Lisp code,
6458 and protect the new terminal with GCPRO (Bug#5365).
6459 (x_term_init): Remove unused var `atom'.
6460 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6461
f0d13888
JD
64622010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6463
6464 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6465 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6466 to find out usable size of the desktop. Don't make frames larger than
ac146f82 6467 this. Bug #3643.
f0d13888 6468
cc320f07
KH
64692010-01-15 Kenichi Handa <handa@m17n.org>
6470
6471 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6472
7ffdf101
CY
64732010-01-15 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * nsterm.m (Qnone): Define.
6476
6477 * nsfns.m (Qnone): Move definition to nsterm.m.
6478
d12bd917
KH
64792010-01-14 Kenichi Handa <handa@m17n.org>
6480
6481 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6482 systems.
6483
d9a7c140
KH
64842010-01-14 Kenichi Handa <handa@m17n.org>
6485
6486 Make auto-composition work on all buffers even if they are
6487 fundamental mode.
6488
6489 * composite.c (Vauto_composition_mode): New variable.
6490 (composition_compute_stop_pos): Check Vauto_composition_mode
6491 instead of Vauto_composition_function.
6492 (composition_adjust_point, Ffind_composition_internal): Likewise.
6493 (syms_of_composite): Declare Lisp variable
6494 "auto-composition-mode" here.
6495
63286bb2
CY
64962010-01-13 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6499 during call to vendor-specific-keysyms (Bug#5365).
6500
c2623ee7
YM
65012010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6502
6503 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6504 Call SIGNAL_THREAD_CHECK (Bug#5333).
6505
6506 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6507 Call SIGNAL_THREAD_CHECK.
6508
0b5397c2
SM
65092010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 Try to fix bug#5314. This is probably not the final word, tho.
6512 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6513 recent-auto-save-p as a side-effect.
6514 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6515 * buffer.c (Fkill_buffer, reset_buffer):
6516 * editfns.c (Fsubst_char_in_region):
6517 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6518 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6519
dc954cb2
KH
65202010-01-13 Kenichi Handa <handa@m17n.org>
6521
6522 Display buffer name, etc. in mode line by composing correctly.
6523
6524 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6525 STRING is not nil.
0b5397c2 6526 (display_mode_element): Adjust for the change of
dc954cb2
KH
6527 decode_mode_spec and display_line.
6528 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6529 (display_string): Handle the case that STRING is non-null and
6530 LISP_STRING is not nil.
6531
0b5397c2
SM
6532 * xterm.c (x_draw_composite_glyph_string_foreground):
6533 Pay attention to s->face->overstrike.
dc954cb2
KH
6534
6535 * composite.c (composition_reseat_it): Don't check PT if STRING is
6536 non nil.
6537
4a00eaca
YM
65382010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6539
6540 * keyboard.c (read_char): Don't apply previous change when current
6541 buffer is unchanged by command execution.
6542
60abb287
JD
65432010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6544
6545 * keyboard.c (read_char): Return after executing from special map.
6546
893db5bc
GM
65472010-01-12 Glenn Morris <rgm@gnu.org>
6548
6549 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6550 bug-gnu-emacs rather than emacs-pretest-bug.
6551
4d03ece0
CY
65522010-01-11 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6555 initializing the Lisp variables that depend on them.
6556
1df47e38
YM
65572010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6558
6559 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6560 Clear areas that will not be updated after change of menu bar lines.
6561 Clear the menu bar window's current matrix when the window gets empty.
6562
2f1c6384
CY
65632010-01-09 Chong Yidong <cyd@stupidchicken.com>
6564
e398c61c
CY
6565 * intervals.h, textprop.c (extend_property_ranges): Return value
6566 and args changed. Discard properties that begin at or after the
6567 new end (Bug#5306).
6568
6569 * editfns.c (Fformat): Caller changed.
6570
e5a29a10
CY
6571 * nsterm.m (ns_set_default_prefs): Delete function.
6572 (syms_of_nsterm): Initialize ns_command_modifier,
6573 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6574 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6575
2f1c6384
CY
6576 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6577 position (Bug#4040).
6578
d427a9fa
EZ
65792010-01-09 Eli Zaretskii <eliz@gnu.org>
6580
6581 * editfns.c (Ffloat_time): Doc fix.
6582
21b9df2f
JD
65832010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6584
6585 * xfns.c (Fx_create_frame): Don't create frame larger than display
6586 by default bug#3643.
6587
4b00d3b1
YM
65882010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6589
6590 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6591 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6592 windows above internal border.
6593
6594 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6595 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6596 windows above internal border.
6597
6598 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6599 tool bar windows specially.
6600
6601 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6602
6603 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6604 specially.
6605 (XTflash): Take account of menu bar height.
6606
6607 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6608 specially.
6609
5075d853
JD
66102010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6611
ac146f82 6612 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
6613 also be true before we can return early (bug #5339).
6614
474217c8
CY
66152010-01-06 David Reitter <david.reitter@gmail.com>
6616
6617 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6618 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6619 (Bug#3233).
6620
c0e6d47d
JD
66212010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6622
d0cf45b7
JD
6623 * font.c (font_open_entity): Enable chache and call cached_font_ok
6624 for the driver if defined.
6625 (QCuser_spec): New symbol.
6626 (font_spec_from_name): Save name as user-spec.
6627 (font_load_for_lface): Keep user-spec instead of name.
6628 (font_open_by_name): Save name as user-spec.
6629 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 6630 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
6631
6632 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6633 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6634 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6635
6636 * font.h (struct font_driver): Add cached_font_ok.
6637
c0e6d47d
JD
6638 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6639
7c583cd8
JD
66402010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6641
6642 * xterm.c (x_new_font): Move code for setting rows/cols before
6643 resizing ...
ac146f82 6644 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
6645
6646 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
6647 (xg_frame_resized, xg_frame_set_char_size):
6648 Call xg_clear_under_internal_border.
7c583cd8 6649 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 6650
03f77f0a
CY
66512010-01-05 Chong Yidong <cyd@stupidchicken.com>
6652
6653 * keyboard.c (read_key_sequence): Catch keyboard switch after
6654 making a new tty frame (Bug#5095).
6655
2a1ef5be
KH
66562010-01-05 Kenichi Handa <handa@m17n.org>
6657
6658 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6659
e3eb1dae
SM
66602010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6663 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6664 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6665
777013f2
MA
66662010-01-03 Michael Albinus <michael.albinus@gmx.de>
6667
6668 * dbusbind.c (xd_add_watch): Improve debug message.
6669 (xd_remove_watch): Improve debug message. If DATA is the session
6670 bus, unset D-Bus session environment.
6671 (Fdbus_init_bus): Pass the bus as argument to
6672 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 6673
8932b1c2
CY
66742010-01-01 Chong Yidong <cyd@stupidchicken.com>
6675
87231e2c
CY
6676 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6677
4801c5fa
CY
6678 * lread.c (syms_of_lread): Make it clearer that these are the
6679 names of loaded files (Bug#5068).
6680
8932b1c2
CY
6681 * eval.c (run_hook_with_args): Handle the case where the global
6682 value has the obsolete single-function form (Bug#5026).
6683
11e3c684
CY
66842009-12-27 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * minibuf.c (Fall_completions): Minor optimization.
6687
5b28ce35
EZ
66882009-12-26 Eli Zaretskii <eliz@gnu.org>
6689
5ce6e4f4
JB
6690 * .gdbinit (pgx): Fix display of composite glyphs.
6691 Display cmp.from and cmp.to as well.
6692 (pitx): Fix last change.
5b28ce35 6693
bcffff46
KH
66942009-12-25 Kenichi Handa <handa@m17n.org>
6695
6696 * composite.h (composition_adjust_point): Update prototype.
6697
6698 * composite.c (composition_reseat_it): Don't make a composition
6699 spanning over point.
6700 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6701 composable characters.
6702 (composition_adjust_point): New arg NEW_PT. Callers changed.
6703
6704 * keyboard.c (command_loop_1): Force redisplay if the last point
6705 was within a composition.
6706 (adjust_point_for_property): Don't adjust point for automatic
6707 composition when called after buffer modification.
6708
3f670e9a
EZ
67092009-12-19 Eli Zaretskii <eliz@gnu.org>
6710
5ce6e4f4
JB
6711 * .gdbinit (pitx): Don't use enum names, use their values.
6712 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
6713 (pgx): Don't use enum names, use their values.
6714 (pitmethod): New helper command.
6715 (pitx): Use it to display iteration method.
6716 (pgrowit): New command.
6717
ad903955
EZ
6718 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6719
3f670e9a
EZ
6720 Update dependencies in Makefile.in.
6721
6722 * Makefile.in (alloc.o): Depend on termhooks.h.
6723 (atimer.o): Depend on blockinput.h.
6724 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6725 and frame.h.
6726 (callint.o): Depend on systime.h, coding.h, and composite.h.
6727 (callproc.o): Depend on buffer.h.
6728 (casefiddle.o): Don't depend on charset.h.
6729 (casetab.o): Depend on character.h.
6730 (ccl.o): Depend on composite.h.
6731 (chartab.o): Depend on ccl.h.
6732 (cm.o): Depend on dispextern.h.
6733 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6734 (coding.o): Don't depend on $(INTERVALS_H).
6735 (composite.o): Don't depend on dispextern.h explicitly (it's in
6736 $(INTERVALS_H)). Depend on ccl.h.
6737 (data.o): Depend on systime.h, coding.h, composite.h,
6738 dispextern.h, font.h, and ccl.h.
6739 (dired.o): Depend on composite.h.
6740 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6741 composite.h (it's in $(INTERVALS_H)).
6742 (doc.o): Depend on systime.h, coding.h, and composite.h.
6743 (editfns.o): Don't depend explicitly on dispextern.h.
6744 (emacs.o): Depend on frame.h and coding.h.
6745 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6746 (fileio.o): Depend on frame.h and commands.h. Don't depend
6747 explicitly on dispextern.h.
6748 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6749 composite.h.
6750 (fns.o): Don't depend on termhooks.h.
6751 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6752 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6753 coding.h, $(INTERVALS_H), window.h, xterm.h.
6754 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6755 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6756 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6757 fontset.h, ccl.h, and ftfont.h.
6758 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6759 (gtkutil.o): Depend on dispextern.h and composite.h.
6760 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6761 termhooks.h, and ccl.h.
6762 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6763 (intervals.o): Depend on systime.h and coding.h.
6764 (keyboard.o): Depend on composite.h and coding.h.
6765 (keymap.o): Depend on coding.h and frame.h.
6766 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6767 (macros.o): Depend on systime.h, coding.h, and composite.h.
6768 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6769 and atimer.h.
6770 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6771 dispextern.h explicitly.
0b5397c2
SM
6772 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6773 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
6774 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6775 (regex.o): Don't depend on charset.h.
6776 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6777 (search.o): Don't depend explicitly on composite.h.
6778 (sound.o): Depend on atimer.h and systime.h.
6779 (syntax.o): Don't depend explicitly on composite.h.
6780 (sysdep.o): Depend on coding.h and composite.h.
6781 (term.o): Depend on xterm.h and buffer.h.
6782 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6783 (textprop.o): Don't depend on dispextern.h explicitly.
6784 (undo.o): Depend on dispextern.h.
6785 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6786 dispextern.h and composite.h explicitly.
6787 (xdisp.o): Depend on ccl.h.
6788 (xfaces.o): Depend on coding.h and ccl.h.
6789 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6790 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6791 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6792 ftfont.h.
6793 (xgselect.o): New dependency.
6794 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6795 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6796 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6797 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6798 (xsmfns.o): Depend on frame.h and dispextern.h.
6799 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6800 sysselect.h.
6801
7a6f7fea
AS
68022009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6803
6804 * font.c (Fclear_font_cache): Pass correct cache argument to
6805 font_clear_cache.
6806
f4c21026
AS
68072009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6808
6809 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6810 twice.
6811
f7ab0997
CY
68122009-12-15 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6815 calling file-remote-p. Reported by Jim Meyering.
6816
fa8e045a
MA
68172009-12-15 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 6820 avoid compiler warnings. (Bug #5217)
fa8e045a 6821
a63dba42
KH
68222009-12-14 Kenichi Handa <handa@m17n.org>
6823
6824 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6825 in 8-bit encoding.
6826
5ce6e4f4 68272009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
6828
6829 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6830 tooltip windows.
6831
223e5fc6
JD
68322009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6833
36acb2a7
JD
6834 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6835 Xatom_net_window_type.
6836
6837 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6838 Xatom_net_window_type.
6839
b8f00677
JD
6840 * xterm.c (my_log_handler): New function.
6841 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 6842 so we can filter out buggy messages. (Bug #5120).
b8f00677 6843
e5f0bc9a
JD
6844 * xterm.c (xg_scroll_callback): Parameter list changed,
6845 use parameter GtkScrollType to determine scroll/line/page.
6846 Only allow dragging if a button < 4 is grabbed (bug #5177).
6847 (xg_end_scroll_callback): New function.
6848 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6849 xg_create_scroll_bar.
6850
6851 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6852 (scroll_end_callback): Remove.
6853 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6854 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 6855 bug #5177.
e5f0bc9a
JD
6856 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6857 bug #5177.
6858
6859 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6860 (xg_create_scroll_bar): Add GCallback end_callback.
6861
223e5fc6
JD
6862 * xftfont.c (QClcdfilter): New variable.
6863 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6864 (syms_of_xftfont): Initialize QClcdfilter.
6865
3c055b77
JD
68662009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6867
6868 * xsettings.c (struct xsettings): Add member seen.
6869 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 6870 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
6871 (apply_xft_settings): Only update Xft settings with what member seen
6872 indicates as new.
6873
05fe33ff
EZ
68742009-12-12 Eli Zaretskii <eliz@gnu.org>
6875
c4cc8b9a 6876 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
6877 (struct glyph): Use EMACS_INT for charpos.
6878 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6879 region_beg_charpos, region_end_charpos,
6880 redisplay_end_trigger_charpos, and also for
6881 iterator_stack_entry.end_charpos and
6882 iterator_stack_entry.stop_charpos.
6883
e8d7886a
JD
68842009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6885
5ce6e4f4 6886 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
6887 (xg_create_scroll_bar): Call scroll_end_callback on button release
6888 event (bug #5177).
6889 (xg_event_is_for_scrollbar): != replaced with ==.
6890
d0db2ec8
KH
68912009-12-12 Kenichi Handa <handa@m17n.org>
6892
6893 * ftfont.c (struct ftfont_info): New member matrix.
6894 (ftfont_open): Setup xftfont_info->matrix.
6895 (MFLTFontFT): New member matrix.
6896 (FLOOR, CEIL, ROUND): New macros.
6897 (ftfont_get_metrics): Handle matrix transformation.
6898 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6899
6900 * xftfont.c (struct xftfont_info): New member matrix.
6901 (xftfont_open): Setup xftfont_info->matrix.
6902
69032009-12-10 Kenichi Handa <handa@m17n.org>
6904
6905 * xdisp.c (append_space_for_newline): Consider face-remapping.
6906
2cc7b62f
AS
69072009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6908
b87dd913
AS
6909 * xsettings.c: Include "keyboard.h".
6910
eba5eb94
AS
6911 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6912
2cc7b62f
AS
6913 Fix implicit function declarations.
6914 * cmds.c: Include "frame.h".
6915 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6916 * frame.h: Move declaration of delete_frame outside of
6917 HAVE_WINDOW_SYSTEM.
6918
a4ef73c8
CY
69192009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6920
6921 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6922
6923 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6924 GTK builds.
6925
944a300c
AS
69262009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6927
6928 * unexelf.c (unexec): Don't search for .data twice.
6929
022eef62
CY
69302009-12-05 Chong Yidong <cyd@stupidchicken.com>
6931
426ac949
CY
6932 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6933 if push failed.
6934 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6935 of push_display_prop (Bug#5000).
6936
022eef62
CY
6937 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6938 value of font_list_entities (Bug#5085).
6939
be95bee9
JB
69402009-12-04 Juanma Barranquero <lekktu@gmail.com>
6941
6942 Fix `string-to-number' to deal consistently with integers and floats.
6943 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6944 trailing characters, not just whitespace.
6945 (read1): Pass new arg 0 to keep old behavior.
6946 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6947 trailing chars, as it is already done for integers. Doc fixes.
6948 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6949
24c2d7ce
EZ
69502009-12-04 Eli Zaretskii <eliz@gnu.org>
6951
0b5397c2
SM
6952 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6953 Delete unused enumeration value.
24c2d7ce 6954
7e694795
EZ
69552009-12-03 Eli Zaretskii <eliz@gnu.org>
6956
6957 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6958
84b31826
SM
69592009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6960
6961 * process.c (Fmake_network_process): Fix up the tests for
6962 "connectionless socket", so they DTRT for seqpacket sockets as well.
6963
f00c449b
SM
69642009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * process.c (Qseqpacket): New symbol.
6967 (HAVE_SEQPACKET): New macro.
6968 (Fmake_network_process): Accept new :type `seqpacket'.
6969 (init_process): Add `seqpacket' feature when applicable.
6970 (syms_of_process): Initialize Qseqpacket.
6971
8096a0ff
YM
69722009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6973
6974 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6975 if entity is Qnil.
6976
3e0de07f
SM
69772009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * print.c (print_preprocess): Preprocess the key_and_value table of
6980 hashtables, even tho they're "hidden" (bug#5082).
6981
abeafb2a
JD
69822009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6983
6984 * frame.c (frame_make_pointer_invisible)
6985 (frame_make_pointer_visible): Declare f before statements.
6986
4bf47195
EZ
69872009-11-28 Eli Zaretskii <eliz@gnu.org>
6988
6989 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6990 omitted dependencies on lisp.h.
6991
c525b3f2
JD
69922009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6993
ece2d4ed
JD
6994 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6995 is NULL.
6996
6997 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6998
6999 * frame.c (frame_make_pointer_invisible)
3e0de07f 7000 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
7001 frame.
7002
c525b3f2
JD
7003 * search.c (simple_search): Remove warning by making *p const.
7004
2f00e299
DN
70052009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7006
7007 * xdisp.c (power_letter): Remove duplicate const.
7008
084b049b
JD
70092009-11-25 Jan Djärv <jan.h.d@swipnet.se>
7010
a1fadc6f
JD
7011 * term.c (delete_tty): Remove check for last terminal (bug#4970).
7012
5ce6e4f4 7013 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
7014 defaults (bug #5025).
7015
28259cac
SM
70162009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * insdel.c (adjust_markers_for_delete): Move it in the
7019 right direction! (bug#4803)
7020
e8e14166
YM
70212009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7022
7023 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7024
7025 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7026
86677b58
GM
70272009-11-24 Glenn Morris <rgm@gnu.org>
7028
7029 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7030
581e51e8
JD
70312009-11-23 Jan Djärv <jan.h.d@swipnet.se>
7032
cfc86c7a
JD
7033 * Makefile.in: Must create deps for ecrt0.o in its rule.
7034
581e51e8
JD
7035 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7036 because that is what Gtk+ font dialog understands.
7037
7038 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7039 of Fcopy_sequence.
7040 (font_open_by_name): Put name given into QCname for font-object returned.
7041
7042 * frame.c (x_set_font): Save original font name as frame parameter
7043 font-parameter.
7044
7045 * xsettings.c (set_default_xft_settings): New function.
7046 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7047 is found.
7048
8b264ecb
AS
70492009-11-22 Andreas Schwab <schwab@linux-m68k.org>
7050
7051 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7052 searching backwards through multibyte buffer.
7053
872870b2
JD
70542009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7055
7056 * xterm.c: #include xgselect.h.
7057 (x_initialize): Call xgselect_initialize.
7058
7059 * xsettings.c (something_changedCB): C++ comments => C comments.
7060 (init_gconf): Do not deal with any GLib file descriptors, xg_select
7061 does that now.
7062
7063 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7064 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7065 (scroll_bar_button_cb): Remove.
5ce6e4f4 7066 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
7067 event.
7068 (xg_create_scroll_bar): Don't bind button-press-event and
7069 button-release-event.
7070
7071 * process.c: Include xgselect.h if defined (USE_GTK) ||
7072 defined (HAVE_GCONF).
7073 (wait_reading_process_output): Call xg_select for the same condition.
7074
7075 * xgselect.c (xg_select): New function to better integrate with
7076 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
7077
7078 * xgselect.h: New file, declare xg_select, xgselect_initialize.
7079
7080 * Makefile.in (XOBJ): Add xgselect.o.
7081
62a6e103
AS
70822009-11-21 Andreas Schwab <schwab@linux-m68k.org>
7083
0b5397c2
SM
7084 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7085 Remove ignored second argument. All callers changed.
62a6e103
AS
7086 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7087 (RE_STRING_CHAR_AND_LENGTH): Likewise.
7088 * xdisp.c (string_char_and_length): Likewise.
7089
b0ca0f33
DN
70902009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
7091
7092 * xterm.c (x_new_font):
7093 * print.c (print_object):
7094 * cmds.c (Fself_insert_command): Move declarations before statements.
7095
dd5a6279
CY
70962009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7097
7098 * s/cygwin.h: Remove unneeded linker flags.
7099
4a8e097d
JD
71002009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7101
0d1d0d26
JD
7102 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7103
7104 * xsettings.h: Declare xsettings_get_system_font.
7105
7106 * xsettings.c (xsettings_get_system_font): New function.
7107 (init_gconf): No use initiating gconf unless we have Xft also.
7108 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7109 HAVE_GCONF.
7110
4a8e097d
JD
7111 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7112 add a blank entry so it doesn't collapse into nothing.
7113
8ab1650e
SM
71142009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * lread.c (Funintern): Comment out last change.
7117
82c602f0
RS
71182009-11-19 Richard Stallman <rms@gnu.org>
7119
7120 * lread.c (Funintern): Error if symbol is t or nil.
7121
87e32266
SM
71222009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7125 representation of Lisp integers.
7126 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7127
1b9ac145
AS
71282009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7129
7130 * lisp.h: Remove declaration of Ffont_get_system_font.
7131 * xfns.c: Move include of "xsettings.h".
7132 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7133
dfb3c4c6
JD
71342009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7135
87e32266
SM
7136 * xsettings.c (something_changedCB, Ffont_get_system_font):
7137 Check use_system_font.
dfb3c4c6
JD
7138 (syms_of_xsettings): DEFVAR font-use-system-font.
7139
9370c1d8
AS
71402009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7141
25fe851a
AS
7142 * xfns.c (x_default_font_parameter): Remove dead assignment.
7143
9370c1d8
AS
7144 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7145
637fa988
JD
71462009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7147
87e32266 7148 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 7149 not have FC_LCD_*. #define them if not there.
a6eb20d8 7150
87e32266 7151 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 7152
637fa988
JD
7153 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7154
7155 * xterm.c (handle_one_xevent): Call xft_settings_event for
7156 ClientMessage, PropertyNotify and DestroyNotify.
7157 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7158 Call xsettings_initialize.
7159
7160 * xftfont.c (xftfont_fix_match): New function.
7161 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7162 Call xftfont_fix_match after XftFontMatch.
7163
7164 * xfont.c (xfont_driver): Initialize all members.
7165
87e32266
SM
7166 * xfns.c (x_default_font_parameter):
7167 Try font from Ffont_get_system_font.
637fa988
JD
7168 Do not get font from x_default_parameter if we got one from
7169 Ffont_get_system_font.
87e32266 7170 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
7171
7172 * w32font.c (w32font_driver): Initialize all members.
7173
7174 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7175
7176 * lisp.h: Declare syms_of_xsettings.
7177
87e32266
SM
7178 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7179 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
7180
7181 * ftfont.c (ftfont_filter_properties): New function.
7182
7183 * frame.c (x_set_font): Remove unused variable lval.
7184
87e32266 7185 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
7186
7187 * font.c (font_put_extra): Don't return if val is nil, it means
7188 boolean option is off.
7189 (font_parse_fcname): Collect all extra properties in extra_props
7190 and call filter_properties for all drivers with extra_props and
7191 font as parameter.
87e32266
SM
7192 (font_open_entity): Do not use cache, it does not pick up new
7193 fontconfig settings like hinting.
637fa988
JD
7194 (font_load_for_lface): If spec had a name in it, store it in entity.
7195
a73f9c9d 7196 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
7197
7198 * config.in: HAVE_GCONF is new.
7199
7200 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7201 xsettings.o is new.
7202
5a942932
KH
72032009-11-17 Kenichi Handa <handa@m17n.org>
7204
7205 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7206 back to the default font in case that no suitable font is found.
7207
b7c7a4d1
SM
72082009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7211 Suggested by Chad Brown <yandros@mit.edu>.
7212 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7213
072f1e39
JD
72142009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7215
7216 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7217
5d1e70a2
AS
72182009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7219
87e32266 7220 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 7221
a53cfbe5
JD
72222009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7223
473a99b7
JD
7224 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7225 has a parent.
7226
a53cfbe5 7227 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 7228 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
7229
7230 * config.in: Generated (AUTO_DEPEND).
7231
f04bb9b2
MA
72322009-11-13 Michael Albinus <michael.albinus@gmx.de>
7233
b7c7a4d1 7234 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
7235 Vdbus_registered_functions_table, because it contains also
7236 properties. Fix docstring.
b7c7a4d1 7237 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 7238
8f11f7ec
SM
72392009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * alloc.c (mark_object): Don't reprocess marked strings.
7242 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7243 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7244
8a605fe8
KH
72452009-11-13 Kenichi Handa <handa@m17n.org>
7246
8f11f7ec 7247 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
7248 semantics of Vword_combining_categories.
7249 (Vword_combining_categories): Describe the slight change of the
7250 semantics.
7251
241c4680
EZ
72522009-11-13 Eli Zaretskii <eliz@gnu.org>
7253
7254 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7255
7256 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7257
5d58e44c
SM
72582009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7261
5e13f9d3
JB
72622009-11-12 Juanma Barranquero <lekktu@gmail.com>
7263
7264 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7265
cf54c754
DR
72662009-11-11 David Reitter <david.reitter@gmail.com>
7267
7268 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7269 variables to fix 2009-11-09 change.
7270
a4ada374
DN
72712009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7272
91433552
DN
7273 * process.c (ifflag_def): Make flag_sym constant.
7274 (Fnetwork_interface_info): Use a constant pointer.
7275 (ifflag_table):
7276 * xfns.c (cursor_bits):
7277 * xdisp.c (power_letter):
7278 * termcap.c (speeds, esctab):
7279 * sysdep.c (baud_convert):
7280 * keyboard.c (lispy_accent_codes, modifier_names):
7281 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7282 (jpeg_format, tiff_format, gif_format, svg_format)
7283 (interlace_start, interlace_increment, gs_format):
7284 * gtkutil.c (separator_names):
7285 * fringe.c (swap_nibble):
7286 * fns.c (base64_value_to_char, base64_char_to_value):
7287 * fileio.c (make_temp_name_tbl):
7288 * coding.c (suffixes): Make constant.
7289
f4265f6c
DN
7290 * frame.c (make_initial_frame):
7291 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7292 build_string.
7293 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7294
04420943
DN
7295 * s/freebsd.h:
7296 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7297
0a5d24ae
DN
7298 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7299 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7300
a4ada374
DN
7301 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7302 * xterm.c (syms_of_xterm):
7303 * xfaces.c (syms_of_xfaces):
7304 * xdisp.c (syms_of_xdisp):
7305 * lread.c (syms_of_lread):
7306 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7307 build_string.
91433552 7308
a4ada374
DN
7309 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7310
af98fc7f
SM
73112009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7312
8ab1650e 7313 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 7314
e90292a9
JD
73152009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7316
7317 * keyboard.h: Declare timer_check.
7318
7319 * keyboard.c (timer_check_2): New function that does what the old
7320 timer_check did.
7321 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7322 returned, i.e. don't return -1 with timers pending.
7323
7324 * process.c: Remove extern declaration of timer_check.
7325
7326 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7327 even if timer_check returned -1.
7328
af98fc7f
SM
7329 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7330 xg_dialog_data.
e90292a9
JD
7331 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7332 the event loop.
7333 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7334 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7335 Destroy the dialog after xg_dialog_run.
7336
045b83c0
SM
73372009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7340
1fb99a3a
JD
73412009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7342
7343 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7344
04e452cb
JB
73452009-11-09 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7348
ef7417fd
SM
73492009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7352 w32menu.c, and nsmenu.m.
7353 Simplify the obsolete case where position is nil.
7354 (cleanup_popup_menu): New function, moved from nsmenu.m.
7355 (struct skp): Remove slot `notreal'.
7356 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7357 adjust callers.
7358 (single_menu_item): Adjust call to parse_menu_item.
7359 (syms_of_menu): Defsubr x-popup-menu.
7360 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7361 (keymap_panes): Don't export any more.
7362 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7363 (xmenu_show): Declare.
7364 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7365 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7366 * keyboard.h (parse_menu_item): Update declaration.
7367 * xmenu.c (Fx_popup_menu): Remove.
7368 (syms_of_xmenu): Don't defsubr x-popup-menu.
7369 * w32menu.c (Fx_popup_menu): Remove.
7370 (syms_of_w32menu): Don't defsubr x-popup-menu.
7371 * nsmenu.m (cleanup_popup_menu): Remove.
7372 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7373 moved to menu.c's Fx_popup_menu.
7374 (Fx_popup_menu): Remove.
7375 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7376 menu_items (it's done in menu.c already).
7377
424d6179
SM
73782009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7381 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7382
c0df13a6 73832009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
7384
7385 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 7386 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
7387 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7388 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7389
2de9f71c
SM
73902009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 Let integers use up 2 tags to give them one extra bit and thus double
7393 their range.
7394 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7395 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7396 New macros.
7397 (enum Lisp_Type): Use them. Give explicit values.
7398 (Lisp_Type_Limit): Remove.
7399 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7400 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7401 Pay attention to USE_2_TAGS_FOR_INTS.
7402 (INTEGERP): Use LISP_INT_TAG_P.
7403 * fns.c (internal_equal): Simplify the default case.
7404 (sxhash): Use case_Lisp_Int.
7405 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7406 any more.
7407 (Ftype_of): Use case_Lisp_Int.
7408 (store_symval_forwarding): Take into account the fact that Ints can
7409 now have more than one tag.
7410 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 7411 (buffer_slot_type_mismatch):
2de9f71c
SM
7412 * xfaces.c (face_attr_equal_p):
7413 * print.c (print_object):
7414 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7415 Use case_Lisp_Int.
7416
323637a2
EZ
74172009-11-06 Eli Zaretskii <eliz@gnu.org>
7418
7ac65b38
EZ
7419 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7420
323637a2
EZ
7421 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7422 warning.
7423
e511451f
JD
74242009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7427
7428 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7429
7430 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7431 ButtonPressRelease and MotionNotify (bug#4870).
7432
5e2327cf
DN
74332009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7434
5adc433e
DN
7435 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7436
d67b4f80
DN
7437 * xterm.c (syms_of_xterm):
7438 * xselect.c (syms_of_xselect):
7439 * xmenu.c (syms_of_xmenu):
7440 * xfns.c (syms_of_xfns):
7441 * xfaces.c (syms_of_xfaces):
7442 * xdisp.c (syms_of_xdisp):
7443 * window.c (syms_of_window):
7444 * w32fns.c (syms_of_w32fns):
7445 * undo.c (syms_of_undo):
7446 * textprop.c (syms_of_textprop):
7447 * terminal.c (syms_of_terminal):
7448 * syntax.c (syms_of_syntax):
7449 * sound.c (syms_of_sound):
7450 * search.c (syms_of_search):
7451 * print.c (syms_of_print):
7452 * minibuf.c (syms_of_minibuf):
7453 * macros.c (syms_of_macros):
7454 * keymap.c (syms_of_keymap, initial_define_key)
7455 (initial_define_lispy_key):
7456 * keyboard.c (syms_of_keyboard):
7457 * insdel.c (syms_of_insdel):
7458 * image.c (syms_of_image):
7459 * fringe.c (syms_of_fringe):
7460 * frame.c (syms_of_frame):
7461 * fontset.c (syms_of_fontset):
7462 * fns.c (syms_of_fns):
7463 * fns.c (syms_of_fns):
7464 * fileio.c (syms_of_fileio):
7465 * fileio.c (syms_of_fileio):
7466 * eval.c (syms_of_eval):
7467 * doc.c (syms_of_doc):
7468 * dispnew.c (syms_of_display):
7469 * dired.c (syms_of_dired):
7470 * dbusbind.c (syms_of_dbusbind):
7471 * data.c (syms_of_data):
7472 * composite.c (syms_of_composite):
7473 * coding.c (syms_of_coding):
7474 * cmds.c (syms_of_cmds):
7475 * charset.c (define_charset_internal, syms_of_character):
7476 * ccl.c (syms_of_ccl):
7477 * category.c (syms_of_category, init_category_once):
7478 * casetab.c (syms_of_casetab):
7479 * casefiddle.c (syms_of_casefiddle):
7480 * callint.c (syms_of_callint):
7481 * bytecode.c (syms_of_bytecode):
7482 * buffer.c (keys_of_buffer, syms_of_buffer):
7483 * alloc.c (syms_of_alloc):
7484 * process.c (syms_of_process, init_process):
7485 * lread.c (syms_of_lread, init_obarray):
7486 * font.c (build_style_table):
7487 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7488 intern_c_string, calls to make_pure_string with
7489 make_pure_c_string. Use pure_cons instead of Fcons.
7490
5e2327cf
DN
7491 * process.c (socket_options): Make it const.
7492 (set_socket_option, init_process): Use a const pointer.
7493
7494 * lread.c (intern_c_string): New function.
7495 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7496 (defvar_int): Uset it. Make the name const char*.
7497
7498 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7499 (defvar_int): Update prototypes.
7500 (DEFUN, EXFUN): Support for prototypes is now required.
7501 (intern_c_string): New prototype.
7502 (struct Lisp_Subr): Make symbol_name constant.
7503
7504 * font.c (struct table_entry): Remove unused member. Make NAMES
7505 constant.
7506 (weight_table, slant_table, width_table): Make constant.
7507
7508 * emacs.c (struct standard_args): Make name and longname constant.
7509
7510 * character.h (DEFSYM): Use intern_c_string.
7511
a56eaaef
DN
75122009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * alloc.c (make_pure_c_string): New function.
7515
7516 * eval.c (Fautoload): Purecopy all arguments.
7517
f6a07420
KH
75182009-11-05 Kenichi Handa <handa@m17n.org>
7519
7520 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7521 the buffer in case of replace.
7522
5d28d4b1
DN
75232009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7524
7525 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7526
b349d111
SM
75272009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7528
d528b1ce
SM
7529 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7530 when applicable (bug#4851).
7531
b349d111
SM
7532 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7533 (P_): Support for prototypes is now required.
7534
c38eb027
CY
75352009-10-31 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7538 (Bug#4827).
7539
0405f8d9
EZ
75402009-10-30 Eli Zaretskii <eliz@gnu.org>
7541
d528b1ce 7542 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 7543
ca0a881a
DN
75442009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7545
7546 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7547
d528b1ce
SM
7548 * lread.c (Fload): Purecopy the file name when building
7549 Vpreloaded_file_list.
ca0a881a 7550
47e0e0e4
JR
75512009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7552
7553 * w32fns.c (syms_of_w32fns): Change default value of
7554 w32-scroll-lock-modifier to nil. (Bug#2827)
7555
057bce6f
JB
75562009-10-26 Juanma Barranquero <lekktu@gmail.com>
7557
782a943e 7558 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 7559
242bc74c
AS
75602009-10-26 Andreas Schwab <schwab@redhat.com>
7561
7562 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7563
522d013a
JB
75642009-10-26 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7567 For delta < 0, skip check that only makes sense when the mini-window
7568 is going to be enlarged. (Bug#4534)
7569
18060980
CY
75702009-10-25 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7573 string in menu maps (Bug#4471).
7574
fec8f0fe
CY
75752009-10-24 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7578 FRAME_NS_VIEW on terminal frames (Bug#4765).
7579
10d66ec0
AS
75802009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7581
1cae01f7
AS
7582 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7583 DBUS_TYPE_UINTnn separately to get proper sign extension.
7584
58a12889
AS
7585 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7586 can properly handle unsigned types.
d528b1ce 7587 (make_uid, make_gid): Remove.
58a12889 7588
987c9327
AS
7589 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7590 types again.
7591
522d013a 7592 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
7593 (system_process_attributes): Likewise.
7594
905a9ed3
DN
75952009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7598
7599 * eval.c (Fautoload): Purecopy the filename. Simplify.
7600
7601 * category.c (Fdefine_category): Purecopy docstring.
7602
a599b3e8
AS
76032009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7604
7b792fc9
AS
7605 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7606
a599b3e8
AS
7607 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7608
b35ac83e
CY
76092009-10-23 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7612 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7613 (Bug#4775).
7614
e8903e00
SM
76152009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7618 (init_fileio_once):
7619 * lisp.h (init_fileio_once): Remove.
7620 * emacs.c (main): Don't call init_fileio_once.
7621
8f43cbf3
DN
76222009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7625
26898943
AS
76262009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7627
7628 * doprnt.c (doprnt): Fix overflow check.
7629
5c646d5a
JD
76302009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7631
3132a7ea
JD
7632 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7633
5c646d5a
JD
7634 * xterm.h (x_wait_for_event): Declare it.
7635
7636 * xterm.c (pending_event_wait): New variable.
7637 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7638 see pending_event_wait.eventtype.
7639 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
7640 (x_new_font): Call change_frame_size with new rows/columns before we
7641 try to resize the frame.
5c646d5a 7642 (x_wait_for_event): New function.
d528b1ce
SM
7643 (x_set_window_size_1): Don't change gravity unless change_gravity
7644 is set.
5c646d5a
JD
7645 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7646 don't change frame size, instead wait for the ConfigureNotify.
7647 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7648 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7649 (x_initialize): Initialize pending_event_wait.
7650
7651 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7652 size.
7653
7654 * widget.c (EmacsFrameSetValues): Add comment.
7655 (EmacsFrameSetCharSize): Just call x_set_window_size.
7656
7657 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7658 x_wait_for_event.
d528b1ce 7659 (flush_and_sync): Remove again.
5c646d5a
JD
7660 (xg_get_font_name): Suggest monospace if no previous font is known.
7661
e9c1637d
SM
76622009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 7665 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 7666
5a72cccb
YM
76672009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7668
7669 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7670 processing pending events when event is filtered for input method.
ab04798f 7671 (Bug#3681)
5a72cccb 7672
2629aa37
JB
76732009-10-20 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * fns.c: Add #endif accidentally removed in previous change.
7676
c3417a74
DN
76772009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7678
7679 * fns.c: Remove code for unsupported system: MAC_OS.
7680 * image.c: Likewise. Include setjmp.h.
7681
9685cef2
JD
76822009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7683
7684 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7685 pixel -1 (bug #4742).
7686
d7306fe6
DN
76872009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7688
019d2c4c
DN
7689 * process.c (create_pty): Remove conditionals for no longer
7690 supported systems: UNIPLUS and RTU.
7691
ee6bacd4
DN
7692 * xterm.c:
7693 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7694
d7306fe6
DN
7695 * alloc.c: Do not define struct catchtag.
7696 * eval.c: Move struct catchtag definition ...
7697 * lisp.h: ... here.
7698
7699 * image.c: Move png.h #include earlier to avoid warnings.
7700
7701 * xterm.c:
7702 * xsmfns.c:
7703 * xselect.c:
7704 * xrdb.c:
7705 * xmenu.c:
7706 * xftfont.c:
7707 * xfont.c:
7708 * xfns.c:
7709 * xfaces.c:
7710 * xdisp.c:
7711 * window.c:
7712 * widget.c:
7713 * w32xfns.c:
7714 * w32uniscribe.c:
7715 * w32term.c:
7716 * w32select.c:
7717 * w32reg.c:
7718 * w32proc.c:
7719 * w32menu.c:
7720 * w32inevt.c:
7721 * w32heap.c:
7722 * w32font.c:
7723 * w32fns.c:
7724 * w32console.c:
7725 * w32.c:
7726 * w16select.c:
7727 * vm-limit.c:
7728 * unexsol.c:
7729 * unexec.c:
7730 * unexcw.c:
7731 * unexaix.c:
7732 * undo.c:
7733 * tparam.c:
7734 * textprop.c:
7735 * terminfo.c:
7736 * terminal.c:
7737 * termcap.c:
7738 * term.c:
7739 * syntax.c:
7740 * sound.c:
7741 * sheap.c:
7742 * search.c:
7743 * scroll.c:
7744 * region-cache.c:
7745 * regex.c:
7746 * ralloc.c:
7747 * process.c:
7748 * print.c:
b024548b
DN
7749 * nsterm.m:
7750 * nsselect.m:
7751 * nsmenu.m:
7752 * nsimage.m:
7753 * nsfont.m:
7754 * nsfns.m:
d7306fe6
DN
7755 * msdos.c:
7756 * minibuf.c:
7757 * menu.c:
7758 * marker.c:
7759 * macros.c:
7760 * keymap.c:
7761 * keyboard.c:
7762 * intervals.c:
7763 * insdel.c:
7764 * indent.c:
7765 * gtkutil.c:
7766 * ftxfont.c:
7767 * ftfont.c:
7768 * fringe.c:
7769 * frame.c:
7770 * fontset.c:
7771 * font.c:
7772 * fns.c:
7773 * floatfns.c:
7774 * filelock.c:
7775 * fileio.c:
7776 * emacs.c:
7777 * editfns.c:
7778 * dosfns.c:
7779 * doprnt.c:
7780 * doc.c:
7781 * dispnew.c:
7782 * dired.c:
7783 * dbusbind.c:
7784 * data.c:
7785 * composite.c:
7786 * coding.c:
7787 * cmds.c:
7788 * cm.c:
7789 * chartab.c:
7790 * charset.c:
7791 * character.c:
7792 * ccl.c:
7793 * category.c:
7794 * casetab.c:
7795 * casefiddle.c:
7796 * callproc.c:
7797 * callint.c:
7798 * bytecode.c:
7799 * buffer.c:
7800 * atimer.c: Include setjmp.h. (Bug#4643)
7801
fd5f21e6
SM
78022009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7803
4c0354d7
SM
7804 Remove leftover table unibyte_to_multibyte_table.
7805 * character.c (unibyte_to_multibyte_table): Remove.
7806 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7807 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7808 * character.h (UNIBYTE_TO_CHAR): New macro.
7809 (MAKE_CHAR_MULTIBYTE): Use it.
7810 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7811 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7812 (message_dolog, set_message_1):
7813 * search.c (Freplace_match):
7814 * editfns.c (Fcompare_buffer_substrings):
7815 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7816 (concat):
7817 * insdel.c (copy_text, count_size_as_multibyte):
7818 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7819 * term.c (produce_glyphs):
7820 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7821 * regex.c (RE_CHAR_TO_MULTIBYTE):
7822 * cmds.c (internal_self_insert):
7823 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7824
fd5f21e6
SM
7825 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7826
4418646e
DN
78272009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7828
7829 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7830
35f5c1d2
JB
78312009-10-16 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7834
a0cd8f6b
AR
78352009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7836
7837 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7838 still needed under Tiger.
7839
7840 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7841
7842 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7843 __Apple__.
7844
7845 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7846
01a8d3fa
KH
78472009-10-15 Kenichi Handa <handa@m17n.org>
7848
7849 * print.c (print_object): Escape a symbol like "2E10" too.
7850
bf6c75c9 78512009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
7852
7853 Cleanups and changes for 64-bit compile under Snow Leopard.
7854 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
7855
7856 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7857
c5959062 7858 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
7859 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7860 cast argument.
7861 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 7862 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
7863
7864 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7865
7866 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7867 where appropriate.
7868
7869 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7870 where appropriate.
6e4780c5
JB
7871 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7872 Use stringWithUTF8String.
bf6c75c9
AR
7873 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7874
6e4780c5
JB
7875 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7876 Add formal protocol mention to inheritance.
bf6c75c9
AR
7877 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7878
6e4780c5
JB
7879 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7880 Fix printf format.
bf6c75c9
AR
7881 (ns_query_color): Use CGFloat where appropriate.
7882 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 7883 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
7884 argument.
7885
3d87f118
AR
7886 * config.in (NS_HAVE_NSINTEGER): Drop.
7887
a95c8102
AR
7888 * dbusbind.c (dbus-method-return-internal)
7889 (dbus-method-error-internal): Use long format in printf, and cast
7890 argument.
7891
7892 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7893 in printf, and cast argument.
7894
6873acca 7895 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
7896 cast argument.
7897
9ec6f100
GM
78982009-10-11 Glenn Morris <rgm@gnu.org>
7899
7900 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7901
5be883cd
JD
79022009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7903
7904 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7905 menu bar with a small width so it doesn't enlarge the frame.
7906
d7a39b51
JB
79072009-10-08 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7910
0c2b6f8e
GM
79112009-10-06 Glenn Morris <rgm@gnu.org>
7912
7913 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7914 SOME_MACHINE_LISP (this enters indirectly via DOC).
7915
e02131a2
EZ
79162009-10-05 Eli Zaretskii <eliz@gnu.org>
7917
7918 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7919
b4744254
EZ
79202009-10-04 Eli Zaretskii <eliz@gnu.org>
7921
7922 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7923 Doc fix.
7924
dbf64827
JB
79252009-10-03 Martin Rudalics <rudalics@gmx.at>
7926
7927 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7928
e9a0aef8
MA
79292009-10-02 Michael Albinus <michael.albinus@gmx.de>
7930
d528b1ce 7931 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
7932 used anymore outside fileio.c.
7933
7934 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7935
64eb2b56
JB
79362009-10-01 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * lisp.h (Qdelete_directory_internal):
7939 Declare, instead of Qdelete_directory.
7940
7941 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7942
9d28c33e
SM
79432009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7946
9d8f3bd9
MA
79472009-10-01 Michael Albinus <michael.albinus@gmx.de>
7948
9d28c33e 7949 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
7950 Fdelete_directory. It is not a command anymore. It has no file
7951 name handler.
7952
9694740b
SM
79532009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * xdisp.c (get_next_display_element): Use an enum in last change.
7956
748e162f
KH
79572009-09-28 Kenichi Handa <handa@m17n.org>
7958
9694740b 7959 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
7960 unibyte_display_via_language_environment in handling
7961 Vnobreak_char_display.
7962
17efd58d
AR
79632009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7964
7965 * nsterm.h (ns_app_name): New extern variable.
7966
7967 * nsterm.m (ns_app_name): New variable.
7968 (ns_term_init): Set and use it.
7969 (ns_term_shutdown): Use it.
7970
7971 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7972 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7973
7974 * nsfns.m (ns_set_name_iconic, ns_set_name)
7975 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7976 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7977
9694740b
SM
7978 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7979 Remove double-casting in client_data comparison.
31c2d412 7980
3208cb35
YM
79812009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7982
7983 * keyboard.c (make_lispy_event): Remember last wheel direction.
7984 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7985
b7d552d6
GM
79862009-09-26 Glenn Morris <rgm@gnu.org>
7987
7988 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7989 internal.elc. Add term/pc-win.elc.
7990 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7991 term/x-win.elc.
7992 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7993 term/w32-win.elc.
7994 (NS_SUPPORT): New.
7995 (lisp): Add NS_SUPPORT.
7996 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7997
4ff670a8
DR
79982009-09-25 David Reitter <david.reitter@gmail.com>
7999
8000 * nsmenu.m (EmacsMenu-clear): Recognize application menu
8001 on Mac OS X 10.6+ (bug#4513).
8002
feabfb6c
JB
80032009-09-24 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
8006 some parts of Emacs code (like font selection) don't grok them.
8007 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 8008
de59072a
AS
80092009-09-24 Andreas Schwab <schwab@redhat.com>
8010
8011 * coding.c (decode_coding_iso_2022): Fix operator precedence.
8012
a489517b
JB
80132009-09-24 Juanma Barranquero <lekktu@gmail.com>
8014
8015 * dired.c (Fdirectory_files): Fix typo in docstring.
8016
0592970c
AR
80172009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8018
8019 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8020 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8021 (EmacsScroller-setPosition:portion:whole:): Remove -display call
8022 under GNUstep.
8023 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8024
8025 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8026 glyph advancement.
8027
48e8a88b
AR
80282009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8029
8030 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 8031 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
8032
8033 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8034 deleted (bug #4492).
8035
e14f0a78
AR
8036 * nsfont.m (Vns_reg_to_script): New lisp variable.
8037 (syms_of_nsfont): Declare it.
8038 (ns_registry_to_script): New function.
8039 (ns_get_req_script): Call it.
8040 (ns_findfonts): Don't give up on non-unicode registry.
8041
8042 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8043
5b650faa
SM
80442009-09-20 Tom Tromey <tromey@redhat.com>
8045
8046 * eval.c (find_handler_clause): Make stack-trace-on-error work in
8047 batch mode (bug#4228).
8048
a489517b 80492009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
8050
8051 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 8052 carefully. (Bug #4339)
0bae4e09 8053
fcfe06f3
CY
80542009-09-18 Chong Yidong <cyd@stupidchicken.com>
8055
d798ba87 8056 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 8057
31642728
AR
80582009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8059
8060 * emacs.c (inhibit_x_resources): Update doc string for NS.
8061 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 8062 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
8063
8064 * nsterm.h (ns_no_defaults): Remove.
8065
8066 * nsterm.m (ns_no_defaults): Remove.
8067 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8068 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
8069 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8070 don't update the NSWindow itself.
8071 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 8072 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
8073
8074 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8075 ns_use_qd_smoothing.
8076
8077 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8078 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 8079 (x-close-connection): Drop PSFlush() under OS X.
a489517b 8080 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 8081
8686ac71
JB
80822009-09-17 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * emacs.c (inhibit_x_resources): New variable.
8085 (main) [HAVE_NS]: Don't process --quick command line option.
8086 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8087
8088 * lisp.h (inhibit_x_resources): Declare it extern.
8089
8090 * w32reg.c (x_get_string_resource):
8091 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8092
e227ba05
EZ
80932009-09-17 Eli Zaretskii <eliz@gnu.org>
8094
362654a6
JB
8095 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8096 Add lisp/term/internal.elc.
e227ba05 8097
742d40e8
SM
80982009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8101 (bug#4461).
8102
005bd5a2
DN
81032009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8104
8105 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8106
8107 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8108 (OBJECTS_MACHINE): Remove, unused.
8109
f9af9719
SM
81102009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * frame.c (x_get_resource_string): Remove unused.
8113
0307c7d2
JD
81142009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8115
8116 * xterm.c (x_new_font): Call change_frame_size before calling
8117 x_set_window_size, in case frame size won't change.
8118
8119 * frame.c (x_set_font): Remove dead code.
8120
428b13d6
SM
81212009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8124
5766c380
SM
81252009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * lread.c (Fload): Don't output a message after loading an obsolete
8128 package any more (done in Lisp now).
8129
2fd0161b
CY
81302009-09-12 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8133
bc5e75b6
SM
81342009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * keymap.c (Fwhere_is_internal): Use nconc2.
8137
c31c985e
AM
81382009-09-11 Alan Mackenzie <acm@muc.de>
8139
8140 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8141 batch mode.
8142
78012bd2
AS
81432009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8144
8145 * xdisp.c (display_mode_element): Detect cycles.
8146
9d889332
SM
81472009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * keymap.c (where_is_internal): Don't erroneously return nil right after
8150 filling the cache.
8151 (where_is_internal_1): Fix up typo.
8152
7ab5d780
GM
81532009-09-11 Glenn Morris <rgm@gnu.org>
8154
8155 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8156 share a common doc-string.
8157
5238a749
SM
81582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8159
66d77eda
SM
8160 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8161 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8162
5238a749
SM
8163 * keymap.c (QCadvertised_binding): New constant.
8164 (syms_of_keymap): Initialize it.
8165 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8166 if applicable.
8167
19f48442
SM
81682009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8169
50d4ba39
SM
8170 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8171 (parse_menu_item): Streamline since bindings are recomputed all the
8172 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8173 more and don't support lmenu's menu-alias any more either.
8174
a88a5372
SM
8175 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8176 (where_is_internal): Strip it down to only traverse the keymaps.
8177 Move the cache handling from Fwhere_is_internal to here.
8178 (Fwhere_is_internal): Move the handling of remapping and the choice of
8179 the best binding from where_is_internal to here.
8180 Unify the cached/noncached paths, so remapping is also handled
8181 correctly when the cache is used, and so the cache can be used to
8182 speed up remap-handling when applicable.
8183 Give preference to non-remapped bindings.
8184 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8185 non-remapped bindings.
8186 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8187 command remapping.
8188
19f48442
SM
8189 * xdisp.c (display_mode_element): Move list length limit from 50 to
8190 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8191
599498c3 81922009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
8193
8194 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8195
f9b7b5ac
SM
81962009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8197
a53af587
JB
8198 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8199 (Bug#4334)
8200
f9b7b5ac
SM
8201 * keymap.c (where_is_internal): Filter out shadowed remappings.
8202 Assume that where_is_internal returns unshadowed bindings to simplify
8203 the code and get rid of the gotos. Use ASIZE.
8204
04f4b72d
JD
82052009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8206
4da146f2
JD
8207 * xterm.c (x_focus_changed): If we get a focusout and pointer
8208 is invisible, make it visible.
8209
04f4b72d
JD
8210 * xterm.h: Remove condition for declaration of
8211 x_*_window_to_frame.
8212
7cef7ce3
SM
82132009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8216 initial terminal as well.
8217
a54fa5b7
JD
82182009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8219
8220 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 8221 x_menubar_window_to_frame.
a54fa5b7 8222
50426a04 8223 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
8224 (XTmouse_position): Do not return valid positions
8225 for clicks in the menubar and the toolbar for Gtk+.
8226
8227 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8228 if the widget for the event has the same top level as a frame,
8229 return the frame.
8230 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8231 internal windows, bug #4122.
8232 (x_non_menubar_window_to_frame): Remove.
8233
5a021dd0
GM
82342009-09-02 Glenn Morris <rgm@gnu.org>
8235
8236 * buffer.c (default-major-mode): Move most of the doc from here...
8237 (major-mode): ... to here.
8238
548fe2f3
NR
82392009-08-30 Nick Roberts <nickrob@snap.net.nz>
8240
8241 * process.c (wait_reading_process_output): Keep the descriptor
8242 when pty is used by a non-child process, e.g., in I/O buffer of
8243 GDB this allows inferior to be restarted.
8244
e0840eef
EZ
82452009-08-29 Eli Zaretskii <eliz@gnu.org>
8246
8247 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8248 both branches into one.
8249
82e98df4
SM
82502009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8253 (main): Use enable-multibyte-characters rather than
8254 default-enable-multibyte-characters. Output a warning message when
8255 running a unibyte session.
8256
890617cb
YM
82572009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8258
8259 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8260 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8261 (copy_data_segment): Also copy __program_vars section.
8262 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8263 (dump_it) [LC_DYLD_INFO]: Use it.
8264
8265 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8266
e7adeadc
EZ
82672009-08-28 Eli Zaretskii <eliz@gnu.org>
8268
8269 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8270 $(SRC)/buildobj.h.
8271 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8272 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8273 $(SRC)/buildobj.h.
8274 (clean): Add buildobj.h.
8275
3ed8bbdc
TZ
82762009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8277
8278 * print.c (print_object): Set escapeflag to 1 when printing
8279 hashtable keys and values.
8280
155a6764
SM
82812009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * lread.c (read_integer): Use doubles (and potentially return a float
8284 number) as we do in string-to-number.
8285 (read1): Use strtol to read integers, signal errors on strtol's
8286 overflow and use floats if strtol's output is too large for
8287 Elisp integers.
8288
877610de
EZ
82892009-08-27 Eli Zaretskii <eliz@gnu.org>
8290
8291 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8292 (make-buildobj-SH): Fix last change.
8293 (SRC): Move to before where it's first used.
8294
ef73e7be
KH
82952009-08-27 Kenichi Handa <handa@m17n.org>
8296
550c8289
KH
8297 * process.c (send_process): Use encode_coding_object instead of
8298 encode_coding_string to perform eol-conversion even if the string
8299 is unibyte.
8300
60afa08d
KH
8301 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8302 character.
8303
ef73e7be 8304 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 8305 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 8306
7b3a82d7
DN
83072009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8308
5654bf63
DN
8309 * callproc.c (Fcall_process): Remove always true #if.
8310
7b3a82d7
DN
8311 * lisp.h: Replace #if 0 code for checking with text pointing to
8312 the --enable-checking configure flag.
8313
8314 * emacs.c (main): Mention the --enable-profiling configure flag
8315 instead of using CFLAGS.
8316
878bde49
KR
83172009-08-26 Ken Raeburn <raeburn@raeburn.org>
8318
8319 * Makefile.in (buildobj.h): New target.
8320 (doc.o): Depend on it.
8321 (temacs${EXEEXT}): Don't generate buildobj.lst.
8322 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8323 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8324 ($(BLD)/doc.$(O)): Depend on it.
8325 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8326 provided by Eli Zaretskii.)
8327 ($(TEMACS)): Don't generate buildobj.lst.
8328 * doc.c: Include buildobj.h.
8329 (buildobj): New static variable.
8330 (Fsnarf_documentation): Use it, instead of opening and reading
8331 buildobj.lst.
8332
1574224c
MA
83332009-08-25 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * dbusbind.c (Fdbus_call_method)
8336 (Fdbus_call_method_asynchronously): Use English numeric format for
8337 timeout values in doc string.
8338
d9da2f45
KH
83392009-08-25 Kenichi Handa <handa@m17n.org>
8340
ef73e7be
KH
8341 * alloc.c (mark_char_table): New function.
8342 (mark_object): Use mark_char_table for a char-table.
8343
d9da2f45
KH
8344 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8345 (CHAR_TABLE_REF): Use it.
8346
c8edcc01
KR
83472009-08-23 Ken Raeburn <raeburn@raeburn.org>
8348
8349 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8350 before invoking the newly build emacs to check for load-path
8351 shadowing.
8352
7763401b
GM
83532009-08-22 Glenn Morris <rgm@gnu.org>
8354
8355 * Makefile.in (bootstrap_exe): New variable.
8356 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8357 Use ${bootstrap_exe}.
8358
729eadda
EZ
83592009-08-22 Eli Zaretskii <eliz@gnu.org>
8360
8361 * coding.h (encode_coding_string): Don't encode unibyte strings.
8362 (Bug#4047)
8363
eb4c6ace
MA
83642009-08-22 Michael Albinus <michael.albinus@gmx.de>
8365
8366 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8367
8368 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8369 intended as hotfix only.
8370 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8371
36e34d1b
AR
83722009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8373
8374 * nsterm.m (ns_get_color): Update documentation properly for last
8375 change, and clean up loose ends in the code left by it. Fix
8376 longstanding bug with 16-bit hex parsing, and add support for
8377 yet another X11 format (rgb:r/g/b) for compatibility.
8378 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8379 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8380
f983eb8a
SM
83812009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8384
3f56d3c6
MA
83852009-08-20 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8388 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8389 (xd_initialize, xd_pending_messages): Check, whether
8390 $DBUS_SESSION_BUS_ADDRESS is set.
8391
fb641d68
YM
83922009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8393
8394 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8395
8396 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8397
cf59a374
GM
83982009-08-20 Glenn Morris <rgm@gnu.org>
8399
8400 * emacs.c (system-type): Doc fix.
8401
1373f3be
SM
84022009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8405 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8406
058ed861
MA
84072009-08-18 Michael Albinus <michael.albinus@gmx.de>
8408
1373f3be
SM
8409 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8410 New functions.
058ed861
MA
8411 (xd_initialize): Revert change from 2009-08-16.
8412
563a866e 84132009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
8414
8415 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 8416 font-group vector, return nil.
5fc05db0 8417
e42bdf01
CY
84182009-08-17 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * process.c (status_notify): Don't perform redisplay.
8421 (Fdelete_process, list_processes_1, process_send_signal):
8422 Expliticly perform redisplay.
8423 (wait_reading_process_output): Always check process status, but
8424 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8425
4230ab74
KR
84262009-08-17 Ken Raeburn <raeburn@raeburn.org>
8427
1373f3be 8428 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
8429 (XFLOAT_INIT): New macro for storing a float value.
8430 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8431 * fns.c (sxhash): Copy out the value of a float in order to
8432 examine its bytes.
8433 * dbusbind.c (xd_append_arg): Likewise.
8434
4230ab74
KR
8435 * emacs.c (main): Don't call syms_of_data twice.
8436
a0645cdd
MA
84372009-08-16 Michael Albinus <michael.albinus@gmx.de>
8438
8439 * dbusbind.c (xd_initialize): Add connection file descriptor to
8440 input_wait_mask, in order to let select() detect, whether a new
8441 message has been arrived.
ca4f31ea 8442 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 8443
485db0ba
MA
84442009-08-15 Michael Albinus <michael.albinus@gmx.de>
8445
1373f3be
SM
8446 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8447 New functions.
485db0ba
MA
8448
8449 * lisp.h (xd_pending_messages): Declare.
8450
8451 * keyboard.c (readable_events): Call xd_pending_messages.
8452
b5b98ff4
CY
84532009-08-15 Chong Yidong <cyd@stupidchicken.com>
8454
1373f3be 8455 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 8456
f8354c6e
CY
8457 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8458
b5b98ff4
CY
8459 * buffer.c (set_buffer_internal_1)
8460 (swap_out_buffer_local_variables): Check for unbound local
8461 variables (Bug#4138).
8462
8b9fc636
EZ
84632009-08-14 Eli Zaretskii <eliz@gnu.org>
8464
8465 * process.c (create_pty): Fix last change.
8466
ce959360
CY
84672009-08-13 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8470 (xbm_load_image): Caller changed.
64b807c9 8471 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 8472
c7baf7e9
NR
84732009-08-13 Nick Roberts <nickrob@snap.net.nz>
8474
8475 * process.c (create_pty): New function.
8476 (Fstart_process): Use it to allow Emacs to just associate a pty
8477 with the buffer. See associated change in gdb-mi.el.
8478 (list_processes_1): Deal with no program name.
8479 (start_process_unwind): Use pid == -2 to mean no process.
8480
1ac9108a
SM
84812009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * cmds.c (nonundocount): New global variable.
8484 (keys_of_cmds): Initialize it.
8485 (Fself_insert_command): Use it to combine upto 20 sequential chars
8486 into a single undo entry, just like the Qself_insert_command code in
8487 keyboard.c does.
8488 Call frame_make_pointer_invisible, also like the Qself_insert_command
8489 code in keyboard.c does.
8490 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8491 than its own local replacement for it.
8492
e267324c
KR
84932009-08-10 Ken Raeburn <raeburn@raeburn.org>
8494
1ac9108a 8495 * fns.c (concat): Don't re-set string length to its current value.
77437343 8496
1ac9108a
SM
8497 * coding.h (decode_coding_string, encode_coding_string):
8498 Use SBYTES macro.
f0bed503 8499
1ac9108a 8500 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
8501 (doprnt): Merge with doprnt1, discarding lispstrings code.
8502 * lisp.h (doprnt_lisp): Don't declare.
8503
416e006d
JL
85042009-08-07 Juri Linkov <juri@jurta.org>
8505
8506 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8507
6f7d5780
DN
85082009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8509
8510 * print.c (syms_of_print): Undo previous change.
8511
f19a0f5b
TZ
85122009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8513
8514 * lread.c (read1, syms_of_lread): Read hashtables back from the
8515 readable format.
8516
8517 * print.c (print_preprocess, print_object): Print hashtables fully
8518 and readably.
8519 (syms_of_print): Provide 'hashtable-print-readable.
8520
b9173dc2
AR
85212009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8522
8523 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8524 no family set.
8525 (nsfont_open): Handle case when entity has no family.
8526
1586503c
AR
85272009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8528
8529 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8530 element, not a list, for match case.
8531
087048cd
KH
85322009-07-28 Kenichi Handa <handa@m17n.org>
8533
8534 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8535 rigidly.
8536
8537 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8538 font_parse_xlfd. Check font properties more rigidly.
8539
780c2506
DN
85402009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8541
31fd7c5c
JB
8542 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8543 bsd-common.h.
780c2506 8544
a8c0cc18
KH
85452009-07-27 Kenichi Handa <handa@m17n.org>
8546
8547 * xfaces.c (face_with_height): Call font_clear_prop.
8548
4fbe2306
CY
85492009-07-26 Chong Yidong <cyd@stupidchicken.com>
8550
111d9af3
CY
8551 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8552
8553 * xterm.c (x_term_init): Use Qx.
8554
4fbe2306
CY
8555 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8556
1ac9108a 8557 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
8558 (ns_get_color): Revert 2009-07-16 change.
8559
beb0b7f9
EZ
85602009-07-25 Eli Zaretskii <eliz@gnu.org>
8561
8562 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 8563 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 8564
2baf5e76
KR
85652009-07-25 Ken Raeburn <raeburn@raeburn.org>
8566
1ac9108a
SM
8567 * coding.h (decode_coding_string, encode_coding_string):
8568 Use SCHARS macro.
8890e5f5 8569
2baf5e76 8570 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 8571 (load_depth): Delete.
2baf5e76
KR
8572 (Qload_in_progress): New variable.
8573 (load_unwind): Don't reference load_depth or load_in_progress.
8574 (Fload): Likewise; specbind Qload_in_progress instead.
8575 (init_lread): Don't initialize load_depth.
8576 (syms_of_lread): Initialize and protect Qload_in_progress.
8577
1395c6f5
AR
85782009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8579
8580 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8581
4e2f36cf
AR
85822009-07-23 Yavor Doganov <yavor@gnu.org>
8583
8584 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8585
5dd9a6f7
AR
85862009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8587
8588 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
8589 Bugs 3792, 3720, 2402.
8590 (ns_lookup_indexed_color): Check for bad index.
8591 (ns_index_color): Init unused slot to 0.
8592 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8593 Bug 3714, possibly 3082.
5dd9a6f7 8594
c902b920
JR
85952009-07-22 Jason Rumney <jasonr@gnu.org>
8596
1ac9108a
SM
8597 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8598 Position IME window at cursor (Bug#2570).
c902b920
JR
8599 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8600 (globals_of_w32fns): Dynamically load functions required above.
8601
8602 * w32term.c (w32_draw_window_cursor): Send message to reposition
8603 any IME window.
8604
090101cf
CY
86052009-07-21 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * fileio.c: Revert 2009-07-16 changes.
8608 (Vauto_save_include_big_deletions): New variable.
8609 (Fdo_auto_save): Disable auto-save only if
8610 auto-save-include-big-deletions is nil.
8611
e6583e3d
CY
86122009-07-21 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8615 the overflowed pixels into account (Bug#3879).
8616
ece435a5
KR
86172009-07-21 Ken Raeburn <raeburn@raeburn.org>
8618
8619 * lread.c (load_depth): New variable.
8620 (Fload, load_unwind, init_lread): Set it to the load recursion
8621 depth; set load_in_progress as a simple boolean based on the
8622 current load_depth. (Bug#3892)
8623
40b2d973
AR
86242009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8625
8626 * nsfont.m (ns_has_attribute): Remove.
8627 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8628
10be7e0d
JL
86292009-07-18 Juri Linkov <juri@jurta.org>
8630
8631 * process.c (Fset_process_query_on_exit_flag): Mention killing
8632 a buffer in docstring.
8633
fa055055
KH
86342009-07-17 Kenichi Handa <handa@m17n.org>
8635
8636 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8637
042f7b69
YM
86382009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8639
8640 * nsfns.m (Fns_set_alpha): Remove function.
8641 (syms_of_nsfns): Don't defsubr it.
8642
8643 * nsterm.m (ns_get_color): Remove incompatible color formats.
8644 (ns_color_to_lisp): Generate #rrggbb color format string.
8645
4be941e3
RS
86462009-07-16 Richard Stallman <rms@gnu.org>
8647
8648 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8649 (Fset_buffer_auto_saved): Handle save_length = -2.
8650
4e6b227d
CY
86512009-07-16 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * xterm.c (Qx_gtk_map_stock): New var.
8654
8655 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8656 of calling intern each time.
8657
a1856973
YM
86582009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8659
8660 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8661 does tiling.
8662
8663 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8664
497e54d8
KH
86652009-07-14 Kenichi Handa <handa@m17n.org>
8666
72d36834
KH
8667 * font.c (font_vconcat_entity_vectors): New function.
8668 (struct font_sort_data): New member font_driver_preference.
8669 (font_compare): Check font_driver_preference.
8670 (font_sort_entities): The format of the first argument changed.
8671 (font_delete_unmatched): Likewise.
8672 (font_list_entities): The return type changed.
8673 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
8674 (font_find_for_lface): Adjuste for the above changes.
8675 Don't suppress the checking of C even if the repertory supports it.
8676 (Flist_fonts): Adjust for the above changes.
72d36834 8677
1ac9108a
SM
8678 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8679 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
8680 Reject a font who has adstyle property that is different from a
8681 langname derived from registry property.
1ac9108a 8682 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 8683
b6046155
EZ
86842009-07-13 Eli Zaretskii <eliz@gnu.org>
8685
8686 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8687 local copy of dirfilename.
8688
fb6b6049
KH
86892009-07-13 Kenichi Handa <handa@m17n.org>
8690
e2402a5e
KH
8691 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8692 against max_char.
8693
fb6b6049
KH
8694 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8695 calling XSYMBOL (sym).
8696
65156807
EZ
86972009-07-11 Eli Zaretskii <eliz@gnu.org>
8698
1ac9108a
SM
8699 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8700 New function.
8701 (directory_files_internal) [WINDOWSNT]:
8702 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
8703 the filesystem of the directory is fast or slow.
8704
8705 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8706 file name.
8707 (is_slow_fs): New function.
8708 (stat): Use it to determine whether to issue more system calls to
8709 get accurate file attributes, when w32-get-true-file-attributes is
8710 `local'.
8711
e0ab5fcf
JD
87122009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8713
8714 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 8715 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
8716 parameter font-parameter as default to the font dialog.
8717
784ceded
KH
87182009-07-10 Kenichi Handa <handa@m17n.org>
8719
8720 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8721
fb8edc0b
EZ
87222009-07-09 Eli Zaretskii <eliz@gnu.org>
8723
1ac9108a 8724 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 8725
fb8edc0b
EZ
8726 * w32.c (stat): Treat UNC file names as residing on remote
8727 drives. (Bug#3542)
8728
635c75b1
KH
87292009-07-09 Kenichi Handa <handa@m17n.org>
8730
8731 * fontset.c (fontset_find_font): Fix previous change.
8732
c1d5ce94
MA
87332009-07-08 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8736 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8737 error flag.
8738
edb61b39
KH
87392009-07-08 Kenichi Handa <handa@m17n.org>
8740
374bf7e4
KH
8741 * fontset.c (fontset_find_font): Fix the logic of handling
8742 charset_matched.
8743 (font_for_char): Delete unused var.
8744 (generate_ascii_font_name): Delete it.
8745
edb61b39
KH
8746 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8747
8748 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8749 (encode_coding_sjis): Fix the code range check.
8750
0f3f018c
CY
87512009-07-07 Chong Yidong <cyd@stupidchicken.com>
8752
8753 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8754 (Fexpand_file_name): Copy string data properly (Bug#3772).
8755
fcaf6f3a
JD
87562009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8757
8758 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8759 first MapNotify.
8760
6809ca75
KH
87612009-07-07 Kenichi Handa <handa@m17n.org>
8762
8763 * character.h (unibyte_has_multibyte_table): Delete extern.
8764 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8765
8766 * charset.c (Fset_charset_priority): Update charset_unibyte.
8767 (syms_of_charset): Initialize charset_unibyte.
8768
8769 * character.c (unibyte_has_multibyte_table): Delete it.
8770 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8771 charset_unibyte.
8772 (multibyte_char_to_unibyte_safe): Likewise.
8773 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8774
1ac9108a 8775 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
8776 (x_produce_glyphs): Likewise.
8777
8778 * .gdbinit (xcharset): Fix the treating $arg0.
8779
ad9e2d54
EZ
87802009-07-04 Eli Zaretskii <eliz@gnu.org>
8781
8782 Emulation of `getloadavg' on MS-Windows.
50426a04 8783 * w32.c: Include float.h.
ad9e2d54
EZ
8784 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8785 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8786 (get_native_system_info, get_system_times): New functions.
8787 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8788 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8789 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8790 g_b_init_get_system_times, and num_of_processors.
8791
0a3472c7
JR
87922009-07-03 Jason Rumney <jasonr@gnu.org>
8793
8794 * w32term.c (w32_initialize): Use standard types.
8795
80904120
EZ
87962009-07-03 Eli Zaretskii <eliz@gnu.org>
8797
8798 * dired.c (Ffile_attributes): Decode user and group names by the
8799 locale's encoding. (Bug#3443)
8800
6978862d
DN
88012009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8802
f8d23104
DN
8803 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8804 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8805
8806 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8807
8808 * term.c (init_tty): Remove spurious #ifdef.
8809
6978862d
DN
8810 * m/mips.h: Mention this file is also used for netbsd.
8811 * m/pmax.h: Remove file.
8812
e044e4fc
JD
88132009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8814
8815 * xterm.h (struct x_display_info): Add invisible_cursor.
8816 (struct x_output): Add current_cursor.
8817
8818 * xterm.c (XTtoggle_invisible_pointer): New function.
8819 (x_define_frame_cursor): Don't define cursor if invisible or the
8820 same as before. Set current_cursor.
8821 (x_create_terminal): Set toggle_invisible_pointer_hook.
8822
8823 * xfns.c (make_invisible_cursor): New function.
8824 (x_set_mouse_color): Call make_invisible_cursor.
8825 Set current_cursor.
8826 (x_window): Set current_cursor.
8827
8828 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8829
8830 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8831 inserting a character.
8832 (read_avail_input): Call frame_make_pointer_visible.
8833
8834 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
8835 (frame_make_pointer_invisible, frame_make_pointer_visible):
8836 New functions.
e044e4fc
JD
8837 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8838
8839 * frame.h: Declare frame_make_pointer_invisible and
8840 frame_make_pointer_visible.
8841 (struct frame): Add pointer_invisible.
8842
574c8efa
JD
88432009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8844
7b507248
JD
8845 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8846 frame isn't visible.
8847 (xg_frame_resized): If width/height is -1, get size of window
8848 from X server.
8849
8850 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8851 for MapNotify.
8852
835bdaa7 8853 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 8854 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 8855 (flush_and_sync): Reintroduce.
574c8efa 8856
3f1c6666 88572009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 8858
31fd7c5c 8859 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
8860
8861 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8862 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8863
8864 * frame.h: Declare Qsticky.
8865
cad9ef74
JD
8866 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8867
8868 * nsfns.m (ns_frame_parm_handlers): Ditto.
8869
8870 * frame.c: Declare Qsticky.
8871 (frame_parms): Add sticky.
8872
8873 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8874
8875 * xterm.h: Declare x_set_sticky.
8876
8877 * xterm.c (x_set_sticky): New function.
8878
69b16610
JD
8879 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8880 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8881 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
8882
8883 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8884
8885 * frame.c: Qmaximized is new.
8886 (x_set_frame_parameters): Do not handle fullscreen specially.
8887 Only set width and height if explicitly set.
8888 (x_set_fullscreen): Handle Qmaximized.
8889 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8890 (syms_of_frame): Initialize Qmaximized.
8891
1ac9108a
SM
8892 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8893 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
8894
8895 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
8896 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8897 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
8898 set gravity to NorthWestGravity when USE_GTK.
8899 (set_wm_state): New function.
31fd7c5c 8900 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
8901 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8902 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 8903 or the case when no window manager is running. That means remove calls
3f1c6666
JD
8904 to x_real_positions and x_fullscreen_adjust.
8905
8906 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8907 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8908 flush_and_sync.
8909 (xg_height_changed): New function.
8910 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
8911 and gtk_window_set_policy. Set frame gravity after parsing the
8912 geometry string.
3f1c6666
JD
8913 (xg_update_frame_menubar, free_frame_menubar)
8914 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8915 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8916 Remove calls to xg_frame_set_char_size.
8917
fd503d99
KH
89182009-07-01 Kenichi Handa <handa@m17n.org>
8919
8920 * keyboard.c (decode_keyboard_code): New function.
8921 (tty_read_avail_input): Decode the input bytes if necessary.
8922
1ac9108a
SM
8923 * coding.c (setup_coding_system):
8924 Initialize coding->carryover_bytes to 0.
fd503d99
KH
8925 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8926 use Qno_conversion.
8927
24ed93fb
YM
89282009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8929
8930 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8931
99061dfc
CY
89322009-06-30 Chong Yidong <cyd@stupidchicken.com>
8933
1ac9108a 8934 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 8935
ff90fbde
JR
89362009-06-30 Jason Rumney <jasonr@gnu.org>
8937
8938 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8939 is already loaded.
8940 Set user model ID if supported (bug#1849).
8941
5f445726
JM
89422009-06-29 Jim Meyering <meyering@redhat.com>
8943
8944 Remove useless if-before-xfree test.
8945 * nsfont.m (nsfont_close): Remove useless test.
8946 * term.c (delete_tty): Likewise.
8947 * w32.c (system_process_attributes): Likewise.
8948 * w32font.c (w32font_close): Likewise.
8949 * xfaces.c (x_free_gc): Likewise.
8950 * xselect.c (buffer): Likewise.
8951
b9607587
AS
89522009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8953
8954 * process.c (send_process): Keep decoded string in a local
8955 variable and protect it from GC. (Bug#3521)
8956
89ba96f4
EZ
89572009-06-28 Eli Zaretskii <eliz@gnu.org>
8958
8959 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8960 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8961
098a1589
CY
89622009-06-28 Chong Yidong <cyd@stupidchicken.com>
8963
485422be
CY
8964 * xdisp.c (start_display, handle_face_prop)
8965 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
8966 (redisplay_window, try_window_id, produce_image_glyph):
8967 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 8968
098a1589
CY
8969 * xterm.c (x_update_window_begin, x_new_focus_frame)
8970 (x_scroll_bar_handle_click, handle_one_xevent)
8971 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8972 (x_make_frame_visible, x_make_frame_invisible)
8973 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8974 code chunks that are now obsolete.
8975
78c38319
MA
89762009-06-28 Michael Albinus <michael.albinus@gmx.de>
8977
8978 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8979 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8980 for hours, when optimzation is enabled.
8981 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8982 (xd_read_message): Make them static.
8983
4189ed40
CY
89842009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8985
8986 * term.c (turn_on_face): Allow simultaneously bold and dim
8987 terminal faces (Bug#3530).
8988
cd9b5e16
CY
89892009-06-27 Chong Yidong <cyd@stupidchicken.com>
8990
4e23bedb
CY
8991 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8992
cd9b5e16
CY
8993 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8994 truncation glyphs (Bug#3686).
8995
07cc3c35
GM
89962009-06-27 Glenn Morris <rgm@gnu.org>
8997
8998 * m/pmax.h: Restore file, with only netbsd portions.
8999
31fd7c5c 90002009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 9001
cd9b5e16 9002 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 9003
42d4a64f
KH
90042009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
9005
9006 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9007 the arg FORCE_SYMBOL.
9008
930fe55b 90092009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
9010
9011 * fontset.c (fontset_find_font): When a usable rfont_def is found
9012 in a fallback font-group, make it the first element of the group.
9013
57ebc3fd
CY
90142009-06-24 Chong Yidong <cyd@stupidchicken.com>
9015
9016 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9017
f084f942
KH
90182009-06-24 Kenichi Handa <handa@m17n.org>
9019
9020 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9021 set for C.
9022 (fontset_font): Record the availability of a font for C both in
9023 the realized fontsets of the current one and the default one.
9024
2f686c87
DN
90252009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9026
9027 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9028 conditional, it is always defined on AIX.
9029
666e158e
MB
90302009-06-23 Miles Bader <miles@gnu.org>
9031
9032 * window.c (Vrecenter_redisplay): New variable.
9033 (syms_of_window): Initialize it.
9034 (Qtty): New extern declaration.
9035 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9036
c6da7cd2
JM
90372009-06-23 Jim Meyering <meyering@redhat.com>
9038
1ac9108a
SM
9039 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9040 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 9041 pointer dereferences are guaranteed to be valid.
c6da7cd2 9042
678dca3d
KH
90432009-06-23 Kenichi Handa <handa@m17n.org>
9044
74d75424
KH
9045 * emacs.c (main): Call init_font ().
9046
9047 * font.h (Vfont_log): Extern it.
9048 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9049
9050 * font.c (font_sort_entities, font_list_entities)
9051 (font_matching_entity, font_open_entity)
9052 (font_close_object): Change font_add_log to FONT_ADD_LOG.
9053 (Vfont_log): Delete static.
9054 (font_log_env_checked): Delete this variable.
9055 (font_add_log): Don't check font_log_env_checked.
9056 (font_deferred_log): Check Vfont_log.
9057 (init_font): New function.
9058
678dca3d
KH
9059 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9060
9061 * w32font.c: Change font_add_log to FONT_ADD_LOG.
9062
9063 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9064
9065 * xfont.c: Change font_add_log to FONT_ADD_LOG.
9066
9067 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9068 (face_for_char): Don't call font_deferred_log here.
9069 (font_for_char): Likewise.
9070
8a668709
CY
90712009-06-22 Chong Yidong <cyd@stupidchicken.com>
9072
9a01ee33
CY
9073 * w32term.c (x_draw_glyph_string): Use the glyph string's width
9074 rather than its background_width for drawing the overline and
9075 underline (Bug#489).
9076
9077 * xterm.c (x_draw_glyph_string): Use the glyph string's width
9078 rather than its background_width for drawing the overline and
9079 underline (Bug#489).
ec7c9926
CY
9080 (xg_default_icon_file): New variable.
9081 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9082 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 9083
8a668709
CY
9084 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9085 (load_overlay_strings): Remove externs.
9086 (fast_find_position): Function deleted.
9087 (mouse_face_from_buffer_pos): New function, based on
9088 fast_find_position. Correctly handle before-strings,
9089 display-strings, and after-strings (Bug#1220).
9090 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9091
4d4c02d8
CY
90922009-06-21 Chong Yidong <cyd@stupidchicken.com>
9093
1ac9108a 9094 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
9095 (move_it_in_display_line_to, move_it_in_display_line_to)
9096 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9097
70243478
CY
90982009-06-21 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * Branch for 23.1.
9101
13087e59
JR
91022009-06-21 Jason Rumney <jasonr@gnu.org>
9103
9104 * w32term.c (keyboard_codepage): New static variable.
9105 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9106 (w32_read_socket) [WM_CHAR]: Use it to decode character
9107 input (bug#3237).
9108 (w32_initialize): Initialize it.
9109 (codepage_for_locale): New function.
9110
4735b74e
KR
91112009-06-20 Ken Raeburn <raeburn@raeburn.org>
9112
9113 * process.c (status_message): Pass Faset index argument as a lisp
9114 object, so as to work with USE_LISP_UNION_TYPE.
9115
0e727afa
YM
91162009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9117
9118 * coding.c (Ffind_coding_systems_region_internal):
9119 Cache checked characters.
9120
cf299835
KH
91212009-06-18 Kenichi Handa <handa@m17n.org>
9122
1ac9108a 9123 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 9124
90f20d94
AS
91252009-06-18 Andreas Schwab <aschwab@redhat.com>
9126
9127 * xdisp.c (redisplay_internal): Check that the frame is still
9128 live after redisplay of its windows.
9129 (redisplay_windows): Check that the window is still live.
9130
7f1faf1c
KH
91312009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9132
9133 * coding.c (detect_coding_utf_16): Fix previous change.
9134
cc13543e
KH
91352009-06-16 Kenichi Handa <handa@m17n.org>
9136
9137 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9138 UTF-16 by checking the dispersion of Eth and Oth bytes.
9139
977b85f4
AS
91402009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9141
9142 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9143
66bd43d1
KH
91442009-06-15 Kenichi Handa <handa@m17n.org>
9145
9146 * process.c (status_message): Fix previous change. Be sure to
9147 decode a localized string.
9148
cb5ca9c5
YM
91492009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9150
9151 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9152 add comment explaining why.
9153
ec7709ba 91542009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 9155
ec7709ba 9156 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 9157
4b7f335c
AR
91582009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9159
9160 * nsfont.m (ns_attribute_value): Remove.
9161 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9162 (ns_has_attribute): Shrink the normal range.
9163 (ns_findfonts): Don't worry about requested spec in determining
9164 need for synthItal.
e41820ee 9165 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 9166
73b26103
SZ
91672009-06-14 Seiji Zenitani <zenitani@mac.com>
9168
9169 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9170
5753e4da
KH
91712009-06-11 Kenichi Handa <handa@m17n.org>
9172
9173 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9174 overhang for the static composition case.
9175
3561b671
KH
91762009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9177
5753e4da
KH
9178 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9179 overhang for the automatic composition case.
9180
3561b671
KH
9181 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9182 composition case.
9183
852bbd41
CY
91842009-06-10 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * xdisp.c (get_next_display_element): When handling wrap-prefix
9187 and line-prefix, treat \n as a control character (bug#3502).
9188
9903d1e6
KH
91892009-06-10 Kenichi Handa <handa@m17n.org>
9190
9191 * font.c (font_parse_family_registry): Fix for one-char foundry.
9192 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9193
0bcbaaaa
CY
91942009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9195
9196 * process.c (status_message): Fix handling of multibyte signal
9197 string (Bug#3499).
9198
40aa3f13
JM
91992009-06-09 Jim Meyering <meyering@redhat.com>
9200
1f80c7e2
CY
9201 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9202 color name is missing.
40aa3f13 9203
72d51285
KH
92042009-06-09 Kenichi Handa <handa@m17n.org>
9205
9206 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9207 FROM-CODE and TO-CODE are codepoints of CHARSET.
9208
c1d04d84
AR
92092009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9210
9211 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9212
92132009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9214
9215 Changes to support :script/:lang/:otf in NS font driver.
9216 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9217 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9218 indicate not part of font driver interface, and change callers.
9219 (ns_get_family): Remove pointless null check.
9220 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9221 ns_spec_to_descriptor, ns_descriptor_to_entity.
9222 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9223 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9224 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9225 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9226 (ns_get_req_script, ns_accumulate_script_ranges)
9227 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9228 New functions.
9229 (nsfont_list, nsfont_match): Use ns_findfonts.
9230 (nsfont_open): Use font descriptor instead of traits.
9231 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9232 (dump_glyphstring): Rename to ns_dump_glyphstring.
9233
c7eb9816
AR
9234 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9235
c1d04d84
AR
9236 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9237
9238 * fontset.c (fontset_from_font): Remove NS-specific code.
9239
ec7709ba 92402009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
9241
9242 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9243 nonactive windows.
9244
31fd7c5c 92452009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 9246
1ac9108a 9247 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 9248
68852c13 92492009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
9250
9251 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9252
6756cd1d
CY
92532009-06-07 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9256 account for the overflowing of newlines into the last glyph on the
9257 display line (Bug#3482).
9258
28bf482a
DR
92592009-06-05 David Reitter <david.reitter@gmail.com>
9260
ec7709ba
JB
9261 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9262 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
9263 Fns_selection_exists_p, Fns_selection_owner_p.
9264
fdb55376
JR
92652009-06-03 Jason Rumney <jasonr@gnu.org>
9266
9267 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9268 available. (Bug#3379)
9269
05129fbe
KH
92702009-05-29 Kenichi Handa <handa@m17n.org>
9271
1ac9108a
SM
9272 * coding.c (get_translation_table):
9273 Check Venable_character_translation.
05129fbe 9274
ec7709ba 92752009-05-26 David Reitter <david.reitter@gmail.com>
15891144 9276
ec7709ba
JB
9277 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9278 (x_make_frame_visible): Move frame to front rather than calling
15891144 9279 ns_raise_frame().
ec7709ba 9280 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 9281 isn't key window.
ec7709ba 9282 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
9283 drawRect may be called by NSView even if the frame is hidden.
9284
ec7709ba
JB
9285 * nsfns.m (Fx_create_frame): Follow other ports in
9286 determining visibility; default to t. Ensure async_visible is set.
15891144 9287
21f73755
EZ
92882009-05-23 Eli Zaretskii <eliz@gnu.org>
9289
9290 * dired.c (Ffile_attributes): Doc fix.
9291
34001e41
CY
92922009-05-22 Chong Yidong <cyd@stupidchicken.com>
9293
9294 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9295
46306a17
SM
92962009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9299 and xfont_scratch_props.
9300 (syms_of_xfont): Do it here instead.
9301 (xfont_find_ccl_program): Delete, unused.
9302 (xfont_open): Delete unused var `i'.
9303
ef6e0694
KH
93042009-05-21 Kenichi Handa <handa@m17n.org>
9305
9306 * fontset.c (Qlatin): Don't make it static.
9307
46306a17
SM
9308 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9309 New functions.
ef6e0694
KH
9310 (xfont_scripts_cache, xfont_scratch_props): New variables.
9311 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
9312 (xfont_list_pattern): Argument changed. Callers changed.
9313 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
9314 (xfont_list): Don't reject a font spec with :script property.
9315 (xfont_has_char): Fix setting of encoding.
9316 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9317 xfont_scratch_props.
9318
93192009-05-19 Kenichi Handa <handa@m17n.org>
9320
46306a17 9321 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
9322 Callers changed.
9323
93242009-05-18 Kenichi Handa <handa@m17n.org>
9325
9326 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9327
ac71ced7
SM
93282009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9331 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9332
1c6d1051
YM
93332009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9334
9335 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9336 (x_delete_terminal): Dissociate resource database from display and
9337 then call XrmDestroyDatabase before closing display.
9338
9b9b779c
AR
93392009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9340
9341 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
9342 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9343 whether selected frame is viable before raising it (based on patch
9344 by David Reitter), and improve commentary.
9345 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 9346
cccd42d5
KH
93472009-05-15 Kenichi Handa <handa@m17n.org>
9348
9349 * font.c (Ffont_spec): Check arguments.
9350
337fbd17
CY
93512009-05-14 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9354 weight when testing attributes (Bug#3282).
9355
47a6002f
JD
93562009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9357
9358 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9359 what we expect to get in the next ConfigureNotify event.
9360
9cb363db
YM
9361 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9362 before Xft one (Bug#1696).
9363
b9126609
CY
93642009-05-07 David Reitter <david.reitter@gmail.com>
9365
9366 * nsfns.m (Fx_display_planes): Compute bitplanes using
9367 NSBitsPerPixelFromDepth (Bug#3207).
9368
27a69fd9
CY
93692009-05-10 Chong Yidong <cyd@stupidchicken.com>
9370
9371 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9372
00f37552
TTN
93732009-05-10 Ulrich Mueller <ulm@gentoo.org>
9374
9375 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9376
2d82a920
DR
93772009-05-07 David Reitter <david.reitter@gmail.com>
9378
ec7709ba
JB
9379 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9380 Respect mouse face background.
2d82a920 9381
46b0d52d
DR
93822009-05-07 David Reitter <david.reitter@gmail.com>
9383
ec7709ba
JB
9384 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9385 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
9386 in ns_update_begin and ns_update_end.
9387
ce1b23bb
SM
93882009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9389
5996e1b7
SM
9390 * nsfns.m (ns_get_screen): Rewrite.
9391 Don't presume selected-frame is of type `ns'.
9392
ba98e3a0
SM
9393 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9394 all drivers.
9395
ce1b23bb
SM
9396 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9397
bcda200f
YM
93982009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9399
9400 * keyboard.h (add_user_signal): Fix typo in extern.
9401
9402 * lisp.h (add_user_signal): Remove extern.
9403
9404 * unexelf.c (unexec): Consider a section to precede the .bss section
9405 if its addresses overlap that of .bss.
9406 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9407 instead of dumping process.
9408
864660a2
SM
94092009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9412
50da4e56
SM
94132009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9416
51520a1a
DN
94172009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9418
9419 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9420 any statements.
9421
409ea3a1
AS
94222009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9423
59c4c60f
AS
9424 * process.c (read_process_output): Make sure the current buffer is
9425 always restored.
9426
409ea3a1
AS
9427 * coding.c (record_conversion_result): Don't modify
9428 Vlast_code_conversion_error for successful result.
9429 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9430
56f00ed2
KH
94312009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9432
9433 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 9434 (load_charset_map): Remove unnecessary code.
56f00ed2 9435
4491c9d2
DR
94362009-04-30 David Reitter <david.reitter@gmail.com>
9437
35f5b128 9438 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
9439 through f24.
9440
6970f632
CY
94412009-04-30 Chong Yidong <cyd@stupidchicken.com>
9442
9443 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9444
9445 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9446 face_at_buffer_position.
9447 (face_before_or_after_it_pos, get_next_display_element)
9448 (note_mouse_highlight): Update face_at_buffer_position call.
9449
9450 * term.c (term_mouse_highlight):
9451 * msdos.c (IT_note_mouse_highlight):
9452 * fontset.c (Finternal_char_font):
35f5b128 9453 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
9454
9455 * dispextern.h (face_at_buffer_position): Update prototype.
9456
0c616f63
KH
94572009-04-30 Kenichi Handa <handa@m17n.org>
9458
35f5b128 9459 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 9460
ad3aaf33
AS
94612009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9462
9463 * callproc.c (Fcall_process): Fix GC protection. Make sure
9464 current buffer is always restored.
9465
c3c963a0
YM
94662009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9467
9468 * atimer.c (init_atimer): Also clear stopped_atimers.
9469
9470 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9471
7e3386cb
YM
9472 * process.c (create_process): Clean up merger residues of
9473 2008-07-17 change.
9474
91f68422
CY
94752009-04-29 Ulrich Mueller <ulm@gentoo.org>
9476
9477 * lread.c (Vread_circle): New variable.
9478 (read1): Disable recursive read if Vread_circle is nil.
9479
24b34550
KH
94802009-04-29 Kenichi Handa <handa@m17n.org>
9481
9482 * fontset.h (set_default_ascii_font): Delete extern.
9483
9484 * fontset.c (set_default_ascii_font): Delete this unused function.
9485
9486 * frame.c (x_set_font): When ARG is a font-object, check if the
9487 font-object matches with the ASCII font-spec of the frame's
9c358bda 9488 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 9489
77bf07e1
AS
94902009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9491
9492 * fns.c (Flocale_info): Protect vector from GC during decoding.
9493
9494 * process.c (Fstart_process): Protect argv strings from GC during
9495 encoding.
9496
2c55aacf
AS
94972009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9498
9499 * sysdep.c: Include <ctype.h>.
9500
b892d3c9
DR
95012009-04-27 David Reitter <david.reitter@gmail.com>
9502
35f5b128 9503 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
9504 Remove commented-out code.
9505
9d0644c4
JB
95062009-04-26 Johan Bockgård <bojohan@gnu.org>
9507
9508 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9509
b7053016
JR
95102009-04-25 Jason Rumney <jasonr@gnu.org>
9511
9512 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9513
4e8231f3
YM
95142009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9515
9516 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9517 Swap bytes in short integer if fringe bitmap width > 8.
9518
493dcf2c
KH
95192009-04-23 Kenichi Handa <handa@m17n.org>
9520
9521 * xfaces.c (Fx_list_fonts): If a font size is specified in
9522 PATTERN, set it in returned scalable fonts.
9523
401e9e57
CY
95242009-04-22 Chong Yidong <cyd@stupidchicken.com>
9525
708e05dc
CY
9526 * keyboard.c (Fset_input_meta_mode): Doc fix.
9527
9528 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9529
1ac9108a 9530 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
9531
9532 * coding.c (Fterminal_coding_system): Doc fix.
9533
9534 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9535 (Fx_display_pixel_height, Fx_display_planes)
9536 (Fx_display_color_cells, Fx_server_max_request_size)
9537 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9538 (Fx_display_mm_height, Fx_display_mm_width)
9539 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
9540 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9541 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
9542 (check_x_display_info): Handle terminal objects instead of
9543 terminal ids.
9544
401e9e57
CY
9545 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9546 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
9547 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9548 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 9549
df80c7f0
KH
95502009-04-21 Kenichi Handa <handa@m17n.org>
9551
5a8f12af 9552 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 9553 (font_score): Check AVGWIDTH too.
908567ef 9554
df80c7f0
KH
9555 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9556 worst case.
1ac9108a
SM
9557 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9558 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 9559
705af33f
JR
95602009-04-19 Jason Rumney <jasonr@gnu.org>
9561
9562 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 9563 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
9564
9565 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9566 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9567 get_phys_cursor_geometry.
9568
b71ac3dd 9569 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
9570 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9571 using get_phys_cursor_geometry.
9572
9573 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9574 correctly calculated.
9575
dc2933eb
JD
95762009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9577
1ac9108a
SM
9578 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9579 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
9580 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9581 is deprecated.
9582
973e7849
AS
95832009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9584
9585 * font.c (font_put_frame_data): Use xfree instead of free.
9586
314d66f4
JB
95872009-04-17 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * w32font.c (Qja, Qko): Remove declarations.
9590 (syms_of_w32font): Don't DEFSYM them.
9591
cf702558
CY
95922009-04-17 Chong Yidong <cyd@stupidchicken.com>
9593
9594 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9595
9596 * font.h (Qja, Qko): Extern them.
9597
9598 * ftfont.c (Qja, Qko): Remove declarations.
9599
9600 * xfont.c (Qja, Qko): Remove declarations.
9601
b50504f5
KH
96022009-04-17 Kenichi Handa <handa@m17n.org>
9603
bde25748
KH
9604 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9605 string from a vector to handle Latin-1 characters correctly.
9606
b50504f5
KH
9607 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9608 entity even if the cache hits.
9609
f4646fff
AS
96102009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9611
9612 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 9613 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 9614
e7deaab0
AS
9615 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9616 * lisp.h: Adjust prototypes.
9617
0a0e7d49
CY
96182009-04-16 Chong Yidong <cyd@stupidchicken.com>
9619
9620 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9621 change (Bug#3003).
9622
3c908a57
KH
96232009-04-16 Kenichi Handa <handa@m17n.org>
9624
1ac9108a 9625 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
9626
9627 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9628 adstyle.
9629
9630 * ftfont.c (Qja, Qko): Don't make them static.
9631 (enum ftfont_cache_for): New enum.
9632 (fc_charset_table): Undo the previous change.
9633 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
9634 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9635 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
9636 non-scarable font, try to get AVERAGE_WIDTH.
9637 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9638 Change ft_face_cache from a list of a hash-table. Don't check
9639 `ja' and `ko' adstyle here.
9640 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9641 FTFONT_CACHE_FOR_CHARET.
9642 (ftfont_get_charset): Undo the previous change.
1ac9108a 9643 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
9644 (ftfont_close): Likewise.
9645 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9646
9647 * font.c (font_sort_entites): Change the meaning of the arg
9648 BEST-ONLY. Don't optimize for VEC of lenght 1.
9649 (font_select_entity): Just return the value of font_sort_entites.
9650
9651 * xfaces.c (merge_face_vectors): Reflect font properties in
9652 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9653 font_clear_prop if a face attribute doesn't change.
9654
3c908a57
KH
9655 * charset.h (charset_ksc5601): Extern it.
9656
9657 * charset.c (charset_ksc5601): New variable.
9658 (Fdefine_charset_internal): Set charset_ksc5601.
9659 (init_charset_once): Initialize charset_ksc5601 to -1.
9660
d65859c3
DN
96612009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9662
9663 * fileio.c (history_delete_duplicates): Remove unused declaration.
9664
9665 * callint.c (history_delete_duplicates): New declaration.
9666 (Fcall_interactively): Remove command history duplicates when
9667 history_delete_duplicates is true.
9668
3ba010e5
EZ
96692009-04-14 Eli Zaretskii <eliz@gnu.org>
9670
9671 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9672
06f19b91
KH
96732009-04-14 Kenichi Handa <handa@m17n.org>
9674
9675 * font.c (Ffont_info): Fix docstring. Fix the second element of
9676 the returned value (bug#2949).
9677
2cce8bfc
CY
96782009-04-14 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9681
d156542d
KH
96822009-04-14 Kenichi Handa <handa@m17n.org>
9683
9684 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9685 encoding charset is ascii_compatible.
9686
9687 * charset.c (Fdefine_charset_internal): Make charset
9688 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9689 code_offset is 0, and covers all ASCII characters.
9690
86fa089e
SM
96912009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9694 (ns_string_to_pasteboard_internal):
9695 * nsmenu.m (process_dialog):
9696 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9697 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9698 * lisp.h (Fx_load_color_file): Declare.
9699
a8a3728b
KH
97002009-04-13 Kenichi Handa <handa@m17n.org>
9701
1ac9108a 9702 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
9703 (font_select_entity): Suppress the code to optimize for the same
9704 kind of fonts.
9705 (font_load_for_lface): Get a font that supports at least ASCII
9706 characters.
9707
9708 * ftfont.c (Qja, Qko): New variables.
9709 (fc_charset_table): Delete uniquifier data for iso8859-1.
9710 (ftfont_get_latin1_charset): New function.
9711 (get_adstyle_property): New function.
9712 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9713 bitmap fonts.
9714 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9715 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9716 `ko' or `ja'.
9717 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 9718 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
9719 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9720 property.
9721 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9722 (syms_of_ftfont): DEFSYM Qja and Qko.
9723
483670b5
KH
97242009-04-09 Kenichi Handa <handa@m17n.org>
9725
12b55765
KH
9726 * charset.c (map_charset_chars): For a charset of `superset'
9727 method, fix calculation of code range.
9728
483670b5
KH
9729 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9730 from the list of extra properties.
9731 (font_clear_prop): Be sure to delete `:name' font property.
9732
57d3b93b
KH
97332009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9734
b4b2c2ca
YM
9735 * dispnew.c (redraw_overlapping_rows): Fix detection of
9736 overlapping for topmost and bottommost rows.
9737
1ac9108a 9738 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 9739
472c3609
JR
97402009-04-06 Jason Rumney <jasonr@gnu.org>
9741
9742 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9743
ab193662
KH
97442009-04-06 Kenichi Handa <handa@m17n.org>
9745
9746 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9747
9748 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9749
0c26f026
KH
97502009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9751
9752 * ftfont.c (ftfont_open): Fix checking of the return value of
9753 FT_Load_Char. Fix setting font->underline_thickness.
9754
e173bbce
CY
97552009-04-04 Chong Yidong <cyd@stupidchicken.com>
9756
9757 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9758 (Fterminal_parameters, Fterminal_parameter)
9759 (Fset_terminal_parameter): In doc string, refer to terminal
9760 objects rather than terminal ids.
9761
693a2698
EZ
97622009-04-04 Eli Zaretskii <eliz@gnu.org>
9763
9764 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9765 ret_lim_data. (Bug#2867)
9766
d5221487
CY
97672009-04-03 Chong Yidong <cyd@stupidchicken.com>
9768
9769 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9770 so they don't get wider than the window, matching 2006-01-23
9771 change to the partner function in xdisp.c (Bug#2800).
9772
223509a3
KH
97732009-04-03 Kenichi Handa <handa@m17n.org>
9774
9775 * print.c (print_object): Make each lowest sub_char_table start a
9776 new line (Bug#2866).
9777
74fcd0b1
KH
97782009-04-02 Kenichi Handa <handa@m17n.org>
9779
9780 * fontset.c (fontset_font): Record no-font when a fontset
9781 explicitly tells not to try another font-specs.
9782
c542407d
SM
97832009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9784
9785 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9786
e3869731
KH
97872009-03-30 Kenichi Handa <handa@m17n.org>
9788
d8d2f142
KH
9789 * fontset.c (fontset_from_font): Specify only registry in a
9790 font-spec for all characters supported by that registry.
9791
e3869731
KH
9792 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9793 even if HAVE_M17N_FLT is not defined.
9794
5da5f805
CY
97952009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9796
9797 * ftfont.c: Conditionalize prototyping and use of
9798 ftfont_variation_glyphs.
9799
ab226c50
SM
98002009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9628fed7
SM
9802 * frame.c (delete_frame): Work around compiler bug.
9803
9804 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9805 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9806 Some more EMACS_INT.
9807 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9808
9809 * xdisp.c (dump_glyph): Fix typo.
9810
ae19ba7c
SM
9811 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9812 (adjust_markers_gap_motion, adjust_markers_for_delete)
9813 (adjust_markers_for_insert, adjust_point)
9814 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9815 (make_gap, copy_text, count_size_as_multibyte, insert)
9816 (insert_and_inherit, insert_before_markers)
9817 (insert_before_markers_and_inherit, insert_1)
9818 (count_combining_before, count_combining_after, insert_1_both)
9819 (insert_from_string, insert_from_string_before_markers)
9820 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9821 (insert_from_buffer_1, adjust_after_replace)
9822 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9823 (replace_range_2, del_range, del_range_1, del_range_byte)
9824 (del_range_both, del_range_2, modify_region)
9825 (prepare_to_modify_buffer, signal_before_change)
9826 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9827 for buffer positions and sizes.
9828 * lisp.h: Adjust prototypes accordingly.
9829
9830 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9831 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9832 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9833
ab226c50
SM
9834 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9835
46dfb8fb
JD
98362009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9837
9838 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9839 lines and columns so we keep the same pixel height and width.
9840
9841 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9842 the property _NET_WM_STATE has changed.
46dfb8fb
JD
9843 (x_handle_net_wm_state): New function to update frame parameter
9844 fullscreen.
9845 (x_term_init): Initialize atoms for _NET_WM_STATE.
9846
9847 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9848
d347e494
SM
98492009-03-27 Kevin Ryde <user42@zip.com.au>
9850
9851 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9852 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9853 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9854 (Fgpm_mouse_stop): Pass that new parameter.
9855 * termhooks.h (close_gpm): Adjust prototype.
9856
84db11d6
SM
98572009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9858
c95a5008
SM
9859 * lisp.h (Fx_focus_frame): Declare.
9860
84db11d6
SM
9861 * callint.c (Fcall_interactively): For '^' just delegate the work to
9862 handle-shift-selection.
9863 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9864
0a1958d6
CY
98652009-03-24 Chong Yidong <cyd@stupidchicken.com>
9866
0bfdff23
CY
9867 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9868
0a1958d6
CY
9869 * data.c (Qinteractive_form): New variable.
9870 (Finteractive_form): Use it.
9871
9872 * eval.c (Fcommandp): Use Qinteractive_form.
9873
58aec0d6
JR
98742009-03-24 Jason Rumney <jasonr@gnu.org>
9875
9876 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9877 Calculate total size precisely. Decode environment variables
9878 before substituting. (Bug#38)
9879
553dd618
KH
98802009-03-24 Kenichi Handa <handa@m17n.org>
9881
9882 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 9883 encoding (Bug#2722).
553dd618 9884
c39ea606
JD
98852009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9886
9887 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9888 that gdpy is set.
9889
bc9b2b5e
AM
98902009-03-22 Alan Mackenzie <acm@muc.de>
9891
9892 * callint.c (Finteractive): Clarify the doc string - even
9893 promptless elements need \n separators.
9894
9f995a76
JR
98952009-03-22 Jason Rumney <jasonr@gnu.org>
9896
9897 * w32term.c (syms_of_w32term): Doc fix for
9898 x-use-underline-position-properties.
9899
22749e9a
EZ
99002009-03-21 Eli Zaretskii <eliz@gnu.org>
9901
9902 * w32.c (getpwuid): Change argument type to unsigned.
9903 (struct w32_id): Change type of `rid' member to unsigned.
9904 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9905 argument ID to unsigned. All callers changed.
9906 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9907
e00553bf
EZ
99082009-03-20 Eli Zaretskii <eliz@gnu.org>
9909
9910 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9911 negative, produce a float value.
9912
9913 * dired.c (make_uid, make_gid): New functions.
9914 (Ffile_attributes): Use them to avoid negative UID and GID.
9915
f761d6b6
JB
99162009-03-20 Juanma Barranquero <lekktu@gmail.com>
9917
9918 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9919 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9920 Fix typos in docstrings.
9921
d507f8d7
KH
99222009-03-19 Kenichi Handa <handa@m17n.org>
9923
9924 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
9925 changed, use font_load_for_lface to get a new font object.
9926 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
9927
9928 * frame.c (x_set_font): Handle the case that ARG is a cons.
9929
c68845e0
GM
99302009-03-19 Glenn Morris <rgm@gnu.org>
9931
9932 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9933
bfa49dd1
CY
99342009-03-19 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9937
8458d4c1
KH
99382009-03-19 Kenichi Handa <handa@m17n.org>
9939
9940 * charset.c (load_charset_map_from_file): When a mapfile can't be
9941 loaded, signal an error.
9942
78e7d1fe
EZ
99432009-03-18 Eli Zaretskii <eliz@gnu.org>
9944
9945 * dired.c (Ffile_attributes): Make sure UID and GID are always
9946 positive, even if the value is too large for a positive EMACS_INT.
9947 Doc fix.
9948
9949 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9950
5da9fdfa
YM
99512009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9952
9953 * xmenu.c (xdialog_show): Move Fredisplay call ...
9954 (Fx_popup_dialog): ... here.
9955
7519c40d
SM
99562009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * dired.c (file_name_completion): Disable the first optimization just
9959 installed, since it is not implemented correctly.
9960
2cd298e2
SM
99612009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 9964 only if the entry can affect bestmatch.
2cd298e2
SM
9965 Stop the search early, as Ftry_completion already does.
9966
48d37adf
CY
99672009-03-17 Chong Yidong <cyd@stupidchicken.com>
9968
e10c9c93 9969 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 9970
9286b16a
CY
99712009-03-15 Chong Yidong <cyd@stupidchicken.com>
9972
9973 * keyboard.c (parse_menu_item): Don't display remappings as menu
9974 equivalent bindings (Bug#788).
9975
f7b146dc
JR
99762009-03-15 Jason Rumney <jasonr@gnu.org>
9977
9978 * w32term.h (WM_EMACS_PAINT): New message.
9979 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9980 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9981 before passing to lisp thread. (Bug#950)
9982
f761d6b6 99832009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 9984
d93f9575
CY
9985 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9986 variable as it was never reset.
9987 (ns_term_init): Remove initialization of Lisp-settable defaults
9988 and ns_expand_space.
9989 (-setPanelFromDefaultValues): Remove ns_expand_space.
9990 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9991 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
9992 i.e. no additional spacing, similar to Carbon port.
9993
d93f9575
CY
9994 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9995 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 9996
305018ec
JD
99972009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9998
9999 * sound.c (alsa_configure): Remove call to deprecated
10000 snd_pcm_sw_params_set_xfer_align.
10001
f761d6b6 100022009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
10003
10004 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10005 after clicking in a detached tool bar.
10006 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10007
46e722a9
SM
100082009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10009
348db3dd
SM
10010 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10011 int/Lisp_Object mixup).
46e722a9 10012
a3d16f39
KH
100132009-03-13 Kenichi Handa <handa@m17n.org>
10014
10015 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 10016 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
10017 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10018 (set_fontset_font): Change ARG to a vector. Handle range_list in
10019 ARG correctly.
10020 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 10021 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
10022 the above change.
10023 (fontset_from_font): Fix previous change.
fe24f56a 10024 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
10025 entry. If FONTSET is the default fontset, don't set the extra
10026 slot of the returning char-table.
10027
b066e6b6
JB
100282009-03-12 Juanma Barranquero <lekktu@gmail.com>
10029
10030 * nsfns.m (Fx_close_connection): Doc fix.
10031 (Fns_do_applescript): Reflow docstring.
10032 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10033 (Fx_display_pixel_width, Fx_display_pixel_height)
10034 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10035 Fix typos in docstrings.
10036 (Fns_set_alpha): Fix typos in error messages.
10037
d472514e 100382009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 10039
d472514e 10040 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
10041 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
10042 were used for such events.
10043
d472514e
JB
10044 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10045 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 10046
d472514e 10047 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
10048 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10049
fb930676
KH
100502009-03-11 Kenichi Handa <handa@m17n.org>
10051
ff85581a
KH
10052 * font.h (font_open_by_spec): Extern it.
10053
c50b7e98
KH
10054 * font.c (font_open_by_spec): New function.
10055 (font_open_by_name): Use font_open_by_spec.
10056
fb930676
KH
10057 * frame.c (x_set_font): When ARG is a font-object, don't alter the
10058 fontset of the frame.
10059
10060 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10061 modify the default font of frames that use this fontset.
10062 (num_auto_fontsets): New variable.
10063 (fontset_from_font): Use num_auto_fontsets to decide a fontset
10064 name. Be sure to set FONTSET_ASCII to the correct font name.
10065 (update_auto_fontset_alist): New function.
10066
df4e8455
JB
100672009-03-11 Juanma Barranquero <lekktu@gmail.com>
10068
10069 * makefile.w32-in: Update dependencies.
10070
0a375797
AR
100712009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10072
10073 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10074
61313fa3
SM
100752009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10078
b55103fb
CY
100792009-03-10 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * lread.c (Feval_buffer): Doc fix.
10082
dde2559c
KH
100832009-03-09 Kenichi Handa <handa@m17n.org>
10084
10085 * charset.c (Qfile_name_handler_alist): Extern it.
10086 (load_charset_map_from_file): Temporarily bind
10087 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
10088
df4e8455 100892009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 10090
47f588bb
GM
10091 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10092 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 10093
4ddf94bd
AR
100942009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10095
4c9bdfc2
AR
10096 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10097 (x_set_window_size): Change back to calculated method of setting
10098 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
10099 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10100 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10101
fe41ae9e
AR
10102 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10103
4c9bdfc2
AR
10104 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10105 accelerator in parens under GNUstep.
10106
825d0875
KH
101072009-03-06 Kenichi Handa <handa@m17n.org>
10108
10109 These changes are to detect incorrect composition sequence without
f3b3be74 10110 looking ahead the source. (Bug#2370)
825d0875
KH
10111
10112 * coding.h: Include "composite.h".
10113 (enum compisition_state): New enum.
10114 (struct compisition_status): New struct.
10115 (struct iso_2022_spec): New member cmp_status.
10116 (struct emacs_mule_spec): New struct.
10117 (struct coding_system): New members ctext_extended_segment_len and
10118 embedded_utf_8. Change the union member
10119 spec.emacs_mule_full_support to spec.emacs_mule.
10120
10121 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10122 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 10123 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
10124 (ADD_COMPOSITION_DATA): New arg nbytes.
10125 (emacs_mule_char): New arg cmp_status.
10126 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10127 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10128 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10129 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10130 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10131 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10132 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10133 (EMACS_MULE_COMPOSITION_END): New macro.
10134 (emacs_mule_finish_composition): New function.
10135 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10136 (decode_coding_emacs_mule): Avoid long looking ahead while
10137 handling composition.
10138 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10139 (ENCODE_COMPOSITION_RULE): New macro.
10140 (finish_composition): New function.
10141 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10142 (DECODE_COMPOSITION_START): New implementation.
10143 (DECODE_COMPOSITION_END): Likewise.
10144 (STORE_COMPOSITION_RULE): New macro.
10145 (decode_coding_iso_2022): Avoid long looking ahead while handling
10146 composition, CTEXT extended segment, and embedded UTF-8.
10147 (setup_coding_system): For a coding of type iso-2022, reset
10148 CODING_ISO_EXTSEGMENT_LEN (coding) and
10149 CODING_ISO_EMBEDDED_UTF_8 (coding).
10150 (get_translation): Delete arguments last_block, from_nchars,
10151 to_nchars. Callers changed.
10152 (produce_chars): Don't modify charbuf. Adjusted for the change of
10153 get_translation.
98a326f7 10154 (produce_composition): Adjust for the new annotation sequence.
825d0875 10155 (handle_composition_annotation): Likewise.
98a326f7 10156 (consume_chars): Adjust for the change of get_translation.
825d0875 10157
ccbc4452
AR
101582009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10159
4ddf94bd 10160 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 10161
988a7ddb
KH
101622009-03-05 Kenichi Handa <handa@m17n.org>
10163
10164 * font.c (font_select_entity): New function.
10165 (font_find_for_lface): Use font_select_entity to select a font.
10166
10167 * fontset.c (fontset_find_font): If a font found without
a8a3728b 10168 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
10169 font with C restriction.
10170
98a326f7 101712009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 10172
be1bce46 10173 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 10174
10ea2b82
JR
101752009-03-04 Jason Rumney <jasonr@gnu.org>
10176
2c93b248 10177 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 10178 characters that have already been read. (Bug#2569)
2c93b248 10179
10ea2b82
JR
10180 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10181 Log an error message if check_image_size failed.
10182 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 10183 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 10184
71a0c011
EZ
101852009-03-02 Eli Zaretskii <eliz@gnu.org>
10186
10187 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10188 when decoding process output.
10189
2f63bba8
RS
101902009-03-01 Richard M Stallman <rms@gnu.org>
10191
10192 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10193
10194 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10195
0a9564cb
EZ
101962009-02-28 Eli Zaretskii <eliz@gnu.org>
10197
10198 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10199 (decode_coding_emacs_mule, decode_coding_iso_2022)
10200 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10201 (decode_coding_raw_text, decode_coding_charset)
10202 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10203 Honor inhibit-eol-conversion. (Bug #2186)
10204
449148b3
JR
102052009-02-28 Jason Rumney <jasonr@gnu.org>
10206
10207 * coding.c (detect_coding_charset): If not checking latin extra,
10208 fail on characters between 0x80 and 0xA0. (Bug#2354)
10209
a4aee864
EZ
102102009-02-28 Eli Zaretskii <eliz@gnu.org>
10211
10212 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 10213 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 10214
d88bee5a
GM
102152009-02-27 Glenn Morris <rgm@gnu.org>
10216
10217 * callint.c (Finteractive): Doc fix.
10218
a808f22d
KH
102192009-02-27 Kenichi Handa <handa@m17n.org>
10220
10221 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10222
caf8d60c
CY
102232009-02-27 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * font.c (font_style_to_value): Set value for unknown symbols to
10226 100 instead of 255.
b61137ea
CY
10227 (weight_table, slant_table, width_table): Treat "unspecified" as
10228 the default value.
caf8d60c 10229
1a0de25c
JB
102302009-02-26 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10233
8fc45744
JB
102342009-02-25 Juanma Barranquero <lekktu@gmail.com>
10235
107bd7d1
JB
10236 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10237 error as soon as a recursive load is detected.
8fc45744 10238
f097e223
AR
102392009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10240
10241 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10242 before caching.
10243
8810a12f
KH
102442009-02-24 Kenichi Handa <handa@m17n.org>
10245
10246 * fontset.c (fontset_find_font): Fix the condition for checking
10247 unavailable font.
10248
2c7d1565
GM
102492009-02-24 Glenn Morris <rgm@gnu.org>
10250
10251 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10252 whitespace that confuses documentation.
10253
a20878b6
MB
102542009-02-23 Miles Bader <miles@gnu.org>
10255
10256 * process.c (Flist_system_processes, Fprocess_attributes)
10257 (syms_of_process): Rename `system-process-attributes' to
10258 `process-attributes'.
10259
b3b58c01
AS
102602009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10261
1b3b981b
AS
10262 * coding.h (struct coding_system): Make safe_charsets a pointer to
10263 unsigned char.
10264 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10265 being 255.
10266 (SAFE_CHARSET_P): Likewise.
10267 (setup_iso_safe_charsets): Properly setup safe_charsets.
10268 (Fdefine_coding_system_internal): Likewise.
10269 (setup_coding_system): Likewise. Remove unneeded casts.
10270 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10271 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10272 unneeded casts.
10273
b3b58c01
AS
10274 * insdel.c (del_range_2): Don't modify gap contents when called
10275 from decode_coding_object. (Bug#1809)
10276
0b6f228c
CY
102772009-02-21 Chong Yidong <cyd@stupidchicken.com>
10278
10279 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10280 Qfont_object.
10281 (Ftype_of): Recognize font objects.
10282
10283 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10284
10285 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10286 moved to data.c.
10287
52f8870b
AR
102882009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10289
10290 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10291 async_iconified. Based on a patch by Christian Lynbech
10292 <christian.lynbech@tieto.com>.
10293 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10294
7087d5e9
GM
102952009-02-20 Glenn Morris <rgm@gnu.org>
10296
10297 * syntax.c (Fskip_chars_forward): Fix doc typo.
10298
41d2ceef
CY
102992009-02-20 Chong Yidong <cyd@stupidchicken.com>
10300
10301 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10302
1a3b7ca6
CY
103032009-02-19 Chong Yidong <cyd@stupidchicken.com>
10304
10305 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10306
73cce38d
KH
103072009-02-19 Kenichi Handa <handa@m17n.org>
10308
10309 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 10310 Don't overflow coding->carryover. (Bug#2370)
73cce38d 10311
a51092ee
DN
103122009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10313
10314 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10315
c423ecca
KH
103162009-02-18 Kenichi Handa <handa@m17n.org>
10317
10318 * font.c (font_check_otf_features): Fix handling of `nil' element.
10319 (Ffont_spec): Describe :lang and :otf in the docstring.
10320
4c1958f4
AS
103212009-02-16 Andreas Schwab <schwab@suse.de>
10322
10323 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10324 string.
10325
5704f39a
KH
103262009-02-16 Kenichi Handa <handa@m17n.org>
10327
10328 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 10329 (Bug#1723)
5704f39a 10330
8f0085aa
CY
103312009-02-14 Chong Yidong <cyd@stupidchicken.com>
10332
a057d86a 10333 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
10334
10335 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10336 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10337
aff01dd9
EZ
103382009-02-14 Eli Zaretskii <eliz@gnu.org>
10339
10340 * msdos.c (MAX_SCREEN_BUF): New macro.
10341 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10342 Encode the entire run of glyphs sharing the same face, instead of
10343 doing that one glyph at a time (fixes a bug with displaying
10344 double-size characters).
10345
ba301db3
AR
103462009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10347
10348 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10349
10350 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10351 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 10352 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
10353
10354 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 10355 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 10356
51d861de
SM
103572009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10358
ac146f82 10359 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
10360 invisible areas.
10361
7fed8996
JR
103622009-02-12 Jason Rumney <jasonr@gnu.org>
10363
631ea4fb
JR
10364 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10365 (add_font_entity_to_list): Call check_face_name even when family
10366 is unspecified.
10367
cb4a3e42
JR
10368 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10369 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 10370 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 10371
7fed8996 10372 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 10373 raster fonts. (Bug#2219)
7fed8996 10374
895416e3
KH
103752009-02-12 Kenichi Handa <handa@m17n.org>
10376
10377 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10378 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10379 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 10380 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
10381 (find_automatic_composition): While looking forward and backward,
10382 check static composition. Fix where to stop looking forward.
10383 (composition_adjust_point): Fix checking of static composition.
10384 (Fcomposition_get_gstring): Pay attention to
1dacf998 10385 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
10386
10387 * lisp.h (fast_looking_at): Extern it.
10388
10389 * search.c (fast_looking_at): New function.
10390
51d861de 10391 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
10392 <struct glyph>.u.cmp.to.
10393 (append_composite_glyph): Likewise.
10394
51d861de 10395 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
10396 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10397 composition.
51d861de 10398 (append_composite_glyph): Adjust for the change of
895416e3
KH
10399 <strcut glyph>.u.cmp.to.
10400
8510724d
JB
104012009-02-11 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * casetab.c (init_casetab_once):
10404 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10405 * font.c (font_update_lface):
10406 * fontset.c (Fnew_fontset):
10407 * ftfont.c (ftfont_drive_otf):
10408 * xfont.c (xfont_open):
10409 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10410
294fa707
SM
104112009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * fileio.c (Fwrite_region): !NILP -> CONSP.
10414
b5bfebec
AS
104152009-02-10 Andreas Schwab <schwab@suse.de>
10416
10417 * process.c (send_process): Properly relocate pointer into data
adab88bd 10418 when using encoded data. (Bug#2272)
b5bfebec 10419
cb84a2be
KH
104202009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10421
10422 * coding.c (detect_coding_charset): Fix previous change.
10423
89e09428
JR
104242009-02-08 Jason Rumney <jasonr@gnu.org>
10425
10426 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 10427 disappeared while hourglass was displayed. (Bug #2193)
89e09428 10428
4470a277
AS
104292009-02-07 Andreas Schwab <schwab@suse.de>
10430
10431 * unexelf.c (unexec): Fix error message.
10432
3175b12a
AR
104332009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10434
10435 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 10436 when modal window is active. (Bug #2152)
3175b12a
AR
10437 (applicationShouldTerminate:): Remove now-unneeded while loop
10438 around NSRunAlertPanel.
10439
10440 * nsmenu.m (popupSession): New file-global variable.
10441 (pop_down_menu): End the popupSession before closing dialog.
10442 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10443 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10444 don't query NSApp for events (just sleep instead).
10445
8434d0b8
EZ
104462009-02-07 Eli Zaretskii <eliz@gnu.org>
10447
51d861de
SM
10448 * coding.c (syms_of_coding) <translation-table-for-input>:
10449 Modify doc string to discourage use for character code unification.
8434d0b8 10450
aa82edfd
CY
104512009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10452
10453 * atimer.c (run_timers): Update pending_atimers.
10454
2d283c7c
CY
104552009-02-06 Chong Yidong <cyd@stupidchicken.com>
10456
eb306cab
CY
10457 * image.c (svg_load_image): Fix last change.
10458
2d283c7c
CY
10459 * xfns.c (Fx_create_frame): Signal an error if no font is
10460 found (Bug#2147).
10461
4d8e170e
JB
104622009-02-05 Juanma Barranquero <lekktu@gmail.com>
10463
10464 * character.c (syms_of_character) <script-representative-chars>:
10465 Fix typo in docstring.
10466
c96169a0
AR
104672009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10468
10469 * nsmenu.m (pop_down_menu): New function.
10470 (ns_popup_dialog): Call it on unwind.
10471 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10472 call timer_check() (Bug#2154).
10473 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10474 handling_signal is set.
10475 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10476
31fd7c5c 10477 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
10478
10479 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10480
10481 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10482
51d861de
SM
10483 * keyboard.c (poll_for_input_1, handle_async_input):
10484 Set handling_signal under HAVE_NS.
c96169a0 10485
aacd8ba1
GM
104862009-02-04 Glenn Morris <rgm@gnu.org>
10487
10488 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10489
4cb75c4b
KH
104902009-02-04 Kenichi Handa <handa@m17n.org>
10491
10492 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10493
10494 * charset.c (Fchar_charset): New optional arg restriction.
10495
10496 * coding.h (coding_system_charset_list): Extern it.
10497
10498 * coding.c (coding_system_charset_list): New function.
10499
10500 * composite.c: Include coding.h and termhooks.h.
10501 (composition_gstring_p): Fix for the terminal case.
10502 (composition_gstring_width): Likewise.
10503 (fill_gstring_body): Likewise.
10504 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10505 the frame.
10506 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10507 is within a composition.
867d4bb3 10508 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
10509
10510 * term.c (encode_terminal_code): Fix handling of composition.
10511 (produce_composite_glyph): For static composition, get pixel_width
10512 from struct composition.
10513
826ba17e
AS
105142009-02-02 Andreas Schwab <schwab@suse.de>
10515
10516 * unexelf.c (unexec): Handle unaligned bss offset.
10517
8ad093db
AR
105182009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10519
10520 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10521 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 10522
8ad093db
AR
10523 * keyboard.c (handle_interrupt): Don't call
10524 quit_throw_to_read_char() under NS.
d0a76a6e 10525
8ad093db
AR
10526 * blockinput.h: Remove NS-specific code.
10527
4d18a7a2
DN
105282009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10529
db878925
DN
10530 * dispnew.c (window_change_signal): Don't try to get the size of a
10531 suspended tty frame.
10532 * term.c (Fresume_tty): Resize if the size has changed while the
10533 tty was suspended.
10534
4d18a7a2
DN
10535 * alloc.c (mark_stack): Properly conditionalize previous change.
10536
8984df7c
JB
105372009-01-30 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10540 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10541 Remove; this code is not used on Windows.
10542
75f4f1ac
EZ
105432009-01-30 Eli Zaretskii <eliz@gnu.org>
10544
10545 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10546 EOLs that also has stray ^M characters.
10547
07a1e794
JB
105482009-01-30 Juanma Barranquero <lekktu@gmail.com>
10549
10550 * atimer.c (run_timers, alarm_signal_handler):
10551 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10552 * w32inevt.c (w32_console_read_socket):
10553 * w32term.c (w32_read_socket):
10554 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10555
a8b11cc9
CY
105562009-01-30 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10559 Initialize it as a relative filename pattern.
10560 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10561 (Fcall_process_region): Simplify temp file creation using
10562 temporary-file-directory.
10563
c279587b
EZ
105642009-01-29 Eli Zaretskii <eliz@gnu.org>
10565
10566 * msdos.c: Rename pending_signals to msdos_pending_signals.
10567 (sig_suspender, sigprocmask): Adjust.
10568
a8fe3242
CY
105692009-01-29 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * keyboard.c (pending_signals): New var.
10572 (poll_for_input, input_available_signal, init_keyboard): Set it.
10573 (process_pending_signals): New function.
10574
10575 * lisp.h (QUIT): Check pending_signals instead of
10576 interrupt_input_pending. Use process_pending_signals.
10577
51d861de 10578 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 10579
51d861de 10580 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
10581
10582 * sysdep.c (emacs_write): Use process_pending_signals.
10583
10584 * xterm.c (XTread_socket): Update pending_signals.
10585
10586 * w32term.c (w32_read_socket): Update pending_signals.
10587
10588 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10589
6570a1c4
KH
105902009-01-29 Kenichi Handa <handa@m17n.org>
10591
10592 * xftfont.c (xftfont_has_char): New function.
10593 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10594
d72a4afa
AR
105952009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10596
10597 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10598 under GNUstep.
10599 (ns_query_color): New declaration.
10600
10601 * nsterm.m (ns_confirm_quit): New variable.
10602 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10603 (EmacsApp-applicationShouldTerminate:): Use it.
10604 (EmacsPrefsController): Let user set it.
10605 (ns_query_color): New function.
10606 (ns_defined_color): Use it.
10607 (ns_initialize): Drop.
10608 (ns_term_init): Add two lines from ns_initialize(), and set
10609 input_interrupt_mode to nil.
10610
10611 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 10612 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 10613
9fe78804
KH
106142009-01-28 Kenichi Handa <handa@m17n.org>
10615
10616 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
10617 (fontset_get_font_group): Remember that no font-group is specified
10618 for C.
9fe78804 10619
fa57de36
CY
106202009-01-27 Chong Yidong <cyd@stupidchicken.com>
10621
930600e9
CY
10622 * fns.c (concat): Check for string overflow (bug#1787).
10623
fa57de36
CY
10624 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10625 Quadruple undo limits (bug#1501).
10626
7179ce7b
KH
106272009-01-27 Kenichi Handa <handa@m17n.org>
10628
10629 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10630 directly use GT_Get_Char_index.
10631
10632 * xftfont.c (struct xftfont_info): New member `index'.
10633
10634 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 10635 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 10636
5be8fcc0
CY
106372009-01-26 Kenichi Handa <handa@m17n.org>
10638
10639 * fontset.c (fontset_find_font): Fix handling of non-cons return
10640 value of fontset_get_font_group.
10641 (fontset_font): Revert last change.
10642
19ae3e61
JR
106432009-01-26 Jason Rumney <jasonr@gnu.org>
10644
10645 * w32font.c (w32font_list_internal): Return quickly if registry is
10646 unknown. Simplify final return.
10647 (add_font_entity_to_list): Break complex logic down into more
10648 manageable chunks. Move unknown registry check to
10649 w32font_list_internal.
10650
8612b71a
AR
106512009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10652
10653 Changes to remove Feval calls from GUI under NS.
10654
d8038940
JB
10655 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10656 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
10657 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10658
10659 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10660 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10661 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10662 instead of NON_ASCII_KEYSTROKE_EVENT.
10663 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10664 (EmacsApp-applicationShouldTerminate:): Query user.
10665 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10666 instead of Feval.
10667
10668 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10669
10670 * keyboard.c (kbd_buffer_get_event): Check for it.
10671 (keys_of_keyboard): Define lispy keys for
10672 ns-put/unput-working-text.
10673
10674 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10675 versions.
10676 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10677
6288ae55
CY
106782009-01-25 Chong Yidong <cyd@stupidchicken.com>
10679
10680 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 10681 setting current_buffer directly. (Bug#2044)
6288ae55 10682
289e7f8f
CY
106832009-01-24 Chong Yidong <cyd@stupidchicken.com>
10684
5ce87308 10685 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 10686 any work. (Bug#1952, bug#1990).
5ce87308 10687
64cc3cf6 10688 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 10689
b3243e6f
AR
106902009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10691
10692 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
10693 (ns_no_defaults): New declaration.
10694 (main): Use it.
e0d2e69a 10695
d900b2af 10696 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 10697
d900b2af 10698 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 10699
d900b2af
AR
10700 * nsterm.m (ns_no_defaults): New variable.
10701 (ns_initialize): Don't read defaults when ns_no_defaults.
10702 (EmacsView-readSelectionFromPasteboard:)
10703 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 10704 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
10705 (ns_dumpglyphs_stretch): New function.
10706 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 10707 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 10708
e0d2e69a
AR
10709 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10710
3ac71f5d
CY
107112009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10712
10713 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10714 call for Sparc64.
10715
3fe53a83
AR
107162009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10717
10718 * nsfns.m:
10719 * nsgui.h:
10720 * nsmenu.m:
10721 * nsselect.m:
10722 * nsterm.h:
10723 * nsterm.m: Remove '23' comments that indicated code added during
10724 update from emacs-20 -> emacs-23.
10725
10f87c6f 107262009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
10727
10728 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 10729 ns_alternate_modifier. (Bug#1217)
a3b53a85 10730
c7cef62d
AR
10731 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10732 Display all shortcuts, including those w/o super modifier.
10733
575fb8bd
AR
10734 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10735
918b848b
CY
107362009-01-22 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * fileio.c (Vwrite_region_post_annotation_function)
10739 (Vwrite_region_annotation_buffers): New vars.
10740 (build_annotations_unwind): Just reset
10741 Vwrite_region_annotation_buffers.
10742 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10743 Call write-region-post-annotation-function.
10744 (build_annotations): Add to Vwrite_region_annotation_buffers if
10745 buffer changes.
10746
a39e2539
AR
107472009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10748
10749 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10750 Tiger.
51d861de
SM
10751 * nsfns.m (ns_do_applescript):
10752 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 10753
35ed44db
AR
107542009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10755
10756 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10757
cbe0b5bf
AR
107582009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10759
10760 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 10761
6049d3a0
AR
10762 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10763
10764 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
10765 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10766 handle Ctrl-tab. (Bug#1841)
10767 (ns_get_color): Use unsigned long long for scanned hex string value.
10768 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 10769 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 10770 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 10771 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 10772 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 10773 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 10774 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 10775
d3810c21 10776 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 10777 DPI. (Bug#1316)
d3810c21
AR
10778 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10779 values in onTiger section.
4c7077c3 10780
e301e634
CY
107812009-01-19 Chong Yidong <cyd@stupidchicken.com>
10782
7f82490b
CY
10783 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10784 Check return value of font_spec_from_name.
64cc3cf6 10785 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
10786
10787 * font.c (font_spec_from_name): Return Qnil if font name could not
10788 be parsed.
10789 (font_parse_name): Treat a `?' character as part of an XLFD.
10790
e301e634
CY
10791 * fns.c (Fsubstring): Doc fix.
10792
1c0db158
KH
107932009-01-19 Kenichi Handa <handa@m17n.org>
10794
51d861de 10795 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
10796 (ftfont_list): Likewise.
10797
acf20901
JB
107982009-01-18 Juanma Barranquero <lekktu@gmail.com>
10799
fff4e459
JB
10800 * dbusbind.c (Fdbus_register_signal):
10801 * process.c (conv_sockaddr_to_lisp):
10802 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10803
acf20901
JB
10804 * callproc.c (Fgetenv_internal): Doc fix.
10805
e7abcdfb
CY
108062009-01-16 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10809 it is not even used.
10810
b60861e6
GM
108112009-01-16 Glenn Morris <rgm@gnu.org>
10812
10813 * font.c (Ffont_variation_glyphs): Silence compiler.
10814
8db52afe
JB
108152009-01-15 Juanma Barranquero <lekktu@gmail.com>
10816
10817 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10818 Reported by David Robinow <drobinow@gmail.com>.
10819
4cddb209
KH
108202009-01-15 Kenichi Handa <handa@m17n.org>
10821
51d861de 10822 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 10823
f247f67b
JR
108242009-01-14 Jason Rumney <jasonr@gnu.org>
10825
10826 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 10827 never a fontset. (Bug#1562)
f247f67b 10828
f56a4450
KH
108292009-01-14 Kenichi Handa <handa@m17n.org>
10830
10831 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 10832 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 10833
4e99855e
CY
108342009-01-13 Chong Yidong <cyd@stupidchicken.com>
10835
10836 * font.c (font_clear_prop): If clearing the family, clear the font
10837 width index too.
10838
fff4e459 10839 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 10840
24f01470
JB
108412009-01-12 Juanma Barranquero <lekktu@gmail.com>
10842
10843 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10844 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10845 functions, use sizeof.
10846
a41240a3
MR
108472009-01-12 Martin Rudalics <rudalics@gmx.at>
10848
10849 * keyboard.c (read_char): Fix case where last_nonmenu_event
10850 returned a bad value with submenus. (Bug#447)
10851
944636b8
CY
108522009-01-12 Chong Yidong <cyd@stupidchicken.com>
10853
10854 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10855 family, clear the font width index too.
10856
0dad7c6f
JR
108572009-01-11 Jason Rumney <jasonr@gnu.org>
10858
10859 * keyboard.c (cmd_error_internal): Exit when errors occur before
10860 frame creation and not in daemon mode. (Bug#1836)
10861
7c2363af
CY
108622009-01-10 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10865 of a display vector, backtrack.
10866 (try_window_reusing_current_matrix): Check glyph type before
10867 referencing charpos member.
10868
97b1b294
EZ
108692009-01-10 Eli Zaretskii <eliz@gnu.org>
10870
10871 Fix Bug #876:
10872
10873 * coding.c (inhibit_null_byte_detection): New variable.
10874 (detect_coding, detect_coding_system): Don't pay attention to null
10875 bytes if inhibit_null_byte_detection is non-zero.
51d861de 10876 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
10877 <inhibit-iso-escape-detection>: Doc fix.
10878
4624b6e3
JR
108792009-01-09 Jason Rumney <jasonr@gnu.org>
10880
10881 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 10882 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
10883 Only report Unicode Plane 2 fonts as unicode-sip.
10884
323b840c
CY
108852009-01-09 Chong Yidong <cyd@stupidchicken.com>
10886
51d861de
SM
10887 * xfaces.c (Fx_font_family_list): Delete function.
10888 Move compatibility version to faces.el.
323b840c 10889
51d861de 10890 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 10891
eba7400d
MR
108922009-01-09 Martin Rudalics <rudalics@gmx.at>
10893
10894 * frame.c (x_set_frame_parameters): Remember requested value for
10895 fullscreen before it's reset by the parameter handler.
10896
4b09796d
GM
108972009-01-09 Glenn Morris <rgm@gnu.org>
10898
10899 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 10900 (last_command_event): ... and update all users.
4b09796d
GM
10901 (last_input_char): For clarity, rename to...
10902 (last_input_event): ... and update all users.
10903 (last-command-char, last-input-char): Move to subr.el as aliases.
10904 * cmds.c, commands.h: Update for last_command_char rename.
10905
14ccea62
CY
109062009-01-08 Chong Yidong <cyd@stupidchicken.com>
10907
51d861de 10908 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 10909
5f004711
JR
109102009-01-08 Jason Rumney <jasonr@gnu.org>
10911
10912 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10913 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10914 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10915 Don't declare.
fff4e459 10916 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
10917 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10918
b71f6f73
KH
109192009-01-07 Kenichi Handa <handa@m17n.org>
10920
50b06221 10921 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 10922 remember the coding system used for decoding in
50b06221
KH
10923 coding_system (Bug#1039).
10924
b71f6f73 10925 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 10926 breaking the loop. (Bug#870)
b71f6f73
KH
10927 (decode_coding_utf_16, decode_coding_emacs_mule)
10928 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10929 (decode_coding_charset): Likewise.
10930
56f668f7
MR
109312009-01-05 Martin Rudalics <rudalics@gmx.at>
10932
10933 * frame.c (x_set_frame_parameters): Make sure height (width) get
10934 applied when fullwidth (fullheight) is set. (Bug#1522)
10935
5da9424d
JB
109362009-01-04 Juanma Barranquero <lekktu@gmail.com>
10937
10938 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10939 (utc_base): Declare as ULONGLONG, not long double.
10940 (convert_time_raw): Delete.
10941 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10942 (initialize_utc_base): New function.
10943 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10944 (convert_from_time_t): Use initialize_utc_base; compute result with
10945 64-bit arithmetic.
10946 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10947
c4605e09
EZ
109482009-01-03 Eli Zaretskii <eliz@gnu.org>
10949
9acef61c 10950 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
10951 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10952 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10953 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10954 [!subprocesses]: Define.
10955 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10956 (Flist_system_processes, Fsystem_process_attributes)
10957 [!subprocesses]: Call list_system_processes and
10958 system_process_attributes instead of returning Qnil.
10959
9acef61c
JB
10960 * dosfns.c (system_process_attributes, list_system_processes):
10961 New functions.
c4605e09
EZ
10962
10963 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10964
10965 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10966 Don't use the default (no-op) implementation.
10967
8b7d0a16
JR
109682009-01-03 Jason Rumney <jasonr@gnu.org>
10969
a6d46bc1
JR
10970 * keyboard.c (parse_modifiers_uncached): Wheel events are
10971 clicks (bug#687).
10972
8b7d0a16
JR
10973 * w32term.c (x_query_colors, x_query_color): New functions.
10974
10975 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10976 (svg_load_image): Cast returned pointers from dynamically loaded
10977 functions. Eliminate W32 specific code.
10978
bfe11752
DN
109792009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10980
89e2438a
DN
10981 * nsfns.m (x_set_foreground_color, x_set_background_color)
10982 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10983 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10984 x_ prefix instead of ns_. Update references.
10985 (syms_of_nsfns): Add a FIXME comment.
10986
10987 * nsterm.m (x_set_cursor_type): New prototype.
10988 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10989
bfe11752
DN
10990 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10991 for Solaris instead of incorrectly providing Qutime and Qcutime.
10992
031da700
EZ
109932009-01-02 Eli Zaretskii <eliz@gnu.org>
10994
10995 * w32.c (process_times): Compute sum of utime and stime.
10996 (system_process_attributes): Add Qtime to the alist.
10997
10998 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10999 and add them to the alist.
11000
11001 * process.c (top level) <Qtime, Qctime>: New variables.
11002 (syms_of_process): staticpro them.
11003 (Fsystem_process_attributes): Add their documentation to the doc
11004 string.
11005
11006 * process.h: Declare Qtime and Qctime.
11007
df23bf08
JR
110082009-01-02 Jason Rumney <jasonr@gnu.org>
11009
9acef61c 11010 * image.c (Qgobject): New symbol.
df23bf08
JR
11011 (syms_of_image): Initialize it.
11012 (init_svg_functions): Load some functions from gobject library.
11013
5bbdf7aa
DN
110142009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11015
11016 * frame.c (make_terminal_frame): Remove redundant code and useless
11017 block.
11018
63136da6
AS
110192009-01-01 Andreas Schwab <schwab@suse.de>
11020
11021 * process.c (conv_sockaddr_to_lisp): Add workaround for
11022 getsockname bug on BSD.
11023
9ef69046
CY
110242009-01-01 Chong Yidong <cyd@stupidchicken.com>
11025
d6fafbe0
CY
11026 * xfns.c (x_create_tip_frame): Set border width of the X window.
11027
51d861de 11028 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 11029
f9c34147
JR
110302009-01-01 Jason Rumney <jasonr@gnu.org>
11031
9acef61c 11032 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
11033 Don't block input, as per earlier xterm.c changes.
11034
f5497e45
AR
110352008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
11036
11037 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11038 (ns_appkit_version_int): New function.
11039 (x-server-version): Use ns_appkit_version_int and follow 21+
11040 convention of returning 3 integers.
11041
c19cab20
KH
110422008-12-30 Kenichi Handa <handa@m17n.org>
11043
11044 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11045 (CHAR_SURROGATE_PAIR_P): New macro.
11046
11047 * font.h (struct font_driver): New member get_variation_glyphs.
11048
9acef61c 11049 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
11050 (Ffont_variation_glyphs): New function.
11051 (syms_of_font): Defsubr it.
11052
11053 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11054 ftfont_variation_glyphs.
11055 (setup_otf_gstring): New function.
11056 (ftfont_drive_otf): Use it.
11057 (ftfont_shape_by_flt): Handle variation selector.
11058 (ftfont_variation_glyphs): New function.
11059
28cd591f
MR
110602008-12-30 Martin Rudalics <rudalics@gmx.at>
11061
11062 * frame.c (Vemacs_iconified): Remove.
11063
7f714baf
JR
110642008-12-30 Jason Rumney <jasonr@gnu.org>
11065
11066 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 11067 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 11068
9d2d22ab
CY
110692008-12-30 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * indent.c (Fvertical_motion): Don't advance iterator if we have
11072 reseated to the desired position.
11073
11074 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11075 checking for pos match.
11076
545312c2
KH
110772008-12-30 Kenichi Handa <handa@m17n.org>
11078
1ede3eb6
KH
11079 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11080 just get the low 8-bit of the code.
11081
545312c2
KH
11082 * font.c (font_intern_prop): Validate str as multibyte.
11083
bd7bbf29
DN
110842008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11085
31e0750e
DN
11086 * dispextern.h (struct face): Move lface and hash from the middle
11087 of bitfields.
11088
bd7bbf29
DN
11089 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11090
b5672e7c
DN
110912008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11092
11093 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11094 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11095 instead of intervals.h.
11096
d704470f
AS
110972008-12-26 Andreas Schwab <schwab@suse.de>
11098
11099 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11100 cons.
11101
54b33868
MR
111022008-12-26 Martin Rudalics <rudalics@gmx.at>
11103
11104 * textprop.c (Qminibuffer_prompt): New variable.
11105 (syms_of_textprop): Initialize it.
11106 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11107 in minibuffer-prompt face. (Bug#1662)
11108
40b615d6
JR
111092008-12-25 Jason Rumney <jasonr@gnu.org>
11110
11111 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11112
baae5c2d
JR
111132008-12-24 Jason Rumney <jasonr@gnu.org>
11114
11115 * ralloc.c (r_alloc_reset_variable): New function.
11116
11117 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 11118 record of what points where. (Bug#716)
baae5c2d 11119
a9051c88
DN
111202008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * minibuf.c (read_minibuf): Follow the non-interactive case when
11123 running as a daemon, before detaching.
11124
8b146312
AS
111252008-12-22 Andreas Schwab <schwab@suse.de>
11126
11127 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11128 * gtkutil.c (free_widget_value): Use xfree instead of free.
11129
56f2de10
MR
111302008-12-22 Martin Rudalics <rudalics@gmx.at>
11131
11132 * frame.c (delete_frame): New function derived from
11133 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11134 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11135 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11136 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11137 * frame.h: Extern delete_frame.
11138 * window.c (window_loop):
11139 * terminal.c (delete_terminal):
11140 * xterm.c (x_connection_closed):
11141 * xfns.c (Fx_hide_tip):
9acef61c 11142 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 11143
1fc200d6
JR
111442008-12-21 Jason Rumney <jasonr@gnu.org>
11145
11146 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11147 when character maps to .notdef character.
11148
5e252df2
SM
111492008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11152
99b72cc4
JR
111532008-12-20 Jason Rumney <jasonr@gnu.org>
11154
11155 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 11156 a graphical frame on Windows. (Bug#1325)
99b72cc4 11157
acc49a52
JD
111582008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11159
11160 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11161
6ea15123
CY
111622008-12-20 Chong Yidong <cyd@stupidchicken.com>
11163
11164 * minibuf.c (Fread_buffer): Doc fix.
11165
b2dab6c8
JR
111662008-12-20 Jason Rumney <jasonr@gnu.org>
11167
54ea0c87 11168 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 11169 server name in UNC paths. (Bug#719)
54ea0c87 11170
b2dab6c8 11171 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 11172 charbuf. (Bug#1035)
b2dab6c8 11173
6d1921be
DN
111742008-12-19 Daniel Engeler <engeler@gmail.com>
11175
11176 * sysdep.c (serial_configure): Fix typo.
11177
53934c98
DN
111782008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11179
11180 * sysdep.c: Include alloca.h.
f4f634e8
DN
11181 (system_process_attributes): Add implementation for Solaris.
11182
11183 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 11184
06e111a6
DN
111852008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11186
11187 Reorganize implementation of Flist_system_processes and
11188 Fsystem_process_attributes. No functional changes.
11189 * process.c: Don't #include pwd.h, grp.h and limits.h.
11190 (Flist_system_processes): Just call list_system_processes.
11191 (Fsystem_process_attributes): Just call system_process_attributes.
11192 (procfs_list_system_processes, time_from_jiffies)
11193 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11194 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11195
11196 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11197 (list_system_processes): Rename from
11198 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11199 Provide a do nothing implementation.
11200 (system_process_attributes): Rename from
11201 procfs_list_system_processes.
11202 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 11203 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
11204
11205 * w32.c (list_system_processes): Rename from
11206 w32_list_system_processes.
11207 (system_process_attributes): Rename from
11208 w32_system_process_attributes.
11209
11210 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11211
11212 * process.h (w32_list_system_processes)
11213 (w32_system_process_attributes): Remove.
362654a6
JB
11214 (list_system_processes, system_process_attributes):
11215 New prototypes.
06e111a6 11216
6a705b23
KH
112172008-12-19 Kenichi Handa <handa@m17n.org>
11218
11219 * xfont.c (xfont_decode_coding_xlfd): New function.
11220 (xfont_encode_coding_xlfd): New function.
11221 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11222 (xfont_list): Decode and encode XLFD by iso-8859-1.
11223 (xfont_match): Likewise.
11224 (xfont_list_family): Likewise.
11225 (xfont_open): Likewise.
11226
d66c0241 11227 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
11228 names are utf-8.
11229
d66c0241 11230 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
11231 names are utf-8.
11232
5a130941
JD
112332008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11234
11235 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11236 changed.
bfd20325
JD
11237 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11238 clicked on a detached tool bar button.
5a130941 11239
fd95644b
DN
112402008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11241
11242 * emacs.c (main): Print and error and exit when no data is read
11243 from the pipe.
11244
e6eee6ae
JR
112452008-12-17 Jason Rumney <jasonr@gnu.org>
11246
11247 * w32font.c (w32font_has_char): Always return -1.
11248
a35dd56b
KH
112492008-12-16 Kenichi Handa <handa@m17n.org>
11250
11251 * font.c (font_open_entity): Fix previous change.
11252
0e3635c2
DN
112532008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11254
11255 * process.c: Include <limits.h>.
11256
d4835507 112572008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
11258
11259 * font.c (font_update_drivers): Fix mistake in reconstructing the
11260 driver list.
11261
112622008-12-16 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * font.c (font_clear_cache): Fix format of font cache data.
11265
e2cbc401
CY
112662008-12-15 Chong Yidong <cyd@stupidchicken.com>
11267
11268 * xftfont.c (xftfont_open): Free Xft font pattern if
11269 XftFontOpenPattern fails.
11270
11271 * xterm.c (x_free_frame_resources): Remove extraneous call to
11272 free_frame_faces.
11273
b131d535
CY
112742008-12-13 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * xterm.c (x_delete_display): Move xim_close_dpy call to
11277 x_delete_terminal.
11278 (x_delete_terminal): Call xim_close_dpy.
11279
e6df5336
JR
112802008-12-13 Jason Rumney <jasonr@gnu.org>
11281
11282 * w32font.c (intern_font_name): New function.
11283 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11284 (w32font_open_internal, Fx_select_font): Decode font name.
11285 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11286
11287 * w32font.h (intern_font_name): Declare new function.
11288
11289 * w32uniscribe.c (add_opentype_font_name_to_list):
11290 Use intern_font_name.
11291
20d68145
CY
112922008-12-13 Chong Yidong <cyd@stupidchicken.com>
11293
9f2554de
CY
11294 * frame.c (Fdelete_frame): Call free_font_driver_list.
11295
3d9bec9a
CY
11296 * font.c (free_font_driver_list): Implement missing function.
11297
20d68145
CY
11298 * w32term.c (w32_term_init): Don't initialize the image cache
11299 here; it will be done in init_frame_faces.
11300
11301 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11302 (struct x_display_info): Remove unused member null_pixel. New
11303 member xim_callback_data.
11304
11305 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11306 (xim_initialize): Save pointer to callback function data.
11307 (xim_close_dpy): Free callback function data. Call XCloseIM,
11308 reverting 2008-11-04 change by David Smith.
11309 (x_term_init): Don't initialize the image cache here; it will be
11310 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11311 (x_delete_display): Free x_dnd_atoms member.
11312
96f9306b
KH
113132008-12-13 Kenichi Handa <handa@m17n.org>
11314
6dec9044
JB
11315 * font.c (font_rescale_ratio): Moved from xfaces.c.
11316 Argument type changed. Handle a font-spec too.
96f9306b 11317 (font_score): Check Vface_font_rescale_alist.
6dec9044 11318 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
11319
11320 * xfaces.c (font_rescale_ratio): Moved to font.c.
11321
8d5b4964
CY
113222008-12-13 Chong Yidong <cyd@stupidchicken.com>
11323
11324 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11325
e6df5336
JR
113262008-12-12 Jason Rumney <jasonr@gnu.org>
11327
11328 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11329 Vwindow_system_version to the real w32 major version.
11330
97c6058a
DN
113312008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11332
11333 * term.c (init_tty): Move setting the terminal name before the
11334 potential user: maybe_fatal.
11335
ec4e88d7
CY
113362008-12-11 Chong Yidong <cyd@stupidchicken.com>
11337
d4835507
JB
11338 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11339 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 11340
b4233ec9
JR
113412008-12-11 Jason Rumney <jasonr@gnu.org>
11342
8ec71e23 11343 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 11344 SYMBOL_CHARSET. (Bug#547)
8ec71e23 11345
b4233ec9 11346 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 11347 size for surrogates. (Bug#1096, bug#872)
b4233ec9 11348
011a0143
JB
113492008-12-11 Juanma Barranquero <lekktu@gmail.com>
11350
11351 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11352
3c309f34
JB
113532008-12-11 Juanma Barranquero <lekktu@gmail.com>
11354
11355 * process.c (Fsystem_process_attributes, syms_of_process):
11356 Fix typo in name of Ssystem_process_attributes.
11357 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11358
fedc6ab5
JB
113592008-12-11 Juanma Barranquero <lekktu@gmail.com>
11360
11361 * syntax.c (Fmodify_syntax_entry): Doc fix.
11362
ba3de0e8
JB
113632008-12-10 Juanma Barranquero <lekktu@gmail.com>
11364
11365 * font.c (Ffont_spec): Move usage to end of docstring.
11366
174f1c74
JR
113672008-12-10 Jason Rumney <jasonr@gnu.org>
11368
11369 * w32font.c (Qcham): New symbol.
11370 (font_supported_scripts): Add cham, and comments for other new
11371 scripts in bitfield from OpenType spec.
9d32f818
JR
11372 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11373 contain characters beyond the bmp.
174f1c74 11374
7b649478
KH
113752008-12-10 Kenichi Handa <handa@m17n.org>
11376
11377 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 11378 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
11379 Qunicode_sip.
11380
2133e2d1
JB
113812008-12-10 Juanma Barranquero <lekktu@gmail.com>
11382
11383 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11384 (Fcoding_system_put): Use QCdefault_char.
11385 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11386
9af886ee
CY
113872008-12-09 Chong Yidong <cyd@stupidchicken.com>
11388
74d819eb
CY
11389 * xftfont.c (syms_of_xftfont): Fix typo.
11390
4ccfa1c0 11391 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 11392
7c19d3ae
DN
113932008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11394
11395 * emacs.c (main): Close daemon_pipe on exec.
11396
567826bb
CY
113972008-12-08 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * termchar.h (struct tty): New members termcap_term_buffer and
11400 termcap_strings_buffer.
11401
11402 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 11403 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
11404 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11405 All callers changed.
11406 (init_tty): Store termcap data and string buffers in new struct
11407 tty members termcap_term_buffer and termcap_strings_buffer.
11408 (delete_tty): Free them.
4ccfa1c0 11409 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 11410
aa96c42b
SZ
114112008-12-07 Seiji Zenitani <zenitani@mac.com>
11412
11413 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 11414 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 11415
b7e1d896
CY
114162008-12-06 Chong Yidong <cyd@stupidchicken.com>
11417
11418 * coding.c (make_conversion_work_buffer): Disable buffer
11419 modification hooks in the work buffer.
11420
b5ec91a5
EZ
114212008-12-05 Eli Zaretskii <eliz@gnu.org>
11422
11423 * process.c (procfs_system_process_attributes): If `nread' has a
11424 negative value, assign zero to it.
11425
a5d2a52b
CY
114262008-12-05 Chong Yidong <cyd@stupidchicken.com>
11427
68c5540b 11428 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 11429
7bf1bb21
KH
114302008-12-05 Kenichi Handa <handa@m17n.org>
11431
11432 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11433 second character is a combining character.
11434
2fdc7d00
EZ
114352008-12-05 Eli Zaretskii <eliz@gnu.org>
11436
11437 * process.c (procfs_system_process_attributes): Don't use cmd,
11438 cmdsize, and q without initializing them first.
11439
bf6bfba8
JR
114402008-12-04 Jason Rumney <jasonr@gnu.org>
11441
11442 * w32font.c (w32font_draw): Initialize orig_clip before getting
11443 it, and delete it when finished.
11444
a3b1a468
DN
114452008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11446
11447 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11448 case when running as a daemon before detaching.
11449
8b8be8eb
JB
114502008-12-03 Juanma Barranquero <lekktu@gmail.com>
11451
805f2638 11452 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 11453
b1bde622
KH
114542008-12-03 Kenichi Handa <handa@m17n.org>
11455
e500c47d
KH
11456 * font.c (font_at): Set `multibyte' at first.
11457
ca516334
KH
11458 * coding.c (decode_coding_charset): Check type of an element of
11459 vector VALIDS.
7bf1bb21 11460 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 11461
4ccfa1c0 11462 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
11463 (font_for_char): Likewise.
11464
1e5ecd37
CY
114652008-12-03 Chong Yidong <cyd@stupidchicken.com>
11466
d5b01609 11467 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
11468 (font_update_lface): Handle fonts with corrupted size specs,
11469 i.e. non-int and non-float.
d5b01609 11470
11e3a6e4 11471 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 11472 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 11473 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 11474
ab06788b
CY
11475 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11476
1e5ecd37 11477 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 11478 underline_minimum_offset for underline position.
1e5ecd37 11479
63c125ab
DN
114802008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11481
11482 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11483
11484 * character.c (c_string_width): Specify the type for LEN.
11485
3a8406e1
KH
114862008-12-03 Kenichi Handa <handa@m17n.org>
11487
4ccfa1c0 11488 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 11489 (decode_coding_utf_8): Likewise.
4ccfa1c0 11490 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 11491 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 11492
651df7d9
CY
114932008-12-02 Chong Yidong <cyd@stupidchicken.com>
11494
11495 * keyboard.c (make_lispy_position): Only use PT if the selected
11496 window is current.
11497
1f625c6c
AS
114982008-12-02 Andreas Schwab <schwab@suse.de>
11499
f7741ce9
AS
11500 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11501
1f625c6c
AS
11502 * doprnt.c (doprnt1): Fix size of charbuf.
11503
92bc2678
CY
115042008-12-02 Chong Yidong <cyd@stupidchicken.com>
11505
11506 * keyboard.c (timer_check): Revert last change.
11507
93b9e8cc
JB
115082008-12-02 Juanma Barranquero <lekktu@gmail.com>
11509
11510 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11511
fd7a37d5
JB
115122008-12-01 Juanma Barranquero <lekktu@gmail.com>
11513
11514 * makefile.w32-in: Update dependencies.
11515 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11516
c115043b
AS
115172008-12-01 Andreas Schwab <schwab@suse.de>
11518
11519 * font.c (register_font_driver): Use xmalloc.
11520 (font_put_frame_data): Likewise.
11521
f5668d2a
CY
115222008-12-01 Chong Yidong <cyd@stupidchicken.com>
11523
860d96be
CY
11524 * xfaces.c (realize_x_face): Make abort condition clearer.
11525
f5668d2a
CY
11526 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11527
379c17e7
CY
115282008-11-30 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * keyboard.c (timer_check): After a timer runs, ensure that the
11531 selected window's buffer is current.
11532
35f36d65
JB
115332008-11-30 Juanma Barranquero <lekktu@gmail.com>
11534
f952c61c
JB
11535 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11536 It was accidentally restored by the Unicode merge.
11537
35f36d65
JB
11538 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11539
b23077df
JB
115402008-11-29 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * w32proc.c: Include "coding.h".
11543 (Fw32_short_file_name): Encode filename passed to Windows API.
11544 (Fw32_long_file_name): Encode filename passed to Windows API and
11545 decode back the result. (Bug#1433)
11546
b8ebe9dd
KH
115472008-11-29 Kenichi Handa <handa@m17n.org>
11548
8cc53f96
KH
11549 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11550 not before accessing it.
11551
b8ebe9dd
KH
11552 * charset.c (Fdefine_charset_internal): After calculating
11553 min_char, max_char, and fastmap, copy the charset structure again.
11554 (encode_char): Fix the previous change.
11555
59bc82c0
SZ
115562008-11-28 Seiji Zenitani <zenitani@mac.com>
11557
11558 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11559
11560 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11561
11562 * nsterm.m (x_set_frame_alpha): New function.
11563
32247e3d
EZ
115642008-11-27 Eli Zaretskii <eliz@gnu.org>
11565
11566 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11567
b003e5ff
JB
115682008-11-27 Juanma Barranquero <lekktu@gmail.com>
11569
11570 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11571 pointer to check_face_name.
11572
708550f5
KH
115732008-11-27 Kenichi Handa <handa@m17n.org>
11574
11575 * category.h (SET_CATEGORY_SET): Call set_category_set.
11576 (set_category_set): Extern it.
11577
11578 * category.c (hash_get_category_set): New function.
11579 (Fmodify_category_entry): Adjusted for the change of
11580 char_table_ref_and_range. Call hash_get_category_set to get a
11581 category set to store in the table.
11582
11583 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11584 Funify_charset.
11585
2ae37cf0 11586 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
11587 (DECODE_CHAR): Check if the decoder vector is ready.
11588 (ENCODE_CHAR): Check if the encoder char-table is ready.
11589 (maybe_unify_char): Extern it.
11590
11591 * charset.c (Vchar_unified_charset_table): Delete it.
11592 (inhibit_load_charset_map): New variable.
11593 (temp_charset_work): New variable.
11594 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11595 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11596 New macros.
11597 (load_charset_map): Meaning of control_flag changed. If
11598 inhibit_load_charset_map is nonzero, setup a table in
11599 temp_charset_work.
11600 (load_charset): New argument control_flag.
11601 (map_charset_for_dump): New function.
11602 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11603 map_charset_for_dump.
11604 (Fdefine_charset_internal): If the charset method is MAP, load
11605 mapping tables by calling load_charset.
11606 (Funify_charset): Don't load a mapping table but directly set
11607 Vchar_unify_table.
11608 (maybe_unify_char): New function.
11609 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11610 Handle the case of inhibit_load_charset_map being nonzero.
11611 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11612 Handle the case of inhibit_load_charset_map being nonzero.
11613 (Fclear_charset_maps): Just free temp_charset_work.
11614 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11615 variable.
11616
11617 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11618 change of char_table_ref_and_range.
11619 (char_table_ref_and_range): Change the meaning of argument FROM
11620 and TO. Now the caller must provide initial values for *FROM
11621 and *TO.
11622
11623 * fontset.c (fontset_add): Adjusted for the change of
11624 char_table_ref_and_range.
11625 (fontset_get_font_group): Likewise.
11626 (Ffontset_info): Likewise.
11627
11628 * keymap.c (describe_vector): Adjusted for the change of
11629 char_table_ref_and_range. For char-table, put boundary between
11630 non-ASCII and 8-bit characters.
11631
11632 * print.c (print_object): For bool-vector, delete unnecessary
11633 check of ASCII_BYTE_P.
11634
9196133b
JR
116352008-11-26 Jason Rumney <jasonr@gnu.org>
11636
11637 * w32font.c (w32font_open_internal): Don't include external
9acef61c 11638 leading in font height. (Bug#879)
9196133b 11639
9f688acf
GM
116402008-11-26 Glenn Morris <rgm@gnu.org>
11641
11642 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11643 redefinition with ifdef. (Bug#1383)
11644
90d19aff
AR
116452008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11646
11647 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11648
4ccfa1c0 116492008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
11650
11651 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11652 New EmacsView methods.
11653 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11654 Fixes bug #1048,1357,1414.
11655
116562008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11657
11658 Fix bug #1362.
11659 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11660 is not an indexed color.
11661 * nsterm.m (free_indexed_color): Add argument checking.
11662 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11663
e7d5ecb3
CY
116642008-11-24 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11667 Document confirm-after-completion value for
11668 minibuffer-completion-confirm.
11669
c285743c
JR
116702008-11-24 Jason Rumney <jasonr@gnu.org>
11671
11672 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11673 warning.
11674
b0857706
JR
116752008-11-23 Jason Rumney <jasonr@gnu.org>
11676
11677 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11678 restored before returning.
11679
11680 * w32font.c (check_face_name): New function.
11681 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 11682 fonts. (Bug#642)
b0857706 11683
ee50ff07
MR
116842008-11-22 Martin Rudalics <rudalics@gmx.at>
11685
11686 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11687 confirm-nonexistent-file-or-buffer in doc-string.
11688
b8ff72fa
SM
116892008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11692 Fix copy/paste typo. Add checks.
11693
cee53ed4
KH
116942008-11-21 Kenichi Handa <handa@m17n.org>
11695
11696 * coding.c (detect_coding_iso_2022): Reject invalid composition
11697 sequence.
11698 (DECODE_COMPOSITION_START): If the current source is the last
11699 block, and the current composition doesn't end, regard this
11700 sequence as invalid.
11701 (decode_coding_iso_2022): Handle invalid composition sequence.
11702
f6ef1e65
MR
117032008-11-20 Martin Rudalics <rudalics@gmx.at>
11704
11705 * window.c (coordinates_in_window): Don't return
11706 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11707 line when the window is not the rightmost one. (Bug#1372)
11708
e08b1705
MR
117092008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11710
11711 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11712
ad98e89f
EZ
117132008-11-15 Eli Zaretskii <eliz@gnu.org>
11714
11715 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11716 and bright_bg if noninteractive is non-zero.
11717
fb098a4b
CY
117182008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11719
11720 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11721 x_draw_glyph_string_background.
11722
11723 * w32term.c (x_draw_glyph_string): Likewise.
11724
ce952b6e
CY
117252008-11-15 Chong Yidong <cyd@stupidchicken.com>
11726
11727 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11728 the next glyph string once past the overhang width.
11729
11730 * nsterm.m (ns_draw_glyph_string): Likewise.
11731
11732 * w32term.c (x_draw_glyph_string): Likewise.
11733
26ea7079
CY
117342008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11735
11736 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11737 double file close.
11738
1c33c906
MR
117392008-11-14 Martin Rudalics <rudalics@gmx.at>
11740
11741 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11742 dedicated status of window before attempting to display another
11743 buffer in it.
11744
8fc29035
JB
117452008-11-14 Juanma Barranquero <lekktu@gmail.com>
11746
11747 * msdos.c (Fmsdos_long_file_names):
11748 (syms_of_msdos) <dos-unsupported-char-glyph>:
11749 * dosfns.c (Fint86): Fix typos in docstrings.
11750
55fb4286
EZ
117512008-11-14 Eli Zaretskii <eliz@gnu.org>
11752
11753 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11754
3fda0315
KY
117552008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11756
11757 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11758
7e849c17
CY
117592008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11760
11761 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11762
11763 * frame.h: Negative alpha means "don't touch".
11764
11765 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11766
11767 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11768
b9fd67bd
DN
117692008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * hftctl.c:
11772 * chpdef.h:
11773 * acldef.h: Remove files used only for systems no longer supported.
11774
11775 * Makefile.in: Fix .o alphabetical ordering.
11776 (hftctl.o): Remove dependency, file removed.
11777 (keymap.o, print.o): Depend on charset.h.
11778
d5998e03
KH
117792008-11-10 Kenichi Handa <handa@m17n.org>
11780
2ae37cf0 11781 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 11782
be70e183
CY
117832008-11-08 Chong Yidong <cyd@stupidchicken.com>
11784
11785 * dired.c (file_name_completion): If completion_ignore_case is
11786 enabled, ignore case when checking completion-regexp-list.
11787
7cf94eac
EZ
117882008-11-08 Eli Zaretskii <eliz@gnu.org>
11789
11790 * vm-limit.c (get_lim_data): Fix last change.
11791
ee107a89
KH
117922008-11-08 Kenichi Handa <handa@m17n.org>
11793
11794 * character.c (Fget_byte): New function.
11795 (syms_of_character): Defsubr Fget_byte.
11796
5fd15622
CY
117972008-11-07 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11800 cursor position is valid after scrolling.
11801
13d62fad
JB
118022008-11-06 Juanma Barranquero <lekktu@gmail.com>
11803
11804 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11805
a1dd2936
GM
118062008-11-06 Glenn Morris <rgm@gnu.org>
11807
11808 * xterm.c (handle_one_xevent): Don't let popup menus cause
11809 mouse-autoselect-window related window switching. (Bug#1261)
11810
860cd236
CY
118112008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11812
11813 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11814
653a3150
AS
118152008-11-04 Andreas Schwab <schwab@suse.de>
11816
11817 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11818
870f5cac
CY
118192008-11-03 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * xfns.c (Fx_wm_set_size_hint): New function.
11822
1e02f3cb
MR
118232008-11-03 Martin Rudalics <rudalics@gmx.at>
11824
11825 * textprop.c (Fprevious_single_char_property_change): Return 0
11826 when there's no change in a string. (Bug#1301)
11827
e630dfc6
MR
118282008-11-02 Martin Rudalics <rudalics@gmx.at>
11829
11830 * frame.c (do_switch_frame): New argument NORECORD passed to
11831 Fselect_window.
11832 (Fselect_frame): New argument NORECORD passed to
11833 do_switch_frame.
11834 (Fset_frame_selected_window): New argument NORECORD passed to
11835 Fselect_frame.
11836 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11837 in call of do_switch_frame.
11838 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11839 Handle NORECORD argument in call of Fselect_frame.
11840 * lisp.h (do_switch_frame, Fselect_frame)
11841 (Fset_frame_selected_window): Adjust declarations.
11842 * window.c (select_frame_norecord): New function.
11843 (run_window_configuration_change_hook): Use it and call
11844 Fselect_frame with NORECORD set.
11845 (Fselect_window): Pass NORECORD to Fselect_frame.
11846 (Fset_window_configuration): Handle NORECORD argument in call of
11847 do_switch_frame.
11848 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11849 Fset_frame_selected_window.
11850 * keyboard.c (command_loop_1): Handle NORECORD in call of
11851 Fselect_frame (currently ifdefd).
11852
9020b223
GM
118532008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11854
11855 * emacs.c (USAGE2): Untabify.
11856
793ffee8
SM
118572008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * composite.c (fill_gstring_header): Fix copy/paste typo.
11860
ab6d1131
MR
118612008-10-31 Martin Rudalics <rudalics@gmx.at>
11862
11863 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11864 (Fother_window): Rename argument and rewrite doc-string.
11865 (select_window_norecord): Fix return value. (Bug#1276)
11866
601a9cf1
JB
118672008-10-30 Juanma Barranquero <lekktu@gmail.com>
11868
11869 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11870 new frames overriding foreground for tooltips. Based on similar patch
11871 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11872
813b0652
CY
118732008-10-29 Chong Yidong <cyd@stupidchicken.com>
11874
11875 * emacs.c (Fdaemon_initialized): Initialize nfd.
11876
4414f58f
MR
118772008-10-29 Martin Rudalics <rudalics@gmx.at>
11878
11879 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11880 (Fwindow_text_height): Clarify doc-strings.
11881 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11882 doc-string of window-scroll-functions.
11883
ecdcaa09
RS
118842008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11885
11886 * category.c (syms_of_category): Fix typo in docstring.
11887
23fe745a
JB
118882008-10-28 Juanma Barranquero <lekktu@gmail.com>
11889
11890 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11891 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11892 Fix typos in docstrings.
11893
ff808935
DN
118942008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11895
11896 * emacs.c (daemon_pipe): Make non-static.
11897 (IS_DAEMON): Move definition ...
11898 * lisp.h (IS_DAEMON): ... here.
11899 (daemon_pipe): Declare.
11900 (is_daemon): Remove.
11901 * dispnew.c (init_display): Use IS_DAEMON.
11902
fc012771
SM
119032008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11906 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11907
11908 * emacs.c (is_daemon): Remove.
11909 (main): Don't set is_daemon.
11910 (IS_DAEMON): New macro.
11911 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 11912 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
11913 parent exits.
11914 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11915
d8bdbe6f
CY
119162008-10-27 Chong Yidong <cyd@stupidchicken.com>
11917
d1a072bf
CY
11918 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11919 over-sized glyph, draw it with the default glyph width.
11920
e2e325aa
CY
11921 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11922 glyph, draw it with the default glyph width.
11923
11924 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11925 glyph, draw it with the default glyph width.
11926
d8bdbe6f
CY
11927 * xdisp.c (try_scrolling): When computing the distance from the
11928 scroll margin to PT, try moving some distance past the window
11929 bottom before giving up.
11930
7bfac547
MR
119312008-10-27 Martin Rudalics <rudalics@gmx.at>
11932
11933 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11934 (Fset_window_buffer): Explain in doc-string that a window can be
11935 "strongly" dedicated to its buffer.
11936
4ff029f6
DN
119372008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11938
11939 * emacs.c (daemon_name): New variable.
11940 (main): Deal with --daemon=SERVER_NAME.
11941 (Fdaemonp): Return a name if one was passed to --daemon.
11942
5790ef40
DN
119432008-10-26 Romain Francoise <romain@orebokech.com>
11944
f9bd0df9 11945 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
11946 (main): Create a pipe before forking, make the parent exit only after
11947 the child has closed its end of the pipe. Move closing the
11948 descriptors ...
11949 (Fdaemon_initialized): ... here. New function.
11950
f5385255
SM
119512008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11952
4d632321
SM
11953 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11954 the previous unoptimized table.
11955
f5385255
SM
11956 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11957 the distinction between non-nil and non-t value of `dedicated'.
11958
6c56a0f3
CY
119592008-10-25 Chong Yidong <cyd@stupidchicken.com>
11960
11961 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 11962 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 11963
fec89261
MR
119642008-10-25 Martin Rudalics <rudalics@gmx.at>
11965
11966 * window.c (Fget_buffer_window, Fdelete_windows_on)
11967 (Freplace_buffer_in_windows): Make buffer argument optional and
11968 rename to buffer_or_name.
11969
34fcddd0
CY
119702008-10-24 Chong Yidong <cyd@stupidchicken.com>
11971
f5385255
SM
11972 * xdisp.c (handle_single_display_spec, handle_display_prop):
11973 Undo 2005-05-16 change.
34fcddd0
CY
11974 (handle_stop): Pop iterator if it's loaded with an empty string.
11975 (get_overlay_strings_1): Don't save iterator if it's loaded with
11976 an empty string (bug#1201).
11977
064766f2
KH
119782008-10-24 Kenichi Handa <handa@m17n.org>
11979
11980 * ftfont.c (ftfont_otf_features): Fix previous change.
11981 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11982 calling ftfont_otf_features.
11983
f9bd0df9 119842008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
11985
11986 * font.c (font_match_p): Fix for the case that a vector of
11987 characters is in script-representative-chars.
11988
1dae9197
MA
119892008-10-24 Michael Albinus <michael.albinus@gmx.de>
11990
11991 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 11992 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
11993 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11994 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 11995 macro. (Bug#1186)
1dae9197 11996
f9bd0df9 119972008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
11998
11999 * s/sol2-10.h: New file.
12000
878a4584
JB
120012008-10-23 Juanma Barranquero <lekktu@gmail.com>
12002
12003 * xdisp.c (fill_glyph_string): Fix typo in source (though the
12004 poor beast has survived 9+ years and the jump from xterm.c!).
12005
cd265ca6
MR
120062008-10-23 Martin Rudalics <rudalics@gmx.at>
12007
12008 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12009 Reword doc-string.
f5385255 12010 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 12011
472a4dc9
JB
120122008-10-23 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * character.c (syms_of_character) <script-representative-chars>:
12015 <unicode-category-table>: Doc fixes.
12016
159bd5a2
NF
120172008-10-23 Noah Friedman <friedman@splode.com>
12018
12019 * coding.c (make_conversion_work_buffer): Check that
12020 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12021 Fget_buffer_create.
12022
49f9c344
KH
120232008-10-23 Kenichi Handa <handa@m17n.org>
12024
12025 * font.c (font_add_log): Check the values of extra properties.
12026
12bb3111
MR
120272008-10-22 Martin Rudalics <rudalics@gmx.at>
12028
12029 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12030 Reword doc-string.
12031 (Fset_window_parameter): Use NILP.
12032 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 12033 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 12034
bbeb4e99
JB
120352008-10-22 Juanma Barranquero <lekktu@gmail.com>
12036
12037 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12038
120392008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
12040
12041 * nsfns.m (ns_appkit_version): New function.
12042 (x-server-version): Use it.
12043 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12044 (x-server-vendor): Don't check_ns().
12045
12046 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12047
a9b555d3
JB
120482008-10-22 Juanma Barranquero <lekktu@gmail.com>
12049
12050 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12051 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12052
4626499f
KH
120532008-10-22 Kenichi Handa <handa@m17n.org>
12054
e3681952
KH
12055 * syntax.c (scan_words): Call word_boundary_p instead of comparing
12056 scripts.
12057
4626499f
KH
12058 * category.c (word_boundary_p): Check scripts instead of charset.
12059 Handle nil value in word-separating-categories and
12060 word-combining-categories.
12061 (syms_of_category): Fix docstrings of word-separating-categories
12062 and word-combining-categories.
12063
1560f91a
EZ
120642008-10-21 Eli Zaretskii <eliz@gnu.org>
12065
12066 * coding.c (Fencode_coding_region, Fdecode_coding_region)
12067 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12068
f4668441
MR
120692008-10-21 Martin Rudalics <rudalics@gmx.at>
12070
12071 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12072 Rename arg "buffer" to "buffer_or_name".
12073 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12074 it optional.
12075 (no_switch_window): Remove since the return value is not used.
a9b555d3 12076 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
12077 Consider window as dedicated when Fwindow_dedicated_p returns a
12078 non-nil value.
12079 * lisp.h: Remove prototype for no_switch_window.
12080
fd75ddb2
JD
120812008-10-21 Jan Djärv <jan.h.d@swipnet.se>
12082
12083 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 12084 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 12085
07295713
KH
120862008-10-21 Kenichi Handa <handa@m17n.org>
12087
12088 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12089 check Vlatin_extra_code_table.
12090
712adc82
EZ
120912008-10-20 Eli Zaretskii <eliz@gnu.org>
12092
12093 * fileio.c (Fset_file_modes): Doc fix.
12094
f549eb0b
MA
120952008-10-19 Michael Albinus <michael.albinus@gmx.de>
12096
12097 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12098 in arrays.
12099
aac0c6e3
MR
121002008-10-19 Martin Rudalics <rudalics@gmx.at>
12101
12102 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12103 Mention kill-buffer in doc-string.
12104 (Fset_window_buffer): Reinsert tem check removed in last commit.
12105 (Fenlarge_window, Fshrink_window): Have argument names and
12106 doc-string follow Elisp manual more closely.
12107
121082008-10-18 Eli Zaretskii <eliz@gnu.org>
12109
12110 * fileio.c (Fset_file_modes): Doc fix.
12111
121122008-10-18 Martin Rudalics <rudalics@gmx.at>
12113
12114 * window.c (Fwindow_width, Fset_window_start)
12115 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
12116 (Fdelete_windows_on, Freplace_buffer_in_windows):
12117 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
12118 (Fwindow_dedicated_p): Make window argument optional.
12119 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12120 (Fset_window_buffer): Respect any non-nil dedicated value for
12121 window. Rename "buffer" argument to "buffer_or_name".
12122
121232008-10-18 Ulrich Mueller <ulm@gentoo.org>
12124
12125 * m/sh3.h: New file, machine description for SuperH.
12126
121272008-10-17 Martin Rudalics <rudalics@gmx.at>
12128
12129 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12130
121312008-10-17 Kenichi Handa <handa@m17n.org>
12132
12133 * ftfont.c (ftfont_otf_features): Fix indexing
12134 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12135
121362008-10-16 Magnus Henoch <mange@freemail.hu>
12137
12138 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12139 (Fdbus_call_method_asynchronously): Ditto.
12140 This change makes C-h f display the argument list.
12141
121422008-10-16 Chong Yidong <cyd@stupidchicken.com>
12143
12144 * fileio.c (Fexpand_file_name): Doc fix.
12145
12146 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12147 of :foreground and :background equivalent to unspecified (20.x
12148 compatibility).
12149
121502008-10-15 Eli Zaretskii <eliz@gnu.org>
12151
12152 * buffer.c (syms_of_buffer): Doc fix.
12153
121542008-10-14 Kenichi Handa <handa@m17n.org>
12155
12156 * font.c (font_clear_prop): When clearing font width, clear the
12157 average width field too.
12158
121592008-10-12 Andreas Schwab <schwab@suse.de>
12160
12161 * ftfont.c (ftfont_shape_by_flt): Make static.
12162 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12163
12164 * font.c: Don't include <m17n-flt.h>.
12165
121662008-10-10 Eli Zaretskii <eliz@gnu.org>
12167
12168 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12169
121702008-10-09 Eli Zaretskii <eliz@gnu.org>
12171
12172 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12173 away code.
12174
121752008-10-09 Chong Yidong <cyd@stupidchicken.com>
12176
12177 * dispnew.c (update_text_area): Avoid looping due to large glyph
12178 overhangs (bug#1070).
12179
121802008-10-09 Kenichi Handa <handa@m17n.org>
12181
12182 * fontset.c (face_for_char): If face->fontset is negative, just
12183 return ascii_face.
12184
f5385255
SM
12185 * font.c (font_delete_unmatched): Fix previous change.
12186 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
12187
121882008-10-09 Martin Rudalics <rudalics@gmx.at>
12189
12190 * frame.c (Fraise_frame): On text-only terminals select frame in
12191 order to make it visible. (Bug#1061)
12192
121932008-10-08 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * fontset.c (fontset_find_font): Check frame validity.
12196
121972008-10-07 Chong Yidong <cyd@stupidchicken.com>
12198
a9b555d3 12199 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
12200 (xg_display_close): Allow Emacs to close all displays (bug#985).
12201
122022008-10-06 Andreas Schwab <schwab@suse.de>
12203
f5385255 12204 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
12205
122062008-10-06 Chong Yidong <cyd@stupidchicken.com>
12207
f5385255 12208 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 12209
a9b555d3 12210 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
12211
12212 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12213 during initialization.
12214
122152008-10-04 Eli Zaretskii <eliz@gnu.org>
12216
12217 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12218 whole thing on MSDOS frames as well as on a TTY.
12219
12220 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12221 well as for TTY.
12222 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12223 well as on a TTY.
12224
12225 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12226 as well as for TTY.
12227
12228 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12229
12230 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12231 MSDOS frames as well.
12232
122332008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12234
12235 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12236 correct arguments.
b71ac3dd 12237 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
12238
122392008-10-03 Glenn Morris <rgm@gnu.org>
12240
12241 * emacs.c (USAGE1): Add --daemon.
12242
122432008-10-02 Eli Zaretskii <eliz@gnu.org>
12244
12245 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12246 100, so it's in percents as advertised.
12247
122482008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12249
12250 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12251 (ns_output.current_cursor, ns_output.desired_cursor)
12252 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12253 (FRAME_NEW_CURSOR_COLOR): Remove.
12254
12255 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 12256 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
12257 enumeration (HOLLOW_BOX_CURSOR, etc.).
12258
12259 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12260 (draw_window_cursor): Simplify code.
f5385255
SM
12261 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12262 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 12263 updates manually.
a9b555d3
JB
12264 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12265 Use core Emacs cursor types.
aac0c6e3 12266
b8ff72fa 12267 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
12268
122692008-10-02 Martin Rudalics <rudalics@gmx.at>
12270
12271 * process.c (Faccept_process_output): Fix doc-string.
12272
122732008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12274
12275 * gmalloc.c (__sbrk): Also define for uClibc.
12276
12277 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12278 for uClibc.
12279
122802008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12281
12282 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12283 styles.
12284 (nsfont_open): Reenable the cache.
12285
122862008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12287
12288 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12289 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12290
122912008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12294 a suspended terminal.
12295
122962008-09-30 Michael Albinus <michael.albinus@gmx.de>
12297
12298 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12299
123002008-09-30 Eli Zaretskii <eliz@gnu.org>
12301
12302 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12303
123042008-09-30 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12307 in a continued line coincides with a line beginning.
12308
123092008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12310
12311 * nsfont.m (nsfont_trait_distance): Fix bug.
12312 (nsfont_list): Return a list rather than a vector (syncs with Handa
12313 changes of 2008-05-14).
12314 (nsfont_open): Improve logging.
12315
123162008-09-29 Andreas Schwab <schwab@suse.de>
12317
12318 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12319
123202008-09-28 Martin Rudalics <rudalics@gmx.at>
12321
12322 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12323 name as char-resolve-modifiers.
12324 Reported by: Markus Triska <markus.triska@gmx.at>
12325
123262008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * dispnew.c (init_display): Return earlier when running as a daemon.
12329
123302008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12331
12332 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12333
123342008-09-27 Eli Zaretskii <eliz@gnu.org>
12335
12336 * composite.c (Fcomposition_get_gstring)
12337 (Fcompose_region_internal, Fcompose_string_internal)
12338 (Ffind_composition_internal): Doc fix.
12339 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12340 (syms_of_composite) <auto-composition-function>: Doc fix.
12341 (syms_of_composite) <composition-function-table>: Doc fix.
12342
123432008-09-25 Chong Yidong <cyd@stupidchicken.com>
12344
12345 * search.c (wordify): New argument for lax word-ends.
12346 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12347
123482008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12349
12350 * lisp.h (is_daemon): Declare.
12351 * dispnew.c (init_display): Do not try to initialize the terminal
12352 when running as a daemon.
12353
123542008-09-22 Chong Yidong <cyd@stupidchicken.com>
12355
12356 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12357 x_display_pixel_height.
12358
123592008-09-22 Martin Rudalics <rudalics@gmx.at>
12360
12361 * undo.c (record_point): Don't call Fundo_boundary for first
12362 change. (Bug#731)
12363
123642008-09-22 Juanma Barranquero <lekktu@gmail.com>
12365
12366 * emacs.c (Fdaemonp): Doc fix.
12367
123682008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12369
12370 * emacs.c (main): Place #ifdef in the proper place.
12371
123722008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * emacs.c (standard_args): Add --daemon.
12375 (main): Disconnect from the terminal when --daemon is passed.
12376 (is_daemon): New variable.
12377 (Fdaemonp): New function.
12378 (syms_of_emacs): Defsubr it.
12379
123802008-09-20 Chong Yidong <cyd@stupidchicken.com>
12381
12382 * xdisp.c (get_next_display_element): Handle string display
12383 correctly when checking for the end of a box run.
12384
123852008-09-20 Glenn Morris <rgm@gnu.org>
12386
12387 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12388 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12389 (Frename_file): Avoid copying to trash if a rename involves
12390 a delete. (Bug#964).
12391
123922008-09-20 Eli Zaretskii <eliz@gnu.org>
12393
12394 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12395 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12396 frames as well as termcap frames.
12397 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12398 get_named_tty.
12399
124002008-09-19 Eli Zaretskii <eliz@gnu.org>
12401
12402 * process.c (procfs_system_process_attributes): Fix cmdline in
12403 case /proc/PID/cmdline is empty.
12404
12405 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12406 x_display_pixel_height.
12407
124082008-09-19 Juanma Barranquero <lekktu@gmail.com>
12409
12410 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12411
12412 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12413 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12414
124152008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12416
12417 * dispextern.h (struct it): Move line_wrap away from the middle of
12418 bitfields. Move voffset in struct iterator_stack_entry after the
12419 bitfields. Move tab_width near after another short.
12420
124212008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12422
12423 * frame.h (struct frame): Move alpha from the middle of bitfields.
12424
12425 * window.h (struct window): Move frozen_window_start_p after the
12426 rest of the bitfields to reduce padding.
12427
124282008-09-18 Chong Yidong <cyd@stupidchicken.com>
12429
12430 * xterm.h (x_display_info): Remove `height' and `width' members.
12431
12432 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12433
12434 * w32term.h (w32_display_info): Remove `height', `width',
12435 `height_in', and `width_in' members.
12436
b8ff72fa
SM
12437 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12438 New functions.
aac0c6e3
MR
12439 (x_calc_absolute_position): Use them.
12440 (x_term_init): Omit removed `height' and `width' members.
12441
b8ff72fa
SM
12442 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12443 New functions.
aac0c6e3
MR
12444 (w32_read_socket, x_calc_absolute_position): Use them.
12445 (w32_initialize_display_info, w32_term_init): Omit removed members
12446 of w32_display_info.
12447
b8ff72fa
SM
12448 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12449 New functions.
12450 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 12451
b8ff72fa
SM
12452 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12453 New functions.
aac0c6e3
MR
12454 (x_calc_absolute_position): Use them.
12455 (x_term_init): Omit removed `height' and `width' members.
12456
12457 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
12458 (compute_tip_xy):
12459 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
12460 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12461 x_display_pixel_width.
12462
124632008-09-18 Kenichi Handa <handa@m17n.org>
12464
12465 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12466 (composition_compute_stop_pos): Fix handling of static composition.
12467 (Fcomposition_get_gstring): Check FROM and TO at first.
12468
124692008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12470
46e722a9 12471 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
12472 mixup (YAILOM).
12473
124742008-09-17 Chong Yidong <cyd@stupidchicken.com>
12475
12476 * indent.c (Fvertical_motion): Use position reported by iterator
12477 instead of PT for determining screen motion (bug#943).
12478
124792008-09-17 Romain Francoise <romain@orebokech.com>
12480
12481 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12482
124832008-09-17 Kenichi Handa <handa@m17n.org>
12484
12485 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12486
12487 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12488 if necessary.
12489
124902008-09-16 Kenichi Handa <handa@m17n.org>
12491
12492 * coding.c (make_conversion_work_buffer): Avoid calling
12493 Fget_buffer_create if it is not necessary.
12494
124952008-09-15 Martin Rudalics <rudalics@gmx.at>
12496
12497 * window.c (Fselect_window): Don't update window_select_count and
12498 use_time when norecord is not nil.
12499
125002008-09-14 Kenichi Handa <handa@m17n.org>
12501
12502 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12503 specpdl_ptr.
12504
125052008-09-12 Kenichi Handa <handa@m17n.org>
12506
12507 * indent.c (scan_for_column): Don't handle automatic composition
12508 if the current buffer is not associated with a window.
12509
12510 * composite.c (composition_reseat_it): If the current buffer is
12511 not associated with a window, ignore the automatic composition.
12512 (find_automatic_composition): Likewise.
12513
125142008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12517 (Fgpm_mouse_stop): Use it.
12518 * termhooks.h (close_gpm): Declare.
12519 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12520 connection if Gpm_GetEvent fails.
12521
12522 * window.c (set_window_buffer): Always preserve current-buffer.
12523
125242008-09-12 Glenn Morris <rgm@gnu.org>
12525
12526 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12527
125282008-09-11 Glenn Morris <rgm@gnu.org>
12529
12530 * charset.c (charset-map-path): Doc fix.
12531
125322008-09-10 Kenichi Handa <handa@m17n.org>
12533
12534 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12535
12536 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12537 compose a grapheme cluster with the preceding base glyph.
12538
12539 * composite.c (composition_compute_stop_pos): Fix previous change.
12540 Reset cmp_it->id to -1 at first.
12541
125422008-09-10 Glenn Morris <rgm@gnu.org>
12543
12544 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12545
125462008-09-09 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * keyboard.c (read_key_sequence): Reapply translation maps when
12549 switching keyboards.
12550
125512008-09-09 Kenichi Handa <handa@m17n.org>
12552
12553 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12554 characters.
12555
12556 * composite.c (FORWARD_CHAR): Fix calculation
12557 of (POSITION).pos_byte.
12558 (composition_compute_stop_pos): Limit the search of composition to
12559 at most 500 characters ahead. If we reach the limit or find a
12560 newline, set cmp_it->ch to -2 and return 0.
12561 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12562
125632008-09-08 Kenichi Handa <handa@m17n.org>
12564
12565 * indent.c (Fvertical_motion): Be sure to set
12566 it_overshoot_expected if it.cmp_it.id is non-negative.
12567
125682008-09-07 Andreas Schwab <schwab@suse.de>
12569
12570 * callproc.c (Fcall_process): Don't hold references to string data
12571 across garbage collection. Move initialisation of new_argv down
12572 to avoid compiler bug.
12573
125742008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12575
12576 * process.c (Fsystem_process_attributes): Doc fix.
12577
125782008-09-07 Chong Yidong <cyd@stupidchicken.com>
12579
12580 * callproc.c (Fcall_process): Canonicalize current directory name.
12581
12582 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12583 iterator advances to the next line if the current line ends in a
12584 continued tab.
12585
125862008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12587
12588 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12589 member to point to cmp_from.
12590
12591 * xdisp.c: Doc fix for references to gidx data member.
12592
125932008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12596
125972008-09-07 Kenichi Handa <handa@m17n.org>
12598
12599 * composite.c (FORWARD_CHAR): Check STOP after
12600 incrementing (POSITION).pos.
12601
126022008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12603
12604 * process.c (Fsystem_process_attributes): Doc fix.
12605
126062008-09-06 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * keyboard.c (Ftop_level): Doc fix.
12609
126102008-09-06 Eli Zaretskii <eliz@gnu.org>
12611
12612 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12613 minibuffer, don't let lower part of menu invade the echo area.
12614
12615 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12616 "char *q" to access menu text and advance through it. Revert the
12617 change that displayed ">" instead of ASCII character 0x10.
12618
126192008-09-05 Eli Zaretskii <eliz@gnu.org>
12620
12621 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12622 toggle boxes and radio buttons on MS-DOS as well.
12623
126242008-09-05 Kenichi Handa <handa@m17n.org>
12625
12626 * composite.c (autocmp_chars): Check lookback count.
12627 (composition_compute_stop_pos): Set cmp_it->lookback.
12628 (composition_reseat_it): Check lookback count.
12629 (struct position_record): New struct.
12630 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12631 (find_automatic_composition): New function.
12632 (composition_adjust_point): Use find_automatic_composition.
12633
12634 * dispextern.h (struct composition_it): New member lookback.
12635
126362008-09-02 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12639 if moving by a single line.
12640
126412008-09-02 Andreas Schwab <schwab@suse.de>
12642
12643 * xterm.c (x_delete_display): Fix merge error.
12644
12645 * fileio.c (Fexpand_file_name): Remove unused variables.
12646
126472008-09-02 Eli Zaretskii <eliz@gnu.org>
12648
12649 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12650 storage on all platforms, not just on DOS_NT.
12651
126522008-09-02 Jason Rumney <jasonr@gnu.org>
12653
b8ff72fa
SM
12654 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12655 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
12656
126572008-09-01 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * xfaces.c (Finternal_set_alternative_font_family_alist)
12660 (Finternal_set_alternative_font_registry_alist): Properly copy
12661 entire alist structure.
12662
126632008-09-01 Kenichi Handa <handa@m17n.org>
12664
d66c0241 12665 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 12666 representative chars of the script is a vector.
d66c0241
JB
12667 (ftfont_list): Handle the case where the representative chars of
12668 the script is a vector.
aac0c6e3
MR
12669
12670 * character.c (syms_of_character): Docstring of
12671 script-representative-chars fixed.
12672
126732008-08-31 Eli Zaretskii <eliz@gnu.org>
12674
12675 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12676 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12677 the menu. Allocate larger buffer for `text', to account for
12678 possible ^C characters.
12679
126802008-08-31 Martin Rudalics <rudalics@gmx.at>
12681
12682 * xdisp.c (prepare_menu_bars): Don't call
12683 Vwindow_size_change_functions with arg Qt.
12684
126852008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * font.h (font_range):
12688 * fileio.c (report_file_error):
46e722a9
SM
12689 * composite.c (composition_update_it): Yet another int/Lisp_Object
12690 mixup (YAILOM).
aac0c6e3
MR
12691
126922008-08-30 Glenn Morris <rgm@gnu.org>
12693
12694 * data.c (Fmake_variable_frame_local): Doc fix.
12695
12696 * frame.c (Fmodify_frame_parameters): Doc fix.
12697
126982008-08-30 Eli Zaretskii <eliz@gnu.org>
12699
12700 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12701 needed by GetTokenInformation.
12702 (w32_system_process_attributes): Check return values of all system
12703 APIs.
12704
12705 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12706 only when the state changes.
12707 (IT_update_begin, IT_update_end): Add termscript trace.
12708
12709 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12710 clipboard is unavailable. Set dst to NULL if it doesn't point to
12711 malloc'ed data.
12712 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12713 passing random values to xfree.
12714
12715 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 12716 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
12717
127182008-08-29 Jason Rumney <jasonr@gnu.org>
12719
12720 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12721
127222008-08-29 Eli Zaretskii <eliz@gnu.org>
12723
12724 * composite.c (fill_gstring_body): Avoid compiler warnings.
12725
12726 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12727 LGLYPH_SET_CODE to avoid compiler warnings.
12728
2ae37cf0 12729 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
12730
12731 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12732
12733 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12734 LGLYPH_SET_CODE.
12735
127362008-08-29 Kenichi Handa <handa@m17n.org>
12737
12738 * fileio.c (report_file_error): Don't downcase the first character
12739 of errstring if it is still unibyte.
12740
127412008-08-29 Kenichi Handa <handa@m17n.org>
12742
12743 These changes are to re-implement the automatic composition so
12744 that it doesn't use text properties.
12745
12746 * Makefile.in (ftfont.o): Depend on composite.h.
12747 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12748
12749 * character.h (Vunicode_category_table): Extern it.
12750
12751 * character.c (Vunicode_category_table): New variable.
12752 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12753
12754 * chartab.c (optimize_sub_char_table): Perform more greedy
12755 optimization.
12756
b8ff72fa
SM
12757 * composite.h (enum composition_method):
12758 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
12759 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12760 (Vcomposition_function_table): Extern it.
12761 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12762 (composition_gstring_put_cache, composition_gstring_from_id)
12763 (composition_gstring_p, composition_gstring_width)
12764 (composition_compute_stop_pos, composition_reseat_it)
12765 (composition_update_it, composition_adjust_point): Extern them.
12766 (Fcomposition_get_gstring): EXFUN it.
12767
d66c0241 12768 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
12769 (Vcomposition_function_table)
12770 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
12771 (gstring_hash_table, gstring_work, gstring_work_headers):
12772 New variables.
aac0c6e3
MR
12773 (gstring_lookup_cache, composition_gstring_put_cache)
12774 (composition_gstring_from_id, composition_gstring_p)
12775 (composition_gstring_width, fill_gstring_header)
12776 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12777 (composition_reseat_it, composition_update_it)
b8ff72fa 12778 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
12779 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12780 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 12781 Defsubr composition_get_gstring.
aac0c6e3
MR
12782
12783 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12784 cmp_id.
12785 (struct glyph_string): Delete the member gidx. New members
12786 cmp_id, cmp_from, and cmp_to.
12787 (enum it_method): Delete GET_FROM_COMPOSITION.
12788 (struct composition_it): New struct.
12789 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12790 Delete c, len, cmp_id, cmp_len in u.comp.
12791
12792 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 12793 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 12794 (enum lglyph_indices): Likewise.
b8ff72fa 12795 (font_range): Adjust extern.
aac0c6e3
MR
12796 (font_fill_lglyph_metrics): Extern it.
12797
12798 * font.c (QCf): New variable.
12799 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12800 (font_prepare_composition): Delete this function.
12801 (font_range): Type and arguments changed.
12802 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12803 (font_fill_lglyph_metrics): New function.
b8ff72fa 12804 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 12805 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
12806 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12807 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
12808
12809 * fontset.h (font_for_char): Extern it.
12810
12811 * fontset.c (font_for_char): New function.
12812
12813 * ftfont.c: Include composite.h.
12814 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 12815 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
12816
12817 * indent.c: Include composite.h and dispextern.h.
12818 (check_composition): Delete this function.
12819 (scan_for_column): Handle composition by
12820 composition_compute_stop_pos, composition_reseat_it, and
12821 composition_update_it.
12822 (compute_motion): Likewise.
12823 (Fvertical_motion): Fix checking of composition.
12824
12825 * keyboard.c (adjust_point_for_property): Check composition by
12826 composition_adjust_point.
12827
b8ff72fa 12828 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
12829 struct glyph_string.
12830
b8ff72fa
SM
12831 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12832 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
12833 struct glyph.
12834 (produce_composite_glyph): Likewise.
12835
b8ff72fa
SM
12836 * w32term.c (x_draw_composite_glyph_string_foreground):
12837 Adjust for the change of struct glyph_string.
aac0c6e3
MR
12838 (x_draw_glyph_string): Likewise.
12839
12840 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12841 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12842
12843 * xdisp.c: Include font.h.
12844 (it_props): Delete the entry for Qauto_composed.
12845 (init_iterator): Initialize it->cmp_it.id to -1.
12846 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 12847 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
12848 (handle_auto_composed_prop): Delete it.
12849 (handle_composition_prop): Handle only static composition.
12850 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12851 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 12852 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
12853 (pop_it): Likewise.
12854 (get_next_element): Delete next_element_from_composition.
12855 (CHAR_COMPOSED_P): New macro.
12856 (get_next_display_element): For automatic composition, get a face
12857 from the font in the glyph-string.
12858 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 12859 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
12860 (next_element_from_string): Check if the character at the current
12861 position is composed by CHAR_COMPOSED_P.
12862 (next_element_from_buffer): Likewise.
d66c0241
JB
12863 (next_element_from_composition): Adjust for the change of struct it.
12864 Update it->cmp_it.
b8ff72fa
SM
12865 (dump_glyph): Adjust for the change of struct glyph.
12866 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
12867 it and struct glyph. Don't handle automatic composition here.
12868 (fill_gstring_glyph_string): New function.
12869 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 12870 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
12871 (BUILD_GSTRING_GLYPH_STRING): New macro.
12872 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12873 automatic composition.
b8ff72fa 12874 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 12875 struct glyph.
b8ff72fa 12876 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 12877
b8ff72fa 12878 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
12879 the change of struct glyph_string.
12880 (x_draw_glyph_string): Likewise.
12881
128822008-08-29 Glenn Morris <rgm@gnu.org>
12883
12884 * buffer.c (word-wrap): Doc fix.
12885 * xdisp.c (truncate-partial-width-windows): Doc fix.
12886 Increase default to 50.
12887
128882008-08-29 Chong Yidong <cyd@stupidchicken.com>
12889
12890 * xdisp.c (update_tool_bar_unwind): New function.
12891 (update_tool_bar): Temporarily set selected frame before building
12892 tool-bar items.
12893
128942008-08-28 Michael Albinus <michael.albinus@gmx.de>
12895
12896 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12897 snprintf, respectively.
12898 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12899
129002008-08-28 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12903 LDFLAGS to GNUstep CC invocation.
12904
129052008-08-27 Chong Yidong <cyd@stupidchicken.com>
12906
12907 * indent.c (Fvertical_motion): Revert last change. Handle the
12908 general case where we are moving forward, and PT spans multiple
12909 screen lines.
12910
12911 * eval.c (find_handler_clause): Temporarily increase
12912 max-lisp-eval-depth while printing the backtrace buffer, to
12913 guarantee that help-mode code can run.
12914
129152008-08-27 Eli Zaretskii <eliz@gnu.org>
12916
12917 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12918 colors under -rv.
12919 (IT_set_frame_parameters): Don't swap foreground and background
12920 colors if `(reverse . t)' is present in the frame properties.
12921 (internal_terminal_init): Call init_frame_faces only for the
12922 initial frame.
12923
129242008-08-27 Andreas Schwab <schwab@suse.de>
12925
12926 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12927
129282008-08-27 Andreas Schwab <schwab@suse.de>
12929
12930 * search.c (search_buffer): Set char_base to zero only at the end.
12931
129322008-08-27 Kenichi Handa <handa@m17n.org>
12933
b8ff72fa 12934 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
12935
129362008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12937
12938 * xterm.c (x_term_init): Temporarily hide the partially
12939 initialized terminal while calling vendor-specific-keysyms.
12940
129412008-08-26 Eli Zaretskii <eliz@gnu.org>
12942
12943 * msdos.c (internal_terminal_init): Most initializations done only
12944 once, especially initial_screen_colors[] and termscript open.
12945
129462008-08-26 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * eval.c (Fcondition_case): Doc fix.
12949
12950 * widgetprv.h (EmacsFramePart): Change font member to the new font
12951 struct.
12952
12953 * widget.c: Include character.h and font.h for XSETFONT.
12954 (setup_frame_gcs): Compute X font id from font struct, just once.
12955
129562008-08-26 Eli Zaretskii <eliz@gnu.org>
12957
12958 * term.c (get_named_tty): Fix last change.
12959
129602008-08-26 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 12963 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
12964
129652008-08-25 Eli Zaretskii <eliz@gnu.org>
12966
12967 * frame.c (do_switch_frame): Mark previously displayed frame as
12968 obscured for FRAME_MSDOS_P frames as well.
12969
129702008-08-24 Eli Zaretskii <eliz@gnu.org>
12971
12972 * frame.c (make_terminal_frame): Initialize f->terminal,
12973 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12974 Set the top frame to newly created frame.
12975 (Fmake_terminal_frame): Reuse the_only_display_info.
12976
12977 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12978 estimating available memory.
12979
b97439ce 129802008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
12981
12982 * nsterm.m (ns_draw_window_cursor): Don't call
12983 NSDisableScreenUpdates and NSEnableScreenUpdates on
12984 non-NS_IMPL_COCOA systems.
12985
129862008-08-23 Andreas Schwab <schwab@suse.de>
12987
12988 * process.c (procfs_system_process_attributes): Fix use of
12989 uninitialized variables.
12990
129912008-08-23 Eli Zaretskii <eliz@gnu.org>
12992
12993 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12994
12995 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12996 calling tty-set-up-initial-frame-faces.
12997
b8ff72fa
SM
12998 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12999 Allow MSDOS frames along with X frames.
aac0c6e3
MR
13000
13001 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13002 addition to output_termcap.
13003
13004 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13005
13006 * termchar.h (FRAME_TTY): Support output_msdos_raw.
13007 (struct tty_display_info) [MSDOS]: Add fields related to mouse
13008 highlight.
13009
13010 * process.c [!subprocesses]: Define QCname.
13011 (syms_of_process): Intern and staticpro it.
13012
13013 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
13014 Adjust for changes in encoding/decoding routines.
13015 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
13016 encode_coding and decode_coding.
13017
b8ff72fa 13018 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
13019
13020 * dosfns.c: Include frame.h before termhooks.h.
13021 (dos_cleanup): Use CURTTY ()->termscript instead of a global
13022 variable termscript.
13023
13024 * s/msdos.h (USER_FULL_NAME): Define.
13025 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13026
13027 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13028 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13029 pw->pw_gecos.
13030
13031 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13032 SELECTED_FRAME as additional (1st) argument.
13033 (tty_read_avail_input): Handle output_msdos_raw in
13034 addition to output_termcap.
13035
13036 * msdos.c: Include frame.h before termhooks.h.
13037 (mouse_on, mouse_off, mouse_moveto, mouse_init)
13038 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13039 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13040 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13041 (IT_set_terminal_modes, IT_reset_terminal_modes)
13042 (IT_set_frame_parameters): Use tty->termscript instead of a global
13043 variable termscript.
13044 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13045 global variable terminal_coding. Don't refer to
13046 Vnonascii_translation_table.
13047 (internal_terminal_init): Set Vwindow_system in current_kboard.
13048 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
13049 Announce date and time of session start, if termscript is open.
13050 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
13051 term.c:init_tty). Open termscript only of not already open.
13052 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
13053 here instead of dos_ttraw. Don't initialize display if this is an
13054 initial tty. Don't set FRAME_FONT.
13055 (Vwindow_system_version): Bump to 23.
13056 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
13057 is available, set up mouse_position_hook.
13058 (dos_ttraw, IT_set_terminal_modes): If called with initial
13059 terminal, do nothing.
13060 (IT_set_frame_parameters): Handle the Qtty_type frame
13061 parameter by calling internal_terminal_init.
13062 (dos_set_window_size, show_mouse_face)
13063 (clear_mouse_face, IT_note_mode_line_highlight)
13064 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13065 (dos_rawgetc): Use tty_display_info instead of x_display_info.
13066 (initialize_msdos_display): New function.
13067 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13068 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13069 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13070 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 13071 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
13072 (request_sigio, unrequest_sigio): Don't define, now defined on
13073 sysdep.c.
13074 (IT_write_glyphs): Rewrite to use encode_terminal_code.
13075
13076 * term.c [MSDOS]: Include msdos.h.
13077 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
13078 conditional to DOS_NT. Allow only one call to this function in a
13079 session. Don't allocate a new struct tty_display_info; instead,
13080 reuse the_only_display_info. Call get_tty_size to get screen
13081 dimensions. Call init_baud_rate to set bad_rate.
13082 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13083 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 13084 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
13085 (get_tty_terminal, get_named_tty, Ftty_type)
13086 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13087 output_termcap.
b8ff72fa
SM
13088 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13089 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 13090 only when subprocesses are supported.
aac0c6e3
MR
13091
13092 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13093 f->output_data.x.
13094 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13095 terminal devices.
13096
5582fbc7 13097 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
13098 x_output.
13099 (FRAME_FONT): Use output_data.tty.
13100 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
13101 (struct x_display_info): Rename from display_info. Update all users in
13102 msdos.c.
aac0c6e3 13103 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 13104 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
13105 (dos_ttraw): Update prototype.
13106
13107 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13108 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13109
131102008-08-23 Jason Rumney <jasonr@gnu.org>
13111
13112 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13113 (fn_TIFFSetDirectory): New library function used.
13114 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13115 (tiff_load): Use :index to select among multiple images. Set count
13116 property when multiple images exist.
13117 (gif_format): Use :index, not :image.
13118
131192008-08-23 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * xdisp.c (try_scrolling): Check INT_MAX instead of
13122 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13123 to obtain INT_MAX.
13124
131252008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13126
13127 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13128
131292008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13130
13131 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13132 GNUstep library location.
13133
131342008-08-21 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13137 before using it.
13138
13139 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13140
131412008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13142
13143 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13144 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13145 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13146 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13147 (EmacsApp-cursor_blink_handler): Remove declaration.
13148 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13149 match 01 Feb 2008 changes in xterm.c.
13150 (ns_read_socket): Add cast to avoid warning.
13151 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13152 GNUstep.
13153
131542008-08-20 Chong Yidong <cyd@stupidchicken.com>
13155
13156 * xselect.c (x_get_foreign_selection): Return nil if desired
13157 selection could not be obtained, instead of signalling an error.
13158
131592008-08-20 David Reitter <david.reitter@gmail.com>
13160
13161 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13162 * nsterm.m: Remove ns-specific code for cursor blinking.
13163 (ns_draw_window_cursor): Clear cursor properly rather than
13164 redrawing the area. Respect width of bar cursors.
13165 These changes enable the use of generic blink-cursor-mode and
13166 generic cursor types in NS and support smooth cursor movements (do
13167 not blink off after command).
13168 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13169 Nextstep, too.
13170
131712008-08-19 Kenichi Handa <handa@m17n.org>
13172
13173 * font.c (Vfont_log_deferred): New variable.
13174 (font_add_log): Check Vfont_log_deferred.
13175 (font_deferred_log): New function.
13176
13177 * font.h (font_deferred_log): Extern it.
13178
13179 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13180 for sorting.
13181 (face_for_char): Use deferred log.
13182
131832008-08-18 Kenichi Handa <handa@m17n.org>
13184
13185 * fontset.c (face_for_char): Add font log.
13186
13187 * font.c (font_add_log): Add the font properties :script, :lang,
13188 and :otf in the log.
13189
131902008-08-17 Chong Yidong <cyd@stupidchicken.com>
13191
13192 * xdisp.c: Remove dead code.
13193 (handle_invisible_prop, next_overlay_string): Defer call to
13194 setup_for_ellipsis.
13195 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13196
131972008-08-15 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * xfaces.c (lookup_derived_face): Properly handle possible zero
13200 return value of get_lface_attributes.
13201 (merge_faces): Don't tell lookup_derived_face to signal an error
13202 if face is not found.
13203
13204 * dired.c (Fdirectory_files): Doc fix.
13205
13206 * process.c (make_process): Initialize kill_without_query struct
13207 member.
13208
132092008-08-15 Eli Zaretskii <eliz@gnu.org>
13210
13211 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13212 Alternative calculation of totphys for Visual Studio 6.
13213
13214 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13215
13216 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13217 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13218 All users changed.
13219 (stat): Only root directory passed to GetDriveType. Allow RAM
13220 disk as well as local fixed disk when w32-get-true-file-attributes
13221 is set to `local'.
13222 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13223 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13224 (w32_cached_id, w32_add_to_cache): New functions.
13225 (get_name_and_id): Look account names in the cache before calling
13226 lookup_account_sid.
13227 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13228 New initialization flags.
13229 (globals_of_w32): Initialize them to zero.
13230 (w32_system_process_attributes): Use w32_cached_id and
13231 w32_add_to_cache.
13232
132332008-08-14 Lawrence Mitchell <wence@gmx.li>
13234
13235 * lread.c (Fread_char, Fread_char_exclusive): If no character
13236 event is read before timeout is reached, return nil, rather than
13237 converting to a number.
13238
132392008-08-14 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * fns.c (use_dialog_box): Doc fix.
13242
13243 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13244 on OS X.
13245
132462008-08-13 Chong Yidong <cyd@stupidchicken.com>
13247
13248 * frame.c (Qns_parse_geometry): New var.
13249 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13250
132512008-08-11 Chong Yidong <cyd@stupidchicken.com>
13252
13253 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13254 space character in calculating tabs.
13255
132562008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13257
13258 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13259
132602008-08-10 Glenn Morris <rgm@gnu.org>
13261
13262 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13263 silence gcc "limited range of data type" warnings in some
13264 make_fixnum_or_float calls.
13265
132662008-08-09 Eli Zaretskii <eliz@gnu.org>
13267
13268 * w32.c (w32_system_process_attributes): If the process does not
13269 exist, return nil.
13270
13271 * w32.c: Include thelp32.h, psapi.h and coding.h.
13272 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13273 declarations.
13274 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13275 (Process32Next_Proc): New typedefs.
13276 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13277 (g_b_init_process32_next, g_b_init_open_thread_token)
13278 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13279 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13280 (g_b_init_get_process_working_set_size)
13281 (g_b_init_global_memory_status_ex): New static variables.
13282 (globals_of_w32): Initialize them.
13283 (create_toolhelp32_snapshot, process32_first, process32_next)
13284 (open_thread_token, impersonate_self, revert_to_self)
13285 (get_process_memory_info, get_process_working_set_size)
13286 (global_memory_status, global_memory_status_ex): New wrapper
13287 functions.
13288 (w32_list_system_processes, w32_system_process_attributes)
13289 (enable_privilege, restore_privilege, ltime, process_times):
13290 New functions.
13291 (convert_time_raw): New function.
13292 (convert_time): Remove conversion of FILETIME into time in 100
13293 nsec units, call convert_time_raw instead.
13294
13295 * process.h (w32_list_system_processes, w32_system_process_attributes):
13296 Add prototypes.
13297 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13298 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13299 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13300 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13301
13302 * process.c (Fsystem_process_attributes): Doc fix.
13303
133042008-08-08 Chong Yidong <cyd@stupidchicken.com>
13305
13306 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13307 a continued multi-char glyph; if so, advance to the actual glyph.
13308
133092008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13310
13311 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13312
13313 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13314 (.m.o): Use it.
13315 * config.in: Regenerate.
13316
133172008-08-07 Chong Yidong <cyd@stupidchicken.com>
13318
13319 * xdisp.c (redisplay_window): Revert last change.
13320 (try_window): Check bottom scroll margin too.
13321
133222008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13323
13324 * config.in: Regenerate.
13325
13326 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13327 -list-load-path-shadows'.
13328 (nsgui.h): Reduce number of things depending on it.
13329
133302008-08-06 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13333 instead of window-end which does the wrong thing at eob.
13334 (try_cursor_movement): Minor optimization.
13335 (redisplay_window): If scroll margin is defined, don't assume
13336 window doesn't need scrolling.
13337
133382008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13339
13340 * config.in: Regenerate.
13341
13342 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13343 (mostlyclean): Don't delete *.d under NS.
13344
13345 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13346
133472008-08-06 Kenichi Handa <handa@m17n.org>
13348
13349 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13350
133512008-08-06 Andreas Schwab <schwab@suse.de>
13352
13353 * config.in: Regenerate.
13354
133552008-08-05 Chong Yidong <cyd@stupidchicken.com>
13356
13357 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13358 forcing a window start.
13359
13360 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13361 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13362
133632008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13364
13365 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13366 argument.
13367
133682008-08-05 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13371 <scroll-down-aggressively, before-change-functions>:
13372 <after-change-functions>: Reflow docstrings.
13373
133742008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 13375 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
13376
13377 Dock menu customization, based on a patch by Ken Raeburn, plus some
13378 other fixes.
13379 * nsmenu.m (dockMenu): New variable.
13380 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13381
13382 * nsterm.h (dockMenu): Declare.
13383
13384 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13385 (ns_term_init): Initialize dockMenu.
13386 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13387 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13388 left.
13389
13390 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13391
133922008-08-04 Chong Yidong <cyd@stupidchicken.com>
13393
13394 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13395
13396 * config.in: Regenerate.
13397
133982008-08-04 Seiji Zenitani <zenitani@mac.com>
13399
13400 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13401
134022008-08-04 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13405
134062008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13407
13408 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13409
13410 * keyboard.h: Comment an #endif.
13411
13412 * lisp.h (have_menus_p): Adjust comment.
13413
13414 * menu.c (find_and_return_menu_selection): Fix comparison with
13415 client_data.
13416
13417 * nsmenu.m (popup_activated_flag): New variable.
13418 (popup_activated): New function.
13419 (menu-or-popup-active-p): New exported lisp definition.
13420 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13421 when popup done.
13422 (ns_popup_dialog): Set popup_activated_flag.
13423
13424 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13425 version for GNUstep (handled by conditional typedef in nsterm.m).
13426 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13427 in rgb.txt).
13428
13429 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13430
13431 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13432
13433 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13434
13435 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13436 shortcircuit if popup_activated like GTK and X toolkit.
13437
13438 * m/inter386.h: Change DARWIN to DARWIN_OS.
13439
13440 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13441 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13442 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13443 comment on NO_SOCK_SIGIO.
13444
134452008-08-03 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * nsterm.m (windowDidResize): Remove stopModal call.
13448
134492008-08-03 Andreas Schwab <schwab@suse.de>
13450
13451 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13452 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13453
134542008-08-02 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13457 Don't use uninitialized pointer variable when using getrlimit.
13458
134592008-08-02 Jason Rumney <jasonr@gnu.org>
13460
13461 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13462
134632008-08-02 Eli Zaretskii <eliz@gnu.org>
13464
13465 * alloc.c (NSTATICS): Bump to 0x640.
13466
13467 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13468
13469 * lisp.h: Add prototype for directory_files_internal.
13470
13471 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13472 New functions.
13473 (syms_of_process): Defsubr them. Add initializations for various
13474 Q* symbols used in procfs_system_process_attributes.
13475 (procfs_list_system_processes, procfs_system_process_attributes)
13476 [HAVE_PROCFS]: New functions.
13477 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13478 (procfs_get_total_memory): New functions.
13479
134802008-08-01 Juanma Barranquero <lekktu@gmail.com>
13481
13482 * xfaces.c (Fx_load_color_file): Fix previous change;
13483 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13484
134852008-08-01 Michael Albinus <michael.albinus@gmx.de>
13486
13487 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13488
134892008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13490
13491 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13492
134932008-08-01 Chong Yidong <cyd@stupidchicken.com>
13494
13495 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13496
13497 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13498 define NSApplicationDelegateReplySuccess.
13499 (EmacsView -converstationIdentifier): Use long instead of
13500 NSInteger for GNUstep, since it doesn't have NSInteger.
13501
13502 * xmenu.c: Revert last change.
13503
13504 * keyboard.h: Fix last change.
13505
135062008-08-01 Juanma Barranquero <lekktu@gmail.com>
13507
13508 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13509 on Windows.
13510
135112008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13512
13513 Warning clearing and clean-up in NS port.
13514 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13515 Add prototypes.
13516 * nsgui.h (FACE_DEFAULT): Remove, unused.
13517 (XGCValues): Change colors to unsigned long.
13518 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13519 nsterm.m.
13520 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13521 (ns_list_fonts): Remove, unused.
13522 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13523 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13524 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13525 (nsfont_draw): Compare face colors to 0, not nil.
13526 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13527 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13528 (-addSubmenuWithTitle:): Use NSMenuItem class.
13529 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13530 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13531 (ns_clip_to_row): Make gc arg a BOOL.
13532 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13533 ns_clip_to_row() call.
13534 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13535 used). Cast FRAME_FONT assignments.
13536 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13537 (ns_string_to_lispmod): Change arg to const char.
13538 (ns_term_init): Use NSMenuItem class.
13539 (EmacsApp -openFile:): Move to different section of file.
13540 (EmacsApp -application:openFiles:): Don't return a value, call
13541 -replyToOpenOrPrint:.
13542 (EmacsView -keyDown:): Fix up cast.
13543 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13544 (EmacsView -menuDown:): Cast tag in call to
13545 find_and_call_menu_selection().
13546 (ns_list_fonts): Remove, unused.
13547 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13548 (ns_fontname_to_xlfd): Make static.
13549 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13550 Remove prototypes (now in keyboard.h).
13551 (next_menubar_widget_id): Remove, unused.
13552 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13553 Remove prototypes (now in keyboard.h).
13554 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13555
135562008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13557
13558 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13559 (floatfns.o): Depend on syssignal.h.
13560 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13561
13562 * systty.h: Fix previous change that removed BSD_TERMIOS.
13563 Add comments to #ifdefs.
13564
135652008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13566
13567 * w32fns.c (w32-load-color-file): Remove.
13568 (x-open-connection): Use renamed Fx_load_color_file.
13569 * xfaces.c (x-load-color-file): Add.
13570 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13571 Emacs.clr.
13572 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13573
135742008-07-31 Michael Albinus <michael.albinus@gmx.de>
13575
13576 * dbusbind.c (Fdbus_call_method_asynchronously)
13577 (Fdbus_method_error_internal): New defuns.
13578 (xd_read_message): Handle also reply messages.
13579 (Vdbus_registered_functions_table): Extend docstring.
13580
135812008-07-31 Juanma Barranquero <lekktu@gmail.com>
13582
13583 * keyboard.c (gobble_input): Fix previous change.
13584
135852008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13586
13587 * bitmaps/README:
13588 * xfns.c:
13589 * termcap.c:
13590 * term.c:
13591 * syswait.h:
13592 * systty.h:
13593 * systime.h:
13594 * syssignal.h:
13595 * sysdep.c:
13596 * process.h:
13597 * process.c:
13598 * print.c:
13599 * ndir.h:
13600 * lread.c:
13601 * keyboard.c:
13602 * getpagesize.h:
13603 * floatfns.c:
13604 * fileio.c:
13605 * emacs.c:
13606 * doc.c:
13607 * dispnew.c:
13608 * dired.c:
13609 * data.c:
13610 * callproc.c:
13611 * buffer.c:
13612 * README:
13613 * Makefile.in:
13614 * s/template.h:
13615 * s/msdos.h:
13616 * m/vax.h: Remove VMS support.
13617 * s/vms.h:
13618 * vlimit.h:
13619 * uaf.h:
13620 * temacs.opt:
13621 * param.h:
13622 * ioctl.h: Remove file.
13623
136242008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13625
13626 * s/ms-w32.h (MULTI_KBOARD): Remove.
13627 * xterm.c:
13628 * xselect.c:
13629 * xfns.c:
13630 * window.c:
13631 * w32term.c:
13632 * w32fns.c:
13633 * terminal.c:
13634 * termhooks.h:
13635 * term.c:
13636 * sysdep.c:
13637 * keyboard.h:
13638 * keyboard.c:
13639 * frame.h:
13640 * frame.c:
13641 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13642 * config.in: Regenerate.
13643
136442008-07-30 Jason Rumney <jasonr@gnu.org>
13645
13646 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13647
13648 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13649 (w32font_open_internal): Get unicode version of textmetrics.
13650 Don't enable or disable glyph indices here.
13651 (w32font_open): Disable use of glyph indices.
13652
13653 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13654
136552008-07-30 Chong Yidong <cyd@stupidchicken.com>
13656
13657 * minibuf.c (Vread_buffer_function): Doc fix.
13658
136592008-07-30 John Paul Wallington <jpw@pobox.com>
13660
13661 * minibuf.c (read_buffer_completion_ignore_case): New var.
13662 (Fread_buffer): Use it.
13663
136642008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13665
13666 * systty.h (sensemode): Remove empty #if. Remove reference to
13667 BSD_TERMIOS, unused.
13668
13669 * sysdep.c: Remove reference to DGUX.
13670 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13671
13672 * config.in: Regenerate.
13673
136742008-07-30 Jason Rumney <jasonr@gnu.org>
13675
13676 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13677
136782008-07-29 Jason Rumney <jasonr@gnu.org>
13679
13680 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13681 is populated.
13682 (uniscribe_encode_char): Always use uniscribe.
13683 Avoid using context if cache is populated.
13684
136852008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13686
13687 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13688 open menu.
13689
13690 * gtkutil.c (menu_nav_ended): Remove.
13691 (create_menus): Remove signal connect for menu_nav_ended.
13692
136932008-07-28 Chong Yidong <cyd@stupidchicken.com>
13694
13695 * xdisp.c (redisplay_window): Check return value of
13696 compute_window_start_on_continuation_line before forcing a window
13697 start.
13698
136992008-07-28 Jason Rumney <jasonr@gnu.org>
13700
13701 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13702
13703 * w32term.c (w32_enable_unicode_output, cleartype_active):
13704 Remove obsolete display options.
13705 (x_draw_glyph_string_background): Don't use old cleartype_active
13706 workaround.
13707 (w32_initialize): Remove cleartype_active initialization.
13708 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13709
137102008-07-28 Andreas Schwab <schwab@suse.de>
13711
13712 * lisp.h (init_weak_hash_tables, syms_of_font)
13713 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13714 (remove_hash_entry): Don't declare.
13715 * eval.c (maybe_call_debugger): Make static and move before use.
13716 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13717 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13718 * xterm.h (x_set_frame_alpha): Declare.
13719
137202008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13721
13722 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13723 (create_menus): Connect selection-done to menu_nav_ended.
13724
137252008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13726
13727 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13728 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13729 parameter with read of 'alpha' one.
13730 (Qns_frame_parameter): Remove.
5582fbc7 13731 * nsselect.m (selection-coding-system)
aac0c6e3
MR
13732 (next-selection-coding-system, Vselection_coding_system)
13733 (Vnext_selection_coding_system): Drop.
13734
137352008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13736
13737 * nsfns.m (do-applescript, do_applescript): Rename to
13738 ns-do-applescript, ns_do_applescript, and move within file.
13739
137402008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13741
13742 Remove support for Mac Carbon.
13743 * mactoolbox.c:
13744 * macterm.h:
13745 * macterm.c:
13746 * macselect.c:
13747 * macmenu.c:
13748 * macgui.h:
13749 * macfns.c:
13750 * mac.c: Remove file.
13751 * s/darwin.h:
13752 * m/intel386.h:
13753 * xfaces.c:
13754 * xdisp.c:
13755 * window.c:
13756 * tparam.c:
13757 * termhooks.h:
13758 * termcap.c:
13759 * term.c:
13760 * syssignal.h:
13761 * sysselect.h:
13762 * sysdep.c:
13763 * process.c:
13764 * lread.c:
13765 * lisp.h:
13766 * keyboard.c:
13767 * image.c:
13768 * fringe.c:
13769 * frame.h:
13770 * frame.c:
13771 * fontset.c:
13772 * font.h:
13773 * font.c:
13774 * fns.c:
13775 * fileio.c:
13776 * emacs.c:
13777 * dispnew.c:
13778 * dispextern.h:
13779 * config.in:
13780 * atimer.c:
2ae37cf0 13781 * Makefile.in: Remove code for Carbon.
aac0c6e3 13782
f0131492 137832008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
13784
13785 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13786
137872008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13788
13789 * macterm.h (kCGBitmapByteOrder32Host): New define for
13790 non-universal SDKs.
13791
13792 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13793 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13794
13795 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13796 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13797
137982008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13799
13800 * w32inevt.c: Include dispextern.h.
13801
138022008-07-26 Andreas Schwab <schwab@suse.de>
13803
13804 * print.c (print_object): Fix off-by-one in last change.
13805
138062008-07-25 Juanma Barranquero <lekktu@gmail.com>
13807
13808 * term.c (syms_of_term): Don't initialize default_orig_pair,
13809 default_set_foreground and default_set_background on Windows.
13810
138112008-07-25 Jason Rumney <jasonr@gnu.org>
13812
13813 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13814 ScriptItemize. Clean up return value checking. Remove unused
13815 variables.
13816 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13817 shaping engine.
13818
13819 * w32font.c (w32font_has_char): Handle the case where we can't
13820 determine the script for a character.
13821
138222008-07-25 Chong Yidong <cyd@stupidchicken.com>
13823
13824 * term.c (syms_of_term): Initialize default_orig_pair,
13825 default_set_foreground, and default_set_background.
13826
13827 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13828 clash (bug#86).
13829 (getloadavg): Callers changed.
13830
13831 * image.c (svg_load_image): Fix last change.
13832 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13833 image size is valid. Use g_object_unref instead of deprecated
13834 rsvg_handle_free to free rsvg handle.
13835 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13836
138372008-07-25 Jason Rumney <jasonr@gnu.org>
13838
13839 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13840 surrogates before looking up glyph index.
13841 (w32font_text_extents): Encode as surrogates if falling back to
13842 functions that need UTF-16 wide chars.
13843
13844 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13845 BMP as surrogates before looking up glyph index.
13846
138472008-07-25 Chong Yidong <cyd@stupidchicken.com>
13848
13849 * image.c (svg_load_image): Check for failure in return value of
13850 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13851
138522008-07-25 Jason Rumney <jasonr@gnu.org>
13853
13854 * w32font.c (Fx_select_font): Reverse sense of second arg.
13855
138562008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13859 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13860
13861 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13862 (PURESIZE): Use it.
13863
138642008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13865
13866 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13867 * m/alpha.h (TEXT_END):
13868 * m/ibmrs6000.h (TEXT_END):
13869 * m/macppc.h (TEXT_END):
13870 * s/darwin.h (TEXT_END):
13871 * s/msdos.h (TEXT_END): Remove, unused.
13872 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13873 * s/cygwin.h: Remove comment.
13874
13875 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13876 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13877 * m/intel386.h (DOT_GLOBAL_START):
13878 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13879 (USG): Remove, file not used on USG platforms.
13880
13881 * Makefile.in (HAVE_X11): Remove empty #else.
13882
138832008-07-24 Andreas Schwab <schwab@suse.de>
13884
13885 * fileio.c (Finsert_file_contents): Properly adjust undo list
13886 after format conversion.
13887
138882008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13889
13890 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13891 (menu_nav_ended): Remove.
13892 (create_menus): Remove signal connect for menu_nav_ended.
13893 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13894 create_menus.
13895 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13896
138972008-07-23 Jason Rumney <jasonr@gnu.org>
13898
13899 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13900 with opened font.
13901 (w32font_open): Set font type to gdi.
13902
13903 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13904
139052008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13906
13907 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13908 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13909 defines it.
13910 * unexec.c (ADDR_CORRECT): Define unconditionally.
13911
13912 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13913
13914 * unexec.c: Remove code depending on !COFF and USG, the file is
13915 not used for such systems.
13916
13917 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13918 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13919 (LD_SWITCH_SYSTEM_1): Remove, update users.
13920
13921 * s/darwin.h (DATA_END):
13922 * m/intel386.h (DATA_END):
13923 * m/ibmrs6000.h (DATA_END):
13924 * m/alpha.h (DATA_END): Remove, unused.
13925
13926 * config.in: Regenerate.
13927 * s/ms-w32.h (subprocesses): Define unconditionally.
13928 * s/template.h (subprocesses): Update comment.
13929 * s/vms.h (subprocesses):
13930 * s/usg5-4.h (subprocesses):
13931 * s/hpux10-20.h (subprocesses):
13932 * s/gnu-linux.h (subprocesses):
13933 * s/cygwin.h (subprocesses):
13934 * s/bsd-common.h (subprocesses):
13935 * s/aix4-2.h (subprocesses):
13936 * s/darwin.h (subprocesses): Do not define, defined by default now.
13937
13938 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13939 Remove all references.
13940 (temacs): Add GNUstep specific ld flags.
13941
13942 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13943 similarly to what X does.
13944
139452008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13946
13947 * nsfns.m (x-list-fonts): Remove.
13948 (syms_of_nsfns): Drop the x-list-fonts declaration.
13949 * nsterm.m: Get rid of remaining "//" comments.
13950
139512008-07-22 Chong Yidong <cyd@stupidchicken.com>
13952
13953 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13954
13955 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13956 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13957 (Fns_own_selection_internal, Fx_disown_selection_internal)
13958 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13959
13960 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13961 ... */' style of docstrings. Doc fixes.
13962
139632008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13964
13965 * terminfo.c (UP, BC, PC): Undo previous change.
13966
13967 * nsfns.m: Rename ns prefixed functions/variables to the
13968 corresponding x versions. Update references.
13969
139702008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13973
139742008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13975
13976 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13977 Remove forwarding functions.
13978 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13979 non-static.
13980 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13981 non-static.
13982 (ns_frame_parm_handlers): Use the new names.
13983 (syms_of_nsfns): Move to the end of file.
13984
13985 * nsterm.m (syms_of_nsterm): Move to the end of file.
13986
13987 * dispnew.c (init_display): Remove code for X10.
13988
139892008-07-22 Jason Rumney <jasonr@gnu.org>
13990
13991 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13992 bare drive.
13993
139942008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13995
13996 * nsterm.m (syms_of_nsterm): Remove debugging println.
13997
139982008-07-22 David Reitter <david.reitter@gmail.com>
13999
14000 * nsfns.m (do_applescript, F_do_applescript): NS version of the
14001 Carbon implementation of the same functionality: execute arbitrary
14002 AppleScript code.
14003
140042008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
14005
14006 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14007 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14008 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14009 (Fx_display_mm_height, Fx_display_mm_width)
14010 (Fx_display_backing_store, Fx_display_visual_class)
14011 (Fx_display_save_under, Fx_open_connection)
14012 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14013 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14014 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14015 (Fx_display_pixel_width, Fx_display_pixel_height)
14016 (Fx_display_usable_bounds, Fx_display_planes)
14017 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14018 ... */' style of docstrings.
14019
140202008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
14021
14022 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14023 on this platform.
14024 (mips):
14025 * m/iris4d.h (mips): Do not define.
14026 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14027
14028 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14029
14030 * image.c:
14031 * nsfns.m:
14032 * nsselect.m:
14033 * nsterm.h:
14034 * nsterm.m: Rename ns prefixed functions/variables to the
14035 corresponding x versions. Update references.
14036
14037 * m/ibms390x.h (NO_REMAP): Do not undefine.
14038
14039 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14040
140412008-07-21 Chong Yidong <cyd@stupidchicken.com>
14042
14043 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14044 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14045 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14046 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14047 (Fns_display_mm_height, Fns_display_mm_width)
14048 (Fns_display_backing_store, Fns_display_visual_class)
14049 (Fns_display_save_under, Fns_open_connection)
14050 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14051 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14052 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14053 (Fns_display_pixel_width, Fns_display_pixel_height)
14054 (Fns_display_usable_bounds, Fx_display_planes)
14055 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14056
140572008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
14058
14059 * print.c (print_object): Check print_depth before searching for
14060 circularities.
14061
140622008-07-21 Michael Albinus <michael.albinus@gmx.de>
14063
14064 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14065 only sprintf.
14066
140672008-07-21 Kenichi Handa <handa@m17n.org>
14068
14069 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14070
140712008-07-20 Andreas Schwab <schwab@suse.de>
14072
14073 * syntax.c (find_start_pos, find_start_value)
14074 (find_start_value_byte, find_start_begv, find_defun_start)
14075 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14076
140772008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14078
14079 * s/sol2-3.h: Insert contents of s/sol2.h.
14080 (LD_SWITCH_SYSTEM): Remove redundant definition.
14081 * s/sol2.h: Remove, unused.
14082
140832008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14084
14085 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14086
140872008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14088
14089 * Makefile.in (ns_appdir): Fix typo in find command.
14090
140912008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14092
14093 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14094
14095 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14096 added not supported anymore.
14097
14098 * s/usg5-4-2.h (LIBS_SYSTEM):
14099 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14100
14101 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14102 * s/lynxos.h (GETPGRP_NO_ARG):
14103 * s/hpux10-20.h (NO_SIOCTL_H):
14104 * s/gnu.h (GETPGRP_NO_ARG):
14105 * s/gnu-linux.h (NO_SIOCTL_H):
14106 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14107 * s/cygwin.h (GETPGRP_NO_ARG):
14108 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14109 (C_DEBUG_SWITCH): Remove duplicate definition.
14110
14111 * m/ibms390.h: Remove boilerplate comments.
14112
14113 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14114
14115 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14116 (wait_reading_process_output): Remove code for SunOS, platform not
14117 supported anymore. Use SOLARIS2 instead of sun.
14118
141192008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14120
14121 * font.c (font_open_by_name): Under NS, default lface height to zero.
14122 (font_open_for_lface): Under NS, set size based on frame fontsize.
14123 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14124 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14125
141262008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14127
14128 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14129 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14130 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14131 YES/NO.
14132 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14133 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14134 * Makefile.in (clean): Clear out build destination dir.
14135
141362008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14137
14138 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14139 xterm, xselect.
14140 * lisp.h: Remove declaration of hash_remove.
14141 * nsgui.h: Remove redefinitions of hash_remove.
14142 * fns.c (hash_remove): Rename to hash_remove_from_table.
14143
141442008-07-19 Seiji Zenitani <zenitani@mac.com>
14145
14146 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14147 strdup() the family UTF8String before modifying it.
14148
141492008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14150
14151 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14152 NS_FACE_BACKGROUND with 0 instead of nil.
14153 * nsfont.m (nsfont_draw): Same.
14154
141552008-07-19 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * nsfns.m (ns_set_background_color): Fix crash.
14158
141592008-07-18 Chong Yidong <cyd@stupidchicken.com>
14160
14161 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14162
141632008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14164
14165 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14166
141672008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14168
14169 * gtkutil.c: Include <config.h> instead of "config.h".
14170
14171 * lisp.h (Foverlay_buffer): Add EXFUN.
14172
14173 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14174 child process to complete child_setup. Undo 2005-09-21 change.
14175
14176 * s/darwin.h: Mention setsid after vfork.
14177
141782008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14179
14180 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14181 Depend on macgui.h.
14182
14183 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14184 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14185
14186 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14187 and f19.
14188 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14189
14190 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14191 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14192 Remove enumerators.
14193
14194 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14195 Check if FACE_FROM_ID returns NULL.
14196
141972008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14198
14199 * w32inevt.c (change_frame_size): Remove extern declaration.
14200 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14201 change_frame_size.
14202
142032008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14204
14205 * getloadavg.c: Revert last change (2008-07-15).
14206
142072008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14208
14209 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 14210 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
14211 from configure.
14212
142132008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14214
14215 * s/sol2.h:
14216 * s/sol2-4.h: Reorganize conditionals.
14217
14218 * ecrt0.c: Remove code depending on m68000, not used anymore.
14219
14220 * fns.c (hash_remove): Make static.
14221 * lisp.h (hash_remove): Don't prototype.
14222
14223 * m/ibmrs6000.h:
14224 * m/ibms390x.h:
14225 * m/macppc.h: Remove boilerplate comments.
14226
14227 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14228 Solaris, which does not need them.
14229
14230 * m/vax.h: Remove comments about unsupported systems.
14231
14232 * s/darwin.h: Reorganize ifdefs.
14233
142342008-07-17 Andreas Schwab <schwab@suse.de>
14235
14236 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14237
142382008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 Use SDATA. Follow coding convention of placing operators at
14241 beginning of next line rather than end of previous line, and placing
14242 spaces around infix operators.
14243
14244 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14245 in case it was defined already.
14246 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14247 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14248 ns_default.
14249 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14250 Lisp_Objects.
14251 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14252 (ns_defined_color, ns_color_to_lisp): Declare.
14253 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14254 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14255 it's accepted even with USE_LISP_UNION_TYPE.
14256 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14257 (update_frame_tool_bar): Remove apparently obsolete tests for
14258 non-integerness of f->tool_bar_lines.
14259 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14260 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14261 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14262 (nsfont_open): Don't confuse NULL for Qnil.
14263 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14264 * menu.h (find_and_call_menu_selection):
14265 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14266 (find_and_return_menu_selection): Always return something.
14267 * frame.h: Include dispextern.h for Display_Info.
14268 (display_x_get_resource): Declare.
14269
142702008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14271
14272 * syntax.c: Remove stdio.h include accidentally introduced in
14273 Emacs.app commit.
14274 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14275 NS_IMPL_COCOA.
14276 * keyboard.c (handle_async_input, input_available_signal): Remove
14277 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14278
142792008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14282 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14283 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14284 Use SDATA.
14285
14286 * keymap.c: Remove all NS-specific code.
14287 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14288 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14289 where_is_preferred_modifier, return a different value depending on how
14290 preferred is the binding.
14291 (where_is_internal): Adjust accordingly.
14292 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14293 Adjust to new preferred_sequence_p.
14294 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14295 * keyboard.c (parse_solitary_modifier): Not static any more.
14296 * keyboard.h (parse_solitary_modifier): Declare.
14297
142982008-07-16 Andreas Schwab <schwab@suse.de>
14299
14300 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14301 of easymenu.
14302
143032008-07-16 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14306 that we don't move off the line.
14307
143082008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * keyboard.c (Qsuper): Remove.
14311 (parse_menu_item): Don't call where_is_internal specially for NS.
14312
143132008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14314
14315 * s/gnu-linux.h: Remove boilerplate comments.
14316
14317 * m/alpha.h (__ELF__): Consolidate conditions.
14318
14319 * m/m68k.h (linux): Use GNU_LINUX instead.
14320 Remove boilerplate comments.
14321
14322 * m/intel386.h: Undo refactoring from previous change.
14323 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14324 too, remove dead code.
14325 (linux): Use GNU_LINUX instead.
14326
143272008-07-16 Jason Rumney <jasonr@gnu.org>
14328
14329 * w32gui.h: Repeat 26 June changes lost by last change.
14330
143312008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14332
14333 * systty.h: Remove code for Aix on 386, unsupported platform.
14334
14335 * s/ms-w32.h: Remove boilerplate comments.
14336 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14337
14338 * s/gnu-linux.h (TERM): Remove support.
14339 (HAVE_SYSVIPC): Remove, unused.
14340 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14341 for this system.
14342
14343 * process.c: Remove support for IRIS, unused.
14344 Remove support for TERM, not relevant anymore.
14345
14346 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14347 used with the definition.
14348
14349 * s/aix4-2.h (static): Do not undef.
14350
14351 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14352 only used on Aix.
14353 (HAVE_SYSVIPC): Remove, unused.
14354
14355 * m/hp800.h (CANNOT_DUMP): Do not undef.
14356
14357 * m/alpha.h: Fix comment.
14358
14359 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14360 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14361 used by this configuration.
14362 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14363 * unexec.c: Remove code depending on HPUX and
14364 USG_SHARED_LIBRARIES, not used with this file. Remove code
14365 depending on IRIS, unused. Remove if 0-ed code.
14366
14367 * s/template.h: Remove comments about static.
14368
14369 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14370 Remove if 0-ed code.
14371 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14372 were the same as the default.
14373 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14374 Remove boilerplate comments.
14375 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14376 (HAVE_SYSVIPC): Remove, unused.
14377 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14378
14379 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14380 Remove boilerplate comments.
14381 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14382 Remove boilerplate comments.
14383 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14384 Remove boilerplate comments.
14385 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14386
14387 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14388 USG systems which do not use DATA_SEG_BITS.
14389 Refactor code. Remove boilerplate comments.
14390
14391 * m/ibms390.h:
14392 * m/m68k.h:
14393 * s/bsd-common.h:
14394 * s/cygwin.h:
14395 * s/darwin.h:
14396 * s/freebsd.h:
14397 * s/gnu.h:
14398 * s/msdos.h: Remove boilerplate comments.
14399
14400 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 14401 do not use this file.
aac0c6e3
MR
14402 (IRIS_4D): Remove, unused.
14403
14404 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 14405 do not use this file.
aac0c6e3
MR
14406 (SIGN_EXTEND_CHAR):
14407 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14408 * unexmips.c: Remove file, unused.
14409
14410 * editfns.c (Fuser_full_name): Replace the only use of
14411 USER_FULL_NAME with its value.
14412 * config.in: Regenerate.
14413
144142008-07-16 David Reitter <david.reitter@gmail.com>
14415
14416 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14417 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14418
144192008-07-16 Glenn Morris <rgm@gnu.org>
14420
14421 * emacs.c (system-type): Doc fix.
14422
144232008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14426 If the cache doesn't work, let's fix it, rather than work around it.
14427
144282008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14429
14430 * Makefile.in: Correct additions for nsfont.o in last commit.
14431 * nsfont.m: New file (forgot last commit).
14432
144332008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14434
14435 * callproc.c (set_initial_environment): Initialize
14436 Vprocess_environment under CANNOT_DUMP (fixes crash when
14437 batch-compiling for bootstrap).
14438
144392008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 14440 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 14441
c4cc8b9a
JB
14442 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14443 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
14444
144452008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14446
14447 Changes and additions for NeXTstep windowing system (Cocoa and
14448 GNUstep) support.
14449
14450 * Makefile.in:
14451 * config.in: Support defines and build commands for NS port.
14452 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14453 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14454 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14455 windowing.
14456 (struct face): Add synth_ital field.
14457 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14458 (init_display): Initialize Vinitial_window_system to "ns" when so
14459 compiled.
14460 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14461 (display_arg): Use under NS.
14462 (main): Under NS, allocate autorelease pool and handle command line
14463 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14464 (standard_args): Add NS-specific args.
14465 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14466 * font.c (DEFAULT_ENCODING): New variable.
14467 (font_find_for_lface): Use it.
14468 (syms_of_font): Load syms_of_nsfont under NS.
14469 * font.h: Declare nsfont_driver when compiled under NS.
14470 * fontset.c: When compiling under NS, include nsterm.h.
14471 (fontset_from_font): Autoconstruct fontset under NS.
14472 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14473 symbol, document and use it.
14474 (do_switch_frame): When for_deletion under Cocoa, add
14475 Fraise_frame(Qnil).
14476 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14477 (x_get_arg): Allow "yes" and "no" as boolean values.
14478 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14479 Qright under Cocoa.
14480 (focus-follows-mouse): Default to 0 under NS.
14481 * frame.h (enum output_method): Add output_ns.
14482 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14483 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14484 (FRAME_WINDOW_P): NS-specific definition.
14485 * fringe.c (max_used_fringe_bitmap): Make public.
14486 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14487 (getloadavg): Use NeXT code under descendant OS's.
14488 * image.c (includes and header section, x_create_bitmap_from_data)
14489 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14490 (image_background_transparent, x_clear_image_1)
14491 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14492 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14493 (x_to_xcolors, x_from_xcolors, x_disable_image)
14494 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14495 other GUIs, including XPM support using code originally written for
14496 Carbon GUI.
14497 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14498 using NS API.
14499 (image_ascent): Use font metrics macros instead of direct struct field
14500 access.
14501 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14502 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14503 Also, handle NS as GTK for menu bar purposes.
14504 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14505 toolkit where they differ.
14506 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14507 use cachelist, still needed under NS.
14508 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14509 (struct widget_value): Define it here for menu.c.
14510 * keymap.c (includes): Include modifier internals.
14511 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14512 NS.
14513 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14514 support for preferring sequences using certain modifiers, specified by
14515 the FIRSTONLY argument.
14516 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14517 under NS GNUstep implementation.
14518 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14519 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14520 * menu.c: Include nsterm.h under NS.
14521 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14522 (free_menubar_widget_tree_value, update_submenu_strings)
14523 (find_and_call_menu_selection): Treat NS as X and NT.
14524 (find_and_return_menu_selection): New function, used for popup menus.
14525 * nsgui.h:
14526 * nsterm.h:
14527 * nsfns.m:
14528 * nsimage.m:
14529 * nsmenu.m:
14530 * nsselect.m:
14531 * nsterm.m: New files.
14532 * process.c (wait_reading_process_output): Under NS, call ns_select()
14533 instead of plain select().
14534 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14535 beginning of buffer.
14536 * sysselect.h (init_process): Rename when compiling under Cocoa to
14537 avoid name conflict.
14538 * termhooks.h (display_info): Add ns_display_info to union.
14539 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14540 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14541 COCOA environment.
14542 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14543 unexec() signature. (Note, this will dump, but the resulting file
14544 crashes; unexosx is used instead; keeping around for reference and
14545 possible aid in getting dump working under GNUstep.)
14546 * w32gui.h (button_type, widget_value): Remove definitions (now in
14547 keyboard.h).
14548 * window.c: Include nsterm.h when compiling under NS.
14549 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14550 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14551 other GUI windowing systems.
14552 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14553 GTK.
14554 (x_consider_frame_title): Under NS, set icon type and frame
14555 modified-state indicator; use ns_set_name_as_filename() when using
14556 formatted title.
14557 (update_window_cursor): Make public when compiling under NS.
14558 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14559 (hourglass_atimer, Vhourglass_delay
14560 * xfaces.c (header section, init_frame_faces, clear_font_table)
14561 (defined_color, unload_color, x_face_list_fonts)
14562 (prepare_face_for_display): Add NS support parallel to other GUIs.
14563 Emulate GCs like other non-X GUIs.
14564 (split_font_name): Don't lowercase font name under NS.
14565 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14566 under NS.
14567 * s/darwin.h: Add support for compilation under NS.
14568
145692008-07-15 Jason Rumney <jasonr@gnu.org>
14570
14571 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14572 (w32_show_hourglass): Rename from show_hourglass.
14573 (w32_hide_hourglass): Rename from hide_hourglass.
14574 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14575 (Vhourglass_delay): Declare extern.
14576 (hourglass_started): Remove.
14577
14578 * xdisp.c (Vhourglass_delay): Remove static.
14579 (hourglass_started, start_hourglass, cancel_hourglass):
14580 Don't include these versions on WINDOWSNT.
14581
145822008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14583
14584 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14585 variables (formerly in xfns.c).
14586 (show_hourglass, hide_hourglass): New prototypes (same).
14587 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14588 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14589 in xfns.c).
14590 (syms_of_xdisp): Declare/initialize display-hourglass,
14591 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14592 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14593 formerly in xfns.c.
14594 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14595 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14596 (start_hourglass, cancel_hourglass): Remove.
14597 (show_hourglass, hide_hourglass): Remove prototypes and static
14598 modifiers.
14599 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14600 hourglass_atimer, hourglass_shown_p declaration/initialization.
14601 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14602 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14603 (start_hourglass, cancel_hourglass): Remove.
14604 (show_hourglass, hide_hourglass): Remove prototypes and static
14605 modifiers.
14606 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14607 hourglass_atimer, hourglass_shown_p declaration/initialization.
14608 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14609 (DEFAULT_HOURGLASS_DELAY): Remove.
14610 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14611 hourglass_shown_p declaration/initialization.
14612
146132008-07-14 Jason Rumney <jasonr@gnu.org>
14614
14615 * w32fns.c (w32_get_arg): Remove wrapper function.
14616 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14617 directly.
14618 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14619
146202008-07-14 Kenichi Handa <handa@m17n.org>
14621
14622 * xfont.c (xfont_open): Add workaround for X's bug.
14623
146242008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14625
14626 * fontset.c: Include <stdio.h> unconditionally.
14627
146282008-07-13 Michael Albinus <michael.albinus@gmx.de>
14629
14630 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14631 for filtering.
14632
146332008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14634
14635 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14636
14637 * m/macppc.h:
14638 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14639
c4cc8b9a 14640 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
14641 (SPECIAL_EMACS_INT):
14642 * m/ia64.h (SPECIAL_EMACS_INT):
14643 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14644 * s/gnu.h (NLIST_STRUCT):
14645 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14646 * s/gnu-linux.h (LINUX):
14647 * s/msdos.h (HAVE_FACES):
14648 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14649
14650 * systty.h:
14651 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14652 anymore.
14653
146542008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14655
14656 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14657 always defined as int.
14658
14659 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14660 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14661 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14662 * s/freebsd.h (HAVE_WAIT_HEADER):
14663 * s/bsd-common.h (HAVE_UNION_WAIT):
14664 * s/aix4-2.h (HAVE_WAIT_HEADER):
14665 * m/mips.h (HAVE_UNION_WAIT):
14666 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14667 (COFF, static): Do not define, they are undefined later in the file.
14668
14669 * process.c (update_status): Don't use a union.
14670 (status_convert):
14671 (sigchld_handler): Use int instead of WAITTYPE.
14672
146732008-07-12 Chong Yidong <cyd@stupidchicken.com>
14674
14675 * indent.c (Fvertical_motion): Restore hscroll before moving to
14676 goal column.
14677
146782008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14679
14680 * lisp.h: Remove left over code.
14681
146822008-07-11 Andreas Schwab <schwab@suse.de>
14683
14684 * lisp.h: Fix logic in last change.
14685
14686 * menu.h: New file.
14687 * menu.c: Include it.
14688 * xmenu.c: Likewise.
14689 * Makefile.in: Update dependencies.
14690
146912008-07-11 Kenichi Handa <handa@m17n.org>
14692
14693 * fontset.c (fontset_from_font): Cancel the previous change.
14694
146952008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14696
14697 * lisp.h:
14698 * w32heap.c:
14699 * emacs.c:
14700 * alloc.c: Replace all references of NO_UNION_TYPE with
14701 USE_LISP_UNION_TYPE.
14702
14703 * m/xtensa.h (NO_UNION_TYPE):
14704 * m/vax.h (NO_UNION_TYPE):
14705 * m/template.h (NO_UNION_TYPE):
14706 * m/sparc.h (NO_UNION_TYPE):
14707 * m/mips.h (NO_UNION_TYPE):
14708 * m/macppc.h (NO_UNION_TYPE):
14709 * m/m68k.h (NO_UNION_TYPE):
14710 * m/iris4d.h (NO_UNION_TYPE):
14711 * m/intel386.h (NO_UNION_TYPE):
14712 * m/ibms390x.h (NO_UNION_TYPE):
14713 * m/ibms390.h (NO_UNION_TYPE):
14714 * m/ibmrs6000.h (NO_UNION_TYPE):
14715 * m/ia64.h (NO_UNION_TYPE):
14716 * m/hp800.h (NO_UNION_TYPE):
14717 * m/arm.h (NO_UNION_TYPE):
14718 * m/amdx86-64.h (NO_UNION_TYPE):
14719 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14720 defining it the same.
14721
147222008-07-10 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14725
147262008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14727
14728 * fileio.c:
50426a04 14729 * sysdep.c:
aac0c6e3
MR
14730 * systty.h:
14731 * m/ibmrs6000.h:
14732 * m/iris4d.h:
14733 * s/aix4-2.h:
14734 * s/freebsd.h:
14735 * s/gnu-linux.h:
14736 * s/hpux10-20.h:
14737 * s/hpux11.h:
14738 * s/netbsd.h:
14739 * s/sol2-3.h:
14740 * s/sol2-4.h:
14741 * s/sol2.h:
14742 * s/usg5-4.h:
14743 * s/vms.h: Remove references to unused variables.
14744
147452008-07-10 Andreas Schwab <schwab@suse.de>
14746
14747 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14748 pattern before matching the generic family.
14749
147502008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14751
14752 * unexec.c:
14753 * s/vms.h:
14754 * s/usg5-4-2.h:
14755 * s/sol2-5.h:
14756 * s/freebsd.h:
14757 * s/darwin.h: Remove dead code.
14758
14759 * m/template.h:
14760 * m/sparc.h:
14761 * m/mips.h:
14762 * m/m68k.h:
14763 * m/iris4d.h:
14764 * m/intel386.h:
14765 * m/ibms390x.h:
14766 * m/ibms390.h:
14767 * m/ia64.h:
14768 * m/hp800.h:
14769 * m/arm.h:
14770 * m/amdx86-64.h: Remove dead code and references to unused
14771 and compiler defined symbols.
14772
14773 * unexmips.c:
14774 * unexelf.c: Remove references to desupported systems.
14775
14776 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14777
14778 * m/powermac.h: Remove boilerplate comments.
14779 (NO_REMAP): Remove unused definition.
14780
14781 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14782 define them.
14783
147842008-07-10 Kenichi Handa <handa@m17n.org>
14785
14786 * xfont.c (xfont_open): Log the reason of failure.
14787
147882008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14789
14790 * fontset.c (fontset_get_font_group):
14791 * font.c (font_check_otf): Specify argument types.
14792
147932008-07-09 Kenichi Handa <handa@m17n.org>
14794
14795 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14796 non-ASCII char is found.
14797
14798 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14799 (reorder_font_vector): Change the arg preferred_family to font.
14800 Prefer the spec matching with font.
14801 (fontset_get_font_group): New function.
14802 (fontset_find_font): Change the format of an element of a realized
14803 fontset. Use fontset_get_font_group.
14804 (fontset_font): Try the current fontset, the default fontset, the
14805 fallbacks of the current fontset, and the fallbacks of the default
14806 fontset in this order.
14807 (face_for_char): Delete the shortcut to use the current font.
14808 (fontset_from_font): Don't set fonts for Latin in the fontset.
14809
14810 * font.h (font_make_object, font_match_p): Adjust prototypes.
14811
14812 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14813
14814 * font.c (font_make_object): New arg entity and pixelsize.
14815 (font_check_otf_features, font_check_otf): New functions.
14816 (font_match_p): Check :lang, :script, and :otf properties.
14817
14818 * xfont.c (xfont_open): Adjust it for the change of
14819 font_make_object.
14820 (xfont_text_extents): Fix initial setting of metrics.
14821
14822 * ftfont.c (struct ftfont_info): New member index, delete member
14823 fc_charset_idx. Make the member order compatible with struct
14824 xftfont_info.
14825 (fc_charset_table): Change charset names to registry names.
14826 (ftfont_pattern_entity): Delete the args registry and
14827 fc_charset_idx. Change the value of :font-entity property
14828 to (FONTNAME . INDEX). Always set :registry property to
14829 `iso10646-1'.
14830 (struct ftfont_cache_data): New struct.
14831 (ftfont_lookup_cache): New arg for_face.
14832 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14833 (ftfont_driver): Set the member otf_capability.
14834 (ftfont_get_charset): Adjust it for the change of
14835 fc_charset_table.
14836 (OTF_TAG_SYM): New macro.
14837 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14838 for the change of fc_charset_table.
14839 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14840 ftfont_pattern_entity. Add FC_INDEX to objset.
14841 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14842 and ftfont_pattern_entity.
14843 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14844 font_make_object, struct ftfont_info.
14845 (ftfont_has_char): Use ftfont_get_fc_charset.
14846 (ftfont_otf_features, ftfont_otf_capability): New functions.
14847 (ftfont_shape): Use ftfont_get_otf.
14848 (ftfont_text_extents): Fix initial setting of metrics.
14849
14850 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14851 member order compatible with struct ftfont_info.
14852 (xftfont_open): Add FC_CHARSET to the pattern. Set
14853 xftfont_info->ft_size. Don't unlock the face. Check BDF
14854 properties if appropriate.
14855 (xftfont_close): Unlock the face.
14856 (xftfont_anchor_point, xftfont_shape): Deleted.
14857 (syms_of_xftfont): Don't set members anchor_point and shape of
14858 xftfont_driver.
14859
14860 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14861 font_make_object.
14862
14863 * w32font.c (w32font_open): Adjust it for the change of
14864 font_make_object.
14865 (w32font_open_internal): Don't set properties of font_object here.
14866
148672008-07-08 Chong Yidong <cyd@stupidchicken.com>
14868
14869 * macfns.c (x_create_tip_frame):
14870 * w32fns.c (x_create_tip_frame):
14871 * xfns.c (x_create_tip_frame): Pass parameter argument to
14872 face-set-after-frame-default.
14873
14874 * xfaces.c (Finternal_merge_in_global_face): Save merged
14875 attributes for the default face back into the face vector.
14876
148772008-07-08 Andreas Schwab <schwab@suse.de>
14878
14879 * fontset.h: Declare fontset_from_font. Don't declare
14880 new_fontset_from_font and fontset_from_font_name.
14881 * xterm.c: Include "fontset.h".
14882 * Makefile.in (xterm.o): Update dependencies.
14883
148842008-07-08 Glenn Morris <rgm@gnu.org>
14885
14886 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14887 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14888
148892008-07-07 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14892 (x_set_frame_parameters): Don't bind it.
14893
148942008-07-07 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * w32fns.c (map_w32_filename): Declare extern.
14897
148982008-07-07 Jason Rumney <jasonr@gnu.org>
14899
14900 * w32term.c (WS_EX_LAYERED): Define if not already.
14901
149022008-07-06 Chong Yidong <cyd@stupidchicken.com>
14903
14904 * xfaces.c (set_font_frame_param): Don't try to set the font
14905 parameter if it is still unspecified in the lface.
14906
149072008-07-05 Chong Yidong <cyd@stupidchicken.com>
14908
14909 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14910 face if it didn't already exist.
14911
14912 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14913
149142008-07-05 Andreas Schwab <schwab@suse.de>
14915
14916 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14917
149182008-07-05 Chong Yidong <cyd@stupidchicken.com>
14919
14920 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14921 word-wrapping.
14922 (IT_DISPLAYING_WHITESPACE): New macro.
14923 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14924 when word-wrapping. Simplify word-wrapping logic. Use correct
14925 pixel positions when saving copies of the iterator.
14926 (display_line): Use proper wrap point if the last character on a
14927 line was preceded by whitespace.
14928
149292008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14932
149332008-07-04 Kenichi Handa <handa@m17n.org>
14934
14935 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14936
14937 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14938
149392008-07-02 Jason Rumney <jasonr@gnu.org>
14940
14941 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 14942 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
14943
14944 * xdisp.c (next_element_from_display_vector): Move assignment out
14945 of if statement.
14946
149472008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14948
14949 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14950
14951 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14952 (syms_of_fileio): Initialize and export them.
14953 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14954
14955 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14956 (Fsystem_move_file_to_trash): New function.
14957 (syms_of_w32fns): Export it to lisp.
14958
149592008-07-01 Jason Rumney <jasonr@gnu.org>
14960
14961 * w32font.c (w32font_text_extents): Don't count overhang as part
14962 of width.
14963
149642008-06-30 Miles Bader <miles@gnu.org>
14965
14966 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14967 Add `avoid_cursor_p' field.
14968
14969 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14970 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14971 (append_glyph, append_composite_glyph, produce_image_glyph)
14972 (append_stretch_glyph): Initialize avoid_cursor_p.
14973 (get_it_property): Rename from `get_line_height_property'.
14974 (x_produce_glyphs): Use get_it_property.
14975 (handle_line_prefix, push_display_prop): New functions.
14976 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14977 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14978 New variables.
14979 (syms_of_xdisp): Initialize them.
14980
149812008-06-30 Kenichi Handa <handa@m17n.org>
14982
14983 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14984 XftDefaultSubstitute (they are called in XftFontMatch).
14985 (xftfont_open): Fix args to ftfont_font_format.
14986
14987 * ftfont.c (fc_charset_table): New member lang.
14988 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 14989 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
14990 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14991 (ftfont_open): Fix args to ftfont_font_format.
14992 (ftfont_font_format): New arg filename.
14993
149942008-06-30 Chong Yidong <cyd@stupidchicken.com>
14995
14996 * xfaces.c (Finternal_merge_in_global_face): If default face was
14997 modified, realize it again. Update the font face attribute.
14998
149992008-06-29 Jason Rumney <jasonr@gnu.org>
15000
15001 * w32term.c (x_set_frame_alpha): Fix logic.
15002
150032008-06-29 Kenichi Handa <handa@m17n.org>
15004
15005 * fontset.c (Finternal_char_font): Return font-object instead of
15006 font-name.
15007
15008 * composite.c (get_composition_id): Fix the width calculation for TAB.
15009
150102008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * indent.c (Fvertical_motion): Properly handle float column arg.
15013
150142008-06-28 Jason Rumney <jasonr@gnu.org>
15015
15016 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15017 (pfnSetLayeredWindowAttributes): New function pointer.
15018 (w32_initialize): Initialize it when supported.
15019 (x_set_frame_alpha): New function.
15020
15021 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15022 (w32_frame_parm_handlers): Set alpha handler.
15023
15024 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15025
150262008-06-27 Jason Rumney <jasonr@gnu.org>
15027
15028 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15029 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15030 (w32_to_x_charset, x_to_w32_charset)
15031 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15032 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15033 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15034 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15035 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15036 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15037 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15038 (Qw32_charset_unicode): Remove.
15039 (syms_of_w32fns): Update for above changes.
15040
15041 * w32font.c (w32_to_x_charset, x_to_w32_charset)
15042 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15043 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15044 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15045 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15046 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15047 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15048 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15049 (syms_of_w32font): Update for above changes.
15050
150512008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
15052
15053 * s/usg5-4.h: Fix previous change: keep the correct branch of a
15054 removed #if.
15055 (USG_SHARED_LIBRARIES): Remove duplicate definition.
15056
150572008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 15058 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
15059
15060 * makefile.w32-in (LOCAL_FLAGS):
15061 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15062
15063 * sysdep.c (_spawnlp, _getpid):
15064 Declare with explicit _cdecl instead of _CRTAPI1.
15065
15066 * editfns.c (Fget_internal_run_time):
15067 Check for WINDOWSNT with #ifdef, not #if.
15068
150692008-06-26 Jason Rumney <jasonr@gnu.org>
15070
15071 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15072
15073 * w32term.c (x_draw_glyph_string_foreground)
15074 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15075 Use FONT_HANDLE macro.
15076 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15077
15078 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15079 (uniscribe_encode_char): Use FONT_HANDLE macro.
15080
15081 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15082 (w32font_text_extents): Use precast w32_font.
15083 (w32font_close): Free cached metrics.
15084 (w32font_open_internal): Allocate space for name on stack.
15085
150862008-06-26 Chong Yidong <cyd@stupidchicken.com>
15087
15088 * xdisp.c (extend_face_to_end_of_line): Fix last change.
15089
150902008-06-26 Jason Rumney <jasonr@gnu.org>
15091
15092 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15093 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15094
150952008-06-26 Juanma Barranquero <lekktu@gmail.com>
15096
15097 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15098
150992008-06-26 Jason Rumney <jasonr@gnu.org>
15100
15101 * w32bdf.c, w32bdf.h: Remove obsolete files.
15102
15103 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15104
15105 * w32gui.h: Don't include w32bdf.h.
15106 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15107 Remove obsolete font support.
15108
15109 * w32font.h (struct w32font_info): Remove compat_w32_font.
15110 Add hfont member.
15111 (FONT_COMPAT): Remove obsolete macro.
15112
15113 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15114 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15115 (w32font_open_internal): Remove compat code. Set new hfont member.
15116 (Fx_select_font): Use new hfont member.
15117
15118 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15119 (uniscribe_encode_char): Use new hfont member.
15120
15121 * w32term.c (x_draw_glyph_string_foreground)
15122 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15123 (x_draw_glyph_string): Use metrics in w32font_info.
15124
151252008-06-26 Kenichi Handa <handa@m17n.org>
15126
15127 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15128
151292008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15130
15131 * unexnext.c:
15132 * m/ews4800.h:
15133 * m/hp9000s300.h:
15134 * m/ibm370aix.h:
15135 * m/mips-siemens.h:
15136 * m/ncr386.h:
15137 * m/next.h:
15138 * m/pmax.h:
15139 * m/powerpcle.h:
15140 * m/tandem-s2.h:
15141 * s/386bsd.h:
15142 * s/bsd386.h:
15143 * s/bsd4-1.h:
15144 * s/bsd4-2.h:
15145 * s/bsdos2-1.h:
15146 * s/bsdos2.h:
15147 * s/bsdos3.h:
15148 * s/bsdos4.h:
15149 * s/nextstep.h:
15150 * s/ultrix4-3.h:
15151 * s/usg5-0.h:
15152 * s/usg5-2-2.h:
15153 * s/usg5-2.h:
15154 * s/usg5-4-3.h:
15155 * s/ux4800.h:
15156 * s/uxpds.h:
15157 * s/uxpv.h: Remove support for obsolete systems.
15158 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 15159 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
15160 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15161 Remove, insert contents in s/aix4-2.h.
15162 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15163 * s/bsd4-3.h: Rename to ...
15164 * s/bsd-common.h: ... this.
15165 * data.c:
15166 * doc.c:
15167 * ecrt0.c:
15168 * emacs.c:
15169 * fileio.c:
15170 * floatfns.c:
15171 * keyboard.c:
15172 * mem-limits.h:
15173 * print.c:
15174 * process.c:
15175 * sysdep.c:
15176 * syssignal.h:
15177 * systty.h:
15178 * syswait.h:
15179 * term.c:
15180 * unexec.c:
15181 * unexelf.c:
15182 * unexhp9k800.c:
15183 * m/hp800.h:
15184 * m/ibmrs6000.h:
15185 * m/mips.h:
15186 * m/vax.h:
15187 * s/darwin.h:
15188 * s/freebsd.h:
15189 * s/gnu.h:
15190 * s/ms-w32.h:
15191 * s/msdos.h:
15192 * s/netbsd.h:
15193 * s/template.h: Remove references to obsolete variables.
15194
15195 * Makefile.in: Add dependencies for all unexec files.
15196 (admindir): Remove unused variable.
15197 (UNEXEC_SRC): Remove references.
15198
151992008-06-25 Chong Yidong <cyd@stupidchicken.com>
15200
15201 * xfns.c (x_default_font_parameter): If Xft is available, first
15202 try Monospace-12 for the default font.
15203
152042008-06-25 Jason Rumney <jasonr@gnu.org>
15205
15206 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15207
152082008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15211
15212 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15213
152142008-06-25 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15217 <scroll-conservatively>: Fix typo in docstring.
15218
15219 * xselect.c (Fx_send_client_event): Doc fix.
15220
152212008-06-25 Kenichi Handa <handa@m17n.org>
15222
15223 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15224
15225 * font.c (font_parse_fcname): Remove unused variables.
15226 (font_sort_entites): Delete the arg SPEC. Caller changed.
15227 Fix for the case of ! best_only.
15228 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15229
15230 * lisp.h (Fstring_to_unibyte): EXFUN it.
15231
15232 * character.h (str_to_unibyte): Extern it.
15233
15234 * character.c (str_to_unibyte): New function.
15235
15236 * fns.c (Fstring_to_unibyte): New function.
15237 (syms_of_fns): Defsubr it.
15238
152392008-06-24 Kenichi Handa <handa@m17n.org>
15240
15241 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15242 DPI too.
15243 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15244
152452008-06-24 Andreas Schwab <schwab@suse.de>
15246
15247 * Makefile.in (${lispsource}loaddefs.el): Rename from
15248 ../lisp/loaddefs.el.
15249 (bootstrap-clean): Do what distclean does but don't remove
15250 Makefile.
15251 (distclean): Depend on bootstrap-clean and remove Makefile.
15252
152532008-06-24 Chong Yidong <cyd@stupidchicken.com>
15254
15255 * buffer.h (struct buffer): New member word_wrap.
15256
15257 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15258 word-wrap.
15259 (init_buffer_once): Initialize them.
15260
15261 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15262 line_wrap enum possessing three possible values.
15263
15264 * termopts.h: Replace truncate_partial_width_windows with
15265 Vtruncate_partial_width_windows.
15266
15267 * dispnew.c (direct_output_for_insert): Avoid direct output when
15268 inserting a space with word wrap on.
15269
15270 * indent.c (compute_motion): Obey integer values of
15271 truncate-partial-width-windows.
15272
15273 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15274 replacing truncate_partial_width_windows.
15275 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15276 truncate only if the window width is below that integer.
15277 (start_display, resize_mini_window, produce_stretch_glyph)
15278 (display_string, move_it_in_display_line_to): Use line_wrap.
15279 (back_to_previous_visible_line_start, reseat_1): Reset
15280 string_from_display_prop_p.
15281 (display_line): Extend default face to end of line when wrapping.
15282
152832008-06-24 Kim F. Storm <storm@cua.dk>
15284
15285 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15286 to wrap continued lines at word boundaries.
15287
152882008-06-24 Jason Rumney <jasonr@gnu.org>
15289
15290 * font.c (Ffont_face_attributes): Multiply pixel size before point
15291 conversion to avoid multiplying rounding error.
15292
152932008-06-23 Jason Rumney <jasonr@gnu.org>
15294
15295 * w32term.c (x_draw_glyph_string_background)
15296 (x_draw_glyph_string): Remove old bdf font code.
15297
15298 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15299
153002008-06-22 Kenichi Handa <handa@m17n.org>
15301
15302 * font.c (font_find_for_lface): Try the adstyle specified in
15303 the property of LFACE_FONT of LFACE (if any).
15304
153052008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 15306 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
15307
15308 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15309
153102008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15313 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15314 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15315 (witness-emacs): Remove.
15316 (lisp, shortlisp): Move loaddefs.el earlier.
15317 (mostlyclean): Forget about witness-emacs.
15318
153192008-06-22 Glenn Morris <rgm@gnu.org>
15320
15321 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15322 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15323
153242008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * Makefile.in (PRECOMP): Remove.
15327 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15328 (witness-emacs): Run `compile-first'.
15329 (.el.elc): Use the new compile-onefile target.
15330
153312008-06-21 Kenichi Handa <handa@m17n.org>
15332
15333 * xftfont.c (xftfont_open): Handle QCembolden only when
15334 FC_EMBOLDEN is defined.
15335
153362008-06-21 Andreas Schwab <schwab@suse.de>
15337
15338 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15339 (.el.elc): Likewise.
15340
153412008-06-21 Miles Bader <miles@gnu.org>
15342
15343 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15344 build dir, not the lisp source dir.
15345
153462008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15349 (bootstrapclean): Remove.
15350 (.el.elc): New rule.
15351 (PRECOMP): New var.
15352 (../lisp/subdirs.el): Remove.
15353 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15354 (witness-emacs): New target.
15355 (mostlyclean): Remove witness-emacs as well.
15356 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15357 Add witness-emacs dependency.
15358
153592008-06-20 Chong Yidong <cyd@stupidchicken.com>
15360
15361 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15362 defined by the font.
15363
153642008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15367 (bootstrap-clean): New target that keeps TAGS around.
15368 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15369 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15370
153712008-06-20 Jason Rumney <jasonr@gnu.org>
15372
15373 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15374 Remove obsolete font code.
15375
15376 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15377 to determine language support.
15378
153792008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15380
15381 * sysdep.c (cfsetspeed): New fun extracted from the code.
15382 (cfmakeraw): Move before first use.
15383
153842008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15385
15386 * sysdep.c (cfmakeraw): Provide fallback implementation.
15387 (serial_configure): Provide fallback implementation of cfsetspeed.
15388
153892008-06-20 Kenichi Handa <handa@m17n.org>
15390
15391 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15392 the pattern.
15393
15394 * fontset.c (fontset_from_font): Copy font_spec before changing
15395 the elements.
15396
15397 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15398
153992008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15402 for explicit `font' parameters.
15403
15404 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15405
154062008-06-19 Kenichi Handa <handa@m17n.org>
15407
15408 * frame.c: Include <ctype.h>.
15409 (x_set_font_backend): Allow spacing characters in the X resource
15410 for FontBackend.
15411
154122008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15413
15414 * w32fns.c, xfns.c (Qfont_param): New var.
15415 (syms_of_w32fns): Initialize it.
15416 (x_default_font_parameter): Record explicit `font' into
15417 `font-parameter'.
15418
154192008-06-18 Kenichi Handa <handa@m17n.org>
15420
15421 * font.c (font_parse_xlfd): Fix previous change.
15422 (font_parse_fcname): Don't use :fc-unknown-spec.
15423 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15424 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15425 (font_add_log): Prepend the driver name to the resulting fonts.
15426
15427 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15428 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15429 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15430
15431 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15432 (QCembolden): New variables.
15433 (syms_of_xftfont): DEFSYM them.
15434 (xftfont_open): Call XftFontMatch. Don't trust the result of
15435 XftTextExtents8 if the pixel_size is less than 5.
15436
154372008-06-18 Andreas Schwab <schwab@suse.de>
15438
15439 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15440 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15441
154422008-06-18 Jason Rumney <jasonr@gnu.org>
15443
15444 * w32font.c (w32font_list, w32font_match): Add logging.
15445
15446 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15447
154482008-06-17 Chong Yidong <cyd@stupidchicken.com>
15449
15450 * font.c (font_parse_fcname): Store divider characters for
15451 unknown-spec list. For known key symbols, intern using correct
15452 symbol name.
15453
154542008-06-17 Kenichi Handa <handa@m17n.org>
15455
15456 * xfaces.c (realize_default_face): If the frame is not on window
15457 system, set the fontset of face to nil.
15458
154592008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15460
15461 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15462
154632008-06-16 Juanma Barranquero <lekktu@gmail.com>
15464
15465 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15466 (build_font_name_from_vector): Delete externs.
15467
15468 * xfaces.c (struct font_name): Don't declare.
15469
154702008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15473
154742008-06-16 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15477
154782008-06-16 Juanma Barranquero <lekktu@gmail.com>
15479
15480 * font.c (Ffont_spec): Fix usage in docstring.
15481 (Ffont_face_attributes): Doc fix.
15482
154832008-06-16 Andreas Schwab <schwab@suse.de>
15484
15485 * font.c (Ffont_face_attributes): Fix definition.
15486
154872008-06-16 Jason Rumney <jasonr@gnu.org>
15488
15489 * font.h (font_style_symbolic_from_value): Remove.
15490
15491 * font.c (font_style_symbolic_from_value): Remove.
15492 (font_style_symbolic): Revert to pre 2008-06-13 version.
15493
15494 * w32font.c (w32_to_fc_weight): New function.
15495 (w32font_full_name, logfont_to_fcname): Use it.
15496
154972008-06-16 Kenichi Handa <handa@m17n.org>
15498
15499 * font.c (font_check_object): Delete it.
15500 (font_clear_cache): Check if a font-object is alive.
15501 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15502 font-object to nil.
15503 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15504 (font_at): Don't call font_check_object.
15505 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15506
155072008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15508
15509 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15510
155112008-06-16 Chong Yidong <cyd@stupidchicken.com>
15512
15513 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15514
155152008-06-15 Chong Yidong <cyd@stupidchicken.com>
15516
15517 * font.c (font_parse_fcname): Only one decimal point.
15518 (font_unparse_fcname): Handle data in family and foundry indices
15519 as symbols, not strings.
15520 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15521
15522 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15523
15524 * font.h (font_unparse_gtkname): Add prototype.
15525
155262008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15527
15528 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15529
155302008-06-15 Andreas Schwab <schwab@suse.de>
15531
15532 * font.c (font_update_drivers): Fix crash when no drivers match.
15533
155342008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15537 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15538
155392008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15540
15541 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15542
155432008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * process.c (Fserial_process_configure, Fprocess_send_eof):
15546 Use EQ to compare Lisp_Objects.
15547
155482008-06-13 Jason Rumney <jasonr@gnu.org>
15549
15550 * w32fns.c (Fw32_select_font): Remove old font API function.
15551
15552 * w32font.c (logfont_to_fcname): New function.
15553 (Fx_select_font): New font dialog function compatible with
15554 GTK/fontconfig version.
15555
15556 * font.c (font_style_symbolic_from_value): New function.
15557 (font_style_symbolic): Use it.
15558
15559 * font.h (font_style_symbolic_from_value): Declare new function.
15560
155612008-06-13 Juanma Barranquero <lekktu@gmail.com>
15562
15563 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15564 <font-width-table>: Fix typos in docstrings.
15565
155662008-06-13 Daniel Engeler <engeler@gmail.com>
15567
15568 These changes add serial port access.
15569 * process.c: Add HAVE_SERIAL.
15570 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15571 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15572 (list_processes_1, select_wrapper, Fstop_process)
15573 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15574 (status_notify): Modify to handle serial processes.
15575 [HAVE_SERIAL] (Fserial_process_configure)
15576 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15577 New functions.
15578 * process.h (struct Lisp_Process): Add `type'.
15579 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15580 New functions.
15581 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15582 serial ports.
b71ac3dd 15583 (serial_open, serial_configure): New functions.
aac0c6e3
MR
15584 * w32.h: Add FILE_SERIAL.
15585 (struct _child_process): Add ovl_read, ovl_write.
15586
155872008-06-13 Kenichi Handa <handa@m17n.org>
15588
15589 * dispextern.h (enum lface_attribute_index): New member
15590 LFACE_FOUNDRY_INDEX.
15591
15592 * font.c (font_score): Delete arg alternate_families. Check only
15593 weight, slant, width, and size. Ignore the difference of alias
15594 style symbols.
15595 (font_sort_entites): Adjust for the above change. Reflect the
15596 order of font-driver to scores.
15597 (font_list_entities): Don't check alternate_familes here.
15598 (font_clear_prop): Handle foundry.
15599 (font_update_lface): Don't parse "foundry-family" form here.
15600 Handle FONT_FOUNDRY_INDEX.
15601 (font_find_for_lface): Likewise. Handle alternate families here.
15602 If registry is nil, try iso8859-1 and ascii-0.
15603 (font_open_for_lface): Pay attention to size in ENTITY.
15604 (font_open_by_name): Simplify by calling font_load_for_lface.
15605 (free_font_driver_list): Delete it.
15606 (font_update_drivers): Preserve the order of backends.
15607 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15608 of font_score and font_sort_entites.
15609 (font_update_sort_order): Likewise.
15610
15611 * xfaces.c (LFACE_FOUNDRY): New macro.
15612 (check_lface_attrs): Check foundry.
15613 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15614 (merge_face_vectors): Check foundry.
15615 (merge_face_ref): Likewise.
15616 (Finternal_set_lisp_face_attribute): Likewise.
15617 (x_update_menu_appearance): Likewise.
15618 (Finternal_get_lisp_face_attribute): Likewise.
15619 (lface_hash): Likewise.
15620 (lface_same_font_attributes_p): Likewise.
15621 (x_supports_face_attributes_p): Likewise.
15622 (tty_supports_face_attributes_p): Likewise.
15623 (Finternal_set_alternative_font_family_alist): Intern strings.
15624 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15625 (realize_default_face): Set LFACE_FOUNDRY (lface).
15626
15627 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15628 font-driver at first.
15629
15630 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15631
156322008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15633
15634 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15635
156362008-06-12 Jim Meyering <meyering@redhat.com>
15637
15638 Make unexec_free handle NULL the same way free does.
15639 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15640
156412008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15644 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15645 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15646 (WEAK_ALIAS): Simplify.
15647 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15648 when searching a unibyte buffer.
15649
156502008-06-12 Chong Yidong <cyd@stupidchicken.com>
15651
15652 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15653
156542008-06-12 Juanma Barranquero <lekktu@gmail.com>
15655
15656 * w32font.c: Include ctype.h.
15657
156582008-06-11 Jason Rumney <jasonr@gnu.org>
15659
15660 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15661 misreported as space.
15662 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15663 as aliases for registry iso10646-1.
15664
156652008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * buffer.c (clone_per_buffer_values): Skip `name'.
15668
156692008-06-11 Chong Yidong <cyd@stupidchicken.com>
15670
15671 * font.c (font_parse_fcname): Fix last change; accept decimal
15672 points in font size.
15673
156742008-06-10 Jason Rumney <jasonr@gnu.org>
15675
15676 * w32uniscribe.c (add_opentype_font_name_to_list):
15677 Skip non unicode fonts.
15678
156792008-06-10 Chong Yidong <cyd@stupidchicken.com>
15680
15681 * xfns.c (Fx_font_dialog): New function.
15682
15683 * gtkutil.c (xg_dialog_response_cb): Rename from
15684 xg_file_response_callback.
15685 (pop_down_dialog): Rename from pop_down_file_dialog.
15686 (xg_get_file_name): Callers changed.
15687 (xg_get_font_name): New function.
15688
15689 * gtkutil.h (xg_get_font_name): Insert prototype.
15690
156912008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15694 x_underline_minimum_display_offset.
15695 (syms_of_xdisp): Declare it here rather than in xterm.c.
15696 * dispextern.h (underline_minimum_offset): Declare it.
15697 * w32term.c (x_draw_glyph_string): Use it.
15698 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15699 (syms_of_xterm): Don't declare it any more.
15700 (x_draw_glyph_string): Adjust to the new name.
15701
8719abec 157022008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
15703
15704 * xterm.c (x_underline_minimum_display_offset): New var.
15705 (x_draw_glyph_string): Use it.
15706 (syms_of_xterm): Declare it.
15707
157082008-06-10 Chong Yidong <cyd@stupidchicken.com>
15709
15710 * font.c (font_parse_fcname): Accept GTK-style font names too.
15711
157122008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15713
15714 * dired.c (file_name_completion): Don't return t if the match is exact
15715 but with different capitalization.
15716 * minibuf.c (Ftry_completion): Simplify.
15717
15718 * window.c (Vwindow_point_insertion_type): New var.
15719 (set_window_buffer): Use it.
15720 (syms_of_window): Init and export it to Lisp.
15721
157222008-06-10 Kenichi Handa <handa@m17n.org>
15723
15724 * font.h (font_intern_prop): Prototype adjusted.
15725
15726 * font.c (font_intern_prop): New arg force_symbol.
15727 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15728 Adjust for the change of font_intern_prop.
15729
15730 * ftfont.c (ftfont_pattern_entity):
15731 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15732 (w32_registry):
15733 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15734 the change of font_intern_prop.
15735
157362008-06-09 Juanma Barranquero <lekktu@gmail.com>
15737
15738 * w32menu.c (digest_single_submenu): Declare extern.
15739
157402008-06-09 Jason Rumney <jasonr@gnu.org>
15741
15742 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15743
15744 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15745 (parse_single_submenu): Remove.
15746 (digest_single_submenu): Remove.
15747 (syms_of_w32menu): Don't initialise variables that have moved
15748 to menu.c.
15749 (set_frame_menubar): Sync with version in xmenu.c.
15750 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15751
15752 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15753 Make static again.
15754
157552008-06-09 Jason Rumney <jasonr@gnu.org>
15756
15757 Changes to w32 files related to the move of common menu code
15758 to menu.c on 2008-06-08 by Chong Yidong.
15759
15760 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15761 defs to w32gui.h.
15762 (single_keymap_panes, push_menu_item, push_menu_pane):
15763 Make globally visible.
15764
15765 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15766 (local_free, malloc_widget_value, free_widget_value)
15767 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15768 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15769 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15770 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15771 (menu_items, menu_items_allocated, menu_items_used)
15772 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15773 (init_menu_items, finish_menu_items, discard_menu_items)
15774 (grow_menu_items, push_submenu_start, push_submenu_end)
15775 (push_left_right_boundary, push_menu_pane, push_menu_item)
15776 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15777 (free_menubar_widget_tree_value, parse_single_submenu)
15778 (update_submenu_strings): Remove functions.
15779 (xmalloc_widget_value): Remove and declare extern.
15780
15781 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15782 (OBJ1): Build it.
15783
15784 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15785 (local_heap, local_alloc, local_free, malloc_widget_value)
15786 (free_widget_value): Define here.
15787
157882008-06-09 Kenichi Handa <handa@m17n.org>
15789
15790 * font.h (Qascii_0): Extern it.
15791
15792 * font.c (Qascii_0): New variable.
15793 (syms_of_font): DEFSYM it.
15794 (font_open_by_name): If the registry "iso8859-1" fails, try also
15795 "ascii-0".
15796
15797 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15798
157992008-06-08 Kenichi Handa <handa@m17n.org>
15800
15801 * .gdbinit (xfont): New command.
15802
158032008-06-08 Andreas Schwab <schwab@suse.de>
15804
15805 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15806 * Makefile.in (menu.o): Update dependencies.
15807
15808 * Makefile.in (obj): Always add menu.o.
15809 * emacs.c (main): Always call syms_of_menu.
15810 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15811
158122008-06-08 Chong Yidong <cyd@stupidchicken.com>
15813
15814 * Makefile.in: Compile menu.c.
15815
15816 * lisp.h: Declare syms_of_menu.
15817
15818 * emacs.c (main): Call syms_of_menu.
15819
15820 * keyboard.h: Relocate platform-independent menu definitions from
15821 xmenu.c.
15822
15823 * menu.c: New file. Relocate platform-independent menu
15824 definitions from xmenu.c. Suggested by Adrian Robert.
15825
15826 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 15827 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
15828 (menu_items_used, menu_items_n_panes)
15829 (menu_items_submenu_depth): Move to keyboard.h.
15830 (init_menu_items, finish_menu_items, unuse_menu_items)
15831 (discard_menu_items, restore_menu_items, save_menu_items)
15832 (grow_menu_items, push_submenu_start, push_submenu_end)
15833 (push_left_right_boundary, push_menu_pane, push_menu_item)
15834 (keymap_panes, single_keymap_panes, single_menu_item)
15835 (list_of_panes, list_of_items, find_and_call_menu_selection)
15836 (xmalloc_widget_value, free_menubar_widget_value_tree)
15837 (parse_single_submenu, digest_single_submenu)
15838 (update_submenu_strings): Move to menu.c.
15839
158402008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15843
158442008-06-06 Miles Bader <miles@gnu.org>
15845
15846 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15847 face, not frame default.
15848
158492008-06-05 Martin Rudalics <rudalics@gmx.at>
15850
15851 * window.c (pop_up_windows, pop_up_frames)
15852 (display_buffer_reuse_frames, Vpop_up_frame_function)
15853 (Vdisplay_buffer_function, Veven_window_heights)
15854 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15855 (Vspecial_display_function, Vsame_window_buffer_names)
15856 (Vsame_window_regexps, split_height_threshold)
15857 (Vsplit_window_preferred_function): Move those vars to window.el.
15858 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15859 (Fdisplay_buffer): Move those functions to window.el.
15860 (syms_of_window): Remove corresponding declarations.
15861 (display_buffer): New function.
15862 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15863 * dispnew.c (Flast_nonminibuf_frame): New function.
15864 * buffer.c (Fpop_to_buffer): Move to window.el.
15865
158662008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15867
15868 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15869
158702008-06-05 Kenichi Handa <handa@m17n.org>
15871
15872 * coding.c (detect_coding): Fix previous change.
15873 (detect_coding_system): Likewise.
15874
158752008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15878
15879 * keymap.c (Vminibuffer_local_filename_must_match_map):
15880 Rename from Vminibuffer_local_must_match_filename_map.
15881 (syms_of_keymap):
15882 * minibuf.c (Fcompleting_read): Adjust accordingly.
15883 * commands.h: Rename declaration as well.
15884
158852008-06-05 Kenichi Handa <handa@m17n.org>
15886
15887 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15888 family name.
15889 (Ffont_put): Likewise.
15890
15891 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15892 current font-spec.
15893
15894 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15895 is unspecified.
15896
15897 * xfaces.c (realize_x_face): If the font-related face attributes
15898 are the same as those of default face, realize a new fontset from
15899 default->fontset.
15900 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15901
159022008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15903
15904 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15905 (move_it_in_display_line): New wrapper.
15906
15907 * window.c (window_scroll_pixel_based_preserve_x)
15908 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15909 (window_scroll_pixel_based, window_scroll_line_based):
15910 Use them to preserve column positions.
15911 (syms_of_window): Initialize them.
15912
15913 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15914 (HPOS . VPOS) pair.
15915
15916 * dispextern.h (move_it_in_display_line): Declare.
15917
159182008-06-05 Juanma Barranquero <lekktu@gmail.com>
15919
15920 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15921 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15922 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15923
159242008-06-04 Juanma Barranquero <lekktu@gmail.com>
15925
15926 * window.c (Fset_window_parameter): Doc fix.
15927 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15928
159292008-06-04 Joakim Verona <joakim@verona.se>
15930
15931 * window.h (struct window): Add new member window_parameters.
15932
15933 * window.c (Fwindow_parameters, Fwindow_parameter)
15934 (Fset_window_parameter): New defuns.
15935 (syms_of_window): Defsubr the new defuns.
15936 (make_window): Initialize window_parameters to nil.
15937
159382008-06-04 John Paul Wallington <jpw@pobox.com>
15939
15940 * eval.c (Fdefmacro): Doc fix.
15941
159422008-06-04 Kenichi Handa <handa@m17n.org>
15943
15944 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15945 Be sure to call setup_coding_system when we find a proper coding system.
15946 (detect_coding_system): Fix handling of coding->head_ascii.
15947
159482008-06-03 Andreas Schwab <schwab@suse.de>
15949
15950 * font.c (font_prop_validate_spacing): Fix last change.
15951
159522008-06-03 Kenichi Handa <handa@m17n.org>
15953
15954 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15955 (font_parse_fcname): Fix handling of unknown key.
15956
15957 * xfont.c (xfont_list): Try an alias.
15958
15959 * charset.c (char_charset): Return NULL if the arg charset_list is
15960 specified and C doesn't belong to any of them.
15961
159622008-06-02 Chip Coldwell <coldwell@redhat.com>
15963
15964 * font.c (font_pixel_size): Don't take cdr of an integer.
15965
159662008-06-02 Jim Meyering <meyering@redhat.com>
15967
15968 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15969 * alloc.c (xfree): Return right away for a NULL arg.
15970 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15971 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15972 * mac.c (create_apple_event_from_event_ref): Likewise.
15973 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15974 Likewise.
15975 * doprnt.c (doprnt1): Likewise.
15976 * frame.c (frame): Likewise.
15977 * keyboard.c (wipe_kboard): Likewise.
15978 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15979 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15980 * term.c (tty_default_color_capabilities, maybe_fatal)
15981 (delete_tty): Likewise.
15982 * w16select.c (string): Likewise.
15983 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15984 * w32bdf.c (w32_free_bdf_font): Likewise.
15985 * w32fns.c (w32_unload_font): Likewise.
15986 * w32font.c (w32font_close): Likewise.
15987 * window.c (size_window): Likewise.
15988 * xselect.c (receive_incremental_selection): Likewise.
15989 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15990 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15991 * w32.c (stat): Likewise.
15992
15993 Remove useless if-before-free tests.
15994 * editfns.c (Fset_time_zone_rule): Likewise.
15995 * lread.c (nosuffix): Likewise.
15996 * ralloc.c (get_bloc): Likewise.
15997 * regex.c (reg_free): Likewise.
15998 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15999 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16000 * xsmfns.c (smc_save_yourself_CB): Likewise.
16001
160022008-06-02 Kenichi Handa <handa@m17n.org>
16003
16004 * font.c (font_find_for_lface): Handle float font size.
16005 (font_open_for_lface): Likewise.
16006
16007 * xfaces.c (x_supports_face_attributes_p): Check face->font before
16008 comparing the properties.
16009
160102008-06-01 Jason Rumney <jasonr@gnu.org>
16011
16012 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16013 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16014 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16015 Don't add empty script list.
16016 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16017
160182008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
16019
16020 * Makefile.in (dot, dotdot): Remove, update users.
16021 ".." has been used elsewhere in the file for a long time.
16022 (LIBXT_STATIC): Remove conditional based on unused variable.
16023
160242008-06-01 Miles Bader <miles@gnu.org>
16025
16026 * xfaces.c (Vface_remapping_alist): New variable.
16027 (syms_of_xfaces): Initialize it.
16028 (enum named_merge_point_kind): New type.
16029 (struct named_merge_point): Add `named_merge_point_kind' field.
16030 (push_named_merge_point): Make cycle detection respect different
16031 named-merge-point kinds.
16032 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16033 Remove face-name alias resolution.
16034 (lface_from_face_name): New definition using
16035 `lface_from_face_name_no_resolve'.
16036 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16037 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16038 (get_lface_attributes): New definition that layers face-remapping on
16039 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
16040 (lookup_basic_face): New function.
16041 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16042 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16043 `get_lface_attributes'.
16044 (face_at_buffer_position): Use `lookup_basic_face' to lookup
16045 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
16046 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16047
16048 * xdisp.c (init_iterator): Pass base_face_id through
16049 `lookup_basic_face' when we actually use it as a face-id.
16050 (handle_single_display_prop): Use `lookup_basic_face' to lookup
16051 DEFAULT_FACE_ID.
16052
16053 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16054 lookup the initial face-id.
16055
16056 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16057
160582008-06-01 Juanma Barranquero <lekktu@gmail.com>
16059
16060 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16061 (Fremove_text_properties): Fix typos in docstrings.
16062
160632008-05-31 Kenichi Handa <handa@m17n.org>
16064
16065 * font.c (font_list_entities): Fix the car part of data to be
16066 stored in the cache.
16067
16068 * ftfont.c (ftfont_font_format): Don't use strcasestr.
16069
160702008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16073 Add a `test' argument so another predicate than `equal' can be used.
16074 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16075 (map_char_table): Remove unused vars `c' and `i'.
16076 * lisp.h (Foptimize_char_table): Adjust declaration.
16077 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16078
160792008-05-30 Kenichi Handa <handa@m17n.org>
16080
16081 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16082 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16083 defined.
16084
160852008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16088 (Fmake_variable_frame_local): Disallow mixing buffer-local and
16089 frame-local settings for the same variable.
16090
160912008-05-30 Kenichi Handa <handa@m17n.org>
16092
16093 * fontset.c (Ffont_info): Move to font.c.
16094 (syms_of_fontset): Delete defsubr of Sfont_info.
16095
16096 * font.c (font_style_to_value, font_score): Delete casting of the
16097 args to xstcasecmp.
16098 (register_font_driver): Increment num_font_drivers only when
16099 registering the driver globally.
16100 (Ffont_info): Move from fontset.c. Handle a font object too.
16101 (syms_of_font): Defsubr Sfont_info.
16102
161032008-05-29 Kenichi Handa <handa@m17n.org>
16104
16105 * coding.h (enum define_coding_utf8_arg_index): New enum.
16106 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16107 coding_attr_utf_bom.
16108 (enum utf_bom_type): Rename from utf_16_bom_type.
16109 (struct utf_16_spec): Adjust for the above change.
16110 (struct coding_system): Add utf_8_bom in `spec' union.
16111
16112 * coding.c (CODING_UTF_8_BOM): New macro.
16113 (enum coding_category): Delete coding_category_utf_8, add
16114 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16115 coding_category_utf_8_sig.
16116 (CATEGORY_MASK_UTF_8): Delete it.
16117 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16118 (CATEGORY_MASK_UTF_8_SIG): New macros.
16119 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16120 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16121 CATEGORY_MASK_UTF_8_SIG.
16122 (CATEGORY_MASK_UTF_8): New macro.
16123 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16124 (detect_coding_utf_8): Check BOM.
16125 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16126 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16127 (encode_coding_utf_16): Likewise.
16128 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16129 (detect_coding, detect_coding_system): Handle utf-8-auto.
16130 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16131 (syms_of_coding): Fix setting up of Vcoding_category_table.
16132
161332008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16134
16135 * process.c (Faccept_process_output): If `millisec' is non-nil,
16136 `seconds' default to 0.
16137 (wait_reading_process_output): Also return non-nil if we read output
16138 from a non-running process.
16139
161402008-05-29 Jason Rumney <jasonr@gnu.org>
16141
16142 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16143 `raster' specified.
16144 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16145 in the uniscribe backend, but disallow any font that has no
16146 unicode subrange support.
16147
161482008-05-29 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16151 Fix typos in docstrings.
16152
161532008-05-29 Kenichi Handa <handa@m17n.org>
16154
16155 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16156 (Fx_family_fonts): Set frame correctly.
16157
161582008-05-28 Jason Rumney <jasonr@gnu.org>
16159
16160 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16161
161622008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16165 calling build_annotations.
16166
161672008-05-28 Juanma Barranquero <lekktu@gmail.com>
16168
16169 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16170 (Fencode_coding_string):
16171 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16172 <latin-extra-code-table>: Fix typos in docstrings.
16173 (syms_of_coding) <coding-system-alist>: Doc fix.
16174 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16175
161762008-05-28 Kenichi Handa <handa@m17n.org>
16177
16178 * fontset.c (Ffont_info): Don't call font_close_object.
16179
16180 * font.c (font_parse_family_registry): Use Ffont_put to validate
16181 foundry and family.
16182 (font_delete_unmatched): Don't check spacing.
16183 (font_list_entities): Add spacing to the spec to list fonts.
16184
16185 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16186 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16187
16188 * coding.c (encode_coding_raw_text): Fix previous change.
16189 (encode_coding_object): When the dst_object is a buffer and is
16190 different from src_object, move gap to PT.
16191
161922008-05-27 Chong Yidong <cyd@stupidchicken.com>
16193
16194 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16195
161962008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16197
16198 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16199 all branches. Compute it differently.
16200
16201 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16202
162032008-05-27 Juanma Barranquero <lekktu@gmail.com>
16204
16205 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16206 into "else if () ... else ...".
16207
162082008-05-27 Jason Rumney <jasonr@gnu.org>
16209
16210 * w32font.c (w32font_open_internal): Determine if glyph indices
16211 are likely to work here.
16212
162132008-05-27 Chong Yidong <cyd@stupidchicken.com>
16214
16215 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16216 draw overlap glyphs with appropriate highlighting.
16217
162182008-05-27 Kenichi Handa <handa@m17n.org>
16219
16220 * xfont.c (xfont_open): Fix calculation of font->average_width.
16221
162222008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * casefiddle.c (casify_object): Try to guess better whether the
16225 argument is a byte or a char.
16226
162272008-05-26 Andreas Schwab <schwab@suse.de>
16228
16229 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16230 Always send multiples of format size.
16231
16232 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16233
162342008-05-26 Jason Rumney <jasonr@gnu.org>
16235
16236 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16237 (compute_metrics): Don't set failure if we just cleared the cache.
16238 (w32_weight_table): Remove unused variable.
16239 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16240 backwards compatibility.
16241
162422008-05-25 Kenichi Handa <handa@m17n.org>
16243
16244 * w32term.c (x_draw_glyph_string):
16245 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16246
16247 * xfaces.c: Delete unused function prototypes.
16248 (xstrlwr, font_frame): Delete them.
16249 (clear_face_cache): Delete unused variable.
16250
16251 * xftfont.c (xftfont_open): Delete unused variable.
16252 If underline_thickness is not 1, adjust underline_position.
16253
16254 * ftxfont.c (ftxfont_open): Delete unused variable.
16255
16256 * fontset.c (face_for_char): Optimize for the case of no charset
16257 property.
16258
16259 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16260 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16261 (otf_open, font_otf_capability, generate_otf_features)
16262 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16263 Comment out by surrounding "#if 0" and "#endif" for the moment.
16264 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16265 (syms_of_font): Codes for accessing above commented out.
16266
162672008-05-24 Eli Zaretskii <eliz@gnu.org>
16268
16269 * w32proc.c: Include dispextern.h.
16270
16271 * w32.c: Include dispextern.h.
16272
162732008-05-23 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16276 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16277 Fix typos in docstrings.
16278
162792008-05-23 Jason Rumney <jasonr@gnu.org>
16280
16281 * xsmfns.c: Remove includes that are already included by config.h.
16282
162832008-05-23 Kenichi Handa <handa@m17n.org>
16284
16285 * charset.c (Qemacs, charset_emacs): New variables.
16286 (char_charset): Fix for non-Unicode characters.
16287 (syms_of_charset): Define charset_emacs.
16288
16289 * w32term.c (x_draw_glyph_string): Be sure to update
16290 s->underline_thickness and s->underline_position. Be sure to draw
16291 underline within the current line area.
16292
16293 * xterm.c (x_draw_glyph_string): Be sure to update
16294 s->underline_thickness and s->underline_position. Be sure to draw
16295 underline within the current line area.
16296
16297 * fontset.c: Delete unused variables and add casting for char *
16298 throughout the file.
16299 (fontset_font): Try the fallback fonts of the current fontset
16300 before consulting the default fontset.
16301
16302 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16303
16304 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16305
163062008-05-22 Jason Rumney <jasonr@gnu.org>
16307
16308 * font.c: Don't include strings.h.
16309
16310 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16311
16312 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16313 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16314 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16315 to call xstrcasecmp.
16316
16317 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16318
16319 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16320
16321 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16322
16323 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16324
163252008-05-22 Kenichi Handa <handa@m17n.org>
16326
16327 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16328
16329 * font.c (font_prop_validate_style): Adjust for the format
16330 change of font_style_table.
16331
16332 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16333 two args.
16334
16335 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16336 two args.
16337
163382008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16339
16340 * minibuf.c (keys_of_minibuf): Delete.
16341 * lisp.h (keys_of_minibuf): Delete.
16342 * emacs.c (main): Don't call keys_of_minibuf.
16343
163442008-05-22 Kenichi Handa <handa@m17n.org>
16345
16346 * ftfont.c (ftfont_resolve_generic_family): Rename from
16347 ftfont_list_generic_family. Return a single family for each
16348 generic family.
16349 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16350 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16351 Call font_add_log.
16352 (ftfont_match): Call font_add_log.
16353
16354 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16355 (FONT_DEBUG): Define it.
16356 (font_add_log): Extern it.
16357 (font_assert): Rename from xassert.
16358
16359 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16360 (xfont_list_family): Call font_add_log.
16361 (xfont_match): Likewise.
16362 (memq_no_quit): Delete.
16363
16364 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16365 call of Ffont_xlfd_name.
16366
16367 * xfaces.c (struct table_entry, slant_table, weight_table)
16368 (swidth_table): Move to font.c.
16369
16370 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16371 xassert are changed to font_assert. Delete many unused variables.
16372 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16373 New variables.
16374 (struct table_entry): Move from xfaces.c and modified.
16375 (weight_table, slant_table, width_table): Move from xfaces.c and
16376 contents adjusted for the change of struct table_entry.
16377 (font_style_to_value, font_style_symbolic): Adjust for the
16378 format change of font_style_table.
16379 (font_parse_family_registry): Don't overwrite existing foundry and
16380 family of font_spec.
16381 (font_score): Fix calculation of diff for sizes.
16382 (font_sort_entites): Call font_add_log.
16383 (font_delete_unmatched): Return a newly created list.
16384 (font_list_entities): Fix previous change. Call font_add_log.
16385 (font_matching_entity, font_open_entity, font_close_entity):
16386 Call font_add_log.
16387 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16388 (Finternal_set_font_style_table): Delete.
16389 (BUILD_STYLE_TABLE): New macro.
16390 (build_style_table): New function.
16391 (Vfont_log, font_log_env_checked): New variables.
16392 (font_add_log): New function.
16393 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16394 Declare Lisp variables "font-weight-table", "font-slant-table",
16395 "font-width-table", and "font-log". Initialize font_style_table.
16396
163972008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16398
16399 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16400
164012008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 16402 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
16403
16404 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16405 (Vframe_alpha_lower_limit): New variable.
16406 (x_set_alpha): New function.
16407
16408 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16409
16410 * xfns.c (x-create-frame, Qalpha):
16411 Initialize the frame parameter `alpha'.
16412 * xterm.c (OPAQUE, OPACITY): New.
16413 (x_set_frame_alpha): New function.
16414 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16415
16416 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16417 * w32fns.c (w32_frame_parm_handlers): Likewise.
16418
164192008-05-20 Jason Rumney <jasonr@gnu.org>
16420
16421 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16422 truetype fonts to opentype list.
16423
164242008-05-20 Juanma Barranquero <lekktu@gmail.com>
16425
16426 * fontset.c (Ffontset_info): Doc fix.
16427 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16428 <ignore-relative-composition>: Fix typos in docstrings.
16429
16430 * font.c (syms-of-font) <font-encoding-alist>:
16431 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16432 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16433 (Ffont_otf_alternates): Doc fixes.
16434
164352008-05-20 Kenichi Handa <handa@m17n.org>
16436
16437 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16438 font.h through out the file.
16439 (FONT_DRIVERS): Rename from FONTOBJ.
16440 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16441 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16442
16443 * emacs.c (main): Call syms_of_font unconditionally.
16444
16445 * font.h (find_font_encoding): Extern it.
16446
16447 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16448 fontset.c.
194d44e7 16449 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
16450 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16451 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16452 only when HAVE_WINDOW_SYSTEM is defined.
16453 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16454 when HAVE_WINDOW_SYSTEM is defined.
16455
16456 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16457 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16458
16459 * xfaces.c: Include font.h unconditionally.
16460 (merge_face_ref, merge_face_vectors)
16461 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16462
164632008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16464
16465 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16466 indirect_variable.
16467 * eval.c (lisp_indirect_variable): New fun.
16468 (Fuser_variable_p): Use it.
16469
164702008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16471
16472 * lisp.h (indirect_variable):
16473 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16474 Use Lisp_Symbol pointers rather than Lisp_Object.
16475 Adjust callers.
16476 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16477 To this end, change calling-convention.
16478
16479 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16480 if some non-hidden buffers are selected by string&pred.
16481
164822008-05-19 Chong Yidong <cyd@stupidchicken.com>
16483
16484 * process.c (wait_reading_process_output): Always check status
16485 when in batch mode.
16486
164872008-05-19 Kenichi Handa <handa@m17n.org>
16488
16489 * font.c (font_list_entities): Fix handling of cache.
16490 (font_matching_entity): Likewise.
16491
16492 * ftfont.c (cs_iso8859_1): Delete.
16493 (ft_face_cache): New variable.
16494 (struct ftfont_info): New member fc_charset_idx.
16495 (ftfont_build_basic_charsets): Delete.
16496 (fc_charset_table): New variable.
16497 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16498 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16499 Callers changed.
16500 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16501 (ftfont_spec_pattern): New argument fc_charset_idx.
16502 Check registry more rigidly. Change callers.
16503 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16504 change of :font-entity property of the font.
16505
16506 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16507 property of the font.
16508
165092008-05-18 Juanma Barranquero <lekktu@gmail.com>
16510
16511 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16512 (Funencodable_char_position, Fcheck_coding_systems_region)
16513 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16514 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16515 (Ffind_operation_coding_system, Fset_coding_system_priority)
16516 (Fcoding_system_eol_type): Doc fixes.
16517
165182008-05-17 Glenn Morris <rgm@gnu.org>
16519
16520 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16521
165222008-05-16 Eli Zaretskii <eliz@gnu.org>
16523
16524 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16525 and st_gid.
16526
16527 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16528 HAVE_WINDOW_SYSTEM is not defined.
16529
16530 * xfaces.c (merge_face_ref, merge_face_vectors)
16531 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16532 HAVE_WINDOW_SYSTEM is defined.
16533 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16534
165352008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16538
165392008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16540
16541 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16542
165432008-05-15 Kenichi Handa <handa@m17n.org>
16544
16545 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16546 preference.
16547
165482008-05-15 Glenn Morris <rgm@gnu.org>
16549
16550 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16551
165522008-05-15 Chong Yidong <cyd@stupidchicken.com>
16553
16554 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16555 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16556
16557 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16558
165592008-05-15 Kenichi Handa <handa@m17n.org>
16560
16561 * ftfont.c (ftfont_list): Downcase family name to check generic
16562 families.
16563
16564 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16565 font-spec for QCfont value.
16566
16567 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16568 buffer. Check the return value of it.
16569
165702008-05-14 Jason Rumney <jasonr@gnu.org>
16571
16572 * w32term.c (w32_get_glyph_overhangs): Remove.
16573 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16574
165752008-05-14 Kenichi Handa <handa@m17n.org>
16576
16577 * font.c (font_prop_validate): Make nil a valid value.
16578 (font_clear_cache): Check if the cached vector of entities is nil
16579 or not.
16580
165812008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16582
16583 * emacs.c (main_thread): Conditionalize on
16584 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16585 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16586
16587 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16588 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16589 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16590
165912008-05-14 Kenichi Handa <handa@m17n.org>
16592
16593 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16594 has no corresponding coding system.
16595
165962008-05-14 Jason Rumney <jasonr@gnu.org>
16597
16598 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16599
16600 * w32font.h (w32font_open_internal): Update declaration.
16601
16602 * w32font.c (w32font_open_internal): Change last argument from
16603 w32font_info struct to font object. Fill in font object from
16604 font_entity. Get Outline metrics if possible. Use them to
16605 calculate underline position and thickness. Use xlfd name as name
16606 property. Don't set codepage.
16607 (w32font_open): Pass font_object to w32font_open_internal. Don't
16608 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16609 (w32font_draw): Use s->font.
16610 (clear_cached_metrics): Don't clear non-existent blocks.
16611
16612 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16613 font was not found.
16614 (x_draw_glyph_string): Use underline position and thickness from font.
16615
16616 * w32uniscribe.c (uniscribe_open): Pass font_object to
16617 w32font_open_internal.
16618
166192008-05-14 Kenichi Handa <handa@m17n.org>
16620
16621 These changes are to delete all legacy font-handling codes, and
16622 make Emacs use only font-backends.
16623
16624 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16625 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16626
16627 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16628
16629 * charset.h (Vcharset_non_preferred_head)
16630 (Vcurrent_iso639_language): Extern them.
16631
16632 * charset.c (Vcharset_non_preferred_head): New variable.
16633 (Vcurrent_iso639_language): New variable.
16634 (syms_of_charset): Declare it as a Lisp variable.
16635 (char_charset): Don't check non preferred charsets. As a last
16636 resort, return charset_unicode.
16637 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16638
16639 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16640 conditionals. Don't check enable_font_backend. Delete all codes
16641 used only when USE_FONT_BACKEND is not defined.
16642
16643 * dispextern.h (struct glyph_string): Change type of `font' to
16644 `struct font *'.
16645 (struct glyph_string): New member underline_position and
16646 underline_thickness.
16647 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16648 (struct face): Change type of `font' to `struct font *'. Remove
16649 members `font_name', `font_info_id'.
16650 (per_char_metric, encode_char): Delete externs.
16651 (calc_pixel_width_or_height): Adjust the prototype.
16652
16653 * emacs.c (enable_font_backend): Delete extern.
16654 (main): Don't set enable_font_backend. Don't check the command
16655 line argument "-disable-font-backend".
16656
16657 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16658 (enum font_property_index): New members FONT_DPI_INDEX,
16659 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16660 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16661 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16662 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16663 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16664 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16665 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16666 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16667 (struct font_spec, struct font_entity): New structs.
16668 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16669 (struct font): Many members from old "struct font_info" moved to
16670 here. Members font and entity deleted.
16671 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16672 the new font-related objects.
16673 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16674 (CHECK_FONT_GET_OBJECT): Likewise.
16675 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16676 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16677 (struct font_driver): New members case_sensitive anc check. Type
16678 of the member list and open changed.
16679 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16680 (font_symbolic_width, font_find_object, font_get_spec)
16681 (font_set_lface_from_name): Delete extern.
16682 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16683
16684 * font.c: Include <strings.h>.
16685 (enable_font_backend): Delete it.
16686 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16687 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16688 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16689 (null_string): Delete it.
16690 (null_vector): Make it static.
16691 (font_family_alist): Delete it.
16692 (Qnormal): Extern it.
16693 (QCextra, QClanguage): Delete it.
16694 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16695 (font_make_spec, font_make_entity, font_make_object)
16696 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16697 the string. Callers changed.
16698 (font_pixel_size): Adjusted for the format change of font-related
16699 objects.
16700 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16701 (font_style_to_value, font_style_symbolic): New function.
16702 (build_font_family_alist): Delete it.
16703 (font_registry_charsets): Use Fassoc_string instead of
16704 assq_no_quit.
16705 (font_prop_validate_symbol): Don't return null_string.
16706 (font_prop_validate_style): Adjusted for the change of
16707 style-related values in a font vector.
16708 (font_property_table): Delete entries for QClanguage and
16709 QCantialias, add entries for QCavgwidth.
16710 (get_font_prop_index): Delete the 2nd argument FROM.
16711 (font_prop_validate): Arguments changed.
16712 (font_put_extra): Adjusted for the change of font-related objects.
16713 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16714 (font_parse_fcname, font_unparse_fcname)
16715 (font_prepare_composition): Likewise.
16716 (font_parse_family_registry): Renamed from font_merge_old_spec.
16717 (otf_open): Delete the 1st arg entity.
16718 (font_otf_capability): Adjusted for the above change.
16719 (font_score): New arg alternate_families. Adjusted for the change
16720 of font-related objects.
16721 (font_sort_entites): New arg best_only.
16722 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16723 Delete them.
16724 (font_match_p): Check alternate families.
16725 (font_find_object): Delete it.
16726 (font_check_object): New function.
16727 (font_clear_cache): Adjusted for the change of font-related objects.
16728 (font_delete_unmatched): New arg.
16729 (font_list_entities): Call font_driver->list with a spec that
16730 doesn't specify style-related properties.
16731 (font_matching_entity): Arguments changed. Caller changed.
16732 (font_open_entity): Adjusted for the change of font-related objects.
16733 (font_close_object, font_has_char, font_encode_char)
16734 (font_get_name, font_get_spec): Likewise.
16735 (font_spec_from_name, font_clear_prop, font_update_lface):
16736 New functions.
16737 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16738 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16739 (font_at): Adjusted for the change of font-related objects.
16740 (font_range): New function.
16741 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16742 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16743 (Fcopy_font_spec, Fmerge_font_spec): New function.
16744 (Ffont_family_list): Renamed from list-families.
16745 (Finternal_set_font_style_table): Arguments changed.
16746 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16747 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16748 change of font-related objects.
16749 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16750
16751 * fontset.h (struct font_info): Delete it. Most members go to
16752 struct font.
16753 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16754 (enum FONT_SPEC_INDEX): Delete it.
16755 (font_info, list_fonts_func, load_font_func, query_font_func)
16756 (set_frame_fontset_func, find_ccl_program_func)
16757 (get_font_repertory_func, new_fontset_from_font_name): Delete
16758 externs.
16759 (fontset_from_font_name): Extern it.
16760 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16761 (FONT_INFO_FROM_FACE): Deleted.
16762 (face_for_font): Adjust prototype.
16763
16764 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16765 conditionals. Don't check enable_font_backend. Delete all codes
16766 used only when USE_FONT_BACKEND is not defined.
16767 (get_font_info_func, list_font_func, load_font_func)
16768 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16769 (get_font_repertory_func): Delete them.
16770 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16771 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16772 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16773 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16774 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16775 (fontset_compare_rfontdef): New function.
16776 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16777 rfont-defs by qsort. Adjusted for the change of font-group vector.
16778 (load_font_get_repertory): Deleted.
16779 (fontset_find_font): Use new macros to ref/set elements of
16780 font-def and rfont-def.
16781 (fontset_font): Fix the timing of remembering that no font for C.
16782 (free_face_fontset): Do nothing if the face has no fontset.
16783 (face_suitable_for_char_p): Use new macros to ref/set elements of
16784 rfont-def.
16785 (face_for_char): Likewise. Call face_for_char with font_object.
16786 (fs_load_font): Delete. Delete #pragma surrounding it.
16787 (fs_query_fontset): Use strcasecmp instead of strcmp.
16788 (generate_ascii_font_name): Adjusted for the format change of
16789 font-spec.
16790 (Fset_fontset_font): Likewise. Use new macros to set elements of
16791 font-def.
16792 (Fnew_fontset): Use font_unparse_xlfd to generate
16793 FONTSET_ASCII (fontset).
16794 (new_fontset_from_font_name): Deleted.
16795 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16796 a fontset is already created for the font. FIx updating of
16797 Vfontset_alias_alist.
16798 (fontset_ascii_font): Deleted.
16799 (Ffont_info): Adjusted for the format change of font-spec.
16800 (Finternal_char_font): Likewise.
16801 (Ffontset_info): Likewise.
16802 (syms_of_fontset): Don't check load_font_func.
16803
16804 * fns.c (internal_equal): Handle PREV_FONT.
16805
16806 * frame.h: Delete USE_FONT_BACKEND conditional.
16807
16808 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16809 conditionals. Don't check enable_font_backend. Delete all codes
16810 used only when USE_FONT_BACKEND is not defined.
16811 (x_set_font): Call x_new_font, not x_new_fontset2.
16812 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16813 already set for the frame.
16814
16815 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16816 a font-entity by font_make_entity. Use font_intern_prop instead
16817 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16818 font property. If a font is scalable, set avgwidth property to 0.
16819 Set font-entity property by font_put_extra.
16820 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16821 (ffont_driver): Adjusted for the change of struct font_driver.
16822 (ftfont_spec_pattern): New function.
16823 (ftfont_list): Return a list, not vector.
16824 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16825 (ftfont_list_family): Don't downcase names.
16826 (ftfont_free_entity): Deleted.
16827 (ftfont_open): Return a font-object. Adjusted for the change of
16828 struct font. Get underline_thickness and underline_position from
16829 font property. Don't update dpyinfo->smallest_font_height and
16830 dpyinfo->smallest_char_width.
16831 (ftfont_close): Don't free `struct font'.
16832 (ftfont_has_char): Adjusted for the format change of font-entity.
16833 (ftfont_encode_char, ftfont_text_extents): Likewise.
16834
16835 * ftxfont.c (ftxfont_list): Return a list, not vector.
16836 (ftxfont_open): Return a font-object. Adjusted for the change of
16837 struct font. Get underline_thickness and underline_position from
16838 font property. Don't update dpyinfo->smallest_font_height and
16839 dpyinfo->smallest_char_width.
16840 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16841 (ftxfont_draw): Adjusted for the change of struct font.
16842
16843 * image.c (image_ascent): Don't include "charset.h". Include
16844 "character.h" and "font.h".
16845
16846 * lisp.h (enum pvec_type): New member PREV_FONT.
16847 (Fassoc_string): EXFUN it.
16848
16849 * print.c: Include font.h.
16850 (print_object): Handle font-related objects.
16851
16852 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16853 conditionals. Don't check enable_font_backend. Delete all codes
16854 used only when USE_FONT_BACKEND is not defined.
16855 (handle_auto_composed_prop): Do nothing if it->f is not on a
16856 window system. Check how many following characters can be
16857 displayed by the same font.
16858 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16859 'struct font *'.
16860 (get_char_face_and_encoding): Assign the whole encoding task to
16861 the `encode-char' method of a font driver.
16862 (fill_composite_glyph_string): Adjusted for the change of `struct
16863 face' and `struct glyph_string'.
16864 (fill_glyph_string): Likewise.
16865 (get_per_char_metric): Arguments changed.
16866 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16867 and `struct glyph_string'.
16868 (produce_stretch_glyph, calc_line_height_property)
16869 (x_produce_glyphs): Likewise.
16870
16871 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16872 conditionals. Don't check enable_font_backend. Delete all codes
16873 used only when USE_FONT_BACKEND is not defined. Use
16874 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16875 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16876 (Qp): Extern them.
16877 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16878 Deleted.
16879 (struct font_name): Deleted.
16880 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16881 (compare_fonts_by_sort_order): New function.
16882 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16883 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16884 Deleted.
16885 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16886 compare_fonts_by_sort_order.
16887 (Fx_font_family_list): Call Ffont_family_list.
16888 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16889 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16890 (face_symbolic_slant, face_symbolic_swidth)
16891 (split_font_name_into_vector, build_font_name_from_vector)
16892 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16893 (font_rescale_ratio, split_font_name, build_font_name)
16894 (free_font_names, sort_fonts, x_face_list_fonts)
16895 (face_font_available_p, sorted_font_list, cmp_font_names)
16896 (font_list_1, concat_font_list, font_list, remove_duplicates):
16897 Deleted.
16898 (Fx_list_fonts): Use Ffont_list.
16899 (LFACE_AVGWIDTH): Deleted.
16900 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16901 by FONTP.
16902 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16903 (set_lface_from_font_name): Delete it.
16904 (set_lface_from_font): Renamed from
16905 set_lface_from_font_and_fontset. Caller changed. Don't set
16906 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16907 for face.
16908 (merge_face_vectors): Copy font-spec if necessary.
16909 Clear properties of the font-spec if necessary.
16910 (merge_face_ref): Clear properties of the font-spec if necessary.
16911 (Finternal_set_lisp_face_attribute): Likewise.
16912 (set_font_frame_param): Use font_load_for_lface to load a
16913 font-object, and call Fmodify_frame_parameters with it.
16914 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16915 font name by Ffont_xlfd_name.
16916 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16917 QCslant, and QCwidth.
16918 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16919 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16920 Compare fonts by EQ.
16921 (lookup_non_ascii_face): Deleted.
16922 (face_for_font): The 2nd argument changed.
16923 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16924 Check atomic font properties by case insensitive.
16925 (realize_non_ascii_face): Set face->overstrike correctly.
16926 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16927 (dump_realized_face): Get font name from
16928 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16929
16930 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16931 conditionals. Don't check enable_font_backend. Delete all codes
16932 used only when USE_FONT_BACKEND is not defined.
16933 (xic_create_xfontset): Original code deleted and renamed from
16934 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16935 (x_make_gc): Don't set GCFont in GCs.
16936 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16937 opened by "fixed".
16938 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16939 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16940 get_font_repertory_func.
16941
16942 * xfont.c: Include <stdlib.h> and "ccl.h".
16943 (struct xfont_info): New structure.
16944 (xfont_query_font): Deleted.
16945 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16946 moved from xterm.c.
16947 (xfont_driver): Adjusted for the change of struct font_driver.
16948 (compare_font_names): New function.
16949 (xfont_list_pattern): Sort font names case insensitively. Make
16950 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16951 (xfont_list): Return a list, not vector.
16952 (xfont_match): If the font doesn't have QCname property, generate
16953 a name from the other font properties.
16954 (xfont_open): Return a font-object. Adjusted for the change of
16955 struct font. Get underline_thickness and underline_position from
16956 font property. Don't update dpyinfo->smallest_font_height and
16957 dpyinfo->smallest_char_width.
16958 (xfont_close): Don't free struct font.
16959 (xfont_prepare_face): Adjusted for the change of struct font.
16960 (xfont_done_face): Deleted.
16961 (xfont_has_char): Adjusted for the change of struct font.
16962 (xfont_encode_char, xfont_draw): Likewise.
16963 (xfont_check): New function.
16964
16965 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16966 callback function.
16967 (xftfont_match): Adjusted for the format change of font-entity.
16968 (xftfont_open): Adjusted for the format change of font-entity and
16969 font-object. Adjusted for the change of struct font. Return a
16970 font-object. Don't update dpyinfo->smallest_font_height and
16971 dpyinfo->smallest_char_width.
16972 (xftfont_close): Block input while calling XftFontClose.
16973 (xftfont_prepare_face): Don't block input while calling
16974 xftfont_get_colors. Adjusted for the change of struct font.
16975 (xftfont_shape): Return value of error case fixed.
16976
16977 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16978
16979 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16980 conditionals.
16981 (FONT_WIDTH): Return (f)->max_width.
16982 (struct x_display_info): Delete member `font'.
16983 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16984 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16985 (struct x_output): Change type of `font' to `struct font *'.
16986
16987 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16988 conditionals. Don't check enable_font_backend. Delete all codes
16989 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16990 (x_per_char_metric, x_encode_char): Deleted.
16991 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16992 (x_compute_glyph_string_overhangs): Adjusted for the change of
16993 `struct face'.
16994 (x_draw_glyph_string_foreground)
16995 (x_draw_composite_glyph_string_foreground): Likewise.
16996 (x_draw_glyph_string): Likewise. Use font->underline_position and
16997 font->underline_thickness.
16998 (x_new_font): Renamed from x_new_fontset2.
16999 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17000 (x_check_font): Call `check' method of a font driver.
17001 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17002 (x_query_font, x_get_font_repertory): Deleted.
17003 (x_find_ccl_program): Renamed and moved to xfont.c.
17004 (x_redisplay_interface): Adjusted for the change of `struct
17005 redisplay_interface'.
17006
17007 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17008 conditionals. Don't check enable_font_backend. Delete all codes
17009 used only when USE_FONT_BACKEND is not defined. Surround non-used
17010 code by "#ifdef OLD_FONT" and "endif".
17011 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17012
17013 * w32font.h (struct w32font_info): New member.
17014 (FONT_COMPAT): New macro.
17015 (w32font_open_internal): Prototype adjusted.
17016
17017 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17018 OLD_FONT" and "endif".
17019
17020 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17021 conditionals. Don't check enable_font_backend. Delete all codes
17022 used only when USE_FONT_BACKEND is not defined.
17023 (w32font_open): Return a font-object. Make a font-object by
17024 font_make_object. Adjusted for the change of struct w32font_info.
17025 (w32font_close): Don't free struct font. Adjusted for the change
17026 of struct w32font_info.
17027 (w32font_encode_char, w32font_text_extents, w32font_draw):
17028 Adjusted for the change of struct w32font_info.
17029 (w32font_draw): Likewise.
17030 (w32font_list_internal): Return a list, not vector.
17031 (w32font_open_internal): Change the 4th arg to font-object.
17032 Adjusted for the change of struct w32font_info and font-object format.
17033 (add_font_name_to_list): Don't downcase names.
17034 (w32_enumfont_pattern_entity): Make a font-entity by
17035 font_make_entity. Adjusted for the format change of font-entity.
17036 Use FONT_SET_STYLE to set a style-related font property. If a
17037 font is scalable, set avgwidth property to 0. Set font-entity
17038 property by font_put_extra.
17039 (font_matches_spec): Adjusted for the format change of font-entity.
17040 (w32_weight_table, w32_decode_weight): New variables.
17041 (w32_encode_weight): New function.
17042 (fill_in_logfont): Adjusted for the format change of font-spec.
17043 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17044 weight value.
17045 (w32font_driver): Adjusted for the change of struct font_driver.
17046
17047 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17048 conditionals. Don't check enable_font_backend. Surround non-used
17049 code by "#ifdef OLD_FONT" and "endif".
17050 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17051 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17052
17053 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17054 conditionals. Don't check enable_font_backend. Delete all codes
17055 used only when USE_FONT_BACKEND is not defined. Surround non-used
17056 code by "#ifdef OLD_FONT" and "endif".
17057
17058 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17059 (uniscribe_open): Return value changed to font-object.
17060 Adjusted for the format change of font-object.
17061 (uniscribe_otf_capability): Adjusted for the change of struct font.
17062 (add_opentype_font_name_to_list): Don't downcase names.
17063 (uniscribe_font_driver): Adjusted for the change of struct
17064 font_driver.
17065
170662008-05-13 Chong Yidong <cyd@stupidchicken.com>
17067
17068 * dispnew.c (update_frame_1): Check if tty output is still valid
17069 before flushing it.
17070
170712008-05-13 Jan Djärv <jan.h.d@swipnet.se>
17072
17073 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17074 to Gtk+ menus.
17075
170762008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17077
17078 * dired.c (file_name_completion): Tweak the code so as to always do it
17079 in a single pass. Tighten the scope of some variables.
17080
17081 * dired.c (Qdefault_directory): New var.
17082 (file_name_completion): Use it instead of Fexpand_file_name.
17083 (syms_of_dired): Initialize it.
17084
170852008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * fileio.c (double_dollars): Remove dead code.
17088
170892008-05-10 Eli Zaretskii <eliz@gnu.org>
17090
17091 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17092 Mention w32-get-true-file-attributes in doc string.
17093
17094 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17095
170962008-05-09 Glenn Morris <rgm@gnu.org>
17097
17098 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17099 2008-04-23.
17100
171012008-05-09 Eli Zaretskii <eliz@gnu.org>
17102
17103 Support for reporting owner and group of each file on MS-Windows:
17104 * dired.c (stat_uname, stat_gname): New functions, with special
17105 implementation for w32.
17106 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17107
17108 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17109 (dflt_group_name): New static variable.
17110 (dflt_group): Rename from the_group.
17111 (init_user_info): Init dflt_group fields. Get user's group name
17112 from LookupAccountSid.
17113 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17114 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17115 New initialization states.
17116 (globals_of_w32): Initialize them to zero. Initialize the default
17117 group name to "None".
17118 (GetFileSecurity_Name): New global var, the name of the function
17119 to call for GetFileSecurity.
17120 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17121 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17122 (get_file_security, get_security_descriptor_owner)
17123 (get_security_descriptor_group, is_valid_sid)
17124 (get_file_security_desc, get_rid, get_name_and_id)
17125 (get_file_owner_and_group): New functions.
17126 (stat): Use get_file_security_desc and get_file_owner_and_group to
17127 report the owner and primary group of each file. Don't ignore the
17128 high 32 bits of file's size, now that st_size is 64-bit wide.
17129 Fix test when to get true file attributes.
17130 (init_user_info): Use get_rid instead of equivalent inline code.
17131 (fstat): Don't ignore the high 32 bits of file's size.
17132
171332008-05-09 Chong Yidong <cyd@stupidchicken.com>
17134
17135 * image.c (png_load): Use correct bit-depth for setting background
17136 color.
17137
171382008-05-08 Eli Zaretskii <eliz@gnu.org>
17139
17140 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17141 epa-hook.elc.
17142
171432008-05-08 Juanma Barranquero <lekktu@gmail.com>
17144
17145 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17146
171472008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17148
17149 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17150 because the original parameters are in pure storage now.
17151 (mac_window): Remove unused params. Update callers.
17152
171532008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * lread.c (substitute_object_recurse): Use lower-level primitives.
17156 Don't signal errors when traversing sub-char-tables.
17157 Don't loop over all the possible characters when traversing char-tables.
17158
17159 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17160 just like we do in print.c.
17161
171622008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17163
17164 * minibuf.c (Ftry_completion): Remove code left over from when we used
17165 scmp instead of Fcompare_strings.
17166
171672008-05-04 Juanma Barranquero <lekktu@gmail.com>
17168
17169 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17170
171712008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17172
17173 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17174 Create bitmap context in native byte order.
17175
17176 * macterm.c (XDrawLine)
17177 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17178 context in native byte order.
17179
171802008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17181
17182 * config.in: Regenerate.
17183
17184 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17185 New definitions for Image I/O support.
17186 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17187 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17188 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17189 (mac_data_provider_release_data, image_load_image_io)
17190 [USE_MAC_IMAGE_IO]: New functions.
17191 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17192 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17193 (init_image_func_pointer) [MAC_OSX]: Remove function.
17194 (image_load_quartz2d) [MAC_OSX]: Check availability of
17195 CGImageCreateWithPNGDataProvider at compile time.
17196 Use lowercase `false' for boolean constant.
17197 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17198 Use image_load_image_io.
17199 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17200 Don't check MyCGImageCreateWithPNGDataProvider.
17201 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17202 Don't call init_image_func_pointer.
17203
17204 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17205
17206 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17207 Make variable non-static.
17208 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17209 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17210
17211 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17212 (RED_FROM_ULONG): Mask off higher bits.
17213 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17214
17215 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17216 Include AvailabilityMacros.h.
17217 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17218 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17219
172202008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17221
17222 * chartab.c (Fset_char_table_range): If range is t, really set all
17223 chars to that value.
17224
172252008-05-03 Eli Zaretskii <eliz@gnu.org>
17226
17227 * dired.c (Ffile_attributes): Don't allow the device number become
17228 negative.
17229
172302008-05-02 Daiki Ueno <ueno@unixuser.org>
17231
17232 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17233
172342008-05-02 Juri Linkov <juri@jurta.org>
17235
17236 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17237 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17238 DEFAULT argument as a list of default values in docstrings.
17239
172402008-05-01 Chong Yidong <cyd@stupidchicken.com>
17241
17242 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17243
172442008-05-01 Martin Rudalics <rudalics@gmx.at>
17245
17246 * dispnew.c (change_frame_size_1): Preserve small windows when
17247 shrinking frames by calling set_window_height|width with third
17248 arg 2.
17249
17250 * window.h (struct window): Replace field too_small_ok by field
17251 resize_proportionally.
17252
17253 * window.c (make_window): Initialize resize_proportionally.
17254 (enlarge_window): Temporarily set resize_proportionally to make
17255 sure that shrink_windows does scale the window proportionally.
17256 (shrink_windows): When window has resize_proportionally set try
17257 to shrink it proportionally by stealing from other windows.
17258 (struct saved_window, Fset_window_configuration)
17259 (compare_window_configurations): Handle resize_proportionally.
17260 (WINDOW_TOTAL_SIZE): New macro.
17261 (window_min_size, shrink_windows, size_window): Use it.
17262 (check_min_window_sizes): Remove. Invalid values of
17263 window-min-height|width are handled by window_min_size_2 now.
17264 (size_window, Fsplit_window, enlarge_window)
17265 (adjust_window_trailing_edge, grow_mini_window): Don't call
17266 check_min_window_sizes.
17267 (window_min_size_2, window_min_size_1, window_min_size):
17268 New argument safe_p for retrieving "safe" minimum sizes.
17269 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17270 (adjust_window_trailing_edge, grow_mini_window):
17271 Adjust arguments of window_min_size... functions.
17272 (shrink_windows): Argument min_size removed. New argument
17273 safe_p allows shrinking windows to their safe minimum sizes.
17274 Calculate minimum size and decide whether a window shall be
17275 deleted for each window individually.
17276 (size_window): When nodelete_p equals 2, tell shrink_windows to
17277 delete windows only if their new minimum size is no more safe.
17278 (shrink_window_lowest_first): Call window_min_size_1 to make
17279 sure to preserve modeline of bottom-most window when resizing
17280 the minibuffer.
17281 (Fset_window_configuration, Fcurrent_window_configuration)
17282 (compare_window_configurations): Do not handle
17283 window-min-height|width any more.
17284 (syms_of_window): Clarify window-min-height|width doc-strings.
17285
172862008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17289 some more. Copy some of the code from Ftry_completions.
17290 Remove special case code that dates back to initial revision when the
17291 slash was only added when necessary and that can't trigger nowadays.
17292
172932008-04-27 Kenichi Handa <handa@m17n.org>
17294
17295 * font.c (font_prop_validate): Signal `error' instead of `font'.
17296
172972008-04-29 Jason Rumney <jasonr@gnu.org>
17298
17299 * w32fns.c (Fw32_battery_status): New defun.
17300 (syms_of_w32fns): Defsubr it.
17301
173022008-04-28 Andreas Schwab <schwab@suse.de>
17303
17304 * dired.c (file_name_completion): Fix another mixing of encoded
17305 and decoded names.
17306
173072008-04-28 Juanma Barranquero <lekktu@gmail.com>
17308
17309 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17310
173112008-04-27 Juanma Barranquero <lekktu@gmail.com>
17312
17313 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17314
173152008-04-27 Andreas Schwab <schwab@suse.de>
17316
17317 * dired.c (file_name_completion): Fix inappropriate mixing of
17318 encoded and decoded names.
17319
17320 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17321
17322 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17323
173242008-04-26 Eli Zaretskii <eliz@gnu.org>
17325
17326 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17327 2008-03-31, it's not needed anymore with `struct stat' definition
17328 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17329 for the same reasons.
17330
173312008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17332
17333 * m/sparc.h: Additional redefinitions for GNU/Linux.
17334
173352008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17336
17337 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17338 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17339 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17340 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17341 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17342 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17343 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17344 Likewise.
17345
17346 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17347 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17348 (mac_ax_number_of_characters): Add externs.
17349 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17350 [USE_MAC_TSM]: Likewise.
17351 (mac_handle_text_input_event) [MAC_OSX]:
17352 Handle kEventTextInputOffsetToPos for no active input area case.
17353 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17354 (mac_handle_document_access_event)
17355 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17356 (install_application_handler) [MAC_OSX]: Register handlers for
17357 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17358 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17359 Register mac_handle_document_access_event.
17360
17361 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17362 Make functions non-static.
17363
173642008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17367 (read_file_name_completion_ignore_case, insert_default_directory)
17368 (Qdefault_directory): Move to minibuffer.el.
17369 (Fread_file_name): Call the new `read-file-name' instead.
17370
173712008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17372
17373 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17374 Make function non-static.
17375 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17376 Remove function.
17377 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17378 Move to mactoolbox.c.
17379 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17380
17381 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17382 (mac_rect_make): New macro.
17383
17384 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17385 instead of float.
17386 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17387 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17388 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17389 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17390 CGRectMake.
17391 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17392 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17393 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17394 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17395 instead of WindowRef in argument type.
17396 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17397 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17398 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17399 instead of DISPLAY. All uses changed.
17400 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17401 (x_calc_absolute_position): Simplify so as not to use
17402 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17403
17404 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17405 instead of WindowRef in argument type.
17406 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17407 [TARGET_API_MAC_CARBON]: Remove externs.
17408 (create_apple_event, mac_event_parameters_to_lisp)
17409 [TARGET_API_MAC_CARBON]: Add externs.
17410
17411 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17412 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17413 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17414 is clicked.
17415 (x_activate_menubar): Remove extern for saved_menu_event_location.
17416 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17417 Move from mac.c.
17418
174192008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17420
17421 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17422 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17423
174242008-04-23 Jason Rumney <jasonr@gnu.org>
17425
17426 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17427 attributes only for local files.
17428
17429 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17430 default to Qlocal.
17431
174322008-04-22 Juri Linkov <juri@jurta.org>
17433
17434 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17435 read-buffer-to-switch instead of using the letter "B".
17436
174372008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * fileio.c (Qdefault_directory): New variable.
17440 (Fread_file_name): Use it to pass `dir' to the completion functions.
17441
174422008-04-20 Chong Yidong <cyd@stupidchicken.com>
17443
17444 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17445
174462008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17447
17448 * keyboard.c (Vpre_help_message): Remove.
17449 (show_help_echo): Remove default C code.
17450
17451 * dired.c (directory_files_internal, file_name_completion):
17452 Only call ENCODE_FILE if the string is indeed decoded.
17453
174542008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17455
17456 * Makefile.in (TOOLKIT_DEFINES): Remove.
17457 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17458
174592008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17460
17461 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17462 (mactoolbox.o): New target.
17463
17464 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17465 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17466
17467 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17468 Use mac_set_frame_window_background instead of XSetWindowBackground.
17469 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17470 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17471 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17472 instead of SetWindowTitleWithCFString.
17473 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17474 Move function to mactoolbox.c.
17475 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17476 Use mac_set_window_modified instead of SetWindowModified.
17477 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17478 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17479 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17480 FrontNonFloatingWindow. Use mac_activate_window instead of
17481 ActivateWindow. Use mac_active_non_floating_window instead of
17482 ActiveNonFloatingWindow.
17483 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17484 Use mac_show_hourglass and mac_hide_hourglass.
17485 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17486 instead of GetGlobalMouse.
17487 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17488 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17489 Use mac_bring_window_to_front instead of BringToFront.
17490 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17491 mactoolbox.c.
17492 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17493 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17494 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17495 mactoolbox.c.
17496
17497 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17498 (XtPointer): Move typedef from macmenu.c.
17499 (enum button_type): Move enum from macmenu.c.
17500 (widget_value): Move typedef from macmenu.c.
17501 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17502 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17503 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17504 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17505 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17506 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17507 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17508 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17509 (Selection): Move typedef from macselect.c.
17510 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17511 macterm.c.
17512 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17513 (mac_is_window_collapsed, mac_bring_window_to_front)
17514 (mac_send_window_behind, mac_hide_window, mac_show_window)
17515 (mac_collapse_window, mac_front_non_floating_window)
17516 (mac_active_non_floating_window, mac_activate_window)
17517 (mac_move_window_structure, mac_move_window, mac_size_window)
17518 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17519
17520 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17521 (enum mac_menu_kind): Move enum to mactoolbox.c.
17522 (min_menu_id): Move variable to mactoolbox.c.
17523 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17524 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17525 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17526 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17527 [TARGET_API_MAC_CARBON]: Likewise.
17528 (XtPointer): Move typedef to macgui.h.
17529 (enum button_type): Move enum to macgui.h.
17530 (widget_value): Move typedef to macgui.h.
17531 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17532 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17533 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17534 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17535 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17536 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17537 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17538 (popup_activated_flag): Make variable non-static.
17539 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17540 (add_menu_item, fill_menu, dispose_menus):
17541 Move functions to mactoolbox.c.
17542 (restore_show_help_function, menu_target_item_handler)
17543 (install_menu_target_item_handler, mac_handle_dialog_event)
17544 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17545 [TARGET_API_MAC_CARBON]: Likewise.
17546 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17547 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17548 (find_and_call_menu_selection, name_is_separator): Make function
17549 non-static.
17550 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17551 to mactoolbox.c.
17552 (set_frame_menubar): Don't call install_menu_quit_handler.
17553 (menu_item_selection): New variable.
17554 (mac_menu_show): Use create_and_show_popup_menu.
17555 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17556 selection but set variable menu_item_selection. All uses changed.
17557 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17558 Call install_menu_quit_handler. Move to mactoolbox.c.
17559
17560 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17561 (Selection): Move typedef to macgui.h.
17562 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17563 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17564 Make variables non-static.
17565 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17566 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17567 Make functions non-static.
17568 (Vmac_service_selection) [MAC_OSX]: Likewise.
17569 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17570 (mac_valid_selection_target_p, mac_clear_selection)
17571 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17572 (mac_put_selection_value, mac_selection_has_target_p)
17573 (mac_get_selection_value, mac_get_selection_target_list)
17574 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17575 Move functions to mactoolbox.c.
17576 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17577 Likewise.
17578 (copy_scrap_flavor_data, mac_handle_service_event)
17579 (install_service_handler) [MAC_OSX]: Likewise.
17580 (syms_of_macselect) <Vmac_dnd_known_types>:
17581 Use mac_dnd_default_known_types.
17582
17583 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17584 Move to mactoolbox.c.
17585 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17586 (Fx_selection_owner_p): Add EXFUN.
17587 (install_window_handler, remove_window_handler, XSetWindowBackground):
17588 Remove externs.
17589 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17590 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17591 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17592 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17593 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17594 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17595 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17596 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17597 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17598 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17599 (mac_valid_selection_target_p, mac_clear_selection)
17600 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17601 (mac_put_selection_value, mac_selection_has_target_p)
17602 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17603 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17604 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17605 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17606 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17607 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17608 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17609 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17610 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17611
17612 * mactoolbox.c: New file.
17613
176142008-04-18 Jason Rumney <jasonr@gnu.org>
17615
17616 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17617
176182008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * character.c (Fmultibyte_char_to_unibyte):
17621 Return latin1 chars unchanged.
17622
17623 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17624 relocated if it points to `name'.
17625
176262008-04-17 Kenichi Handa <handa@m17n.org>
17627
17628 * data.c (Faset): Allow setting a multibyte character in an
17629 ASCII-only unibyte string.
17630
17631 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17632
176332008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17634
17635 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17636 done in config.h.
17637
176382008-04-16 Juanma Barranquero <lekktu@gmail.com>
17639
17640 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17641 (Fchar_direction): Add usage in the docstring.
17642
176432008-04-15 Chong Yidong <cyd@stupidchicken.com>
17644
17645 * keyboard.c (read_key_sequence): Remove always-true checks.
17646
176472008-04-14 Jason Rumney <jasonr@gnu.org>
17648
17649 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17650 compatibility struct, for better underline positioning.
17651
176522008-04-13 David Hansen <david.hansen@gmx.net>
17653
17654 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17655 string.
17656
176572008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17658
17659 * m/hp800.h (XUINT, XSET): Remove.
17660
176612008-04-12 Juanma Barranquero <lekktu@gmail.com>
17662
17663 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17664 previous change.
17665
176662008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17667
17668 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17669 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17670
176712008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * keymap.h (map_keymap_canonical): Declare.
17674 * xmenu.c (single_keymap_panes): Use it.
17675
176762008-04-11 Glenn Morris <rgm@gnu.org>
17677
17678 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17679 set the target's value to that of the alias.
17680
176812008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * term.c (set_tty_color_mode): Left over typo.
17684
176852008-04-10 Michael Albinus <michael.albinus@gmx.de>
17686
17687 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17688 only after check for file name handler functions. Signal, when
17689 native functionality is not supported.
17690 (syms_of_fileio): Declare it unconditionally.
17691
176922008-04-10 Jason Rumney <jasonr@gnu.org>
17693
17694 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17695 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17696
17697 * w32.c (logon_network_drive): Also logon to remote drives that
17698 are mapped to drive letters.
17699
177002008-04-10 Glenn Morris <rgm@gnu.org>
17701
17702 * xdisp.c (truncate-partial-width-windows): Doc fix.
17703
177042008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17707 Move functions to minibuffer.el.
17708 (syms_of_fileio): Don't declare them.
17709
177102008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17713 (syms_of_minibuf): Remove its initialization.
17714
17715 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17716
177172008-04-09 Juanma Barranquero <lekktu@gmail.com>
17718
17719 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17720
177212008-04-09 Jason Rumney <jasonr@gnu.org>
17722
17723 * makefile.w32-in (distclean): Delete makefile too.
17724 (maintainer-clean): New target.
17725
17726 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17727
17728 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17729 for new font backend and composite cases.
17730
177312008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17732
17733 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17734 Most of the code moved to run_timers.
17735 (do_pending_atimers): Call run_timers.
17736 (run_timers): New function.
17737
17738 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17739 run atimers.
17740
17741 * process.c (wait_reading_process_output): The same as above.
17742
177432008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * minibuf.c (last_exact_completion): Remove variable.
17746 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17747 (complete_and_exit_1, complete_and_exit_2)
17748 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17749 (Fdisplay_completion_list, display_completion_list_1)
17750 (Fminibuffer_completion_help, Fself_insert_and_exit)
17751 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17752 minibuffer.el.
17753 (syms_of_minibuf): Remove corresponding initializations.
17754
17755 * keyboard.c (Qdeactivate_mark): New var.
17756 (command_loop_1): Use it to call `deactivate-mark'.
17757 (syms_of_keyboard): Initialize it.
17758
17759 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17760 to another frame.
17761 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17762 Don't call set_tty_color_mode.
17763 (store_frame_param): Reset previous_frame rather than call
17764 set_tty_color_mode.
17765 * term.c (set_tty_color_mode): Rewrite.
17766 * dispextern.h (set_tty_color_mode): New type.
17767 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17768
177692008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17770
17771 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17772 for generic chars, which do not exist any more in emacs-unicode.
17773
177742008-04-08 Michael Albinus <michael.albinus@gmx.de>
17775
17776 * coding.c (detect_coding_emacs_mule)
17777 (Ffind_operation_coding_system): Fix typo.
17778
177792008-04-08 Jason Rumney <jasonr@gnu.org>
17780
17781 * w32uniscribe.c (SNAME): Extract only symbol name.
17782
17783 * w32font.h (struct w32_metric_cache): New struct.
17784 (w32font_info): Use it.
17785 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17786 (CACHE_BLOCKSIZE): New constants.
17787
17788 * w32font.c (Qja, Qko, Qzh): New symbols.
17789 (syms_of_w32font): Initialise them.
17790 (font_matches_spec): Use them to filter by language.
17791 (recompute_cached_metrics): Remove function.
17792 (compute_metrics, clear_cached_metrics): New functions.
17793 (w32font_encode_char): Use them to manage metric cache.
17794 (w32font_text_extents): Cache metrics for all glyphs on demand.
17795 Delay converting glyph indices to WORD until needed.
17796 (w32font_open_internal): Initialize metric cache to empty.
17797 (registry_to_w32_charset): Charset should always be a symbol.
17798 (fill_in_logfont, list_all_matching_fonts): Family should
17799 always be a symbol.
17800
178012008-04-06 Jason Rumney <jasonr@gnu.org>
17802
17803 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17804 Give up if glyph indices not supported. Use uniscribe obtained
17805 ABC widths for individual metrics. Map glyph clusters back to
17806 characters using fClusterStart flag. Return number of glyphs
17807 produced, not chars processed.
17808 (uniscribe_shape): Map char at FROM to current glyph.
17809
178102008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17811
17812 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17813 Use SetMenuItemHierarchicalMenu.
17814
178152008-04-05 Jason Rumney <jasonr@gnu.org>
17816
17817 * image.c (pbm_load): Allow color values up to 65535.
17818 Throw an error if max_color_idx is outside the supported range.
17819 Report an error when image size is invalid.
17820 Read two bytes at a time when raw images have max_color_idx above 255.
17821
aac0c6e3
MR
178222008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17823
17824 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17825 append "CCL: Quitted" when the CCL program is quitted.
17826 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17827
17828 * ccl.h (struct ccl_program): New member quit_silently.
17829
178302008-04-05 Chong Yidong <cyd@stupidchicken.com>
17831
17832 * search.c (compile_pattern_1): Treat non-nil and non-string of
17833 search-spaces-regexp as nil.
17834
17835 * minibuf.c (Fassoc_string): Tweak docstring.
17836
178372008-04-05 Eli Zaretskii <eliz@gnu.org>
17838
17839 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17840 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17841 2008-03-14 to force inode be positive.
17842
17843 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17844 _S_* ones, since we now use our own sys/stat.h.
17845 (stat, fstat): Don't mangle the inode number.
17846 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17847
178482008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * frame.h (struct frame): Give one more bit to `visible' since we use
17851 values larger than 1 to indicate obscured frames on ttys.
17852
17853 * keymap.c (Qkeymap_canonicalize): New var.
17854 (Fmap_keymap_internal): New fun.
17855 (describe_map): Use keymap-canonicalize.
17856
17857 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17858 (Fundo_boundary): Set them.
17859 (syms_of_undo): Initialize them.
17860 (record_point): Use them instead of last_point_position*.
17861 (last_undo_buffer): Change type.
17862
178632008-04-04 Jason Rumney <jasonr@gnu.org>
17864
17865 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17866 (recompute_cached_metrics): Don't set ascent and descent per char.
17867
17868 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17869 (uniscribe_check_otf): Add GC protection before consing.
17870 Rearrange loop for counting features.
17871
178722008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17873
17874 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17875 buffer with byte-size of source buffer.
17876
178772008-04-03 Chong Yidong <cyd@stupidchicken.com>
17878
17879 * callint.c (Fcall_interactively): Handle temporary region even
17880 when shift-select-mode is off.
17881
178822008-04-03 Jason Rumney <jasonr@gnu.org>
17883
17884 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17885
178862008-04-03 Kenichi Handa <handa@m17n.org>
17887
17888 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17889 (CATEGORY_MASK_UTF_16): Likewise.
17890 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17891 binary file.
17892 (detect_coding): Add null-byte detection for a binary file.
17893 (detect_coding_system): Likewise.
17894
178952008-04-03 Jason Rumney <jasonr@gnu.org>
17896
17897 * w32uniscribe.c: New file.
17898
17899 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17900
17901 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17902
17903 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17904 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17905 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17906 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17907 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17908 (Qphonetic): New symbols.
17909 (syms_of_w32font): Initialize them.
17910 (font_supported_scripts): Use them.
17911 (w32font_list_family): List all charsets.
17912 (w32font_text_extents, recompute_cached_metrics): Fix metric
17913 calculations.
17914 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17915 Give opentype fonts their own format.
17916 (font_matches_spec): New arguments backend and logfont.
17917 Handle :otf spec for uniscribe backend.
17918 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17919 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17920
17921 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17922 font backend.
17923 (globals_of_w32fns): Initialize uniscribe font backend.
17924
17925 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17926 dependencies.
17927 (w32uniscribe.$(O)): New file to build.
17928 (FONT_OBJ): Include w32uniscribe.$(O).
17929 (LIBS): Add uniscribe libraries.
17930
17931 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17932
179332008-04-02 Chong Yidong <cyd@stupidchicken.com>
17934
17935 * callint.c (Vshift_select_mode): New var.
17936 (Finteractive): Document new ^ spec.
17937 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17938 is present.
17939
17940 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17941 (command_loop_1): Avoid running the direct display versions of
17942 forward-char and backward-char if shift-selection may occur.
17943 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17944 shift-translation takes place.
17945
17946 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17947 avoid clobbering by define-minor-mode.
17948
17949 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17950 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17951
17952 * syntax.c (Fforward_word): Add ^ interactive spec.
17953
17954 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17955 (Fscroll_right): Add ^ interactive spec.
17956
179572008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17960
17961 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17962
17963 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17964
179652008-03-31 Juri Linkov <juri@jurta.org>
17966
17967 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17968
179692008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17970
17971 * gtkutil.c (xg_set_geometry): Fix indentation.
17972 (xg_resize_outer_widget): Remove.
17973 (x_wm_size_hint_off): Fix indentation.
17974 (xg_frame_set_char_size): Call flush_and_sync after
17975 gtk_window_resize.
17976 (x_wm_set_size_hint): Pass NULL as geometry window to
17977 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17978 Add menu bar and tool bar height to base height.
17979 (xg_update_frame_menubar, free_frame_menubar)
17980 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17981 (update_frame_tool_bar, free_frame_tool_bar):
17982 Change xg_resize_outer_widget to xg_frame_set_char_size.
17983
179842008-03-30 Michael Albinus <michael.albinus@gmx.de>
17985
17986 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17987 (Fdbus_call_method): New parameter TIMEOUT.
17988 (dbus-send-signal): Optimize UNGCPRO call.
17989
179902008-03-29 Juri Linkov <juri@jurta.org>
17991
17992 * window.c (Fdisplay_buffer): Move call to
17993 Vsplit_window_preferred_function out of conditions that check
17994 if window is eligible for vertical splitting.
17995 When Vsplit_window_preferred_function is non-nil, call it and use
17996 its non-nil return value as window. Otherwise, continue doing
17997 vertical splitting using Fsplit_window with arg horflag=nil.
17998 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17999 default value from `split-window' to nil.
18000
180012008-03-29 Juri Linkov <juri@jurta.org>
18002
18003 * callint.c (Fcall_interactively): Revert 2008-03-16 change
18004 for interactive code letters 'b' and 'B'.
18005
180062008-03-29 Eli Zaretskii <eliz@gnu.org>
18007
18008 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18009 multibyte string.
18010
180112008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * keyboard.c (pending_funcalls): New var.
18014 (timer_check): Run it.
18015 (syms_of_keyboard): Initialize it.
18016 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18017 (Vdelete_terminal_functions): New vars.
18018 (syms_of_terminal): Initialize them.
18019 (Fdelete_terminal): Run delete-terminal-functions.
18020 * xdisp.c (safe_eval): Rewrite.
18021 (safe_call2): New fun.
18022 * frame.c (Qdelete_frame_functions): New var.
18023 (syms_of_frame): Initialize it.
18024 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18025 * lisp.h (safe_call2, pending_funcalls): Declare.
18026
180272008-03-28 Andreas Schwab <schwab@suse.de>
18028
18029 * indent.c (Fmove_to_column): Move declaration before statements.
18030
180312008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
18034 (struct frame): Use bit fields for boolean vars.
18035
18036 * process.c (server_accept_connection): Simplify naming.
18037 (emacs_get_tty_pgrp): Use SDATA.
18038
18039 * coding.c (decode_coding_object): Fix last change.
18040
180412008-03-27 Jason Rumney <jasonr@gnu.org>
18042
18043 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18044
180452008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
18046
18047 * charset.c (Fdefine_charset_internal): Change the way of
18048 registering charsets in Vcharset_order_list.
18049 (syms_of_charset): Make the charset `eight-bit' supplementary.
18050
180512008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
18052
18053 * regex.c (EXTEND_BUFFER): Change order of pointer addition
18054 operations, to avoid having the difference between pointers
18055 overflow.
18056
180572008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * indent.c (check_display_width): New fun.
18060 (scan_for_column): Use it.
18061
18062 * data.c (syms_of_data): Mark most-positive-fixnum and
18063 most-negative-fixnum as constants.
18064
18065 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18066
18067 * indent.c (scan_for_column): Extract from current_column_1.
18068 Merge with the same code from Fmove_to_column.
18069 (current_column_1, Fmove_to_column): Use it.
18070
180712008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * keymap.c (map_keymap_internal): New fun.
18074 (map_keymap): Use it.
18075 (Fmap_keymap_internal): New fun.
18076 (Fmap_keymap): Remove left-out test from before make_save_value.
18077
18078 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18079
18080 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18081 Use XCAR/XCDR.
18082
18083 * process.h (struct Lisp_Process): Remove filter_multibyte.
18084 * process.c (QCfilter_multibyte): Remove.
18085 (setup_process_coding_systems): Don't use filter_multibyte.
18086 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18087 (read_process_output): Don't adjust multibyteness to filter_multibyte.
18088 (Fset_process_filter_multibyte): Change the coding-system to
18089 approximate the previous behavior.
18090 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18091 coding-system.
18092
18093 * coding.c (decode_coding_object): When not decoding into a buffer,
18094 obey the coding system's preference of (uni|multi)byte.
18095
180962008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18097
18098 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18099 every char is changed and has a different byte-length.
18100 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18101 Fix int -> EMACS_INT.
18102
181032008-03-23 David Hansen <david.hansen@gmx.net>
18104
18105 * dbusbind.c (xd_read_message): Remove extra copying of message
18106 strings. Check for NULL `interface' or `member'.
18107
181082008-03-22 Eli Zaretskii <eliz@gnu.org>
18109
18110 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18111 cFileName a file name that includes `?' characters, use the 8+3
18112 alias in cAlternateFileName instead.
18113
181142008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18117
181182008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18121 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18122 work on current_buffer only instead (that was already the case
18123 for some of the code anyway).
18124 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18125 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18126 (SET_PT, SET_PT_BOTH): Adjust.
18127 * intervals.h (set_point, temp_set_point, set_point_both)
18128 (temp_set_point_both): Remove redundant declarations.
18129
181302008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * fileio.c (Finsert_file_contents):
18133 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18134 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18135 when buffer != current_buffer anyway.
18136
181372008-03-20 Andreas Schwab <schwab@suse.de>
18138
18139 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18140 as default.
18141
181422008-03-19 Jason Rumney <jasonr@gnu.org>
18143
18144 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18145 (syms_of_w32fns): Initialize them.
18146 (HOURGLASS_ID): New constant.
18147 (x_window_to_frame): Don't check hourglass_window.
18148 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18149 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18150 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18151 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18152 Only change the cursor if hourglass is not active.
18153 (Fx_create_frame): Initialize frame's current_cursor.
18154 (hourglass_atimer): Remove.
18155 (hourglass_started): New function.
18156 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18157 (show_hourglass): Adapt to w32, changing argument to frame.
18158
18159 * w32term.h (struct w32_output): Remove hourglass_window.
18160 Add current_cursor.
18161
18162 * eval.c (call_debugger, Fsignal):
18163 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18164 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18165 (Fexecute_extended_command, cancel_hourglass_unwind):
18166 * minibuf.c (read_minibuf):
18167 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18168
181692008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * window.c (run_funs): New fun.
18172 (run_window_configuration_change_hook): Use it to run the buffer-local
18173 and the global part of the hook.
18174
18175 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18176 (unwind_format_mode_line): Restore selected window.
18177 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18178
181792008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * editfns.c (Fchar_equal): Check they are valid characters.
18182
18183 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18184
181852008-03-17 Andreas Schwab <schwab@suse.de>
18186
18187 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18188 against a charset.
18189
18190 * lisp.h (Fbuffer_list): Declare.
18191
181922008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 18193
aac0c6e3
MR
18194 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18195 handlebox_widget is != 0.
18196
181972008-03-16 Juri Linkov <juri@jurta.org>
18198
18199 * callint.c (Fcall_interactively): For interactive code letters
18200 'b' and 'B' put the buffer list into the list of default "future"
18201 values of the minibuffer.
18202
182032008-03-16 Andreas Schwab <schwab@suse.de>
18204
18205 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18206 modifiers.
18207
18208 * regex.c (re_match_2_internal): Correct matching of a charset
18209 against latin-1 characters.
18210
182112008-03-16 Kenichi Handa <handa@m17n.org>
18212
18213 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18214 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18215 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18216 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18217 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18218 CHAR_STRING_ADVANCE.
18219 (produce_chars): Fix for the case that the source and the
18220 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18221 instead of CHAR_STRING_ADVANCE.
18222 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18223 STRING_CHAR_ADVANCE.
18224
182252008-03-15 Andreas Schwab <schwab@suse.de>
18226
18227 * regex.c (re_match_2_internal): Correct matching of eight bit
18228 characters in unibyte strings.
18229
182302008-03-15 Martin Rudalics <rudalics@gmx.at>
18231
18232 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18233 at end of range when it coincides with the end of the buffer.
18234
182352008-03-14 Eli Zaretskii <eliz@gnu.org>
18236
18237 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18238
18239 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18240
182412008-03-14 Jason Rumney <jasonr@gnu.org>
18242
18243 * editfns.c (initial_tz): New variable.
18244 (syms_of_editfns): Initialize it.
18245 (Fset_time_zone_rule): Set it when first called.
18246 Use it when TZSTRING is nil.
18247
18248 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18249 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18250 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18251 (globals_of_w32fns): Initialize them.
18252 (compute_tip_xy): Use them to position tooltips.
18253
182542008-03-14 Glenn Morris <rgm@gnu.org>
18255
18256 * emacs.c (main): Revert previous change.
18257 (standard_args): Revert -internal-script back to -scriptload,
18258 and remove the long-option form.
18259
182602008-03-13 Glenn Morris <rgm@gnu.org>
18261
18262 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18263 Remove option -enable-font-backend.
18264
182652008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18266
18267 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18268
182692008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18270
18271 * xterm.c (x_connection_closed): For GTK: If this is the last
18272 terminal just exit without closing the display.
18273
182742008-03-11 Jason Rumney <jasonr@gnu.org>
18275
18276 * w32font.c (w32font_full_name): Use floor to round.
18277
f0131492 182782008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
18279
18280 * sound.c (alsa_configure): Declare vol at beginning of block.
18281
18282 * fontset.c (Ffontset_info): Remove extra semicolon.
18283
182842008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18287 size of resulting string.
18288
182892008-03-10 Jason Rumney <jasonr@gnu.org>
18290
18291 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18292
182932008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18294
18295 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18296 Don't pretend as if characters with display property haven't been
18297 consumed for string-replacing-string case.
18298
182992008-03-08 Kim F. Storm <storm@cua.dk>
18300
18301 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18302 (get_next_display_element, next_element_from_string)
18303 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18304
183052008-03-08 Andreas Schwab <schwab@suse.de>
18306
18307 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18308
183092008-03-06 Jason Rumney <jasonr@gnu.org>
18310
18311 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18312 when charset not specified. Only translate ANSI to unicode when
18313 font_type is truetype.
18314 (w32font_coverage_ok): New function.
18315 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18316
183172008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18318
18319 * lread.c (Fread_char): Resolve modifiers.
18320 (Fread_char_exclusive): Likewise.
18321
18322 * character.c (char_resolve_modifier_mask): New function.
18323 (char_string): Use char_resolve_modifier_mask.
18324 (Fchar_resolve_modifiers): New function.
18325 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18326 function.
18327
183282008-03-04 Jason Rumney <jasonr@gnu.org>
18329
18330 * makefile.w32-in: Always include w32font.c in the build.
18331 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18332
183332008-03-04 Andreas Schwab <schwab@suse.de>
18334
18335 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18336 (versionclean): Likewise.
18337
183382008-03-04 Juanma Barranquero <lekktu@gmail.com>
18339
18340 * .cvsignore: Add oo.
18341
183422008-03-03 Andreas Schwab <schwab@suse.de>
18343
18344 * coding.c (decode_coding_object): Inhibit gap shrinking while
18345 decoding in place.
18346
183472008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18348
18349 * w32term.c: Remove unused include "gnu.h".
18350 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18351
18352 * gnu.h: Rename to ...
18353 * emacs-icon.h: ... this.
18354 * xterm.c: Use emacs-icon.h instead of gnu.h.
18355 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18356
183572008-03-03 Juanma Barranquero <lekktu@gmail.com>
18358
18359 * w32font.c: Include math.h.
18360
183612008-03-03 Jason Rumney <jasonr@gnu.org>
18362
18363 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18364 Compute options separately.
18365 (w32font_open_internal): Set glyph_idx before caching metrics.
18366
18367 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18368 Define if system headers don't.
18369 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18370 (w32font_encode_char): Don't declare here.
18371
18372 * w32font.c (Quniscribe, QCformat): New symbols.
18373 (syms_of_w32font): Define them.
18374 (w32font_has_char): Indicate uncertainty.
18375 (w32font_encode_char): Encode as glyph point. Make static.
18376 (recompute_cached_metrics): New function.
18377 (w32font_open_internal): Use it. Set font to use glyph points
18378 initially. Set format based on type of font.
18379 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18380 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18381 on it. Set format based on information available here.
18382 (add_font_entity_to_list): Identify backend based on opentype_only.
18383
183842008-03-02 Andreas Schwab <schwab@suse.de>
18385
18386 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18387
18388 * coding.c (decode_coding_big5, produce_chars):
18389 Fix typos in last change.
18390
183912008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18392
18393 * gnu.h: New icon.
18394
183952008-03-02 Kenichi Handa <handa@m17n.org>
18396
18397 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18398 `dos', don't decode '\r' if that is the last in the source.
18399 (decode_coding_utf_16, decode_coding_emacs_mule)
18400 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18401 (decode_coding_raw_text, decode_coding_charset): Likewise.
18402 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18403
184042008-03-01 Jason Rumney <jasonr@gnu.org>
18405
18406 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18407
184082008-03-01 Kim F. Storm <storm@cua.dk>
18409
18410 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18411
184122008-03-01 Jason Rumney <jasonr@gnu.org>
18413
18414 * w32font.c (w32font_full_name): New function.
18415 (w32font_open_internal): Use it.
18416
184172008-03-01 Kim F. Storm <storm@cua.dk>
18418
18419 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18420
184212008-03-01 Jason Rumney <jasonr@gnu.org>
18422
18423 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18424
184252008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18426
18427 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18428 xg_frame_resized when the event is for the edit widget.
18429
18430 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18431
18432 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18433 set_char_size.
18434 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18435 operations on widgets here. Just set frame size if needed.
18436 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18437 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18438 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18439 the whole frame.
18440 (xg_create_tool_bar): Move attachment of the tool bar to
18441 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18442 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18443
184442008-03-01 Jason Rumney <jasonr@gnu.org>
18445
18446 * w32fns.c (w32_msg_pump): Disable debug code.
18447
184482008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18449
18450 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18451
184522008-02-29 Chong Yidong <cyd@stupidchicken.com>
18453
18454 * xdisp.c (next_overlay_string): Don't set
18455 overlay_strings_at_end_processed_p if we're currently reading from
18456 a display string.
18457
184582008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18459
18460 * xdisp.c (get_overlay_strings_1): Fix typo.
18461
184622008-02-29 Chong Yidong <cyd@stupidchicken.com>
18463
18464 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18465
184662008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18467
18468 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18469
18470 * xdisp.c (display_mode_element): Cancel the previous change.
18471 (decode_mode_spec): Likewise.
18472 (handle_auto_composed_prop): Don't make composition if it->string
18473 is a string.
18474
184752008-02-27 Kim F. Storm <storm@cua.dk>
18476
18477 * lisp.h (GLYPH): Change type from int to struct with separate char
18478 and face_id members.
18479 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18480 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18481 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18482 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18483 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18484 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18485 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18486 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18487 handle new Lisp glyph code encoding, either an integer or a cons.
18488
18489 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18490 (GLYPH_ALIAS): Delete.
18491 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18492 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18493 (GLYPH_FROM_CHAR): Replace macro by ...
18494 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18495
18496 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18497 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18498 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18499 (GLYPH_INVALID_P): New macro.
18500 (spec_glyph_lookup_face): Update prototype.
18501
18502 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18503 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18504 new glyph code encoding.
18505 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18506 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18507
18508 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18509 Adapt to new glyph type and new glyph code encoding.
18510
18511 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18512
18513 * indent.c (current_column, current_column_1, Fmove_to_column)
18514 (compute_motion): Adapt to new glyph code encoding.
18515
18516 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18517
185182008-02-27 Chong Yidong <cyd@stupidchicken.com>
18519
18520 * process.c (wait_reading_process_output): Check for window
18521 changes caused by timers.
18522 Suggested by Johan Bockgård.
18523
185242008-02-27 Glenn Morris <rgm@gnu.org>
18525
18526 * emacs.c (USAGE1): Add `--disable-font-backend'.
18527
185282008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18529
18530 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18531 is made to the buffer.
18532
185332008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18536 (face_at_string_position):
18537 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18538 (face_at_string_position):
18539 * xdisp.c (display_string, next_overlay_change):
18540 * buffer.h (overlays_at):
18541 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18542 Update callers.
18543
185442008-02-26 Chong Yidong <cyd@stupidchicken.com>
18545
18546 * editfns.c (Fformat): Doc fix.
18547
185482008-02-26 Juanma Barranquero <lekktu@gmail.com>
18549
18550 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18551 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18552 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18553
185542008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18555
18556 * buffer.c (Fbuffer_swap_text): New function.
18557 (syms_of_buffer): Defsubr it.
18558
185592008-02-25 Chong Yidong <cyd@stupidchicken.com>
18560
18561 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18562
185632008-02-25 Jason Rumney <jasonr@gnu.org>
18564
18565 * w32font.c (w32font_draw): Draw one character at a time when padding.
18566
185672008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18570 Handle a nil arg. Use run_window_configuration_change_hook.
18571 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18572 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18573 Use run_window_configuration_change_hook.
18574
185752008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18576
18577 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18578 1-pixel width.
18579
185802008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18581
18582 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18583 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18584 if the glyph in the font is zero pixel with.
18585
18586 * dispextern.h (struct glyph_string): New member padding_p.
18587
18588 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18589
18590 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18591
18592 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18593
18594 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18595
18596 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18597
185982008-02-25 Jason Rumney <jasonr@gnu.org>
18599
18600 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18601
186022008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18603
18604 Allow fine-grained image-cache flushing.
18605 * dispextern.h (struct image): Add `dependencies' field.
18606 (clear_image_caches): Change arg to Lisp_Object.
18607 * image.c (make_image): Initialize `dependencies' field.
18608 (clear_image_cache): Change arg to allow fine-grained flushing.
18609 Perform the flush even if image-cache-eviction-delay is nil.
18610 (clear_image_caches): Change arg to Lisp_Object.
18611 (Fclear_image_cache): Expand meaning of the argument.
18612 (mark_image): Mark `dependencies' field.
18613 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18614 (lface_hash): Use XHASH rather than XFASTINT.
18615 (face_at_buffer_position): Fix int -> EMACS_INT position.
18616 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18617 (select_frame_for_redisplay): Remove code duplication.
18618 (redisplay_internal): Adapt arg to call to clear_image_caches.
18619
186202008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18621
18622 * s/vms4-0.h:
18623 * s/vms4-2.h:
18624 * s/vms4-4.h:
18625 * s/vms5-5.h: Remove, unused.
18626
18627 * s/irix5-2.h:
18628 * s/irix6-0.h:
18629 * s/riscos5.h:
18630 * s/mach-bsd4-3.h:
18631 * m/mips4.h: Remove files for obsolete systems.
18632
18633 * Makefile.in:
18634 * filelock.c:
18635 * unexmips.c:
18636 * m/hp9000s300.h:
18637 * m/iris4d.h:
18638 * s/aix3-1.h:
18639 * s/hpux.h:
18640 * s/msdos.h:
18641 * s/usg5-0.h:
18642 * s/usg5-2-2.h:
18643 * s/usg5-2.h:
18644 * s/usg5-3.h: Remove references to obsolete variables.
18645
18646 * s/irix5-0.h: Remove, move all the contents ...
18647 * s/irix6-5.h: ... here. Simplify.
18648 * config.in: Regenerate.
18649
186502008-02-24 Jason Rumney <jasonr@gnu.org>
18651
18652 * w32term.c (x_draw_glyph_string_background): Clear the background
18653 manually when cleartype is in use.
18654 (x_draw_glyph_string_foreground): Draw text transparently when
18655 cleartype is in use.
18656
18657 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18658 a font into it unless we have to.
18659
186602008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18661
18662 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18663 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 18664
aac0c6e3
MR
186652008-02-18 Jason Rumney <jasonr@gnu.org>
18666
18667 * w32fns.c (Fw32_shell_execute): Encode parameters.
18668
186692008-02-09 Eli Zaretskii <eliz@gnu.org>
18670
18671 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18672
186732008-02-05 Juanma Barranquero <lekktu@gmail.com>
18674
18675 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18676
186772008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18678
18679 * xterm.c (x_set_offset): Don't change the gravity if
18680 CHANGE_GRAVITY is -1.
18681
186822008-02-23 Chong Yidong <cyd@stupidchicken.com>
18683
18684 * fileio.c (auto_save_error_occurred): New var.
18685 (auto_save_error): Set it.
18686 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18687 error occurred.
18688
186892008-02-23 Eli Zaretskii <eliz@gnu.org>
18690
18691 * w32.c (globals_of_w32): Add initializations for
18692 g_b_init_get_sid_sub_authority and
18693 g_b_init_get_sid_sub_authority_count.
18694
186952008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18696
18697 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18698 (font_parse_xlfd): Use them for sanity check.
18699 (Finternal_set_font_style_table): Make sure the table is bijective.
18700
18701 Consolidate the image_cache to the terminal struct.
18702 * termhooks.h (P_): Remove redundant def.
18703 (struct terminal): New field `image_cache'.
18704 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18705 of FRAME_X_IMAGE_CACHE.
18706 * xterm.h (struct x_display_info): Remove image_cache field.
18707 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18708 * w32term.h (struct w32_display_info): Remove image_cache field.
18709 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18710 * macterm.h (struct mac_display_info): Remove image_cache field.
18711 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18712 * xterm.c (x_term_init):
18713 * w32term.c (w32_term_init):
18714 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18715 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18716 Remove declarations.
18717 (clear_image_caches, mark_image_cache): New declarations.
18718 * xfaces.c (clear_face_cache):
18719 * xdisp.c (redisplay_internal): Use clear_image_caches.
18720 * image.c (clear_image_cache): Don't check that a frame is on
18721 a window-system before checking if it shares the same cache.
18722 (clear_image_caches): New function.
18723 (Fclear_image_cache): Use it.
18724 (mark_image): Move from allo.c.
18725 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18726 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18727 (mark_object): Don't call mark_image_cache for frames.
18728 (mark_terminals): Call mark_image_cache.
18729
18730 * lisp.h (Fdelete_terminal): Declare.
18731
18732 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18733 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18734 wrong_type_argument.
18735
187362008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18737
18738 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18739 malayalam.el, and tamil.el. Add sinhala.el.
18740
187412008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * xterm.c (x_connection_closed): Consolidate identical tests.
18744 (x_delete_terminal): Don't crash if called via x_connection_closed.
18745
187462008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18747
18748 * xdisp.c (decode_mode_spec): New arg string.
18749 (display_mode_element): Adjust for the above change.
18750
187512008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * callint.c (Fcall_interactively): Use AREF.
18754
187552008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18758
187592008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18760
18761 * xfns.c (Fx_show_tip): Set string to " " if empty.
18762
187632008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18764
18765 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18766 with Qt.
18767
187682008-02-17 Kenichi Handa <handa@m17n.org>
18769
18770 * ftfont.c (ftfont_shape): Return Lispy number.
18771
18772 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18773 for GCs.
18774 (Finternal_set_font_selection_order): Call font_update_sort_order
18775 only when enable_font_backend is set.
18776 (realize_x_face): Set face->font_info to that of default face only
18777 when enable_font_backend is set.
18778
18779 * xdisp.c (handle_composition_prop): Set it->c to the fist
18780 character of the composed region.
18781 (fill_composite_glyph_string): Set base_face->font_info to
18782 s->font_info. Get a face for ascii from base_face->ascii_face.
18783 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18784 with a face already decided.
18785 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18786 non-negative.
18787 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18788 call font_prepare_composition unconditionally.
18789
18790 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18791
18792 * xterm.h (struct x_display_info): New member font.
18793
18794 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18795 (x_set_mouse_face_gc, x_new_font): Likewise.
18796 (x_term_init): Setup display_info->font.
18797 (x_delete_terminal): Free display_info->font.
18798
18799 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18800
18801 * ftxfont.c (ftxfont_default_fid): Delete it.
18802 (ftxfont_open): Set xfont->fid to 0.
18803 (ftxfont_end_for_frame): Clear data specific to the frame and the
18804 font-driver.
18805
18806 * xftfont.c (xftfont_default_fid): Delete it.
18807 (xftfont_open): Set xfont->fid to 0.
18808
18809 * fontset.c (FONTSET_OBJLIST): New macro.
18810 (fontset_find_font): Update font-object list of the fontset.
18811 (free_realized_fontset): New function.
18812 (free_face_fontset): Call free_realized_fontset.
18813 (Ffont_info): Call font_close_object only when enable_font_backend
18814 is set.
18815
18816 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18817 [HAVE_NTGUI]: Include w32term.h.
18818 [MAC_OS]: Include macterm.ch.
18819 (font_otf_ValueRecord): Use make_number.
18820 (font_finish_cache): Fix handling of reference count.
18821 (font_clear_cache): Update num_fonts.
18822 (font_open_entity): Update smallest_char_width and
18823 smallest_font_height of the frame.
18824 (font_close_object): Update num_fonts.
18825 (Fclear_font_cache): Fix finding the target cache data.
18826
188272008-02-16 Glenn Morris <rgm@gnu.org>
18828
18829 * fontset.c (Finternal_char_font): Fix compilation warning.
18830
188312008-02-16 Eli Zaretskii <eliz@gnu.org>
18832
18833 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18834 instead of char arrays. Enlarge the size of array passed to
18835 get_token_information.
18836
18837 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18838 warnings.
18839
188402008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18841
18842 * .gdbinit: Don't set `args', it breaks gdb --args.
18843
188442008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18847 within a narrowed buffer.
18848
188492008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18850
18851 * coding.c (decode_coding_object, encode_coding_object):
18852 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18853
188542008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18855
18856 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18857 hardcoding 1.
18858 (detect_coding_system):
18859 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18860 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18861 * insdel.c (insert_from_gap):
18862 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18863 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18864 (string_to_multibyte):
18865 * character.c (chars_in_text, multibyte_chars_in_text):
18866 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18867
18868 * character.h (FETCH_STRING_CHAR_ADVANCE)
18869 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18870 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18871 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18872
18873 * casefiddle.c (casify_region): Only call after-change and composition
18874 functions on the part of the region that was changed.
18875
18876 * keyboard.c (read_avail_input):
18877 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18878
188792008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18882 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18883
188842008-02-11 Juanma Barranquero <lekktu@gmail.com>
18885
18886 * w32menu.c (push_submenu_start, push_submenu_end)
18887 (push_left_right_boundary, push_menu_pane, push_menu_item):
18888 * keyboard.c (read_key_sequence): Don't pass args with side effects
18889 to AREF, it fails when compiling with -DENABLE_CHECKING.
18890
188912008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18892
18893 * Makefile.in (${lispsource}international/charprop.el):
18894 Delete this target.
18895
18896 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18897 emacs-unicode-2.
18898
188992008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18900
18901 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18902
189032008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18904
18905 * frame.c (Qnoelisp): New symbol.
18906 (syms_of_frame): Initialize it.
18907 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18908 harmless Elisp code, from a strong `force' from x_connection_closed.
18909 * frame.h (Qnoelisp): Declare.
18910 * xterm.c (x_connection_closed): Pass `noelisp'.
18911
18912 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18913 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18914 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18915 rather than `int' for the type of `type'.
18916
189172008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18918
18919 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18920
18921 * Makefile.in (GNUC): Remove support for gcc-1.x.
18922
189232008-02-10 Richard Stallman <rms@gnu.org>
18924
18925 * lisp.h (ASET): Use AREF, not ASLOT.
18926
189272008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * lisp.h (ASET): Check bounds.
18930
189312008-02-10 Glenn Morris <rgm@gnu.org>
18932
18933 * buffer.c (mode-name): Doc fix.
18934
189352008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18936
18937 * Makefile.in:
18938 * emacs.c:
18939 * gmalloc.c:
18940 * keyboard.c:
18941 * lisp.h:
18942 * m/ibm370aix.h:
18943 * process.c:
18944 * regex.c:
18945 * s/hpux.h:
18946 * sysdep.c:
18947 * sysselect.h:
18948 * systty.h:
18949 * unexec.c:
18950 * w32term.c:
18951 * xsmfns.c:
18952 * xterm.c: Remove code that deals with obsolete variables.
18953
18954 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18955
18956 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18957 nothing else needs it anymore.
18958
189592008-02-09 Eli Zaretskii <eliz@gnu.org>
18960
18961 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18962 instead of unibyte_char_to_multibyte.
18963
189642008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18965
18966 * s/gnu-linux.h: Remove commented out code.
18967
18968 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18969
18970 * Makefile.in: Update what RMS says about using autoconf.
18971 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18972 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18973 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18974 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18975
189762008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * keymap.c (Fkey_description): Move side effect outside of macro call.
18979
18980 * xfaces.c (Finternal_make_lisp_face):
18981 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18982
18983 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18984 (syms_of_fontset): Use ASET.
18985
18986 * fns.c (concat): Move side effect outside of macro call.
18987 (hash_clear): Use ASET.
18988
189892008-02-08 Richard Stallman <rms@gnu.org>
18990
18991 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18992 If FORCE, and frame has a surrogate minibuffer for another frame,
18993 delete the other frame first.
18994
189952008-02-07 Timo Savola <timo.savola@iki.fi>
18996
18997 * xterm.c (x_detect_focus_change): Handle embed client message.
18998 (handle_one_xevent): Ditto.
18999 (handle_one_xevent): If embedded and we get a button press/release,
19000 request focus.
19001 (xembed_set_info, xembed_send_message): New functions.
19002 (x_make_frame_visible): Call xembed_set_info if embedded.
19003 (x_make_frame_invisible): Call xembed_set_info if embedded.
19004 (x_term_init): Initialize Xatom_XEMBED.
19005 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19006 (x_iconify_frame): Ditto.
19007
19008 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19009 (enum xembed_info, enum xembed_message, enum xembed_focus)
19010 (enum xembed_modifier, enum xembed_accelerator): New.
19011 (xembed_set_info, xembed_send_message): Declare.
19012 (FRAME_X_EMBEDDED_P): New.
19013
19014 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19015 gtk_plug_new.
19016
19017 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19018 window ID of a frame.
19019 (x_window): Reparent frame if embedded.
19020 (Fx_create_frame): Don't set border width if embedded.
19021
19022 * emacs.c (USAGE3): Add --parent-id.
19023 (standard_args): Ditto.
19024
190252008-02-07 Jan Djärv <jan.h.d@swipnet.se>
19026
19027 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19028
190292008-02-07 Jim Meyering <meyering@redhat.com>
19030
19031 Use "do...while (0)", not "if (1)...else" in macro definitions.
19032 The latter provokes a warning from gcc about the empty else, when
19033 followed by ";". Also, without that trailing semicolon, it would
19034 silently swallow up any following statement.
19035 * syntax.h (SETUP_SYNTAX_TABLE)
19036 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19037 * buffer.h (DECODE_POSITION): Likewise.
19038 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19039 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19040 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19041 (FETCH_CHAR_ADVANCE): Likewise.
19042 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19043
190442008-02-07 Jim Meyering <meyering@redhat.com>
19045
19046 * lread.c [lint]: Don't include <sys/inode.h>.
19047
190482008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * xselect.c (x_handle_dnd_message):
19051 * xmenu.c (digest_single_submenu, xmenu_show):
19052 * xdisp.c (with_echo_area_buffer_unwind_data)
19053 (format_mode_line_unwind_data, unwind_format_mode_line)
19054 (display_menu_bar):
19055 * eval.c (Ffetch_bytecode):
19056 * doc.c (store_function_docstring):
19057 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19058 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19059 * buffer.c (add_overlay_mod_hooklist): Use ASET.
19060
190612008-02-07 Kenichi Handa <handa@m17n.org>
19062
19063 * ftxfont.c (ftxfont_open): Don't set
19064 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19065
19066 * ftfont.c (ftfont_open): Fix previous change.
19067
190682008-02-06 Jason Rumney <jasonr@gnu.org>
19069
19070 * w32font.c (w32font_text_extents): Fill in lbearing metric.
19071 Use cached metrics for ASCII characters.
19072 (w32font_open_internal): Don't set font's owning_frame.
19073 Cache metrics for ASCII characters.
19074
19075 * w32font.h (struct w32font_info): Add ascii_metrics.
19076 Remove owning_frame.
19077
190782008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
19079
19080 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19081 to negative value.
19082
19083 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19084
19085 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19086
19087 * charset.c (syms_of_charset): Set QCtest and Qeq.
19088
190892008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * process.c (Fstart_process):
19092 * callproc.c (Fcall_process): Handle the case where
19093 Funhandled_file_name_directory returns nil.
19094
19095 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19096 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19097 * font.c (check_gstring): Use them and AREF to access the vector before
19098 we know it's really a gstring.
19099 (Ffont_shape_text): Fix typo.
46e722a9 19100 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
19101
19102 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19103 Declare.
19104
19105 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19106
191072008-02-05 Jason Rumney <jasonr@gnu.org>
19108
19109 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19110 Set smallest_font_height and smallest_char_width in display info.
19111
191122008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19113
19114 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19115
191162008-02-05 Miles Bader <miles@gnu.org>
19117
19118 * xfaces.c (get_lface_attributes, merge_named_face)
19119 (lookup_named_face, lookup_derived_face, realize_named_face):
19120 Revert 2008-02-01 change by cyd@stupidchicken.com.
19121
191222008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19123
19124 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19125 fallback fonts.
19126 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19127
191282008-02-04 Jason Rumney <jasonr@gnu.org>
19129
19130 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19131 set full_name.
19132 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19133
191342008-02-03 Jason Rumney <jasonr@gnu.org>
19135
19136 * makefile.w32-in (OBJ1): Include font.o here.
19137 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19138
191392008-02-02 Jason Rumney <jasonr@gnu.org>
19140
19141 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19142
191432008-02-01 Jason Rumney <jasonr@gnu.org>
19144
19145 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19146
19147 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19148
191492008-02-01 Andreas Schwab <schwab@suse.de>
19150
19151 * Makefile.in (shortlisp, lisp): Update for rename of
19152 ../lisp/language/myanmar.el.
19153
191542008-02-01 Chong Yidong <cyd@stupidchicken.com>
19155
19156 * xfaces.c (get_lface_attributes): Delete function.
19157 (merge_named_face, lookup_named_face, lookup_derived_face)
19158 (realize_named_face): Call lface_from_face_name directly, and use
19159 the fact that merge_face_vectors does not alter its FROM argument.
19160
191612008-02-01 Jason Rumney <jasonr@gnu.org>
19162
19163 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19164 input in the default locale. Handle non-Unicode multibyte input.
19165
191662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19167
19168 * fontset.c (reorder_font_vector): Exclude nil elements from the
19169 font group. Don't try multiple fonts.
19170 (fontset_font): Adjust for the above change.
19171 (Finternal_char_font): Return nil if the found font doesn't
19172 contain the character ch.
19173
19174 * Makefile.in (lisp, shortlisp): Add cham.el.
19175
191762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19177
19178 * font.h (FONTP): Make it return 1 also for a font-object.
19179
19180 * .gdbinit (xfontset): New function.
19181
19182 * font.c (font_find_for_lface): Check if the character C is
19183 supported or not only for the first font.
19184
19185 * fontset.c (reorder_font_vector): Fix typo.
19186 (fontset_find_font): Don't add a font-spec specifying a script.
19187 Use 0 (not Qt) for the indication of empty font-group. Change the
19188 format of RFONT-DEF. Return Qt if no font in the font-group
19189 support the character.
19190 (fontset_font): Adjust for the above change. If no font was
19191 found the character, remember that.
19192 (face_for_char): Adjust for the change of RFONT-DEF.
19193 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19194 no font for the target.
19195 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19196
191972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19198
19199 * font.c (font_load_for_face): Handle the case that the font in
19200 face->lface is a string.
19201
192022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19203
19204 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19205
192062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19207
19208 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19209 Fix previous change. If the frame is not on a window system,
19210 signal an error.
19211
192122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19213
19214 * coding.c (decode_coding_object, encode_coding_object): Adjust
19215 marker positions after conversion.
19216
19217 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19218
192192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19220
19221 * font.c (font_find_for_lface): Fix the handling of the return
19222 value of font_has_char.
19223 (Ffont_shape_text): Fix previous change.
19224
19225 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19226 (fontset_ref_and_range): Delete it.
19227 (fontset_find_font): Call char_table_ref_and_range instead of
19228 FONTSET_REF_AND_RANGE.
19229 (make_fontset): Don't setup font groups of Latin here.
19230 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19231 (new_fontset_from_font): Make the specified font the default for
19232 all Latin characters.
19233
192342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19235
19236 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19237 is on a window system before accessing the fontset of the frame.
19238
192392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19240
19241 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19242
19243 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19244 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19245
19246 * font.c (Ffont_shape_text): If the font driver doesn't have a
19247 shaper function, make zero-width glyphs to have at least one-pixel
19248 width. Fix setting of `to' field of glyphs.
19249
192502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19251
19252 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19253 glyphs.
19254
19255 * font.h (struct font_driver): Improve docstring of member `shape'.
19256
192572008-02-01 Kenichi Handa <handa@m17n.org>
19258
19259 * composite.c (syms_of_composite): Fix docstring of
19260 auto-composition-function.
19261
19262 * font.h (LGLYPH_SIZE): New macro.
19263
19264 * font.c (Ffont_fill_gstring): Stop filling when a character not
19265 supported by the font is found.
19266 (Ffont_shape_text): When a shape callback function returns nil,
19267 try at most two more times with larger gstring.
19268 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19269
19270 * xdisp.c (handle_auto_composed_prop): Change the argument to
19271 auto-composition-function.
19272
19273 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19274 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19275 Lispy glyph and store it in the lgstring.
19276
19277 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19278
19279 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19280
192812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19282
19283 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19284
19285 * fontset.c (Vfont_encoding_charset_alist): New variable.
19286 (syms_of_fontset): DEFVAR it.
19287 (reorder_font_vector, fontset_find_font): Optimize for the case of
19288 no need of reordering.
19289 (face_for_char): Map the charset property by
19290 Vfont_encoding_charset_alist.
19291
192922008-02-01 Jason Rumney <jasonr@gnu.org>
19293
19294 * w32font.c (logfonts_match): Don't check adstyle here.
19295 (font_matches_spec): Check here against physical font instead.
19296 (add_font_entity_to_list): Avoid some substitutions.
19297
19298 * font.c (font_parse_fcname): Default weight and slant to normal.
19299 (font_score): Prefer normal fonts if weight or slant unspecified.
19300 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19301 match freetype scores.
19302
193032008-02-01 Jason Rumney <jasonr@gnu.org>
19304
19305 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19306 font, as it may have been deleted.
19307 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19308 most common hyphenless variation.
19309 (logfonts_match): Check generic family.
19310 (font_matches_spec): Don't check generic family here.
19311 (fill_in_logfont): Set generic family based on adstyle.
19312
19313 * w32font.h (w32font_get_cache): Update declaration.
19314
193152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19316
19317 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19318
19319 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19320 If none of the new drivers are available, call font_update_drivers
19321 with the old drivers.
19322
19323 * w32font.c (w32font_get_cache): Adjust the argument type.
19324
19325 * xfont.c (xfont_get_cache): Adjust the argument type.
19326
19327 * font.h (struct font_driver): Change argument type of get_cache.
19328
19329 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19330
19331 * font.c (Ffont_get): Fix arguments to Fassoc.
19332 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19333 (font_clear_cache): New function.
19334 (font_list_entities, font_matching_entity): Use font_get_cache.
19335 (font_update_drivers): Call font_clear_cache when finishing a driver.
19336
19337 * fontset.c (fontset_find_font): Fix previous change.
19338
193392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19340
19341 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19342 dpyinfo->font_table.
19343 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19344 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19345
19346 * font.c (font_at): Handle the case that the arg C is negative.
19347 Handle the unibyte case.
19348 (Ffont_at): Call font_at with the arg C -1.
19349
19350 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19351 the position here, and call font_at with the arg C -1.
19352 Don't check the range of the existing composition at the point.
19353
193542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19355
19356 * fontset.c (fontset_add): New args charset_id and family.
19357 Change caller.
19358 (load_font_get_repertory, fontset_find_font): Assume that
19359 font_spec is always a font-spec object.
19360 (Fset_fontset_font): Always store a font-spec object in a fontset.
19361
19362 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19363 instead of get_property_and_range.
19364
193652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19366
19367 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19368 (xftfont_open): Don't keep locking face.
19369 (xftfont_close): Don't unlock face.
19370 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19371
19372 * fontset.c (fontset_find_font): Don't prefer a font of
19373 supplementary charset.
19374
193752008-02-01 Kenichi Handa <handa@m17n.org>
19376
19377 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19378 script, langsys_tag to langsys, new member script.
19379 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 19380 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
19381 listing to the script specified in that property. Fix arg to
19382 OTF_check_features.
19383
193842008-02-01 Jason Rumney <jasonr@gnu.org>
19385
19386 * w32font.h: New file.
19387
19388 * w32font.c: Include it.
19389 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19390 (w32font_open): Set owning_frame.
19391 (w32font_text_extents): Use owning_frame.
19392 (struct font_callback_data): Add opentype_only field.
19393 (add_font_entity_to_list): Use it to filter fonts.
19394 Don't check against full name.
19395 (w32font_list_internal): New function.
19396 (w32font_list): Use it.
19397 (w32font_match_internal): New function.
19398 (w32font_match): Use it.
19399 (w32font_open_internal): New function.
19400 (w32font_open): Use it.
19401 (w32font_get_cache, w32font_close, w32font_has_char)
19402 (w32font_encode_char, w32font_text_extents, w32font_draw):
19403 Make non-static.
19404
19405 * makefile.w32-in (w32font.o): Depend on w32font.h.
19406
194072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19408
19409 * charset.c (Fdefine_charset_internal): Record a supplementary
19410 charset at the tail of Vcharset_order_list.
19411
19412 * font.c (Ffont_shape_text): Fix the return value.
19413
19414 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19415
19416 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19417
194182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19419
19420 * ftfont.c (struct OpenTypeSpec): New struct.
19421 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19422 (ftfont_get_open_type_spec): New function.
19423 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19424
19425 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19426
194272008-02-01 Jason Rumney <jasonr@gnu.org>
19428
19429 * w32font.c (add_font_entity_to_list): Compare only the beginning
19430 of full name.
19431
194322008-02-01 Kenichi Handa <handa@m17n.org>
19433
19434 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19435 Never return HANDLED_RECOMPUTE_PROPS.
19436
194372008-02-01 Kenichi Handa <handa@m17n.org>
19438
19439 * font.c (font_gstring_produce): Delete it.
19440
19441 * composite.h (COMPOSITION_METHOD):
19442 Handle COMPOSITION_WITH_GLYPH_STRING.
19443
194442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19445
19446 * xfont.c (Qx): Delete.
19447 (syms_of_xfont): Don't initialize Qx.
19448
19449 * composite.h (enum composition_method):
19450 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19451
194522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19453
19454 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19455 (choose_face_font): Accept new form of font-spec.
19456
19457 * frame.h (font_driver_list): Declare it unconditionally.
19458 (struct frame): Define members font_driver_list and font_data_list
19459 unconditionally.
19460
19461 * fontset.c: Include "font.h" unconditionally.
19462 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19463 (Fset_fontset_font): Accept a font-spec object.
19464
19465 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19466 PIXEL_SIZE part a wild card.
19467
19468 * dispextern.h (struct glyph_string): Define members clip and
19469 num_clips unconditionally.
19470 (struct face): Define members font_info and extra unconditionally.
19471
19472 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19473 ftfont_info only when HAVE_LIBOTF is defined.
19474
194752008-02-01 Andreas Schwab <schwab@suse.de>
19476
19477 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19478 and end.
19479
194802008-02-01 Jason Rumney <jasonr@gnu.org>
19481
19482 * w32font.c (w32font_driver): Add new fields.
19483
194842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19485
19486 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19487 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19488 (LIBES): Add @M17N_FLT_CFLAGS@.
19489
19490 * composite.c (compose_text): Don't treat the new style
19491 composition specially.
19492
19493 * emacs.c (main): Call syms_of_font unconditionally.
19494
19495 * font.h (FONT_ENTITY_NOT_LOADABLE)
19496 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19497 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19498 (struct font_driver): New member shape.
19499 (font_registry_charsets): Extern it.
19500 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19501 (font_otf_capability, font_drive_otf): Delete their externs.
19502
19503 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19504 (font_charset_alist, font_registry_charsets): Move from xfont.c
19505 and rename.
19506 (font_prop_validate_otf): New function.
19507 (font_property_table): Register it for QCotf.
19508 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19509 (font_drive_otf): Delete.
19510 (font_prepare_composition): New arg F. Adjust for the change of
19511 lispy gstring.
19512 (font_find_for_lface): New arg C.
19513 (font_load_for_face): Adjust for the change of font_find_for_lface.
19514 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19515 lispy gstring.
19516 (Ffont_shape_text): New function.
19517 (Fopen_font): If the font size is not given, use 12-pixel.
19518 (Ffont_at): New arg STRING.
40b1a3a9 19519 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
19520 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19521 conditionally.
19522
19523 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19524 fonts of the same font-spec. Change the format of RFONT-DEF.
19525 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19526 Adjust for the change of RFONT-DEF.
19527 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19528
19529 * ftfont.h: New file.
19530
19531 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19532 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19533 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19534 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19535 font_otf_capability and font_drive_otf, set ftfont_shape.
19536 (ftfont_list): Adjust for the change of :otf property value.
19537 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19538 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19539 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19540 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19541 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19542 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19543
19544 * w32term.c (x_draw_composite_glyph_string_foreground):
19545 Adjust for the change of lispy gstring.
19546
19547 * xdisp.c (handle_composition_prop): Adjust for the change of
19548 lispy gstring. Call a function for auto-composition with the
19549 third arg it->window.
19550 (fill_composite_glyph_string): Adjust for the change of lispy string.
19551 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19552
19553 * xfaces.c (set_font_frame_param): Adjust for the change of
19554 font_find_for_lface.
19555
19556 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19557 (xfont_registry_charsets): Likewise. Change caller.
19558 (syms_of_xfont): Don't handle x_font_charset_alist.
19559
19560 * xftfont.c: Include "ftfont.h".
19561 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19562 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19563 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19564 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19565 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19566 Set xftfont_driver.shape to xftfont_shape.
19567
19568 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19569 the change of lispy gstring.
19570
195712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19572
19573 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19574
195752008-02-01 Jason Rumney <jasonr@gnu.org>
19576
19577 * w32font.c (w32font_draw): Fill background manually.
19578
195792008-02-01 Jason Rumney <jasonr@gnu.org>
19580
19581 * font.c (Qfontp): Remove unused symbol.
19582 (QCantialias): New symbol.
19583 (syms_of_font): Define it.
19584 (font_property_table): Set a validator for QCantialias.
19585
19586 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19587 Define if not already.
19588 (QCfamily): Share with xfaces.c.
19589 (Qstandard, Qsubpixel, Qnatural): New symbols.
19590 (syms_of_w32font): Define them. Don't define QCfamily here.
19591 (w32_antialias_type, lispy_antialias_type): New functions.
19592 (w32_enumfont_pattern_entity): New arg requested_font.
19593 Set antialias parameter if non-default was requested.
19594 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19595
195962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19597
19598 * lread.c (read1): Undo the previous change.
19599
196002008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19601
19602 * frame.c (Fdelete_frame): Call font_update_drivers only when
19603 USE_FONT_BACKEND is defined.
19604
196052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19606
19607 * font.h (struct font_bitmap): New member bits_per_pixel.
19608 (struct font_driver): New members start_for_frame and end_for_frame.
19609 (struct font_data_list): New struct.
19610 (font_put_frame_data, font_get_frame_data): Extern them.
19611
19612 * frame.h (struct frame): New member font_data_list.
19613
19614 * font.c (font_update_drivers): Call driver->start_for_frame and
19615 driver->end_for_frame at proper timings.
19616 (font_put_frame_data, font_get_frame_data): New functions.
19617 (Ffont_spec): Add usage in the docstring.
19618
19619 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19620 (Fdelete_frame): Call font_update_drivers.
19621
19622 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19623 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19624 (xftfont_get_xft_draw): New function.
19625 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19626 (xftfont_end_for_frame): New function.
19627 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19628
19629 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19630 Change argument. Cache GCs in the per-frame data.
19631 (struct ftxfont_frame_data): New struct.
19632 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19633 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19634 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19635 (ftxfont_end_for_frame): New function.
19636 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19637
19638 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19639
196402008-02-01 Kenichi Handa <handa@m17n.org>
19641
19642 * xselect.c (Vselection_coding_system)
19643 (Vnext_selection_coding_system): Delete them.
19644 (syms_of_xselect): Don't declare selection-coding-system and
19645 next-selection-coding-system. They are declared in select.el.
19646
196472008-02-01 Jason Rumney <jasonr@gnu.org>
19648
19649 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19650
19651 * w32fns.c: Include imm.h.
19652 (get_composition_string_fn, get_ime_context_fn): New optional
19653 system functions.
19654 (globals_of_w32fns): Load them from imm32.dll.
19655 (ignore_ime_char): New flag.
19656 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19657 WM_IME_ENDCOMPOSITION messages.
19658
19659 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19660 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19661
196622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19663
19664 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19665 (READCHAR_REPORT_MULTIBYTE): New macro.
19666 (readchar): New 2nd arg MULTIBYTE.
19667 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19668 Make symbol's name multibyte according to the multibyteness of the
19669 source.
19670
196712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19672
19673 * xfaces.c (face_for_overlay_string): Call lookup_face with
19674 correct arguments (fix of synching with the trunk).
19675
196762008-02-01 Kenichi Handa <handa@m17n.org>
19677
19678 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19679 (font_prop_validate_non_neg, font_prop_validate_spacing):
19680 Delete argument prop_index.
19681 (font_property_table): Change arguments to validater. Change Callers.
19682 (font_lispy_object): Delete.
19683 (font_at): Use font_find_object instead fo font_lispy_object.
19684
196852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19686
19687 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19688 and file names.
19689
196902008-02-01 Jason Rumney <jasonr@gnu.org>
19691
19692 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19693 (font_matches_spec): Remove debug output.
19694 (add_font_entity_to_list): Avoid using substituted fonts.
19695
196962008-02-01 Jason Rumney <jasonr@gnu.org>
19697
19698 * doc.c (Fsnarf_documentation):
19699 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19700
197012008-02-01 Miles Bader <miles@gnu.org>
19702
19703 * dispextern.h (struct glyph_row): Only define "clip" field if
19704 HAVE_WINDOW_SYSTEM is defined.
19705
197062008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 Fix up multi-tty merge.
19709
19710 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19711 and indentation.
19712
19713 * xfaces.c (free_realized_face, clear_face_gcs):
19714 Include font_done_for_face in the input_blocked section, just in case.
19715
19716 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19717 (get_char_face_and_encoding): Undo last change and remove the *other*
19718 duplicate definition (i.e. keep the one that's better scoped and that
19719 includes code for the font-backend).
19720
19721 * terminal.c (create_terminal): Default keyboard_coding to
19722 `no-conversion' and terminal_coding to `undecided'.
19723
19724 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19725
19726 * fontset.c (free_realized_fontsets): Check that the table entry does
19727 contain a fontset before trying to compare it to `base'.
19728
19729 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19730 syms_of_charset, and syms_of_coding earlier because init_window_once
19731 now needs Vcoding_system_hash_table to be setup.
19732
19733 * coding.h (default_buffer_file_coding): Remove.
19734
19735 * coding.c (default_buffer_file_coding): Remove.
19736 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19737 than ->symbol, and use the terminal-local coding system.
19738 (syms_of_coding): Don't setup the coding-systems that are not
19739 terminal-local.
19740 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19741
19742 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19743 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19744
19745 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19746 in chartab.c and were re-added here by mistake.
19747 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19748
19749 * doc.c (Fsnarf_documentation):
19750 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19751 src to etc.
19752
19753 * ChangeLog.10: Add mistakenly removed entry.
19754
197552008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19756
19757 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19758
197592008-02-01 Miles Bader <miles@gnu.org>
19760
19761 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19762 Add extra args to FACE_FOR_CHAR.
19763
197642008-02-01 Kenichi Handa <handa@m17n.org>
19765
19766 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19767 in sequence.
19768
19769 * chartab.c (map_sub_char_table, map_char_table): If the range
19770 contains just one character, call the function with that character
19771 even if the depth is not 3.
19772
197732008-02-01 Jason Rumney <jasonr@gnu.org>
19774
19775 * w32font.c (w32font_text_extents): Calculate metrics for the
19776 whole string.
19777
197782008-02-01 Jason Rumney <jasonr@gnu.org>
19779
19780 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19781
197822008-02-01 Jason Rumney <jasonr@gnu.org>
19783
19784 * w32term.c (x_set_glyph_string_clipping): Use
19785 get_glyph_string_clip_rects.
19786 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19787 Adjust for the change of struct glyph_string.
19788
19789 * w32font.c (w32font_draw): Do clipping here.
19790
197912008-02-01 Kenichi Handa <handa@m17n.org>
19792
19793 * xftfont.c (xftfont_draw): Adjust for the change of struct
19794 glyph_string.
19795
19796 * xterm.c (x_set_glyph_string_clipping): Use
19797 get_glyph_string_clip_rects.
19798 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19799 Adjust for the change of struct glyph_string.
19800
19801 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19802 the resulting clip(s}.
19803 (expose_overlaps): Add arg r. Change callers. Set it to
19804 row->clip temporarily.
19805 (expose_window): Redraw rows overlapping the exposed area.
19806
19807 * dispextern.h (struct glyph_row): New member clip.
19808 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19809 clip_height, new member clip, and num_clips.
19810
198112008-02-01 Kenichi Handa <handa@m17n.org>
19812
19813 * data.c (Fchar_or_string_p): Fix docstring.
19814
198152008-02-01 Kenichi Handa <handa@m17n.org>
19816
19817 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19818 create a temporary XftDraw object.
19819
198202008-02-01 Kenichi Handa <handa@m17n.org>
19821
19822 * font.c (Ffontp): Fix docstring.
19823
19824 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19825 strong evidence of ISO-2022.
19826
198272008-02-01 Kenichi Handa <handa@m17n.org>
19828
19829 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19830 SYNTAX_ENTRY_FOLLOW_PARENT.
19831
198322008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19835 its type.
19836 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19837 Update to the new type of weak_hash_tables and next_weak.
19838
19839 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19840 a plain C pointer to Lisp_Hash_Table.
19841
19842 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19843 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19844 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19845 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19846 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19847 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19848 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19849 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19850 (GC_EQ): Remove since they've been identical to their non-GC_
19851 alter-egos ever since the markbit was eradicated.
19852
19853 * alloc.c:
19854 * buffer.c:
19855 * buffer.h:
19856 * data.c:
19857 * fileio.c:
19858 * filelock.c:
19859 * fns.c:
19860 * frame.h:
19861 * lisp.h:
19862 * macterm.c:
19863 * print.c:
19864 * process.c:
19865 * w32fns.c:
19866 * w32menu.c:
19867 * w32term.c:
19868 * xfns.c:
19869 * xmenu.c:
19870 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19871
198722008-02-01 Kenichi Handa <handa@m17n.org>
19873
19874 * chartab.c (map_sub_char_table): Make it work for the top-level
19875 char-table. Fix handling of parent char-table.
19876 (map_char_table): Adjust for the above change.
19877
198782008-02-01 Jason Rumney <jasonr@gnu.org>
19879
19880 * w32font.c (Qgdi): Rename from Qw32.
19881
198822008-02-01 Jason Rumney <jasonr@gnu.org>
19883
19884 * w32bdf.c (get_quoted_string): Make function static.
19885
198862008-02-01 Kenichi Handa <handa@m17n.org>
19887
19888 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19889 bigger ascent and descent than those of the font, use them as
19890 font's ascent and descent.
19891
198922008-02-01 Kenichi Handa <handa@m17n.org>
19893
19894 * Makefile.in (${lispsource}international/charprop.el): Move this
19895 target within "#ifdef HAVE_UNIDATA" and "#endif".
19896
198972008-02-01 Kenichi Handa <handa@m17n.org>
19898
19899 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19900 (shortlisp): Add ../lisp/language/tai-viet.el.
19901
199022008-02-01 Ulrich Mueller <ulm@gentoo.org>
19903
19904 * Makefile.in (${lispsource}international/charprop.el): Depend on
19905 temacs${EXEEXT}.
19906
199072008-02-01 Jason Rumney <jasonr@gnu.org>
19908
19909 * w32font.c (w32font_close): Delete the GDI font object.
19910
19911 * w32menu.c: Include character.h.
19912
19913 * w32proc.c: Likewise.
19914
19915 * w32select.c: Likewise.
19916
19917 * makefile.w32-in (w32proc.o): Depend on character.h.
19918
199192008-02-01 Jason Rumney <jasonr@gnu.org>
19920
19921 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19922
19923 * w32menu.c (syms_of_w32menu): Likewise.
19924
19925 * w32proc.c (syms_of_ntproc): Likewise.
19926
19927 * w32select.c (syms_of_w32select): Likewise.
19928
19929 * w32term.c (syms_of_w32term): Likewise.
19930
199312008-02-01 Jason Rumney <jasonr@gnu.org>
19932
19933 * w32font.c (w32font_draw): Delete brush after using it.
19934
199352008-02-01 Jason Rumney <jasonr@gnu.org>
19936
19937 * w32font.c (w32font_open): Don't set font_idx.
19938 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19939 to font settings.
19940 (w32font_draw): Fill background explicitly.
19941
199422008-02-01 Jason Rumney <jasonr@gnu.org>
19943
19944 * w32term.c (w32_initialize): Don't call w32font_initialize.
19945
19946 * w32font.c (w32font_info): Remove subranges.
19947 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19948 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19949 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19950 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19951 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19952 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19953 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19954 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19955 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19956 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19957 New symbols.
19958 (font_callback_data): New struct.
19959 (w32font_list, w32font_match): Use it.
19960 (w32font_open): Don't populate subranges.
19961 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19962 (w32font_encode_char): Always return unicode code-point as-is.
19963 (w32font_text_extents): Supply a transformation matrix to
19964 GetGlyphOutline. Never look up by glyph index. Avoid looping
19965 twice. Use unicode version of GetTexExtentPoint32 instead of
19966 glyph index version.
19967 (set_fonts_frame): Remove.
19968 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19969 set frame parameter. Use backward compatible fake foundries.
19970 Save generic family in extra slot under QCfamily. Make width slot
19971 constant. Save QCspacing value. Save list of scripts instead of
19972 binary subranges.
19973 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19974 (add_font_entity_to_list): Use font_callback_data struct. Filter
19975 unwanted fonts.
19976 (add_one_font_entity_to_list): Use font_callback_data struct.
19977 (w32_registry): Default to iso10646_1.
19978 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19979 string font registries. Don't fill in font name if it is a generic
19980 family name, fill family instead. Use spacing, family and script
19981 extra info to fill pitch, family and charset fields.
19982 (list_all_matching_fonts): Use font_callback_data struct.
19983 (unicode_range_for_char): Remove.
19984 (font_supported_scripts): New function.
19985 (w32font_initialize): Remove.
19986 (syms_of_w32font): Update which symbols are defined.
19987
199882008-02-01 Jason Rumney <jasonr@gnu.org>
19989
19990 * font.c (font_pixel_size): Reverse assq_no_quit args.
19991
19992 * w32term.h (FONT_WIDTH): Report max width, not average.
19993 (FONT_MAX_WIDTH): Remove.
19994 (FONT_AVG_WIDTH): New macro.
19995
19996 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19997 redefinition of FONT_WIDTH.
19998
19999 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20000 (w32_cache_char_metrics): Use FONT_WIDTH.
20001
20002 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20003
200042008-02-01 Jason Rumney <jasonr@gnu.org>
20005
20006 * w32font.c (w32font_open): Make lfHeight negative.
20007
20008 * w32fns.c (x_default_font_parameter): Use new style font name.
20009 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20010
200112008-02-01 Jason Rumney <jasonr@gnu.org>
20012
20013 * w32font.c (QCsubranges): New symbol.
20014 (w32font_open, w32font_has_char): Get subranges from subproperty
20015 of extra.
20016 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20017 (syms_of_w32font): Define :subranges symbol.
20018
20019 * font.c (font_put_extra): Expose externally.
20020
20021 * font.h (font_put_extra): Move declaration from font.c.
20022
20023 * font.c (Ffont_get): Use font driver to determine otf capability.
20024 (adjust_anchor): Check if driver defines anchor_point before using.
20025
20026 * w32font.c (w32font_open): Handle size, height and pixel_size better.
20027 (w32font_draw): Use options.
20028 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20029 Fix detection of truetype fonts.
20030 (registry_to_w32_charset): Handle charsets other than iso8859-1
20031 expressed as lisp symbols.
20032 (w32_registry): Express charset as lisp symbol.
20033 (fill_in_logfont): Reverse pixel and point height logic.
20034 Don't set width here. Set quality to default.
20035
20036 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20037 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20038
20039 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20040 Remove redundant loop and allocation.
20041
20042 * makefile.w32-in (font.o, w32font.o): New objects.
20043 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20044 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20045
20046 * xdisp.c (fill_composite_glyph_string): Make the first arg to
20047 STORE_XCHARB a valid l-value.
20048
20049 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20050 calculations for non-Truetype fonts.
20051 (x_draw_glyph_string): Sync with xterm.c.
20052 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20053 Remove redundant code.
20054 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20055
20056 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20057 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20058
20059 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20060 (x_to_w32_charset, w32_to_x_charset): Expose externally.
20061
20062 * w32font.c: New file for w32 font backend.
20063
200642008-02-01 Kenichi Handa <handa@m17n.org>
20065
20066 * term.c: Don't include "buffer.h" twice.
20067
200682008-02-01 Kenichi Handa <handa@m17n.org>
20069
20070 * character.c (Funibyte_string): New function.
20071 (syms_of_character): Defsubr it.
20072
200732008-02-01 Jason Rumney <jasonr@gnu.org>
20074
20075 * w32term.c [USE_FONT_BACKEND]:
20076 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20077 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20078 (x_draw_glyph_string, x_draw_glyph_string_foreground)
20079 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20080 (x_free_frame_resources): Sync with xterm.c.
20081
200822008-02-01 Andreas Schwab <schwab@suse.de>
20083
20084 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20085 char-table size.
20086
200872008-02-01 Kenichi Handa <handa@m17n.org>
20088
20089 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20090
200912008-02-01 Kenichi Handa <handa@m17n.org>
20092
20093 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20094 font_otf_gpos, add font_drive_otf.
20095
20096 * fontset.c (fontset_find_font): Pay attention to font size
20097 specified for a font.
20098 (reorder_font_vector): Check contents of font_def.
20099
20100 * font.c (struct otf_list): Delete it.
20101 (otf_list): Make it a lisp variable.
20102 (otf_open): Use lispy otf_list.
20103 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20104 (check_otf_features): New function.
20105 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20106 New functions.
20107 (font_drive_otf): New function merging font_otf_gsub and
20108 font_otf_gpos.
20109 (font_open_for_lface): New arg spec. Change argument order.
20110 (font_load_for_face): Adjust for the change of font_open_for_lface.
20111 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20112 Ffont_otf_gpos.
20113 (syms_of_font): Staticpro otf_list. Delete defsubr of
20114 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20115
20116 * xfaces.c (set_font_frame_param): Adjust for the change of
20117 font_open_for_lface.
20118
20119 * font.h (font_open_for_lface): Adjust prototype.
20120 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20121 member otf_drive.
20122 (font_otf_gsub, font_otf_gpos): Delete externs.
20123 (font_drive_otf): Extern it.
20124
201252008-02-01 Kenichi Handa <handa@m17n.org>
20126
20127 * font.c (font_at): If the window W is not on a window system,
20128 return Qnil.
20129
20130 * coding.c (produce_chars, encode_coding): Don't call
20131 insert_from_gap if no characters to produce.
20132
201332008-02-01 Kenichi Handa <handa@m17n.org>
20134
20135 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20136 Fclear_face_cache.
20137
20138 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20139
201402008-02-01 Miles Bader <miles@gnu.org>
20141
20142 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20143 Parse "--disable-font-backend" option.
20144 (standard_args): Add "--disable-font-backend" option.
20145
201462008-02-01 Kenichi Handa <handa@m17n.org>
20147
20148 * fontset.c (fontset_find_font): New function.
20149 (fontset_font): Use fontset_find_font.
20150 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20151 Register the specified font for all Latin characters.
20152 (new_fontset_from_font): Register the specified font for all Latin
20153 characters.
20154 (dump_fontset): For a realized fontset, include the base fontset
20155 name in the returned vector.
20156
201572008-02-01 Kenichi Handa <handa@m17n.org>
20158
20159 * character.h (CHAR_STRING): Cast C to unsigned on calling
20160 char_string.
20161
20162 * character.c (char_string): Type of arg C changed to unsigned.
20163 Signal an error if C is an invalid character code.
20164
20165 * editfns.c (general_insert_function, Fchar_to_string):
20166 Use CHARACTERP, not INTEGERP.
20167
201682008-02-01 Kenichi Handa <handa@m17n.org>
20169
20170 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20171 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20172
20173 * regex.c (analyse_first): Fix for multibyte characters in "case
20174 charset:" and "case categoryspec:".
20175
201762008-02-01 Andreas Schwab <schwab@suse.de>
20177
20178 * Makefile.in (LIBES): Move standard libraries to the end.
20179
201802008-02-01 Kenichi Handa <handa@m17n.org>
20181
20182 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20183 nonzero, don't shrink the buffer nextb.
20184
20185 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20186
20187 * coding.c (coding_alloc_by_making_gap): New arg offset.
20188 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20189 offset.
20190 (decode_coding_iso_2022): Update coding->safe_charsets.
20191 (decode_coding_gap): Temporarily set
20192 current_buffer->text->inhibit_shrinking to 1.
20193
201942008-02-01 Kenichi Handa <handa@m17n.org>
20195
20196 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20197 indexing into elements of s->cmp and s->char2b.
20198
201992008-02-01 Juanma Barranquero <lekktu@gmail.com>
20200
20201 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20202
202032008-02-01 Kenichi Handa <handa@m17n.org>
20204
20205 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20206 target_multibyte instead of multibyte.
20207 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20208 (bcmp_translate): Change the argument name from multibyte to
20209 target_multibyte.
20210
202112008-02-01 Kenichi Handa <handa@m17n.org>
20212
20213 These changes are to compile a regexp into a pattern that can be
20214 used both for multibyte and unibyte targets.
20215
20216 * Makefile.in (search.o): Depend on charset.h.
20217
20218 * character.c (multibyte_char_to_unibyte_safe): New function.
20219
20220 * search.c: Include "charset.h".
20221 (compile_pattern_1): Delete argument multibyte. Don't set
20222 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20223 (compile_pattern): Don't compare cp->buf.target_multibyte.
20224 Compare cp->buf.charset_unibyte.
20225 (compile_pattern): Set cp->buf.target_multibyte.
20226
20227 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20228
20229 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20230
20231 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20232 multibyte. Change callers.
20233 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20234 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20235 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20236 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20237 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20238 (regex_compile): Make the compiled pattern usable both for
20239 multibyte and unibyte targets.
20240 (analyse_first): Make the fastmap usable both for multibyte and
20241 unibyte targets.
20242 (TRANSLATE_VIA_MULTIBYTE): Delete.
20243 (re_match_2_internal): Pay attention to the case that the
20244 multibyteness of bufp and target may be different.
20245
202462008-02-01 Kenichi Handa <handa@m17n.org>
20247
20248 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20249 empty box occupy at least one column width.
20250
202512008-02-01 Miles Bader <miles@gnu.org>
20252
20253 * Makefile.in: Remove redundant HAVE_XFT clause.
20254
202552008-02-01 Kenichi Handa <handa@m17n.org>
20256
20257 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20258
202592008-02-01 Kenichi Handa <handa@m17n.org>
20260
20261 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20262 being nil.
20263
202642008-02-01 Kenichi Handa <handa@m17n.org>
20265
20266 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20267
202682008-02-01 Kenichi Handa <handa@m17n.org>
20269
20270 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20271
202722008-02-01 Kenichi Handa <handa@m17n.org>
20273
20274 * search.c (simple_search): Fix previous change.
20275
202762008-02-01 Kenichi Handa <handa@m17n.org>
20277
20278 * xftfont.c (ftfont_font_format): Extern declaration.
20279
20280 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20281
20282 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20283 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20284
20285 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20286 (ftfont_font_format): Fix previous change.
20287
20288 * font.h (Ffont_xlfd_name): EXFUN it.
20289
20290 * font.c (font_parse_xlfd): Fix the array size of `f'.
20291 (register_font_driver): Use EQ to compare driver->type.
20292
20293 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20294 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20295 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20296
202972008-02-01 Kenichi Handa <handa@m17n.org>
20298
20299 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20300 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20301
203022008-02-01 Kenichi Handa <handa@m17n.org>
20303
20304 * xfont.c (xfont_open): Set font->format.
20305
20306 * xftfont.c (xftfont_open): Set font->format.
20307
20308 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20309 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20310 (ftfont_open): Set font->format.
20311 (ftfont_font_format): New function.
20312
20313 * font.h (struct font): New member format.
20314
20315 * font.c (Qopentype): New variable.
20316 (syms_of_font): Defsym it.
20317 (Fquery_font): Change the format of the last element of the return
20318 value.
20319
203202008-02-01 Kenichi Handa <handa@m17n.org>
20321
20322 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20323 last resort.
20324
203252008-02-01 Kenichi Handa <handa@m17n.org>
20326
20327 * coding.c (detect_coding_charset): Fix detection of multi-byte
20328 charset.
20329
203302008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20331
20332 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20333
203342008-02-01 Kenichi Handa <handa@m17n.org>
20335
20336 * xdisp.c (get_next_display_element): Set it->face_id for the
20337 first component of a composition.
20338 (x_produce_glyphs): Check if the font is changed or not for composition.
20339
203402008-02-01 Kenichi Handa <handa@m17n.org>
20341
20342 * fontset.c (Qlatin): New variable.
20343 (syms_of_fontset): Define it as a lisp symbol.
20344 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20345
203462008-02-01 Kenichi Handa <handa@m17n.org>
20347
20348 * font.c (font_unparse_fcname): Pay attention to the case that
20349 some of font property is a null string.
20350
203512008-02-01 Kenichi Handa <handa@m17n.org>
20352
20353 * term.c: Include "composite.h".
20354 (encode_terminal_code): Output all components of composition.
20355 Check the size of encode_terminal_src.
20356 (produce_glyphs): For composition, call produce_composite_glyph.
20357 (append_composite_glyph, produce_composite_glyph): New functions.
20358
20359 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20360 is not found, get font_info from the current ascii face.
20361
203622008-02-01 Kenichi Handa <handa@m17n.org>
20363
20364 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20365 buffer-file-name to Qnil before calling insert_from_buffer.
20366
20367 * font.c (font_unparse_fcname): Pay attention to the case that
20368 foundry is a null string.
20369
203702008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20373
20374 * font.c (Qunicode_sip): New variable.
20375 (syms_of_font): Declare it as a Lisp symbol.
20376
20377 * font.h (Qunicode_sip): Extern it.
20378
203792008-02-01 Kenichi Handa <handa@m17n.org>
20380
20381 * composite.c (get_composition_id): Pay attention to TAB component.
20382
20383 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20384 TAB. Adjust for the change of s->char2b which always points to
20385 the first element of allocated memory.
20386
20387 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20388
20389 * xdisp.c (handle_composition_prop): Set it->c to the first
20390 non-TAB component.
20391 (fill_composite_glyph_string): Change argument.
20392 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20393 (x_produce_glyphs): Fix handling of left/right padding.
20394
203952008-02-01 Kenichi Handa <handa@m17n.org>
20396
20397 * coding.c (detect_coding_system): Fix for handling off
20398 inhibit_iso_escape_detection. Fix for the case that no coding
20399 system is defined for a specific coding category.
20400
204012008-02-01 Kenichi Handa <handa@m17n.org>
20402
20403 * font.c (font_matching_entity): Delete unused local var.
20404
20405 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20406 opening a font.
20407
20408 * fileio.c (Finsert_file_contents): On recovering a file, assume
20409 Unix-like eol.
20410 (choose_write_coding_system): On auto-saving a file, force
20411 Unix-like eol.
20412
20413 * coding.c (setup_coding_system): Fix setting of
20414 coding->common_flags based on eol_type.
20415 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20416 inherit from it.
20417
204182008-02-01 Kenichi Handa <handa@m17n.org>
20419
20420 * alloc.c (NSTATICS): Increas to 0x600.
20421
204222008-02-01 Kenichi Handa <handa@m17n.org>
20423
20424 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20425 (ftfont_list): Don't check :name property.
20426 (ftfont_match): New function.
20427 (ftfont_pattern_entity): If the pattern doesn't contain
20428 FC_SPACING, don't assume FC_MONO.
20429
20430 * font.h (struct font_driver): New member `match'.
20431 (font_update_drivers): Adjust prototype.
20432
20433 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20434 property of FONT.
20435 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20436 them unconditionally.
20437 (font_matching_entity): New function.
20438 (font_open_by_name): Try font_matching_entity if exact match is
20439 not found.
20440 (font_update_drivers): Delete the arg FONT. Return a list of
20441 actually used backends. Don't free faces, font caches here.
20442 Don't store data in frame parameters. Don't call x_set_font.
20443 (Ffont_spec): Store :name property as is.
20444 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20445 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20446 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20447 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20448 Call font->driver->otf_gsub instead of font_otf_gsub.
20449
20450 * frame.c (x_set_font_backend): Do more works that were done in
20451 font_update_drivers before.
20452
20453 * xfont.c (xfont_match): New function.
20454 (xfont_driver): Set xfont_driver.match to xfont_match.
20455 (xfont_draw): Set font in GC if necessary.
20456
20457 * ftxfont.c (ftxfont_match): New function.
20458 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20459
20460 * xftfont.c (xftfont_match): New function.
20461 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20462
204632008-02-01 Kenichi Handa <handa@m17n.org>
20464
20465 * font.h (struct font): New member scalable.
20466 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20467 (font_otf_gsub): Adjust prototype.
20468
20469 * font.c (font_otf_capability): Fix handling of the default langsys.
20470 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20471 Check the contents of SPEC.
20472 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20473 (check_gstring): New function.
20474 (REPLACEMENT_CHARACTER): New macro.
20475 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20476 glyph codes of GSTRING.
20477 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20478 (font_prepare_composition): Set cmp->glyph_len.
20479 (font_open_entity): Set font->scalable.
20480 (Ffont_get): Handle :otf property.
20481 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20482 functions.
20483 (Fquery_font): Use font->font.full_name.
20484 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20485 Sfont_otf_alternates.
20486
20487 * ftfont.c (ftfont_open): Set font->font.full_name and
20488 font->font.name properly. Fix calculation of font->font.height
20489 and font->min_width.
20490
20491 * ftxfont.c (ftxfont_create_gcs): New function.
20492 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20493 (ftxfont_draw_backgrond): Fix filling region.
20494 (ftxfont_default_fid): New function.
20495 (ftxfont_open): Set xfont->fid to the return value of
20496 ftxfont_default_fid.
20497 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20498 (ftxfont_done_face): Free only GCs that are created by
20499 ftxfont_create_gcs.
20500 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20501
20502 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20503 Clip to src->width, etc (not src->clip_XXX).
20504
20505 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20506 FontBackend frame parameter.
20507
205082008-02-01 Kenichi Handa <handa@m17n.org>
20509
20510 * font.h (struct font_driver_list): New member `on'.
20511 (Fclear_font_cache): EXFUN it.
20512 (font_update_drivers): Extern it.
20513
20514 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20515 (font_list_entities): Check driver_list->on.
40b1a3a9 20516 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
20517 (font_update_drivers): New function.
20518 (Fclear_font_cache): Check driver_list->on.
20519
20520 * frame.h (Qfont_backend): Extern it.
20521 (x_set_font_backend): Extern it.
20522
20523 * frame.c (Qfont_backend): New variable.
20524 (frame_parms): New element for font-backend.
20525 (x_set_font_backend): New function.
20526
20527 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20528 FontBackend frame parameter.
20529 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20530 x_set_font_backend.
20531
20532 * xfont.c (xfont_list): Don't try listing by :name property if the
20533 name is not for XLFD.
20534
205352008-02-01 Kenichi Handa <handa@m17n.org>
20536
20537 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20538 (LGLYPH_SET_TO): New macros.
20539 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20540 element of G is vector or not.
20541 (font_at): Extern it.
20542
20543 * font.c: Include window.h.
20544 (font_lispy_object): New function.
20545 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20546 end of valid glyph.
20547 (font_close_object): Fix getting (struct font *).
20548 (font_at): New function.
20549 (Ffont_get): If FONT is a font-object, get entity from it.
20550 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20551 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20552 range check.
20553 (Ffont_at): New function.
20554 (syms_of_font): Defsubr Sfont_at.
20555
20556 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20557 before the entry for Qcomposition.
20558 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20559 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20560 the font in gstring.
20561 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20562 LGLYPH_FORM (g) to detect the end of valid glyph.
20563 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20564 we are composing with gstring.
20565
20566 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20567 Check if adjustment is vector or not.
20568
20569 * Makefile.in (font.o): Make it depends on window.h.
20570
205712008-02-01 Kenichi Handa <handa@m17n.org>
20572
20573 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20574 adjustment is vector or not.
20575
205762008-02-01 Miles Bader <miles@gnu.org>
20577
20578 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20579
205802008-02-01 Kenichi Handa <handa@m17n.org>
20581
20582 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20583 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20584 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20585
20586 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20587 (DEVICE_DELTA): Fix typo.
20588 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20589 LGLYPH format.
20590
20591 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20592 the change of LGLYPH format.
20593
205942008-02-01 Kenichi Handa <handa@m17n.org>
20595
20596 * ftfont.c (ftfont_list): Fix typo.
20597 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20598
205992008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20600
20601 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20602
20603 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20604 xftface_info is non-NULL.
20605
206062008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20607
20608 * ftfont.c (ftfont_list): Move misplaced #endif.
20609
206102008-02-01 Kenichi Handa <handa@m17n.org>
20611
20612 * ftfont.c (ftfont_list): Pay attention to the case that
20613 FC_CAPABILITY is not defined.
20614
206152008-02-01 Kenichi Handa <handa@m17n.org>
20616
20617 * xftfont.c (xftfont_open): Set charset related members to -1.
20618
20619 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20620 QCname.
20621 (ftfont_open): Set charset related members to -1.
20622
20623 * fontset.c (Votf_script_alist): New variable.
20624 (syms_of_fontset): Initialize it.
20625 (fontset_font): Delete unused variable.
20626
20627 * fontset.h (Votf_script_alist): Extern it.
20628
20629 * font.c (font_find_for_lface): Optimize code.
20630
20631 * font.h (font_close_object, font_merge_old_spec): Extern them.
20632
206332008-02-01 Kenichi Handa <handa@m17n.org>
20634
20635 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20636 (syms_of_font): Initialize them.
20637 (font_pixel_size): Allow float value in dpi.
20638 (font_prop_validate_type): Delete.
20639 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20640 Change caller.
20641 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20642 (font_prop_validate_extra): Delete.
20643 (font_prop_validate_spacing): New function.
20644 (font_property_table): Add elements for all known properties.
20645 (get_font_prop_index): Rename from check_font_prop_name. New
20646 argument FROM. Change caller.
20647 (font_prop_validate): Validate all known properties.
20648 (font_put_extra): Delete argument force. Change caller.
20649 (font_expand_wildcards): Make it static. Fix the way of shrinking
20650 the possible range.
20651 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20652 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20653 Change caller.
20654 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20655 (font_parse_fcname): Delete argument merge. Fix parsing of point
20656 size. Don't validate properties values here. Change caller.
20657 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20658 (font_open_by_name): Delete unused variable.
20659 (Ffont_spec): Likewise. Validate property values.
20660 (Ffont_match_p): New function.
20661
20662 * font.h (QCscalable): Extern it.
20663 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20664
20665 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20666
20667 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20668 (xfont_list_pattern): New function.
20669 (xfont_list): Use xfont_list_pattern.
20670
206712008-02-01 Kenichi Handa <handa@m17n.org>
20672
20673 * font.h (Flist_fonts): EXFUN it.
20674
206752008-02-01 Jason Rumney <jasonr@gnu.org>
20676
20677 * w32term.c (w32_initialize): Add back smoothing_type and
20678 smoothing_enabled definitions.
20679
206802008-02-01 Kenichi Handa <handa@m17n.org>
20681
20682 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20683 s->face->font on determining underline position.
20684
206852008-02-01 Kenichi Handa <handa@m17n.org>
20686
20687 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20688 (font_has_char): Accept font-object too.
20689 (font_find_for_lface): Try at first with a size specified in face.
20690
206912008-02-01 Kenichi Handa <handa@m17n.org>
20692
20693 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20694 font_open_by_name.
20695
206962008-02-01 Kenichi Handa <handa@m17n.org>
20697
20698 * font.h (QCspacing, QCdpi): Extern them.
20699 (enum font_spacing): New enum.
20700 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20701
20702 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20703 (QCspacing, QCdpi): New variables.
20704 (syms_of_font): Initialize them.
20705 (font_pixel_size): New function.
20706 (font_put_extra): New function.
20707 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20708 in FONT_EXTRA.
20709 (font_parse_fcname): Handle enumerated values (e.g. bold).
20710 Fix handling font size. Add QCname property that contains only
20711 unknown properties.
20712 (font_score): Change argument. Change caller. Pay attention to
20713 FONT_PIXEL_SIZE_QUANTUM.
20714 (font_sort_entites, font_list_entities, font_find_for_lface)
20715 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20716 (Ffont_spec): Add QCname property that contains only unknown properties.
20717
20718 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20719 include weight in listing pattern, instead check weight of each
20720 listed font. Don't include scalable in pattern. Pay attention to
20721 FONT_PIXEL_SIZE_QUANTUM.
20722
207232008-02-01 Kenichi Handa <handa@m17n.org>
20724
20725 * font.c (font_parse_fcname): Fix parsing of point-size.
20726 (font_unparse_fcname): Produce symbolic names for style properties.
20727 (font_list_entities): Handle float size correctly.
20728 (font_open_by_name): Prefer `normal' property values if the name
20729 doesn't specify them.
20730
20731 * fontset.c (Finternal_char_font): Use font_get_name, not
20732 Ffont_xlfd_name.
20733
20734 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20735 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20736 pattern. Don't force scalable.
20737
20738 * xftfont.c (xftfont_open): For generating a name, start from
20739 96-byte buffer.
20740
207412008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20742
20743 * frame.h (x_new_fontset2): Fix prototype.
20744
207452008-02-01 Kenichi Handa <handa@m17n.org>
20746
20747 * font.h (struct font_driver): Delete member parse_name.
20748 (font_match_p, font_get_spec, font_parse_fcname)
20749 (font_unparse_fcname): Extern them.
20750 (font_get_name): Adjust prototype.
20751
20752 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20753 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20754 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20755 unnecessary checks for weight, slant, and swidth.
20756 (font_parse_fcname): New function.
20757 (font_unparse_fcname): New function.
20758 (font_parse_name): New function.
20759 (font_match_p): New function.
20760 (font_get_name): Change return value to Lisp string.
20761 (font_get_spec): New function.
20762 (Qunspecified, Qignore_defface): Don't extern them.
20763 (font_find_for_lface): Assume that LFACE is fully specified.
20764 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20765 object, use it for FACE.
20766 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20767 driver->parse_name.
20768 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20769
20770 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20771 prototype.
20772
20773 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20774 argument F. Don't call Fnew_fontset. Instead, directly call
20775 make_fontset.
20776
20777 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20778
20779 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20780 of x_new_fontset2.
20781
20782 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20783 (Qsans__serif): New variables.
20784 (ftfont_generic_family_list): New variable.
20785 (syms_of_ftfont): Initialize the above variables.
20786 (ftfont_pattern_entity): Delete argument NAME.
20787 (ftfont_list_generic_family): New function.
20788 (ftfont_parse_name): Delete this function.
20789 (ftfont_list): Try generic family only when FcFontList found no font.
20790 (ftfont_list_family): Fix args to FcObjectSetBuild.
20791
20792 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20793 object in attrs[LFACE_FONT_INDEX].
20794 (set_lface_from_font_name): Cancel all changes for font-backend.
20795 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20796 function.
20797 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20798 font object in QCfont attribute.
20799 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20800 (realize_default_face) [USE_FONT_BACKEND]: Call
20801 set_lface_from_font_and_fontset.
20802
20803 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20804 "fixed", and signal error here if no suitable font was found.
20805
20806 * xfont.c (xfont_parse_name): Delete this function.
20807
20808 * xftfont.c (xftfont_open): Change coding style of error
20809 handling. Generate fontconfig's fontname pattern.
20810
20811 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20812 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20813
20814 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20815 Both args FONTSET and FONT_OBJECT must be existing ones.
20816
208172008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20818
20819 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20820
208212008-02-01 Kenichi Handa <handa@m17n.org>
20822
20823 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20824
20825 * font.h (struct font): Fix typo.
20826
20827 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20828 XLFD_XXX_INDEX.
20829 (enum xlfd_field_mask): New enum.
20830 (intern_font_field): Changed argument. Change caller. If digits
20831 are followed by non-digits, return a symbol.
20832 (font_expand_wildcards): New function.
20833 (font_parse_xlfd): Fix wildcard handling.
20834 (Ffont_spec): If :name is specified, reflect the info in the other
20835 properties.
20836
20837 * ftfont.c (ftfont_pattern_entity): Fix typo.
20838 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20839 locale.
20840
208412008-02-01 Kenichi Handa <handa@m17n.org>
20842
20843 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20844
20845 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20846 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20847 registry doesn't specify encoding part.
20848 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20849 (font_open_by_name): At first try parsing the name.
20850 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20851 as Lisp symbols.
20852
20853 * fontset.c (reorder_font_vector): Pay attention to the case that
20854 the 3rd element of font_def is nil.
20855 (fontset_font): For the default fontset, append one more fontset
20856 elements for a script-based font specification. Don't add script
20857 attribute on finding a font.
20858 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20859 font name.
20860 (fontset_ascii_font): If a font can't be opened, return nil.
20861
20862 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20863 (ftfont_pattern_entity): New function.
20864 (ftfont_get_cache): Assume that freetype_font_cache is already
20865 initialized.
20866 (ftfont_list): Handle the case that a file is specified in font
20867 name. Use ftfont_pattern_entity to generate entities.
20868 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20869 (syms_of_ftfont): Initialize freetype_font_cache.
20870
20871 * xftfont.c (xftfont_open): Make the font name fontconfig's
20872 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20873 (xftfont_close): Free font->font.name if not NULL.
20874
20875 * xfont.c (xfont_list): If script is specified for a font, return
20876 null_vector.
20877 (xfont_list_family): Declare argument type.
20878
20879 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20880 name, set LFACE_FONT (lface) to nil.
20881
20882 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20883 return Qnil.
20884
208852008-02-01 Kenichi Handa <handa@m17n.org>
20886
20887 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20888 (standard_args): Add "-enable-font-backend".
20889
208902008-02-01 Kenichi Handa <handa@m17n.org>
20891
20892 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20893 (struct xftdraw_list, xftdraw_list): Delete them.
20894 (register_xftdraw, check_xftdraw): Delete them.
20895 (xftfont_prepare_face): Don't call register_xftdraw.
20896 (xftfont_done_face): Don't call check_xftdraw.
20897 (xftfont_draw): Get background color only when with_background is
20898 nonzero.
20899
20900 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20901
209022008-02-01 Kenichi Handa <handa@m17n.org>
20903
20904 These changes are for the new font handling codes.
20905
20906 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20907 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20908 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20909 (FONTSRC, FONTOBJ): New variables.
20910 (obj): Add $(FONTOBJ).
20911 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20912 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20913 @LIBOTF_LIBS@.
20914 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20915 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20916
20917 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20918
20919 * character.h (Vscript_representative_chars): Extern it.
20920
20921 * character.c (Vscript_representative_chars): New variable.
20922 (syms_of_character): Declare it as a Lisp variable.
20923
20924 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20925 enable_font_backend is nonzero, accept the composition method
20926 COMPOSITION_WITH_GLYPH_STRING.
20927
20928 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20929 enumeration COMPOSITION_WITH_GLYPH_STRING.
20930
20931 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20932 members clip_x, clip_y, clip_width, and clip_height.
20933 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20934
20935 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20936 --enable-font-backend. Call syms_of_font.
20937
20938 * fns.c (assoc_no_quit): New function.
20939
20940 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20941 (face_for_font, new_fontset_from_font)
20942 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20943
20944 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20945 (fontset_font, fontset_ascii, face_for_char)
20946 (make_fontset_for_ascii_face, Ffont_info)
20947 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20948 is nonzero, use font-backend mechanism.
20949 (find_font_encoding): Make it non-static.
20950 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20951 New functions.
20952
20953 * frame.h (struct frame): New members resx and resy.
20954 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20955 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20956
20957 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20958 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20959
20960 * lisp.h (assoc_no_quit): Extern it.
20961
20962 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20963 Through out the file, use FONT_INFO_FROM_FACE instead of
20964 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20965 rif->per_char_metric.
20966 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20967 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20968 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20969 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20970 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20971 nonzero, use font-backend mechanism.
20972 (get_per_char_metric): New function.
20973
20974 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20975 (set_lface_from_font_name)
20976 (set_font_frame_param, free_realized_face)
20977 (prepare_face_for_display, clear_face_gcs)
20978 (Finternal_set_font_selection_order, realize_x_face)
20979 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20980 font-backend mechanism.
20981 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20982 (load_face_font) [USE_FONT_BACKEND]: Abort.
20983 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20984 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20985
20986 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20987 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20988 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20989 nonzero, register all available font drivers. Call
20990 x_default_font_parameter for deciding a font.
20991 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20992
20993 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20994 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20995 (x_set_glyph_string_clipping_exactly)
20996 (x_compute_glyph_string_overhangs)
20997 (x_draw_glyph_string_foreground)
20998 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20999 (x_free_frame_resources) [USE_FONT_BACKEND]: If
21000 enable_font_backend is nonzero, use font-backend mechanism.
21001 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21002
210032008-02-01 Kenichi Handa <handa@m17n.org>
21004
21005 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21006 system_eol_type.
21007 (syms_of_coding): Initialize system_eol_type.
21008
21009 * process.c (Fset_process_coding_system): Inherit system's eol
21010 format if necessary.
21011
210122008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21013
21014 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21015
210162008-02-01 Kenichi Handa <handa@m17n.org>
21017
21018 * coding.c (decode_eol): Pay attention to buffer relocation in
21019 del_range_2.
21020 (decode_coding): Call decode_eol before restoring undo_list.
21021
210222008-02-01 Kenichi Handa <handa@m17n.org>
21023
21024 * charset.c (Fdefine_charset_internal): Fix setting of
21025 emacs_mule_bytes.
21026
210272008-02-01 Kenichi Handa <handa@m17n.org>
21028
21029 * keyboard.c (read_char): Check if C is a character or not before
21030 looking up Vkeyboard_translate_table.
21031
210322008-02-01 Kenichi Handa <handa@m17n.org>
21033
21034 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21035 condition to terminate the loop.
21036
210372008-02-01 Kenichi Handa <handa@m17n.org>
21038
21039 * coding.c (produce_composition): Compare charbuf[i] instead of
21040 args[i] against 0.
21041 (Fterminal_coding_system): Use EQ to compare Lisp objects.
21042
210432008-02-01 Kenichi Handa <handa@m17n.org>
21044
21045 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21046 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21047 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21048 detect_coding.
21049 (emacs_mule_char): Handle old style (Emacs 20) component character
21050 of a composition.
21051 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21052 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21053 composition rule.
21054 (decode_coding_emacs_mule): Handle invalid bytes correctly.
21055
210562008-02-01 Kenichi Handa <handa@m17n.org>
21057
21058 * coding.c (encode_coding_ccl): Allocate destination dynamically
21059 when necessary.
21060
210612008-02-01 Kenichi Handa <handa@m17n.org>
21062
21063 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21064 the loop. When quitted, show a proper error message.
21065
210662008-02-01 Kenichi Handa <handa@m17n.org>
21067
21068 * xterm.c (x_set_glyph_string_clipping_exactly): Set
21069 src->clip_head and src->clip_tail temporarily instead of src->hl.
21070
21071 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21072 character sequence.
21073 (Fccl_execute_on_string): Use ASET, not XSET.
21074
210752008-02-01 Kenichi Handa <handa@m17n.org>
21076
21077 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21078
210792008-02-01 Kenichi Handa <handa@m17n.org>
21080
21081 * coding.c (decode_coding): Fix the condition of terminating the
21082 decoding loop.
21083
210842008-02-01 Kenichi Handa <handa@m17n.org>
21085
21086 * data.c (Faset): On setting a character bigger than 255 in a
21087 unibyte string, signal an error instead of make the string multibyte.
21088
210892008-02-01 Kenichi Handa <handa@m17n.org>
21090
21091 * charset.c (map_charset_chars): Fix for ascii-compatible charset
21092 made by a mapping table.
21093
210942008-02-01 Kenichi Handa <handa@m17n.org>
21095
21096 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21097 not.
21098 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21099 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21100
21101 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21102 s->face is NULL or not.
21103
211042008-02-01 Kenichi Handa <handa@m17n.org>
21105
21106 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21107 (x_draw_glyph_string): Fix drawing of right_overhang and
21108 left_overhang around/on cursor.
21109
21110 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21111
211122008-02-01 Kenichi Handa <handa@m17n.org>
21113
21114 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21115
211162008-02-01 Kenichi Handa <handa@m17n.org>
21117
21118 * coding.c (Fdefine_coding_system_internal)
21119 (Fdefine_coding_system_alias): Avoid a duplicated element in
21120 Vcoding_system_alist.
21121
211222008-02-01 Kenichi Handa <handa@m17n.org>
21123
21124 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21125
21126 * coding.c (Qcoding_system_define_form): New variable.
21127 (syms_of_coding): Intern and staticpro it.
21128 (Fcoding_system_p): Check Qcoding_system_define_form.
21129 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21130
21131 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21132 Fcoding_system_p.
21133 (CHECK_CODING_SYSTEM): If ID is not available, call
21134 Fcheck_coding_system.
21135 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21136 Try also Fcheck_coding_system.
21137
211382008-02-01 Kenichi Handa <handa@m17n.org>
21139
21140 * coding.c (code_conversion_restore): GCPRO arg.
21141
211422008-02-01 Kenichi Handa <handa@m17n.org>
21143
21144 * character.c (lisp_string_width): Check multibyteness of STRING.
21145
211462008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21147
21148 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21149 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21150 (decode_mac_font_name): Use decode_coding_c_string instead of
21151 decode_coding.
21152 (x_load_font): Initialize fontp->fontset to -1. Set
21153 fontp->encoding_type.
21154
211552008-02-01 Kenichi Handa <handa@m17n.org>
21156
21157 * search.c (search_buffer): Give up BM search on case-fold-search
21158 if one of a target character has a case-equivalence of different
3b59c351 21159 byte length even if that target character is an ASCII.
aac0c6e3
MR
21160 (simple_search): Fix calculation of byte length of matched text.
21161 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21162
211632008-02-01 Kenichi Handa <handa@m17n.org>
21164
21165 * coding.c (decode_coding): Fix handling of invalid bytes.
21166
211672008-02-01 Kenichi Handa <handa@m17n.org>
21168
21169 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21170 Unicode characters.
21171
211722008-02-01 Kenichi Handa <handa@m17n.org>
21173
21174 * coding.c (encode_coding_object): If a pre-write-conversion
21175 function makes a new buffer, kill it.
21176
211772008-02-01 Kenichi Handa <handa@m17n.org>
21178
21179 * coding.c (QCascii_compatible_p): New variable.
21180 (syms_of_coding): Initialize it.
21181 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21182 calling string_char.
21183 (record_conversion_result): Add `default:' case.
21184 (coding_charset_list): Delete unused variable `coding_type'.
21185 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21186 property in the plist of the coding system.
21187 (Fcoding_system_put): Check QCascii_compatible_p.
21188
211892008-02-01 Miles Bader <miles@gnu.org>
21190
21191 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21192 removed calculation of frame `f', as it's now used.
21193
211942008-02-01 Kenichi Handa <handa@m17n.org>
21195
21196 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21197 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21198 (UNIDATA): New variable.
21199 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21200 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21201 $(RUN_TEMACS) unconditionally.
21202
212032008-02-01 Kenichi Handa <handa@m17n.org>
21204
21205 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21206 (admindir): New variable.
21207 ($(lispsource)international/charprop.el): New target.
21208
212092008-02-01 Miles Bader <miles@gnu.org>
21210
21211 * character.c (chars-in-region): Remove obsolete function.
21212 (syms_of_character): Remove its initialization.
21213
212142008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21215
21216 * w32select.c (validate_coding_system)
21217 (setup_windows_coding_system): New functions.
21218 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21219 setup_windows_coding_system.
21220 (setup_config, Fw32_get_clipboard_data): Use
21221 validate_coding_system.
21222 (Fx_selection_exists): Move call to setup_config to a place
21223 where signals are allowed.
21224
21225 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21226 (Fcheck_coding_system): Add declarations.
21227
212282008-02-01 Kenichi Handa <handa@m17n.org>
21229
21230 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21231
212322008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21233
21234 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21235 string as the second argument for x_new_fontset.
21236
212372008-02-01 Kenichi Handa <handa@m17n.org>
21238
21239 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21240 (encode_coding_object): Use safe_call instead of call2.
21241
212422008-02-01 Kenichi Handa <handa@m17n.org>
21243
21244 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21245
21246 * Makefile.in (lisp): Include charprop.el.
21247
212482008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21249
21250 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21251 Not sure if it's unnecessary.
21252
212532008-02-01 Steven Tamm <steventamm@mac.com>
21254
21255 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21256 some possibly unnecessary fontset checking code that crashed
21257 when creating a new frame.
21258
212592008-02-01 Kenichi Handa <handa@m17n.org>
21260
21261 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21262 lookup_face.
21263
21264 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21265
21266 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21267
212682008-02-01 Kenichi Handa <handa@m17n.org>
21269
21270 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21271 (coding_charset_list): New function.
21272
21273 * coding.h (coding_charset_list): Extern it.
21274
212752008-02-01 Kenichi Handa <handa@m17n.org>
21276
21277 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21278 concatenation of family and registry.
21279
212802008-02-01 Kenichi Handa <handa@m17n.org>
21281
21282 * character.h (BYTE8_STRING): Fix typo.
21283
21284 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21285 string to multibyte (sync to HEAD).
21286
21287 * casefiddle.c (casify_region): Handle changes in byte-length
21288 using replace_range_2 (sync to HEAD).
21289
212902008-02-01 Andreas Schwab <schwab@suse.de>
21291
21292 * chartab.c (map_char_table): GCPRO table and arg.
21293
212942008-02-01 Kenichi Handa <handa@m17n.org>
21295
21296 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21297 already at limit.
21298
212992008-02-01 Kenichi Handa <handa@m17n.org>
21300
21301 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21302 instead of fast_c_string_match_ignore_case.
21303 (find_font_encoding): Change argument to Lisp_Object. Use
21304 fast_string_match_ignore_case instead of
21305 fast_c_string_match_ignore_case. Change caller.
21306
213072008-02-01 Kenichi Handa <handa@m17n.org>
21308
21309 * xdisp.c (get_next_display_element): In unibyte case, decide to
21310 display in octal form by checking a character by
21311 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21312
21313 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21314
21315 * character.c (unibyte_has_multibyte_table): New variable.
21316
21317 * character.h (unibyte_has_multibyte_table): Extern it.
21318 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21319
213202008-02-01 Kenichi Handa <handa@m17n.org>
21321
21322 * coding.c (encode_coding_iso_2022): Fix handling of charset
21323 annotation.
21324
213252008-02-01 Kenichi Handa <handa@m17n.org>
21326
21327 * coding.c (setup_coding_system): If coding_system is nil, use
21328 Qundecided.
21329 (Fterminal_coding_system): Return nil if terminal coding system is
21330 `undecided'.
21331 (syms_of_coding): Define coding-system `undecided' here. Setup
21332 terminal_coding as `undecided'.
21333
213342008-02-01 Kenichi Handa <handa@m17n.org>
21335
21336 * xdisp.c (message_dolog, set_message_1): Call
21337 unibyte_char_to_multibyte with arg type int.
21338
21339 * lread.c (read1): Fix reading of a char-table.
21340
21341 * print.c (print_object): Include sub char-table in circularities
21342 detection.
21343
213442008-02-01 Kenichi Handa <handa@m17n.org>
21345
21346 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21347 Append the found sequences in car of ARGS instead of prepending.
21348
213492008-02-01 Kenichi Handa <handa@m17n.org>
21350
21351 * fileio.c (report_file_error): Make a unibyte string from
21352 strerror (errorno).
21353 (Fsubstitute_in_file_name): Fix the arg to
21354 unibyte_char_to_multibyte. It is evaluated twice.
21355
213562008-02-01 Kenichi Handa <handa@m17n.org>
21357
21358 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21359
213602008-02-01 Kenichi Handa <handa@m17n.org>
21361
21362 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21363 BOM is not found.
21364 (detect_coding, detect_coding_system): Optimization for ISO-2022
21365 when no 8-bit data is found.
21366
213672008-02-01 Jason Rumney <jasonr@gnu.org>
21368
21369 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21370
213712008-02-01 Kenichi Handa <handa@m17n.org>
21372
21373 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21374 CHARS.
21375
213762008-02-01 Steven Tamm <steventamm@mac.com>
21377
21378 * macterm.c (mac_encode_char): Add charset argument and update
21379 to use encoding_type.
21380 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21381 switch to pure fontset.
21382 (decode_mac_font_name): Temporarily remove decoding.
21383 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21384 (x_load_font): Temporarily remove encoding.
21385
213862008-02-01 Kenichi Handa <handa@m17n.org>
21387
21388 * xfaces.c (Fface_font): If frame is not on a window system,
21389 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21390 refer to face->font.
21391 (split_font_name_into_vector, build_font_name_from_vector)
21392 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21393 when HAVE_WINDOW_SYSTEM is defined.
21394
213952008-02-01 Kenichi Handa <handa@m17n.org>
21396
21397 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21398 (x_produce_glyphs): Fix setting of members of cmp in case
21399 cmp->glyph_len is zero.
21400
21401 * fontset.c (Fset_fontset_font): Fix docstring.
21402 (Ffontset_info): Make it backward compatible. New arg ALL.
21403
214042008-02-01 Kim F. Storm <storm@cua.dk>
21405
21406 * process.c (read_process_output): Grow decoding_buf when needed;
21407 this could cause a crash in allocate_string and compact_small_strings.
21408
214092008-02-01 Kenichi Handa <handa@m17n.org>
21410
21411 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21412
214132008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * coding.c (setup_coding_system): Set coding->common_flags
21416 correctly for raw-text.
21417 (consume_chars): On encoding unibyte text by raw-text, don't check
21418 multibyte form.
21419 (encode_coding): On encoding by raw-text, never use translation tables.
21420
21421 * fileio.c (e_write): Short cut for the case of no encoding.
21422
214232008-02-01 Kenichi Handa <handa@m17n.org>
21424
21425 * coding.c (detect_coding, detect_coding_system): Delete unused
21426 variables.
21427
214282008-02-01 Kenichi Handa <handa@m17n.org>
21429
21430 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21431 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21432
214332008-02-01 Kenichi Handa <handa@m17n.org>
21434
21435 * coding.c (Ffind_coding_systems_region_internal): Include
21436 raw-text and no-conversion in the result.
21437
214382008-02-01 Kenichi Handa <handa@m17n.org>
21439
21440 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21441 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21442 FONT_DEF.
21443 (font_def_arg, add_arg, from_arg, to_arg): New args.
21444 (set_fontset_font): Change argument.
21445 (Fset_fontset_font): Fix for the case that TARGET is a script
21446 name and charset name.
21447 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21448
214492008-02-01 Kenichi Handa <handa@m17n.org>
21450
21451 * fontset.c (fontset_font): Rename from fontset_face. Change return
21452 value.
21453 (face_suitable_for_char_p, face_for_char): Adjust for the change
21454 of fontset_font.
21455 (make_fontset_for_ascii_face): Fix setting of the fontset element
21456 for ASCII.
21457 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21458 to get a font name.
21459 (Ffontset_info): Adjust for the change of fontset_font.
21460
21461 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21462
21463 * character.h (LEADING_CODE_LATIN_1_MIN)
21464 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21465
214662008-02-01 Kenichi Handa <handa@m17n.org>
21467
21468 * editfns.c (check_translation): New function.
21469 (Ftranslate_region_internal): Handle M:N mapping.
21470
214712008-02-01 Kenichi Handa <handa@m17n.org>
21472
21473 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21474
214752008-02-01 Kenichi Handa <handa@m17n.org>
21476
21477 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21478 goto invalid_code.
21479 (decode_coding_iso_2022): Fix handling of invalid designation.
21480
21481 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21482 after calling code_conversion_save.
21483
214842008-02-01 Kenichi Handa <handa@m17n.org>
21485
21486 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21487
21488 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21489
21490 * fontset.c: Include "intervals.h".
21491 (fontset_face): Fix comparing of Lisp_Objects.
21492 (free_face_fontset, new_fontset_from_font_name): Fix
21493 Lisp_Object/int mixup.
21494
21495 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21496
21497 * coding.c: Add many prototypes for static functions.
21498 (get_translation_table): Allow max_lookup to be NULL.
21499 (decode_coding, Ffind_coding_systems_region_internal)
21500 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21501 get_translation_table with max_lookup NULL.
21502
215032008-02-01 Kenichi Handa <handa@m17n.org>
21504
21505 * coding.c (get_translation_table): Declare it as Lisp_Object.
21506 (LOOKUP_TRANSLATION_TABLE): New macro.
21507 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21508 instead of CHAR_TABLE_REF.
21509
215102008-02-01 Kenichi Handa <handa@m17n.org>
21511
21512 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21513 annotation data format.
21514 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21515 Change arguments FROM and TO to single argument NCHARS. Change caller.
21516 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21517 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21518 (decode_coding_ccl, decode_coding_charset): Pay attention to
21519 coding->charbuf_used.
21520 (get_translation): New function.
21521 (produce_chars): New arguments translation_table and last_block.
21522 Translate characters here. Return number of carryover chars.
21523 Change caller.
21524 (produce_composition): New argument pos. Change caller.
21525 Adjust for the change of annotation data format.
21526 (produce_charset, produce_annotation): Likewise.
21527 (decode_coding, encode_coding): Don't call translate_chars.
21528 (consume_chars): New arg translation_table. Change caller.
21529 (translate_chars): Delete.
21530 (syms_of_coding): Make translation-table's number of extra slots 2.
21531
215322008-02-01 Kenichi Handa <handa@m17n.org>
21533
21534 * search.c (simple_search): Fix setting this_pos_byte in backward
21535 search.
21536
21537 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21538 byte sequence.
21539 (detect_coding_ccl): Fix setting of the variable valids.
21540
215412008-02-01 Kenichi Handa <handa@m17n.org>
21542
21543 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21544
21545 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21546
21547 * editfns.c (Ftranslate_region_internal): Rename from
21548 Ftranslate_region. Accept a char-table in TABLE.
21549 (syms_of_editfns): Defsubr Stranslate_region_internal.
21550
21551 * xfaces.c (set_lface_from_font_name): If a font is specified for
21552 a frame, generate a fontset from the font.
21553 (build_scalable_font_name): If the scalable font is requested for
21554 a specific size, don't change that size.
21555 (try_font_list): Try a scalable font also in the case that a
21556 pattern string is specified.
21557
215582008-02-01 Kenichi Handa <handa@m17n.org>
21559
21560 * xfaces.c (Fface_font): New optional arg CHARACTER.
21561
215622008-02-01 Kenichi Handa <handa@m17n.org>
21563
21564 * charset.h (CHARSET_OFFSET): New macro.
21565
215662008-02-01 Kenichi Handa <handa@m17n.org>
21567
21568 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21569
21570 * fontset.c (fontset_face): Handle the case that repertory is a
21571 char-table.
21572 (find_font_encoding): Return nil for unknown encoding.
21573 (Fset_fontset_font): Ignore a font of unknown encoding.
21574
215752008-02-01 Kenichi Handa <handa@m17n.org>
21576
21577 * keymap.c (describe_vector): Handle default value of a char table.
21578
21579 * fontset.c (fontset_face): Handle fallback fonts correctly.
21580 (Ffontset_info): Return infomation about fallback fonts.
21581
215822008-02-01 Kenichi Handa <handa@m17n.org>
21583
21584 * fontset.c (FONTSET_DEFAULT): New macro.
21585 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21586 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21587 the case that it is nil.
21588 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21589 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21590
21591 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21592 subset or superset.
21593
215942008-02-01 Kenichi Handa <handa@m17n.org>
21595
21596 * emacs.c (main): Call init_charset after syms_of_XXX.
21597
21598 * charset.c (Vcharset_map_directory): Delete.
21599 (Vcharset_map_path): New variable.
21600 (load_charset_map_from_file): Use Vcharset_map_path instead.
21601 (init_charset): Initialize Vcharset_map_path.
21602 (syms_of_charset): Delete declaration of "charset-map-directory",
21603 add declaration of "charset-map-path".
21604
216052008-02-01 Kenichi Handa <handa@m17n.org>
21606
21607 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21608 ASCII only string.
21609
21610 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21611
21612 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21613 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21614
216152008-02-01 Kenichi Handa <handa@m17n.org>
21616
21617 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21618
21619 * coding.c (QCmnemonic, QCdefalut_char)
21620 (QCdecode_translation_table, QCencode_translation_table)
21621 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21622 (get_translation_table): Return a list of translation tables if
21623 necessary.
21624 (decode_coding): Call get_translation_table with ENCODEP 0.
21625 (char_encodable_p): If translation_table is non-nil, always call
21626 translate_char.
21627 (Fdefine_coding_system_internal): Accept list of translation
21628 tables as :encode-translation-table and :decode-translation-table.
21629 (Fcoding_system_put): New function.
21630 (syms_of_coding): Declare new symbols. Defsubr
21631 Scoding_system_put.
21632 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21633 typically JISX0212.
21634
21635 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21636 when the charset is superset type.
21637
21638 * character.c (translate_char): Accept list of translation tables.
21639
216402008-02-01 Kenichi Handa <handa@m17n.org>
21641
21642 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21643 (CODING_ATTR_TRANS_TBL): New macro.
21644
21645 * coding.c (get_translation_table): New function.
21646 (translate_chars): Fix the bug of skipping annotation data.
21647 (decode_coding, encode_coding): Utilize get_translation_table.
21648 (char_encodable_p, Funencodable_char_position): Translate char if
21649 necessary.
21650 (Ffind_coding_systems_region_internal)
21651 (Fcheck_coding_systems_region): Setup translation table for encode
21652 in a coding system attribute vector in advance.
21653 (Fdefine_coding_system_internal): Allow a symbol as translation
21654 table. For shift-jis type coding system, allow 4th charset.
21655
216562008-02-01 Kenichi Handa <handa@m17n.org>
21657
21658 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21659
21660 * xdisp.c (get_next_display_element): Pass -1 as POS to
21661 FACE_FOR_CHAR if displaying a C-string.
21662
216632008-02-01 Kenichi Handa <handa@m17n.org>
21664
21665 * composite.c (get_composition_id): Handle xoff and yoff in a
21666 composition rule.
21667
21668 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21669 (struct composition): New member lbearing and rbearing.
21670
21671 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21672 (x_get_glyph_overhangs): Handle a composition glyph.
21673 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21674
21675 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21676 composition glyph.
21677
216782008-02-01 Kenichi Handa <handa@m17n.org>
21679
21680 * print.c: Include charset.h.
21681 (Vprint_charset_text_property): New variable.
21682 (Qdefault): Extern it.
21683 (PRINT_STRING_NON_CHARSET_FOUND)
21684 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21685 (print_check_string_result): New variable.
21686 (print_check_string_charset_prop): New function.
21687 (print_prune_charset_plist): New variable.
21688 (print_prune_string_charset): New function.
21689 (print_object): Call print_prune_string_charset if
21690 Vprint_charset_text_property is not t.
21691 (print_interval): Print nothing if interval->plist is nil.
21692 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21693 variable. Init and staticpro print_prune_charset_plist.
21694
216952008-02-01 Kenichi Handa <handa@m17n.org>
21696
21697 * fontset.c (new_fontset_from_font_name): Use the specified font
21698 for all characters in the new fontset.
21699
21700 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21701 OBJECT args.
21702
21703 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21704 OBJECT args for composition too.
21705
21706 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21707 OBJECT args.
21708
217092008-02-01 Kenichi Handa <handa@m17n.org>
21710
21711 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21712
21713 * fontset.c (reorder_font_vector): Adjust for the change of
21714 FONT_DEF format.
21715 (fontset_face): New arg id. Change caller.
21716 (face_for_char): New args pos and object.
21717 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21718 (fs_query_fontset): Check NAME by Fassoc too.
21719 (Fset_fontset_font): Allow non-XLFD font name.
21720 (Ffontset_info): Adjust for the change of FONT_DEF format.
21721
21722 * fontset.h (face_for_char): Adjust prototype.
21723
21724 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21725 (append_space, extend_face_to_end_of_line)
21726 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21727 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21728
21729 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21730 POS and OBJECT args.
21731
21732 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21733 POS and OBJECT args.
21734
217352008-02-01 Jason Rumney <jasonr@gnu.org>
21736
21737 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21738 of GlobalAlloc'ed memory.
21739
217402008-02-01 Kenichi Handa <handa@m17n.org>
21741
21742 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21743
21744 * charset.h (charset_table_used): Delete extern.
21745
21746 * charset.c (charset_table_used): Make it static.
21747 (map_charset_chars): Fix args to c_function with.
21748
21749 * chartab.c (map_sub_char_table_for_charset): Fix args to
21750 c_function with.
21751
21752 * coding.h (enum coding_result_code): Delete
21753 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21754
21755 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21756 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21757 (Vlast_code_conversion_error): New variables.
21758 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21759 (ONE_MORE_BYTE): Record error if any instead of signaling an
21760 error. If non-ASCII multibyte char is found, return the negative
21761 value of the code. All callers changed to check it.
21762 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21763 (record_conversion_result): New function. Change all codes setting
21764 coding->result to call this function.
21765 (detect_coding_utf_8, decode_coding_utf_8)
21766 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21767 Don't use the local variable incomplete.
21768 (emacs_mule_char): Change the second arg to `const'.
21769 (decode_coding): Fix of flushing out unprocessed data.
21770 (make_conversion_work_buffer): Fix making of a work buffer.
21771 (decode_coding_object): Return coding->dst_object.
21772
21773 * fontset.c (set_fontset_font): Fix args.
21774
21775 * lisp.h (CHARACTERBITS): Define as 22.
21776
21777 * process.c (send_process): Be sure to set coding->src_multibyte.
21778
21779 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21780
217812008-02-01 Kenichi Handa <handa@m17n.org>
21782
21783 * xdisp.c (handle_auto_composed_prop): Give limit to
21784 Fnext_single_char_property_change.
21785
217862008-02-01 Kenichi Handa <handa@m17n.org>
21787
21788 * composite.c (syms_of_composite): Don't make the composition hash
21789 table weak.
21790
21791 * fontset.c (Fset_fontset_font): Fix docstring.
21792
21793 * lisp.h (detect_coding_system): Adjust prototype.
21794
21795 * fileio.c (kill_workbuf_unwind): Delete this function.
21796 (Finsert_file_contents): Adjust the call of detect_coding_system.
21797 Get conversion_buffer by code_conversion_save. Use the macro
21798 CODING_MAY_REQUIRE_DECODING. After decoding, update
21799 coding_system.
21800
21801 * coding.h (make_conversion_work_buffer): Delete extern.
21802 (code_conversion_save): Extern it.
21803
21804 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21805 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21806 (decode_coding_utf_8): Don't do eol converion.
21807 (detect_coding_utf_16): Check coding->src_chars, not
21808 coding->src_bytes. Add heuristics for those that have no signature.
21809 (decode_coding_emacs_mule, decode_coding_iso_2022)
21810 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21811 Don't do eol converion.
21812 (adjust_coding_eol_type): Return a new coding system.
21813 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21814 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21815 each change.
21816 (decode_coding): Pay attention to undo_list. Do eol conversion for
21817 all types of coding-systems (if necessary).
21818 (Vcode_conversion_work_buf_list): Delete it.
21819 (Vcode_conversion_reused_workbuf): Rename from
21820 Vcode_conversion_reused_work_buf.
21821 (Vcode_conversion_workbuf_name): New variable.
21822 (reused_workbuf_in_use): New variable.
21823 (make_conversion_work_buffer): Delete the arg DEPTH.
21824 (code_conversion_restore): Change argument to cons.
21825 (code_conversion_save): Delete the argument BUFFER. Change callers.
21826 (detect_coding_system): New argument src_chars. Change callers.
21827 Fix for utf-16 detection.
21828 (init_coding_once): Don't use ISO_carriage_return.
21829 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21830 reused_workbuf_in_use.
21831
218322008-02-01 Kenichi Handa <handa@m17n.org>
21833
21834 * keymap.c (store_in_keymap): Pay attention to the case that idx
21835 is a cons specifying a character range.
21836
218372008-02-01 Kenichi Handa <handa@m17n.org>
21838
21839 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21840 HANDLED_RECOMPUTE_PROPS.
21841
21842 * coding.c (Fdefine_coding_system_internal): Fix checking of
21843 ascii compatibility.
21844
218452008-02-01 Kenichi Handa <handa@m17n.org>
21846
21847 * charset.c (find_charsets_in_text): Delete unused locale variable.
21848 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21849
21850 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21851 Resync charset_list to Vemacs_mule_charset_list.
21852
21853 * keymap.c (store_in_keymap): Pay attention to the case that idx
21854 is a cons specifying a character range.
21855
218562008-02-01 Kenichi Handa <handa@m17n.org>
21857
21858 * composite.c (update_compositions): Bind inhibit-read-only, etc
21859 to t before calling remove-list-of-text-properties.
21860
21861 * print.c (print_object): Always print ASCII chars as is.
21862
218632008-02-01 Kenichi Handa <handa@m17n.org>
21864
21865 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21866
21867 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21868 is a char table.
21869
218702008-02-01 Kenichi Handa <handa@m17n.org>
21871
21872 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21873
218742008-02-01 Kenichi Handa <handa@m17n.org>
21875
21876 * xfaces.c (set_lface_from_font_name): Fix for the case that
21877 FONTNAME is not fontset name.
21878
218792008-02-01 Kenichi Handa <handa@m17n.org>
21880
21881 * fns.c (base64_encode_1): Fix previous change.
21882
218832008-02-01 Kenichi Handa <handa@m17n.org>
21884
21885 * fontset.c (set_fontset_font): New function.
21886 (Fset_fontset_font): If a font is specified for a charset, use
21887 map_charset_chars to store the font spec in a fontset.
21888
218892008-02-01 Kenichi Handa <handa@m17n.org>
21890
21891 * fontset.c (fontset_face): Create a fallback fontset on demand.
21892 (make_fontset): Don't create a fallback fontset here.
21893 (free_face_fontset): Free a fallback fontset (if any) too.
21894 (n_auto_fontsets): Delete this variable.
21895 (auto_fontset_alist): New variable.
21896 (new_fontset_from_font_name): Check auto_fontset_alist.
21897 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21898 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21899 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21900 Defsubr Sfontset_list_all.
21901
219022008-02-01 Kenichi Handa <handa@m17n.org>
21903
21904 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21905
219062008-02-01 Kenichi Handa <handa@m17n.org>
21907
21908 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21909
219102008-02-01 Kenichi Handa <handa@m17n.org>
21911
21912 * editfns.c (Fgoto_char): Fix docstring.
21913
219142008-02-01 Kenichi Handa <handa@m17n.org>
21915
21916 * insdel.c (insert_from_gap): Adjust intervals correctly.
21917
219182008-02-01 Jason Rumney <jasonr@gnu.org>
21919
21920 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21921 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21922 (w32_initialize): Try to load it.
21923 (x_get_font_repertory): Use it if available.
21924 (w32_encode_char): Add shortcut for unicode output.
21925
21926 * w32fns.c (w32_load_system_font): Default charset to -1.
21927 (x_to_w32_charset): Match all fonts for unicode.
21928 (w32_to_x_charset): New parameter matching. Don't return partial
21929 or wildcard charsets.
21930 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21931 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21932 (w32_to_x_font): Match charset to real charset.
21933 (enum_font_cb2): Always list unicode versions.
21934
21935 * makefile.w32-in (temacs): Increase EMHEAP.
21936
219372008-02-01 Jason Rumney <jasonr@gnu.org>
21938
21939 * w32term.c (w32_encode_char): New charset parameter.
21940 font_info.encoding becomes encoding_type.
21941 (x_get_font_repertory): New function. Warning: stub only!
21942 (x_new_font): Return quickly if font already set.
21943 (x_new_fontset): fontsetname parameter is Lisp_Object.
21944 Use new fs_query_fontset. Try new_fontset_from_font_name.
21945 Use fontset_name for return value.
21946
21947 * w32term.h: Declare x_get_font_repertory.
21948
21949 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21950 place of find_charset_in_text. Use encode_coding_object in place
21951 of encode_coding.
21952 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21953 decode_coding.
21954
21955 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21956 of x_new_fontset.
21957 (w32_load_system_font): Initialize charset as unicode.
21958 font_info.encoding becomes encoding_type.
21959 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21960 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21961 (syms_of_w32fns): Set get_font_repertory_func.
21962
21963 * w32console.c: Include character.h. Use terminal_encode_buffer
21964 from term.c.
21965 (write_glyphs): Use new version of encode_terminal_code. Use
21966 encode_coding_object in place of encode_coding.
21967
21968 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21969 encoding becomes encoding_type.
21970
21971 * term.c (terminal_encode_buffer): Make externally visible.
21972
21973 * makefile.w32-in: Add character.h dependancies.
21974 (character.o, chartab.o): New targets.
21975
219762008-02-01 Kenichi Handa <handa@m17n.org>
21977
21978 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21979 CODING_ID_EOL_TYPE.
21980
219812008-02-01 Andreas Schwab <schwab@suse.de>
21982
21983 * coding.c (produce_chars): Revert last change.
21984
219852008-02-01 Kenichi Handa <handa@m17n.org>
21986
21987 * charset.h (charset_unicode): Extern it.
21988
21989 * charset.c (string_xstring_p): Check by (C >= 0x100).
21990 (find_charsets_in_text): Change format of the arc CHARSETS. New
21991 arg MULTIBYTE.
21992 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21993 change of find_charsets_in_text.
21994 (Fsplit_char): Fix doc. Never return unknown.
21995
21996 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21997
21998 * coding.c (Fdefine_coding_system_alias): Update
21999 Vcoding_system_list.
22000
22001 * fontset.c (load_font_get_repertory): Pay attention to the case
22002 that ENCODING of a font is specified by a char-table.
22003
22004 * xterm.c (x_get_font_repertory): Handle the case that the
22005 encoding of font is other than Unicode.
22006
220072008-02-01 Kenichi Handa <handa@m17n.org>
22008
22009 * term.c (encode_terminal_code): Don't handle glyph-table. Check
22010 if a character is encodable by the terminal coding system. If
22011 not, produces proper number of `?'s. Update
22012 terminal_encode_buffer and terminal_encode_buf_size if necessary.
22013 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22014
220152008-02-01 Kenichi Handa <handa@m17n.org>
22016
22017 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22018 variables.
22019 (encode_terminal_code): Change argument. Encode multiple
22020 characters at once. Store the result of encoding in
22021 terminal_encode_buffer.
22022 (write_glyphs, insert_glyphs): Adjust for the change of
22023 encode_terminal_code.
22024 (term_init): Initialize terminal_encode_buffer and
22025 terminal_encode_buf_size.
22026
22027 * coding.c (consume_chars): If coding->src_object is nil, don't
22028 check annotation.
22029
220302008-02-01 Kenichi Handa <handa@m17n.org>
22031
22032 * character.c (char_string): Use ASCII_CHAR_P instead of
22033 SINGLE_BYTE_CHAR_P.
22034
220352008-02-01 Kenichi Handa <handa@m17n.org>
22036
22037 * xdisp.c (handle_auto_composed_prop): Check if the last
22038 characters of auto-composed region is newly composed with the
22039 following characters.
22040 (handle_composition_prop): Fix checking of point being inside
22041 composition.
22042
220432008-02-01 Kenichi Handa <handa@m17n.org>
22044
22045 * fns.c (concat): Don't change multibyteness of the result by
22046 concatenating an 8-bit character.
22047
22048 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
22049 multibyteness of the result when newelt is an 8-bit character.
22050
220512008-02-01 Dave Love <fx@gnu.org>
22052
22053 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22054 EMACS_INT.
22055
22056 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22057
22058 * xfaces.c (face_numeric_value): Declare dim size_t.
22059 (Finternal_lisp_face_equal_p): Remove unused f.
22060
22061 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22062 (MATRIX_ROW): Remove unused vars.
22063 (draw_glyphs, x_insert_glyphs, fast_find_position)
22064 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22065 byte/char counts.
22066
22067 * regex.c (regex_compile): Remove unused var.
22068
22069 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22070
22071 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22072 (Faccessible_keymaps, where_is_internal): Remove unused vars.
22073
22074 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22075
22076 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22077
22078 * fileio.c (Fwrite_region): Remove unused var.
22079
22080 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22081 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22082
22083 * composite.c (Fremove_list_of_text_properties): Declare.
22084
22085 * coding.c (inhibit_pre_post_conversion): Remove (unused).
22086 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22087 (coding_inherit_eol_type): Remove unused attrs.
22088 (detect_coding): Cast arg of detect_eol.
22089
22090 * charset.c (syms_of_charset): Remove unused var p.
22091 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22092 byte/char counts.
22093
22094 * casetab.c (set_case_table): Remove unused var.
22095
22096 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22097 unused vars.
22098
220992008-02-01 Dave Love <fx@gnu.org>
22100
22101 * xterm.c (x_bitmap_mask): Declare.
22102
221032008-02-01 Dave Love <fx@gnu.org>
22104
22105 * xterm.c (x_term_init): Fix type error.
22106
22107 * lisp.h: Add Funibyte_char_to_multibyte.
22108
22109 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22110 (Fset_coding_system_priority): Doc fix.
22111
22112 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22113
22114 * indent.c (check_composition): Make start and end EMACS_INT.
22115
22116 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22117
22118 * xdisp.c (handle_composition_prop, check_point_in_composition):
22119 Make buffer positions EMACS_INT.
22120
22121 * composite.c (find_composition, run_composition_function)
22122 (update_compositions, Ffind_composition_internal): Make buffer
22123 positions EMACS_INT.
22124
22125 * composite.h (find_composition, update_compositions): Make
22126 position args EMACS_INT.
22127
22128 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22129
22130 * intervals.c (get_property_and_range):
22131 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22132
22133 * unexalpha.c: Don't include varargs.h.
22134
221352008-02-01 Dave Love <fx@gnu.org>
22136
22137 * coding.h (ENCODE_UTF_8): New.
22138
22139 * Makefile.in (gtkutil.o): Depend on coding.h.
22140
22141 * coding.c (Fset_coding_system_priority): Doc fix.
22142
221432008-02-01 Kenichi Handa <handa@m17n.org>
22144
22145 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22146 the case of auto saving.
22147
221482008-02-01 Andreas Schwab <schwab@suse.de>
22149
22150 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22151 `range' from GC.
22152
221532008-02-01 Kenichi Handa <handa@m17n.org>
22154
22155 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22156
221572008-02-01 Kenichi Handa <handa@m17n.org>
22158
22159 * fileio.c (choose_write_coding_system): Return a decided coding system.
22160 (Fwrite_region): Set Vlast_coding_system_used to the return value
22161 of choose_write_coding_system.
22162
221632008-02-01 Kenichi Handa <handa@m17n.org>
22164
22165 * charset.c (Fset_charset_priority): Pay attention to duplicated
22166 arguments.
22167
22168 * coding.c (QCcategory): New variable.
22169 (syms_of_coding): Defsym it. Set all elements of
22170 Vcoding_category_table and their symbol values.
22171 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22172 coding-category-XXX, and coding-category-list.
22173 (Fdefine_coding_system_internal): Add category in the plist.
22174
221752008-02-01 Kenichi Handa <handa@m17n.org>
22176
22177 * callproc.c (Fcall_process): Handle carryover correctly.
22178
22179 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22180 (raw_text_coding_system): Check NILP (coding_system).
22181 (coding_inherit_eol_type): Check NILP (coding_system) and
22182 NILP (parent).
22183 (consume_chars): Fix for the case of raw-text.
22184
22185 * process.c (read_process_output): Handle carryover correctly.
22186
221872008-02-01 Dave Love <fx@gnu.org>
22188
22189 * regex.c (re_search_2): Fix last change.
22190
221912008-02-01 Kenichi Handa <handa@m17n.org>
22192
22193 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22194 target_multibyte. Even in a unibyte case, return a converted
22195 multibyte char.
22196 (GET_CHAR_AFTER): New macro.
22197 (PATFETCH): Translate via multibyte char.
22198 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22199 (SETUP_MULTIBYTE_RANGE): New macro.
22200 (regex_compile): Setup compiled code so that its multibyteness
22201 matches that of a target. Fix the handling of "[X-YZ]" using
22202 SETUP_MULTIBYTE_RANGE.
22203 (analyse_first) <charset>: For filling fastmap for all multibyte
22204 characters, don't check by BASE_LEADING_CODE_P.
22205 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22206 the same as RE_MULTIBYTE_P (bufp) now.
22207 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22208 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22209 (TRANSLATE_VIA_MULTIBYTE): New macro.
22210 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22211 It is the same as RE_MULTIBYTE_P (bufp) now.
22212 <exactn>: Translate via multibyte.
22213 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22214 translate it.
22215 <charset, charset_not>: Fetch a character by
22216 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22217 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22218 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22219 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22220 by GET_CHAR_AFTER.
22221 (bcmp_translate): Likewise.
22222
22223 * search.c (compile_pattern): Check the member target_multibyte,
22224 not the member multibyte of buf.
22225
22226 * lread.c (read1): While reading a string, set force_singlebyte
22227 and force_multibyte correctly.
22228
22229 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22230 up of unibyte_to_multibyte_table.
22231
222322008-02-01 Kenichi Handa <handa@m17n.org>
22233
22234 * coding.c (setup_coding_system): If coding has
22235 post-read-conversion or pre-write-conversion, set
22236 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22237 respectively.
22238 (decode_coding_gap): Run post-read-conversion if any.
22239
22240 * fileio.c (Finsert_file_contents): Even if we read into a
22241 unibyte buffer, check if we must decode the result or not.
22242
222432008-02-01 Kenichi Handa <handa@m17n.org>
22244
22245 * coding.c (make_conversion_work_buffer): Change the work buffer
22246 name to the same one as that of Emacs 21.
22247
222482008-02-01 Kenichi Handa <handa@m17n.org>
22249
22250 * coding.h (make_conversion_work_buffer): Adjust prototype.
22251 (code_conversion_restore): Don't extern it.
22252
22253 * coding.c (detected_mask): Delete unused variable.
22254 (decode_coding_iso_2022): Pay attention to the byte sequence of
22255 CTEXT extended segment, and retain those bytes as is.
22256 (decode_coding_ccl): Delete unused variable `valids'.
22257 (setup_coding_system): Delete unused variable `category'.
22258 (consume_chars): Delete unused variable `category'. Make it work
22259 for non-multibyte case.
22260 (make_conversion_work_buffer): Change argument.
22261 (saved_coding): Delete unused variable.
22262 (code_conversion_restore): Don't check saved_coding->destination.
22263 (code_conversion_save): New function.
22264 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22265 instead of record_unwind_protect.
22266 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22267 (detect_coding_system): Delete unused variable `mask'.
22268 (Fdefine_coding_system_internal): Delete unused variable id.
22269
22270 * fileio.c (kill_workbuf_unwind): New function.
22271 (Finsert_file_contents): On replacing, call
22272 make_conversion_work_buffer with correct args, and call
22273 record_unwind_protect with the first arg kill_workbuf_unwind.
22274
22275 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22276
222772008-02-01 Kenichi Handa <handa@m17n.org>
22278
22279 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22280 (fontset_add): Fix for the case that TO is less than TO1.
22281 (Ffontset_info): Don't use fallback fontset on checking the
22282 default fontset.
22283 (dump_fontset): New function for debugging.
22284
22285 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22286 coding_type is Qcharset.
22287
222882008-02-01 Kenichi Handa <handa@m17n.org>
22289
22290 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22291 (map_char_table): Don't inherit the value from the parent on
22292 initializing VAL. Adjust for the above change.
22293
222942008-02-01 Kenichi Handa <handa@m17n.org>
22295
22296 * coding.c (Qsignature, Qendian): Delete these variables.
22297 (syms_of_coding): Don't initialize them.
22298 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22299 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22300 detect_info->found.
22301 (decode_coding_utf_16): Don't detect BOM here.
22302 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22303 is NOT utf_16_without_bom.
22304 (setup_coding_system): For a coding system of type utf-16, check
22305 if the attribute :endian is Qbig or not (not nil or not), and set
22306 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22307 (detect_coding): If coding type is utf-16 and BOM detection is
22308 required, detect it.
22309 (Fdefine_coding_system_internal): For a coding system of type
22310 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22311
223122008-02-01 Kenichi Handa <handa@m17n.org>
22313
22314 * coding.c (coding_set_source): Fix for the case that the current
22315 buffer is different from coding->src_object.
22316 (decode_coding_object): Don't use the conversion work buffer if
22317 DST_OBJECT is a buffer.
22318
223192008-02-01 Dave Love <fx@gnu.org>
22320
22321 * lread.c (read_emacs_mule_char) [len==2]: Index
22322 emacs_mule_charset correctly.
22323
223242008-02-01 Dave Love <fx@gnu.org>
22325
22326 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22327 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22328 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22329 treated specially.)
22330 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22331 (detected_mask): Remove Big5 bits.
22332
223332008-02-01 Kenichi Handa <handa@m17n.org>
22334
22335 The following changes are to make the font rescaling facility
22336 compatible with Emacs 21.
22337
22338 * xfaces.c (Vface_font_rescale_alist): Rename from
22339 Vface_resizing_fonts.
22340 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22341 (font_rescale_ratio): Rename from font_resizing_ratio.
22342 (split_font_name): Set font->rescale_ratio.
22343 (better_font_p): Pay attention to font->rescale_ratio.
22344 (build_scalable_font_name): Likewise. Change RESX, and RESY
22345 fields.
22346 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22347
223482008-02-01 Kenichi Handa <handa@m17n.org>
22349
22350 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22351 (Qutf_16_le): Remove these variables.
22352 (syms_of_coding): Don't DEFSYM them.
22353 (decode_coding_utf_16): Fix handling of BOM.
22354 (encode_coding_utf_16): Fix handling of BOM.
22355
223562008-02-01 Kenichi Handa <handa@m17n.org>
22357
22358 * fileio.c (Finsert_file_contents): On replacing, before decoding
22359 the file into the work buffer, set point of the work buffer to the end.
22360
223612008-02-01 Dave Love <fx@gnu.org>
22362
22363 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22364
223652008-02-01 Dave Love <fx@gnu.org>
22366
22367 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22368 and fix C types.
22369
223702008-02-01 Kenichi Handa <handa@m17n.org>
22371
22372 * xdisp.c (SKIP_GLYPHS): New macro.
22373 (set_cursor_from_row): Pay attention to string display properties.
22374
22375 * category.c (copy_category_entry): Fix for the case that RANGE
22376 is an integer.
22377
22378 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22379
22380 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22381
223822008-02-01 Kenichi Handa <handa@m17n.org>
22383
22384 * charset.c (Fcharset_id_internal): New function.
22385 (syms_of_charset): Defsubr it.
22386
22387 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22388 with the last arg charset_list acquired from coding.
22389 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22390 the attribute coding_attr_ccl_valids.
22391
22392 * coding.h (enum define_coding_ccl_arg_index): Set the first
22393 member coding_arg_ccl_decoder to coding_arg_max.
22394
22395 * ccl.h (ccl_driver): Adjust prototype.
22396
22397 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22398 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 22399 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
22400 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22401 last arg Qnil.
22402
224032008-02-01 Kenichi Handa <handa@m17n.org>
22404
22405 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22406 call encode_char.
22407
22408 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22409
224102008-02-01 Dave Love <fx@gnu.org>
22411
22412 * composite.c (syms_of_composite): Make composition_hash_table weak.
22413
224142008-02-01 Kenichi Handa <handa@m17n.org>
22415
22416 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22417 (font_name_registry): Don't extern them.
22418 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22419
22420 * fontset.h (Qfontset): Don't extern it.
22421 (new_fontset_from_font_name): Extern it.
22422
22423 * fontset.c: Give 8 extra slots to fontset objects.
22424 (Qfontset_info): New variable.
22425 (syms_of_fontset): Defsym it.
22426 (FONTSET_FALLBACK): New macro.
22427 (fontset_face): Try also the default fontset.
22428 (make_fontset): Realize a fallback fontset from the default fontset.
22429 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22430 using split_font_name_into_vector and build_font_name_from_vector.
22431 (Fset_fontset_font): Access the elements of font_spec by enum
22432 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22433 name by using split_font_name_into_vector.
22434 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22435 generate a proper font name from the fontset name. Update
22436 Vfontset_alias_alist.
22437 (n_auto_fontsets): New variable.
22438 (new_fontset_from_font_name): New function.
22439 (Ffont_info): Store the information about fonts generated from the
22440 default fontset in the first extra slot of the returned char-table.
22441
22442 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22443 (font_name_registry): Delete function.
22444 (split_font_name_into_vector): New function.
22445 (build_font_name_from_vector): New function.
22446 (font_list): The argument REGISTRY is now a list of registry names.
22447 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22448 specifies an explicit font name, return the name as is. Make a
22449 list of registy names.
22450
22451 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22452 of x_new_fontset.
22453 (Fx_create_frame): Don't call x_new_fontset here. Just use
22454 x_list_fonts to check the existence of fonts.
22455
22456 * xterm.h (x_new_fontset): Adjust prototype.
22457
22458 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22459 string. Use new_fontset_from_font_name to create a fontset from a
22460 font name.
22461
224622008-02-01 Kenichi Handa <handa@m17n.org>
22463
22464 * syntax.c (Vfind_word_boundary_function_table): New name for
22465 Vnext_word_boundary_function_table.
22466 (find-word-boundary-function-table): New name for
22467 next-word-boundary-function-table.
22468
224692008-02-01 Dave Love <fx@gnu.org>
22470
22471 * Makefile.in: Fix some dependencies.
22472
22473 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22474 set it to nil before returning.
22475
22476 * composite.c (update_compositions): Fix type error.
22477
22478 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22479
224802008-02-01 Kenichi Handa <handa@m17n.org>
22481
22482 * xterm.c (x_new_font): Optimize for the case that the font is
22483 already set for the frame.
22484
224852008-02-01 Kenichi Handa <handa@m17n.org>
22486
22487 * chartab.c (char_table_ascii): Check if the char table contents
22488 is sub-char-table or not.
22489 (char_table_set, char_table_set_range): Fix argument to
22490 char_table_ascii.
22491
22492 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22493 (detect_coding_utf_8, detect_coding_utf_16)
22494 (detect_coding_emacs_mule, detect_coding_iso_2022)
22495 (detect_coding_sjis, detect_coding_big5)
22496 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22497 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22498 sequence is valid in this coding system. Change callers.
22499 (MAX_ANNOTATION_LENGTH): New macro.
22500 (ADD_ANNOTATION_DATA): New macro.
22501 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22502 ADD_ANNOTATION_DATA. Change the format of annotation data.
22503 (ADD_CHARSET_DATA): New macro.
22504 (emacs_mule_char): New argument ID. Change callers.
22505 (decode_coding_emacs_mule, decode_coding_iso_2022)
22506 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22507 Produce charset annotation data in coding->charbuf.
22508 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22509 to charset annotation data in coding->charbuf.
22510 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22511 coding->common_flags if the coding system is iso-2022 based and
22512 uses designation.
22513 (produce_composition): Adjust for the new annotation data format.
22514 (produce_charset): New function.
22515 (produce_annotation): Handle charset annotation.
22516 (handle_composition_annotation, handle_charset_annotation): New
22517 functions.
22518 (consume_chars): Handle charset annotation. Utilize the above two
22519 functions.
22520 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22521 buffer, get the deleted text as a string and set
22522 coding->src_object to that string.
22523 (detect_coding, detect_coding_system): Use the new struct
22524 coding_detection_info.
22525
22526 * coding.h (struct coding_detection_info): New structure.
22527 (struct coding_system): Adjust prototype of the member `detector'.
22528 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22529
225302008-02-01 Kenichi Handa <handa@m17n.org>
22531
22532 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22533
225342008-02-01 Dave Love <fx@gnu.org>
22535
22536 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22537 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22538 to new local and nullify apropos_accumulate before returning.
22539 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22540
225412008-02-01 Kenichi Handa <handa@m17n.org>
22542
22543 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22544 correctly.
e3eea1fc 22545
aac0c6e3
MR
225462008-02-01 Dave Love <fx@gnu.org>
22547
22548 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22549
225502008-02-01 Kenichi Handa <handa@m17n.org>
22551
22552 The following changes are to make character composition happen
22553 automatically on displaying.
22554
22555 * Makefile.in (lisp, shortlisp): Add composite.elc.
22556
22557 * composite.h (Qauto_composed, Vauto_composition_function)
22558 (Qauto_composition_function): Extern them.
22559
22560 * composite.c (Vcomposition_function_table)
22561 (Qcomposition_function_table): Delete variables.
22562 (Qauto_composed, Vauto_composition_function)
22563 (Qauto_composition_function): New variables.
22564 (run_composition_function): Don't call
22565 compose-chars-after-function.
22566 (update_compositions): Clear `auto-composed' text property.
22567 (compose_chars_in_text): Delete this function.
22568 (syms_of_composite): Staticpro Qauto_composed and
22569 Qauto_composition_function. Declare Vauto_composition_function as
22570 a Lisp variable.
22571
22572 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22573
22574 * xdisp.c (it_props): Add an entry for Qauto_composed.
22575 (handle_auto_composed_prop): New function.
22576
22577 * xselect.c (selection_data_to_lisp_data): Don't call
22578 compose_chars_in_text.
22579
225802008-02-01 Dave Love <fx@gnu.org>
22581
22582 * keyboard.c (read_char): Modify checking around use of
22583 Vkeyboard_translate_table.
22584
22585 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22586 and fix C types.
22587
225882008-02-01 Kenichi Handa <handa@m17n.org>
22589
22590 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22591 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22592 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22593 the case that the last byte is '\r' correctly.
22594 (decode_coding): Flush out the unprocessed data correctly.
22595 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22596
225972008-02-01 Dave Love <fx@gnu.org>
22598
22599 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22600 Add XK_ISO... case.
22601 (xaw_scroll_callback): Revert last change.
22602
226032008-02-01 Kenichi Handa <handa@m17n.org>
22604
22605 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22606
226072008-02-01 Kenichi Handa <handa@m17n.org>
22608
22609 * xfaces.c (Vface_resizing_fonts): New variable.
22610 (struct font_name): New member `resizing_ratio'.
22611 (font_resizing_ratio): New function.
22612 (split_font_name): Set font->resizing_ratio.
22613 (better_font_p): Pay attention to font->resizing_ratio.
22614 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22615 RESX, and RESY fields.
22616 (try_alternative_families): Try scalable fonts if
22617 Vscalable_fonts_allowed is not Qt.
22618 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22619
226202008-02-01 Dave Love <fx@gnu.org>
22621
22622 * xterm.c (xaw_scroll_callback): Cast correctly.
22623
226242008-02-01 Dave Love <fx@gnu.org>
22625
22626 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22627 (lispy_kana_keys): Comment out.
22628 (make_lispy_event) [XK_kana_A]: Comment out.
22629
22630 * xterm.c (xaw_scroll_callback): Cast call_data.
22631 (XTread_socket): Deal with ASCII keysyms.
22632 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22633
226342008-02-01 Dave Love <fx@gnu.org>
22635
22636 * xterm.c (Vx_keysym_table): New.
22637 (syms_of_xterm): Initialize it.
22638 (XTread_socket): Use it.
22639 From head: Eliminate incorrect optimization that tried to avoid
22640 decoding the output of X*LookupString.
22641 (x_get_font_repertory): Delete charset declaration.
22642
226432008-02-01 Kenichi Handa <handa@m17n.org>
22644
22645 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22646 return 0.
22647 (Fdefine_coding_system_internal): Setup
22648 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22649
226502008-02-01 Dave Love <fx@gnu.org>
22651
22652 * coding.c (Fcheck_coding_system): Doc fix.
22653
22654 * editfns.c (Finsert_byte): Return a proper value.
22655
226562008-02-01 Kenichi Handa <handa@m17n.org>
22657
22658 * coding.c (decode_coding): Fix args to translate_chars. Pay
22659 attention to Vstandard_translation_table_for_decode.
22660 (encode_coding): Fix args to translate_chars. Pay attention to
22661 Vstandard_translation_table_for_encode.
22662
22663 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22664 SINGLE_BYTE_CHAR_P.
22665
22666 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22667 not by SINGLE_BYTE_CHAR_P.
22668
22669 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22670 SINGLE_BYTE_CHAR_P.
22671
22672 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22673 SINGLE_BYTE_CHAR_P.
22674
22675 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22676 by SINGLE_BYTE_CHAR_P.
22677
22678 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22679 SINGLE_BYTE_CHAR_P.
22680
226812008-02-01 Dave Love <fx@gnu.org>
22682
22683 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22684
226852008-02-01 Dave Love <fx@gnu.org>
22686
22687 * fns.c (Flanginfo): Fix typo.
22688
22689 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22690
226912008-02-01 Kenichi Handa <handa@m17n.org>
22692
22693 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22694 (detect_coding_emacs_mule, detect_coding_iso_2022)
22695 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22696 incomplete byte sequence. Don't update *mask when correctly detected.
22697 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22698 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22699 (detect_coding, detect_coding_system): Adjust for the changes above.
22700
227012008-02-01 Kenichi Handa <handa@m17n.org>
22702
22703 * character.c (char_string): Rename from
22704 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22705 (string_char): Rename from string_char.
22706
22707 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22708 if C is greater than MAX_3_BYTE_CHAR.
22709 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22710 string_char instead of string_char_with_unification.
22711
227122008-02-01 Dave Love <fx@gnu.org>
22713
22714 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22715
227162008-02-01 Kenichi Handa <handa@m17n.org>
22717
22718 * keymap.c (push_key_description): Pay attention to force_multibyte.
22719
22720 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22721
227222008-02-01 Dave Love <fx@gnu.org>
22723
22724 * charset.c (define_charset_internal): Rename `supprementary'.
22725
22726 * Makefile.in (lisp, shortlisp): Remove latin-N.
22727
227282008-02-01 Dave Love <fx@gnu.org>
22729
22730 * xfns.c (x_window, x_window): Use use_xim.
22731
22732 * xterm.c (use_xim): Initialize.
22733 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22734 (x_term_init): Maybe set use_xim.
22735
22736 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22737
227382008-02-01 Kenichi Handa <handa@m17n.org>
22739
22740 * search.c (search_buffer): Fix case-fold-search of multibyte
22741 characters.
22742 (boyer_moore): Rename the last argument to char_high_bits.
22743
227442008-02-01 Kenichi Handa <handa@m17n.org>
22745
22746 * xdisp.c (display_string): Fix for the case of zero width glyph.
22747
22748 * xfns.c (x_set_font): Change the error message of the case that
22749 x_new_fontset returns Qt.
22750
22751 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22752 (Finternal_set_lisp_face_attribute): Use signal_error for the
22753 error of invalid fontset.
22754
22755 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22756 fontset, return Qt.
22757
227582008-02-01 Dave Love <fx@gnu.org>
22759
22760 * unexelf.c (unexec): Make .got handling not SGI-specific.
22761
22762 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22763
22764 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22765
22766 * keyboard.c (read_key_sequence): Fix type error.
22767
22768 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22769 type error.
22770
22771 * fontset.c (fontset_add): Return Lisp_Object.
22772
227732008-02-01 Dave Love <fx@gnu.org>
22774
22775 * charset.h (charset_ordered_list_tick): Declare extern.
22776
227772008-02-01 Kenichi Handa <handa@m17n.org>
22778
22779 The following changes (and some of 2008-02-01 changes of mine) are
22780 for handling syntax, category, and case conversion for unibyte
22781 characters by converting them to multibyte on the fly. With these
22782 changes, we don't have to setup syntax and case tables for unibyte
22783 characters in each language environment.
22784
22785 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22786 multibyte if necessary.
22787
22788 * bytecode.c (Fbyte_code): Likewise.
22789
22790 * character.h (LEADING_CODE_LATIN_1_MIN)
22791 (LEADING_CODE_LATIN_1_MAX): New macros.
22792 (unibyte_to_multibyte_table): Extern it.
22793 (unibyte_char_to_multibyte): New macro.
22794 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22795 (CHAR_LEADING_CODE): New macro.
22796 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22797
22798 * character.c (unibyte_to_multibyte_table): New variable.
22799 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22800 (multibyte_char_to_unibyte): If C is an eight-bit character,
22801 convert it to the corresponding byte value.
22802
22803 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22804 not 1, signals an error. Update the elements of
22805 unibyte_to_multibyte_table.
22806 (init_charset_once): Initialize unibyte_to_multibyte_table.
22807 (syms_of_charset): Define the charset `iso-8859-1'.
22808
22809 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22810 as is without converting it to unibyte. In a unibyte buffer,
22811 convert C to multibyte before checking the syntax.
22812
22813 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22814
22815 * minibuf.c (Fminibuffer_complete_word): Use the macro
22816 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22817
22818 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22819
22820 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22821 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22822 that is zero, convert an eight-bit char to multibyte.
22823 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22824 non-emacs case.
22825 (PATFETCH): Convert an eight-bit char to multibyte.
22826 (HANDLE_UNIBYTE_RANGE): New macro.
22827 (regex_compile): Setup the compiled pattern for multibyte chars
22828 even if the given regex string is unibyte. Use PATFETCH_RAW
22829 instead of PATFETCH in many places. To handle `charset'
22830 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22831 only for ASCII chars.
22832 (analyse_first) <exactn>: Simplify because the compiled pattern
22833 is multibyte.
22834 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22835 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22836 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22837 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22838 multibyte always 1.
22839 (re_search_2): In emacs, set the locale variable multibyte to 1,
22840 otherwise to 0. New local variable target_multibyte. Check it
22841 to decide the multibyteness of STR1 and STR2. If
22842 target_multibyte is zero, convert unibyte chars to multibyte
22843 before translating and checking fastmap.
22844 (TARGET_CHAR_AND_LENGTH): New macro.
22845 (re_match_2_internal): In emacs, set the locale variable multibyte
22846 to 1, otherwise to 0. New local variable target_multibyte. Check
22847 it to decide the multibyteness of STR1 and STR2. Use
22848 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22849 <charset, charset_not>: If multibyte is nonzero, check fastmap
22850 only for ASCII chars. Call bcmp_translate with
22851 target_multibyte, not with multibyte.
22852 <begline>: Declare the local variable C as `unsigned'.
22853 (bcmp_translate): Change the last arg name to target_multibyte.
22854
22855 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22856 the regexp pattern and the matching target. Set cp->buf.multibyte
22857 to the multibyteness of the regexp pattern. Set
22858 cp->but.target_multibyte to the multibyteness of the matching target.
22859 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22860 FETCH_STRING_CHAR_ADVANCE.
22861 (Freplace_match): Convert unibyte chars to multibyte.
22862
22863 * syntax.c (char_quoted, back_comment, scan_words)
22864 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22865 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22866 unibyte chars to multibyte.
22867 (skip_chars): Delete the arg syntaxp, and move the code for
22868 handling syntaxes to skip_syntaxes. Change callers.
22869 Fix the case that the multibyteness of STRING and the current
22870 buffer doesn't match.
22871 (skip_syntaxes): New function.
22872 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22873 SINGLE_BYTE_CHAR_P.
22874
228752008-02-01 Kenichi Handa <handa@m17n.org>
22876
22877 * xfaces.c (QCfontset): New variable.
22878 (LFACE_FONTSET): New macro.
22879 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22880 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22881 (Finternal_set_lisp_face_attribute)
22882 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22883 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22884 check also LFACE_FONTSET_INDEX.
22885 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22886 attrs[LFACE_FONT_INDEX].
22887 (syms_of_xfaces): Intern and staticpro QCfontset.
22888
22889 * dispextern.h (enum lface_attribute_index): New member
22890 LFACE_FONTSET_INDEX.
22891
22892 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22893
228942008-02-01 Kenichi Handa <handa@m17n.org>
22895
22896 * coding.c (coding_set_destination): Fix coding->destination for
22897 the case converting a region.
22898 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22899 (encode_coding_object): Fix coding->dst_pos and
22900 coding->dst_pos_byte for the case converting a region.
22901
22902 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22903
22904 * character.h (BYTE8_STRING): New macro.
22905
22906 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22907
229082008-02-01 Kenichi Handa <handa@m17n.org>
22909
22910 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22911 characters by octal form.
22912
22913 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22914
22915 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22916 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22917 _fetch_multibyte_char_len.
22918 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22919
22920 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22921
22922 * casefiddle.c (casify_object): Simplify. Handle the case that
22923 the case conversion change the byte length.
22924 (casify_region): Likewise.
22925
22926 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22927
22928 * character.c (_fetch_multibyte_char_len): Delete this variable.
22929 (syms_of_character): Setup Vprintable_chars.
22930
22931 * editfns.c (Fchar_equal): Fix for the unibyte case.
22932 (Finsert_byte): New function.
22933 (syms_of_editfns): Defsubr it.
22934
22935 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22936 of direct code 0x3ffff.
22937
22938 * search.c (Freplace_match): Fix for the unibyte case.
22939
229402008-02-01 Kenichi Handa <handa@m17n.org>
22941
22942 * lread.c (safe_to_load_p): Fix the logic.
22943
22944 * syntax.c (scan_words): Don't treat characters belonging to
22945 different scripts as constituting a word.
22946
22947 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22948
22949 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22950
22951 * emacs.c (main): In the case of --unibyte, instead of aborting on
22952 finding non-empty buffer, make it unibyte.
22953
229542008-02-01 Kenichi Handa <handa@m17n.org>
22955
22956 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22957 to create a fontset.
22958
229592008-02-01 Dave Love <fx@gnu.org>
22960
22961 * character.c (Funibyte_char_to_multibyte): Doc fix.
22962
22963 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22964
229652008-02-01 Kenichi Handa <handa@m17n.org>
22966
22967 * fontset.c (fontset_add): Make the type `int'.
22968 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22969
22970 * character.c (unibyte_char_to_multibyte)
22971 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22972 charset_unibyte, not charset_primary.
22973
22974 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22975
22976 * charset.c (charset_unibyte): Rename from charset_primary.
22977 (Funibyte_charset): Rename from Fprimary_charset.
22978 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22979 (syms_of_charset): Adjust for the above changes.
22980
22981 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22982 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22983 it->multibyte_p is zero.
22984
22985 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22986 Delete extern.
22987
229882008-02-01 Kenichi Handa <handa@m17n.org>
22989
22990 * coding.c (Fdefine_coding_system_internal): Fix category setting
22991 for a coding system of type iso-2022.
22992
229932008-02-01 Kenichi Handa <handa@m17n.org>
22994
22995 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22996
229972008-02-01 Kenichi Handa <handa@m17n.org>
22998
22999 * syntax.c (Vnext_word_boundary_function_table): New variable.
23000 (next-word-boundary-function-table): Declare it as a Lisp variable
23001 in syms_of_syntax.
23002 (scan_words): Call functions in Vnext_word_boundary_function_table
23003 if any.
23004
23005 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23006
23007 * fontset.c (fs_load_font): If fontp->charset is not negative,
23008 return fontp without setting its members.
23009
230102008-02-01 Dave Love <fx@gnu.org>
23011
23012 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23013
23014 * m/sparc.h (HAVE_ALLOCA): Delete.
23015
23016 * s/irix6-5.h: Don't include strings.h.
23017 (bcopy, bzero, bcmp): Don't undef.
23018
23019 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23020
23021 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23022 (TIOCSIGSEND): Don't test IRIX6.
23023 (bcopy, bzero, bcmp): Define conditionally.
23024
230252008-02-01 Kenichi Handa <handa@m17n.org>
23026
23027 * buffer.c (Qas, Qmake, Qto): New variables.
23028 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
23029 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23030
23031 * callproc.c (Fcall_process): Don't call insert_1_both directly if
23032 we are inserting a process output into a multibyte buffer.
23033
23034 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23035 multibyte_char_to_unibyte.
23036
23037 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23038 by the primary charset, make it eight-bit char.
23039 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23040
23041 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23042 (charset_8_bit__control, charset_8_bit_graphic)
23043 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23044 (define_charset_internal): New function.
23045 (syms_of_charset): Call define_charset_internal for pre-defined
23046 charsets.
23047
23048 * charset.h (charset_8_bit): Extern it.
23049
23050 * coding.c (make_conversion_work_buffer): Adjust for the change
23051 of Fset_buffer_multibyte.
23052 (encode_coding_raw_text): Increment p0 in the loop.
23053
23054 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23055
23056 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23057 for the change of Fset_buffer_multibyte.
23058
23059 * fns.c (Fstring_to_multibyte): New function.
23060 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23061
230622008-02-01 Dave Love <fx@gnu.org>
23063
23064 * xfns.c (x_put_x_image): Declare args.
23065
23066 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23067 (try_font_list): Declare an arg.
23068
23069 * xdisp.c (message2_nolog, set_message): Declare an arg.
23070
23071 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
23072
23073 * syntax.c (scan_sexps_forward): Declare an arg.
23074
23075 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23076 Declare an arg.
23077
23078 * lisp.h (Fnew_fontset): Declare.
23079
23080 * keymap.c (push_key_description): Call CHARACTERP correctly.
23081
23082 * fontset.c (fontset_add): Declare args. Call make_number correctly.
23083 (face_for_char): Delete unused vars.
23084 (Fset_fontset_font): Doc fix. Delete unused vars.
23085
23086 * doc.c (Fsubstitute_command_keys): Delete unused vars.
23087
23088 * composite.c (update_compositions): Declare arg.
23089
23090 * cm.c (calccost, cmgoto): Declare args.
23091
23092 * charset.c: Remove `emacs' conditional. Doc fixes.
23093 (map_char_table_for_charset): Declare.
23094
23095 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23096
23097 * ccl.c: Remove `emacs' conditional.
23098
230992008-02-01 Kenichi Handa <handa@m17n.org>
23100
23101 The following changes are to allow specifying multiple font
23102 patterns for a character range (specified by script or charset).
23103
23104 * Makefile.in (abbrev.o): Depend on syntax.h.
23105 (xfaces.o): Depend on charset.h.
23106
23107 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23108 SINGLE_BYTE_CHAR_P.
23109
23110 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23111
23112 * character.h (Vchar_script_table): Extern it.
23113
23114 * character.c (Vscript_alist): Delete.
23115 (Vchar_script_table, Qchar_script_table): New variable.
23116 (syms_of_character): Declare Vchar_script_table as a lisp variable
23117 and initialize it.
23118
23119 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23120 have property char-table-extra-slots, make no extra slot.
23121
23122 * dispextern.h (struct face): Delete member `charset'.
23123 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23124 SINGLE_BYTE_CHAR_P.
23125 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23126 Add prototypes.
23127 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23128 (generate_ascii_font_name): Rename from generate_ascii_font.
23129
23130 * fontset.h (get_font_repertory_func): New prototype.
23131 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23132 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23133
23134 * fontset.c (Qprepend, Qappend): New variables.
23135 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23136 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23137 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23138 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23139 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23140 (load_font_get_repertory): New functions.
23141 (fontset_set): Delete.
23142 (fontset_face): New arg FACE. Return face ID, not face.
23143 Complete re-write to handle new fontset structure. Change caller.
23144 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23145 (face_for_char): Don't call lookup_face.
23146 (make_fontset_for_ascii_face): New arg FACE.
23147 (fs_load_font): New arg CHARSET_ID. Don't check
23148 Vfont_encoding_alist here.
23149 (find_font_encoding): New function.
23150 (list_fontsets): Use STRINGP, not ! NILP.
23151 (accumulate_script_ranges): New function.
23152 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23153 re-written to handle new fontset structure.
23154 (Ffontset_font): Return a copy of element.
23155 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23156 docstring of font-encoding-alist.
23157
23158 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23159 (Fset_fotset_font): Fix arguments to 5.
23160
23161 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23162
23163 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23164 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23165 (highlight_trailing_whitespace): Adjust for the change of
23166 lookup_named_face.
23167
23168 * xfaces.c: Include charset.h.
23169 (load_face_font): Delete argument C. Change caller.
23170 (generate_ascii_font_name): Rename from generate_ascii_font.
23171 (font_name_registry): New function.
23172 (cache_face): Store ascii faces before non-ascii faces in buckets.
23173 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23174 Lookup only ascii faces.
23175 (lookup_non_ascii_face): New function.
23176 (lookup_named_face): Delete argument C. Change caller.
23177 (lookup_derived_face): Delete argument C. Change caller.
23178 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23179 a string, just call font_list with it.
23180 (choose_face_font): Delete arguments FACE and C. New arg
23181 FONT_SPEC. Change caller.
23182 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23183 Change caller.
23184 (realize_non_ascii_face): New function.
23185 (realize_x_face): Call load_face_font here.
23186 (realize_tty_face): Delete argument C. Change caller.
23187 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23188 get a face ID.
23189 (dump_realized_face): Don't print charset of FACE.
23190
23191 * xfns.c (x_set_font): Always call x_new_fontset and
23192 store_frame_parameter.
23193 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23194 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23195
23196 * xterm.h (x_get_font_repertory): Extern it.
23197
23198 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23199 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23200 it->multibyte_p is zero.
23201 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23202 (x_new_fontset): If FONTSETNAME doesn't match any existing
23203 fontsets, create a new one.
23204 (x_get_font_repertory): New function.
23205
232062008-02-01 Kenichi Handa <handa@m17n.org>
23207
23208 * coding.c (Ffind_coding_systems_region_internal): Detect an
23209 ASCII only string correctly.
23210
23211 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23212 version is 0.
23213
232142008-02-01 Kenichi Handa <handa@m17n.org>
23215
23216 * lread.c: Include "coding.h".
23217 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23218 (load_each_byte, unread_char): New variables.
23219 (readchar_backlog): Delete.
23220 (readchar): Return a character unless load_each_byte is nonzero.
23221 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23222 cons. If unread_char is not -1, simply return it.
23223 (unreadchar): Handle the case that readcharfun is
23224 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23225 (read_multibyte): Delete.
23226 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23227 (read_emacs_mule_char): New functions.
23228 (Fload): Even if the file doesn't have the extension ".elc", if
23229 safe_to_load_p returns a positive version number, assume that the
23230 file contains bytecompiled code. If the version is less than 22,
23231 load the file while decoding multibyte sequences by emacs-mule.
23232 (readevalloop): Don't use readchar_backlog.
23233 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23234 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23235 (read_escape): Delete the arg BYTEREP.
23236 (read1): Set load_each_byte to 1 temporarily while handling
23237 #@NUMBER. Don't call read_multibyte.
23238 (read_vector): Call Fread with a cons. If readcharfun is
23239 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23240 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23241 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23242 and Qload_force_doc_strings.
23243
232442008-02-01 Kenichi Handa <handa@m17n.org>
23245
23246 * xdisp.c (face_before_or_after_it_pos): Call
23247 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23248
232492008-02-01 Kenichi Handa <handa@m17n.org>
23250
23251 * character.h (TRAILING_CODE_P): New macro.
23252 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23253 (string_char_with_unification): Fix prototype.
23254 (Vscript_alist): Extern it.
23255
23256 * character.c (Vscript_alist): New variable.
23257 (string_char_with_unification, str_as_unibyte)
23258 (string_escape_byte8): Add `const' to local variables.
23259 (syms_of_character): Declare script-alist as a Lisp variable.
23260
23261 * charset.h (Vcharset_ordered_list): Extern it.
23262 (charset_ordered_list_tick): Extern it.
23263 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23264 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23265 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23266 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23267 (Funify_charset): Adjust for the change of Funify_charset.
23268
23269 * charset.c (charset_ordered_list_tick): New variable.
23270 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23271 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 23272 deunify instead of unify a charset.
aac0c6e3
MR
23273 (string_xstring_p): Add `const' to local variables.
23274 (find_charsets_in_text): Add `const' to arguments and local variables.
23275 (encode_char): Adjust for the change of Funify_charset. Fix
23276 detecting of invalid code.
23277 (Fset_charset_priority): Increment charset_ordered_list_tick.
23278 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23279 and TO_CODE.
23280
23281 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23282 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23283 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23284 (decode_coding_ccl, consume_chars)
23285 (Ffind_coding_systems_region_internal)
23286 (Fcheck_coding_systems_region): Add `const' to local variables.
23287
23288 * print.c (print_object): Use octal form for printing the
23289 contents of a bool vector.
23290
232912008-02-01 Dave Love <fx@gnu.org>
23292
23293 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23294 <version == 20>: Refuse to load.
23295
232962008-02-01 Dave Love <fx@gnu.org>
23297
23298 * fns.c: Move coding.h.
23299 (Qcodeset, Qdays, Qmonths): New.
23300 (concat): Use CHARACTERP instead of INTEGERP.
23301 (Flocale_codeset): Delete.
23302 (Flanginfo): New function.
23303 (syms_of_fns): Change accordingly.
23304
23305 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23306
233072008-02-01 Dave Love <fx@gnu.org>
23308
23309 * casetab.c (init_casetab_once, init_casetab_once): Fix
23310 CHAR_TABLE_SET call.
23311
23312 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23313
23314 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23315
23316 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23317 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23318 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23319
23320 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23321
23322 * coding.c (ENCODE_DESIGNATION, decode_eol)
23323 (make_conversion_work_buffer, code_conversion_restore)
23324 (Fdefine_coding_system_internal): Convert Lisp types.
23325 (code_conversion_restore): Use EQ, not ==.
23326 (Fencode_coding_string): Fix code_convert_string call.
23327
23328 * coding.h (code_convert_region): Fix prototype.
23329
23330 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23331
23332 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23333 (Ffontset_info): Convert Lisp types.
23334
23335 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23336
23337 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23338
23339 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23340
23341 * chartab.c: Include "...h", not <...h> in some cases.
23342
23343 * callproc.c (Fcall_process): Remove unused variables.
23344
233452008-02-01 Dave Love <fx@gnu.org>
23346
23347 * coding.c (Fset_coding_system_priority): Allow null arg list.
23348
233492008-02-01 Dave Love <fx@gnu.org>
23350
23351 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23352 (Fself_insert_and_exit): Use CHARACTERP.
23353
23354 * callproc.c (Fcall_process): Remove unused vars.
23355
23356 * xterm.c (XTread_socket): Add extra dead keysyms.
23357
23358 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23359
23360 * dispextern.h: Remove prototypes for redraw_frame,
23361 redraw_garbaged_frames.
23362
23363 * cmds.c (Fself_insert_command): Use CHARACTERP.
23364
23365 * chartab.c (make_sub_char_table): Remove unused var.
23366 (Fset_char_table_default, Fmap_char_table): Doc fix.
23367
23368 * keymap.c (access_keymap): Remove generic char code.
23369 (push_key_description): Use CHARACTERP.
23370
233712008-02-01 Dave Love <fx@gnu.org>
23372
23373 * charset.c: Doc fixes.
23374 (Funify_charset): Extra checking.
23375
233762008-02-01 Dave Love <fx@gnu.org>
23377
23378 * lread.c: Remove some unused variables.
23379 (safe_to_load_p): If safe, return the magic number version byte.
23380 (Fload): Maybe use load-with-code-conversion.
23381
233822008-02-01 Kenichi Handa <handa@m17n.org>
23383
23384 * category.c (Fmodify_category_entry): Don't modify the contents
23385 of category_set for characters out of the range. Avoid
23386 unnecessary modification.
23387
23388 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23389 Vchar_unify_table. The default value of the table is now nil.
23390
23391 * character.c (syms_of_character): Setup Vchar_width_table for
23392 eight-bit-control and raw-byte chars.
23393
23394 * charset.h (enum define_charset_arg_index): Delete
23395 charset_arg_parents and add charset_arg_subset and
23396 charset_arg_superset.
23397 (enum charset_attr_index): Delete charset_parents and add
23398 charset_subset and charset_superset.
23399 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23400 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23401 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23402 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23403 (CHARSET_SUPERSET): New macros.
23404 (charset_work): Extern it.
23405 (ENCODE_CHAR): Use charset_work.
23406 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23407 (map_charset_chars): Extern it.
23408
23409 * charset.c (load_charset_map): Set the default value of encoder
23410 and deunifier char-tables to nil.
23411 (map_charset_chars): Change argument. Change callers. Use
23412 map_char_table_for_charset instead of map_char_table.
23413 (Fmap_charset_chars): New optional args from_code and to_code.
23414 (Fdefine_charset_internal): Adjust for the change of
23415 `define-charset' (:parents -> :subset or :superset).
23416 (charset_work): New variable.
23417 (encode_char, syms_of_charset): Adjust for the change of
23418 Fdefine_charset_internal.
23419 (Ffind_charset_string): Setup the vector `charsets' correctly.
23420
23421 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23422 the previous change.
23423 (char_table_ref_and_range): Adjust for the above change.
23424 (map_sub_char_table_for_charset): New function.
23425 (map_char_table_for_charset): New function.
23426
23427 * keymap.c (describe_vector): Handle a char-table directly here.
23428 (describe_char_table): Delete.
23429
23430 * lisp.h (map_charset_chars): Delete.
23431
234322008-02-01 Dave Love <fx@gnu.org>
23433
23434 * fns.c (count_combining): Comment out (unused).
23435 (Flocale_codeset): New.
23436 (syms_of_fns): Defsubr it.
23437
23438 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23439 (size_t): Remove.
23440
234412008-02-01 Dave Love <fx@gnu.org>
23442
23443 * Makefile.in (chartab.o): Depend on charset.h.
23444
234452008-02-01 Kenichi Handa <handa@m17n.org>
23446
23447 * character.c (syms_of_character): Set the default value of
23448 Vprintable_chars to Qnil.
23449
234502008-02-01 Dave Love <fx@gnu.org>
23451
23452 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23453
234542008-02-01 Kenichi Handa <handa@m17n.org>
23455
23456 * charset.c (load_charset_map): Handle the case that from < to
23457 correctly.
23458
23459 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23460 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23461 Pay attention to raw-8-bit chars.
23462
234632008-02-01 Kenichi Handa <handa@m17n.org>
23464
23465 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23466 It is not bytecompiled now.
23467
23468 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23469 (charset_jisx0208): New variables.
23470 (Fdefine_charset_internal): Setup them if appropriate.
23471 (init_charset_once): Initialize them to -1.
23472
23473 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23474 (charset_jisx0208): Extern them.
23475
23476 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23477 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23478 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23479 (setup_iso_safe_charsets): Fix arguments to Fassq.
23480 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23481 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23482 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23483 (encode_coding_iso_2022): Change the 1st arg to
23484 ENCODE_ISO_CHARACTER to a variable.
23485
234862008-02-01 Kenichi Handa <handa@m17n.org>
23487
23488 * charset.h (enum define_charset_arg_index): New enums
23489 charset_arg_min_code and charset_arg_max_code.
23490 (struct charset): New member char_index_offset.
23491
23492 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23493 Take charset->char_index_offset into account.
23494 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23495 args[charset_arg_max_code]. Setup charset.char_index_offset.
23496 (syms_of_charset): Fix args to Fdefine_charset_internal.
23497
234982008-02-01 Dave Love <fx@gnu.org>
23499
23500 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23501
235022008-02-01 Dave Love <fx@gnu.org>
23503
23504 * coding.c: Doc fixes.
23505 (Fcoding_system_aliases): Fix return value.
23506 (Qmac): Remove (duplicated) definition.
23507
235082008-02-01 Dave Love <fx@gnu.org>
23509
362654a6
JB
23510 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23511 New functions.
aac0c6e3
MR
23512
23513 * character.c (Fstring): Doc fix.
23514
23515 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23516
362654a6 23517 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
23518 (font-encoding-alist): Doc fix.
23519
235202008-02-01 Dave Love <fx@gnu.org>
23521
23522 * term.c (costs_set): Declare static, non-initialized for pcc.
23523 (encode_terminal_code): Remove unused var.
23524
23525 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23526 for K&R.
23527
23528 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23529
23530 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23531 (suffixes): Move out of make_subsidiaries for K&R.
23532
23533 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23534
23535 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23536
235372008-02-01 Dave Love <fx@gnu.org>
23538
23539 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23540
23541 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23542
235432008-02-01 Yong Lu <lyongu@asia-infonet.com>
23544
23545 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23546
23547 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23548
235492008-02-01 Kenichi Handa <handa@m17n.org>
23550
23551 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23552 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23553
235542008-02-01 Kenichi Handa <handa@m17n.org>
23555
23556 * coding.c (decode_coding_charset): Adjust for the change of
23557 Fdefine_coding_system_internal.
23558 (Fdefine_coding_system_internal): For a coding system of
23559 `charset' type, store a list of charset IDs in
23560 `charset_attr_charset_valids' element of coding attributes.
23561
235622008-02-01 Kenichi Handa <handa@m17n.org>
23563
23564 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23565 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23566 caller. Handle 2-byte and 3-byte charsets correctly.
23567 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23568 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23569 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23570 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23571 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23572 sequence.
23573 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23574 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23575 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23576 and alt&rule composition.
23577 (decode_coding_iso_2022): Handle composition correctly.
23578 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23579
23580 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23581 re-defining a charset. If the charset has :emacs-mule-id, setup
23582 emacs_mule_bytes.
23583 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23584
235852008-02-01 Kenichi Handa <handa@m17n.org>
23586
23587 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23588 (encode_coding_big5, encode_coding_charset): If coding requires safe
23589 encoding, produce a character specified by
23590 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23591
235922008-02-01 Dave Love <fx@gnu.org>
23593
23594 * xterm.c (XSetIMValues): Declare.
23595
23596 * process.c: Conditionally include sys/wait.h, pty.h.
23597
23598 * print.c (print_object): Fix print format for 64-bit systems.
23599
23600 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23601
23602 * buffer.c (emacs_strerror): Declare.
23603
23604 * fontset.c (Fclear_face_cache): Declare.
23605 (accumulate_font_info): Comment-out (unused).
23606 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23607 variables.
23608
23609 * character.h (string_escape_byte8): Declare.
23610
23611 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23612 unused vars.
23613 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23614 (Fmap_charset_chars): Doc fix.
23615
23616 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23617 (Fset_coding_system_priority, Fset_coding_system_priority)
23618 (Fdefine_coding_system_internal): Doc fix.
23619
236202008-02-01 Dave Love <fx@gnu.org>
23621
23622 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23623
236242008-02-01 Kenichi Handa <handa@m17n.org>
23625
23626 * character.c (string_escape_byte8): Make multibyte string with
23627 correct size.
23628
23629 * charset.c (Fmake_char): Delete unnecessary code.
23630
236312008-02-01 Kenichi Handa <handa@m17n.org>
23632
23633 * xfns.c (x_encode_text): Allocate coding.destination here, and
23634 call encode_coding_object with dst_object Qnil.
23635
23636 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23637 multibyte form correctly.
23638
23639 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23640 against Vfont_encoding_alist.
23641
23642 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23643 handling of charset list.
23644 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23645 (decode_coding_object): Move point to coding->dst_pos before
23646 calling post-read-conversion function.
23647 (encode_coding_object): Give correct arguments to
23648 pre-write-conversion. Ignore the return value of
23649 pre-write-conversion function. Pay attention to the case that
23650 pre-write-conversion changes the current buffer. If dst_object is
23651 Qt, even if coding->src_bytes is zero, allocate at least one byte
23652 to coding->destination.
23653
23654 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23655
23656 * charset.c (Fmake_char): Make it more backward compatible.
23657 (Fmap_charset_chars): Fix docstring.
23658
236592008-02-01 Dave Love <fx@gnu.org>
23660
23661 * coding.c: Doc fixes.
23662 (Fdefine_coding_system_alias): Use names, not symbols, in
23663 coding-system-alist.
23664
236652008-02-01 Kenichi Handa <handa@m17n.org>
23666
23667 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23668 of calling free_realized_face.
23669
236702008-02-01 Yong Lu <lyongu@asia-infonet.com>
23671
23672 * charset.c (read_hex): Don't treat SPC as a comment starter.
23673 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23674 (Fdecode_char): Fix typo.
23675
236762008-02-01 Kenichi Handa <handa@m17n.org>
23677
23678 * charset.h (struct charset): New member `code_space_mask'.
23679
23680 * coding.c (coding_set_source): Delete the local variable beg_byte.
23681 (encode_coding_charset, Fdefine_coding_system_internal):
23682 Delete the local variable charset.
23683 (Fdefine_coding_system_internal): Setup
23684 attrs[coding_attr_charset_valids] correctly.
23685
23686 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23687 member to check if CODE is valid or not.
23688 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23689 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23690 is within the range of charset->min_code and carset->max_code.
23691
236922008-02-01 Dave Love <fx@gnu.org>
23693
23694 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23695
23696 * dispextern.h (generate_ascii_font): Fix return type.
23697
23698 * xfaces.c (generate_ascii_font): Fix arg declaration.
23699
23700 * coding.c (coding_inherit_eol_type)
23701 (Fset_terminal_coding_system_internal)
23702 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23703
237042008-02-01 Kenichi Handa <handa@m17n.org>
23705
23706 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23707 multiple charsets correctly.
23708
237092008-02-01 Kenichi Handa <handa@m17n.org>
23710
23711 * search.c (boyer_moore): Fix handling of multibyte character
23712 translation.
23713
23714 * xdisp.c (display_mode_element): When the variable `elt' is
23715 changed, update `this' and `lisp_string'.
23716
237172008-02-01 Kenichi Handa <handa@m17n.org>
23718
23719 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23720
23721 * callproc.c (Fcall_process): Be sure to give the current buffer
23722 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23723
23724 * charset.c (struct charset_map_entries): New struct.
23725 (load_charset_map): Rename from parse_charset_map. New args
23726 entries and n_entries. Change caller.
23727 (load_charset_map_from_file): Rename from load_charset_map.
23728 Change caller. New arg control_flag. Call load_charset_map at
23729 the tail.
23730 (load_charset_map_from_vector): New function.
23731 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23732 (encode_char): If the charset is compact, change a character index
23733 to a code point.
23734
23735 * coding.c (coding_alloc_by_making_gap): Check the case that the
23736 source and destination are the same correctly.
23737 (decode_coding_raw_text): Set coding->consumed_char and
23738 coding->consumed to 0.
23739 (produce_chars): If coding->chars_at_source is nonzero, update
23740 coding->consumed_char and coding->consumed before calling
23741 alloc_destination.
23742 (Fdefine_coding_system_alias): Register ALIAS in
23743 Vcoding_system_alist.
23744 (syms_of_coding): Define `no-conversion' coding system at the tail.
23745
23746 * fileio.c (Finsert_file_contents): Set coding_system instead of
23747 val. If the current buffer is multibyte, always call
23748 decode_coding_gap.
23749
23750 * xfaces.c (try_font_list): Give higher priority to fontset's
23751 family than face's family.
23752
237532008-02-01 Kenichi Handa <handa@m17n.org>
23754
23755 * callproc.c (Fcall_process): Be sure to give the current buffer
23756 to decode_coding_c_string.
23757
23758 * xfaces.c (try_font_list): Give a family specified in a fontset
23759 higher priority than a family specified in a face.
23760
237612008-02-01 Kenichi Handa <handa@m17n.org>
23762
23763 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23764 Fix arguments to insert_from_buffer.
23765
23766 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23767
237682008-02-01 Kenichi Handa <handa@m17n.org>
23769
23770 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23771 (decode_coding_gap): Set coding->dst_multibyte correctly.
23772
237732008-02-01 Kenichi Handa <handa@m17n.org>
23774
23775 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23776 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23777 (encode_coding_utf_16): Substitute coding->default_char for
23778 non-Unicode characters.
23779 (decode_coding): Don't call record_insert here.
23780 (setup_coding_system): Initialize `surrogate' of
23781 coding->spec.utf_16 to 0.
23782 (EMIT_ONE_BYTE): Fix for multibyte case.
23783
23784 * insdel.c (insert_from_gap): Call record_insert.
23785
237862008-02-01 Kenichi Handa <handa@m17n.org>
23787
23788 * casefiddle.c (casify_region): Fix multibyte case.
23789
23790 * character.c (c_string_width): Add return type `int'.
23791 (char_string_with_unification): Delete arg ADVANCED.
23792
23793 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23794 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23795 (CHAR_STRING_ADVANCE): Make it do-while statement.
23796
23797 * chartab.c (sub_char_table_set_range): Optimize for the case
23798 DEPTH == 3. Add workaround code for a GCC optimization bug.
23799
23800 * charset.c (parse_charset_map): Remove an unused variable.
23801
23802 * coding.c: Delete unused variables.
23803
23804 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23805 earlier. If inserted is zero and the coding system doesn't
23806 require flushing, don't call decode_coding_gap.
23807
23808 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23809
238102008-02-01 Kenichi Handa <handa@m17n.org>
23811
23812 The following changes are for using Unicode as an internal
23813 character model, and use UTF-8 format for buffer/string
23814 representation.
23815
23816 * .gdbinit (xchartable): Adjust for the change of char table structure.
23817 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23818
23819 * Makefile.in (obj): Add character.o and chartab.o.
23820 (lisp, shortlisp): Remove utf-8.elc.
23821 (*.o): For many files, change dependency on charset.h to
23822 character.h, and add dependency on character.h.
23823 (character.o, chartab.o): New targets.
23824
23825 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23826 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23827 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23828 of "charset.h".
23829
23830 * dired.c, filelock.c: Include "character.h".
23831
23832 * alloc.c: Include "character.h" instead of "charset.h".
23833 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23834 (syms_of_alloc): Remove defsubr for Smake_char_table.
23835
23836 * buffer.c: Include "character.h" instead of "charset.h", don't
23837 include "coding.h".
23838 (Fset_buffer_multibyte): Adjust for UTF-8.
23839
23840 * buffer.h: EXFUN Fbuffer_live_p.
23841
23842 * callproc.c: Include "character.h" instead of "charset.h".
23843 (Fcall_process): Big change for the new code-conversion APIs.
23844
23845 * casetab.c: Include "character.h" instead of "charset.h".
23846 (set_canon, set_identity, shuffle): Adjust for the new
23847 map_char_table spec.
23848 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23849 accessing the char table structure.
23850
23851 * chartab.c: New file that implements char table.
23852
23853 * category.c: Include "character.h".
23854 (copy_category_entry): New function.
23855 (copy_category_table): Call map_char_table and copy_category_entry.
23856 (Fmake_category_table): Initialize all top-level slots.
23857 (char_category_set): New function.
23858 (modify_lower_category_set): Delete.
23859 (Fmodify_category_entry): Call char_table_ref_and_range.
23860
23861 * category.h (CATEGORY_SET): Just call char_category_set.
23862
23863 * ccl.c: Include "character.h".
23864 (Qccl, Qcclp): New variables.
23865 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23866 it's less than 256.
23867 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23868 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23869 and DST type.
23870 (ccl_driver): Change types of argument, adjust code accordingly.
23871 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23872 ccl_driver.
23873 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23874
23875 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23876 New members src_multibyte, dst_multibyte, consumed, and produced.
23877 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23878 (CODING_SPEC_CCL_PROGRAM): New macro.
23879 (ccl_driver): Update prototype.
23880 (Qccl, Qcclp, Fccl_program_p): Extern them.
23881 (CHECK_CCL_PROGRAM): New macro.
23882
23883 * character.c, character.h, chartab.c: New files.
23884
23885 * charset.c: Mostly re-written. Move character and multibyte sequence
23886 handling codes to character.c.
23887
23888 * charset.h: Mostly re-written. Move character and multibyte sequence
23889 handling codes to character.h.
23890
23891 * coding.c, coding.h: Mostly re-written.
23892
23893 * composite.c: Include "character.h" instead of "charset.h".
23894 (CHAR_WIDTH): Move to character.h.
23895 (HASH_KEY, HASH_VALUE): Delete.
23896
23897 * composite.h (enum composition_method): Change order of enumeration
23898 symbols.
23899
23900 * data.c: Include "character.h" instead of "charset.h".
23901 (Faref): Call CHAR_TABLE_REF for a char table.
23902 (Faset): Call CHAR_TABLE_SET for a char table.
23903
23904 * dispextern.h (free_realized_face, check_face_attribytes)
23905 (generate_ascii_font): Extern them.
23906 (free_realized_multibyte_face): Delete extern.
23907
23908 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23909 table structure.
23910
23911 * editfns.c: Include "character.h" instead of "charset.h".
23912 (Fchar_to_string): Always call CHAR_STRING.
23913
23914 * emacs.c (main): Call init_charset_once, init_charset,
23915 syms_of_chartab, and syms_of_character.
23916
23917 * fileio.c: Include "character.h" instead of "charset.h".
23918 (Finsert_file_contents): Big change for the new code-conversion API.
23919 (choose_write_coding_system, Fwrite_region): Likewise.
23920 (build_annotations_2): Delete.
23921 (e_write): Big change for the new code-conversion API.
23922
23923 * fns.c: Include "character.h" instead of "charset.h".
23924 (copy_sub_char_table): Move to chartab.c.
23925 (Fcopy_sequence): Call copy_char_table for a char table.
23926 (concat): Delete codes calling count_multibyte.
23927 (string_char_to_byte, string_byte_to_char): Adjust for the new
23928 multibyte form.
23929 (internal_equal): Adjust for the change of char table structure.
23930 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23931 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23932 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23933 (char_table_translate, optimize_sub_char_table)
23934 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23935 chartab.c.
23936 (char_table_ref_and_index): Delete.
23937 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23938 (Fmd5): Call preferred_coding_system instead of accessing
23939 Vcoding_category_list. Adjust for the new code-conversion API.
23940 (syms_of_fns): Move defsubr for char table related functions to
23941 chartab.c.
23942
23943 * fontset.c: Mostly re-written.
23944
23945 * fontset.h (struct font_info): Change type of the member encoding_type.
23946 (enum FONT_SPEC_INDEX): New enum.
23947 (fontset_font_pattern, fs_load_font): Update prototype.
23948 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23949
23950 * indent.c: Include "character.h" instead of "charset.h".
23951 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23952
23953 * insdel.c: Include "character.h" instead of "charset.h".
23954 (copy_text): Don't refer to Vnonascii_translation_table.
23955 (insert_from_gap): New function.
23956
23957 * keyboard.c: Include "character.h" instead of "charset.h".
23958 (command_loop_1): Never call direct_output_forward_char before
23959 a non-ASCII character.
23960 (read_char): If Vkeyboard_translate_table is a char table, always
23961 translate a character.
23962
23963 * keymap.c: Include "character.h".
23964 (store_in_keymap): Handle the case that IDX is a cons.
23965 (Fdefine_key): Handle the case that KEY is a cons and the car part
23966 is also a cons (range).
23967 (push_key_description): Adjust for the new character code.
23968 (describe_vector): Call describe_char_table for a char table.
23969 (describe_char_table): New function.
23970
23971 * keymap.h (describe_char_table): Extern it.
23972
23973 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23974 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23975 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23976 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23977 Delete.
23978 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23979 structure.
23980 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23981 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23982 (CHARTAB_SIZE_BITS_3): New macros.
23983 (chartab_size): Extern it.
23984 (struct Lisp_Char_Table): Re-design.
23985 (struct Lisp_Sub_Char_Table): New structure.
23986 (HASH_KEY, HASH_VALUE): Move from fns.c.
23987 (CHARACTERBITS): Define as 22.
23988 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23989 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23990 (GC_SUB_CHAR_TABLE_P): New macro.
23991 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23992 (code_convert_string_norecord): Deleted extern.
23993 (init_character_once, syms_of_character, init_charset)
23994 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23995
23996 * lread.c: Include "character.h".
23997 (read_multibyte): New arg NBYTES.
23998 (read_escape): Change the meaning of returned *BYTEREP.
23999 (to_multibyte): Delete.
24000 (read1): Adjust the handling of char table and string.
24001
24002 * print.c: Include "character.h" instead of "charset.h".
24003 (print_string): Convert 8-bit raw bytes to octal form by
24004 string_escape_byte8.
24005 (print_object): Adjust for the new multibyte form. Print 8-bit
24006 raw bytes always in octal form. Handle sub char table correctly.
24007
24008 * process.c: Include "character.h" instead of "charset.h".
24009 (read_process_output, send_process): Adjust for the new
24010 code-conversion API.
24011
24012 * puresize.h (BASE_PURESIZE): Increase.
24013
24014 * regex.c: Include "character.h" instead of "charset.h".
24015 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24016 (regex_compile): Accept a range whose starting and ending
24017 character have different leading bytes.
24018 (analyse_first): Adjust for the above change.
24019
24020 * search.c: Include "character.h" instead of "charset.h".
24021 (search_buffer, boyer_moore): Adjust for the new multibyte form.
24022 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24023
24024 * syntax.c: Include "character.h" instead of "charset.h".
24025 (syntax_parent_lookup): Delete.
24026 (Fmodify_syntax_entry): Accept a cons as CHAR.
24027 (skip_chars): Adjust for the new multibyte form.
24028 (init_syntax_once): Call char_table_set_range instead of directly
24029 accessing the structure of a char table.
24030
24031 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24032 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24033 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24034 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24035
24036 * term.c: Include "buffer.h" and "character.h".
24037 (encode_terminal_code, write_glyphs): Adjust for the new
24038 code-conversion API.
24039 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24040
24041 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24042
24043 * xdisp.c: Include "character.h".
24044 (get_next_display_element): Adjust for the new multibyte form.
24045 (disp_char_vector): Adjust for the new char table structure.
24046 (decode_mode_spec_coding): Adjust for the new structure of
24047 coding system.
24048 (decode_mode_spec): Adjust for the new code-conversion API.
24049
24050 * xfaces.c: Include "character.h" instead of "charset.h".
24051 (load_face_font): Adjust for the change of choose_face_font and
24052 FS_LOAD_FONT.
24053 (generate_ascii_font): New function.
24054 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24055 (set_font_frame_param): Adjust for the change of choose_face_font.
24056 (free_realized_face): Make it public.
24057 (free_realized_faces_for_fontset): Rename from
24058 free_realized_multibyte_face. Free also faces realized for ASCII.
24059 (choose_face_font): Change arguments. Adjust for the change of
24060 fontset_font_pattern and FS_LOAD_FONT.
24061
24062 * xfns.c: Include "character.h".
24063 (x_encode_text): Adjust for the new code-conversion API.
24064
24065 * xselect.c: Don't include "charset.h".
24066 (selection_data_to_lisp_data): Adjust for the new code conversion API.
24067
24068 * xterm.c: Include "character.h".
24069 (x_encode_char): New argument CHARSET. Change caller.
24070 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24071 Call ENCODE_CHAR instead of SPLIT_CHAR.
24072 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24073 CHAR_WIDTH instead of CHARSET_WIDTH.
24074 (XTread_socket): Adjust for the new code-conversion API.
24075 (x_new_font): Adjust for the change of FS_LOAD_FONT.
24076 (x_load_font): Adjust for the change of struct font.
24077
240782008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24079
24080 * xfaces.c (face_at_buffer_position): Remove unused vars.
24081
240822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24083
24084 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24085 Fix overflow checking.
24086
240872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24088
24089 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24090 Cancel previous change.
24091
240922008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24093
24094 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24095 ccl->eight_bit_control. Fix check for buffer overflow.
24096 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24097 (ccl_driver): Initialize extra_bytes to 0.
24098
240992008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24100
24101 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24102 return it ORed with ctrl_modifier.
24103
241042008-01-29 Miles Bader <miles@gnu.org>
24105
24106 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24107
241082008-01-28 Jason Rumney <jasonr@gnu.org>
24109
24110 * w32.c (stat): Don't double check for networked drive.
24111
241122008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24113
24114 * window.c (run_window_configuration_change_hook): New function.
24115 Code extracted from set_window_buffer. Set the selected frame.
24116 (set_window_buffer): Use it.
24117 * window.h (run_window_configuration_change_hook): Declare.
24118 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24119
24120 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24121
241222008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24123
24124 * Makefile.in: Remove references to unused macros.
24125
241262008-01-26 Eli Zaretskii <eliz@gnu.org>
24127
24128 * w32.c (g_b_init_get_sid_sub_authority)
24129 (g_b_init_get_sid_sub_authority_count): New static variables.
24130 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24131 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24132 (init_user_info): Use them to retrieve uid and gid.
24133 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24134 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24135 st_uid and st_gid of the file.
24136
241372008-01-26 Jason Rumney <jasonr@gnu.org>
24138
24139 * w32.c (logon_network_drive): New function.
24140 (stat): Use it.
24141
241422008-01-26 Chong Yidong <cyd@stupidchicken.com>
24143
24144 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24145 invisible text covered with an ellipsis.
24146
241472008-01-25 Richard Stallman <rms@gnu.org>
24148
24149 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24150 jump back to beginning. Move some other initializations after that.
24151 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24152 New variables.
24153 (syms_of_xdisp): Init them.
24154
24155 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24156
24157 * buffer.c (reset_buffer_local_variables):
24158 Implement `permanent-local-hook'.
24159 (Qpermanent_local_hook): New variable.
24160 (syms_of_buffer): Init and staticpro it.
24161
241622008-01-25 Michael Albinus <michael.albinus@gmx.de>
24163
24164 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24165
241662008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24167
24168 * fns.c (Fclrhash): Return TABLE.
24169
241702008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24171
24172 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24173 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24174 is set even without positional changes.
24175 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24176
24177 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24178
241792008-01-23 Jason Rumney <jasonr@gnu.org>
24180
24181 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24182
24183 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24184 the unicode range available in MULE by locale-coding-system.
24185 Improve dbcs lead byte detection. Set event timestamp and modifiers
24186 earlier.
24187
241882008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24189
24190 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24191 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24192 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24193 when used on child processes.
24194
241952008-01-21 Michael Albinus <michael.albinus@gmx.de>
24196
24197 * dbusbind.c (Fdbus_method_return_internal): Rename from
24198 Fdbus_method_return.
24199 (Fdbus_unregister_object): Move to dbus.el.
24200 (Fdbus_call_method, Fdbus_method_return_internal)
24201 (Fdbus_send_signal): Improve debug messages.
24202
242032008-01-20 Martin Rudalics <rudalics@gmx.at>
24204
24205 * undo.c (undo_inhibit_record_point): New variable.
24206 (syms_of_undo): Initialize it.
24207 (record_point): Don't record point when undo_inhibit_record_point
24208 is set.
24209
242102008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24211
24212 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24213
24214 * xdisp.c (Qauto_hscroll_mode): New var.
24215 (syms_of_xdisp): Initialize it.
24216 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24217 window's buffer.
24218 (hscroll_windows): Don't check automatic_hscrolling_p here.
24219
24220 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24221 vscroll if we're setting window-buffer to the value it already has.
24222
242232008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24224
24225 * m/intel386.h: Remove references to XENIX.
24226
242272008-01-17 Andreas Schwab <schwab@suse.de>
24228
24229 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24230 instead of HAVE_X86_64_LIB64_DIR.
24231 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24232
242332008-01-17 Glenn Morris <rgm@gnu.org>
24234
24235 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24236 to HAVE_X86_64_LIB64_DIR.
24237
242382008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24239
24240 * s/irix3-3.h:
24241 * s/irix4-0.h:
24242 * s/386-ix.h:
24243 * s/domain.h:
24244 * s/hpux9-x11r4.h:
24245 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24246
24247 * sysdep.c: Remove code containing references to symbols defined
24248 by unsupported systems.
24249
242502008-01-16 Glenn Morris <rgm@gnu.org>
24251
24252 * coding.c (select-safe-coding-system-function): Doc fix.
24253
242542008-01-15 Glenn Morris <rgm@gnu.org>
24255
24256 * config.in: Revert 2008-01-13 change: this is a generated file.
24257
242582008-01-13 Tom Tromey <tromey@redhat.com>
24259
24260 * lisp.h: Fix typo.
24261
242622008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24263
24264 * m/sequent-ptx.h:
24265 * m/sequent.h:
24266 * s/ptx.h:
24267 * s/ptx4-2.h:
24268 * s/ptx4.h: Remove files for systems no longer supported.
24269
24270 * callproc.c (Fcall_process): Fix previous change.
24271
242722008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24273
24274 * unexsunos4.c: Remove file, system not supported anymore.
24275
24276 * m/mips.h:
24277 * m/intel386.h:
24278 * callproc.c:
24279 * config.in:
24280 * ecrt0.c:
24281 * emacs.c:
24282 * fileio.c:
24283 * frame.c:
24284 * getpagesize.h:
24285 * keyboard.c:
24286 * lread.c:
24287 * process.c:
24288 * puresize.h:
24289 * sysdep.c:
24290 * systty.h:
24291 * syswait.h:
24292 * unexec.c:
24293 * xdisp.c:
24294 * alloc.c: Remove code containing references to symbols defined by
24295 unsupported systems.
24296
242972008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24298
24299 * coding.c (detect_coding_mask): Fix previous change.
24300
243012008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24302
24303 * coding.c (detect_coding_iso2022): New arg
24304 latin_extra_code_state. Allow Latin extra codes only
24305 when *latin_extra_code_state is nonzero.
24306 (detect_coding_mask): If there is a NULL byte, detect the encoding
24307 as UTF-16 or binary. If Latin extra codes exist, detect the
24308 encoding as ISO-2022 only when there's no other proper encoding is
24309 found.
24310
243112008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24312
24313 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24314 #ifdef MAC_OS.
24315
243162008-01-08 Richard Stallman <rms@gnu.org>
24317
24318 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24319
243202008-01-06 Nick Roberts <nickrob@snap.net.nz>
24321
24322 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24323 menu bar in parentheses.
24324
243252008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24326
24327 * m/7300.h:
24328 * m/acorn.h:
24329 * m/alliant-2800.h:
24330 * m/alliant.h:
24331 * m/alliant1.h:
24332 * m/alliant4.h:
24333 * m/altos.h:
24334 * m/amdahl.h:
24335 * m/apollo.h:
24336 * m/att3b.h:
24337 * m/aviion-intel.h:
24338 * m/aviion.h:
24339 * m/celerity.h:
24340 * m/clipper.h:
24341 * m/cnvrgnt.h:
24342 * m/convex.h:
24343 * m/cydra5.h:
24344 * m/delta88k.h:
24345 * m/dpx2.h:
24346 * m/dual.h:
24347 * m/elxsi.h:
24348 * m/f301.h:
24349 * m/gould-np1.h:
24350 * m/gould.h:
24351 * m/i860.h:
24352 * m/ibmps2-aix.h:
24353 * m/ibmrt-aix.h:
24354 * m/ibmrt.h:
24355 * m/irist.h:
24356 * m/is386.h:
24357 * m/isi-ov.h:
24358 * m/mega68.h:
24359 * m/mg1.h:
24360 * m/news-r6.h:
24361 * m/news-risc.h:
24362 * m/news.h:
24363 * m/nh3000.h:
24364 * m/nh4000.h:
24365 * m/ns16000.h:
24366 * m/ns32000.h:
24367 * m/nu.h:
24368 * m/orion.h:
24369 * m/orion105.h:
24370 * m/paragon.h:
24371 * m/pfa50.h:
24372 * m/plexus.h:
24373 * m/pyramid.h:
24374 * m/pyrmips.h:
24375 * m/sh3el.h:
24376 * m/sps7.h:
24377 * m/sr2k.h:
24378 * m/stride.h:
24379 * m/sun1.h:
24380 * m/sun2.h:
24381 * m/sun3-68881.h:
24382 * m/sun3-fpa.h:
24383 * m/sun3-soft.h:
24384 * m/sun3.h:
24385 * m/sun386.h:
24386 * m/symmetry.h:
24387 * m/tad68k.h:
24388 * m/tahoe.h:
24389 * m/targon31.h:
24390 * m/tek4300.h:
24391 * m/tekxd88.h:
24392 * m/tower32.h:
24393 * m/tower32v3.h:
24394 * m/ustation.h:
24395 * m/wicat.h:
24396 * m/xps100.h:
24397 * s/cxux.h:
24398 * s/cxux7.h:
24399 * s/dgux.h:
24400 * s/dgux4.h:
24401 * s/dgux5-4-3.h:
24402 * s/dgux5-4r2.h:
24403 * s/esix.h:
24404 * s/esix5r4.h:
24405 * s/hiuxmpp.h:
24406 * s/hiuxwe2.h:
24407 * s/iris3-5.h:
24408 * s/iris3-6.h:
24409 * s/isc2-2.h:
24410 * s/isc3-0.h:
24411 * s/isc4-0.h:
24412 * s/isc4-1.h:
24413 * s/newsos5.h:
24414 * s/newsos6.h:
24415 * s/osf1.h:
24416 * s/osf5-0.h:
24417 * s/riscix1-1.h:
24418 * s/riscix12.h:
24419 * s/sco4.h:
24420 * s/sco5.h:
24421 * s/sunos4-0.h:
24422 * s/sunos4-1.h:
24423 * s/sunos413.h:
24424 * s/sunos4shr.h:
24425 * s/umax.h:
24426 * s/unipl5-2.h:
24427 * s/xenix.h:
24428 * cxux-crt0.s:
24429 * unexapollo.c:
24430 * unexconvex.c:
24431 * unexenix.c:
24432 * unexsni.c: Remove files for systems no longer supported.
24433
24434 * m/intel386.h: Remove references to unsupported systems.
24435
24436 * w32.c (get_emacs_configuration): Remove reference to i860.
24437
24438 * sysdep.c: Remove dead code.
24439
244402008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24441
24442 * s/rtu.h:
24443 * m/masscomp.h: Remove files. Platform is obsolete.
24444
244452008-01-04 Michael Albinus <michael.albinus@gmx.de>
24446
24447 * dbusbind.c (Fdbus_method_return): New function.
24448 (xd_read_message): Add the serial number to the event.
24449 (Fdbus_register_method): Activate the function.
24450
244512008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24452
24453 * keyboard.c (read_key_sequence): Fix typo.
24454
244552008-01-03 Michael Albinus <michael.albinus@gmx.de>
24456
24457 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24458 (xd_signature, xd_append_arg): Handle element type detection for
24459 empty arrays.
24460 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24461 SDATA () calls; this must be solved more general.
24462 (Fdbus_register_signal): Use SBYTES instead of strlen.
24463
244642008-01-03 Magnus Henoch <magnus@zemdatav>
24465
24466 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24467 unsigned int for byte values (necessary for big-endian platform).
24468 (Fdbus_call_method): Handle the case of no returned arguments.
24469
244702007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24471
24472 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24473
244742007-12-31 Magnus Henoch <mange@freemail.hu>
24475
24476 * dbusbind.c (xd_signature): Signature of variant is just "v".
24477
244782007-12-30 Michael Albinus <michael.albinus@gmx.de>
24479
24480 * dbusbind.c: Fix several errors and compiler warnings.
24481 Reported by Tom Tromey <tromey@redhat.com>.
24482 (XD_ERROR, XD_DEBUG_MESSAGE)
24483 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24484 (xd_append_arg): Part for basic D-Bus types rewritten.
24485 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24486 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24487 appropriate.
24488 (xd_read_message): Return Qnil. Don't signal an error; it is not
24489 useful during event reading.
24490 (Fdbus_register_signal): Signal an error if the check for
24491 FUNCTIONP fails.
24492 (Fdbus_register_method): New function. The implementation is not
24493 complete, the call of the function signals an error therefore.
24494 (Fdbus_unregister_object): New function, renamed from
24495 Fdbus_unregister_signal. The initial check signals an error, if
24496 the object is not well formed.
24497
244982007-12-30 Richard Stallman <rms@gnu.org>
24499
24500 * textprop.c (get_char_property_and_overlay):
24501 Signal error if POSITION is out of range in a buffer.
24502
245032007-12-29 Martin Rudalics <rudalics@gmx.at>
24504
24505 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24506 because the original parameters are in pure storage now.
24507
245082007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24509
24510 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24511
245122007-12-22 Eli Zaretskii <eliz@gnu.org>
24513
24514 * callint.c (syms_of_callint) <command-history>: Add reference to
24515 history-length in the doc string.
24516
245172007-12-17 Jason Rumney <jasonr@gnu.org>
24518
24519 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24520 before passing as wParam.
24521
245222007-12-22 Michael Albinus <michael.albinus@gmx.de>
24523
24524 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24525 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24526 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24527 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24528 as number.
24529 (Fdbus_call_method): Fix docstring.
24530
245312007-12-21 Michael Albinus <michael.albinus@gmx.de>
24532
24533 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24534 New macros.
24535 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24536 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24537 Simplify.
24538 (xd_signature): New function.
24539 (xd_append_arg): Compute also signatures. Major rewrite.
24540 (xd_retrieve_arg): Make debug messages friendly.
24541 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24542 Check for signatures of arguments.
24543
245442007-12-19 Michael Albinus <michael.albinus@gmx.de>
24545
24546 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24547 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24548 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24549 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24550 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24551 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24552 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24553 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24554 (xd_retrieve_value): Remove. Functionality included in ...
24555 (xd_append_arg): New function.
24556 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24557
245582007-12-16 Michael Albinus <michael.albinus@gmx.de>
24559
24560 * dbusbind.c (top): Include <stdio.h>.
24561 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24562 dbus_message_new_method_call and dbus_message_new_signal.
24563 (Fdbus_register_signal): Rename unique_name to uname.
24564 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24565 non-existing unique name. Fix typos in matching rule. Return an
24566 object which is useful in Fdbus_unregister_signal.
24567 (Fdbus_unregister_signal): Reimplementation, in order to remove
24568 only the corresponding entry.
24569 (Vdbus_registered_functions_table): Change the order of entries.
24570 Apply these changes in xd_read_message and Fdbus_register_signal.
24571
245722007-12-16 Andreas Schwab <schwab@suse.de>
24573
24574 * fileio.c (Finsert_file_contents): Fix overflow check to not
24575 depend on undefined integer overflow.
24576
245772007-12-14 Jason Rumney <jasonr@gnu.org>
24578
24579 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24580 for characters above 127.
24581
245822007-12-13 Jason Rumney <jasonr@gnu.org>
24583
24584 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24585 before dereferencing array.
24586 (lookup_vk_code): Remove zero comparison.
24587
245882007-12-14 Michael Albinus <michael.albinus@gmx.de>
24589
24590 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24591 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24592 Use `unsigned int' instead of `uint'.
24593 (xd_read_message, Fdbus_register_signal): Split expressions into
24594 multiple lines before operators "&&" and "||", according to the
24595 GNU Coding Standards.
24596
245972007-12-14 Eli Zaretskii <eliz@gnu.org>
24598
24599 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24600
246012007-12-12 Juri Linkov <juri@jurta.org>
24602
24603 * buffer.c (Frename_buffer): In interactive spec replace
24604 `read-buffer' with `read-string' that uses `buffer-name-history'
24605 as history, and the current buffer's name as default.
24606
246072007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24608
24609 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24610 manipulating the backtrace manually.
24611 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24612 (struct backtrace, backtrace_list): Remove.
24613 (command_loop_1): Remove dead var `no_direct'.
24614
24615 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24616 preserve non-built-in buffer-local variables.
24617 (Fkill_all_local_variables): Don't re-create&re-set permanent
24618 buffer-local variables.
24619
246202007-12-09 Juri Linkov <juri@jurta.org>
24621
24622 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24623 Lisp code that uses `read-buffer' with current buffer as default.
24624
246252007-12-08 Michael Albinus <michael.albinus@gmx.de>
24626
24627 * dbusbind.c (xd_read_message): Generate an event for every
24628 registered handler. There might be several handlers registered
24629 for the same signal.
24630 (Fdbus_register_signal): Don't overwrite a registration for the
24631 same signal. Add a new registration if handlers are different.
24632 (Vdbus_registered_functions_table): Rework doc string.
24633
246342007-12-07 Michael Albinus <michael.albinus@gmx.de>
24635
24636 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24637 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24638 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24639 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24640 Unify argument lists.
24641 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24642 arguments and hash table keys. Use unique name for service.
24643 (Fdbus_unregister_signal): Remove checks.
24644 (Vdbus_registered_functions_table): Fix doc string.
24645
246462007-12-05 Magnus Henoch <mange@freemail.hu>
24647
24648 * process.c (make_process): Initialize pty_flag to 0.
24649
246502007-12-05 Jason Rumney <jasonr@gnu.org>
24651
24652 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24653 specified XBMs.
24654
246552007-12-05 Richard Stallman <rms@gnu.org>
24656
24657 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24658
246592007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24660
24661 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24662 New variable.
24663 (mac_try_close_socket) [MAC_OSX]: New function.
24664 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24665 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24666
24667 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24668 Use mac_try_close_socket.
24669
246702007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24671
24672 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24673 reloc_base.
24674 (copy_dysymtab): Compute relocation base here.
24675 (rebase_reloc_address) [__ppc64__]: New function.
24676 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24677 changed.
24678
246792007-12-05 Jason Rumney <jasonr@gnu.org>
24680
24681 * w32proc.c (sys_spawnve): Quote args with wildcards.
24682
246832007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24684
24685 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24686 __objc_* sections.
24687 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24688
246892007-12-05 Michael Albinus <michael.albinus@gmx.de>
24690
24691 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24692 Move check for Vdbus_registered_functions_table to
24693 xd_read_queued_messages.
24694 (xd_read_queued_messages): Protect xd_read_message calls by
24695 internal_condition_case_1.
24696
246972007-12-04 Michael Albinus <michael.albinus@gmx.de>
24698
24699 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24700 Qdbus_system_bus and Qdbus_session_bus, respectively.
24701 (Vdbus_intern_symbols): Remove.
24702 (Vdbus_registered_functions_table): New hash table.
24703 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24704 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24705 Rewrite in order to manage registered functions by hash table
24706 Vdbus_registered_functions_table.
24707
247082007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24709
24710 * xterm.c: Update URL to Window Manager Specification in comment.
24711
247122007-12-02 Michael Albinus <michael.albinus@gmx.de>
24713
24714 * config.in (HAVE_DBUS): Add.
24715
24716 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24717 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24718 (obj): Add $(DBUS_OBJ).
24719 (LIBES): Add $(DBUS_LIBS).
24720 (dbusbind.o): New target.
24721
24722 * dbusbind.c: New file.
24723
24724 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24725
24726 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24727 (Qdbus_event): New Lisp symbol.
24728 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24729 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 24730 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
24731
24732 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24733
247342007-12-01 Richard Stallman <rms@gnu.org>
24735
24736 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24737
247382007-11-30 Jason Rumney <jasonr@gnu.org>
24739
24740 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24741 (w32con_reset_terminal_modes): Clear screen buffer.
24742 (w32_face_attributes): Don't use color indexes that are out of range.
24743 Only reverse the default colors.
24744
24745 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24746 WINDOWSNT.
24747
24748 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24749
247502007-11-29 Jason Rumney <jasonr@gnu.org>
24751
24752 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24753 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24754 if the terminal colors are initialized.
24755 (unspecified_fg, unspecified_bg): Remove unused declarations.
24756
247572007-11-29 Andreas Schwab <schwab@suse.de>
24758
24759 * keyboard.c (apply_modifiers): Fix typo.
24760
247612007-11-29 Richard Stallman <rms@gnu.org>
24762
24763 * keymap.c (Fcurrent_local_map): Doc fix.
24764
247652007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24766
24767 * s/gnu-kfreebsd.h: New file.
24768
247692007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24770
24771 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24772 Don't cast redundantly.
24773
24774 * keyboard.c (KEY_TO_CHAR): New macro.
24775 (parse_modifiers, apply_modifiers): Accept integer arguments.
24776 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24777 for chars and symbol keys.
24778 After doing such remapping, apply function-key-map again.
24779
247802007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24781
24782 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24783 compiled anymore.
24784
247852007-11-26 Andreas Schwab <schwab@suse.de>
24786
24787 * process.c (list_processes_1): Fix indentation level of the
24788 command column.
24789
247902007-11-23 Andreas Schwab <schwab@suse.de>
24791
24792 * editfns.c (Fformat): Handle %c specially since it requires the
24793 argument to be of type int.
24794
247952007-11-23 Markus Triska <markus.triska@gmx.at>
24796
24797 * emacs.c (main): Call init_editfns before init_process, since
24798 init_process sets Vprocess_connection_type depending on OS release.
24799
248002007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24801
24802 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24803 (find_symbol_value): Use do_symval_forwarding.
24804
24805 * data.c (set_internal): Set the value in the `cons-cell' (for
24806 Buffer_Local_values) not only for frame-local variables.
24807
248082007-11-22 Andreas Schwab <schwab@suse.de>
24809
24810 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24811 values to sprintf.
24812 * keymap.c (Fsingle_key_description): Likewise.
24813 * print.c (print_object): Likewise.
24814
248152007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24816
24817 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24818 file for image is nil.
24819
248202007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24821
24822 * term.c: Include stdarg.h.
24823 (fatal): Implement using varargs.
24824 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24825
248262007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24827
24828 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24829 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24830 Update call to buffer_slot_type_mismatch.
24831 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24832 (buffer_slot_type_mismatch): Update.
24833 * buffer.c (buffer_local_types): Remove.
24834 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24835 (defvar_per_buffer): Set the type in the buffer_objfwd.
24836
248372007-11-21 Jason Rumney <jasonr@gnu.org>
24838
24839 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24840 CreateFileMapping returns NULL on failure.
24841
248422007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24843
24844 * search.c (Fset_match_data): Remove the `evaporate' feature.
24845 (unwind_set_match_data): Don't use the `evaporate' feature.
24846
248472007-11-21 Jason Rumney <jasonr@gnu.org>
24848
24849 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24850
24851 * w32console.c (w32con_write_glyphs): Remove unused variables.
24852
248532007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24854
24855 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24856
24857 * s/darwin.h (MULTI_KBOARD): Remove.
24858
24859 * macfns.c (x_create_tip_frame, Fx_create_frame)
24860 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24861
248622007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24863
24864 * buffer.c (Fbuffer_local_value): Remove redundant test.
24865 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24866 than in `current-buffer' to match the comment.
24867 Do the swap using swap_in_global_binding.
24868
24869 * data.c (store_symval_forwarding, set_internal):
24870 * eval.c (specbind): Remove dead code.
24871
24872 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24873 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24874 Since we do not want to see internal Lisp_*fwd objects here.
24875
248762007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24877
24878 * sysdep.c (init_system_name): Use getaddrinfo if available.
24879
24880 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24881 (x_scroll_bar_note_movement): start, end, with, height in struct
24882 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24883
248842007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24885
24886 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24887
248882007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24889
24890 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24891 This undoes Richard's change of 14-Oct-2002.
24892
24893 * alloc.c (allocate_other_vector):
24894 * lisp.h (allocate_other_vector): Remove.
24895
24896 * window.c (struct save_window_data): Move non-lisp data to the end
24897 and make it `int' rather than Lisp_Object.
24898 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24899 Done wrap/unwrap integer values.
24900 (Fset_window_configuration, compare_window_configurations):
24901 Update use of fields to their new types.
24902
24903 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24904 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24905 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24906 (SET_SCROLL_BAR_X_WINDOW): Remove.
24907 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24908 Access the new x_window field directly.
24909 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24910 Don't wrap/unwrap integers into Lisp_Objects.
24911 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24912 (x_scroll_bar_report_motion):
24913 Don't wrap/unwrap integers into Lisp_Objects.
24914 (x_term_init): Use SDATA.
24915 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24916 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24917 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24918 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24919 * xfns.c (x_set_background_color):
24920 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24921 Access the new x_window field directly.
24922
24923 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24924 (allocate_pseudovector): Make non-static.
24925
24926 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24927 (allocate_pseudovector): Declare.
24928 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24929
249302007-11-15 Andreas Schwab <schwab@suse.de>
24931
24932 * editfns.c (Fformat): Correctly format EMACS_INT values.
24933 Also take precision into account when formatting an integer.
24934
24935 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24936
249372007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24938
24939 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24940 (syms_of_keyboard): Defsubr it.
24941
24942 * data.c (swap_in_global_binding): Fix longstanding bug where
24943 store_symval_forwarding was not called with the right second argument,
24944 thus causing objfwd-ing from being dropped.
24945
249462007-11-14 Juanma Barranquero <lekktu@gmail.com>
24947
24948 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24949 (Fx_display_pixel_height, Fx_display_planes)
24950 (Fx_display_color_cells, Fx_server_max_request_size)
24951 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24952 (Fx_display_visual_class, Fx_display_save_under):
24953 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24954 (Fx_display_pixel_height, Fx_display_planes)
24955 (Fx_display_color_cells, Fx_server_max_request_size)
24956 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24957 (Fx_display_mm_height, Fx_display_mm_width)
24958 (Fx_display_backing_store, Fx_display_visual_class)
24959 (Fw32_select_font, Fx_display_save_under):
24960 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24961 (Fx_display_pixel_height, Fx_display_planes)
24962 (Fx_display_color_cells, Fx_server_max_request_size)
24963 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24964 (Fx_display_save_under): Fix typos in docstrings.
24965
249662007-11-14 Juanma Barranquero <lekktu@gmail.com>
24967
24968 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24969 corresponding to deleted entries; they are an implementation detail.
24970 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24971 Remove variables.
24972 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24973 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24974 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24975 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24976 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24977 (Fw32_define_rgb_color, Fw32_load_color_file)
24978 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24979 Fix typos in docstrings.
24980 (Fx_server_version): Reflow docstring.
24981 (Fw32_shell_execute): Doc fixes.
24982
249832007-11-13 Juanma Barranquero <lekktu@gmail.com>
24984
24985 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24986 if w32_parse_hot_key returned nil.
24987
249882007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24989
24990 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24991
249922007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 24993
aac0c6e3
MR
24994 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24995
24996 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24997
24998 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24999 Remove W32_SCROLL_BAR_CLICK_EVENT.
25000
25001 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25002 Add MULTIMEDIA_KEY_EVENT.
25003
25004 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25005 (lispy_multimedia_keys) [WINDOWSNT]: New array.
25006 (make_lispy_event) [WINDOWSNT]: Use it to translate
25007 MULTIMEDIA_KEY_EVENT.
25008
25009 * w32term.h (WM_APPCOMMAND): Define if not already.
25010 (GET_APPCOMMAND_LPARAM): Likewise.
25011
25012 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25013 WM_APPCOMMAND.
25014
25015 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25016 (syms_of_w32fns): Export and initialize it.
25017 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25018
250192007-11-09 Chong Yidong <cyd@stupidchicken.com>
25020
25021 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25022 twice.
25023
25024 * xdisp.c (handle_face_prop): Fix last change.
25025
250262007-11-09 Richard Stallman <rms@gnu.org>
25027
25028 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25029 not just for after-strings and before-strings.
25030 Call face_for_overlay_string and pass the overlay to it.
25031 (handle_display_prop): Determine whether property came from an overlay.
25032 Pass OVERLAY arg to handle_single_display_spec.
25033 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25034 (load_overlay_strings): Fill in it->string_overlays.
25035 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25036
25037 * xfaces.c (face_for_overlay_string): Function renamed from
25038 face_at_buffer_position_no_overlays, and add arg OVERLAY.
25039
25040 * dispextern.h (struct it): New elt string_overlays.
25041 New elt from_overlay, also in stack.
25042 Rearrange a few elements.
25043 (face_for_overlay_string): Decl renamed from
25044 face_at_buffer_position_no_overlays, and add argument.
25045
250462007-11-09 Richard Stallman <rms@gnu.org>
25047
25048 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25049 to get the base face for an overlay string.
25050
25051 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25052
25053 * xfaces.c (face_at_buffer_position_no_overlays): New function.
25054
25055 * xdisp.c (handle_stop): Move some code out of loop.
25056
250572007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25058
25059 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25060 Fix conversion from Lisp object to ATSUFontID.
25061
250622007-11-09 Jason Rumney <jasonr@gnu.org>
25063
25064 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25065
250662007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25067
25068 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25069 Don't assume regions are aligned to page boundary.
25070 (print_load_command_name): Add LC_UUID if defined.
25071
250722007-11-09 Richard Stallman <rms@gnu.org>
25073
25074 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25075
250762007-11-07 Jason Rumney <jasonr@gnu.org>
25077
25078 * s/windows95.h: Remove.
25079
250802007-11-06 Jan Djärv <jan.h.d@swipnet.se>
25081
25082 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25083 abort with a message on unhandled store_type values.
25084
250852007-11-01 Jan Djärv <jan.h.d@swipnet.se>
25086
25087 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25088 Remove HAVE_X11R5 and HAVE_X11R4.
25089
250902007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25091
25092 * Makefile.in: Remove references to sunfns.c and sunfns.o.
25093
250942007-11-01 Johan Bockgård <bojohan@gnu.org>
25095
25096 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25097 Don't set s->stippled_p here, since it has already been set by
25098 x_set_glyph_string_gc from x_draw_glyph_string.
25099
251002007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25101
25102 * sunfns.c: Remove file.
25103
25104 * m/sun386.h:
25105 * m/sun2.h:
25106 * m/sparc.h: Remove Sun windows code.
25107
251082007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25109
25110 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25111 (init_keyboard): Set current_kboard's window-system to nil.
25112 (tty_read_avail_input): Typo.
25113 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25114
251152007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25116
25117 * s/usg5-4.h:
25118 * s/usg5-3.h:
25119 * s/ptx.h:
25120 * m/is386.h:
25121 * m/ibmps2-aix.h:
25122 * Makefile.in: Remove all mentions of X10.
25123
25124 * dispnew.c (syms_of_display): Don't mention version 10.
25125
251262007-10-28 Juanma Barranquero <lekktu@gmail.com>
25127
25128 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25129 ($(BLD)/abbrev.$(O)): Remove.
25130
251312007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 Rewrite abbrev.c in Elisp.
25134 * image.c (Qcount): Don't declare as extern.
25135 (syms_of_image): Initialize and staticpro `Qcount'.
25136 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25137 * emacs.c (main): Don't call syms_of_abbrev.
25138 * Makefile.in (obj): Remove abbrev.o.
25139 (abbrev.o): Remove.
25140 * abbrev.c: Remove.
25141
251422007-10-26 Martin Rudalics <rudalics@gmx.at>
25143
25144 * window.c (window_min_size_2): Don't count header-line.
25145
251462007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25147
25148 * frame.h (struct frame): Move all bit fields after the first bit
25149 field to take advantage of the available space. Group all the
25150 chars together to reduce wasted space due to padding.
25151
251522007-10-26 Juanma Barranquero <lekktu@gmail.com>
25153
25154 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25155
25156 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25157 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25158 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25159 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25160 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25161 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25162 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25163 (last_marked, mark_object_loop_halt): Make static.
25164
25165 * frame.c (syms_of_frame) <delete-frame-functions>:
25166 Fix typo in docstring.
25167
251682007-10-25 Juanma Barranquero <lekktu@gmail.com>
25169
25170 * w32.c (init_environment): Fix tiny memory leak.
25171 (w32_get_resource): Remove unused variable `ok'.
25172
251732007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25174
25175 Make `window-system' into a keyboard-local variable (rather than
25176 frame-local as done originally by multi-tty).
25177
25178 * keyboard.h (struct kboard): Add Vwindow_system.
25179 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25180 (mark_kboards): Mark Vwindow_system.
25181
25182 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25183 (init_display): Don't set the obsolete `window-system' frame-param.
25184
25185 * xterm.c (x_term_init):
25186 * w32term.c (w32_create_terminal):
25187 * term.c (init_tty): Set Vwindow_system.
25188 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25189 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25190
25191 * xfns.c (Fx_create_frame, x_create_tip_frame):
25192 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25193 * macfns.c (Fx_create_frame):
25194 Don't set the obsolete `window-system' frame-param.
25195
25196 * frame.h (Qwindow_system): Remove.
25197 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25198 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25199
252002007-10-24 Richard Stallman <rms@gnu.org>
25201
25202 * frame.c (x_figure_window_size): For fullscreen case,
25203 set USPosition | PPosition without clobbering rest of window_prompting.
25204
25205 * keyboard.c (Fcurrent_idle_time): Doc fix.
25206
25207 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25208
252092007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25210
25211 * process.c (unwind_request_sigio): Only define if __ultrix__.
25212
25213 * callproc.c (child_setup): Remove spurious *.
25214
25215 * lisp.h (Fget_text_property): Declare.
25216 (have_menus_p): Declare it here rather than in sys-dep header files.
25217 * macterm.h (have_menus_p):
25218 * msdos.h (have_menus_p):
25219 * xterm.h (have_menus_p): Remove.
25220
25221 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25222 (Fmake_variable_frame_local): Just check the variable's const-ness
25223 rather than checking nil or t.
25224
252252007-10-22 Jason Rumney <jasonr@gnu.org>
25226
25227 * w32fns.c: Include math.h.
25228 (w32_abort): Declaration moved to nt/config.nt.
25229
25230 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25231 (abort): Redefinition moved to nt/config.nt.
25232
25233 * m/windowsnt.h: Remove.
25234
252352007-10-22 Juanma Barranquero <lekktu@gmail.com>
25236
25237 * emacs.c (Fdump_emacs): Fix typo in message.
25238 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25239 <installation-directory>: Reflow docstring.
25240
252412007-10-22 Juri Linkov <juri@jurta.org>
25242
25243 * minibuf.c: Allow minibuffer default to be a list of default values.
25244 With empty input use the first element of this list as returned default.
25245 (string_to_object)
25246 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25247 (read_minibuf): If defalt is cons, set histstring to its car.
25248 (Fread_string): If default_value is cons, set val to its car.
25249 (Fread_buffer): If def is cons, use its car.
25250 (Fcompleting_read): If defalt is cons, set val to its car.
25251
252522007-10-21 Michael Albinus <michael.albinus@gmx.de>
25253
25254 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25255
252562007-10-20 Juanma Barranquero <lekktu@gmail.com>
25257
25258 * doc.c (Fdocumentation): Check for advice in all cases.
25259
252602007-10-19 Chong Yidong <cyd@stupidchicken.com>
25261
25262 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25263
252642007-10-19 Richard Stallman <rms@gnu.org>
25265
25266 * doc.c (Fdocumentation): Check for and handle an advised function.
25267
252682007-10-19 Juanma Barranquero <lekktu@gmail.com>
25269
25270 * process.c (Fset_process_filter): Doc fix.
25271
252722007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25273
25274 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25275 which caused key-translation-map to applied repeatedly (thus breaking
25276 double-mode).
25277
252782007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25279
25280 * xselect.c (x_own_selection, x_handle_selection_clear)
25281 (x_clear_frame_selections):
25282 * w32menu.c (list_of_panes, list_of_items):
25283 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25284 * textprop.c (validate_plist, interval_has_all_properties)
25285 (interval_has_some_properties, interval_has_some_properties_list)
25286 (add_properties, text_property_list):
25287 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25288 * minibuf.c (Fassoc_string):
25289 * macselect.c (x_own_selection, x_clear_frame_selections)
25290 (Fx_disown_selection_internal):
25291 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25292 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25293
252942007-10-17 Chong Yidong <cyd@stupidchicken.com>
25295
25296 * process.c: Link to libs for calling res_init() if available.
25297 (Fmake_network_process): Call res_init() before getaddrinfo or
25298 gethostbyname, if possible.
25299
253002007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25301
25302 * lread.c (read1): Set pvectype for char_tables.
25303
25304 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25305 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25306 Add type checks.
25307 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25308
25309 * alloc.c (free_misc): Use XMISCTYPE.
25310 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25311
253122007-10-17 Glenn Morris <rgm@gnu.org>
25313
25314 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25315 (syms_of_minibuf): Add Qcompletion_ignore_case.
25316 * dired.c (Qcompletion_ignore_case): Change to external.
25317 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25318 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25319 (Fread_file_name): Use it rather than intern'ing.
25320
25321 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25322 (Fread_coding_system): Ignore case of user input.
25323
253242007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25325
25326 * xdisp.c (handle_display_prop): Ignore display specs after
25327 replacing one when string text is being replaced.
25328 (handle_single_display_spec): Pretend as if characters with display
25329 property haven't been consumed only when buffer text is being replaced.
25330
253312007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25332
25333 * xfns.c (Fx_create_frame, Fx_display_list):
25334 * window.c (window_fixed_size_p, enlarge_window)
25335 (shrink_window_lowest_first):
25336 * macterm.c (init_font_name_table):
25337 * macfns.c (Fx_create_frame, Fx_display_list):
25338 * lread.c (close_load_descs):
25339 * keyboard.c (read_char_x_menu_prompt):
25340 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25341 * coding.c (code_convert_region_unwind): Test the type of an object
25342 rather than just !NILP before extracting data from it.
25343
25344 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25345
25346 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25347 (XMISCANY): New macro.
25348 (XMISCTYPE): Use it.
25349 (struct Lisp_Misc_Any): New type.
25350 (union Lisp_Misc): Use it.
25351 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25352 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25353 (find_symbol_value, set_internal, default_value, Fset_default)
25354 (Fmake_variable_buffer_local, Fmake_local_variable)
25355 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25356 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25357 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25358 * alloc.c (allocate_buffer): Set the size and tag.
25359 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25360 Use XMISCANY.
25361 (die): Follow the GNU convention for error messages.
25362 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25363 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25364 tag any more.
25365 (set_buffer_internal_1):
25366 * frame.c (store_frame_param):
25367 * eval.c (specbind):
25368 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25369
25370 * doc.c (Fsnarf_documentation): Simplify.
25371
253722007-10-14 Juanma Barranquero <lekktu@gmail.com>
25373
25374 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25375 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25376
253772007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25378
25379 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25380
253812007-10-14 Juanma Barranquero <lekktu@gmail.com>
25382
25383 * eval.c (do_autoload): Don't save autoloads.
25384
25385 * data.c (Ffset): Save autoload of the function being set.
25386
253872007-10-07 John Paul Wallington <jpw@pobox.com>
25388
25389 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25390 parameter before setting up faces.
25391
253922007-10-13 Eli Zaretskii <eliz@gnu.org>
25393
25394 * ccl.c (Fregister_code_conversion_map):
25395 * keyboard.c (append_tool_bar_item): Reformat last change.
25396
25397 * lisp.h (eabs): Rename from `abs'. All callers changed.
25398
253992007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25400
25401 * buffer.c (add_overlay_mod_hooklist):
25402 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25403 * fontset.c (make_fontset):
25404 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25405 (append_tool_bar_item):
25406 * macmenu.c (grow_menu_items):
25407 * w32menu.c (grow_menu_items):
25408 * xmenu.c (grow_menu_items): Use larger_vector.
25409
254102007-10-13 Eli Zaretskii <eliz@gnu.org>
25411
25412 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25413 selected frame'' on MSDOS).
25414
254152007-10-12 Martin Rudalics <rudalics@gmx.at>
25416
25417 * frame.c (Qexplicit_name): New variable.
25418 (x_report_frame_params): Report it in parameter alist.
25419 (syms_of_frame): Intern and staticpro it.
25420
254212007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25422
25423 * macfns.c (x_create_tip_frame): Set terminal for frame.
25424
254252007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25426
25427 * frame.c (Qenvironment): Remove.
25428 (syms_of_frame) <Qenvironment>: Don't initialize.
25429 (Fdelete_frame): Don't treat the `environment' param specially.
25430 * frame.h (Qenvironment): Don't declare.
25431 * callproc.c (set_initial_environment): Don't set unused frame param.
25432
25433 * frame.c (Fframe_with_environment): Remove.
25434 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25435
25436 * lisp.h (Fframe_with_environment): Don't declare.
25437
254382007-10-10 Juanma Barranquero <lekktu@gmail.com>
25439
25440 * indent.c (indent_tabs_mode, last_known_column)
25441 (last_known_column_modified): Make static.
25442 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25443
254442007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25445
25446 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25447
254482007-10-09 Jason Rumney <jasonr@gnu.org>
25449
25450 * w32term.c (x_set_window_size): Disable code that attempts to tell
25451 Lisp code about a size change before it actually happens.
25452
254532007-10-09 Richard Stallman <rms@gnu.org>
25454
25455 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25456 return HANDLED_RETURN.
25457
254582007-10-08 Martin Rudalics <rudalics@gmx.at>
25459
25460 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25461 when there's an unread command event.
25462
25463 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25464 window autoselection act appropriately when leaving selected frame.
25465 (syms_of_frame): Initialize focus_follows_mouse.
25466 * frame.h (focus_follows_mouse): Extern it.
25467 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25468 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25469 * msdos.c (dos_rawgetc): Likewise.
25470 * w32term.c (w32_read_socket): Likewise.
25471 * xterm.c (handle_one_xevent): Likewise.
25472 * xdisp.c (syms_of_xdisp): In doc-string of
25473 mouse-autoselect-window mention focus-follows-mouse.
25474
254752007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25476
25477 * macterm.c (mac_load_query_font): Fix missing return value.
25478 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25479 Add BLOCK_INPUT.
25480
254812007-10-08 Richard Stallman <rms@gnu.org>
25482
25483 * xdisp.c (get_window_cursor_type): Implement documented behavior
25484 for cursor-in-non-selected-windows = t.
25485
254862007-10-08 Jason Rumney <jasonr@gnu.org>
25487
25488 * w32.c (w32_get_resource): Always close registry keys.
25489
254902007-10-08 Jason Rumney <jasonr@gnu.org>
25491
25492 * makefile.w32-in (LIBS): Add COMCTL32.
25493
25494 * w32fns.c (globals_of_w32fns): Init common controls.
25495
254962007-10-08 Richard Stallman <rms@gnu.org>
25497
25498 * image.c (our_memory_buffer): Rename from omfib_buffer.
25499
255002007-10-08 Richard Stallman <rms@gnu.org>
25501
25502 * buffer.c (Foverlays_at): Doc fix.
25503
255042007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25505
25506 * fns.c (Fplist_put): Preserve uneven tail data.
25507
255082007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25509
25510 * termhooks.h (enum event_kind): Remove trailing comma.
25511
25512 * frame.h (enum): Remove trailing comma.
25513
255142007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25515
25516 * w32proc.c (delete_child): Don't terminate threads of zombies.
25517
255182007-10-08 Martin Rudalics <rudalics@gmx.at>
25519
25520 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25521
25522 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25523 last-repeatable-command.
25524 (init_kboard): Initialize Vlast_repeatable_command.
25525 (command_loop_1): Set it to real_this_command unless that was
25526 bound to an input event.
25527 (mark_kboards): Mark it.
25528
255292007-10-08 Richard Stallman <rms@gnu.org>
25530
25531 * eval.c (condition-case): Doc fix.
25532
255332007-10-08 Masatake YAMATO <jet@gyve.org>
25534
25535 * xfaces.c (tty_supports_face_attributes_p): Fix code
25536 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25537 was copied and not edited.
25538
255392007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25540
25541 Add new `input-decode-map' keymap and use it for terminal
25542 escape sequences.
25543 * keyboard.h (struct kboard): Add Vinput_decode_map.
25544 Remove Vlocal_key_translation_map.
25545 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25546 (init_kboard): Init input-decode-map.
25547 Replace local-key-translation-map back with key-translation-map.
25548 (syms_of_keyboard): Declare input-decode-map.
25549 Remove local-key-translation-map. Update docstrings.
25550 (mark_kboards): Mark Vinput_decode_map.
25551 Don't mark Vlocal_key_translation_map.
25552 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25553 Replace local-key-translation-map back with key-translation-map.
25554 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25555 Bind in input-decode-map rather than function-key-map.
25556
25557 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25558 This was made redundant by the previous introduction of XSETPVECTYPE.
25559
255602007-10-09 Richard Stallman <rms@gnu.org>
25561
25562 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25563
255642007-09-29 Richard Stallman <rms@gnu.org>
25565
25566 * eval.c (internal_condition_case_2, internal_condition_case_1)
25567 (internal_condition_case): Reenable abort if x_catching_errors ()
25568 to see if that really happens and why.
25569
255702007-10-06 Andreas Schwab <schwab@suse.de>
25571
25572 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25573
255742007-10-04 Juanma Barranquero <lekktu@gmail.com>
25575
25576 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25577
255782007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25579
25580 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25581
255822007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25583
25584 * window.h (struct window):
25585 * window.c (struct save_window_data, struct saved_window):
25586 * termhooks.h (struct terminal):
25587 * process.h (struct Lisp_Process):
25588 * frame.h (struct frame):
25589 * buffer.h (struct buffer):
25590 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25591 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25592 The size field of (pseudo)vectors is now unsigned.
25593 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25594
25595 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25596 Turn `count' into an integer.
25597
25598 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25599 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25600 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25601 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25602 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25603
25604 * alloc.c (allocate_pseudovector): New fun.
25605 (ALLOCATE_PSEUDOVECTOR): New macro.
25606 (allocate_window, allocate_terminal, allocate_frame)
25607 (allocate_process): Use it.
25608 (mark_vectorlike): New function.
25609 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25610 (mark_terminals): Use it.
25611 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25612 (Fmake_byte_code): Use XSETPVECTYPE.
25613
25614 * frame.c (Fframe_parameters): Minor simplification.
25615
25616 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25617
25618 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25619
25620 * buffer.c (Fget_buffer_create, init_buffer_once):
25621 * lread.c (defsubr):
25622 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25623
25624 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25625 defined differently in the m/*.h files.
25626 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25627 (XSETPVECTYPE): New macro.
25628 (XSETPSEUDOVECTOR): Use it.
25629
25630 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25631 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25632
25633 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25634 * lread.c (defvar_per_buffer):
25635 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25636
25637 * window.c (candidate_window_p): Only consider as visible frames that
25638 are on the same terminal.
25639
25640 * m/ibms390x.h (MARKBIT): Remove unused macro.
25641
256422007-10-01 Juanma Barranquero <lekktu@gmail.com>
25643
25644 * lread.c (Fload): Fix typo in docstring.
25645
256462007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25647
25648 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25649 of a non-zero value can't yield zero.
25650
256512007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25652
25653 * term.c (term_clear_mouse_face, term_mouse_highlight)
25654 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25655
25656 * print.c (safe_debug_print): Use XHASH.
25657
25658 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25659 Lisp elements such as tags.
25660 (XHASH): New macro.
25661 (EQ): Use it.
25662 (SREF, SSET, STRING_COPYIN): Use SDATA.
25663 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25664
25665 * alloc.c (mark_terminal): Remove left-over declaration.
25666 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25667 (allocate_vectorlike): Remove type argument. Adjust callers.
25668 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25669 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25670
25671 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25672 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25673 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25674 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25675 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25676 Use them.
25677
25678 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25679 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25680 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25681
256822007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25683
25684 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25685 loaded by default.
25686
256872007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25688
25689 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25690 on this tty.
25691 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25692
25693 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25694 Update all users.
25695 (handle_one_term_event): Use Gpm_DrawPointer.
25696 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25697 Signal errors instead of returning nil. Always return nil.
25698 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25699 Make it a noop if gpm-mouse was not activated.
25700 (syms_of_term): Update names.
25701
257022007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25703
25704 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25705 (init_sys_modes): Check that gpm_tty is the current tty.
25706
25707 * alloc.c (allocate_terminal): Set the vector size to only count the
25708 lisp fields. Initialize those to nil.
25709 (mark_object): Don't treat terminals specially.
25710 (mark_terminal): Remove.
25711 (mark_terminals): Use mark_object instead.
25712
25713 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25714 the GC to the beginning.
25715
25716 * indent.h:
25717 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25718
25719 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25720
257212007-09-25 Jason Rumney <jasonr@gnu.org>
25722
25723 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25724
25725 * w32console.c (create_w32cons_output): Remove.
25726
25727 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25728
25729 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25730 (reset_sys_modes): Use reset_terminal_modes_hook.
25731
257322007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25733
25734 * eval.c (do_autoload): Don't output any message.
25735
257362007-09-24 Juri Linkov <juri@jurta.org>
25737
25738 * emacs.c (standard_args): Change priority of "--no-splash"
25739 from 40 to 3. Add "--no-desktop" with the same priority.
25740
257412007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25742
25743 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25744 and optimize the case where they are all 1.
25745
257462007-09-23 Johannes Weiner <hannes@saeurebad.de>
25747
25748 * lisp.h (abs): Define if not defined.
25749 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25750 Don't define `abs', since it's defined in lisp.h.
25751
257522007-09-22 Eli Zaretskii <eliz@gnu.org>
25753
25754 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25755 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25756 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25757 (init_tty): Use DEV_TTY instead of "/dev/tty".
25758 [WINDOWSNT]: No need to protect from NAME arg being null.
25759
257602007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25761
25762 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25763 up the tty state.
25764
257652007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25766
25767 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25768 (gpm_tty): Change its type.
25769 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25770 (gpm_tty): Change its type and initialize it.
25771 (Fterm_open_connection): Check the frame is indeed a tty.
25772 Use the new gpm_tty.
25773 (Fterm_close_connection): Use the new gpm_tty.
25774 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25775 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25776
257772007-09-21 Juanma Barranquero <lekktu@gmail.com>
25778
25779 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25780 underline_color, to draw strike-through.
25781
257822007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25783
25784 * lisp.h (allocate_terminal): Declare.
25785
25786 * window.c (candidate_window_p): Consider frames that are being placed
25787 by the user as somewhere between visible and iconified.
25788 (window_loop): Prefer windows on the current frame.
25789 (Fselect_window): Move the use of select-frame to the beginning so we
25790 can just delegate all the work (it'll call us back anyway).
25791
25792 * frame.c (Qdisplay_environment_variable):
25793 * frame.h (Qdisplay_environment_variable): Delete.
25794
25795 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25796 of the first arg, since that value may be a union.
25797
25798 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25799 parameter rather than Qdisplay_environment_variable. If all else
25800 fails, look for DISPLAY in initial-environment.
25801
258022007-09-21 Glenn Morris <rgm@gnu.org>
25803
25804 * Makefile.in (emacstool): Remove target.
25805 (lisp, shortlisp): Remove termdev.elc.
25806
258072007-09-21 Markus Triska <markus.triska@gmx.at>
25808
25809 * xterm.c (x_delete_display): Compile session management conditionally.
25810
258112007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25812
25813 * callproc.c (getenv_internal_1): New function.
25814 (getenv_internal): Use it.
25815 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25816
25817 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25818 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25819 (Fset_terminal_parameter): Work with dead terminals as well.
25820 (Fmodify_terminal_parameters): Remove.
25821
25822 * terminal.c (get_terminal): Handle terminals.
25823 Make sure the terminal returned is live.
25824 (create_terminal): Use allocate_terminal.
25825 (mark_terminals): Move to alloc.c.
25826 (delete_terminal): Use terminal->name as liveness status.
25827 NULL out fields after freeing their contents.
25828 Don't deallocate the object.
25829 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25830 rather than an int.
25831 (Fterminal_live_p): Accept non-integer arguments.
25832 (Fterminal_list): Return terminal objects rather than an ints.
25833
25834 * alloc.c (enum mem_type): New member for `terminal' objects.
25835 (allocate_terminal): New function.
25836 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25837 Handle terminals.
25838 (mark_terminal): New fun.
25839 (mark_terminals): Move from terminal.c.
25840
25841 * term.c (get_tty_terminal): Don't treat output_initial specially.
25842 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25843 (delete_tty): Use terminal->name as liveness status.
25844
25845 * termhooks.h (struct terminal): Make it into a pseudovector.
25846 Remove `deleted' replaced by checking `name's nullness.
25847
25848 * print.c (print_object): Handle terminals.
25849
25850 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25851 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25852
25853 * frame.c (make_terminal_frame):
25854 * keyboard.c (tty_read_avail_input):
25855 * w32term.c (x_delete_terminal):
25856 * xfns.c (Fx_create_frame, x_create_tip_frame):
25857 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25858
258592007-09-20 Glenn Morris <rgm@gnu.org>
25860
25861 * process.c (Fmake_network_process): Doc fix.
25862
258632007-09-19 Jason Rumney <jasonr@gnu.org>
25864
25865 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25866
258672007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25868
25869 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25870 Fix a C warning regarding variable constness.
25871
25872 * xterm.c (handle_one_xevent): Fix a C warning.
25873
258742007-09-18 Jason Rumney <jasonr@gnu.org>
25875
25876 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25877
258782007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25879
25880 * gtkutil.c (gdpy_def): New variable.
25881 (xg_initialize): Initialize gdpy_def.
25882 (xg_display_close): If no other display exists, set gdpy_def to a
25883 new connection.
25884
258852007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25886
25887 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25888 when we have no file name for the icon.
25889 (xg_tool_bar_expose_callback): Remove.
25890 (xg_create_tool_bar): Don't connect expose signal to
25891 xg_tool_bar_expose_callback.
25892 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25893
258942007-09-16 Andreas Schwab <schwab@suse.de>
25895
25896 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25897 values instead of zapping them.
25898
258992007-09-14 Glenn Morris <rgm@gnu.org>
25900
25901 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25902 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25903 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25904 scope and rename to omfib_buffer for clarity.
25905 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25906
259072007-09-14 Kenichi Handa <handa@m17n.org>
25908
25909 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25910
259112007-09-13 Jason Rumney <jasonr@gnu.org>
25912
25913 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25914
25915 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25916
25917 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25918 (mac_term_init): Call here instead, passing rif.
25919
259202007-09-13 Glenn Morris <rgm@gnu.org>
25921
25922 * s/hpux.h: No longer define `static' as nothing.
25923
259242007-09-13 Johan Bockgård <bojohan@gnu.org>
25925
25926 * callint.c (Fcall_interactively): Remove unused var `fun'.
25927
259282007-09-12 Romain Francoise <romain@orebokech.com>
25929
25930 * window.c (prefer_window_split_horizontally, display_buffer):
25931 Revert 2007-09-08 change.
25932
259332007-09-12 Glenn Morris <rgm@gnu.org>
25934
25935 * alloca.c: Remove file.
25936 * Makefile.in (alloca): Do not undef.
25937 (allocaobj, alloca.o): Remove.
25938 (otherobj): Remove allocaobj.
25939 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25940 * regex.c (C_ALLOCA): Remove all references and code that was only
25941 used when this was defined.
25942 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25943 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25944 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25945
25946 * Makefile.in (SOURCES, unlock, relock): Delete.
25947
25948 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25949 (menu_grab_callback): All uses changed.
25950
25951 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25952 (x_reply_selection_request): All uses changed.
25953
259542007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25955
25956 * lread.c (load_warn_old_style_backquotes): Change message to look
25957 better when it appears in the middle of byte-compiler messages.
25958
259592007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25960
25961 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25962
25963 * xterm.c (x_create_terminal): Add comment.
25964
25965 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25966
259672007-09-10 Richard Stallman <rms@gnu.org>
25968
25969 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25970
259712007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25972
25973 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25974 (DEFUN): Document `intspec', use it instead of `prompt'.
25975
25976 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25977
25978 * data.c (Finteractive_form): If the interactive specification starts
25979 with a `(', use it as a Lisp form.
25980
25981 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25982 name and file modes.
25983
25984 * callint.c (Fcall_interactively): Comment fixes.
25985
259862007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25987
25988 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25989 and compiled functions.
25990
259912007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25992
25993 * window.c (prefer_window_split_horizontally): New variable.
25994 (display_buffer): Consider splitting window horizontally depending
25995 on prefer_window_split_horizontally.
25996
259972007-09-08 Eli Zaretskii <eliz@gnu.org>
25998
25999 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26000
260012007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26002
26003 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26004
26005 * frame.c (x_set_frame_parameters): Check number is positive before
26006 using XFASTINT.
26007
26008 * window.c (freeze_window_start): Don't presume selected_window holds
26009 a window object.
26010 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26011
260122007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
26013
26014 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26015
260162007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26017
26018 * window.c (Vsplit_window_preferred_function): New var.
26019 (Fdisplay_buffer): Use it.
26020 (syms_of_window): Export, and initialize it.
26021
260222007-09-06 Pixel <pixel@mandriva.com> (tiny change)
26023
26024 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26025
260262007-09-06 Glenn Morris <rgm@gnu.org>
26027
26028 * gtkutil.c (menu_grab_callback) <cnt>:
26029 * xselect.c (x_reply_selection_request) <cnt>: Move static
26030 variable to file scope.
26031
260322007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26033
26034 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26035 consistent values of selected_frame and selected_window.
26036
260372007-09-04 Jason Rumney <jasonr@gnu.org>
26038
26039 * w32console.c (initialize_w32_display): Zero unused hooks.
26040
260412007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26042
26043 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26044 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26045
260462007-09-04 Jason Rumney <jasonr@gnu.org>
26047
26048 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26049 in w32console.c. Set up input. Remove XXX comments that have been
26050 confirmed as correct.
26051
26052 * s/ms-w32.h (MULTI_KBOARD): Define.
26053
26054 * w32console.c (one_and_only_w32cons): Remove.
26055 (initialize_w32_display): Take terminal argument.
26056
26057 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26058 initialize_w32_display.
26059 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26060
26061 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26062
26063 * keyboard.c (discard_mouse_events): Discard it.
26064 (make_lispy_event): Translate it to a lisp event.
26065 (lispy_wheel_names): Add wheel-left and right events.
26066 (syms_of_keyboard): Enlarge wheel_syms.
26067
26068 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26069 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26070
26071 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26072
26073 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26074 from WM_MOUSEHWHEEL.
26075 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26076
26077 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26078 terminal.
26079
26080 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26081 keyboard for the terminal.
26082
260832007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26084
26085 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26086 (Vresume_tty_hook): Rename from Vresume_tty_functions.
26087 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26088 and resume-tty-function to resume-tty-hook.
26089 (Fsuspend_tty, Fresume_tty): Use new names.
26090
260912007-09-02 Jan Djärv <jan.h.d@swipnet.se>
26092
26093 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26094 if it starts with "n:".
26095
260962007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26097
26098 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26099
261002007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26101
26102 * frame.h:
26103 * frame.c (Qterm_environment_variable): Remove.
26104 (syms_of_frame): Don't init and staticpro it.
26105
26106 * callproc.c (getenv_internal): Remove special case for $TERM.
26107
26108 * callproc.c (Vinitial_environment): New variable.
26109 (set_initial_environment): Initialize it.
26110 (syms_of_callproc): Declare it.
26111 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26112 TERM under which a process runs is never related to the TERM in which
26113 Emacs is running.
26114
261152007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26116
26117 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26118 * s/darwin.h: ... do it here.
26119
261202007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26121
26122 * lisp.h (set_initial_environment): Rename from set_global_environment.
26123
26124 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26125 removed by mistake on the multi-tty branch.
26126
26127 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26128 (Fmodify_frame_parameters): Return a value.
26129
26130 * image.c (png_load): Comment-out var only used in commented-out code.
26131
26132 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26133 before passing it to mark_object.
26134
26135 * xfaces.c (internal_resolve_face_name): Return a value.
26136 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26137
26138 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26139 (x_icon): Comment-out var only used in commented-out code.
26140
261412007-08-29 Romain Francoise <romain@orebokech.com>
26142
26143 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26144 QUIT hasn't been provided.
26145
261462007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26147
26148 * callproc.c (child_setup, getenv_internal): Use the
26149 display-environment-variable and term-environment-variable frame params.
26150 (set_initial_environment): Initialise Vprocess_environment.
26151
26152 * config.in: Disable multi-keyboard support on a mac.
26153
26154 * frame.c (Qterm_environment_variable)
26155 (Qdisplay_environment_variable): New variables.
26156 (syms_of_frame): Intern and staticpro them.
26157 (Fmake_terminal_frame): Disable output method test.
26158
26159 * frame.h: Declare them here.
26160
26161 * macfns.c (x_set_mouse_color): Get rif from the frame.
26162 (x_set_tool_bar_lines): Don't use updating_frame.
26163 (mac_window): Add 2 new parameters for consistency with other systems.
26164 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26165 frame parameters following what is done in X11 and w32. Don't use
26166 FRAME_MAC_DISPLAY_INFO.
26167 (Fx_open_connection, start_hourglass): Remove window-system check.
26168 (x_create_tip_frame): Get the keyboard from the terminal.
26169
26170 * macmenu.c: Reorder includes.
26171 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26172
26173 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26174 terminal parameter.
26175 (x_clear_frame): Add a frame parameter.
26176 (note_mouse_movement): Get rif from the frame.
26177 (mac_term_init): Initialize the terminal.
26178 (mac_initialize): Make static and move terminal initialization ...
26179 (mac_create_terminal): ... to this new function.
26180
26181 * macterm.h (struct mac_display_info): Add terminal.
26182 (mac_initialize): Delete declaration.
26183
26184 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26185
26186 * sysdep.c: Comment out text after #endif.
26187
26188 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26189 is defined. Better initialize ttys in windows. Use terminal
26190 specific mouse_position_hook.
26191
26192 * termhooks.h (union display_info): Add mac_display_info.
26193
26194 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26195 Set the default minibuffer frame, window_system and the rest of the
26196 frame parameters following what is done in X11.
26197
26198 * w32term.c (w32_initialize): Make static.
26199
26200 * xselect.c (x_handle_selection_clear): Only access
26201 terminal->kboard when MULTI_KBOARD is defined.
26202
26203 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26204 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26205
262062007-08-29 Jason Rumney <jasonr@gnu.org>
26207
26208 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26209 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26210
26211 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26212 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26213
26214 * keyboard.c (restore_kboard_configuration): Only define when
26215 MULTI_KBOARD defined.
26216
26217 * makefile.w32-in: Update dependancies from Makefile.in.
26218 (OBJ1): Add terminal.$(O)
26219
26220 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26221 Don't define function body.
26222 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26223
26224 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26225
26226 * w32.c (request_sigio, unrequest_sigio): Remove.
26227
26228 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26229 (w32con_clear_frame, w32con_clear_end_of_line)
26230 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26231 (w32con_delete_glyphs, w32con_set_terminal_window)
26232 (scroll_line, w32_sys_ring_bell): Add frame arg.
26233 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26234 Add terminal arg.
26235 (PICK_FRAME): Remove.
26236 (w32con_write_glyphs): Use frame specific terminal coding.
26237 (one_and_only_w32cons): New global variable.
26238 (initialize_w32_display): Use it for storing hooks.
26239 (create_w32cons_output): New function.
26240
26241 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26242 arg a frame.
26243
26244 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26245 Set window_system.
26246 (x_set_tool_bar_lines): Don't use updating_frame.
26247 (Fx_create_frame): Set terminal and ref count.
26248 (Fx_open_connection): Remove window-system check.
26249
26250 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26251
26252 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26253 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26254 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26255 Add frame arg.
26256 (x_delete_terminal, w32_create_terminal): New functions.
26257 (w32_term_init): Create a terminal.
26258 (w32_initialize): Move terminal specific initialization to
26259 w32_create_terminal.
26260
26261 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26262 (w32_clear_rect, w32_clear_area): Use background from frame.
26263 (w32_display_info): Add terminal.
26264 (w32_sys_ring_bell, x_delete_display): Declare here.
26265
26266 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26267
26268 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26269
262702007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26271
26272 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26273 Fix get_named_tty calls for the controlling tty.
26274
262752007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26276
194d44e7 26277 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
26278
262792007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26280
26281 * term.c (tty_insert_glyphs): Add missing first parameter.
26282
262832007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26284
26285 * buffer.c (Fbuffer_list, Fbury_buffer):
26286 Take frame->buried_buffer_list into account.
26287
26288 * cm.c (current_tty): New variable, for cmputc().
26289 (cmputc): Use it.
26290 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26291 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26292 (cmgoto): Add tty parameter. Pass it on to calccost().
26293 Use emacs_tputs() instead of tputs().
26294
26295 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26296 tputs().
26297 (current_tty): New variable, for cmputc().
26298 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26299
26300 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26301 (internal_condition_case, internal_condition_case_1)
26302 (internal_condition_case_2): Don't abort when x_catching_errors.
26303
26304 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26305 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26306 prevent crashes caused by bogus longjmps in read_char.
26307
26308 * keymap.h (Fset_keymap_parent): Add EXFUN.
26309
26310 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26311 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26312 Remove redundant definition.
26313
26314 * macfns.c (x_set_mouse_color, x_make_gc):
26315 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26316
26317 * w32term.c (x_free_frame_resources):
26318 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26319 (w32_initialize): Use the accessor macros for terminal characteristics.
26320
26321 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26322 Use the accessor macros for terminal characteristics.
26323 * msdos.c (internal_terminal_init): Use the accessor macros for
26324 terminal characteristics.
26325 (ScreenVisualBell, internal_terminal_init):
26326 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26327
26328 * termopts.h (no_redraw_on_reenter): Declare.
26329
26330 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26331 (mark_terminals, mark_ttys): Declare.
26332 (Fgarbage_collect): Call them.
26333 (mark_object): Mark buried_buffer_list.
26334
26335 * prefix-args.c: Include stdlib.h for exit.
26336
26337 * syssignal.h: Add comment.
26338
26339 * indent.c: Include stdio.h.
26340
26341 * window.h (Vinitial_window_system): Declare.
26342 (Vwindow_system): Delete declaration.
26343
26344 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26345
26346 * image.c (lookup_image): Don't initialize `c' until the xasserts
26347 have been run.
26348
26349 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26350 FRAME_FOREGROUND_PIXEL.
26351
26352 * print.c (print_preprocess): Don't lose print_depth levels while
26353 iterating.
26354
26355 * widget.c (update_from_various_frame_slots):
26356 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26357
26358 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26359 frames.
26360 (window_internal_height): Remove bogus make_number call.
26361 (init_window_once): Call make_terminal_frame with two zero parameters.
26362
26363 * fileio.c (Fread_file_name): Update comment.
26364
26365 * callint.c (Fcall_interactively):
26366 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26367 Make sure it is correctly unwound.
26368
26369 * xsmfns.c (x_session_close): New function.
26370
26371 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26372 Delete declarations.
26373
26374 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26375 (x_output): Remove background_pixel and foreground_pixel fields.
26376 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26377 (x_delete_device, x_session_close): Declare.
26378
26379 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26380 (read_filtered_event): Call `read_char' with a local
26381 `wrong_kboard_jmpbuf'.
26382
26383 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26384 Don't call single_kboard_state. Use FRAME_RIF.
26385
26386 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26387 systems.
26388
26389 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26390 (Fframe_with_environment, Fset_input_meta_mode)
26391 (Fset_quit_char): EXFUN.
26392 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26393 (init_sys_modes, reset_sys_modes): Update prototypes.
26394 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26395
26396 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26397 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26398 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26399 Delete declarations.
26400 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26401 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26402 New declarations.
26403
26404 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26405 already does that during init_display(). Call syms_of_keymap
26406 before syms_of_keyboard. Call `syms_of_terminal'.
26407 Call set_initial_environment, not set_process_environment.
26408 (shut_down_emacs): Call reset_all_sys_modes() instead of
26409 reset_sys_modes().
26410
26411 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26412 (internal_resolve_face_name, resolve_face_name_error): New functions.
26413 (resolve_face_name): Protect against loops and errors thrown by Fget.
26414 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26415 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26416
26417 * scroll.c: Replace CURTTY() with local variables throughout the
26418 file (where applicable).
26419 (calculate_scrolling, calculate_direct_scrolling)
26420 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26421 characteristics.
26422
26423 * keymap.c (Vfunction_key_map): Remove.
26424 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26425 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26426 (Vkey_translation_map): Remove.
26427 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26428 (Fdescribe_buffer_bindings)
26429 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26430 Update for terminal-local key-translation-map.
26431
26432 * Makefile.in (callproc.o): Update dependencies.
26433 (lisp, shortlisp): Add termdev.elc.
26434 (obj): Add terminal.o.
26435 (terminal.o): Add dependencies.
26436 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26437 (data.o, fns.o): Add termhooks.h dependency.
26438 (SOME_MACHINE_LISP): Add dnd.elc.
26439 (minibuf.o): Fix typo.
26440 Update dependencies.
26441
26442 * data.c (do_symval_forwarding, store_symval_forwarding)
26443 (find_symbol_value): Use the selected frame's keyboard, not
26444 current_kboard.
26445
26446 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26447 Vwindow_system.
26448
26449 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26450 Fmenu_bar_open.
26451 (syms_of_xmenu): Update defsubr.
26452 (mouse_position_for_popup, Fx_popup_menu)
26453 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26454 (set_frame_menubar, free_frame_menubar)
b97439ce 26455 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
26456 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26457 an X frame.
26458
26459 * xselect.c (x_own_selection): Abort if not an X frame.
26460 (some_frame_on_display): Check if it is an X frame.
26461 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26462
26463 * coding.c: Include frame.h and termhooks.h.
26464 (terminal_coding, keyboard_coding): Delete.
26465 (Fset_terminal_coding_system_internal)
26466 (Fset_keyboard_coding_system_internal)
26467 (Fkeyboard_coding_system)
26468 (Fterminal_coding_system): Add a terminal parameter.
26469 Get terminal_coding from the terminal.
26470 (init_coding_once): Don't call setup_coding_system here.
26471
26472 * dispextern.h (set_scroll_region, turn_off_insert)
26473 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26474 (tty_clear_end_of_line, tty_setup_colors)
26475 (delete_tty, updating_frame)
26476 (produce_special_glyphs, produce_glyphs, write_glyphs)
26477 (insert_glyphs): Remove.
26478 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26479 (tty_turn_off_highlight, get_tty_size): Add declaration.
26480 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26481
26482 * frame.h (enum output_method): Add output_initial.
26483 (struct x_output): Delete.
26484 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26485 Access foreground_pixel and background_pixel directly from the frame.
26486 (tty_display): Delete.
26487 (struct frame): Add buried_buffer_list, foreground_pixel,
26488 background_pixel and terminal. Delete kboard.
26489 (union output_data): Add tty.
26490 (FRAME_KBOARD): Get the kboard from the terminal.
26491 (FRAME_INITIAL_P): New macro.
26492 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26493 (Qterm_environment_variable, Qdisplay_environment_variable)
26494 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26495 New declarations.
26496
26497 * termchar.h (tty_output, tty_display_info): New structures.
26498 (tty_list): Declare.
26499 (FRAME_TTY, CURTTY): New macros.
26500 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26501 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26502 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26503 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26504
26505 * callproc.c: Include frame.h and termhooks.h, for terminal
26506 parameters.
26507 (add_env): New function.
26508 (child_setup): Use it.
26509 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26510 (getenv_internal): Fix get_terminal_param call.
26511 (Fgetenv_internal, egetenv): Update doc.
26512 (syms_of_callproc): Initialize Vprocess_environment to nil.
26513 Register and initialize them. Remove obsolete defvars. Update doc
26514 strings.
26515 (child_setup): Handle Vlocal_environment_variables.
26516 (getenv_internal): Add terminal parameter.
26517 Handle Vlocal_environment_variables.
26518 (Fgetenv_internal): Add terminal parameter.
26519 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26520 environment in a frame (not terminal) parameter. Update doc strings.
26521 (set_initial_environment): Rename from set_global_environment.
26522 Store Emacs environment in initial frame parameter.
26523
26524 * xdisp.c (redisplay_internal): Update references to
26525 `previous_terminal_frame'.
26526 (display_mode_line, Fformat_mode_line): Replace calls to
26527 `push_frame_kboard' with `push_kboard'.
26528 (get_glyph_string_clip_rects): Add extra parentheses and
26529 braces to prevent compiler warnings.
26530 (calc_pixel_width_or_height): Add xassert to check that the
26531 frame is alive. Don't call `lookup_image' on a termcap frame.
26532 (message2_nolog, message3_nolog, redisplay_internal)
26533 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26534 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26535 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26536 (Fx_display_pixel_width, Fx_display_pixel_height)
26537 (Fx_display_planes, Fx_display_color_cells)
26538 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26539 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26540 (Fx_display_backing_store, Fx_display_visual_class)
26541 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26542 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26543
26544 * xfns.c (x_set_foreground_color x_set_background_color)
26545 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26546 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26547 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26548 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26549 terminal that is being deleted.
26550 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26551 frame parameter, and make sure it overrides any user-supplied setting.
26552 (Fx_close_connection, Fx_synchronize): Unify argument names with
26553 the rest of the DEFUNs.
26554
26555 * dispnew.c (Fsend_string_to_terminal): Update call to
26556 `get_tty_terminal'.
26557 (Fredraw_frame, Fsend_string_to_terminal)
26558 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26559 FRAME_TERMCAP_P and FRAME_TTY.
26560 (window_change_signal): Don't believe width/height values that are
26561 impossibly small.
26562 (Vinitial_window_system): Rename from Vwindow_system.
26563 (termscript, Wcm, rif): Delete.
26564
26565 * termhooks.h (struct terminal): New struct containing the
26566 previously global text display hooks and new members NAME,
26567 DELETED and PARAM_ALIST.
26568 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26569 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26570 (FRAME_RIF): New macros.
26571 (get_terminal_param, get_device): New declarations.
26572 (termscript): Delete declaration.
26573
26574 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26575 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26576 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26577 FRAME_FOREGROUND_PIXEL.
26578 (x_fully_uncatch_errors): Disable definition.
26579 (x_scroll_bar_expose): Fix reference to foreground pixel.
26580 (XTread_socket): Disable loop on all X displays.
26581 (x_delete_terminal): Don't set terminal->deleted and let
26582 delete_terminal delete the frames on the terminal.
26583 (x_delete_display): Doc update to reflect changes in
26584 delete_terminal.
26585 (x_display_info) <terminal>: Move member earlier in the struct.
26586 (deleting_tty): Remove old variable.
26587 (Fsuspend_tty): Call clear_tty_hooks.
26588 (Fresume_tty, init_tty): Call set_tty_hooks.
26589 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26590 errors on X frames.
26591 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26592 (handle_one_xevent): Initialize `f' to NULL.
26593 (x_delete_terminal, x_create_terminal): New functions.
26594 (XTset_terminal_modes, XTreset_terminal_modes)
26595 (XTread_socket, x_connection_closed, x_term_init)
26596 (x_term_init, x_delete_display): Add terminal parameter.
26597 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26598 X connections.
26599
26600 * frame.c: Include termchar.h.
26601 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26602 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26603 (Qdisplay_environment_variable): New vars.
26604 (Fframep): Deal with output_initial.
26605 (Fframe-live-p): Doc fix.
26606 (Fwindow-system): New function.
26607 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26608 (make_terminal_frame): Don't create frames on a terminal that is
26609 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26610 (store_frame_param): Check for found_for_frame before calling XFRAME.
26611 (Fmake_terminal_frame): Handle NULL tty names correctly.
26612 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26613 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26614 frames to refer to a deleted frame in their 'environment parameter.
26615 (Fframe_with_environment): New function.
26616 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26617 (get_future_frame_param): New function.
26618 (Fmake_terminal_frame): Use it.
26619 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26620
26621 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26622 * sysdep.c (reset_sys_modes): Update for renames.
26623
26624 * keyboard.c (tty_read_avail_input): New function.
26625 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26626 (syms_of_keyboard): Defsubr them.
26627 (Fset_input_meta_mode, Fset_quit_char): New functions.
26628 (Fset_input_mode): Split to above functions.
26629 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26630 parameter. Use it in call to `read_char'.
26631 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26632 Set wrong_kboard_jmpbuf correctly in recursive calls.
26633 Use current_kboard to access Vkeyboard_translate_table.
26634 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26635 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26636 Update longjmp invocations. Remember the original current_kboard,
26637 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26638 changes it. Comment out unnecessary calls to
26639 `record_single_kboard_state' and `any_kboard_state'.
26640 Update recursive calls.
26641 (wrong_kboard_jmpbuf): Remove global variable.
26642 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26643 Handle deleted interrupted_kboards correctly; that is a legal
26644 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26645 and read_char calls. Abort if interrupted_kboard died in read_char.
26646 (any_kboard_state, single_kboard_state)
26647 (push_frame_kboard): Remove function.
26648 (pop_kboard): Switch out of single_kboard mode if the kboard has
26649 been deleted. Remove unused variable. Help debugging by not
26650 changing current_kboard unnecessarily. Set current_kboard to the
26651 kboard of the selected frame when the stored kboard object has
26652 been deleted before pop_kboard.
26653 (temporarily_switch_to_single_kboard): Change first parameter to a
26654 frame pointer. Throw an error when caller wants to change kboards
26655 while in single_kboard mode. Don't push_kboard if we weren't in
26656 single kboard state. Don't pop_kboard if we popped into any
26657 kboard state.
26658 (restore_kboard_configuration): Abort if pop_kboard changed the
26659 kboard in single_kboard mode. Call pop_kboard only after setting
26660 up single_kboard mode.
26661 (Frecursive_edit): Switch to single_kboard mode only in nested
26662 command loops.
26663 (cmd_error, command_loop, command_loop_1, timer_check):
26664 Comment out unnecessary call to `any_kboard_state' and
26665 `record_single_kboard_state'.
26666 (delete_kboard): Exit single_kboard mode if we have just deleted
26667 that kboard. Use FRAME_KBOARD.
26668 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26669 `fatal_error_signal'.
26670 (record_single_kboard_state): Don't push_kboard if we weren't in
26671 single kboard state. Don't pop_kboard if we popped into any
26672 kboard state.
26673 (push_frame_kboard): Rename to push_kboard.
26674 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26675 (read_avail_input): Read input from all terminals.
26676 (mark_kboards): Also mark Vkeyboard_translate_table.
26677 (kbd_buffer_store_event_hold): Simplify condition.
26678 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26679 (Vkeyboard_translate_table): Move to struct kboard.
26680 (init_kboard): Initialize Vkeyboard_translate_table.
26681 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26682 Vkeyboard_translate_table. Update doc strings. Update docs of
26683 local-function-key-map and function-key-map.
26684
26685 * terminal.c: New file.
26686
26687 * term.c: Include errno.h.
26688 (Vring_bell_function, device_list, initial_device)
26689 (next_device_id, ring_bell, update_begin, update_end)
26690 (set_terminal_window, cursor_to, raw_cursor_to)
26691 (clear_to_end, clear_frame, clear_end_of_line)
26692 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26693 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26694 (syms_of_term): Move their initialization to terminal.c.
26695 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26696 (Ftty_display_color_cells)
26697 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26698 (clear_tty_hooks, set_tty_hooks)
26699 (init_tty, maybe_fatal): New functions.
26700 (Ftty_type): Return nil if terminal is not on a tty instead of
26701 throwing an error. Doc update.
26702 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26703 Doc update. Initialize new subrs and variables.
26704 (delete_tty): Use terminal->deleted.
26705 (tty_set_terminal_modes): Rename from set_terminal_modes.
26706 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26707 (set_scroll_region): Rename to `tty_set_scroll_region'.
26708 (turn_on_insert): Rename to `tty_turn_on_insert'.
26709 (turn_off_insert): Rename to `tty_turn_off_insert'.
26710 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26711 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26712 (toggle_highligh): Rename to `tty_toggle_highlight'.
26713 (background_highlight): Rename to `tty_background_highlight'.
26714 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26715 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26716 (tty_set_scroll_region, tty_background_highlight)
26717 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26718 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26719 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26720 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26721 Add static modifier.
26722 (tty_reset_terminal_modes, tty_set_terminal_window)
26723 (tty_set_scroll_region, tty_background_highlight)
26724 (tty_highlight_if_desired, tty_cursor_to)
26725 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26726 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26727 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26728 renames.
26729
267302007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26731
26732 * keyboard.c: Qrtl is new.
26733 (parse_tool_bar_item): Handle :rtl keyword.
26734 (syms_of_keyboard): Intern :rtl keyword.
26735
26736 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26737
26738 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26739 so no Lisp code is executed.
26740 (file_for_image, find_rtl_image): New functions.
26741 (xg_get_image_for_pixmap): Use file_for_image.
26742 (update_frame_tool_bar): If direction is RTL, use RTL image if
26743 defined. Use Gtk stock images if defined.
26744
267452007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26746
26747 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26748 for nonexistent or zero-width glyph in composition glyph.
26749
267502007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26751
26752 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26753
26754 * xdisp.c (Finvisible_p): New function.
26755 (syms_of_xdisp): defsubr it.
26756
267572007-08-24 Juanma Barranquero <lekktu@gmail.com>
26758
26759 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26760 Doc fixes.
26761
267622007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26763
26764 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26765
267662007-08-24 Martin Rudalics <rudalics@gmx.at>
26767
26768 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26769 whether decoding has modified buffer contents.
26770
267712007-08-24 Jason Rumney <jasonr@gnu.org>
26772
26773 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26774 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26775 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26776 (init_svg_functions) [HAVE_NTGUI]: New function.
26777 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26778 (svg_load_image): Use them.
26779 (svg_load_image) [HAVE_NTGUI]: Implement background.
26780
267812007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26782
26783 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26784 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26785 (LIBX): Remove @RSVG_LIBS@.
26786 (LIBES): Add $(RSVG_LIBS).
26787
26788 * image.c (svg_load_image): Blend with specified background if exists.
26789 Use IMAGE_BACKGROUND. Add Mac OS Support.
26790
26791 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26792 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26793 Remove macros.
26794 [MAC_OSX] (socket_callback): Do nothing.
26795 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26796 ReceiveNextEvent.
26797 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26798 socket_callback.
26799 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26800
268012007-08-22 Glenn Morris <rgm@gnu.org>
26802
26803 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26804
268052007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26806
26807 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26808
26809 * image.c: Add support for SVG images. Some additional comments
26810 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26811 (svg_image_p): New function to test for SVG image.
26812 (svg_load): New function to load SVG image.
26813 (svg_load_image): New function, helper for svg_load.
26814 (Qsvg): New Lisp_object.
26815 (svg_keyword_index): New enum.
26816 (svg_format): New static `image_keyword' struct.
26817 (svg_type): New static `image_type' struct.
26818 (librsvg/rsvg.h): Include it.
26819
268202007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26821
26822 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26823
268242007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26825
26826 * lread.c (Qold_style_backquotes): New var.
26827 (syms_of_lread): Init and staticpro it.
26828 (load_warn_old_style_backquotes): New fun.
26829 (Fload): Use them to warn about old style backquotes.
26830 (end_of_file_error, Fload): Remove unused vars.
26831
26832 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26833
26834 * lread.c (Vold_style_backquotes): New var.
26835 (syms_of_lread): Init and export it to Elisp.
26836 (read1): Set it when we find an old-style (back)quote.
26837
268382007-08-22 Jason Rumney <jasonr@gnu.org>
26839
26840 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26841
268422007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26843
26844 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26845
268462007-08-19 Richard Stallman <rms@gnu.org>
26847
26848 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26849
268502007-08-19 Andreas Schwab <schwab@suse.de>
26851
26852 * alloc.c (pure): Round PURESIZE up.
26853
268542007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26855
26856 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26857 active frame.
26858
268592007-08-16 Richard Stallman <rms@gnu.org>
26860
26861 * eval.c (Fcommandp): Add parens to clarify.
26862
26863 * minibuf.c (Fall_completions): Use enum for type of table.
26864
26865 * emacs.c (USAGE2): Improve text.
26866
268672007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26868
26869 * term.c (tty_default_color_capabilities): Declare static
26870 variables in file scope, to avoid HPUX compiler problem.
26871
268722007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26873
26874 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26875 to gtk_toolbar_insert.
26876
268772007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26878
26879 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26880
26881 * insdel.c (reset_var_on_error): New fun.
26882 (signal_before_change, signal_after_change):
26883 Use it to reset (after|before)-change-functions to nil in case of error.
26884 Bind inhibit-modification-hooks to t.
26885 Don't bind (after|before)-change-functions to nil while they run.
26886
268872007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26888
26889 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26890 filling pixmap with stippled background.
26891
268922007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26893
26894 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26895 Don't use invisible frame as parent window for repositioning.
26896
268972007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26898
26899 * print.c (new_backquote_output): Rename from old_backquote_output.
26900 (print): Inverse its logic (according to its name) so as to match the
26901 behavior of new_backquote_flag in lread.c.
26902
269032007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26904
26905 * gmalloc.c (posix_memalign): New function.
26906
26907 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26908 ActivateControl/DeactivateControl here.
26909 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26910 frame-notice-user-settings is non-nil.
26911 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26912 for kEventParamFMFontStyle.
26913 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26914 mac_pass_command_to_system and mac_pass_control_to_system here.
26915 (XTread_socket): Call ActivateControl/DeactivateControl here.
26916 (XTread_socket) [TARGET_API_MAC_CARBON]:
26917 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26918 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26919 for window repositioning.
26920
269212007-08-08 Glenn Morris <rgm@gnu.org>
26922
26923 * Replace `iff' in doc-strings and comments.
26924
269252007-08-07 Chong Yidong <cyd@stupidchicken.com>
26926
26927 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26928
269292007-08-07 Martin Rudalics <rudalics@gmx.at>
26930
26931 * fileio.c (Finsert_file_contents): Run format-decode and
26932 after_insert_file_functions on entire buffer when REPLACE is
26933 non-nil and inhibit modification_hooks and point_motion_hooks.
26934 For consistency, run after_insert_file_functions iff something
26935 got inserted. Move signal_after_change and update_compositions
26936 after code running after_insert_file_functions. Make sure that
26937 undo_list doesn't record intermediate steps of the decoding process.
26938
269392007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26940
26941 * emacs.c (main)
26942 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26943 Call malloc_enable_thread on interactive startup.
26944
26945 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26946 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26947 [USE_PTHREAD]: Conditionalize with it.
26948 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26949 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26950 New functions.
26951
269522007-08-06 Chong Yidong <cyd@stupidchicken.com>
26953
26954 * xdisp.c (redisplay_window): When restoring original buffer
26955 position, make sure it is still valid.
26956
26957 * image.c (png_load): Ignore png-supplied background color.
26958
269592007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26960
26961 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26962 Use kCFAbsoluteTimeIntervalSince1970.
26963
26964 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26965 New variable.
26966 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26967 event loop should be quit.
26968 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26969 Quit dialog event loop if quit_dialog_event_loop is set.
26970
26971 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26972 (Selection): New typedef. Use instead of ScrapRef.
26973 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26974 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26975 (mac_clear_selection): Rename from clear_scrap.
26976 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26977 scrap_has_target_type. All uses changed.
26978 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26979 (mac_selection_has_target_p): New functions.
26980 (mac_put_selection_value): Rename from put_scrap_string.
26981 (mac_get_selection_value): Rename from get_scrap_string.
26982 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26983 (put_scrap_private_timestamp, scrap_has_target_type)
26984 (get_scrap_private_timestamp): Remove functions.
26985 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26986 (x_own_selection, x_get_local_selection):
26987 Use mac_valid_selection_value_p.
26988 (x_own_selection): Don't use put_scrap_private_timestamp.
26989 Record OWNERSHIP-INFO into Vselection_alist instead.
26990 (x_get_local_selection): Don't check type if request is local.
26991 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26992 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26993
269942007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26995
26996 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26997 add comment explaining why.
26998
269992007-08-03 Richard Stallman <rms@gnu.org>
27000
27001 * fileio.c (Fvisited_file_modtime): Use make_time.
27002
270032007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
27004
27005 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27006 build.
27007
270082007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
27009
27010 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27011
270122007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
27013
27014 * puresize.h (BASE_PURESIZE): Increase to 1130000.
27015
270162007-07-30 Richard Stallman <rms@gnu.org>
27017
27018 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27019
270202007-07-29 Jan Djärv <jan.h.d@swipnet.se>
27021
27022 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
27023
270242007-07-28 Nick Roberts <nickrob@snap.net.nz>
27025
27026 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27027 remote default-directory.
27028
27029 * buffer.c (mode-line-format): Update doc string.
27030
270312007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27032
27033 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27034 scroll bar gap.
27035 (x_scroll_bar_create): Set bar->fringe_extended_p.
27036 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27037 on frame edge. Check fringe background extension. Don't clear
27038 extended fringe background area.
27039
27040 * w32term.h (struct scroll_bar): New member fringe_extended_p.
27041 (w32_fill_area): Enclose multiple statements with do ... while (0).
27042
27043 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27044 Extend fringe background to scroll bar gap.
27045 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27046 Set bar->fringe_extended_p.
27047 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27048 Put leftmost/rightmost scroll bars on frame edge. Check fringe
27049 background extension. Don't clear extended fringe background area.
27050
27051 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27052 New member fringe_extended_p.
27053
270542007-07-25 Glenn Morris <rgm@gnu.org>
27055
27056 * Relicense all FSF files to GPLv3 or later.
27057
27058 * COPYING: Switch to GPLv3.
27059
270602007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
27061
27062 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27063
27064 * data.c (Finteractive_form): Check for the presence of an
27065 `interactive-form' symbol property more thoroughly.
27066
27067 * data.c (Finteractive_form): Use an `interactive-form' property if
27068 present, analogous to the function-documentation property.
27069
270702007-07-24 Jason Rumney <jasonr@gnu.org>
27071
27072 * w32fns.c (x_real_positions): Get real position from OS instead of
27073 calculating it.
27074
270752007-07-23 Jason Rumney <jasonr@gnu.org>
27076
27077 * filelock.c (current_lock_owner): Allow for @ sign in username.
27078
270792007-07-22 Nick Roberts <nickrob@snap.net.nz>
27080
27081 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27082 remote default-directory.
27083
27084 * buffer.c (mode-line-format): Describe above case in doc string.
27085
270862007-07-20 Eli Zaretskii <eliz@gnu.org>
27087
27088 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27089 Define if not defined.
27090
270912007-07-18 Jason Rumney <jasonr@gnu.org>
27092
27093 * w32proc.c (w32_executable_type): Handle 64 bit executables.
27094
270952007-07-18 Richard Stallman <rms@gnu.org>
27096
27097 * data.c (Fsetq_default): Doc fix.
27098
27099 * eval.c (Fsetq): Doc fix.
27100
271012007-07-18 Juanma Barranquero <lekktu@gmail.com>
27102
27103 * coding.c (Ffind_operation_coding_system):
27104 * eval.c (For, Fand): Doc fixes.
27105 Reported by Johan Bockgård.
27106
271072007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27108
27109 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27110
27111 * xterm.h: Declare x_ewmh_activate_frame.
27112
27113 * xterm.c (x_ewmh_activate_frame): New function.
27114 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27115
271162007-07-17 Martin Rudalics <rudalics@gmx.at>
27117
27118 * window.c (Fdisplay_buffer): If largest or LRU window is the
27119 only window, split it even if it is not eligible for splitting.
27120 This restores the original behavior broken by the 2007-07-15
27121 change.
27122
271232007-07-17 Glenn Morris <rgm@gnu.org>
27124
27125 * abbrev.c (abbrev_check_chars): New function.
27126 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27127 Call abbrev_check_chars to check abbrev characters are word
27128 constituents. Doc fix.
27129
271302007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27131
27132 * process.c (Fstart_process, Fmake_network_process)
27133 (read_process_output): Fix up last changes.
27134
271352007-07-16 Eli Zaretskii <eliz@gnu.org>
27136
27137 * makefile.w32-in (clean): Don't delete *~.
27138
271392007-07-16 Andreas Schwab <schwab@suse.de>
27140
27141 * window.c (Fdisplay_buffer): Use NILP.
27142 (Fset_window_scroll_bars): Likewise.
27143
271442007-07-15 Martin Rudalics <rudalics@gmx.at>
27145
27146 * window.c (window_min_size_2): New function.
27147 (window_min_size_1, size_window, Fdisplay_buffer)
27148 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27149 windows without mode- or header-lines when window-min-height is
27150 too small.
27151 (size_window): Reset nodelete_p after testing it, following an
27152 earlier note by Kim F. Storm.
27153 (display_buffer): Do not set split_height_threshold to twice the
27154 value of window_min_height to avoid changing the value of a
27155 customizable variable. Rather explicitly check whether the
27156 height of the window that shall be splitted is at least as large
27157 as split_height_threshold.
27158 (Fwindow_full_width_p): New defun.
27159 (syms_of_window): Defsubr it.
27160
27161 * window.h: Add EXFUN for Fwindow_full_width_p.
27162
271632007-07-14 Jason Rumney <jasonr@gnu.org>
27164
27165 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27166
271672007-07-14 Richard Stallman <rms@gnu.org>
27168
27169 * eval.c (maybe_call_debugger): New function.
27170 (find_handler_clause): Use maybe_call_debugger.
27171 Call it when the handler says `debug'.
27172 Eliminate DEBUGGER_VALUE_PTR.
27173 (Fsignal): Eliminate debugger_value.
27174 (Qdebug): New variable.
27175 (syms_of_eval): Initialize it.
27176
271772007-07-14 Juanma Barranquero <lekktu@gmail.com>
27178
27179 * eval.c (Fprogn):
27180 * keyboard.c (Ftrack_mouse):
27181 * print.c (Fwith_output_to_temp_buffer):
27182 * window.c (Fsave_window_excursion): Doc fix.
27183
271842007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27185
27186 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27187
271882007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27189
27190 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27191 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27192 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27193 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27194 Remove unused encoding_carryover.
27195 * process.c: Adjust all functions accordingly.
27196
271972007-07-12 Richard Stallman <rms@gnu.org>
27198
27199 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27200
272012007-07-11 Jason Rumney <jasonr@gnu.org>
27202
27203 * makefile.w32-in (LIBS): Include OLE32.
27204
27205 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27206 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27207
272082007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27209
27210 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27211 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27212 from a Lisp_Object into a bare pointer.
27213 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27214 Adjust the code correspondingly.
27215
27216 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27217
27218 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27219 (term_show_mouse_face): Remove unused var `j'.
27220 (handle_one_term_event): Remove unused vars `i' and `j'.
27221 Don't cast return value of ttyname since it's not necessary.
27222
272232007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27224
27225 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27226 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27227
27228 * fns.c (map_char_table): Use an array of int for `indices' rather than
27229 an array of Lisp_Objects (which are only ever integers anyway).
27230 (Fmap_char_table): Update caller.
27231 * lisp.h: Update prototype.
27232 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27233 * fontset.c (Ffontset_info):
27234 * casetab.c (set_case_table): Update callers.
27235
27236 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27237
27238 * keymap.c (struct accessible_keymaps_data)
27239 (struct where_is_internal_data): New structures.
27240 (accessible_keymaps_1, where_is_internal_1): Use them to change
27241 interface to adhere to the one used by map_keymap.
27242 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27243 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27244
27245 * keymap.h (map_keymap_function_t): More informative prototype.
27246
272472007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27248
27249 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27250 (looking_at_1): Don't change search_regs and last_thing_searched
27251 if `inhibit-changing-match-data' is non-nil.
27252 (string_match_1, search_buffer, set_search_regs): Likewise.
27253 (syms_of_search): Add Lisp level definition for
27254 `inhibit-changing-match-data' and set it to nil.
27255 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27256 start and end of the match, instead of using values in search_regs.
27257
272582007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27259
27260 * minibuf.c (Fcompleting_read): New value `confirm-only'
27261 for `require-match'.
27262
272632007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27264
27265 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27266 part of the 2007-06-27 change to syms_of_fileio.
27267
272682007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27269
27270 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27271 Check WINDOWP before using XWINDOW. Consolidate return statements.
27272
272732007-06-27 Richard Stallman <rms@gnu.org>
27274
27275 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27276
272772007-06-27 Juanma Barranquero <lekktu@gmail.com>
27278
27279 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27280
272812007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27282
27283 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27284 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27285 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27286 (_free_internal, memalign): Use them.
27287 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27288 Initialize to PTHREAD_MUTEX_INITIALIZER.
27289 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27290 (morecore_nolock): Rename from morecore. All uses changed.
27291 Use only nolock versions of internal allocation functions.
27292 (_malloc_internal_nolock, _realloc_internal_nolock)
27293 (_free_internal_nolock): New functions created from
27294 _malloc_internal, _realloc_internal, and _free_internal.
27295 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27296 Copy hook value to automatic variable before its use.
27297 (memalign): Copy hook value to automatic variable before its use.
27298
272992007-06-26 Kenichi Handa <handa@m17n.org>
27300
27301 * coding.c (Ffind_operation_coding_system): Docstring improved.
27302 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27303
273042007-06-25 David Kastrup <dak@gnu.org>
27305
27306 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27307 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27308 cater for additional parameter.
27309
27310 * keymap.h: Adjust number of parameters to `current-active-maps'.
27311
27312 * doc.c (Fsubstitute_command_keys): Adjust call of
27313 `current-active-maps'.
27314
273152007-06-25 David Kastrup <dak@gnu.org>
27316
27317 * callint.c (Fcall_interactively): Make the parsing of interactive
27318 specs somewhat more readable.
27319
273202007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27321
27322 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27323 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27324 if extended background has already been filled.
27325
273262007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27327
27328 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27329 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27330
27331 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27332 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27333 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27334 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27335 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27336 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27337 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27338 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27339 Run timers during dialog popup.
27340 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27341
273422007-06-21 Jason Rumney <jasonr@gnu.org>
27343
27344 * image.c (convert_mono_to_color_image): Swap fore and background.
27345
273462007-06-20 Jason Rumney <jasonr@gnu.org>
27347
27348 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27349 (w32_free_bdf_font): Unmap memory not handle.
27350
273512007-06-20 Sam Steingold <sds@gnu.org>
27352
27353 * gmalloc.c (__morecore): Fix the declaration to comply with the
27354 definition.
27355
273562007-06-20 Juanma Barranquero <lekktu@gmail.com>
27357
27358 * w32term.c (w32_delete_display): Remove leftover declaration.
27359 (w32_define_cursor, w32_initialize): Make static.
27360
27361 * w32.c (_wsa_errlist): Fix typo in error message.
27362 (init_environment): Ignore any environment variable from the
27363 registry having a null value.
27364
273652007-06-20 Glenn Morris <rgm@gnu.org>
27366
27367 * Makefile.in (LIBGIF): Default to -lgif.
27368
273692007-06-17 Jason Rumney <jasonr@gnu.org>
27370
27371 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27372 unicode strings.
27373
273742007-06-16 Juanma Barranquero <lekktu@gmail.com>
27375
27376 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27377 Fix typo in docstring.
27378
273792007-06-16 Eli Zaretskii <eliz@gnu.org>
27380
27381 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27382 and their keybindings.
27383
273842007-06-15 Chong Yidong <cyd@stupidchicken.com>
27385
27386 * composite.c (update_compositions): Fix last fix.
27387
273882007-06-14 Jason Rumney <jasonr@gnu.org>
27389
27390 * w32.c (get_process_times_fn): New function pointer.
27391 (globals_of_w32): Intialize it if present in kernel32.dll.
27392 (w32_get_internal_run_time): New function.
27393
27394 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27395
273962007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27397
27398 * composite.c (update_compositions): Check the validness of
27399 compositions.
27400
274012007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27402
27403 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27404 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27405
27406 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27407 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27408
27409 * macgui.h (USE_MAC_TOOLBAR): New define.
27410
27411 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27412 Return immediately unless popup is activated.
27413
27414 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27415 background to scroll bar gap.
27416 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27417 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27418 scroll bars on frame edge. Check fringe background extension.
27419 Don't clear extended fringe background area.
27420 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27421 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27422 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27423 [USE_MAC_TOOLBAR]: New macros.
27424 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27425 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27426 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27427 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27428 [USE_MAC_TOOLBAR]: New functions.
27429 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27430 manually if previous repositioning has failed.
27431 (mac_handle_keyboard_event): Use precomputed event kind.
27432 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27433 as tool bar item click. Handle mouse movement over tool bar items.
27434
27435 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27436 toolbar_win_gravity.
27437 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27438 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27439 Add externs.
27440
27441 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27442 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27443
274442007-06-14 Chong Yidong <cyd@stupidchicken.com>
27445
27446 * image.c (search_image_cache): Remove unused variable.
27447
274482007-06-13 Chong Yidong <cyd@stupidchicken.com>
27449
27450 * xfns.c, xmenu.c: Link to xaw3d if available.
27451
274522007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27453
27454 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27455 frame_foreground and frame_background.
27456
27457 * image.c (lookup_image): Save frame foreground and background colors.
27458 (search_image_cache): Check if saved and current frame colors match.
27459
274602007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27461
27462 * regex.c (regex_compile): Remove the `regnum' counter.
27463 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27464
274652007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27466
27467 * term.c: Include intervals.h to declare Fget_text_property.
27468
274692007-06-10 Jason Rumney <jasonr@gnu.org>
27470
27471 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27472
274732007-06-08 Juanma Barranquero <lekktu@gmail.com>
27474
27475 * callint.c (Fcall_interactively):
27476 * editfns.c (Fdelete_and_extract_region):
27477 * fileio.c (Fread_file_name):
27478 * fns.c (Fmapconcat):
27479 * keyboard.c (cmd_error_internal):
27480 * keymap.c (Fkey_description):
27481 * lread.c (openp):
27482 * minibuf.c (read_minibuf):
27483 * search.c (wordify):
27484 * sunfns.c (sel_read):
27485 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27486 * xfns.c (x_default_scroll_bar_color_parameter):
27487 * xmenu.c (menu_help_callback):
27488 * xselect.c (Fx_get_atom_name):
27489 * xterm.c (x_term_init): Use empty_unibyte_string.
27490
274912007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27492
27493 * alloc.c (init_strings): Initialize canonical empty strings.
27494 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27495 canonical empty string when the requested size is 0.
27496
27497 * emacs.c (empty_unibyte_string): Rename from empty_string.
27498 (empty_multibyte_string): New canonical empty string.
27499 (syms_of_emacs): Don't initialize empty_string.
27500
27501 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27502 string, if appropriate.
27503 (empty_unibyte_string, empty_multibyte_string): New externs.
27504 (empty_string): Remove extern.
27505
27506 * lread.c (syms_of_lread): Use empty_unibyte_string.
27507
275082007-06-07 Jason Rumney <jasonr@gnu.org>
27509
27510 * s/ms-w32.h: Don't define HAVE_TZNAME.
27511
27512 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27513
275142007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27515
27516 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27517
27518 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27519 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27520
27521 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27522 Don't call next handler.
27523 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27524 Remove argument. Install handler to application.
27525 (set_frame_menubar): Don't change deep_p.
27526 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27527 FRAME_OUTER_TO_INNER_DIFF_Y.
27528 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27529 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27530 [HAVE_DIALOGS]: New macros.
27531 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27532 Use them.
27533 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27534
27535 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27536 init_service_handler. All callers changed. Return OSStatus value.
27537
27538 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27539 All callers changed so as not to call SetPortWindowPort.
27540 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27541 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27542 mac_draw_string_common.
27543 (mac_draw_image_string_qd): Likewise.
27544 (mac_draw_string_common): Use them. Add INLINE.
27545 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27546 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27547 GetGlobalMouse.
27548 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27549 and FRAME_OUTER_TO_INNER_DIFF_Y.
27550 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27551 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27552 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27553 repositioning window to mac_handle_window_event.
27554 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27555 saving window location to mac_handle_window_event
27556 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27557 (install_menu_target_item_handler): Remove argument in extern.
27558 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27559 Also accept command events.
27560 (do_keystroke): New function created from XTread_socket.
27561 (init_command_handler): Remove functions.
27562 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27563 and save window location by kEventWindowShowing and kEventWindowHiding
27564 handlers here. Don't call next handler for window state change and
27565 focus events.
27566 (mac_handle_application_event, mac_handle_keyboard_event)
27567 [TARGET_API_MAC_CARBON]: New functions.
27568 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27569 kEventWindowShowing and kEventWindowHiding events. Move installation
27570 of mouse, font, text input and menu target item handlers to
27571 install_application_handler.
27572 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27573 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27574 New function.
27575 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27576 Register it.
27577 (XTread_socket) [TARGET_API_MAC_CARBON]:
27578 Consolidate SendEventToEventTarget calls.
27579 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27580 Move application activation handler to mac_handle_application_event.
27581 Move keyboard handler to mac_handle_keyboard_event.
27582 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27583 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27584 init_command_handler. Call install_application_handler.
27585
27586 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27587 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27588
275892007-06-07 Glenn Morris <rgm@gnu.org>
27590
27591 * emacs.c (main): Use `emacs-copyright' in --version output.
27592
275932007-06-06 Chong Yidong <cyd@stupidchicken.com>
27594
27595 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27596
275972007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27598
27599 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27600
27601 * macgui.h: Replace WindowPtr with WindowRef.
27602
27603 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27604 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27605 Replace ControlHandle with ControlRef.
27606 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27607
27608 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27609 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27610 Replace ControlHandle with ControlRef.
27611 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27612 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27613
27614 * macterm.h (struct scroll_bar): Rename member control_handle_low
27615 and control_handle_high to control_ref_low and control_ref_high.
27616 All uses changed.
27617 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27618 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27619 respectively. All uses changed.
27620 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27621 (install_window_handler, remove_window_handler): Replace WindowPtr
27622 with WindowRef in externs.
27623
276242007-06-05 Juanma Barranquero <lekktu@gmail.com>
27625
27626 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27627
276282007-06-03 Nick Roberts <nickrob@snap.net.nz>
27629
27630 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27631
27632 * frame.c (Fmouse_position, Fmouse_pixel_position):
27633 Condition on HAVE_GPM too.
27634
27635 * term.c (term_mouse_highlight): Remove unused variables.
27636 (Fterm_open_connection): Set gpm_zerobased to 1.
27637 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27638 Use zero based co-ordinates.
27639 (handle_one_term_event): Report a drag as mouse movement too.
27640
27641 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27642
276432007-06-03 Chong Yidong <cyd@stupidchicken.com>
27644
27645 * image.c (search_image_cache): New function. Require background
27646 color match if background color is unspecified in the image spec.
27647 (uncache_image, lookup_image): Use it.
27648
276492007-06-01 Juanma Barranquero <lekktu@gmail.com>
27650
27651 * window.c (Fshrink_window): Reflow docstring.
27652
276532007-06-02 Chong Yidong <cyd@stupidchicken.com>
27654
27655 * Version 22.1 released.
27656
276572007-06-01 Richard Stallman <rms@gnu.org>
27658
27659 * xfns.c (x_encode_text): Add GCPRO.
27660
276612007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27662
27663 * xfns.c (x_set_name_internal): Save encoded name before
27664 x_encode_text in case string data is relocated.
27665
276662007-05-31 Richard Stallman <rms@gnu.org>
27667
27668 * buffer.c (syms_of_buffer): Doc fix.
27669
276702007-05-30 Nick Roberts <nickrob@snap.net.nz>
27671
27672 * sysdep.c (init_sys_modes): Add rather than replace with
27673 O_NONBLOCK.
27674
27675 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27676 term_mouse_moveto.
27677
27678 * termhooks.h (term_mouse_moveto): New extern.
27679
27680 * term.c (mouse_face_window): Rename...
27681 (Qmouse_face_window): ...to this.
27682 (term_show_mouse_face, term_clear_mouse_face)
27683 (term_mouse_highlight): Use Qmouse_face_window.
27684 (term_mouse_moveto): New function.
27685 (term_mouse_position): Make it work.
27686 (syms_of_term): Uncomment assignment to mouse_position_hook.
27687 Staticpro Qmouse_face_window.
27688
276892007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27690
27691 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27692 around current_column call.
27693
276942007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27695
27696 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27697 * xdisp.c (next_element_from_buffer):
27698 * window.c (delete_window):
27699 * term.c (term_mouse_highlight):
27700 * msdos.c (getdefdir):
27701 * macterm.c (mac_create_bitmap_from_bitmap_data)
27702 (init_font_name_table):
27703 * fns.c (Fsxhash):
27704 * data.c (Fmake_local_variable):
27705 * ccl.c (ccl_driver): Likewise.
27706
277072007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27708
27709 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27710 Call mac_wakeup_from_rne on window size change.
27711
277122007-05-25 Chong Yidong <cyd@stupidchicken.com>
27713
27714 * image.c (uncache_image): Fix typo.
27715
277162007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27717
27718 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27719
277202007-05-22 Richard Stallman <rms@gnu.org>
27721
27722 * xterm.c (x_connection_closed): Remove NO_RETURN.
27723
277242007-05-22 Martin Rudalics <rudalics@gmx.at>
27725
27726 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27727
277282007-05-21 Chong Yidong <cyd@stupidchicken.com>
27729
27730 * image.c (uncache_image): New function.
27731 (Fimage_refresh): New function.
27732
277332007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27734
27735 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27736
277372007-05-20 Nick Roberts <nickrob@snap.net.nz>
27738
27739 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27740 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27741
277422007-05-20 Nick Roberts <nickrob@snap.net.nz>
27743
27744 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27745 conditional on [HAVE_GPM_H].
27746
277472007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27748
27749 * syntax.c (skip_chars): Update syntax-table only after we checked that
27750 the new location is valid.
27751
277522007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27753
27754 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27755 mac_get_window_bounds.
27756
277572007-05-20 Nick Roberts <nickrob@snap.net.nz>
27758
27759 * Makefile.in (LIBGPM): Allow it to be set from configure.
27760 If set then link Emacs with it.
27761
27762 * config.in: Regenerate.
27763
27764 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27765 New externs.
27766
27767 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27768 Include gpm.h.
27769 (handle_one_term_event, term_gpm): New externs.
27770
27771 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27772 and allow it to be interrupted by SIGIO.
27773
27774 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27775 (wait_reading_process_output): Wait on gpm_fd too.
27776 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27777 (add_gpm_wait_descriptor_called_flag): New variable.
27778 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27779
27780 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27781 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27782 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27783 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27784 (make_lispy_event): Add case GPM_CLICK_EVENT.
27785 (read_avail_input): Handle mouse input.
27786
27787 * term.c (write_glyphs_with_face): New function.
27788 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27789 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27790 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27791 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27792 (last_mouse_x, last_mouse_y): New variables.
27793 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27794 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27795 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27796 (Fterm_close_connection): New functions.
27797 (term_init): Initialise mouse_face_window.
27798
277992007-05-19 Chong Yidong <cyd@stupidchicken.com>
27800
27801 * xdisp.c (redisplay_window): If first window line is a
27802 continuation line, recompute the new window start instead of
27803 recentering.
27804
278052007-05-18 Glenn Morris <rgm@gnu.org>
27806
27807 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27808 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27809
278102007-05-17 Glenn Morris <rgm@gnu.org>
27811
27812 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27813
278142007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27815
27816 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27817 dead key repeat and up events.
27818
278192007-05-14 Chong Yidong <cyd@stupidchicken.com>
27820
27821 * image.c (pbm_load): Check image size for monochrome pbm.
27822
278232007-05-13 Chong Yidong <cyd@stupidchicken.com>
27824
27825 * xterm.c (XTread_socket): Revert last change.
27826
278272007-05-12 Chong Yidong <cyd@stupidchicken.com>
27828
27829 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27830
27831 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27832
278332007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27834
27835 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27836 mixup (YAILOM).
27837
278382007-05-07 Andreas Schwab <schwab@suse.de>
27839
27840 * keymap.c (Flookup_key): Fix typo in last change.
27841
278422007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27843
27844 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27845 mapping for unibyte strings.
27846
278472007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27848
27849 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27850 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27851
278522007-04-29 Richard Stallman <rms@gnu.org>
27853
27854 * insdel.c (replace_range): For undo, record insertion first.
27855
278562007-04-29 Andreas Schwab <schwab@suse.de>
27857
27858 * lisp.h (VECSIZE): Use OFFSETOF.
27859
278602007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27861
27862 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27863 disabled lines.
27864
278652007-04-28 Richard Stallman <rms@gnu.org>
27866
27867 * lread.c (read_escape): In a string, \s is always space.
27868
278692007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27870
27871 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27872
27873 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27874 submenu for menu bar items.
27875
27876See ChangeLog.10 for earlier changes.
27877
27878;; Local Variables:
27879;; coding: utf-8
27880;; add-log-time-zone-rule: t
aac0c6e3
MR
27881;; End:
27882
e3eb1dae 27883 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
27884
27885 This file is part of GNU Emacs.
27886
27887 GNU Emacs is free software: you can redistribute it and/or modify
27888 it under the terms of the GNU General Public License as published by
27889 the Free Software Foundation, either version 3 of the License, or
27890 (at your option) any later version.
27891
27892 GNU Emacs is distributed in the hope that it will be useful,
27893 but WITHOUT ANY WARRANTY; without even the implied warranty of
27894 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27895 GNU General Public License for more details.
27896
27897 You should have received a copy of the GNU General Public License
27898 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27899
27900;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40