]> code.delx.au - gnu-emacs/blob - src/ChangeLog
c8fb869c583e1bec192ca0fbeac3dbf89b8b8c42
[gnu-emacs] / src / ChangeLog
1 2010-10-03 Glenn Morris <rgm@gnu.org>
2
3 * fileio.c (Vdirectory_sep_char): Remove.
4
5 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * termhooks.h: Remove #ifdef CONSP.
8
9 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
10
11 Include <fcntl.h> unconditionally.
12 * termcap.c:
13 * sysdep.c:
14 * lread.c:
15 * keyboard.c:
16 * filelock.c:
17 * fileio.c:
18 * doc.c:
19 * callproc.c:
20 * alloc.c: Remove include guards for <fcntl.h>, process.c already
21 does it.
22
23 * process.c: Do not include <sys/wait.h>, syswait.h does it.
24
25 * sysdep.c (flush_pending_output): Remove code, does not do
26 anything on any platform.
27
28 Remove unused code.
29 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
30 select emulation, all systems support select.
31 (set_exclusive_use): Remove, the only user is in an #if 0 block.
32 * process.c (create_process): Remove #if 0 code.
33
34 Remove unused arguments for unexec.
35 The third one is never used, and the last two are always passed as zero.
36 * emacs.c (unexec): Add declaration.
37 (Fdump_emacs): Only pass the first two arguments to unexec.
38 Simplify #ifdef.
39 * unexw32.c (unexec):
40 * unexsol.c (unexec):
41 * unexhp9k800.c (unexec):
42 * unexcw.c (unexec): Remove the last 3 arguments, unused.
43 * unexelf.c (unexec): Remove the last 3 arguments, unused.
44 (find_section): Use const.
45 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
46 (unexec_error): Declare it NO_RETURN.
47 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
48 it as an argument, remove data_start and entry_address arguments, unused.
49 (unexec): Remove bss_start, data_start and
50 entry_address arguments.
51 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
52 it as an argument, remove data_start and entry_address arguments, unused.
53 (unexec): Remove bss_start, data_start and
54 entry_address arguments.
55
56 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
57
58 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
59
60 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
61 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
62 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
63 Fix typos in docstrings.
64 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
65 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
66
67 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
68
69 * keyboard.c (command_loop_1): Make sure the mark is really alive
70 before using it (Bug#7044).
71
72 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
73
74 * makefile.w32-in (tags): Rename target to full-tags.
75
76 2010-10-02 Eli Zaretskii <eliz@gnu.org>
77
78 * emacs.c (main): Remove !WINDOWSNT conditional.
79 (Fkill_emacs): Don't mention exemption on MS-Windows.
80
81 2010-10-02 Glenn Morris <rgm@gnu.org>
82
83 * character.c (Fchar_bytes): Remove obsolete function.
84 (syms_of_character): Remove Schar_bytes.
85
86 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
87 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
88 in batch-mode.
89 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
90 (kill-emacs-hook): Doc fix.
91
92 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
93
94 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
95 (parse_region): Reworked to take regions instead of strings, and
96 renamed to reflect that these are the libxml functions.
97
98 2010-10-01 Eli Zaretskii <eliz@gnu.org>
99
100 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
101 screen dimensions in tty->Wcm.
102
103 * xdisp.c (set_cursor_from_row): When the row is truncated and
104 point is outside the range of displayed characters, position the
105 cursor inside the scroll margin. (Bug#6349)
106
107 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
108
109 Do not include stdlib.h and string.h, config.h does it.
110 * xfont.c:
111 * w32term.c:
112 * w32reg.c:
113 * w32inevt.c:
114 * w32heap.c:
115 * w32console.c:
116 * w16select.c:
117 * unexsol.c:
118 * term.c:
119 * sound.c:
120 * scroll.c (m):
121 * gtkutil.c:
122 * font.c:
123 * filelock.c:
124 * fileio.c:
125 * dosfns.c:
126 * dbusbind.c:
127 * bidi.c:
128 * callproc.c:
129 * process.c:
130 * msdos.c:
131 * charset.c: Do not include stdlib.h and string.h, config.h does it.
132
133 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
134
135 * process.c: Move #include <pty.h> earlier.
136 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
137 (pty_name): Move definition later.
138
139 * nsselect.m (syms_of_nsselect):
140 * nsmenu.m (syms_of_nsmenu):
141 * nsfns.m (syms_of_nsfns):
142 * msdos.c (syms_of_msdos):
143
144 * image.c (syms_of_image):
145 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
146
147 * point.h: Remove, unused.
148
149 2010-10-01 Eli Zaretskii <eliz@gnu.org>
150
151 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
152 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
153 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
154
155 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * xml.c (parse_string): Use const.
158
159 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
162 only override Vprint_level if it isn't already bound, and increase
163 the level to 8 to produce more useful backtraces for bug reports.
164
165 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
166
167 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
168
169 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
170
171 * w32console.c (vga_stdcolor_name): Remove unused function;
172 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
173
174 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
175
176 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
177 (Fgnutls_boot): Start the handshake.
178 (emacs_gnutls_read): Perform the handshake from the reader loop.
179 (Fgnutls_boot): Remove some debugging messages.
180 Change indentation throughout to use the Emacs style.
181 (emacs_gnutls_handshake): Cast the fds to something that's
182 possibly the expected length.
183 (emacs_gnutls_write): Return -1 if we try to write before handshake.
184
185 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
186
187 * process.c (make_process): Set the gnutls_p field to zero by
188 default.
189 (read_process_output): Always call the gnutls_read function if the
190 stream is a gnutls stream.
191 (send_process): Ditto for writes.
192
193 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
194 or write anything until the state is GNUTLS_STAGE_READY.
195 (Fgnutls_boot): Mark the stream as being a gnutls stream.
196
197 2010-09-29 Eli Zaretskii <eliz@gnu.org>
198
199 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
200 NEUTRAL_DIR.
201 (handle_invisible_prop, iterate_out_of_display_property)
202 (next_element_from_buffer): If bidi_it.first_elt is set, call
203 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
204 (Bug#7128)
205
206 * print.c (print_object): Fix format string and argument types for
207 printing a Lisp_Misc_Marker.
208
209 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
210 (load_overlay_strings, get_overlay_strings_1)
211 (get_overlay_strings, forward_to_next_line_start)
212 (back_to_previous_visible_line_start, reseat, reseat_to_string)
213 (get_next_display_element, next_element_from_string)
214 (next_element_from_c_string, next_element_from_buffer)
215 (move_it_vertically_backward, move_it_by_lines, add_to_log)
216 (message_dolog, message_log_check_duplicate, message2_nolog)
217 (message3, message3_nolog, vmessage, set_message, set_message_1)
218 (hscroll_window_tree, text_outside_line_unchanged_p)
219 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
220 (find_last_unchanged_at_beg_row)
221 (find_first_unchanged_at_end_row, row_containing_pos)
222 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
223 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
224 EMACS_INT for buffer and string positions.
225
226 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
227 (row_containing_pos): Adjust prototype.
228
229 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
230 (message2_nolog, set_message): Adjust prototypes.
231
232 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
235 (Fgnutls_boot): Use SDATA.
236 (Fgnutls_handshake): Remove unused var `max_log_level'.
237
238 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
239
240 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
241 (Bug#7113)
242
243 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
244
245 * xgselect.c (xg_select): Clear file descriptors not set from
246 rfds and wfds.
247
248 * process.c (wait_reading_process_output): Add missing FD_CLR
249 for write_mask (must mirror connect_wait_mask).
250
251 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
252
253 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
254 prefix.
255 (Fgnutls_boot): Use changed process members. Use log level with a
256 function parameter to set it. Bring back Emacs-level debugging
257 messages at log level 1 and 2.
258
259 * process.c (make_process): Initialize gnutls_log_level.
260
261 * process.h: Add gnutls_log_level and rename x509_cred and
262 anon_cred to have the gnutls_ prefix for consistency.
263
264 * gnutls.h (GNUTLS_LOG): Add convenience macro.
265
266 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
267
268 * w32.c (g_b_init_get_sid_identifier_authority)
269 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
270 Remove, not used.
271 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
272 (init_winsock): Remove useless assignment.
273 (open_process_token, get_token_information, lookup_account_sid)
274 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
275 (get_security_descriptor_owner, get_security_descriptor_group)
276 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
277 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
278 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
279 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
280 (unc_volume_file_attributes, convert_from_time_t)
281 (create_toolhelp32_snapshot, process32_first, process32_next)
282 (open_thread_token, impersonate_self, revert_to_self)
283 (get_process_memory_info, get_process_working_set_size)
284 (global_memory_status, global_memory_status_ex, socket_to_fd)
285 (shutdown_handler): Make static.
286
287 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
288
289 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
290 (xd_pending_messages): Functions removed.
291 (xd_read_queued_messages): Add parameters fd, *data, for_read in
292 order to be compatible with add_read_fd. Determine bus from data,
293 and call xd_read_message just for this bus.
294 (xd_add_watch): Use xd_read_queued_messages as callback function.
295 Add data.
296
297 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
298
299 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
300
301 * gnutls.c (gnutls_log_function): Added more debugging.
302 (emacs_gnutls_read): Don't infloop while reading.
303
304 2010-09-27 Kenichi Handa <handa@m17n.org>
305
306 These changes are to remove restriction on the number of glyphs in
307 one composition.
308
309 * dispextern.h (struct glyph): Change the member "slice" to union.
310 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
311 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
312
313 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
314 instead of glyph->slice.
315 (marginal_area_string): Likewise.
316
317 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
318 glyph->u.cmp.
319 (append_composite_glyph): Likewise.
320
321 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
322 glyph->u.cmp.
323 (fill_gstring_glyph_string, x_get_glyph_overhangs)
324 (append_composite_glyph): Likewise.
325 (fill_image_glyph_string): Use glyph->slice.img instead of
326 glyph->slice.
327 (append_glyph, produce_image_glyph, append_stretch_glyph)
328 (note_mouse_highlight): Likewise.
329
330 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
331
332 * process.c (add_keyboard_wait_descriptor)
333 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
334 (wait_reading_process_output): Don't pass write_mask to select
335 if SELECT_CANT_DO_WRITE_MASK is defined.
336 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
337
338 * process.h (add_read_fd, delete_read_fd, add_write_fd)
339 (delete_write_fd): Declare.
340
341 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
342 (write_mask): New variable.
343 (max_input_desc): Renamed from max_keyboard_desc.
344 (fd_callback_info): New variable.
345 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
346 New functions.
347 (Fmake_network_process): FD_SET write_mask.
348 (deactivate_process): FD_CLR write_mask.
349 (wait_reading_process_output): Connecting renamed to Writeok.
350 check_connect removed. check_write is new. Remove references to gpm.
351 Use Writeok/check_write unconditionally (i.e. no #ifdef
352 NON_BLOCKING_CONNECT) instead of Connecting.
353 Loop over file descriptors and call callbacks in fd_callback_info
354 if file descriptor is ready for I/O.
355 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
356 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
357 (keyboard_bit_set): Use max_input_desc.
358 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
359 Remove #ifdef subprocesses. Use max_input_desc.
360 (init_process): Initialize write_mask and fd_callback_info.
361
362 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
363
364 * dbusbind.c: Include process.h.
365 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
366 (xd_read_message_1): New functions.
367 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
368 Handle watch for both read and write.
369 (Fdbus_init_bus): Also register xd_toggle_watch.
370 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
371 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
372 to dbus_connection_flush.
373 (xd_read_message): Move most of the code to xd_read_message_1.
374 Call xd_read_message_1 until status is COMPLETE.
375
376 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
377
378 * term.c: Do not include sys/ioctl.h, not needed.
379 (init_tty): Reorder code to reduce the number of #ifdefs.
380 No code changes.
381
382 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
383
384 * process.h: Set up GnuTLS support.
385
386 * process.c (make_process, Fstart_process)
387 (read_process_output, send_process): Set up GnuTLS support for
388 process input/output file descriptors.
389
390 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
391
392 * gnutls.c: The source code for GnuTLS support in Emacs.
393
394 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
395
396 * config.in: Set up GnuTLS support.
397
398 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
399 (obj, LIBES): Set up GnuTLS support.
400
401 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
402
403 * w32.c (get_emacs_configuration_options): Fix previous change.
404
405 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
406
407 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
408 alive before using it (Bug#6977).
409
410 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
411
412 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
413
414 * dispextern.h: EMACS_INT/int fixup.
415
416 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
417 fixup.
418
419 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
420
421 2010-09-25 Eli Zaretskii <eliz@gnu.org>
422
423 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
424 (Fselect_window, window_scroll_pixel_based)
425 (window_scroll_line_based, Frecenter, Fset_window_configuration):
426 Use EMACS_INT for buffer positions.
427
428 * textprop.c (validate_interval_range, interval_of)
429 (property_change_between_p, Fadd_text_properties)
430 (set_text_properties_1, Fremove_text_properties)
431 (Fremove_list_of_text_properties, Ftext_property_any)
432 (Ftext_property_not_all, copy_text_properties)
433 (text_property_list, extend_property_ranges)
434 (verify_interval_modification): Use EMACS_INT for buffer
435 positions.
436
437 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
438 for buffer positions.
439
440 * process.c (read_process_output, send_process)
441 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
442 and string positions and size.
443
444 * print.c (print_object, print_string, strout): Use EMACS_INT for
445 string indices.
446
447 * minibuf.c (string_to_object): Use EMACS_INT for string position
448 and size.
449
450 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
451
452 * lread.c <read_from_string_index, read_from_string_index_byte>
453 <read_from_string_limit, readchar_count>: Define EMACS_INT.
454 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
455 buffer positions and string length.
456
457 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
458 EMACS_INT.
459 (echo_truncate, adjust_point_for_property, read_char)
460 (gen_help_event, make_lispy_event, modify_event_symbol)
461 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
462 for buffer positions and string length.
463
464 * keyboard.h (gen_help_event): Adjust prototype.
465
466 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
467
468 * commands.h <last_point_position>: Declare EMACS_INT.
469
470 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
471 (truncate_echo_area): Accept EMACS_INT argument.
472
473 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
474
475 * lisp.h (truncate_echo_area): Adjust prototype.
476
477 * composite.c (composition_adjust_point): Return EMACS_INT.
478
479 * composite.h (composition_adjust_point): Adjust prototype.
480
481 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
482
483 * process.c (Fmake_network_process): When arg :host is 'local,
484 use address 127.0.0.1, not name "localhost". (Bug#6781)
485
486 2010-09-24 Eli Zaretskii <eliz@gnu.org>
487
488 * indent.c (Fcurrent_indentation, indented_beyond_p)
489 (compute_motion): Use EMACS_INT for buffer position variables.
490
491 * lisp.h (indented_beyond_p): Adjust prototype.
492
493 * buffer.c (overlay_strings): Return EMACS_INT.
494
495 * buffer.h (overlay_strings): Adjust prototype.
496
497 * region-cache.c (pp_cache): Adjust format to arguments.
498
499 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
500 (call_debugger): Use EMACS_INT for specpdl_size related variables.
501 (verror): Use EMACS_INT for size of allocated buffer.
502
503 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
504 positions.
505
506 * xdisp.c (redisplay_internal, try_window_id)
507 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
508 EMACS_INT for buffer positions.
509
510 * dispextern.h (set_cursor_from_row): Adjust prototype.
511
512 * dispnew.c (increment_matrix_positions)
513 (increment_row_positions, copy_glyph_row_contents)
514 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
515 positions.
516
517 * dispextern.h (mode_line_string, marginal_area_string)
518 (increment_matrix_positions, increment_row_positions): Adjust
519 prototypes.
520
521 * data.c (Faref, Faset): Use EMACS_INT for string length and
522 positions.
523
524 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
525 characters to insert.
526
527 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
528 position and size.
529
530 * syntax.c (scan_words, update_syntax_table)
531 (prev_char_comend_first, back_comment, skip_chars)
532 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
533 EMACS_INT for buffer and string positions.
534
535 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
536
537 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
538 positions.
539
540 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * scroll.c (calculate_scrolling, line_ins_del)
543 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
544 conversion.
545
546 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
547 (region_cache_backward, region_cache_forward)
548 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
549 conversion.
550
551 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
552
553 * eval.c (verror): Fix EMACS_INT/int conversion.
554
555 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
556 (print_preprocess, print_check_string_charset_prop)
557 (print_object): Fix EMACS_INT/int conversion.
558
559 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
560
561 2010-09-24 Eli Zaretskii <eliz@gnu.org>
562
563 * callproc.c (Fcall_process): Use EMACS_INT for count of
564 characters read from the subprocess.
565
566 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
567 positions.
568 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
569 positions.
570
571 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
572 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
573 length.
574 (advance_to_char_boundary, Fset_buffer_multibyte)
575 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
576 (overlay_touches_p, record_overlay_string, overlay_strings)
577 (recenter_overlay_lists, fix_start_end_in_overlays)
578 (modify_overlay, Fmove_overlay, report_overlay_modification)
579 (evaporate_overlays): Use EMACS_INT for buffer positions.
580
581 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
582 prototypes.
583
584 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
585 positions.
586
587 * fns.c (Fcompare_strings, Fstring_lessp, concat)
588 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
589 (Fsubstring_no_properties, substring_both, Ffillarray)
590 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
591 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
592 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
593 (Fmd5): Use EMACS_INT for buffer and string positions and length
594 variables and arguments.
595
596 * lisp.h (substring_both): Adjust prototype.
597
598 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
599
600 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
601 * w32fns.c (clipboard_sequence_fn): Don't declare.
602 (globals_of_w32fns): Don't initialize it.
603
604 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * syntax.c (back_comment): Detect the case where a 1-char comment
607 starter is also the 2nd char of a 2-char comment ender.
608
609 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
610
611 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
612
613 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
615 * eval.c (verror): EMACS_INT/int cleanup.
616
617 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
618 unwind_protect more than 2GB worth of functions.
619
620 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
621
622 * lisp.h: Have oblookup take EMACS_INT to allow interning big
623 string and avoid compiler warnings.
624 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
625 all users.
626
627 * lread.c (oblookup): EMACS_INT/int cleanup.
628
629 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
630
631 2010-09-23 Eli Zaretskii <eliz@gnu.org>
632
633 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
634
635 * lisp.h (clip_to_bounds): Adjust prototype.
636
637 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
638
639 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
640
641 * lisp.h: doprnt.c EMACS_INT/int cleanup.
642
643 * doprnt.c (doprnt): EMACS_INT/int cleanup.
644
645 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
646 cleanup.
647
648 * lisp.h: Change the definition of all marker.c functions that
649 take and return buffer stuff to be EMACS_INT instead of int.
650
651 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
652 (buf_charpos_to_bytepos, bytepos_to_charpos)
653 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
654 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
655 for all buffer positions.
656
657 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
658
659 * intervals.c (traverse_intervals, rotate_right, rotate_left)
660 (split_interval_right, find_interval, next_interval)
661 (delete_node, delete_interval, interval_deletion_adjustment)
662 (adjust_intervals_for_deletion, merge_interval_right)
663 (merge_interval_left, graft_intervals_into_buffer)
664 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
665
666 * intervals.h (traverse_intervals): Update prototype.
667
668 2010-09-23 Eli Zaretskii <eliz@gnu.org>
669
670 * indent.c (compute_motion): Use EMACS_INT for arguments to
671 region_cache_forward.
672
673 * region-cache.c (struct boundary, struct region_cache): Use
674 EMACS_INT for positions.
675 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
676 (delete_cache_boundaries, set_cache_region)
677 (invalidate_region_cache, know_region_cache)
678 (region_cache_forward, region_cache_backward, pp_cache): Use
679 EMACS_INT for buffer positions.
680
681 * region-cache.h (know_region_cache, invalidate_region_cache)
682 (region_cache_forward, region_cache_backward): Adjust prototypes.
683
684 * search.c (string_match_1, fast_c_string_match_ignore_case)
685 (looking_at_1, scan_buffer, scan_newline)
686 (find_next_newline_no_quit, find_before_next_newline)
687 (search_command, trivial_regexp_p, search_buffer, simple_search)
688 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
689 and string positions and length.
690
691 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
692 (find_before_next_newline): Adjust prototypes.
693
694 * editfns.c (transpose_markers, update_buffer_properties)
695 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
696 (get_pos_property, Fconstrain_to_field)
697 (Fline_beginning_position, Fline_end_position, Fprevious_char)
698 (Fchar_after, Fchar_before, Finsert_char)
699 (Finsert_buffer_substring, Fcompare_buffer_substrings)
700 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
701 EMACS_INT for buffer and string position variables.
702 (Finsert_char): Protect against too large insertions.
703
704 * lisp.h (clip_to_bounds): Adjust prototype.
705
706 * intervals.c (traverse_intervals, rotate_right, rotate_left)
707 (balance_an_interval, split_interval_right, split_interval_left)
708 (find_interval, next_interval, update_interval)
709 (adjust_intervals_for_insertion, delete_node, delete_interval)
710 (interval_deletion_adjustment, adjust_intervals_for_deletion)
711 (offset_intervals, merge_interval_right, merge_interval_left)
712 (graft_intervals_into_buffer, adjust_for_invis_intang)
713 (move_if_not_intangible, get_local_map, copy_intervals)
714 (copy_intervals_to_string, compare_string_intervals)
715 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
716 and for interval tree size.
717
718 * intervals.h (traverse_intervals, split_interval_right)
719 (split_interval_left, find_interval, offset_intervals)
720 (graft_intervals_into_buffer, copy_intervals)
721 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
722 (update_interval): Adjust prototypes.
723
724 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
725 Use EMACS_INT for buffer position variables and arguments.
726
727 * composite.c (get_composition_id, find_composition)
728 (run_composition_function, compose_text)
729 (composition_gstring_width, autocmp_chars)
730 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
731 for buffer positions and string length variables and arguments.
732
733 * composite.h (get_composition_id, find_composition, compose_text)
734 (composition_gstring_width): Adjust prototypes.
735
736 * editfns.c (Fformat): Use EMACS_INT for string size variables.
737
738 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
739 EMACS_INT for string positions.
740
741 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
742 position arguments.
743
744 * intervals.h (get_property_and_range): Adjust prototype.
745
746 * character.c (parse_str_as_multibyte, str_as_multibyte)
747 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
748 (string_count_byte8, string_escape_byte8, c_string_width)
749 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
750 EMACS_INT for string length variables and arguments.
751
752 * character.h (parse_str_as_multibyte, str_as_multibyte)
753 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
754 (c_string_width, strwidth, lisp_string_width): Adjust
755 prototypes.
756
757 * font.c (font_intern_prop): Use EMACS_INT for string length
758 variables.
759
760 * font.c (font_intern_prop): Use EMACS_INT for string length
761 variables.
762
763 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
764 variables.
765
766 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
767 (Fmake_string): Protect against too large strings.
768 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
769 (live_misc_p): Use ptrdiff_t instead of int for pointer
770 differences.
771 (string_bytes, check_sblock, check_string_free_list)
772 (allocate_string_data, compact_small_strings, Fmake_string)
773 (Fmake_bool_vector, make_string, make_unibyte_string)
774 (make_multibyte_string, make_string_from_bytes)
775 (make_specified_string_string, Fmake_list, Fmake_vector): Use
776 EMACS_INT for string length variables and arguments.
777 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
778 (Fpurecopy): Use EMACS_INT for string size.
779 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
780 for vector size.
781
782 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
783 (make_string_from_bytes, make_specified_string_string)
784 (make_pure_string, string_bytes, check_point_in_composition):
785 Adjust prototypes.
786
787 2010-09-22 Eli Zaretskii <eliz@gnu.org>
788
789 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
790 (check_translation): Use EMACS_INT for buffer positions and
791 length.
792
793 * undo.c (record_marker_adjustment, record_delete)
794 (record_change, record_point, record_insert)
795 (record_property_change, Fprimitive_undo): Use EMACS_INT for
796 buffer positions.
797
798 * lisp.h (record_marker_adjustment, record_delete)
799 (record_change, record_point, record_insert)
800 (record_property_change, Fprimitive_undo): Adjust prototypes.
801
802 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
803 Eli Zaretskii <eliz@gnu.org>
804
805 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
806
807 2010-09-22 Eli Zaretskii <eliz@gnu.org>
808
809 * minibuf.c (Fminibuffer_contents)
810 (Fminibuffer_contents_no_properties)
811 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
812 positions.
813
814 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
815 mark.
816
817 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
818 (allocate_string_data): Accept EMACS_INT for string length.
819
820 * editfns.c (Ffield_string, Ffield_string_no_properties)
821 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
822 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
823 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
824 (Ffield_end): Use EMACS_INT for buffer positions.
825
826 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
827 point with mark.
828
829 * lisp.h (allocate_string_data, make_uninit_string)
830 (make_uninit_multibyte_string, make_buffer_string)
831 (make_buffer_string_both): Adjust prototypes.
832
833 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
834
835 * xml.c: Switch to GNU indentation.
836 (make_dom): Change parse tree format to match xml.el.
837 (Fxml_parse_html_string_internal): Rename from html-parse-string.
838 (Fxml_parse_string_internal): Rename from xml-parse-string.
839
840 2010-09-22 Kenichi Handa <handa@m17n.org>
841
842 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
843 only if we are not at a composition.
844 (set_iterator_to_next): Give it->end_charpos to
845 composition_compute_stop_pos.
846 (set_iterator_to_next, next_element_from_buffer): Likewise.
847
848 * dispnew.c (buffer_posn_from_coords): Fix position when the
849 current display element is a grapheme cluster in bidi-reordered
850 region.
851
852 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
853
854 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
855 the regions may overlap.
856
857 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
858
859 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
860
861 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * emacs.c: Do not include sys/ioctl.h, not needed.
864
865 * doprnt.c: Do not include stdlib.h, config.h does it.
866 Move #include before macro definition.
867
868 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
869
870 * Makefile.in (temacs): Link using $(CC) not $(LD).
871 (LD_FIRSTFLAG): Define using autoconf.
872 (LD): Remove.
873
874 Remove HAVE_TERMIOS definitions.
875 * s/usg5-4-common.h (HAVE_TERMIOS):
876 * s/template.h (HAVE_TERMIOS):
877 * s/gnu-linux.h (HAVE_TERMIOS):
878 * s/darwin.h (HAVE_TERMIOS):
879 * s/cygwin.h (HAVE_TERMIOS):
880 * s/bsd-common.h (HAVE_TERMIOS):
881 * s/aix4-2.h (HAVE_TERMIOS):
882 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
883 defined on all non-MS platforms.
884 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
885
886 * xterm.c (xt_action_hook): Use const.
887
888 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
889
890 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
891 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
892 (gethostname) [!HAVE_SOCKETS]: Remove.
893 (SOCK_REPLACE_HANDLE): Remove macro.
894 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
895 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
896 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
897 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
898
899 2010-09-18 Eli Zaretskii <eliz@gnu.org>
900
901 * deps.mk (xml.o): Add dependencies.
902
903 * xdisp.c (Fcurrent_bidi_paragraph_direction):
904 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
905
906 * bidi.c (bidi_paragraph_init): Accept an additional argument
907 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
908 search back until a paragraph with a strong directional character
909 is found, and use that to determine paragraph's base direction.
910
911 * dispextern.h (bidi_paragraph_init): Update prototype.
912
913 2010-09-17 Eli Zaretskii <eliz@gnu.org>
914
915 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
916 of w32api >= 3.15. (Bug#6989)
917
918 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * process.c (wait_reading_process_output): Don't message about
921 accept-process-output unless the time limit really is zero.
922
923 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
926 int/Lisp_Object mixup).
927
928 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
929
930 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
931 not HELP.
932
933 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
934
935 * frame.c (Ftool_bar_pixel_width): New function to expose tool
936 bar's pixel width to Lisp (Bug#7048).
937
938 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
939
940 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
941
942 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
943
944 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
945 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
946
947 2010-09-17 Kenichi Handa <handa@m17n.org>
948
949 * ftfont.c (ftfont_check_otf): Fix previous change.
950
951 2010-09-14 Kenichi Handa <handa@m17n.org>
952
953 * ftfont.c (ftfont_check_otf): Fix the case of checking just
954 existence of GSUB or GPOS.
955
956 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
957
958 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
959
960 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
961
962 * xml.c (parse_buffer): Renamed to parse_string(), since that's
963 what it does.
964 (parse_string): Return nil when the document can't be parsed.
965
966 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
967
968 * xterm.c (get_current_vm_state): New function.
969 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
970 want_fullscreen so set_wm_state calls are few (Bug#7013).
971 (x_handle_net_wm_state): Move code to get_current_vm_state and
972 call that function.
973
974 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
975
976 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
977
978 2010-09-14 Kenichi Handa <handa@m17n.org>
979
980 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
981 we may use designation or locking-shift.
982
983 2010-09-14 Kenichi Handa <handa@m17n.org>
984
985 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
986 sequence when the source is multibyte.
987
988 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
989
990 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
991 Don't make first argument optional. Doc fix.
992
993 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
994
995 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
996 parameters for the doc string.
997
998 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
999
1000 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
1001
1002 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
1005 (syms_of_fns): Don't defsubr Sy_or_n_p.
1006 * lisp.h: Don't declare Fy_or_n_p.
1007 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
1008
1009 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1010
1011 * xml.c (Fxml_parse_buffer): New function to parse XML files.
1012
1013 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * xml.c: New file.
1016 (Fhtml_parse_buffer): New function to interface to the libxml2
1017 html parsing function.
1018
1019 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * biditype.h: Regenerate.
1022
1023 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1024
1025 * nsimage.m (ns_load_image): Check argument types.
1026
1027 * image.c: Remove all uses of gcpro.
1028 (xpm_load): Check all lisp types.
1029 (pbm_load): Likewise.
1030 (png_load): Likewise.
1031 (jpeg_load): Likewise.
1032 (tiff_load): Likewise.
1033 (gif_load): Likewise.
1034 (imagemagick_load_image): Likewise.
1035 (imagemagick_load): Likewise.
1036 (svg_load): Likewise.
1037 (gs_load): Likewise.
1038
1039 2010-09-04 Eli Zaretskii <eliz@gnu.org>
1040
1041 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
1042 try to reorder grapheme clusters, since LGSTRING should always
1043 hold them in the logical order.
1044 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
1045 return glyph codes in the logical order.
1046
1047 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1048
1049 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
1050 (imagemagick_load_image): Fix type mismatch.
1051 (Fimagemagick_types): Likewise. Doc fix.
1052
1053 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1054
1055 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
1056
1057 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
1058
1059 * xselect.c: Remove declaration of cut-buffer objects and functions.
1060 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
1061 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
1062 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
1063 (Fx_rotate_cut_buffers_internal): Remove.
1064 (syms_of_xselect): Remove defsubr of above.
1065 Remove intern of QCUT_BUFFERn.
1066
1067 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * cmds.c (Vblink_paren_function): Remove.
1070 (internal_self_insert): Make it insert N chars at a time.
1071 Don't call blink-paren-function.
1072 (Fself_insert_command): Adjust accordingly.
1073 (syms_of_cmds): Don't declare blink-paren-function.
1074
1075 2010-08-31 Kenichi Handa <handa@m17n.org>
1076
1077 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
1078 characters.
1079
1080 * term.c (encode_terminal_code): Fix the previous change.
1081 (produce_glyphs): Don't set it->char_to_display here.
1082 Don't handle unibyte-display-via-language-environment here.
1083 (produce_special_glyphs): Set temp_it.char_to_display before
1084 calling produce_glyphs.
1085
1086 * xdisp.c (get_next_display_element): Set it->char_to_display
1087 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
1088 characters.
1089 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
1090 calling PRODUCE_GLYPHS.
1091 (append_space_for_newline): Save and store it->char_to_display.
1092 Set it->char_to_display before calling PRODUCE_GLYPHS.
1093 (extend_face_to_end_of_line): Set it->char_to_display before
1094 calling PRODUCE_GLYPHS.
1095 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
1096 character to its byte value.
1097 (get_char_glyph_code): New function.
1098 (produce_stretch_glyph): Set it2.char_to_display too before
1099 calling x_produce_glyphs.
1100 (x_produce_glyphs): Simplify by using the same code for ASCII and
1101 non-ASCII characters. Don't set it->char_to_display here.
1102 Don't handle unibyte-display-via-language-environment here. For a
1103 character of no glyph, use font->space_width instead of FONT_WIDTH.
1104
1105 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1108
1109 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1112
1113 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * marker.c (Fcopy_marker): Make the first arg optional.
1116
1117 2010-08-30 Kenichi Handa <handa@m17n.org>
1118
1119 * composite.c (composition_update_it): Fix computing of
1120 cmp_it->width.
1121
1122 2010-08-29 Kenichi Handa <handa@m17n.org>
1123
1124 * term.c (encode_terminal_code): Encode byte chars to the
1125 corresponding bytes.
1126
1127 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
1128
1129 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1130
1131 2010-08-26 Kenichi Handa <handa@m17n.org>
1132
1133 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1134 on calling composition_compute_stop_pos.
1135
1136 2010-08-25 Kenichi Handa <handa@m17n.org>
1137
1138 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1139 :otf.
1140
1141 * composite.c (composition_compute_stop_pos): Don't break
1142 composition at PT.
1143 (composition_reseat_it): Likewise. Fix calculation of character
1144 position starting a composition.
1145 (Fcomposition_get_gstring): Don't limit the number of components
1146 for automatic composition.
1147
1148 2010-08-25 Kenichi Handa <handa@m17n.org>
1149
1150 * composite.c (composition_compute_stop_pos): In forward search,
1151 pay attention to the possibility that some character after ENDPOS
1152 will be composed with charactrs before ENDPOS.
1153
1154 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * keyboard.c (command_loop_1): Don't clobber primary selection
1157 during handle-switch-frame (Bug#6872).
1158
1159 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
1160
1161 * dbusbind.c: Accept UNIX domain sockets as bus address.
1162 (Fdbus_close_bus): New function.
1163 (Vdbus_registered_buses): New variable.
1164 (xd_initialize): Implement string as bus address.
1165 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1166 (Fdbus_get_unique_name, Fdbus_call_method)
1167 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1168 (Fdbus_method_error_internal, Fdbus_send_signal)
1169 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1170 check. This is done in xd_initialize_bus. Adapt doc string, if
1171 necessary.
1172 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1173 Vdbus_registered_buses.
1174 (Vdbus_registered_objects_table): Create hash.
1175
1176 2010-08-22 Juri Linkov <juri@jurta.org>
1177
1178 * keyboard.c (Fexecute_extended_command): Move reading a command name
1179 with `completing-read' to a new Elisp function `read-extended-command'.
1180 Call it to read a command to `function' (bug#5364, bug#5214).
1181
1182 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1185
1186 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
1187
1188 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1189 instead of SAFE_ALLOCA.
1190
1191 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1194 (Bug#6214).
1195
1196 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1197
1198 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1199
1200 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1201
1202 * doc.c (Fsnarf_documentation): Initialize skip_file before
1203 build-files test.
1204
1205 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
1206
1207 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1208 New definitions.
1209 (HAVE_TERMIO): Remove.
1210
1211 2010-08-22 Eli Zaretskii <eliz@gnu.org>
1212
1213 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1214
1215 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1216 for w32.
1217
1218 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1219 it's done in nt/config.nt.
1220
1221 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1222
1223 * unexcoff.c (report_error, make_hdr, write_segment)
1224 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1225 Convert argument lists and prototypes to ANSI C.
1226 (make_hdr, write_segment): Remove unused variables.
1227 (unexec): Remove commented-out line. Initialize `new' to shut up
1228 compiler warnings.
1229
1230 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 Simplify termio code.
1233 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1234 HAVE_TERMIO code is obsolete.
1235 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1236 * systty.h: Do not define HAVE_TCATTR.
1237 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1238 Do not define EMACS_HAVE_TTY_PGRP. Only define
1239 EMACS_GET_TTY_PGRP for !DOS_NT.
1240 * sysdep.c: Include sysselect.h unconditionally. Do not include
1241 sys/ioctl.h and termios.h, systty.h does it. Use
1242 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1243 (init_baud_rate): Remove HAVE_TERMIO code.
1244 (child_setup_tty): Remove HAVE_TERMIO code.
1245 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1246 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1247 (new_ltchars, new_tchars): Remove, unused.
1248 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1249 code. Remove special casing for __mips__, it was a no-op. Remove
1250 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1251 (init_sys_modes): Remove HPUX special case.
1252 * process.c: Include stdlib.h unconditionally. Do not include
1253 fcntl.h, systty.h does it. Remove conditional code for
1254 HAVE_SERIAL, it is always true.
1255 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1256 always true when SIGNALS_VIA_CHARACTERS is true.
1257 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1258 !WINDOWSNT means HAVE_TERMIOS.
1259 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1260 conditional, which is true for all HAVE_TERMIOS systems.
1261 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1262 instead of HAVE_TERMIOS.
1263 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1264 EMACS_HAVE_TTY_PGRP.
1265 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1266 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1267 anyway.
1268
1269 2010-08-21 Eli Zaretskii <eliz@gnu.org>
1270
1271 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1272 mirroring pixel positions.
1273
1274 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1275
1276 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1277 write only.
1278 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1279 malloc_sbrk_used, nothing uses them.
1280
1281 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1282 defined, unconditionally defined in lisp.h.
1283
1284 * term.c: Do not include <termios.h>, systty.h does it.
1285
1286 * s/unixware.h (HAVE_TCATTR):
1287 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1288 systty.h defines it when HAVE_TERMIOS is defined.
1289
1290 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1291
1292 * dispnew.c (buffer_posn_from_coords): Fix last change for text
1293 terminals: add one-character offset for R2L lines.
1294
1295 * emacs.c <emacs_version>: Add a comment regarding
1296 msdos/mainmake.v2's dependency on the syntax of this declaration.
1297
1298 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1299
1300 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1301 position for R2L lines by mirroring the pixel position wrt the
1302 text are box. Improve commentary.
1303
1304 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1305
1306 * image.c (imagemagick_clear_image): Remove debugging output.
1307
1308 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1311 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1312 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1313 self-insert-face.
1314 (syms_of_cmds): Initialize the new vars.
1315
1316 2010-08-19 Jason Rumney <jasonr@gnu.org>
1317
1318 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1319
1320 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1321
1322 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1323
1324 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1325
1326 2010-08-18 Eli Zaretskii <eliz@gnu.org>
1327
1328 * xterm.c (x_draw_bar_cursor):
1329 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1330 R2L, draw the bar cursor on its right rather than on its left.
1331
1332 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * eval.c (Fdefmacro): Only obey one declaration.
1335
1336 * casefiddle.c (casify_region): Setup gl_state.
1337
1338 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1339
1340 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1341
1342 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1343
1344 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1345
1346 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
1347
1348 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1349 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1350 QPRIMARY => NXPrimaryPboard.
1351 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1352 NXPrimaryPboard => QPRIMARY.
1353 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1354 NXSecondaryPboard = SecondarySelection.
1355 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1356
1357 2010-08-18 Joakim Verona <joakim@verona.se>
1358
1359 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1360 defined:
1361 (imagemagick_image_p): New function to test for ImageMagic image.
1362 (imagemagick_load): New function to load ImageMagick image.
1363 (imagemagick_load_image): New function, helper for imagemagick_load.
1364 (imagemagick-types): New function.
1365 (Qimagemagick): New Lisp_object.
1366 (imagemagick-render-type): New variable, decides which renderer to use.
1367
1368 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1371 is a string.
1372
1373 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1374
1375 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1376 x_set_tool_bar_position handler.
1377
1378 2010-08-17 Eli Zaretskii <eliz@gnu.org>
1379
1380 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1381 x_set_tool_bar_position handler, needed to support changes from
1382 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1383
1384 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1385
1386 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1387 declaration (Bug#6863).
1388 (syms_of_nsselect): Don't intern QPRIMARY.
1389
1390 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1391
1392 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1393
1394 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * keyboard.c (command_loop_1): Avoid setting selection twice,
1397 since it's done in deactivate-mark as well.
1398 (Vselect_active_regions): Change default to t. Replace `lazy'
1399 with non-default value `only', meaning only set PRIMARY for
1400 temporarily active regions.
1401
1402 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1403 select-active-regions.
1404
1405 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1406
1407 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1408 isn't a string.
1409
1410 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1411
1412 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1413
1414 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1415
1416 * keyboard.c (parse_tool_bar_item): malloc buf.
1417 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1418 new_lbl (Bug#6855).
1419
1420 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1421
1422 * xterm.c (x_draw_stretch_glyph_string):
1423 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1424 the cursor on the right edge of the stretch glyph.
1425
1426 * xdisp.c (window_box_right_offset, window_box_right):
1427 Fix commentary.
1428
1429 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1430 direction when point is inside a run of whitespace characters.
1431
1432 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1433
1434 2010-08-14 Jason Rumney <jasonr@gnu.org>
1435
1436 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1437
1438 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1441
1442 2010-08-13 Jason Rumney <jasonr@gnu.org>
1443
1444 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1445 (MessageBoxW_Proc): New function typedef.
1446 (unicode-message-box): New function pointer.
1447 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1448
1449 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1450
1451 * frame.h (Qtool_bar_position): Declare.
1452
1453 * xfns.c (Fx_create_frame): Call x_default_parameter for
1454 Qtool_bar_position.
1455
1456 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1457
1458 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1459 (report_error, report_error_1): Ditto.
1460 (write_segment): Remove "#if 0" unused code.
1461 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1462 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1463 (start_of_text): Remove unused function (was used only if NO_REMAP
1464 was NOT defined).
1465
1466 * msdos.c (IT_set_face): Fix format string to match argument
1467 types.
1468 (IT_write_glyphs, IT_note_mode_line_highlight)
1469 (IT_set_frame_parameters): Remove unused variables.
1470 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1471 (IT_set_terminal_modes): Disambiguate expression in if clause.
1472 (Fmsdos_remember_default_colors): Return Qnil.
1473 (IT_set_frame_parameters): Add parens to disambiguate boolean
1474 expression for logging the cursor type to termscript.
1475 (keyboard_layout_list, keypad_translate_map)
1476 (grey_key_translate_map): Add braces in inner initializers.
1477 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1478 (dos_rawgetc): Remove unused label.
1479 (XMenuActivate): Add braces to remove ambiguous `else'.
1480 (dos_ttraw): Always return a value.
1481 (spawnve): Declare.
1482 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1483
1484 * dosfns.h (x_set_title): Declare.
1485
1486 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1487 Remove unused variables.
1488
1489 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1490 variables.
1491 (init_dosfns): Declare get_lim_data.
1492 (system_process_attributes): Declare Fget_internal_run_time.
1493
1494 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1495 list to be consistent with menu.h.
1496
1497 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1498 warnings due to mixing of "char *" and "const char *".
1499
1500 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 Introduce a new comment style "c" flag.
1503 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1504 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1505 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1506 (syntax_prefix_flag_p): New function.
1507 (Fstring_to_syntax): Understand new "c" flag.
1508 (Finternal_describe_syntax_value): Recognize new flag; use the
1509 SYNTAX_FLAGS_* macros.
1510 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1511 comment style to accomodate the new styles.
1512 (back_comment, forw_comment, Fforward_comment, scan_lists)
1513 (scan_sexps_forward): Update code to obey the new comment style flag.
1514
1515 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1516
1517 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1518
1519 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1520
1521 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1522 first.
1523 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1524
1525 * gtkutil.h (xg_check_special_colors): Declare.
1526
1527 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1528 (xg_create_frame_widgets): Connect theme name changes to
1529 style_changed_cb.
1530
1531 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1532 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1533 (x_term_init): Use char[] display_opt and name_opt instead of
1534 string literal. file is const char*.
1535
1536 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1537 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1538 props. Free them at the end.
1539
1540 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1541
1542 * xrdb.c (get_system_app): Make path const and use char *p for
1543 non-const char.
1544
1545 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1546 (xmenu_show): error parameter is const char **. pane_string is const
1547 char *.
1548 (button_names): Is const char *.
1549 (xdialog_show): error_name and pane_string is const.
1550
1551 * process.h (synch_process_death): Is const char*.
1552
1553 * w32menu.c (w32_menu_show):
1554 * nsmenu.m (ns_menu_show): error parameter is const char **.
1555
1556 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1557 is const char **.
1558
1559 * menu.c (Fx_popup_menu): error_name is const.
1560
1561 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1562 with unsigned char and XtPointer with void *.
1563
1564 * gtkutil.h: Replace widget_value with struct _widget_value.
1565 (enum button_type, struct _widget_value): Remove and use the one from
1566 keyboard.h.
1567
1568 * gtkutil.c (get_utf8_string): Always return an allocated string.
1569 Parameter is const.
1570 (create_dialog, xg_create_one_menuitem, create_menus)
1571 (xg_item_label_same_p, xg_update_menu_item): Free result from
1572 get_utf8_string.
1573 (xg_separator_p, xg_item_label_same_p): label is const.
1574
1575 * font.h (font_open_by_name): Make name const.
1576
1577 * font.c (font_open_by_name): Make name const.
1578
1579 * floatfns.c (matherr): Use a const char* variable for x->name.
1580
1581 * emacs.c (main): Pass char[] to putenv instead of literal.
1582
1583 * callproc.c (synch_process_death): Make const.
1584 (Fcall_process): Make signame const.
1585
1586 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1587 (addDisplayItemWithImage): Use const char*.
1588
1589 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1590 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1591
1592 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1593
1594 * keyboard.h (_widget_value): name, value and key are const char*.
1595
1596 * unexmacosx.c (unexec_error): Use const char *.
1597
1598 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1601 (font_parse_name, font_open_by_name):
1602 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1603 (font_parse_name, font_open_by_name): Remove const.
1604
1605 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1606
1607 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1608 definition.
1609
1610 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1611 * m/amdx86-64.h: Likewise.
1612 * m/arm.h: Likewise.
1613 * m/hp800.h: Likewise.
1614 * m/ia64.h: Likewise.
1615 * m/ibmrs6000.h: Likewise.
1616 * m/ibms390.h: Likewise.
1617 * m/intel386.h: Likewise.
1618 * m/iris4d.h: Likewise.
1619 * m/m68k.h: Likewise.
1620 * m/macppc.h: Likewise.
1621 * m/mips.h: Likewise.
1622 * m/sh3.h: Likewise.
1623 * m/sparc.h: Likewise.
1624 * m/template.h: Likewise.
1625 * m/vax.h: Likewise.
1626 * m/xtensa.h: Likewise.
1627 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1628 WORDS_BIG_ENDIAN.
1629 * lisp.h: Likewise.
1630 * md5.c: Likewise.
1631 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1632
1633 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1634
1635 Use const char* instead of char*.
1636 Reduce the number of warnings with -Wwrite-strings.
1637 * xrdb.c (get_environ_db, get_system_name):
1638 * unexelf.c (find_section):
1639 * term.c (string_cost, string_cost_one_line, per_line_cost)
1640 (get_named_tty, init_tty):
1641 * sysdep.c (sys_subshell):
1642 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1643 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1644 * search.c (Freplace_match):
1645 * process.c (Fmake_network_process, send_process, init_process):
1646 * lread.c (Fload, init_lread):
1647 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1648 * keyboard.c (parse_tool_bar_item, struct event_head):
1649 * gtkutil.h (xg_get_font_name):
1650 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1651 (make_widget_for_menu_item, make_menu_item, create_menus)
1652 (xg_make_tool_item):
1653 * font.c (parse_matrix, font_parse_name):
1654 * floatfns.c (rounding_driver, float_error_fn_name):
1655 * filelock.c (get_boot_time_1, lock_file_1):
1656 * fileio.c (barf_or_query_if_file_exists, check_writable):
1657 * editfns.c (get_system_name, get_operating_system_release)
1658 (Fencode_time, Fset_time_zone_rule):
1659 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1660 * buffer.c (defvar_per_buffer): Use const.
1661
1662 2010-08-08 Kenichi Handa <handa@m17n.org>
1663
1664 * charset.c: Include <stdlib.h>.
1665 (struct charset_sort_data): New struct.
1666 (charset_compare): New function.
1667 (Fsort_charsets): New function.
1668 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1669
1670 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1671 number in CTEXT extended segment.
1672
1673 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1674
1675 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1676 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1677
1678 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1681 (Fhash_table_size): Fix typos in docstrings.
1682 (Fmake_hash_table): Doc fix.
1683
1684 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1687 Doc fix (bug#5625).
1688
1689 2010-08-08 Ken Brown <kbrown@cornell.edu>
1690
1691 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1692 the MSDOS definition.
1693
1694 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1695
1696 Use const char* instead of char*.
1697 * xterm.c (x_create_toolkit_scroll_bar):
1698 * xfont.c (xfont_list_pattern):
1699 * xfns.c (x_default_scroll_bar_color_parameter)
1700 (xic_create_fontsetname, x_default_font_parameter)
1701 (x_screen_planes):
1702 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1703 (store_mode_line_string, decode_mode_spec, display_string):
1704 * menu.c (digest_single_submenu):
1705 * keymap.h (initial_define_key, initial_define_lispy_key):
1706 * keymap.c (initial_define_key, initial_define_lispy_key):
1707 * image.c (image_error, image_keyword):
1708 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1709 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1710 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1711 (ftfont_list, ftfont_match):
1712 * frame.c (frame_parm_table):
1713 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1714 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1715 (font_add_log, font_deferred_log):
1716 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1717 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1718 (font_add_log, font_deferred_log):
1719 * emacs.c (argmatch):
1720 * dispextern.h (struct it):
1721 * coding.c (ENCODE_DESIGNATION):
1722 * charset.c (define_charset_internal): Use const.
1723
1724 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1725
1726 * xrdb.c: Remove include guard.
1727 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1728 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1729 realloc->xrealloc instead of using #defines.
1730
1731 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1732
1733 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1734 * editfns.c (Fline_beginning_position, Fline_end_position):
1735 State in the doc strings that start and end of line are in the
1736 logical order.
1737
1738 * xdisp.c (display_line): Move the handling of overlay arrow after
1739 the call to find_row_edges. (Bug#6699)
1740
1741 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * keyboard.c (command_loop_1):
1744 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1745
1746 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * insdel.c (prepare_to_modify_buffer): Save active region text to
1749 Vsaved_region_selection.
1750
1751 * xselect.c (QPRIMARY): Move to keyboard.c.
1752
1753 * keyboard.c (Vselect_active_regions): Move from simple.el.
1754 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1755 (command_loop_1): Set window selection prior to deactivating the mark.
1756
1757 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * alloc.c (lisp_malloc):
1760 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1761 * charset.h (emacs_mule_charset):
1762 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1763 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1764 (bitch_at_user):
1765 * lisp.h (Fcheck_coding_system, Fget_text_property)
1766 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1767 Remove duplicate declarations.
1768
1769 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 * process.c: Simplify include logic.
1772
1773 * keyboard.h (quit_char): Add declaration.
1774 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1775 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1776 Add declarations.
1777 * sysdep.c:
1778 * w32.c: Remove the above declarations.
1779
1780 Remove extern declarations in .c files, .h files have them.
1781 * xterm.c:
1782 * xdisp.c:
1783 * msdos.c:
1784 * image.c:
1785 * gtkutil.c:
1786 * fileio.c:
1787 * eval.c: Remove declarations.
1788
1789 * frame.c (frame_params): Make const.
1790
1791 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1792
1793 * emacs.c (emacs_copyright, emacs_version): Make static.
1794 (Vinitial_window_system, Vauto_save_list_file_name)
1795 (Vinhibit_redisplay): Remove declarations.
1796 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1797 for AIX.
1798
1799 Use const for some arrays and functions.
1800 * xterm.h (xg_set_icon_from_xpm_data):
1801 * xfns.c (xg_set_icon_from_xpm_data):
1802 * term.c (fkeys):
1803 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1804 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1805 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1806 (frame.c frame_parms):
1807 * emacs-icon.h (gnu_xpm_bits):
1808 * callint.c (callint_argfuns): Use const.
1809
1810 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1811
1812 * sysdep.c: Move include term.h last of includes (Bug#6812).
1813
1814 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1815
1816 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1817
1818 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1819
1820 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1821
1822 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1825
1826 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * xterm.h (x_get_focus_frame): Declare.
1829
1830 * keyboard.h (poll_for_input_1): Unconditionally declare.
1831
1832 * nsterm.h (x_set_menu_bar_lines): Declare.
1833
1834 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1835
1836 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1837
1838 * window.c: Include menu.h.
1839
1840 * unexmacosx.c (print_region_list, print_regions)
1841 (build_region_list, find_emacs_zone_regions)
1842 (unexec_regions_merge, read_load_commands, dump_it)
1843 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1844
1845 * term.c: Check HAVE_SYS_IOCTL_H.
1846
1847 * sysdep.c: Check HAVE_TERM_H.
1848
1849 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1850
1851 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1852 (ns_ring_bell, ns_defined_color, hide_hourglass)
1853 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1854 Convert to ANSI C prototypes.
1855 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1856 before code.
1857
1858 * nsterm.h : Include sysselect.h.
1859 (x_sync, x_get_focus_frame, x_set_mouse_position)
1860 (x_set_mouse_pixel_position, x_make_frame_visible)
1861 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1862 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1863 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1864 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1865 Declare.
1866
1867 * nsmenu.m (popup_activated, name_is_separator)
1868 (syms_of_nsmenu): Convert to ANSI C prototypes.
1869 (runMenuAt): Prototypes and move declarations before code.
1870
1871 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1872
1873 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1874 prototypes.
1875
1876 * nsfns.m (have_menus_p, ns_display_info_for_name)
1877 (x_set_cursor_type, ns_appkit_version_str)
1878 (ns_appkit_version_int, ns_do_applescript)
1879 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1880 (syms_of_nsfns): Convert to ANSI C prototypes.
1881
1882 * menu.h (x_set_menu_bar_line): Declare.
1883 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1884
1885 * lisp.h (fmod_float): Declare.
1886
1887 * image.c (xpm_scan, xpm_make_color_table_v)
1888 (xpm_put_color_table_v, xpm_get_color_table_v)
1889 (xpm_make_color_table_h, xpm_put_color_table_h)
1890 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1891 (xpm_load): Convert to ANSI C prototypes.
1892
1893 * emacs.c: Include nsterm.h if HAVE_NS.
1894
1895 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1896
1897 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1900 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1901 (socket_options): Use const char* for name.
1902
1903 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1904
1905 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1906
1907 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1908 Don't declare xmalloc_widget_value and digest_single_submenu.
1909
1910 * w32font.c (Qlatin): Remove declaration.
1911
1912 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1913
1914 * dired.c (compile_pattern): Restore declaration.
1915
1916 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1917
1918 Remove extern declarations in .c files, .h files have them.
1919 * data.c:
1920 * dired.c:
1921 * editfns.c:
1922 * filelock.c:
1923 * fns.c:
1924 * font.c:
1925 * fontset.c:
1926 * frame.c:
1927 * fringe.c:
1928 * ftfont.c:
1929 * gtkutil.c:
1930 * indent.c:
1931 * keyboard.c:
1932 * keymap.c:
1933 * lread.c:
1934 * menu.c:
1935 * print.c:
1936 * search.c:
1937 * sound.c:
1938 * window.c:
1939 * xdisp.c:
1940 * xfaces.c:
1941 * xfns.c:
1942 * xfont.c:
1943 * xftfont.c:
1944 * xmenu.c:
1945 * xterm.c: Remove declarations.
1946
1947 Cleanup syssignal.h.
1948 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1949 (main_thread): Move down to remove #ifdef.
1950 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1951 Remove conditional definition following unconditional ones.
1952
1953 * lisp.h: Remove HAVE_SHM code, unused.
1954 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1955 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1956 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1957 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1958 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1959 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1960 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1961 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1962 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1963 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1964 (Qwindow_scroll_functions, Vafter_load_alist)
1965 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1966 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1967 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1968 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1969 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1970 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1971 (initial_argv, last_nonmenu_event, load_in_progress)
1972 (noninteractive_need_newline, scroll_margin): Add declarations.
1973
1974 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1975 declarations, menu.h has them.
1976 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1977 (Vinput_method_function, Qinput_method_function)
1978 (Qevent_symbol_element_mask, last_event_timestamp):
1979 * dispextern.h (Voverflow_newline_into_fringe):
1980 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1981 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1982 (syms_of_w32font, syms_of_nsfont):
1983 * fontset.h (find_font_encoding, Qlatin):
1984 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1985 (Vtool_bar_mode, set_frame_menubar):
1986 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1987 * xterm.h (Qx_gtk_map_stock):
1988 * keymap.h (meta_prefix_char): Add declarations.
1989
1990 * term.c: Remove dead code.
1991
1992 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1993 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1994 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1995 which is what was there before BSD_PGRPS was removed.
1996
1997 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1998
1999 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
2000
2001 * unexcoff.c: Renamed from unexec.c.
2002
2003 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
2006
2007 2010-08-03 Johan Bockgård <bojohan@gnu.org>
2008
2009 * data.c (Flocal_variable_p): Handle variable aliases correctly.
2010 (Bug#6744)
2011
2012 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
2013
2014 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
2015 to TRUE if depth of screen is < 16.
2016
2017 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
2018 USE_GTK_TOOLTIP.
2019 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
2020 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
2021 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
2022 USE_GTK_TOOLTIP.
2023 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
2024
2025 * xterm.h (USE_GTK_TOOLTIP): New define.
2026 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
2027
2028 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
2029 to Control-D (Bug#6771).
2030
2031 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
2034 Wording by Drew Adams <drew.adams@oracle.com>.
2035
2036 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2037
2038 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
2039 ttip_lbl.
2040
2041 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
2042 calling gtk_widget_queue_draw.
2043 (x_free_frame_resources): Call xg_free_frame_widgets.
2044
2045 * xfns.c (x_gtk_use_system_tooltips): New variable.
2046 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
2047 new gtkutil tooltip functions to show the tooltip.
2048 (Fx_hide_tip): Call xg_hide_tooltip.
2049 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
2050
2051 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
2052 (xg_show_tooltip, xg_hide_tooltip): Declare.
2053
2054 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
2055 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
2056 New functions.
2057 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
2058 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
2059 Remove code that is commented out.
2060
2061 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
2064
2065 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * xselect.c (x_own_selection): Use list4.
2068
2069 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2070
2071 * buffer.c (Qwindow): Do not define, already defined in data.c.
2072 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
2073
2074 2010-07-29 Chad Brown <yandros@mit.edu>
2075
2076 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
2077 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
2078 * config.in: Undef HAVE_DIRENT_H.
2079 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
2080 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
2081
2082 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 Rename s/usg5-4.h -> s/usg5-4-common.h.
2085 * s/usg5-4.h: Rename file to ...
2086 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
2087 * s/unixware.h:
2088 * s/sol2-6.h:
2089 * s/irix6-5.h: Update includes accordingly.
2090
2091 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2092
2093 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
2094
2095 * xterm.h (struct x_output): Add toolbar_top_height,
2096 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
2097 Remove toolbar_height.
2098 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
2099 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
2100 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
2101 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
2102
2103 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2104
2105 * xfns.c (x_set_tool_bar_position): New function.
2106 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2107 (x_frame_parm_handlers): Add x_set_tool_bar_position.
2108 (syms_of_xfns): If USE_GTK, provide move-toolbar.
2109
2110 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2111 and FRAME_TOOLBAR_LEFT_WIDTH.
2112
2113 * gtkutil.h (xg_change_toolbar_position): Declare.
2114
2115 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2116 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2117 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2118 (xg_create_frame_widgets): Create a hobox for placing widgets
2119 vertically. Use gtk_box_pack_start.
2120 (xg_height_or_width_changed): Renamed from xg_height_changed.
2121 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2122 (xg_update_frame_menubar, free_frame_menubar): Change to
2123 xg_height_or_width_changed.
2124 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2125 size correctly. Remove hardcoded 4, instead use handlebox size -
2126 toolbar size.
2127 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
2128 size correctly. Use handlebox size + toolbar size as additional size.
2129 (xg_pack_tool_bar): POS is a new parameter.
2130 Set orientation of tool bar based on pos.
2131 Only make handlebox_widget if NULL.
2132 Check if tool bar goes to vbox or hbox depending on pos.
2133 (xg_update_tool_bar_sizes): New function.
2134 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
2135 height, call xg_update_tool_bar_sizes instead.
2136 (free_frame_tool_bar): Remove from hbox or vbox depending on
2137 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2138 (xg_change_toolbar_position): New function.
2139
2140 * frame.h (struct frame): Add tool_bar_position.
2141 (Qbottom): Declare.
2142
2143 * frame.c (Qtool_bar_position): New variable.
2144 (make_frame): Set tool_bar_position to Qtop.
2145 (frame_parms): Add tool-bar-position.
2146 (x_report_frame_params): Store tool_bar_position.
2147 (x_set_fringe_width): Reset wm size hint after fringe changes.
2148
2149 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2150
2151 Make lisp_time_argument declaration work on all systems.
2152 * lisp.h (lisp_time_argument): Move declaration ...
2153 * systime.h (lisp_time_argument): ... here
2154 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
2155
2156 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2157
2158 * vm-limit.c (POINTER): Add typedef for it.
2159 (start_of_data): Change return type from POINTER to char *.
2160
2161 * frame.h (Qtty_color_mode): Move declaration out of ifdef
2162 HAVE_WINDOW_SYSTEM.
2163
2164 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2165
2166 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2167 Remove reference to __osf__, unused.
2168
2169 * mem-limits.h: Remove duplicated includes.
2170 (NULL): Remove definition, unused.
2171 (POINTER): Remove definition.
2172 (start_of_data): Use char* in prototype, as the function
2173 definition does.
2174
2175 Remove extern declarations from .c files, and them to .h files.
2176 * keyboard.h (Qhelp_echo, waiting_for_input)
2177 (input_available_clear_time, ignore_mouse_drag_p)
2178 (Vdouble_click_time, real_this_command, Vthis_original_command):
2179 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2180 (Voverriding_local_map_menu_flag):
2181 * lisp.h (Qinteractive_form, use_file_dialog)
2182 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2183 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2184 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2185 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2186 (Qfunction, debug_on_next_call, Qfield)
2187 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2188 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2189 (Qfile_directory_p, Qinsert_file_contents)
2190 (Qcompletion_ignore_case, Qcompletion_ignore_case)
2191 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2192 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2193 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2194 (Qminibuffer_prompt)
2195 (Vtemporary_file_directory,char_ins_del_vector, Qface):
2196 * xterm.h (gray_bitmap_width, gray_bitmap_height)
2197 (gray_bitmap_bits, xic_create_fontsetname):
2198 * coding.h (Vtranslation_table_for_input): Add extern declarations.
2199
2200 * xsmfns.c (Vuser_login_name):
2201 * xrdb.c (Vdouble_click_time):
2202 * xfaces.c (xic_create_fontsetname):
2203 * w32select.c (waiting_for_input):
2204 * print.c (minibuffer_auto_raise):
2205 * msdos.c (Qhelp_echo):
2206 * macros.c (real_this_command):
2207 * keymap.c (Voverriding_local_map):
2208 * xterm.c (poll_for_input_1, gray_bitmap_width)
2209 (gray_bitmap_height, gray_bitmap_bits;
2210 * xmenu.c ( Voverriding_local_map)
2211 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2212 (use_file_dialog, Xt_app_con):
2213 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2214 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2215 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2216 (Qtool_bar_lines, ignore_mouse_drag_p):
2217 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2218 (Qrear_nonsticky, nconc2):
2219 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2220 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2221 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2222 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2223 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2224 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2225 (gc_in_progress):
2226 * doc.c (Voverriding_local_map, Qremap):
2227 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2228 (Vcompletion_regexp_list):
2229 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2230 (Qcompletion_ignore_case):
2231 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2232 (Vhistory_length, Vthis_original_command, real_this_command)
2233 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2234 * image.c (Qrisky_local_variable):
2235 * fontset.c (QCname):
2236 * fns.c (minibuffer_auto_raise, QCname):
2237 * dispnew.c (char_ins_del_cost):
2238 * composite.c (font_fill_lglyph_metrics):
2239 * cmds.c (Qface, Vtranslation_table_for_input):
2240 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2241 * ccl.c (charset_unicode):
2242 * callproc.c (Vtemporary_file_directory):
2243 * buffer.c (emacs_strerror): Remove extern declarations.
2244
2245 * data.c (Qwindow): Make non-static, used from other files too.
2246 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2247
2248 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2249 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2250 * s/usg5-4.h (COFF):
2251 * s/template.h:
2252 * s/msdos.h (COFF, NO_REMAP):
2253 * s/ms-w32.h (NO_REMAP):
2254 * s/hpux10-20.h (NO_REMAP):
2255 * m/sparc.h (SEGMENT_MASK):
2256 * m/m68k.h (NO_REMAP):
2257 * m/intel386.h (SEGMENT_MASK):
2258 * m/arm.h (NO_REMAP):
2259 * m/alpha.h (COFF):
2260 * m/template.h: Remove references to unused defines.
2261
2262 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2263
2264 * xsettings.c (Ftool_bar_get_system_style): Also check for
2265 Qtext_image_horiz.
2266
2267 * xdisp.c (Qtext_image_horiz): Define.
2268 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
2269 to documentation of tool-bar-style.
2270
2271 * lisp.h (Qtext_image_horiz): Declare.
2272
2273 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2274 style text_image_horiz.
2275
2276 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2277
2278 * emacs.c (Fkill_emacs): Remove return statement.
2279
2280 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2281 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2282 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2283 local extern declarations.
2284
2285 * xmenu.c: Do not included lwlib.h, not needed.
2286
2287 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2288
2289 * process.c: Move definitions earlier to minimize #ifdefs.
2290
2291 * xterm.h (x_get_customization_string, x_load_resources)
2292 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2293 (x_check_errors, x_property_data_to_lisp, defined_color)
2294 (xic_set_xfontset, x_defined_color): Use const.
2295
2296 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2297 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2298
2299 * xselect.c (selection_data_to_lisp_data)
2300 (x_property_data_to_lisp):
2301 * xrdb.c (x_get_string_resource, file_p)
2302 (x_get_customization_string, magic_file_p, search_magic_path)
2303 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2304 (x_get_string_resource): Use const.
2305
2306 * xfns.c: Include xlwmenu.h when USE_LUCID.
2307 (x_defined_color, xic_set_xfontset): Use const.
2308 (Fx_hide_tip): Remove local extern declaration.
2309
2310 * xfaces.c (Qmouse_face): Remove declaration.
2311 (face_color_gray_p, tty_defined_color, defined_color)
2312 (face_color_gray_p, face_color_supported_p): Add const.
2313
2314 * xdisp.c (do_mouse_tracking): Remove declaration.
2315 (add_to_log): Use const.
2316
2317 * minibuf.c (Qmouse_face): Remove declaration.
2318
2319 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2320
2321 * keyboard.h (do_mouse_tracking): Add declaration.
2322
2323 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2324 (QCdata, QCtype, Qcenter): Remove declarations.
2325
2326 * frame.c (x_get_resource_string, x_get_string_resource)
2327 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2328 (x_default_parameter): Use const.
2329
2330 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2331 (QCheight, QCsize, QCname): Remove declarations.
2332
2333 * emacs.c (main): Remove local extern declaration.
2334
2335 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2336 declarations.
2337
2338 * dispnew.c: Remove duplicate #include <unistd.h>.
2339 (update_window, update_frame_1, init_display): Remove local extern
2340 declarations.
2341
2342 * dispextern.h (add_to_log): Remove declaration.
2343 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2344 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2345
2346 * dired.c (scmp): Add const.
2347 (directory_files_internal): Remove local extern declaration.
2348
2349 * data.c (Finteractive_form): Use const.
2350
2351 * composite.c (syms_of_composite): Remove local extern declarations.
2352
2353 * charset.c (add_to_log): Remove declaration.
2354
2355 * character.c (strwidth, parse_str_to_multibyte): Add const.
2356
2357 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2358
2359 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2360
2361 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2362 (Lisp_Subr): Make doc and intspec constant.
2363 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2364 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2365 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2366 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2367 (display_arg): Add declarations.
2368
2369 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
2370
2371 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2372
2373 * window.c (Fwindow_height): Doc fix (bug#6518).
2374
2375 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2376
2377 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2378
2379 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2382 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2383 functions.
2384
2385 * frame.h (Qtty_color_mode): Add declaration.
2386
2387 * lisp.h (Ftop_level, Fexit_recursive_edit)
2388 (Fabort_recursive_edit): Mark as NO_RETURN.
2389
2390 2010-07-26 Kenichi Handa <handa@m17n.org>
2391
2392 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2393 number of glyphs gets smaller than the original length. (Bug#6621)
2394
2395 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * lread.c (unreadpure, mapatoms_1): Make static.
2398
2399 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * terminfo.c (tparam): Fix prototype of tparm.
2402
2403 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2404
2405 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2406 find start of text segment.
2407 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2408 is defined.
2409
2410 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2411
2412 2010-07-25 Ken Brown <kbrown@cornell.edu>
2413
2414 * vm-limit.c (check_memory_limits): Fix previous change;
2415 accidentally reverted an earlier change.
2416
2417 2010-07-25 Ken Brown <kbrown@cornell.edu>
2418
2419 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2420 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2421
2422 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2425 * dired.c (opendir, readdir): Fix prototypes.
2426 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2427 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2428 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2429 (telldir): Remove declaration.
2430 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2431 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2432 * syssignal.h (strsignal): Fix prototype.
2433 * term.c (tparam): Fix prototype.
2434 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2435 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2436 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2437 and __morecore.
2438 * w32gui.h (XParseGeometry): Fix prototype.
2439 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2440 * w32term.c (my_set_focus): Declare inside #if 0.
2441 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2442 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2443 (drain_message_queue, get_next_msg, post_msg, parse_button)
2444 (ClipboardSequence_Proc): Fix prototypes.
2445 (wait_for_sync): Remove declaration.
2446
2447 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * w32fns.c (w32_to_x_color): Remove, unused.
2450
2451 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2452
2453 * lisp.h: Remove leftover P_.
2454
2455 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * ecrt0.c, unexalpha.c: Remove files, unused.
2458
2459 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2460
2461 * cmds.c (internal_self_insert): Make static.
2462 * lisp.h (internal_self_insert): Remove declaration.
2463
2464 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * alloc.c (free_float):
2467 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2468 * frame.c (delete_frame_handler):
2469 * ralloc.c (reorder_bloc):
2470 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2471 Remove unused static functions.
2472
2473 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2474 it is called only from NS code.
2475
2476 * w32term.c (my_set_focus): #ifdef away; it is called only from
2477 "#ifdef 0" code.
2478
2479 * w32fns.c (x_edge_detection):
2480 * xfaces.c (may_use_scalable_font_p):
2481 Remove obsolete static declarations.
2482
2483 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2486 (emacs_blocked_realloc, uninterrupt_malloc):
2487 * fringe.c (w32_reset_fringes):
2488 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2489 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2490 * sound.c (be2hs, do_play_sound):
2491 * vm-limit.c (get_lim_data, ret_lim_data):
2492 * w32term.c (x_free_frame_resources):
2493 * xfaces.c (x_create_gc, x_free_gc):
2494 Convert definitions to standard C.
2495
2496 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * eval.c (Feval, Ffuncall): Use the new names.
2499
2500 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2501 (DEFUN): Add braces around the union initialisation and use ## to
2502 specify the right union alternative and avoid a cast.
2503
2504 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2507
2508 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2511
2512 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2513
2514 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2515 is related to the menu bar (Bug#6499).
2516 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2517
2518 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2519
2520 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2521
2522 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2523
2524 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2525 i.e. don't put back ButtonRelease (Bug#6608).
2526
2527 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2528 instead of Window. Call xg_event_is_for_menubar when
2529 USE_GTK (Bug#6499).
2530
2531 * gtkutil.h (xg_event_is_for_menubar): Declare.
2532
2533 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2534
2535 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2536
2537 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2538 when it's the same as the old foreground. (Bug#6609)
2539
2540 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2541
2542 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2543 widget is non-null (Bug#6645).
2544
2545 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2546
2547 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2548 Convert old-style definition.
2549
2550 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2551 timestamp argument.
2552
2553 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2554
2555 * fringe.c (update_window_fringes): Restore mistakenly reverted
2556 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2557
2558 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2559
2560 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2561 (SET_SAVED_KEY_EVENT): Remove (not used).
2562 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2563 remove size parameter.
2564 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2565 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2566 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2567 ButtonRelease.
2568 (x_set_window_size_1): scroll_bar_actual_width is always
2569 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2570
2571 * xdisp.c (pending_menu_activation): Remove extern declaration.
2572 (prepare_menu_bars): Remove setting of pending_menu_activation.
2573
2574 * xmenu.c (pending_menu_activation): Remove.
2575 (x_activate_menubar): Set popup_activated_flag for Xt also.
2576 Remove setting of pending_menu_activation.
2577 (set_frame_menubar): Remove check of pending_menu_activation.
2578 Declare menubar_size before code. Correct spelling in comment.
2579
2580 2010-07-14 Kenichi Handa <handa@m17n.org>
2581
2582 * font.c (font_open_entity): Cancel previous change.
2583 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2584
2585 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2586
2587 Remove subprocesses #ifdefs.
2588 * process.c <inhibit_sentinels>: Move to the common part.
2589 (Fwaiting_for_user_input_p): Move to the common part; return nil
2590 if async subprocesses aren't supported.
2591 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2592 MS-DOS. Remove "#ifdef subprocesses".
2593 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2594 (gettimeofday): Remove "#ifdef subprocesses".
2595 (wait_without_blocking): Remove function.
2596 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2597 Remove "#ifdef subprocesses".
2598 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2599 compiled on MS-DOS.
2600 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2601 wait_for_termination on MS-DOS.
2602 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2603 initialization of inhibit_sentinels.
2604 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2605 subprocesses" conditional.
2606 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2607 wait_for_termination, since `buffer' cannot be an integer when
2608 async subprocesses are not supported
2609 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2610 for ifdefing away the call to Fprocess_status.
2611
2612 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2613 away the entire body of the function.
2614
2615 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2616
2617 Remove subprocesses #ifdefs from term.c.
2618 * process.c (add_keyboard_wait_descriptor)
2619 (delete_keyboard_wait_descriptor): Move to common section, do
2620 nothing when subprocesses is not defined.
2621 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2622 Remove subprocesses #ifdefs.
2623
2624 Convert maybe_fatal to standard C.
2625 * lisp.h (verror): Declare.
2626 * eval.c (verror): New function containing the code from ...
2627 (error): ... this. Call verror.
2628 * term.c (vfatal): New function containing the code from ...
2629 (fatal): ... this. Call vfatal.
2630 (maybe_fatal): Convert to standard C, use variable number of
2631 arguments. Declare as non-return.
2632 (init_tty): Fix maybe_fatal call.
2633
2634 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2635
2636 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2637 (_scroll_bar_note_movement): Convert definitions to standard C.
2638 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2639 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2640
2641 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2644 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2645 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2646 (xaw_jump_callback, xaw_scroll_callback)
2647 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2648 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2649 definitions to standard C.
2650 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2651 (popup_activate_callback, popup_deactivate_callback)
2652 (menu_highlight_callback, menubar_selection_callback)
2653 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2654 (free_frame_menubar, popup_selection_callback, as)
2655 (create_and_show_popup_menu, dialog_selection_callback)
2656 (create_and_show_dialog):
2657 * xfns.c (hack_wm_protocols, x_window):
2658 * xfaces.c (x_update_menu_appearance):
2659 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2660 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2661 (set_frame_size, update_wm_hints, setup_frame_gcs)
2662 (update_various_frame_slots, update_from_various_frame_slots)
2663 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2664 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2665 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2666
2667 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2668
2669 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2670
2671 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2672
2673 * process.c (setup_process_coding_systems): Move to the part
2674 shared by non-subprocesses systems, and make its body empty when
2675 subprocesses is not defined.
2676 (close_process_descs): Move to the part shared by non-subprocesses
2677 systems.
2678 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2679 ANSI C.
2680
2681 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2682
2683 * editfns.c (transpose_markers): Convert old-style definition.
2684 * emacs.c (abort, shut_down_emacs, fixup_locale)
2685 (synchronize_system_time_locale)
2686 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2687 * floatfns.c (extract_float, matherr, init_floatfns)
2688 (syms_of_floatfns): Likewise.
2689 * fns.c (make_hash_table): Likewise.
2690 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2691 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2692 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2693 (ftfont_variation_glyphs): Likewise.
2694 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2695 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2696 * lread.c (read_filtered_event): Likewise.
2697 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2698 * process.c (wait_reading_process_output): Likewise.
2699 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2700 * search.c (search_buffer, boyer_moore): Likewise.
2701 * syntax.c (scan_sexps_forward): Likewise.
2702 * xdisp.c (try_scrolling): Likewise.
2703 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2704 (face_at_string_position): Likewise.
2705 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2706 * xselect.c (x_get_window_property, receive_incremental_selection)
2707 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2708 Likewise.
2709 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2710
2711 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * callproc.c (child_setup): Remove subprocesses conditional.
2714 Remove code dealing with SET_EMACS_PRIORITY, unused.
2715
2716 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2717 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2718
2719 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2720 (__do_global_dtors, __main): Use void in definition.
2721 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2722 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2723 the only users from ...
2724 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2725 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2726 (HAVE_VOLATILE): Remove, unused.
2727
2728 Convert more function definitions to standard C.
2729 * xdisp.c (window_box_edges, handle_single_display_spec)
2730 (display_string): Convert definition to standard C.
2731 * scroll.c (do_direct_scrolling, scrolling_1):
2732 * dispnew.c (allocate_matrices_for_frame_redisplay)
2733 (mirrored_line_dance):
2734 * coding.c (code_convert_string):
2735 * charset.c (map_charset_chars):
2736 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2737 (Fregister_ccl_program, Fregister_code_conversion_map):
2738 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2739 (head_table): Make static and const.
2740
2741 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2742
2743 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2744 (PROFILING_LDFLAGS): Set from substitution.
2745 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2746 CFLAGS last.
2747
2748 2010-07-12 Kenichi Handa <handa@m17n.org>
2749
2750 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2751 (shortlisp): Likewise.
2752
2753 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2754
2755 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2756 of FONT_ENTITY_INDEX.
2757 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2758 property, get the property value dynamically.
2759 (Ffont_put): Accept font-entity and font-object too.
2760 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2761 return value changed.
2762 (syms_of_font): Adjusted for the above change.
2763
2764 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2765
2766 * blockinput.h: Remove obsolete comment.
2767
2768 * lisp.h: Include <stddef.h>.
2769 (OFFSETOF): Don't define.
2770 (VECSIZE): Use offsetof instead of OFFSETOF.
2771 (PSEUDOVECSIZE): Likewise.
2772 * process.c (conv_sockaddr_to_lisp): Likewise.
2773 * alloc.c: Don't include <stddef.h>.
2774 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2775
2776 * process.c: Remove obsolete comment.
2777
2778 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2781
2782 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2783
2784 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2785 index, rindex.
2786 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2787 * editfns.c (Fuser_full_name, Fformat): Likewise.
2788 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2789 * fileio.c (Ffile_symlink_p): Likewise.
2790 * filelock.c (current_lock_owner): Likewise.
2791 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2792 * fontset.c (fontset_pattern_regexp): Likewise.
2793 * lread.c (read1): Likewise.
2794 * sysdep.c (init_system_name): Likewise.
2795 * xfns.c (select_visual): Likewise.
2796 * s/hpux10-20.h (index, rindex): Don't define.
2797 * s/ms-w32.h (index): Likewise.
2798 * s/usg5-4.h: Likewise.
2799
2800 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2801
2802 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2803 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2804 (egetenv): Likewise.
2805 * doprnt.c (doprnt): Likewise.
2806 * editfns.c (set_time_zone_rule, format2): Likewise.
2807 * emacs.c (decode_env_path): Likewise.
2808 * eval.c (signal_error, error): Likewise.
2809 * insdel.c (replace_range_2): Likewise.
2810 * keyboard.c (cmd_error_internal): Likewise.
2811 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2812 * print.c (write_string, write_string_1, print_error_message):
2813 Likewise.
2814 * vm-limit.c (warn_function, memory_warnings): Likewise.
2815 * xdisp.c (message1, message1_nolog, message_with_string)
2816 (vmessage, message, message_nolog): Likewise.
2817 * emacs.c: Remove duplicate declaration.
2818 * keyboard.h: Likewise.
2819 * lisp.h: Update prototypes.
2820
2821 * eval.c: Fix indentation problem.
2822
2823 * keyboard.c: Include "process.h"
2824
2825 * eval.c: Remove obsolete noinline declaration.
2826 * fns.c: Likewise.
2827
2828 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2829
2830 * doprnt.c (doprnt): Take a va_list argument instead of count and
2831 pointer.
2832 * eval.c (error): Change to a standard-C variadic function.
2833 * xdisp.c (vmessage): Renamed from message, made static, and
2834 changed to take a va_list argument.
2835 (message): New variadic wrapper.
2836 (message_nolog): Now a variadic function, calling vmessage.
2837 * lisp.h: Include stdarg.h for va_list.
2838 (doprnt, error, message, message_nolog): Decls updated.
2839
2840 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2841
2842 * process.c (syms_of_process) <delete-exited-processes>: Define
2843 even if !subprocesses.
2844 (delete_exited_processes): Ditto.
2845
2846 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2847 (delete_exited_processes): Don't define.
2848
2849 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * frame.c (make_frame): Initialize menu_bar_lines and
2852 tool_bar_lines members.
2853 (make_initial_frame, make_terminal_frame): Initialize
2854 menu_bar_lines using value of menu-bar-mode.
2855
2856 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2857
2858 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2859
2860 * process.c: Reshuffle #include's. Condition some of the global
2861 and static variables on `subprocesses'.
2862 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2863 Leave only one implementation.
2864 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2865 (kill_buffer_processes, Flist_system_processes)
2866 (Fprocess_attributes, init_process, syms_of_process): Unify the
2867 implementations for with subprocesses and without them.
2868
2869 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2872 correct size for Motif.
2873 (free_frame_menubar): Call x_set_window_size to update frame size.
2874
2875 * xfns.c (x_window): Set borderWidth to 0 for pane and
2876 EmacsFrame. Frame size calculation is wrong otherwise.
2877
2878 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2881 allows to suppress errors when polling in Emacs' main loop.
2882 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2883 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2884 (Fdbus_method_error_internal, Fdbus_send_signal)
2885 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2886 (Fdbus_register_method): Use it. (Bug#6579)
2887
2888 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2889
2890 * alloc.c: Convert DEFUNs to standard C.
2891 * buffer.c:
2892 * bytecode.c:
2893 * callint.c:
2894 * callproc.c:
2895 * casefiddle.c:
2896 * casetab.c:
2897 * category.c:
2898 * character.c:
2899 * charset.c:
2900 * chartab.c:
2901 * cmds.c:
2902 * coding.c:
2903 * composite.c:
2904 * data.c:
2905 * dbusbind.c:
2906 * dired.c:
2907 * dispnew.c:
2908 * doc.c:
2909 * dosfns.c:
2910 * editfns.c:
2911 * emacs.c:
2912 * eval.c:
2913 * fileio.c:
2914 * filelock.c:
2915 * floatfns.c:
2916 * fns.c:
2917 * font.c:
2918 * fontset.c:
2919 * frame.c:
2920 * fringe.c:
2921 * image.c:
2922 * indent.c:
2923 * insdel.c:
2924 * keyboard.c:
2925 * keymap.c:
2926 * lread.c:
2927 * macros.c:
2928 * marker.c:
2929 * menu.c:
2930 * minibuf.c:
2931 * msdos.c:
2932 * nsfns.m:
2933 * nsmenu.m:
2934 * nsselect.m:
2935 * print.c:
2936 * process.c:
2937 * search.c:
2938 * sound.c:
2939 * syntax.c:
2940 * term.c:
2941 * terminal.c:
2942 * textprop.c:
2943 * undo.c:
2944 * w16select.c:
2945 * w32console.c:
2946 * w32fns.c:
2947 * w32font.c:
2948 * w32menu.c:
2949 * w32proc.c:
2950 * w32select.c:
2951 * window.c:
2952 * xdisp.c:
2953 * xfaces.c:
2954 * xfns.c:
2955 * xmenu.c:
2956 * xselect.c:
2957 * xsettings.c:
2958 * xsmfns.c: Likewise.
2959
2960 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2961
2962 * process.c (kbd_is_on_hold, hold_keyboard_input)
2963 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2964
2965 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2966
2967 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2968 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2969 unless USE_LUCID.
2970
2971 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2972
2973 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2974 declaration.
2975
2976 Clean up include guards.
2977 * tparam.c: Remove include guards for config.h, string.h and code
2978 that assumes #ifndef emacs.
2979 * termcap.c:
2980 * unexalpha.c:
2981 * sysdep.c:
2982 * filemode.c:
2983 * filelock.c:
2984 * bidi.c: Likewise.
2985
2986 Remove prefix-args.c
2987 * prefix-args.c: Remove file.
2988 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2989 * Makefile.in (temacs${EXEEXT}): Remove references to
2990 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2991 (mostlyclean): Remove reference to prefix-args.
2992 (prefix-args): Remove.
2993
2994 Simplify cstart_of_data, start_of_code and related code.
2995 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2996 (start_of_data): Merge into start_of_data function.
2997 * sysdep.c (start_of_text): Remove. Move simplified versions of
2998 it in the only users: unexaix.c and unexec.c.
2999 (read_input_waiting): Remove local declaration of quit_char.
3000 (start, etext): Remove declarations.
3001 (start_of_data): Merge with the version in mem-limits.h and move
3002 to vm-limits.c.
3003 * vm-limit.c (start_of_data): Merged and simplified version of the
3004 code formerly in mem-limits.h and sysdep.c.
3005 * unexec.c (start): New declaration, moved from sysdep.c.
3006 (start_of_text): Simplified version of the code formerly in sysdep.c.
3007 * unexaix.c (start_of_text): Simplified version of the code
3008 formerly in sysdep.c.
3009 * m/alpha.h (HAVE_TEXT_START): Remove.
3010 (TEXT_START): Move ...
3011 * unexalpha.c (TEXT_START): ... here.
3012 * s/hpux10-20.h (TEXT_START): Remove.
3013 * s/darwin.h (TEXT_START):
3014 * m/mips.h (TEXT_START):
3015 * m/macppc.h (HAVE_TEXT_START):
3016 * m/m68k.h (TEXT_START):
3017 * m/iris4d.h (TEXT_START):
3018 * m/intel386.h (TEXT_START):
3019 * m/ibmrs6000.h (TEXT_START):
3020 * m/ia64.h (HAVE_TEXT_START):
3021 * s/msdos.h (TEXT_START): Likewise.
3022
3023 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3024
3025 * alloc.c (overrun_check_malloc, overrun_check_realloc)
3026 (overrun_check_free, xstrdup, allocate_string)
3027 (allocate_string_data, compact_small_strings, Fmake_string)
3028 (make_unibyte_string, make_multibyte_string)
3029 (make_string_from_bytes, make_specified_string, make_float)
3030 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
3031 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
3032 memcpy, memmove, memset, memcmp.
3033 * atimer.c (start_atimer, set_alarm): Likewise.
3034 * buffer.c (clone_per_buffer_values, report_overlay_modification)
3035 (mmap_realloc, init_buffer_once): Likewise.
3036 * callint.c (Fcall_interactively): Likewise.
3037 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
3038 (getenv_internal_1): Likewise.
3039 * casefiddle.c (casify_object): Likewise.
3040 * ccl.c (ccl_driver): Likewise.
3041 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
3042 * charset.c (load_charset_map_from_file)
3043 (load_charset_map_from_file, load_charset_map_from_vector)
3044 (Fdefine_charset_internal): Likewise.
3045 * cm.c (Wcm_clear): Likewise.
3046 * coding.c (decode_eol, decode_coding_object)
3047 (Fset_coding_system_priority, make_subsidiaries): Likewise.
3048 * data.c (Faset): Likewise.
3049 * dired.c (directory_files_internal, file_name_completion_stat):
3050 Likewise.
3051 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
3052 (clear_glyph_row, copy_row_except_pointers)
3053 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
3054 (save_current_matrix, restore_current_matrix)
3055 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
3056 (mirror_line_dance, scrolling_window): Likewise.
3057 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
3058 Likewise.
3059 * doprnt.c (doprnt): Likewise.
3060 * editfns.c (Fuser_full_name, make_buffer_string_both)
3061 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
3062 * emacs.c (sort_args): Likewise.
3063 * eval.c (Fapply, Ffuncall): Likewise.
3064 * fileio.c (Ffile_name_directory, make_temp_name)
3065 (Fexpand_file_name, search_embedded_absfilename)
3066 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
3067 (auto_save_error): Likewise.
3068 * fns.c (Fstring_equal, Fcopy_sequence, concat)
3069 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
3070 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
3071 (Fmake_hash_table): Likewise.
3072 * fringe.c (Fdefine_fringe_bitmap): Likewise.
3073 * ftfont.c (ftfont_text_extents): Likewise.
3074 * getloadavg.c (getloadavg): Likewise.
3075 * image.c (define_image_type, make_image, make_image_cache)
3076 (x_create_x_image_and_pixmap, xbm_image_p)
3077 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
3078 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
3079 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
3080 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
3081 (tiff_image_p, tiff_read_from_memory, gif_image_p)
3082 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
3083 Likewise.
3084 * indent.c (scan_for_column, compute_motion): Likewise.
3085 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
3086 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
3087 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
3088 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
3089 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
3090 (store_user_signal_events, menu_bar_items, tool_bar_items)
3091 (process_tool_bar_item, append_tool_bar_item)
3092 (read_char_minibuf_menu_prompt, read_key_sequence)
3093 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
3094 Likewise.
3095 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
3096 Likewise.
3097 * lisp.h (STRING_COPYIN): Likewise.
3098 * lread.c (Fload, read1, oblookup): Likewise.
3099 * msdos.c (Frecent_doskeys): Likewise.
3100 * nsfns.m (Fx_create_frame): Likewise.
3101 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
3102 Likewise.
3103 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
3104 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
3105 Likewise.
3106 * nsmenu.m (ns_update_menubar): Likewise.
3107 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3108 * print.c (print_unwind, printchar, strout, print_string)
3109 (print_error_message): Likewise.
3110 * process.c (conv_lisp_to_sockaddr, set_socket_option)
3111 (Fmake_network_process, Fnetwork_interface_list)
3112 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3113 (init_process): Likewise.
3114 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3115 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3116 Likewise.
3117 * scroll.c (do_scrolling, do_direct_scrolling)
3118 (scrolling_max_lines_saved): Likewise.
3119 * search.c (search_buffer, wordify, Freplace_match): Likewise.
3120 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3121 * syntax.c (skip_chars, skip_syntaxes): Likewise.
3122 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3123 (emacs_set_tty): Likewise.
3124 * term.c (encode_terminal_code, calculate_costs)
3125 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3126 Likewise.
3127 * termcap.c (tgetst1, gobble_line): Likewise.
3128 * termhooks.h (EVENT_INIT): Likewise.
3129 * tparam.c (tparam1): Likewise.
3130 * unexalpha.c (unexec): Likewise.
3131 * unexec.c (write_segment): Likewise.
3132 * unexmacosx.c (unexec_write_zero): Likewise.
3133 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3134 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3135 * w32font.c (w32font_list_family, w32font_text_extents)
3136 (w32font_list_internal, w32font_match_internal)
3137 (w32font_open_internal, compute_metrics, Fx_select_font):
3138 Likewise.
3139 * w32menu.c (set_frame_menubar, add_menu_item)
3140 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3141 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3142 * w32uniscribe.c (uniscribe_list_family): Likewise.
3143 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3144 * window.c (make_window, replace_window, set_window_buffer)
3145 (Fsplit_window): Likewise.
3146 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3147 (add_to_log, message3, x_consider_frame_title)
3148 (append_space_for_newline, extend_face_to_end_of_line)
3149 (decode_mode_spec_coding, init_glyph_string): Likewise.
3150 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3151 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3152 (face_attr_equal_p, make_realized_face, make_face_cache)
3153 (free_realized_faces, lookup_named_face, smaller_face)
3154 (face_with_height, lookup_derived_face)
3155 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3156 (Finternal_set_font_selection_order, realize_default_face)
3157 (compute_char_face, face_at_buffer_position)
3158 (face_for_overlay_string, face_at_string_position, merge_faces):
3159 Likewise.
3160 * xfns.c (xic_create_fontsetname, Fx_create_frame)
3161 (Fx_window_property, x_create_tip_frame)
3162 (Fx_backspace_delete_keys_p): Likewise.
3163 * xfont.c (xfont_list, xfont_match, xfont_list_family)
3164 (xfont_text_extents): Likewise.
3165 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3166 * xrdb.c (magic_file_p, x_get_resource): Likewise.
3167 * xselect.c (x_queue_event, x_get_window_property)
3168 (receive_incremental_selection): Likewise.
3169 * xsmfns.c (x_session_check_input): Likewise.
3170 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3171 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3172 Likewise.
3173 * character.h (BCOPY_SHORT): Removed.
3174 * config.in: Regenerate.
3175 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3176 * emacs.c (main) [PROFILING]: Don't declare
3177 dump_opcode_frequencies.
3178 * lisp.h (safe_bcopy): Remove declaration.
3179 (memset) [!HAVE_MEMSET]: Declare.
3180 (memcpy) [!HAVE_MEMCPY]: Likewise.
3181 (memmove) [!HAVE_MEMMOVE]: Likewise.
3182 (memcmp) [!HAVE_MEMCMP]: Likewise.
3183 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3184 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3185 Don't define.
3186 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3187 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3188 (BCOPY_DOWNWARD_SAFE): Don't define.
3189 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3190 (memcpy) [!HAVE_MEMCPY]: Define.
3191 (memmove) [!HAVE_MEMMOVE]: Define.
3192 (memcmp) [!HAVE_MEMCMP]: Define.
3193
3194 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
3195
3196 * process.c (kbd_is_on_hold): New variable.
3197 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3198 New functions.
3199 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3200 select on empty input mask.
3201 (init_process): Initialize kbd_is_on_hold to 0.
3202
3203 * process.h (hold_keyboard_input, unhold_keyboard_input)
3204 (kbd_on_hold_p): Declare.
3205
3206 * keyboard.c (input_available_signal): Declare.
3207 (kbd_buffer_nr_stored): New function.
3208 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3209 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3210 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3211 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3212 (tty_read_avail_input): If input is on hold, return.
3213 Don't read more that free slots in kbd_buffer (Bug#6571).
3214
3215 2010-07-07 Eli Zaretskii <eliz@gnu.org>
3216
3217 * msdos.h:
3218 * msdos.c:
3219 * dosfns.c:
3220 * w16select.c: Convert function definitions to ANSI C.
3221
3222 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3223 Remove unused prototypes.
3224
3225 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * coding.c, sysdep.c: Convert some more functions to standard C.
3228
3229 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3232 (encode_coding_object): Use SPECPDL_INDEX.
3233 (syms_of_coding): Use DOS_NT.
3234
3235 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3236
3237 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3238
3239 Make the function member of Lisp_Subr use standard C prototypes.
3240 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3241 (DECL_ALIGN): Add a cast for the function.
3242 * eval.c (Feval, Ffuncall): Use the proper type for each type
3243 function call.
3244
3245 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3248 fringe face id, so face-remapping-alist works (Bug#6091).
3249
3250 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3253 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3254 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3255
3256 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3257
3258 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3259 * lisp.h: Declare x_get_keysym_name.
3260 * keyboard.c (modify_event_symbol): Don't declare
3261 x_get_keysym_name here.
3262
3263 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3264
3265 * ecrt0.c: Revert conversion to standard C.
3266
3267 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 * vm-limit.c (memory_warnings):
3270 * keyboard.c (modify_event_symbol):
3271 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3272 (round2, emacs_rint):
3273 * process.c (send_process, old_sigpipe): Convert function
3274 definitions and declarations to standard C.
3275
3276 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3279 * xdisp.c: Convert function definitions to standard C.
3280
3281 * cm.c (cmputc): Arg C is now int, not char.
3282 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3283
3284 2010-07-05 James Cloos <cloos@jhcloos.com>
3285
3286 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3287
3288 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3289 _NET_WM_ICON_NAME atoms.
3290
3291 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3292 and _NET_WM_ICON_NAME properties, too, matching what is
3293 done in the Gtk+ case.
3294
3295 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3296
3297 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3298
3299 * xsmfns.c (SSDATA): New macro.
3300 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3301 passed to strlen/strcpy/strcat.
3302 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
3303 7:th arg to XChangeProperty to (unsigned char *).
3304
3305 * xsettings.c (something_changedCB, parse_settings)
3306 (apply_xft_settings): Reformat prototype.
3307 (something_changedCB, init_gconf): Remove unused variable i.
3308 (read_settings): Remove unused variable long_len.
3309
3310 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3311 (xg_get_image_for_pixmap, create_dialog)
3312 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3313 (menuitem_highlight_callback, make_menu_item)
3314 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3315 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3316 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3317 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3318 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3319 (xg_tool_bar_item_expose_callback): Reformat prototype.
3320 (xg_update_menubar): GList *group => GSList *group.
3321 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3322 before use.
3323 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3324 to GTK_IMAGE (wimage).
3325
3326 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3327
3328 * atimer.c: Use "" instead of <> for local includes for
3329 consistency with the rest of the code.
3330
3331 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3332 * xrdb.c (get_system_name):
3333 * window.c (shrink_windows):
3334 * syntax.c (forw_comment):
3335 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3336 (ins_del_costs):
3337 * mem-limits.h (start_of_data):
3338 * lread.c (readevalloop):
3339 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3340 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3341 * frame.c (x_get_focus_frame):
3342 * floatfns.c (fmod_float):
3343 * fileio.c (choose_write_coding_system):
3344 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3345 (malloc_initialize_hook, sort_args, synchronize_locale):
3346 * doprnt.c (doprnt):
3347 * dired.c (compile_pattern):
3348 * data.c (fmod_float):
3349 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3350 (map_char_table_for_charset):
3351 * charset.c (define_charset_internal):
3352 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3353 to standard C.
3354
3355 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3356 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * lread.c (read1): Fix up last change to not mess up `c'.
3359
3360 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3361
3362 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3363
3364 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3365
3366 Fix prototypes.
3367
3368 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3369 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3370 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3371 arg, as required by internal_condition_case_1.
3372 * print.c (strout): Use const char* for arg PTR.
3373 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3374 (analyse_first): Fix "const const".
3375 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3376 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3377 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3378
3379 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3380
3381 * alloc.c: Convert function definitions to standard C.
3382 * atimer.c:
3383 * bidi.c:
3384 * bytecode.c:
3385 * callint.c:
3386 * callproc.c:
3387 * casefiddle.c:
3388 * casetab.c:
3389 * category.c:
3390 * ccl.c:
3391 * character.c:
3392 * charset.c:
3393 * chartab.c:
3394 * cmds.c:
3395 * coding.c:
3396 * composite.c:
3397 * data.c:
3398 * dbusbind.c:
3399 * dired.c:
3400 * dispnew.c:
3401 * doc.c:
3402 * doprnt.c:
3403 * ecrt0.c:
3404 * editfns.c:
3405 * fileio.c:
3406 * filelock.c:
3407 * filemode.c:
3408 * fns.c:
3409 * font.c:
3410 * fontset.c:
3411 * frame.c:
3412 * fringe.c:
3413 * ftfont.c:
3414 * ftxfont.c:
3415 * gtkutil.c:
3416 * indent.c:
3417 * insdel.c:
3418 * intervals.c:
3419 * keymap.c:
3420 * lread.c:
3421 * macros.c:
3422 * marker.c:
3423 * md5.c:
3424 * menu.c:
3425 * minibuf.c:
3426 * prefix-args.c:
3427 * print.c:
3428 * ralloc.c:
3429 * regex.c:
3430 * region-cache.c:
3431 * scroll.c:
3432 * search.c:
3433 * sound.c:
3434 * strftime.c:
3435 * syntax.c:
3436 * sysdep.c:
3437 * termcap.c:
3438 * terminal.c:
3439 * terminfo.c:
3440 * textprop.c:
3441 * tparam.c:
3442 * undo.c:
3443 * unexelf.c:
3444 * window.c:
3445 * xfaces.c:
3446 * xfns.c:
3447 * xfont.c:
3448 * xftfont.c:
3449 * xgselect.c:
3450 * xmenu.c:
3451 * xrdb.c:
3452 * xselect.c:
3453 * xsettings.c:
3454 * xsmfns.c:
3455 * xterm.c: Likewise.
3456
3457 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3458
3459 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3460 frames other than the initial one. Fix reversal of colors when
3461 `reverse' is specified in the frame parameters. Call
3462 update_face_from_frame_parameter instead of
3463 internal-set-lisp-face-attribute. Initialize screen colors from
3464 initial_screen_colors[] when f->default_face_done_p is zero,
3465 instead of depending on being called with default-frame-alist as
3466 the alist argument.
3467
3468 * xfaces.c (update_face_from_frame_parameter): Move out of
3469 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3470 with HAVE_WINDOW_SYSTEM.
3471
3472 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3473 to menu-bar-mode, if not set in the frame parameters or in
3474 default-frame-alist.
3475
3476 * w32console.c (sys_tputs): Adjust argument list to prototype in
3477 term.c.
3478
3479 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * lisp.h (memory_warnings): Fix prototype.
3482
3483 * cm.h (evalcost): Fix prototype.
3484
3485 * cm.c (evalcost): Fix arg type.
3486
3487 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * term.c (term_clear_mouse_face, Fidentity):
3490 * syssignal.h (signal_handler_t):
3491 * lisp.h (memory_warnings):
3492 * coding.h (preferred_coding_system):
3493 * cm.h (evalcost):
3494 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3495
3496 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3497
3498 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3499 from prototypes.
3500
3501 * msdos.h (load_pixmap): Don't define away.
3502
3503 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3504
3505 * lisp.h:
3506 * atimer.h: Remove define for P_.
3507
3508 * alloc.c: Remove __P and P_ from .c and .m files.
3509 * atimer.c:
3510 * buffer.c:
3511 * callint.c:
3512 * category.c:
3513 * charset.c:
3514 * chartab.c:
3515 * cm.c:
3516 * coding.c:
3517 * composite.c:
3518 * data.c:
3519 * dired.c:
3520 * dispnew.c:
3521 * doc.c:
3522 * editfns.c:
3523 * emacs.c:
3524 * eval.c:
3525 * fileio.c:
3526 * filelock.c:
3527 * fns.c:
3528 * font.c:
3529 * fontset.c:
3530 * frame.c:
3531 * ftfont.c:
3532 * ftxfont.c:
3533 * gmalloc.c:
3534 * gtkutil.c:
3535 * image.c:
3536 * indent.c:
3537 * intervals.c:
3538 * keyboard.c:
3539 * keymap.c:
3540 * lread.c:
3541 * marker.c:
3542 * menu.c:
3543 * minibuf.c:
3544 * print.c:
3545 * process.c:
3546 * scroll.c:
3547 * search.c:
3548 * sound.c:
3549 * strftime.c:
3550 * syntax.c:
3551 * sysdep.c:
3552 * term.c:
3553 * terminal.c:
3554 * textprop.c:
3555 * unexalpha.c:
3556 * w32console.c:
3557 * w32fns.c:
3558 * w32font.c:
3559 * w32menu.c:
3560 * w32term.c:
3561 * w32uniscribe.c:
3562 * window.c:
3563 * xdisp.c:
3564 * xfaces.c:
3565 * xfns.c:
3566 * xfont.c:
3567 * xftfont.c:
3568 * xmenu.c:
3569 * xselect.c:
3570 * xterm.c: Likewise.
3571
3572 Remove P_ and __P macros.
3573 * atimer.h: Remove P_ and __P macros.
3574 * buffer.h:
3575 * category.h:
3576 * ccl.h:
3577 * character.h:
3578 * charset.h:
3579 * cm.h:
3580 * coding.h:
3581 * composite.h:
3582 * dispextern.h:
3583 * disptab.h:
3584 * dosfns.h:
3585 * font.h:
3586 * fontset.h:
3587 * frame.h:
3588 * gtkutil.h:
3589 * indent.h:
3590 * intervals.h:
3591 * keyboard.h:
3592 * keymap.h:
3593 * lisp.h:
3594 * macros.h:
3595 * md5.h:
3596 * menu.h:
3597 * msdos.h:
3598 * nsterm.h:
3599 * puresize.h:
3600 * region-cache.h:
3601 * syntax.h:
3602 * syssignal.h:
3603 * systime.h:
3604 * termhooks.h:
3605 * w32font.h:
3606 * w32term.h:
3607 * widget.h:
3608 * window.h:
3609 * xgselect.h:
3610 * xsettings.h:
3611 * xterm.h: Likewise.
3612
3613 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3616
3617 Cleanup old code.
3618 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3619 * syssignal.h: Remove code for Lynx, not supported anymore.
3620 * vm-limit.c: Remove unused code the depends on emacs not being
3621 defined and NO_LIM_DATA being defined.
3622 * mem-limits.h: Remove dead code.
3623
3624 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3625
3626 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3627
3628 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3629 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3630
3631 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3632 parameters, they are already absolute.
3633
3634 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3635 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3636
3637 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3638
3639 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3640 Update FRAME_TOOLBAR_HEIGHT.
3641
3642 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3643 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3644
3645 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3648 check default-frame-alist.
3649
3650 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3651
3652 * process.c (create_process): Avoid using invalid file descriptors.
3653
3654 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3655
3656 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3657
3658 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3659 Improve documentation. Return font regardless of use_system_font.
3660 (syms_of_xsettings): Improve documentation for font-use-system-font.
3661
3662 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * xfaces.c (realize_face): Garbage the frame if a face is removed
3665 (Bug#6593).
3666
3667 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3668
3669 * keyboard.c: Remove duplicate <setjmp.h>.
3670 (read_key_sequence): Remove volatile qualifiers.
3671
3672 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3673
3674 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3675 (struct glyph_row): New members left_fringe_offset and
3676 right_fringe_offset.
3677
3678 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3679 specially.
3680 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3681 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3682
3683 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3684 Take account of bitmap offset.
3685 (draw_window_fringes): Take account of window vscroll.
3686 (update_window_fringes): Likewise. Extend top-aligned top indicator
3687 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3688 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3689 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3690
3691 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * w32fns.c (Qtooltip): Declare.
3694 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3695
3696 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3697
3698 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3699 grab on just Press (Bug#6499).
3700
3701 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * frame.c (Qtooltip): New var.
3704 (delete_frame): Use it. Fix faulty if statement. Don't update
3705 mode line for tooltip frames. Suggested by Martin Rudalics.
3706
3707 * xfns.c (x_create_tip_frame):
3708 * w32fns.c (x_create_tip_frame): Use it.
3709
3710 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3711
3712 * xftfont.c (xftfont_open): Check font width one by one also when
3713 spacing is dual.
3714
3715 * ftfont.c (ftfont_open): Ditto.
3716
3717 2010-06-30 Glenn Morris <rgm@gnu.org>
3718
3719 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3720
3721 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3722
3723 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3724 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3725 * s/darwin.h (SYSTEM_MALLOC):
3726 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3727
3728 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3729
3730 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3731 (ns_get_screen): Don't assign integer to f.
3732 (Fx_display_color_cells): Declarations before statements.
3733
3734 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3735
3736 * xfns.c (x_default_font_parameter): Remove got_from_system
3737 (Bug#6526).
3738
3739 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3740 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3741 defines based on what configure finds.
3742
3743 * xterm.c (XTflash): Use gtk_widget_get_window.
3744 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3745 gtk_adjustment_get_page_size.
3746 (handle_one_xevent): Use gtk_widget_get_mapped.
3747 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3748 messages.
3749
3750 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3751
3752 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3753 HAVE_GTK_FILE_SELECTION_NEW.
3754
3755 * gtkutil.c (xg_display_open, xg_display_close): Remove
3756 HAVE_GTK_MULTIDISPLAY, it is always defined.
3757 (xg_display_open): Return type is void.
3758 (gtk_widget_set_has_window)
3759 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3760 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3761 (gtk_adjustment_set_page_increment)
3762 (gtk_adjustment_get_step_increment): #define these if not found
3763 by configure.
3764 (remove_submenu): New define based on Gtk+ version.
3765 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3766 gtk_widget_get_window.
3767 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3768 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3769 (create_dialog): Use gtk_dialog_get_action_area and
3770 gtk_dialog_get_content_area.
3771 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3772 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3773 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3774 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3775 g_object_ref and g_object_unref.
3776 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3777 gtk_widget_get_sensitive.
3778 (xg_update_submenu): Use remove_submenu.
3779 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3780 properties instead to get old x and y position.
3781 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3782 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3783 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3784 (xg_get_tool_bar_widgets): New function.
3785 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3786 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3787 (toolbar_set_orientation): New #define based on if configure
3788 finds gtk_orientable_set_orientation.
3789 (xg_create_tool_bar): Call toolbar_set_orientation.
3790 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3791 instead of gtk_box_pack_start_defaults.
3792
3793 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3794
3795 * cmds.c (Fdelete_backward_char): Move into Lisp.
3796
3797 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * s/freebsd.h (BSD4_2): Remove redundant definition.
3800 bsd-common.h defines it already.
3801
3802 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3805 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3806 tool-bar-mode, which are now set using these X resources at
3807 startup, to determine the defaults (Bug#2249).
3808
3809 * w32fns.c (Fx_create_frame):
3810 * nsfns.m (Fx_create_frame): Likewise.
3811
3812 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3813
3814 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * gtkutil.c (xg_update_scrollbar_pos):
3817 Avoid C99 mid-block variable declaration.
3818
3819 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3820
3821 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3822
3823 * gtkutil.h (xg_show_scroll_bar): Remove.
3824
3825 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3826 if height is less than scroll bar min size.
3827 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3828
3829 * xfns.c (x_default_font_parameter): Try to open font from system
3830 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3831
3832 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3833
3834 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3835
3836 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3837
3838 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3839 most-positive-fixnum, be extra accurate when scrolling window
3840 start, to avoid missing the cursor line.
3841
3842 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3843
3844 * xdisp.c (try_scrolling): Compute the limit for searching point
3845 in forward scroll from scroll_max, instead of an arbitrary limit
3846 of 10 screen lines. See
3847 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3848 and
3849 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3850 for details.
3851
3852 2010-06-16 Glenn Morris <rgm@gnu.org>
3853
3854 * editfns.c (Fbyte_to_string): Pacify compiler.
3855
3856 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * lread.c (read1): Phase out old-style backquotes a bit more.
3859
3860 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3861
3862 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3863 bidimirror.h.
3864
3865 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3866
3867 * bidi.c (bidi_initialize): Remove explicit initialization of
3868 bidi_type_table; include biditype.h instead. Don't support
3869 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3870 (bidi_mirror_char): Use bidi_mirror_table.
3871
3872 * biditype.h: New file.
3873
3874 * bidimirror.h: New file.
3875
3876 * window.c (syms_of_window): Doc fix (bug#6409).
3877
3878 2010-06-12 Romain Francoise <romain@orebokech.com>
3879
3880 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3881 ediff-hook.
3882
3883 2010-06-10 Glenn Morris <rgm@gnu.org>
3884
3885 * editfns.c (Fbyte_to_string): Pacify compiler.
3886
3887 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3888
3889 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3890
3891 * alloc.c (Fmake_byte_code): Don't access undefined argument
3892 (Bug#6517).
3893
3894 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * xdisp.c (next_element_from_image): Ensure that after-strings are
3897 read the next time we hit handle_stop (Bug#1336).
3898
3899 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3900
3901 * lread.c (read1): Signal error if #s is not followed by paren.
3902
3903 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3906
3907 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3908
3909 2010-06-15 Glenn Morris <rgm@gnu.org>
3910
3911 * editfns.c (Fbyte_to_string): Pacify compiler.
3912
3913 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3916 Check `object's type before accessing its guts.
3917
3918 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 * s/usg5-4.h: Fix previous change.
3921 Suggested by Lawrence Mitchell <wence@gmx.li>
3922
3923 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3924
3925 * minibuf.c (Fall_completions): Add more checks.
3926
3927 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3930
3931 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3932
3933 * lread.c (X_OK): Remove, unused.
3934
3935 * dispnew.c: Remove obsolete comment.
3936
3937 Remove INCLUDED_FCNTL.
3938 * xterm.c (INCLUDED_FCNTL):
3939 * callproc.c (INCLUDED_FCNTL):
3940 * alloc.c (INCLUDED_FCNTL):
3941 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3942 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3943
3944 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3945
3946 * window.c (Fselect_window): Move `record_buffer' up to the
3947 beginning of this function, so the buffer gets recorded
3948 even if the selected window does not change.
3949 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3950
3951 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3954 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3955
3956 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3957
3958 Remove BSTRING related code, all platforms define it.
3959 * s/usg5-4.h (BSTRING): Remove definition.
3960 * s/template.h (BSTRING):
3961 * s/msdos.h (BSTRING):
3962 * s/ms-w32.h (BSTRING):
3963 * s/hpux10-20.h (BSTRING):
3964 * s/gnu-linux.h (BSTRING):
3965 * s/darwin.h (BSTRING):
3966 * s/cygwin.h (BSTRING):
3967 * s/bsd-common.h (BSTRING):
3968 * s/aix4-2.h (BSTRING): Likewise.
3969 * sysdep.c: Remove code depending on BSTRING not being defined.
3970
3971 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3972
3973 Remove obsolete macro BASE_LEADING_CODE_P.
3974 * character.h (BASE_LEADING_CODE_P): Remove.
3975 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3976 * buffer.c (Fset_buffer_multibyte):
3977 * indent.c (scan_for_column, compute_motion):
3978 * insdel.c (count_combining_before, count_combining_after):
3979 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3980
3981 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3982
3983 Turn `directory-sep-char' into a noop.
3984
3985 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3986 (DIRECTORY_SEP): Define unconditionally.
3987
3988 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3989
3990 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3991 call dostounix_filename directly.
3992
3993 * fileio.c (CORRECT_DIR_SEPS): Remove.
3994 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3995 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3996 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3997 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3998
3999 * w32proc.c (CORRECT_DIR_SEPS): Remove.
4000 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
4001
4002 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
4003
4004 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
4005 (Bug#6346)
4006
4007 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * ccl.c (Fccl_program_p): Fix typo in docstring.
4010
4011 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4012
4013 Move UNEXEC definition to autoconf.
4014 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
4015 * s/sol2-10.h (UNEXEC):
4016 * s/irix6-5.h (UNEXEC):
4017 * s/hpux10-20.h (UNEXEC):
4018 * s/gnu-linux.h (UNEXEC):
4019 * s/darwin.h (UNEXEC):
4020 * s/cygwin.h (UNEXEC):
4021 * s/bsd-common.h (UNEXEC):
4022 * s/aix4-2.h (UNEXEC):
4023 * m/alpha.h (UNEXEC): Likewise.
4024 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
4025
4026 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4027
4028 Remove obsolete pre-unicode2 macros.
4029 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
4030 * composite.c (composition_reseat_it):
4031 * data.c (Faset):
4032 * fns.c (Ffillarray):
4033 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
4034 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
4035
4036 2010-06-03 Juri Linkov <juri@jurta.org>
4037
4038 * buffer.c (Fother_buffer): Add CHECK_FRAME.
4039 (Fswitch_to_buffer): Remove unused variable `err'.
4040
4041 2010-06-03 Glenn Morris <rgm@gnu.org>
4042
4043 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
4044
4045 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
4046 now that AH_BOTTOM does it.
4047
4048 * m/hp800.h (HAVE_ALLOCA):
4049 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
4050
4051 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
4052 Remove NOT_C_CODE tests, it is always true now.
4053
4054 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 Fix config.h includes.
4057 * xsettings.c:
4058 * xgselect.c:
4059 * nsterm.m:
4060 * nsselect.m:
4061 * nsimage.m:
4062 * nsfont.m:
4063 * nsfns.m:
4064 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
4065 other files do.
4066
4067 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
4068
4069 * s/sol2-6.h: Remove obsolete comments.
4070
4071 Remove unnecessary alloca.h includes.
4072 * keymap.c: Do not include alloca.h, config.h does that.
4073 * sysdep.c: Likewise. Do not define fwrite, not used.
4074
4075 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
4078 the HAVE_TERMIO where it belongs (bug#6149).
4079
4080 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
4083 of bug#6305).
4084
4085 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4086
4087 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
4088 state is always cached (bug#6306).
4089
4090 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4091
4092 Fix cursor motion in bidi-reordered continued lines.
4093 * xdisp.c (try_cursor_movement): Backup to non-continuation line
4094 only after finding point's row. Fix the logic. Rewrite the loop
4095 over continuation lines in bidi-reordered buffers. Return
4096 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
4097 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
4098
4099 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
4102
4103 2010-05-28 Kenichi Handa <handa@m17n.org>
4104
4105 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4106 Don't sheck SPEC if it is nil.
4107 (font_list_entities): Call font_delete_unmatched if
4108 Vface_ignored_fonts is non-nil. (Bug#6287)
4109
4110 2010-05-28 Glenn Morris <rgm@gnu.org>
4111
4112 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4113
4114 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4117 whether to trash.
4118 (internal_delete_file, Frename_file): Callers changed.
4119 (delete_by_moving_to_trash): Doc fix.
4120 (Fdelete_directory_internal): Don't move to trash.
4121
4122 * callproc.c (delete_temp_file):
4123 * buffer.c (Fkill_buffer): Callers changed.
4124
4125 * lisp.h: Update prototype.
4126
4127 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * xdisp.c (redisplay_window): After redisplay, check if point is
4130 still valid before setting it (Bug#6177).
4131
4132 2010-05-27 Glenn Morris <rgm@gnu.org>
4133
4134 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4135 Convert comments to Makefile format.
4136
4137 * Makefile.in (bootstrap-clean): No more Makefile.c.
4138
4139 2010-05-26 Glenn Morris <rgm@gnu.org>
4140
4141 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4142 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4143
4144 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4145 Remove.
4146 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4147
4148 2010-05-26 Kenichi Handa <handa@m17n.org>
4149
4150 * composite.c (composition_compute_stop_pos): Fix condition for
4151 backward scanning.
4152
4153 2010-05-25 Glenn Morris <rgm@gnu.org>
4154
4155 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4156 Move before TEMACS_LDFLAGS.
4157 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4158 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4159
4160 * Makefile.in (NOT_C_CODE): No longer define.
4161 (config.h): No longer include.
4162
4163 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4164 variables it may reference.
4165
4166 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4167 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4168
4169 2010-05-25 Kenichi Handa <handa@m17n.org>
4170
4171 * dispextern.h (struct composition_it): New members rule_idx and
4172 charpos.
4173
4174 * xdisp.c (set_iterator_to_next): While scanning backward, assume
4175 that the character positions of IT point the last character of the
4176 current grapheme cluster.
4177 (next_element_from_composition): Don't change character positions
4178 of IT.
4179 (append_composite_glyph): Set glyph->charpos to
4180 it->cmp_it.charpos.
4181
4182 * composite.c (autocmp_chars): Change the first argument to RULE,
4183 and try composition with RULE only.
4184 (composition_compute_stop_pos): Record the index number of the
4185 composition rule in CMP_IT->rule_idx.
4186 (composition_reseat_it): Call autocmp_chars repeatedly until the
4187 correct rule of the composition is found.
4188 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
4189 is at the last character of the current grapheme cluster when
4190 CMP_IT->reversed_p is nonzero.
4191
4192 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * editfns.c (Fbyte_to_string): New function.
4195
4196 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4199 Suggested by Masatake YAMATO <yamato@redhat.com>.
4200
4201 2010-05-23 Eli Zaretskii <eliz@gnu.org>
4202
4203 * dispextern.h (init_iterator): Sync prototype with changed definition.
4204
4205 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4206
4207 * s/netbsd.h: If terminfo is found, use it in preference to
4208 termcap. (Bug#6190) [Backport from trunk]
4209
4210 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4211
4212 Redesign and reimplement bidi-aware edge positions of glyph rows.
4213
4214 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4215 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4216 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4217 and maxpos members instead of start.pos and end.pos, respectively.
4218
4219 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4220 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4221 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4222 (try_window_reusing_current_matrix, try_window_id):
4223 Use ROW->minpos rather than ROW->start.pos.
4224 (init_from_display_pos, init_iterator): Use EMACS_INT for
4225 character and byte positions.
4226 (find_row_edges): Rename from find_row_end. Accept additional
4227 arguments for minimum and maximum buffer positions seen by
4228 display_line for this row. Don't use iterator to find the
4229 position following the maximum one; instead, increment the
4230 position found by display_line directly. Fix logic; eol_pos
4231 should be tested before the rest. Handle the case of characters
4232 delivered from display vector (bug#6036). Fix tests related to
4233 it->method. Handle the truncated_on_right_p rows.
4234 (RECORD_MAX_MIN_POS): New macro.
4235 (display_line): Use it to record the minimum and maximum buffer
4236 positions for glyphs in the row being assembled. Record the
4237 position of the newline that terminates the line. If word wrap is
4238 in effect, restore minimum and maximum positions seen up to the
4239 wrap point, when iterator returns to it.
4240 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4241 row and cursor not already at point. Restore original pre-bidi
4242 code for unidirectional buffers.
4243
4244 * dispnew.c (increment_row_positions, check_matrix_invariants):
4245 Increment and check row->start.pos and row->end.pos, in addition
4246 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4247
4248 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4249 Display truncated_on_left_p and truncated_on_right_p flags.
4250 Formatting fixes.
4251 (pmtxrows): Display the ordinal number of each row. Don't display
4252 rows beyond the last one.
4253
4254 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4255 it is not copied by bidi_copy_it.
4256
4257 2010-05-22 Eli Zaretskii <eliz@gnu.org>
4258
4259 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4260 (Bug#6237)
4261
4262 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * image.c (Fimage_flush): Rename from image-refresh.
4265
4266 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4269 just one window.
4270
4271 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4272 (clear_image_cache): If the number of cached images is unusually
4273 large, decrease the cache eviction delay (Bug#6230).
4274
4275 2010-05-21 Glenn Morris <rgm@gnu.org>
4276
4277 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4278 Move these rules to ns.mk.
4279 * ns.mk: New file.
4280
4281 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4282
4283 * Makefile.in (CANNOT_DUMP): New, set by configure.
4284 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4285
4286 2010-05-20 Juri Linkov <juri@jurta.org>
4287
4288 * fileio.c (Fdelete_file): Change interative spec to use
4289 `read-file-name' like in `find-file-read-args' where the default
4290 value is `default-directory' instead of `buffer-file-name'.
4291 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4292
4293 2010-05-20 Kevin Ryde <user42@zip.com.au>
4294
4295 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4296 (Voverriding_terminal_local_map, Vsystem_key_alist)
4297 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4298
4299 2010-05-20 Glenn Morris <rgm@gnu.org>
4300
4301 * Makefile.in (DEPDIR): New constant.
4302 (DEPFLAGS): Set with configure, not cpp.
4303 (MKDEPDIR): New, set by configure.
4304 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4305 (clean): Use $DEPDIR.
4306 (deps_frag): Include from configure.
4307 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4308 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4309
4310 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4311 reallocation of the cache. (Bug#6210)
4312
4313 2010-05-19 Glenn Morris <rgm@gnu.org>
4314
4315 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4316
4317 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4318 (GNULIB_VAR): Remove.
4319 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4320
4321 * m/ibms390x.h (LINKER):
4322 * m/macppc.h (LINKER) [GNU_LINUX]:
4323 * s/aix4-2.h (ORDINARY_LINK):
4324 * s/cygwin.h (LINKER):
4325 * s/darwin.h (ORDINARY_LINK):
4326 * s/gnu.h (ORDINARY_LINK):
4327 * s/netbsd.h (LINKER):
4328 * s/usg5-4.h (ORDINARY_LINK):
4329 Move to configure.
4330
4331 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4332
4333 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4336 prevent stack overflow if number of arguments is too large
4337 (Bug#6214).
4338
4339 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4340
4341 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4342
4343 2010-05-18 Glenn Morris <rgm@gnu.org>
4344
4345 * s/gnu-linux.h: Combine two conditionals.
4346
4347 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4348 $(POST_ALLOC_OBJ).
4349
4350 * Makefile.in (RALLOC_OBJ): New, set by configure.
4351 (rallocobj): Replace with the previous variable.
4352 (otherobj): Use $RALLOC_OBJ.
4353
4354 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4355 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4356
4357 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4358 (gmallocobj, vmlimitobj): Replace with previous two variables.
4359 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4360
4361 2010-05-17 Glenn Morris <rgm@gnu.org>
4362
4363 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4364 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4365
4366 2010-05-16 Glenn Morris <rgm@gnu.org>
4367
4368 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4369
4370 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4371
4372 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4373 trailing "/".
4374
4375 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4376 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4377
4378 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4379 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4380 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4381 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4382 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4383
4384 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4385 Remove ${STARTFLAGS}, nothing ever sets it.
4386
4387 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4388
4389 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4390
4391 2010-05-16 Glenn Morris <rgm@gnu.org>
4392
4393 * Makefile.in (LIBX_BASE): Always define.
4394
4395 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4396
4397 * Makefile.in (LIBXT): Always define.
4398
4399 2010-05-15 Glenn Morris <rgm@gnu.org>
4400
4401 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4402
4403 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4404 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4405
4406 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4407
4408 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
4409 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4410
4411 * emacs.c (main): Initialize initial-environment and
4412 process-environment before generating from env, not after.
4413
4414 Handle --version reasonably in CANNOT_DUMP configuration.
4415 * emacs.c (emacs_version, emacs_copyright): New string variables.
4416 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4417 (syms_of_emacs): Defvar them, and initialize them from the C
4418 string variables.
4419 (main): If initialization hasn't been done, print initial version
4420 info from the C strings, instead of starting an interactive session.
4421
4422 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4423
4424 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4425 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4426 (bidi_paragraph_init): Remove redundant assertion that we are at
4427 the beginning of a line after call to bidi_find_paragraph_start.
4428
4429 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4430 (syms_of_xdisp): Defsubr it.
4431
4432 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4433
4434 * Makefile.in: Fix MSDOS-related comments.
4435
4436 2010-05-15 Glenn Morris <rgm@gnu.org>
4437
4438 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4439 (really-lwlib, really-oldXMenu): Always define.
4440 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4441
4442 * Makefile.in: Simplify cpp conditional.
4443
4444 * Makefile.in (${ns_appdir}): Simplify using umask.
4445
4446 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4447
4448 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * eval.c (specbind): Remove left-over duplicate test.
4451 Disallow let-binding frame-local vars. Add comment.
4452
4453 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4454
4455 Make the cache of bidi iterator states dynamically allocated.
4456 * bidi.c (bidi_cache_shrink): New function.
4457 (bidi_init_it): Call it.
4458 (bidi_cache_iterator_state): Enlarge the cache if needed.
4459
4460 * bidi.c (bidi_move_to_visually_next): Rename from
4461 bidi_get_next_char_visually. All callers changed.
4462
4463 2010-05-14 Kenichi Handa <handa@m17n.org>
4464
4465 * dispextern.h (struct composition_it): New member reversed_p.
4466
4467 * composite.c (composition_compute_stop_pos): Search backward if
4468 ENDPOS < CHARPOS.
4469 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4470 Set CMP_IT->reversed_p.
4471 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4472
4473 * xdisp.c (set_iterator_to_next):
4474 Call composition_compute_stop_pos with negative ENDPOS if we are
4475 scanning backward. Call composition_compute_stop_pos if scan
4476 direction is changed.
4477 (next_element_from_buffer): Call composition_compute_stop_pos with
4478 negative ENDPOS if we are scanning backward.
4479 (next_element_from_composition): Pay attention to
4480 IT->cmp_it.reversed_p.
4481
4482 2010-05-14 Kenichi Handa <handa@m17n.org>
4483
4484 * font.c (font_range): Return the range for the font found at first.
4485
4486 2010-05-14 Glenn Morris <rgm@gnu.org>
4487
4488 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4489
4490 * Makefile.in (mktime, X11, register): Move undefs to configure.
4491
4492 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4493 (MSDOS_X_OBJ): New variable.
4494 (MSDOS_SUPPORT_REAL): New constant.
4495 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4496 (obj): Use MSDOS_X_OBJ.
4497 (lisp): Use MSDOS_SUPPORT as a variable.
4498
4499 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4500 (GPM_MOUSE_SUPPORT): Now it's a constant.
4501 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4502 not cpp.
4503
4504 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4505 (ns_appresdir): Remove, unused.
4506
4507 * Makefile.in (SHELL): Move outside cpp section.
4508
4509 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4510
4511 2010-05-13 Glenn Morris <rgm@gnu.org>
4512
4513 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4514 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4515
4516 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4517 HAVE_WINDOW_SYSTEM must be too.
4518
4519 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4520 (lisp): Remove WINNT_SUPPORT.
4521
4522 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4523 Let configure set these variables (to empty) in this case as well.
4524
4525 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4526 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4527
4528 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4529 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4530 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4531 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4532 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4533 the values output by configure.
4534 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4535
4536 2010-05-12 Glenn Morris <rgm@gnu.org>
4537
4538 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4539 (LINKER_WAS_SPECIFIED): Remove.
4540
4541 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4542 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4543 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4544 * s/cygwin.h (LIB_GCC):
4545 * s/freebsd.h (LIB_GCC):
4546 * s/gnu-linux.h (LIB_GCC):
4547 * s/msdos.h (LIB_GCC):
4548 * s/netbsd.h (LIB_GCC):
4549 Move to configure.
4550
4551 2010-05-11 Karel Klic <kklic@redhat.com>
4552
4553 * ftfont.c: Fix incorrect parentheses of #if condition for
4554 definining M17N_FLT_USE_NEW_FEATURE.
4555
4556 2010-05-11 Glenn Morris <rgm@gnu.org>
4557
4558 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4559 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4560
4561 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4562
4563 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4564 unibyte buffers. See
4565 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4566
4567 2010-05-10 Glenn Morris <rgm@gnu.org>
4568
4569 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4570 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4571 (LIBES): Use LIBS_SYSTEM as a variable.
4572 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4573 * s/aix4-2.h (LIBS_SYSTEM):
4574 * s/freebsd.h (LIBS_SYSTEM):
4575 * s/hpux10-20.h (LIBS_SYSTEM):
4576 * s/sol2-6.h (LIBS_SYSTEM):
4577 * s/unixware.h (LIBS_SYSTEM):
4578 Move to configure.
4579
4580 * s/aix4-2.h (MAIL_USE_LOCKF):
4581 * s/bsd-common.h (MAIL_USE_FLOCK):
4582 * s/darwin.h (MAIL_USE_FLOCK):
4583 * s/gnu-linux.h (MAIL_USE_FLOCK):
4584 * s/irix6-5.h (MAIL_USE_FLOCK):
4585 * s/template.h (MAIL_USE_FLOCK):
4586 Move to configure.
4587
4588 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * Version 23.2 released.
4591
4592 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4593
4594 * composite.c (autocmp_chars): Save point as marker before calling
4595 auto-composition-function (Bug#5984).
4596
4597 * lisp.h (restore_point_unwind): Add prototype.
4598
4599 * fileio.c (restore_point_unwind): Remove static attribute.
4600
4601 2010-05-08 Kenichi Handa <handa@m17n.org>
4602
4603 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4604 new feature of libotf and m17n-flt.
4605 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4606 Call OTF_check_features even if no specific feature is given.
4607 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4608 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4609 that OUT is NULL. Use OTF_drive_gsub_with_log and
4610 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4611 OTF_drive_gpos.
4612 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4613 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4614 Setup mflt_enable_new_feature and mflt_try_otf.
4615
4616 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4617
4618 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4619
4620 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4621 box and toolbar (Bug #6139).
4622 (xg_create_tool_bar): Remove comment (Bug #6139).
4623 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4624 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4625
4626 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4629 Update dependencies.
4630
4631 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4632
4633 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4634 R2L lines.
4635
4636 2010-05-08 Glenn Morris <rgm@gnu.org>
4637
4638 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4639
4640 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4641 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4642 (termcapobj): Replace with TERMCAP_OBJ.
4643 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4644 (LIBES): Use LIBS_TERMCAP as a variable.
4645
4646 * s/freebsd.h (osreldate.h): No longer include, since this file
4647 does not use __FreeBSD_version any more.
4648
4649 * s/aix4-2.h (TERMINFO):
4650 * s/cygwin.h (TERMINFO):
4651 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4652 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4653 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4654 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4655 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4656 * s/irix6-5.h (TERMINFO):
4657 * s/netbsd.h (LIBS_TERMCAP):
4658 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4659 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4660 * s/usg5-4.h (TERMINFO):
4661 Move to configure.
4662
4663 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * eval.c (unbind_to): Don't unbind a local binding into the global
4666 binding when the local binding disappeared. Inversely, don't unbind
4667 a global binding into a newly created local binding.
4668 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4669 can specify the frame to use, when applicable. Adjust callers.
4670
4671 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4672 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4675
4676 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4677
4678 * w32fns.c: Include w32.h.
4679 (Fw32_shell_execute): Decode the error message before passing it
4680 to `error'. (Bug#6126)
4681
4682 * msdos.c (dos_set_window_size):
4683 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4684 instead of `XSYMBOL (foo)->value'.
4685
4686 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4687
4688 Fix the MS-DOS build, broken by autoconfiscation.
4689
4690 * Makefile.in: Don't use Make-style comments past the "start of
4691 cpp stuff" line.
4692 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4693
4694 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4695 edited directly by msdos/sed1v2.inp).
4696
4697 2010-05-07 Glenn Morris <rgm@gnu.org>
4698
4699 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4700 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4701 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4702 move out of cpp section.
4703 * s/freebsd.h (LD_SWITCH_SYSTEM):
4704 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4705 * s/netbsd.h (LD_SWITCH_SYSTEM):
4706 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4707
4708 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4709
4710 Define LIB_STANDARD and START_FILES using autoconf.
4711 * s/usg5-4.h (LIB_STANDARD):
4712 * s/netbsd.h (START_FILES):
4713 * s/irix6-5.h (LIB_STANDARD):
4714 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4715 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4716 * s/freebsd.h (START_FILES):
4717 * s/darwin.h (START_FILES):
4718 * s/cygwin.h (START_FILES):
4719 * s/aix4-2.h (LIB_STANDARD):
4720 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4721 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4722 autoconf, not cpp.
4723
4724 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4725
4726 Remove NEED_BSDTTY and NEED_UNISTD_H.
4727 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4728 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4729 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4730 <sys/ptyio.h> and <unistd.h>.
4731
4732 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4733
4734 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4735 * s/gnu.h (START_FILES): Remove empty definition.
4736
4737 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4738
4739 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4740
4741 2010-05-06 Glenn Morris <rgm@gnu.org>
4742
4743 * Makefile.in (CPP, LN_S): Remove unused variables.
4744
4745 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4748
4749 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4750
4751 * m/sparc.h: Fix typo in earlier change.
4752
4753 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 Misc tweaks.
4756 * eval.c (Fdefvaralias): Remove unintended nested if.
4757 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4758
4759 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4760
4761 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4762
4763 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4764
4765 Remove BSD_PGRPS.
4766 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4767 * s/gnu-linux.h (BSD_PGRPS): Remove.
4768 * term.c (dissociate_if_controlling_tty):
4769 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4770 (init_sys_modes, reset_sys_modes):
4771 * emacs.c (main):
4772 * callproc.c (Fcall_process, child_setup): Remove code depending
4773 on BSD_PGRPS.
4774
4775 Remove POSIX_SIGNALS.
4776 * s/usg5-4.h (POSIX_SIGNALS):
4777 * s/netbsd.h (POSIX_SIGNALS):
4778 * s/msdos.h (POSIX_SIGNALS):
4779 * s/ms-w32.h (POSIX_SIGNALS):
4780 * s/hpux11.h (POSIX_SIGNALS):
4781 * s/gnu.h (POSIX_SIGNALS):
4782 * s/gnu-linux.h (POSIX_SIGNALS):
4783 * s/freebsd.h (POSIX_SIGNALS):
4784 * s/darwin.h (POSIX_SIGNALS):
4785 * s/cygwin.h (POSIX_SIGNALS):
4786 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4787 * s/unixware.h:
4788 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4789 * process.c (create_process):
4790 * syssignal.h:
4791 * sysdep.c (wait_for_termination, init_signals):
4792 * process.c (create_process):
4793 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4794 remove all code that assumes the contrary.
4795
4796 2010-05-04 Glenn Morris <rgm@gnu.org>
4797
4798 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4799 variable.
4800 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4801 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4802 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4803 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4804 LD_SWITCH_SYSTEM_tmp.
4805 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4806 New variables, set by configure.
4807
4808 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4809 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4810 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4811 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4812 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4813
4814 * s/aix4-2.h (C_SWITCH_SYSTEM):
4815 * m/alpha.h (C_SWITCH_MACHINE):
4816 Move to configure.in.
4817 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4818 New variables, set by configure.
4819 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4820 $c_switch_machine and $c_switch_system.
4821
4822 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4823
4824 * s/hpux10-20.h (LIB_STANDARD): New definition.
4825 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4826 on it, not used anymore.
4827
4828 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * eval.c (internal_condition_case_n): Rename from
4831 internal_condition_case_2.
4832 (internal_condition_case_2): New function.
4833
4834 * xdisp.c (safe_call): Use internal_condition_case_n.
4835
4836 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4837 (internal_delete_file, Frename_file): Callers changed.
4838
4839 * buffer.c (Fkill_buffer):
4840 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4841
4842 * lisp.h: Update prototypes.
4843
4844 2010-05-03 Glenn Morris <rgm@gnu.org>
4845
4846 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4847 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4848 (LIBXT): Set with configure, not cpp.
4849 (LIBX): Remove.
4850 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4851
4852 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4853
4854 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4855 The FreeBSD is not needed, the default works, Solaris version is
4856 not needed, and the remaining case is not supported by configure.
4857
4858 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4859
4860 * xsmfns.c (CHDIR_OPT): New define.
4861 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4862 restarting emacs.
4863
4864 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4865 shut_down_emacs.
4866
4867 * emacs.c (USAGE1): Mention --chdir.
4868 (main): Handle --chdir.
4869 (standard_args): Add --chdir.
4870 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4871 #5552).
4872
4873 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 Remove LD_SWITCH_MACHINE.
4876 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4877 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4878
4879 Clean up IRIX code.
4880 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4881 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4882
4883 Clean up AIX code.
4884 * m/ibmrs6000.inp: Remove file, unused.
4885 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4886 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4887 definition ...
4888 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4889
4890 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4891 unused.
4892
4893 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4894
4895 Emulate POSIX_SIGNALS on MS-Windows.
4896
4897 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4898 (SIG_SETMASK, SIG_UNBLOCK): Define.
4899
4900 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4901 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4902 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4903
4904 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4905 New stubs.
4906
4907 Miscellaneous fixes of bidi display.
4908
4909 * xdisp.c (find_row_end): New function, refactored from display_line.
4910 (display_line): Use it.
4911 (extend_face_to_end_of_line): In almost-filled rows, extend only
4912 if the row is R2L and not continued.
4913 (display_line): Fix prepending of truncation glyphs to R2L rows.
4914 Preserve overlay and string info in row->end.
4915 (insert_left_trunc_glyphs): Support addition of left truncation
4916 glyphs to R2L rows.
4917 (set_cursor_from_row): Don't place cursor on the vertical border
4918 glyph between adjacent windows. Fix a crash when a display string
4919 is continued to the next line. Don't return zero if cursor was
4920 found by `cursor' property of a display string.
4921 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4922 test for that explicitly.
4923
4924 2010-05-01 Glenn Morris <rgm@gnu.org>
4925
4926 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4927 for clarity.
4928 (OTHER_OBJ): Remove.
4929 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4930 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4931
4932 2010-05-01 Karel Klíč <kklic@redhat.com>
4933
4934 * fileio.c (Ffile_selinux_context): Context functions may return null.
4935
4936 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4937
4938 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4939
4940 2010-04-30 Glenn Morris <rgm@gnu.org>
4941
4942 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4943 (OTHER_OBJ): Define as a separate variable, for clarity.
4944
4945 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4946
4947 * xsettings.c: include limits.h and update file comment.
4948
4949 2010-04-30 Glenn Morris <rgm@gnu.org>
4950
4951 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4952 Set with configure, not cpp.
4953 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4954
4955 * Makefile.in (mallocobj): Remove.
4956 (otherobj): Simplify using @OTHER_OBJ@.
4957
4958 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4959 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4960 Don't bother making nsgui.h dependency platform-specific.
4961
4962 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4963
4964 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * process.c (read_process_output, exec_sentinel): Don't burp if the
4967 sentinel/filter kills the current buffer (bug#6060).
4968
4969 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4970 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4971 Remove unused var `args'.
4972 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4973 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4974 * doc.c (store_function_docstring): Use XSETCAR.
4975
4976 2010-04-28 Glenn Morris <rgm@gnu.org>
4977
4978 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4979 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4980
4981 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4982
4983 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4984 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4985
4986 * Makefile.in (FONT_OBJ): New, set by configure.
4987 (FONT_DRIVERS): Use $FONT_OBJ.
4988
4989 * Makefile.in (LIBXMU): Set with configure, not cpp.
4990 * s/aix4-2.h (LIBXMU):
4991 * s/hpux10-20.h (LIBXMU):
4992 Remove definition, now set in configure.
4993
4994 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4995
4996 * m/amdx86-64.h [i386]: Move this test to configure.in.
4997
4998 2010-04-27 Glenn Morris <rgm@gnu.org>
4999
5000 * Makefile.in (LIBXTR6): Set with configure, not cpp.
5001 * s/unixware.h (NEED_LIBW): Remove definition.
5002
5003 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
5004 (TOOLKIT_LIBW): New, set by configure.
5005 (@X_TOOLKIT_TYPE@): No longer define it.
5006
5007 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
5008 (MOTIF_LIBW): Set with configure, not cpp.
5009 * s/aix4-2.h (LIB_MOTIF):
5010 * s/gnu-linux.h (LIB_MOTIF):
5011 * s/unixware.h (LIB_MOTIF): Move to configure.in.
5012
5013 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5014
5015 Reduce CPP usage.
5016 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5017 (obj): Use autoconf for unexec instead of cpp.
5018 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
5019 definitions and undefs. Inline definitions in the only user.
5020 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
5021
5022 2010-04-27 Glenn Morris <rgm@gnu.org>
5023
5024 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
5025 since the defaults (set by the system file) are fine in most cases.
5026 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
5027 * m/ibms390x.h (START_FILES, LIB_STANDARD):
5028 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
5029 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
5030 Remove definitions, since they are set correctly in s/gnu-linux.h.
5031 * s/freebsd.h (START_FILES, LIB_STANDARD):
5032 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5033 * s/hpux10-20.h (START_FILES):
5034 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
5035 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
5036
5037 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
5038 (MOTIF_LIBW): Use $LIBXP.
5039 (otherobj): Use $WIDGET_OBJ.
5040
5041 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * Makefile.in (LIBS_MACHINE): Remove, unused.
5044
5045 Use autoconf instead of cpp for LIB_MATH.
5046 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5047 * s/cygwin.h (LIB_MATH): Likewise.
5048 * Makefile.in (LIB_MATH): Do not define with cpp.
5049 (LIBES): Use autoconf for LIB_MATH.
5050
5051 2010-04-26 Kenichi Handa <handa@m17n.org>
5052
5053 * composite.c (Ffind_composition_internal): Fix the return value
5054 for an automatic composition.
5055
5056 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5057
5058 Remove all NO_ARG_ARRAY uses.
5059 * fns.c (concat2, concat3, nconc2):
5060 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
5061 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
5062 * m/xtensa.h (NO_ARG_ARRAY):
5063 * m/template.h (NO_ARG_ARRAY):
5064 * m/sparc.h (NO_ARG_ARRAY):
5065 * m/sh3.h (NO_ARG_ARRAY):
5066 * m/mips.h (NO_ARG_ARRAY):
5067 * m/macppc.h (NO_ARG_ARRAY):
5068 * m/iris4d.h (NO_ARG_ARRAY):
5069 * m/intel386.h (NO_ARG_ARRAY):
5070 * m/ibms390x.h (NO_ARG_ARRAY):
5071 * m/ibms390.h (NO_ARG_ARRAY):
5072 * m/ibmrs6000.h (NO_ARG_ARRAY):
5073 * m/ia64.h (NO_ARG_ARRAY):
5074 * m/hp800.h (NO_ARG_ARRAY):
5075 * m/arm.h (NO_ARG_ARRAY):
5076 * m/amdx86-64.h (NO_ARG_ARRAY):
5077 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
5078
5079 2010-04-25 Eli Zaretskii <eliz@gnu.org>
5080
5081 * xdisp.c (display_line): Don't assume 2nd call to
5082 get_next_display_element cannot return zero. (Bug#6030)
5083 (iterate_out_of_display_property): New function, body from pop_it.
5084 (pop_it): Use it.
5085
5086 2010-04-24 Glenn Morris <rgm@gnu.org>
5087
5088 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
5089 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
5090 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
5091 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
5092
5093 2010-04-24 Eli Zaretskii <eliz@gnu.org>
5094
5095 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
5096 use `get_next_display_element' and `set_iterator_to_next' to
5097 advance to the next character, when looking for the character that
5098 begins the next row.
5099
5100 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
5101 definition of "struct Lisp_Symbol".
5102
5103 2010-04-24 Glenn Morris <rgm@gnu.org>
5104
5105 * Makefile.in (CRT_DIR): New variable, set by configure.
5106 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5107 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
5108
5109 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5110
5111 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5112
5113 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5114
5115 Remove redundant flags.
5116 * s/freebsd.h (C_SWITCH_SYSTEM):
5117 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5118 * s/netbsd.h (C_SWITCH_SYSTEM):
5119 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5120 of these.
5121
5122 Simplify m/intel386.h.
5123 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5124 user: ecrt0.c.
5125 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5126 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5127 the only user: s/unixware.h.
5128 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
5129 from m/intel386.h.
5130 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5131 moved here from m/intel386.h.
5132
5133 * m/mips.h: Remove #if 0 code.
5134
5135 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5136
5137 Fix display of composed characters from L2R scripts in bidi buffers.
5138 * xdisp.c (set_iterator_to_next, next_element_from_composition):
5139 After advancing IT past the composition, resync the bidi iterator
5140 with IT's position. (Bug#5977)
5141
5142 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5143
5144 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5145 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5146
5147 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5150
5151 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5152
5153 Support `display' text properties and overlay strings in bidi buffers.
5154 * xdisp.c (pop_it): When the stack is popped after displaying
5155 from a string, bidi-iterate to exit from the text portion covered
5156 by the `display' property or overlay. (Bug#5988, bug#5920)
5157
5158 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5159
5160 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5161 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5162
5163 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5164 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5165
5166 Simplify STARTFILES definition.
5167 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5168 relying on Makefile.in to define it.
5169 * s/cygwin.h (START_FILES): Likewise.
5170 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5171
5172 Clean up Solaris code.
5173 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5174 (LIB_MOTIF): Remove, configure takes care of this.
5175 (NOT_USING_MOTIF): Remove, unused.
5176 * xrdb.c: Remove #if 0-ed #include.
5177 (SYSV): Remove conditional for old SysV.
5178 * sysdep.c (closedir): Remove conditional code for Solaris,
5179 Solaris has closedir.
5180
5181 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
5182
5183 * xsettings.c (read_and_apply_settings): Check if current_font is
5184 NULL before strcmp (Bug#6001).
5185
5186 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 Clean up HP-UX files.
5189 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5190 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5191 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5192 * s/hpux10-20.h: ... to the only user, here.
5193
5194 2010-04-21 Eli Zaretskii <eliz@gnu.org>
5195
5196 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5197 use buffer-local values of paragraph-start and paragraph-separate.
5198 <paragraph_start_re, paragraph_separate_re>: Rename from
5199 fallback_paragraph_start_re and fallback_paragraph_separate_re.
5200 (Bug#5992)
5201
5202 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5203
5204 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5205 current_tool_bar_style are new.
5206 (store_config_changed_event): Rename from store_font_changed_event.
5207 (XSETTINGS_TOOL_BAR_STYLE): New define.
5208 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5209 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5210 HAVE_XFT.
5211 (something_changedCB): store_font_changed_event is now
5212 store_config_changed_event.
5213 (parse_settings): Rename from parse_xft_settings. Read
5214 non-xft xsettings outside #ifdef HAVE_XFT.
5215 (read_settings): Renamed from read_xft_settings.
5216 (apply_xft_settings): Take current settings as parameter. Do not
5217 call read_(xft)_settings.
5218 (read_and_apply_settings): New function.
5219 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5220 read_and_apply_settings if there are settings to be read.
5221 (init_xsettings): Renamed from init_xfd_settings.
5222 Call read_and_apply_settings unconditionally.
5223 (xsettings_initialize): Call init_xsettings.
5224 (Ftool_bar_get_system_style): New function.
5225 (syms_of_xsettings): Define Qmonospace_font_name and
5226 Qtool_bar_style. Initialize current_tool_bar_style to nil.
5227 defsubr Stool_bar_get_system_style. Fprovide on
5228 dynamic-setting.
5229 Move misplaced HAVE_GCONF
5230
5231 * xsettings.h (Ftool_bar_get_system_style): Declare.
5232
5233 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5234 Qtext, Qboth, Qboth_horiz are new.
5235 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5236 Vtool_bar_style, tool_bar_max_label_size.
5237
5238 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5239
5240 * keyboard.c: QClabel is new.
5241 (parse_tool_bar_item): Take out QClabel from tool bar items.
5242 Try to construct a label if ther is no QClabel.
5243 (syms_of_keyboard): Intern :label as QClabel.
5244
5245 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5246 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5247 New.
5248
5249 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5250 dynamic-setting.el.
5251
5252 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5253 (xg_make_tool_item, xg_show_toolbar_item): New function.
5254 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5255 Call xg_make_tool_item to make a tool bar item.
5256 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5257
5258 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5259 into account for toolbars.
5260
5261 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5262
5263 * data.c (make_blv): Declarations before code (Bug#5993).
5264
5265 2010-04-21 Glenn Morris <rgm@gnu.org>
5266
5267 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5268 Define using autoconf, not cpp.
5269 (LIBXSM): New variable, set by autoconf.
5270 (LIBXT): Use $LIBXSM.
5271
5272 2010-04-21 Dan Nicolaescu <local_user@dannlt>
5273
5274 Remove NOMULTIPLEJOBS, unused.
5275 * s/template.h (NOMULTIPLEJOBS):
5276 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5277
5278 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5279 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5280 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5281 detects -znocombreloc and passes it to the linker
5282 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5283
5284 2010-04-21 Glenn Morris <rgm@gnu.org>
5285
5286 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5287
5288 2010-04-21 Karel Klíč <kklic@redhat.com>
5289
5290 * Makefile.in (LIBSELINUX_LIBS): New.
5291 (LIBES): Add $LIBSELINUX_LIBS.
5292 * eval.c, lisp.h (call7): New function.
5293 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5294 (Ffile_selinux_context, Fset_file_selinux_context):
5295 New functions.
5296 (Fcopy_file): New parameter preserve-selinux-context.
5297 (Frename_file): Preserve selinux context when renaming by copy-file.
5298
5299 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5300 Eli Zaretskii <eliz@gnu.org>
5301
5302 Don't depend on cm.c or termcap.c on Windows, use stubs.
5303 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5304 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5305 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5306 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5307 (sys_tputs, sys_tgetstr): New stubs.
5308 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5309 (tputs, tgetstr): New; define to sys_*.
5310
5311 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5314
5315 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5318 Just signal a warning rather than an error when inside a let.
5319 (Fmake_variable_frame_local): Add the same test.
5320
5321 * font.c (syms_of_font): Make the style table vars read-only.
5322
5323 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5324 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5325
5326 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5327
5328 2010-04-20 Eli Zaretskii <eliz@gnu.org>
5329
5330 Fix R2L paragraph display on TTY.
5331
5332 * xdisp.c (unproduce_glyphs): New function.
5333 (display_line): Use it when produced glyphs are discarded from R2L
5334 glyph rows.
5335 (append_composite_glyph): In R2L rows, prepend the glyph rather
5336 than appending it.
5337
5338 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5339 rather than append it. Set up the resolved_level and bidi_type
5340 attributes of the appended glyph.
5341 (produce_special_glyphs): Mirror the backslash continuation
5342 character in R2L lines.
5343
5344 Implement display of R2L paragraphs in GUI sessions.
5345
5346 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5347 append_stretch_glyph.
5348 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5349 off-by-one error in computing x at end of text in the row.
5350 (append_stretch_glyph): In reversed row, prepend the glyph rather
5351 than append it. Set resolved_level and bidi_type of the glyph.
5352 (extend_face_to_end_of_line): If the row is reversed, prepend a
5353 stretch glyph whose width is such that the rightmost glyph will be
5354 drawn at the right margin of the window. Fix off-by-one error on
5355 TTY frames in testing whether a line needs face extension. Fix
5356 face extension at ZV. If this is the last glyph row, use
5357 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5358 region face.
5359 (set_cursor_from_row, display_line): Use
5360 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5361 row->continuation_lines_width.
5362 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5363 are at ZV. Fixes a crash when reseated to ZV by
5364 try_window_reusing_current_matrix.
5365 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5366 which happens with R2L glyph rows. Fixes a crash when inserting a
5367 character at end of an R2L line.
5368 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5369 treat them as having zero-width characters. Improve comments.
5370 Don't reverse pos_before and pos_after for reversed glyph rows.
5371 Set cursor.x to negative value when the cursor might be on the
5372 left fringe.
5373 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5374 left fringe, not the right one.
5375 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5376 (erase_phys_cursor): For reversed cursor_row, support cursor on
5377 the left fringe.
5378
5379 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5380 of continuation indicators on the fringes.
5381 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5382 left fringe.
5383
5384 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5385 draw cursor on the left fringe.
5386
5387 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5388 cursor on the left fringe.
5389
5390 * dispnew.c (update_text_area): Handle reversed desired rows when
5391 the cursor is on the left fringe.
5392 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5393 below, not by 0, for when the cursor is on the left fringe.
5394
5395 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5396
5397 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5398 widget is a scrollbar.
5399
5400 2010-04-20 Kenichi Handa <handa@m17n.org>
5401
5402 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5403 only when the arg CHARSET_LIST is nil.
5404
5405 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 Make variable forwarding explicit rather the using special values.
5408 Basically, this makes the structure of buffer-local values and object
5409 forwarding explicit in the type of Lisp_Symbols rather than use
5410 special Lisp_Objects for that. This tends to lead to slightly more
5411 verbose code, but is more C-like, simpler, and makes it easier to make
5412 sure we handled all cases, among other things by letting the compiler
5413 help us check it.
5414 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5415 Removing forwarding objects.
5416 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5417 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5418 explicit rather than hiding them inside Lisp_Object "values".
5419 (XFWDTYPE): New macro.
5420 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5421 (XBUFFER_LOCAL_VALUE): Remove.
5422 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5423 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5424 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5425 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5426 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5427 Remove the Lisp_Misc_* header.
5428 (struct Lisp_Buffer_Local_Value): Redefine.
5429 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5430 (struct Lisp_Misc_Any): Add filler to get the right size.
5431 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5432 Lisp_Intfwd.
5433 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5434 (DEFVAR_KBOARD): Allocate a forwarding object.
5435 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5436 (let_shadows_global_binding_p): New function.
5437 (union Lisp_Val_Fwd): New type.
5438 (make_blv): New function.
5439 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5440 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5441 (swap_in_symval_forwarding, find_symbol_value, Fset)
5442 (let_shadows_buffer_binding_p, set_internal, default_value)
5443 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5444 (Fkill_local_variable, Fmake_variable_frame_local)
5445 (Flocal_variable_p, Flocal_variable_if_set_p)
5446 (Fvariable_binding_locus):
5447 * xdisp.c (select_frame_for_redisplay):
5448 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5449 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5450 * frame.c (store_frame_param):
5451 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5452 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5453 value structure.
5454 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5455 (clone_per_buffer_values): Only adjust markers into the current buffer.
5456 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5457 (Fbuffer_local_value, set_buffer_internal_1)
5458 (swap_out_buffer_local_variables):
5459 Adapt to the new symbol value structure.
5460 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5461 (defvar_per_buffer): Take a new arg for the fwd object.
5462 (buffer_lisp_local_variables): Return a proper alist (different fix
5463 for bug#4138).
5464 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5465 (Fgarbage_collect): Don't handle buffer_defaults specially.
5466 (mark_object): Handle new symbol value structure rather than the old
5467 special Lisp_Misc_* objects.
5468 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5469 * term.c (set_tty_color_mode):
5470 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5471 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5472 a buffer_local_flags.
5473 * print.c (print_object): Get rid of impossible forwarding objects.
5474
5475 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5476
5477 * bidi.c (bidi_get_type, bidi_get_category)
5478 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5479 (bidi_type_of_next_char, bidi_level_of_next_char):
5480 Declare static. Use `INLINE' rather than `inline'.
5481
5482 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * dired.c (Ffile_attributes): Fix typo in docstring.
5485
5486 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5487
5488 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5489 NSInteger (Bug#5811).
5490
5491 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5492
5493 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5494 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5495
5496 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5497
5498 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5499
5500 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5503 terminal frames (Bug#5837).
5504
5505 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5506
5507 * .gdbinit (xsubchartable): New command.
5508
5509 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5510
5511 * xdisp.c (display_line): Don't write beyond the last glyph row in
5512 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5513 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5514 and
5515 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5516
5517 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * alloc.c (Fpurecopy): Hash-cons if requested.
5520 (syms_of_alloc): Update purify-flag docstring.
5521
5522 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5525 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5526
5527 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5528
5529 Fix a crash when an NSM character is inserted at BEGV.
5530
5531 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5532 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5533 NEUTRAL_B or UNKNOWN_BT.
5534
5535 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5536
5537 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5538 other rows with cursor unless they are different from this row and
5539 this row is part of a continued line. (Bug#5943)
5540
5541 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5542
5543 * s/freebsd.h: Restore osreldate.h include.
5544 Suggested by Naohiro Aota.
5545
5546 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5547
5548 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5549
5550 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5551
5552 * s/cygwin.h: Avoid linking against static libgcc.
5553
5554 2010-04-15 Juri Linkov <juri@jurta.org>
5555
5556 * window.c: Add Qscroll_command.
5557 Remove Vscroll_preserve_screen_position_commands.
5558 (window_scroll_pixel_based, window_scroll_line_based): Check the
5559 `scroll-command' property on the last command instead of searching
5560 the last command in Vscroll_preserve_screen_position_commands.
5561 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5562 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5563 (scroll-preserve-screen-position): Doc fix.
5564 (Vscroll_preserve_screen_position_commands): Remove variable.
5565
5566 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5567
5568 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5569
5570 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5571
5572 Reduce cpp use in Makefile.in.
5573 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5574 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5575 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5576 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5577 (CRT0_COMPILE): Remove, inline it in the only user.
5578
5579 2010-04-14 Juri Linkov <juri@jurta.org>
5580
5581 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5582 `scroll-up-command' and `M-v' from `scroll-down' to
5583 `scroll-down-command'.
5584
5585 2010-04-14 Juri Linkov <juri@jurta.org>
5586
5587 * window.c (Vscroll_preserve_screen_position_commands): New variable
5588 with the default value as the list of Qscroll_down and Qscroll_up.
5589 (window_scroll_pixel_based, window_scroll_line_based): Search the
5590 last command in the list Vscroll_preserve_screen_position_commands
5591 instead of comparing with Qscroll_up and Qscroll_down.
5592
5593 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5594
5595 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5596 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5597 does that.
5598
5599 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5600 to zero.
5601
5602 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5605
5606 Try to solve the problem of spurious EOF chars in long lines of text
5607 sent to interactive subprocesses.
5608 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5609 (system_process_attributes): Remove unused var `ttotal'.
5610 * process.c (send_process): Don't bother breaking long line with EOF
5611 chars when talking to ttys any more.
5612 (wait_reading_process_output): Output a warning when called in such
5613 a way that it could block without being interruptible.
5614
5615 Try to detect file modification within the same second.
5616 * buffer.h (struct buffer): New field modtime_size.
5617 * buffer.c (reset_buffer): Initialize it.
5618 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5619 (Fverify_visited_file_modtime): Check it.
5620 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5621 (Fset_visited_file_modtime): Set (or clear) it.
5622
5623 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * process.c (status_notify): Remove unused var `ro'.
5626
5627 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5628
5629 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5630 more than one visual (Bug#5938).
5631
5632 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5633
5634 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5635 Undefine.
5636
5637 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5638
5639 Remove C_SWITCH_SYSTEM_TEMACS.
5640 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5641 (malloc, realloc, free): Use emacs, not temacs for conditional
5642 definition.
5643
5644 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5645 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5646
5647 Use autoconf, not cpp for some variables.
5648 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5649 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5650 (ALL_CFLAGS): Use them as make variables.
5651 (really-lwlib, really-oldXMenu): Do not pass them.
5652
5653 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5654
5655 * xmenu.c (apply_systemfont_to_dialog): New.
5656 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5657
5658 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * process.c (exec_sentinel): Preserve current-buffer.
5661
5662 * process.c (read_process_output): Move the save-current-buffer to
5663 apply to both the filter and the non-filter branches.
5664
5665 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5666
5667 * s/msdos.h (UNEXEC): New definition.
5668
5669 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5670
5671 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5672 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5673
5674 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5675 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5676 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5677 TRY_WINDOW_CHECK_MARGINS.
5678
5679 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5680 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5681 width only when it is for padding.
5682
5683 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5684
5685 * xfns.c (Fx_show_tip): Call try_window in a loop until
5686 fonts_changed_p is zero (Bug#2423).
5687
5688 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5689
5690 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5691 the end of TEXT_AREA. (Bug#5856)
5692
5693 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5694
5695 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5696 HAVE_GCONF.
5697
5698 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5699
5700 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5701 prev.orig_type, for resolving type of NSM. (Bug#5858)
5702
5703 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5704
5705 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5706 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5707 in current_font.
5708 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5709 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5710 New functions.
5711 (syms_of_xsettings): Initialize current_font.
5712 defsubr Sfont_get_system_normal_font.
5713
5714 * xsettings.h (Ffont_get_system_normal_font)
5715 (xsettings_get_system_normal_font): Declare.
5716
5717 * xfns.c (extern xlwmenu_default_font): Remove.
5718 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5719 to xlwmenu.c.
5720
5721 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5722 menu items in UTF-8.
5723
5724 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5725 (apply_systemfont_to_menu): New function.
5726 (set_frame_menubar, create_and_show_popup_menu): Call
5727 apply_systemfont_to_menu.
5728
5729 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5730
5731 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5732 FRAME_LINE_TO_PIXEL_Y.
5733
5734 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5735 pixelwidth/height.
5736
5737 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 Simplify code for HP machines.
5740 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5741 for GNU_LINUX, not needed.
5742 (UNEXEC, NEED_BSDTTY): Move definitions...
5743 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5744
5745 * m/iris4d.h (UNEXEC): Move definition ...
5746 * s/irix6-5.h (UNEXEC): ... here.
5747
5748 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5749
5750 * xfns.c (set_machine_and_pid_properties): New function.
5751 (Fx_create_frame): Call set_machine_and_pid_properties.
5752
5753 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5754
5755 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5756 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5757 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5758
5759 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5760 in this function. (Bug#5703)
5761
5762 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * nsterm.h: Fix last change.
5765
5766 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5767
5768 * m/intel386.h (NO_REMAP): Move definition ...
5769 * s/msdos.h (NO_REMAP): ... here.
5770
5771 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5772
5773 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5774 used on those platforms.
5775
5776 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5777
5778 Remove extern errno declarations.
5779 * xterm.c:
5780 * xrdb.c:
5781 * w32term.c:
5782 * unexec.c:
5783 * unexaix.c:
5784 * sysdep.c:
5785 * process.c:
5786 * lread.c:
5787 * keyboard.c:
5788 * floatfns.c:
5789 * filelock.c:
5790 * fileio.c:
5791 * emacs.c (main):
5792 * ecrt0.c:
5793 * dispnew.c:
5794 * callproc.c:
5795 * buffer.c: Remove errno extern declarations.
5796 * s/netbsd.h (NEED_ERRNO): Remove.
5797
5798 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 Remove all uses of LIBX11_SYSTEM.
5801 * Makefile.in (LIBX11_SYSTEM): Remove.
5802 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5803 instead.
5804
5805 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5806
5807 Remove support for DJGPP v1.x (bug#5813).
5808
5809 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5810 * s/msdos.h:
5811 * unexec.c (make_hdr, copy_text_and_data):
5812 * sysdep.c (wait_for_termination, sys_subshell):
5813 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5814 (IT_set_terminal_modes, __write, _rename, gethostname)
5815 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5816 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5817 the value of __DJGPP__.
5818 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5819 compatibility code.
5820 * lread.c:
5821 * gmalloc.c (memalign):
5822 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5823 * emacs.c (main):
5824 * dosfns.c (init_dosfns):
5825 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5826
5827 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5828
5829 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5830 string with `cursor' property comes from an `after-string'
5831 overlay. (Bug#5816)
5832
5833 2010-04-01 Glenn Morris <rgm@gnu.org>
5834
5835 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5836 Define as Makefile variables.
5837 (LIBX): Use above variables rather than directly using autoconf.
5838
5839 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5840
5841 Clean up BSD_SYSTEM use.
5842 * xterm.c:
5843 * process.c:
5844 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5845 for including <sys/ioctl.h>.
5846 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5847 code is only used for MSDOS.
5848
5849 2010-03-31 Juri Linkov <juri@jurta.org>
5850
5851 * image.c: Add `Qextension_data'.
5852 (syms_of_image): Initialize and staticpro `Qextension_data'.
5853 (Fimage_metadata): Rename from `Fimage_extension_data'.
5854 (gif_load): Put GIF extension data to the property
5855 `Qextension_data'.
5856
5857 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5860 * nsterm.h: Fix prototype.
5861
5862 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5863
5864 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5865 trailing whitespace in right-to-left rows.
5866
5867 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 Get rid of the direct_output optimizations.
5870 * keyboard.c (nonundocount): Remove extern declaration.
5871 (command_loop_1): Remove brittle optimisation for cheap and
5872 common operations.
5873 * xdisp.c (redisplay_internal): Don't bother checking
5874 redisplay_performed_directly_p any more.
5875 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5876 any more.
5877 * dispnew.c (redisplay_performed_directly_p)
5878 (direct_output_for_insert, direct_output_forward_char):
5879 * dispextern.h (redisplay_performed_directly_p)
5880 (direct_output_for_insert, direct_output_forward_char): Remove.
5881 * cmds.c (nonundocount): Make it static.
5882
5883 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5884
5885 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5886
5887 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5888
5889 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5890 invisible (Bug#5766).
5891
5892 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5893
5894 * xdisp.c (x_consider_frame_title, update_window_cursor):
5895 Remove HAVE_NS conditionals.
5896 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5897
5898 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5899 filename for the title.
5900 (ns_set_doc_edited): Do nothing if the selected window is a
5901 minibuffer window.
5902
5903 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5904 ns_set_doc_edited.
5905
5906 * nsterm.m: Remove unneeded prototype.
5907
5908 2010-03-31 Glenn Morris <rgm@gnu.org>
5909
5910 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5911 in the DOC file. (Bug#5336)
5912
5913 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5914
5915 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5916
5917 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * window.c (keys_of_window): Remove redundant/overridden bindings.
5920
5921 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5922
5923 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5924 Restore original behavior when the iterator is not bidi_p.
5925
5926 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5927
5928 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5929
5930 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5931
5932 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5933 are outside the range of cached character positions.
5934
5935 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5938
5939 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5940
5941 Initial support for bidirectional editing.
5942
5943 * Makefile.in (obj): Include bidi.o.
5944 (bidi.o): New target.
5945
5946 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5947 ($(BLD)/bidi.$(O)): New target.
5948
5949 * bidi.c: New file.
5950
5951 * buffer.h (struct buffer): New members bidi_display_reordering
5952 and bidi_paragraph_direction.
5953
5954 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5955 and bidi_paragraph_direction.
5956 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5957 and bidi-paragraph-direction.
5958 (Fbuffer_swap_text): Swap the values of
5959 bidi_display_reordering and bidi_paragraph_direction.
5960
5961 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5962 (bidi_type_t, bidi_dir_t): New types.
5963 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5964 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5965 prev_stop, base_level_stop, and eol_pos.
5966 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5967 (IT_STACK_SIZE): Enlarge to 5.
5968 (struct glyph_row): New member reversed_p.
5969 <string_buffer_position>: Update prototype.
5970 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5971 glyph_row if bidi_it.paragraph_dir == R2L.
5972 (struct glyph): New members resolved_level and bidi_type.
5973
5974 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5975 processing or buffer's direction is right-to-left.
5976 (prepare_desired_row): Preserve the reversed_p flag.
5977 (row_equal_p): Compare the reversed_p attributes as well.
5978
5979 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5980 bidi_init_it and set it->paragraph_embedding from the current
5981 buffer's value of bidi_paragraph_direction.
5982 (reseat_1): Initialize bidi_it.first_elt.
5983 (set_iterator_to_next, next_element_from_buffer): Use the value of
5984 paragraph_embedding to determine the paragraph direction.
5985 (set_iterator_to_next): Under bidi reordering, call
5986 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5987 new_paragraph flag is set in the bidi iterator.
5988 (next_element_from_buffer): If bidi_it.first_elt is set,
5989 initialize paragraph direction and find the first character to
5990 display in the visual order. If reseated to a middle of a line,
5991 prime the bidi iterator starting at the line's beginning. Handle
5992 the situation where we overstepped stop_charpos due to
5993 non-linearity of the bidi iteration. Likewise for when we back up
5994 beyond the previous stop_charpos. When moving across stop_charpos,
5995 record it in prev_stop.
5996 (display_line): Set row->end and it->start for the next row to the
5997 next character in logical order. Always extend reversed_p rows to
5998 the end of line, even if they end at ZV. Copy the reversed_p flag
5999 to the next glyph row. Keep calling set_cursor_from_row for
6000 bidi-reordered rows even if we already have a possible candidate
6001 for cursor position. Set row_end after all the row's glyphs have
6002 been produced, by looping over the glyphs. Record the position
6003 after EOL in it->eol_pos, and use it to set end_pos of the last
6004 row produced for a continued line.
6005 <Qright_to_left, Qleft_to_right>: New variables.
6006 (syms_of_xdisp): Initialize and staticpro them.
6007 (string_buffer_position_lim): New function.
6008 (string_buffer_position): Most of code moved to
6009 string_buffer_position_lim. Last argument and return value are
6010 now EMACS_INT; all callers changed.
6011 (set_cursor_from_row): Rewritten to support bidirectional text and
6012 reversed glyph rows.
6013 (text_outside_line_unchanged_p, try_window_id): Disable
6014 optimizations if we are reordering bidirectional text and the
6015 paragraph direction can be affected by the change.
6016 (append_glyph, append_composite_glyph)
6017 (produce_image_glyph, append_stretch_glyph): Set the
6018 resolved_level and bidi_type members of each glyph.
6019 (append_glyph): If the glyph row is reversed, prepend the glyph
6020 rather than appending it.
6021 (handle_stop_backwards): New function.
6022 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
6023 (reseat): call handle_stop_backwards to recompute prev_stop and
6024 base_level_stop for the new position.
6025 (handle_invisible_prop): Under bidi iteration, skip invisible text
6026 using bidi_get_next_char_visually. If we are `reseat'ed, init the
6027 paragraph direction. Update IT->prev_stop after skipping
6028 invisible text.
6029 (move_it_in_display_line_to): New variables prev_method
6030 and prev_pos. Compare for strict equality in
6031 BUFFER_POS_REACHED_P.
6032 (try_cursor_movement): Examine all the candidate rows that occlude
6033 point, to return the best match. If rows are bidi-reordered
6034 and point moved backwards, back up to the row that is not a
6035 continuation line, and start looking for a suitable row from
6036 there.
6037
6038 * term.c (append_glyph): Reverse glyphs by pre-pending them,
6039 rather than appending, if the glyph_row's reversed_p flag is set.
6040 Set the resolved_level and bidi_type members of each glyph.
6041
6042 * .gdbinit (pbiditype): New command.
6043 (pgx): Use it to display bidi level and type of the glyph.
6044 (pitx): Display some bidi information about the iterator.
6045 (prowlims, pmtxrows): New commands.
6046
6047 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6048
6049 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
6050 * s/usg5-4.h (LIBS_DEBUG):
6051 * s/irix6-5.h (C_DEBUG_SWITCH):
6052 * s/gnu-linux.h (LIBS_DEBUG):
6053 * s/darwin.h (LIBS_DEBUG):
6054 * s/bsd-common.h (LIBS_DEBUG):
6055 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
6056 * m/iris4d.h (LIBS_DEBUG):
6057 * m/hp800.h (LIBS_DEBUG): Remove definitions.
6058
6059 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
6060 (LIBS_DEBUG): Remove definition.
6061
6062 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
6065 Windows.
6066
6067 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6068
6069 * process.c (Fmake_network_process): Don't call turn_on_atimers around
6070 `connect' (Bug#5723).
6071
6072 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
6073
6074 * process.c (Fmake_network_process): Call `select' for interrupted
6075 `connect' rather than creating new socket (Bug#5173).
6076
6077 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
6078
6079 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
6080
6081 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
6082
6083 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
6084
6085 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6086
6087 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
6088 XLoadQueryFont.
6089
6090 2010-03-24 Kenichi Handa <handa@m17n.org>
6091
6092 * coding.c (decode_coding_ccl): Fix previous change for the
6093 multibyte case.
6094 (encode_coding_ccl): Don't setup ccl program here. Fix for the
6095 case that the output buffer is fullfilled.
6096 (encode_coding): Setup ccl program here.
6097
6098 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6099
6100 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
6101
6102 Simplify LIBS_MACHINE definitions.
6103 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
6104 * m/iris4d.h (LIBS_MACHINE): Likewise.
6105 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6106 * s/aix4-2.h (LIBS_SYSTEM): ... here.
6107 * s/netbsd.h: Remove commented out code.
6108
6109 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6110
6111 Remove dead code dealing with POSIX_SIGNALS.
6112 * atimer.c (set_alarm): Remove dead code, all USG systems define
6113 POSIX_SIGNALS.
6114 * data.c (arith_error): Likewise.
6115 * keyboard.c (input_available_signal, handle_user_signal)
6116 (interrupt_signal): Likewise.
6117 * process.c (sigchld_handler): Likewise.
6118 (create_process): Remove if 0 code. Remove HPUX conditional when
6119 !defined (POSIX_SIGNALS), it cannot be true.
6120 * syssignal.h: Remove USG5_4 and USG conditionals when
6121 !POSIX_SIGNALS, they cannot be true.
6122
6123 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6124 NO_SOCK_SIGIO, not used anymore.
6125
6126 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6127
6128 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6129 support vax on BSDs.
6130
6131 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6132 * s/aix4-2.h (ORDINARY_LINK): ... here.
6133
6134 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6135
6136 * Makefile.in (abs_builddir): Define.
6137 (bootstrap_exe): Use it.
6138 (VPATH): Use $(srcdir) instead of @srcdir@.
6139
6140 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * Makefile.in (bootstrap_exe): Use an absolute name.
6143
6144 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 Remove support for old GNU/Linux using libc version 5.
6147 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6148 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6149
6150 Consolidate redundant definitions in s/bsd-common.h.
6151 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6152 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6153 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6154 doing it in all files that include this one.
6155 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6156 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6157 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6158 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6159 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6160 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6161 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6162 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6163 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6164
6165 Consolidate redundant definitions.
6166 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6167 it's undefined in all files that include this one.
6168 (POSIX_SIGNALS): Define here instead of doing it in all files that
6169 include this one.
6170 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6171 (POSIX_SIGNALS): Do not define.
6172 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6173 (POSIX_SIGNALS): Do not define.
6174 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6175 (POSIX_SIGNALS): Do not define.
6176
6177 Remove support for old UNIX System V systems.
6178 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6179 * s/usg-5-4-2.h: Remove.
6180
6181 Remove support for Solaris on PPC and for old versions.
6182 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6183 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6184 that cancel each other.
6185 * s/sol2-3.h:
6186 * s/sol2-4.h:
6187 * s/sol2-5.h: Remove.
6188 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6189 (NO_REMAP): Remove, unused.
6190 (UNEXEC): Move definition ...
6191 * s/aix4-2.h (UNEXEC): ... here.
6192
6193 * s/openbsd.h: Remove support for non-ELF and for systems that do
6194 not support shared libraries.
6195 * s/netbsd.h:
6196 * s/freebsd.h: Likewise.
6197
6198 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6199
6200 Remove non-working support for lynxos 3.0.
6201 * s/lynxos.h: Remove file.
6202
6203 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6204 COFF_BSD_SYMBOLS, nothing defines it anymore.
6205
6206 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6207
6208 Remove obsolete uses of HAVE_SHM.
6209 * emacs.c (standard_args):
6210 (Fdump_emacs):
6211 (syms_of_emacs): Remove code depending on HAVE_SHM.
6212
6213 * alloc.c: Remove HAVE_SHM dependent definition.
6214
6215 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6216
6217 2010-03-18 Glenn Morris <rgm@gnu.org>
6218
6219 * emacs.c (USAGE4): Hard-code bug address.
6220 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6221 (bug_reporting_address): Remove.
6222 (main): Don't call bug_reporting_address.
6223
6224 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6225 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6226
6227 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * xfns.c (Fx_create_frame):
6230 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6231 on left.
6232
6233 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6234
6235 * editfns.c (Fformat): Account for string precision when computing
6236 field width (Bug#5710).
6237
6238 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * xfns.c (Fx_create_frame): Set default to Qright.
6241
6242 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6243 all window systems.
6244
6245 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6246
6247 These changes remove termcap.c from the build on Posix platforms.
6248 * Makefile.in (termcapobj): Move termcap.o from here...
6249 (MSDOS_OBJ): ...to here.
6250 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6251 now identical to when LIBS_TERMCAP is defined.
6252
6253 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6254
6255 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6256
6257 * config.in: Regenerated. (See top-level ChangeLog.)
6258
6259 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * Branch for 23.2.
6262
6263 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 Cleanup setup of gl_state in various parts of the code.
6266 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6267 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6268 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6269 (skip_chars):
6270 * regex.c (regex_compile): Use it.
6271 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6272 it's now set in regex_compile when/if we need it.
6273
6274 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6277 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6278 (QUIT): Use it to consolidate code and remove redundancy.
6279 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6280
6281 * regex.c (regex_compile): Setup gl_state as well.
6282
6283 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6284 (in_classes): Use CONSP before XCAR/XCDR.
6285
6286 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6289 definitions, so that keyboard macros are correctly handled
6290 (Bug#5481).
6291
6292 2010-03-02 Eli Zaretskii <eliz@gnu.org>
6293
6294 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6295 text that could be relocated inside the call to emacs_mule_char.
6296 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6297 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6298
6299 2010-03-02 Kenichi Handa <handa@m17n.org>
6300
6301 * character.c (parse_str_as_multibyte): Fix handling of the
6302 multibyte form of raw-bytes.
6303 (str_as_multibyte): Likewise.
6304
6305 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6306 form of raw-bytes.
6307
6308 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * charset.c (load_charset_map_from_file)
6311 (load_charset_map_from_vector): Zero out allocated
6312 charset_map_entries before using them.
6313
6314 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6315
6316 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6317
6318 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6321 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6322
6323 2010-02-26 Kenichi Handa <handa@m17n.org>
6324
6325 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6326
6327 * xdisp.c (reseat_to_string): Fix previous change.
6328
6329 2010-02-26 David Reitter <david.reitter@gmail.com>
6330
6331 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6332 Lisp_Object (Bug#4736).
6333
6334 2010-02-25 Kenichi Handa <handa@m17n.org>
6335
6336 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6337
6338 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6339
6340 * xterm.c (XTflash): Move declarations before statements.
6341
6342 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6343 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6344 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6345 (xg_create_tool_bar): Remove unused variables.
6346 (x_wm_set_size_hint): Move declarations before statements.
6347 (xg_create_frame_widgets): Remove variable grav.
6348
6349 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6352
6353 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6354
6355 * term.c (fatal): Add a final \n if needed (bug#5596).
6356
6357 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
6358
6359 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6360
6361 2010-02-18 Glenn Morris <rgm@gnu.org>
6362
6363 * callint.c (Finteractive): Doc fix.
6364
6365 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6366
6367 * coding.c (record_conversion_result):
6368 Handle CODING_RESULT_INSUFFICIENT_DST.
6369 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6370 memory allocation error.
6371
6372 2010-02-17 Kenichi Handa <handa@m17n.org>
6373
6374 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6375 Fix for the case that the output buffer is fullfilled.
6376 (decode_coding): Setup ccl program here. Keep looping when the
6377 decoder stopped because the output buffer is
6378 fullfilled (bug#5534).
6379
6380 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6381
6382 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6383
6384 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6385 bug #5571.
6386 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6387 overdrawn.
6388
6389 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6390
6391 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6392 doing_interact here.
6393 (ice_connection_closed): New function.
6394 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6395 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6396 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6397 returns I/O error.
6398 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6399 bug #5512.
6400
6401 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
6402
6403 * nsfont.m (nsfont_open): The system's value for the font descent
6404 is negative, so round it down to avoid clipping.
6405
6406 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6407
6408 * charset.c (load_charset_map_from_file)
6409 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6410 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6411
6412 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * charset.c (load_charset_map_from_file): Allocate large
6415 charset_map_entries structure on the heap rather than the stack.
6416 (Bug#5526).
6417
6418 2010-01-31 Kenichi Handa <handa@m17n.org>
6419
6420 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6421 size in NAME is invalid, return -1 (Bug#5396).
6422
6423 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6424
6425 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6426 <deactivated@gmail.com> (Bug#3605).
6427
6428 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6429
6430 * fileio.c (Frename_file): Correctly rename symlinks to
6431 directories (Bug#5496).
6432
6433 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6434
6435 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6436
6437 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6438
6439 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6440
6441 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * frame.c (DEFAULT_ROWS): Change default to 35.
6444
6445 * xfns.c (x_default_font_parameter): Change default XFT font to
6446 monospace-10 (Bug#3643).
6447
6448 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6449
6450 * w32inevt.c (key_event): Remove unnecessary comparison of
6451 event->uChar.AsciiChar with 128.
6452
6453 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6454
6455 * fileio.c (Frename_file): Fix last change (Bug#5487).
6456
6457 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6458
6459 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6460
6461 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6462
6463 * xfns.c (Fx_create_frame): Remove window size matching code from
6464 2010-01-15.
6465 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6466
6467 2010-01-27 Jason Rumney <jasonr@gnu.org>
6468
6469 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6470 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6471
6472 2010-01-27 Kenichi Handa <handa@m17n.org>
6473
6474 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6475 pattern string (Bug#4209).
6476
6477 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6478
6479 * fileio.c (Frename_file): Call copy-directory and
6480 delete-directory for directories, in order to handle cross-device
6481 renaming (Bug#3353).
6482
6483 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6484
6485 * xfns.c (Fx_create_frame): If frame height is too big, try
6486 sizes 24 and 10. Bug #3643.
6487
6488 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 Try and fix bug#788, hopefully for real this time.
6491 * keymap.c (shadow_lookup): Add `remap' arg.
6492 (describe_map, describe_vector): Update calls to shadow_lookup.
6493 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6494 `remapped' so this flag is applicable to `sequence'. Be careful to
6495 perform remapping during shadow_lookup check of remapped_sequences.
6496
6497 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6498
6499 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6500 png_check_sig, which has been removed in libpng 1.4.
6501
6502 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6503
6504 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6505 lacks this header file).
6506
6507 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6508
6509 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6510 as in Emacs 22.
6511
6512 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6513
6514 * lisp.h (make_pure_string): String pointer arg now points to const.
6515
6516 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6517 args now point to const.
6518
6519 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6520
6521 * lread.c (Fload): Don't treat files without .elc extension as
6522 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6523 them. (bug#5303)
6524
6525 2010-01-20 Kenichi Handa <handa@m17n.org>
6526
6527 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6528 treat the source as actual byte sequence.
6529
6530 2010-01-19 Alan Mackenzie <acm@muc.de>
6531
6532 Fix spurious before-change-functions invocation from (insert ?\n).
6533 * textprop.c (set_text_properties): Rename parameter
6534 `signal_after_change_p' to `coherent_change_p', and make the
6535 invocation of `modify_region' conditional on it.
6536
6537 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6538
6539 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6540 for debug purpose.
6541 (syms_of_xsettings): Declare xft-settings.
6542
6543 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6546
6547 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6550
6551 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * emacs.c (standard_args): Adjust arg priorities to reflect how
6554 they are processed in startup.el.
6555
6556 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6557
6558 * Makefile.in (lisp, shortlisp): Update.
6559
6560 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6563 code, link the new kboard into all_kboard before running Lisp code,
6564 and protect the new terminal with GCPRO (Bug#5365).
6565 (x_term_init): Remove unused var `atom'.
6566 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6567
6568 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6569
6570 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6571 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6572 to find out usable size of the desktop. Don't make frames larger than
6573 this. Bug #3643.
6574
6575 2010-01-15 Kenichi Handa <handa@m17n.org>
6576
6577 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6578
6579 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * nsterm.m (Qnone): Define.
6582
6583 * nsfns.m (Qnone): Move definition to nsterm.m.
6584
6585 2010-01-14 Kenichi Handa <handa@m17n.org>
6586
6587 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6588 systems.
6589
6590 2010-01-14 Kenichi Handa <handa@m17n.org>
6591
6592 Make auto-composition work on all buffers even if they are
6593 fundamental mode.
6594
6595 * composite.c (Vauto_composition_mode): New variable.
6596 (composition_compute_stop_pos): Check Vauto_composition_mode
6597 instead of Vauto_composition_function.
6598 (composition_adjust_point, Ffind_composition_internal): Likewise.
6599 (syms_of_composite): Declare Lisp variable
6600 "auto-composition-mode" here.
6601
6602 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6605 during call to vendor-specific-keysyms (Bug#5365).
6606
6607 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6608
6609 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6610 Call SIGNAL_THREAD_CHECK (Bug#5333).
6611
6612 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6613 Call SIGNAL_THREAD_CHECK.
6614
6615 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 Try to fix bug#5314. This is probably not the final word, tho.
6618 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6619 recent-auto-save-p as a side-effect.
6620 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6621 * buffer.c (Fkill_buffer, reset_buffer):
6622 * editfns.c (Fsubst_char_in_region):
6623 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6624 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6625
6626 2010-01-13 Kenichi Handa <handa@m17n.org>
6627
6628 Display buffer name, etc. in mode line by composing correctly.
6629
6630 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6631 STRING is not nil.
6632 (display_mode_element): Adjust for the change of
6633 decode_mode_spec and display_line.
6634 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6635 (display_string): Handle the case that STRING is non-null and
6636 LISP_STRING is not nil.
6637
6638 * xterm.c (x_draw_composite_glyph_string_foreground):
6639 Pay attention to s->face->overstrike.
6640
6641 * composite.c (composition_reseat_it): Don't check PT if STRING is
6642 non nil.
6643
6644 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6645
6646 * keyboard.c (read_char): Don't apply previous change when current
6647 buffer is unchanged by command execution.
6648
6649 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6650
6651 * keyboard.c (read_char): Return after executing from special map.
6652
6653 2010-01-12 Glenn Morris <rgm@gnu.org>
6654
6655 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6656 bug-gnu-emacs rather than emacs-pretest-bug.
6657
6658 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6661 initializing the Lisp variables that depend on them.
6662
6663 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6664
6665 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6666 Clear areas that will not be updated after change of menu bar lines.
6667 Clear the menu bar window's current matrix when the window gets empty.
6668
6669 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * intervals.h, textprop.c (extend_property_ranges): Return value
6672 and args changed. Discard properties that begin at or after the
6673 new end (Bug#5306).
6674
6675 * editfns.c (Fformat): Caller changed.
6676
6677 * nsterm.m (ns_set_default_prefs): Delete function.
6678 (syms_of_nsterm): Initialize ns_command_modifier,
6679 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6680 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6681
6682 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6683 position (Bug#4040).
6684
6685 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6686
6687 * editfns.c (Ffloat_time): Doc fix.
6688
6689 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6690
6691 * xfns.c (Fx_create_frame): Don't create frame larger than display
6692 by default bug#3643.
6693
6694 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6695
6696 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6697 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6698 windows above internal border.
6699
6700 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6701 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6702 windows above internal border.
6703
6704 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6705 tool bar windows specially.
6706
6707 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6708
6709 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6710 specially.
6711 (XTflash): Take account of menu bar height.
6712
6713 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6714 specially.
6715
6716 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6717
6718 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6719 also be true before we can return early (bug #5339).
6720
6721 2010-01-06 David Reitter <david.reitter@gmail.com>
6722
6723 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6724 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6725 (Bug#3233).
6726
6727 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6728
6729 * font.c (font_open_entity): Enable chache and call cached_font_ok
6730 for the driver if defined.
6731 (QCuser_spec): New symbol.
6732 (font_spec_from_name): Save name as user-spec.
6733 (font_load_for_lface): Keep user-spec instead of name.
6734 (font_open_by_name): Save name as user-spec.
6735 (syms_of_font): Initialize QCuser_spec.
6736 (font_clear_prop): Clear name if it exists in font (bug#5157).
6737
6738 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6739 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6740 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6741
6742 * font.h (struct font_driver): Add cached_font_ok.
6743
6744 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6745
6746 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6747
6748 * xterm.c (x_new_font): Move code for setting rows/cols before
6749 resizing ...
6750 (x_set_window_size): ... to here. Bug #2568.
6751
6752 * gtkutil.c (xg_clear_under_internal_border): New function.
6753 (xg_frame_resized, xg_frame_set_char_size):
6754 Call xg_clear_under_internal_border.
6755 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6756
6757 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * keyboard.c (read_key_sequence): Catch keyboard switch after
6760 making a new tty frame (Bug#5095).
6761
6762 2010-01-05 Kenichi Handa <handa@m17n.org>
6763
6764 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6765
6766 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6769 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6770 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6771
6772 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6773
6774 * dbusbind.c (xd_add_watch): Improve debug message.
6775 (xd_remove_watch): Improve debug message. If DATA is the session
6776 bus, unset D-Bus session environment.
6777 (Fdbus_init_bus): Pass the bus as argument to
6778 dbus_connection_set_watch_functions. (Bug#5283)
6779
6780 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6783
6784 * lread.c (syms_of_lread): Make it clearer that these are the
6785 names of loaded files (Bug#5068).
6786
6787 * eval.c (run_hook_with_args): Handle the case where the global
6788 value has the obsolete single-function form (Bug#5026).
6789
6790 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * minibuf.c (Fall_completions): Minor optimization.
6793
6794 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6795
6796 * .gdbinit (pgx): Fix display of composite glyphs.
6797 Display cmp.from and cmp.to as well.
6798 (pitx): Fix last change.
6799
6800 2009-12-25 Kenichi Handa <handa@m17n.org>
6801
6802 * composite.h (composition_adjust_point): Update prototype.
6803
6804 * composite.c (composition_reseat_it): Don't make a composition
6805 spanning over point.
6806 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6807 composable characters.
6808 (composition_adjust_point): New arg NEW_PT. Callers changed.
6809
6810 * keyboard.c (command_loop_1): Force redisplay if the last point
6811 was within a composition.
6812 (adjust_point_for_property): Don't adjust point for automatic
6813 composition when called after buffer modification.
6814
6815 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6816
6817 * .gdbinit (pitx): Don't use enum names, use their values.
6818 Remove reference to non-existing value GET_FROM_COMPOSITION.
6819 (pgx): Don't use enum names, use their values.
6820 (pitmethod): New helper command.
6821 (pitx): Use it to display iteration method.
6822 (pgrowit): New command.
6823
6824 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6825
6826 Update dependencies in Makefile.in.
6827
6828 * Makefile.in (alloc.o): Depend on termhooks.h.
6829 (atimer.o): Depend on blockinput.h.
6830 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6831 and frame.h.
6832 (callint.o): Depend on systime.h, coding.h, and composite.h.
6833 (callproc.o): Depend on buffer.h.
6834 (casefiddle.o): Don't depend on charset.h.
6835 (casetab.o): Depend on character.h.
6836 (ccl.o): Depend on composite.h.
6837 (chartab.o): Depend on ccl.h.
6838 (cm.o): Depend on dispextern.h.
6839 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6840 (coding.o): Don't depend on $(INTERVALS_H).
6841 (composite.o): Don't depend on dispextern.h explicitly (it's in
6842 $(INTERVALS_H)). Depend on ccl.h.
6843 (data.o): Depend on systime.h, coding.h, composite.h,
6844 dispextern.h, font.h, and ccl.h.
6845 (dired.o): Depend on composite.h.
6846 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6847 composite.h (it's in $(INTERVALS_H)).
6848 (doc.o): Depend on systime.h, coding.h, and composite.h.
6849 (editfns.o): Don't depend explicitly on dispextern.h.
6850 (emacs.o): Depend on frame.h and coding.h.
6851 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6852 (fileio.o): Depend on frame.h and commands.h. Don't depend
6853 explicitly on dispextern.h.
6854 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6855 composite.h.
6856 (fns.o): Don't depend on termhooks.h.
6857 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6858 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6859 coding.h, $(INTERVALS_H), window.h, xterm.h.
6860 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6861 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6862 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6863 fontset.h, ccl.h, and ftfont.h.
6864 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6865 (gtkutil.o): Depend on dispextern.h and composite.h.
6866 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6867 termhooks.h, and ccl.h.
6868 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6869 (intervals.o): Depend on systime.h and coding.h.
6870 (keyboard.o): Depend on composite.h and coding.h.
6871 (keymap.o): Depend on coding.h and frame.h.
6872 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6873 (macros.o): Depend on systime.h, coding.h, and composite.h.
6874 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6875 and atimer.h.
6876 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6877 dispextern.h explicitly.
6878 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6879 Don't depend explicitly on dispextern.h and composite.h.
6880 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6881 (regex.o): Don't depend on charset.h.
6882 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6883 (search.o): Don't depend explicitly on composite.h.
6884 (sound.o): Depend on atimer.h and systime.h.
6885 (syntax.o): Don't depend explicitly on composite.h.
6886 (sysdep.o): Depend on coding.h and composite.h.
6887 (term.o): Depend on xterm.h and buffer.h.
6888 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6889 (textprop.o): Don't depend on dispextern.h explicitly.
6890 (undo.o): Depend on dispextern.h.
6891 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6892 dispextern.h and composite.h explicitly.
6893 (xdisp.o): Depend on ccl.h.
6894 (xfaces.o): Depend on coding.h and ccl.h.
6895 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6896 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6897 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6898 ftfont.h.
6899 (xgselect.o): New dependency.
6900 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6901 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6902 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6903 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6904 (xsmfns.o): Depend on frame.h and dispextern.h.
6905 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6906 sysselect.h.
6907
6908 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6909
6910 * font.c (Fclear_font_cache): Pass correct cache argument to
6911 font_clear_cache.
6912
6913 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6914
6915 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6916 twice.
6917
6918 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6921 calling file-remote-p. Reported by Jim Meyering.
6922
6923 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6926 avoid compiler warnings. (Bug #5217)
6927
6928 2009-12-14 Kenichi Handa <handa@m17n.org>
6929
6930 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6931 in 8-bit encoding.
6932
6933 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6934
6935 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6936 tooltip windows.
6937
6938 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6939
6940 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6941 Xatom_net_window_type.
6942
6943 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6944 Xatom_net_window_type.
6945
6946 * xterm.c (my_log_handler): New function.
6947 (x_term_init): Set my_log_handler as log handler during gtk_init
6948 so we can filter out buggy messages. (Bug #5120).
6949
6950 * xterm.c (xg_scroll_callback): Parameter list changed,
6951 use parameter GtkScrollType to determine scroll/line/page.
6952 Only allow dragging if a button < 4 is grabbed (bug #5177).
6953 (xg_end_scroll_callback): New function.
6954 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6955 xg_create_scroll_bar.
6956
6957 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6958 (scroll_end_callback): Remove.
6959 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6960 button-release-event. Replace value-changed event with change-value,
6961 bug #5177.
6962 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6963 bug #5177.
6964
6965 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6966 (xg_create_scroll_bar): Add GCallback end_callback.
6967
6968 * xftfont.c (QClcdfilter): New variable.
6969 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6970 (syms_of_xftfont): Initialize QClcdfilter.
6971
6972 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6973
6974 * xsettings.c (struct xsettings): Add member seen.
6975 (parse_xft_settings): Update member seen with what we have read.
6976 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6977 (apply_xft_settings): Only update Xft settings with what member seen
6978 indicates as new.
6979
6980 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6981
6982 * dispextern.h (struct text_pos): Use EMACS_INT.
6983 (struct glyph): Use EMACS_INT for charpos.
6984 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6985 region_beg_charpos, region_end_charpos,
6986 redisplay_end_trigger_charpos, and also for
6987 iterator_stack_entry.end_charpos and
6988 iterator_stack_entry.stop_charpos.
6989
6990 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6991
6992 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6993 (xg_create_scroll_bar): Call scroll_end_callback on button release
6994 event (bug #5177).
6995 (xg_event_is_for_scrollbar): != replaced with ==.
6996
6997 2009-12-12 Kenichi Handa <handa@m17n.org>
6998
6999 * ftfont.c (struct ftfont_info): New member matrix.
7000 (ftfont_open): Setup xftfont_info->matrix.
7001 (MFLTFontFT): New member matrix.
7002 (FLOOR, CEIL, ROUND): New macros.
7003 (ftfont_get_metrics): Handle matrix transformation.
7004 (ftfont_shape_by_flt): New arg matrix. Callers changed.
7005
7006 * xftfont.c (struct xftfont_info): New member matrix.
7007 (xftfont_open): Setup xftfont_info->matrix.
7008
7009 2009-12-10 Kenichi Handa <handa@m17n.org>
7010
7011 * xdisp.c (append_space_for_newline): Consider face-remapping.
7012
7013 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
7014
7015 * xsettings.c: Include "keyboard.h".
7016
7017 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
7018
7019 Fix implicit function declarations.
7020 * cmds.c: Include "frame.h".
7021 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
7022 * frame.h: Move declaration of delete_frame outside of
7023 HAVE_WINDOW_SYSTEM.
7024
7025 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
7026
7027 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
7028
7029 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
7030 GTK builds.
7031
7032 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
7033
7034 * unexelf.c (unexec): Don't search for .data twice.
7035
7036 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
7039 if push failed.
7040 (handle_line_prefix): Set avoid_cursor_p here. Check return value
7041 of push_display_prop (Bug#5000).
7042
7043 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
7044 value of font_list_entities (Bug#5085).
7045
7046 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
7047
7048 Fix `string-to-number' to deal consistently with integers and floats.
7049 * lread.c (isfloat_string): New argument ignore_trailing to accept all
7050 trailing characters, not just whitespace.
7051 (read1): Pass new arg 0 to keep old behavior.
7052 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
7053 trailing chars, as it is already done for integers. Doc fixes.
7054 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
7055
7056 2009-12-04 Eli Zaretskii <eliz@gnu.org>
7057
7058 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
7059 Delete unused enumeration value.
7060
7061 2009-12-03 Eli Zaretskii <eliz@gnu.org>
7062
7063 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
7064
7065 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
7066
7067 * process.c (Fmake_network_process): Fix up the tests for
7068 "connectionless socket", so they DTRT for seqpacket sockets as well.
7069
7070 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * process.c (Qseqpacket): New symbol.
7073 (HAVE_SEQPACKET): New macro.
7074 (Fmake_network_process): Accept new :type `seqpacket'.
7075 (init_process): Add `seqpacket' feature when applicable.
7076 (syms_of_process): Initialize Qseqpacket.
7077
7078 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7079
7080 * font.c (font_load_for_lface, font_open_by_name): Don't store name
7081 if entity is Qnil.
7082
7083 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * print.c (print_preprocess): Preprocess the key_and_value table of
7086 hashtables, even tho they're "hidden" (bug#5082).
7087
7088 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
7089
7090 * frame.c (frame_make_pointer_invisible)
7091 (frame_make_pointer_visible): Declare f before statements.
7092
7093 2009-11-28 Eli Zaretskii <eliz@gnu.org>
7094
7095 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
7096 omitted dependencies on lisp.h.
7097
7098 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
7099
7100 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
7101 is NULL.
7102
7103 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
7104
7105 * frame.c (frame_make_pointer_invisible)
7106 (frame_make_pointer_visible): Just return if there isn't any selected
7107 frame.
7108
7109 * search.c (simple_search): Remove warning by making *p const.
7110
7111 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7112
7113 * xdisp.c (power_letter): Remove duplicate const.
7114
7115 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
7116
7117 * term.c (delete_tty): Remove check for last terminal (bug#4970).
7118
7119 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
7120 defaults (bug #5025).
7121
7122 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * insdel.c (adjust_markers_for_delete): Move it in the
7125 right direction! (bug#4803)
7126
7127 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7128
7129 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7130
7131 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7132
7133 2009-11-24 Glenn Morris <rgm@gnu.org>
7134
7135 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7136
7137 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
7138
7139 * Makefile.in: Must create deps for ecrt0.o in its rule.
7140
7141 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7142 because that is what Gtk+ font dialog understands.
7143
7144 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7145 of Fcopy_sequence.
7146 (font_open_by_name): Put name given into QCname for font-object returned.
7147
7148 * frame.c (x_set_font): Save original font name as frame parameter
7149 font-parameter.
7150
7151 * xsettings.c (set_default_xft_settings): New function.
7152 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7153 is found.
7154
7155 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
7156
7157 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7158 searching backwards through multibyte buffer.
7159
7160 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7161
7162 * xterm.c: #include xgselect.h.
7163 (x_initialize): Call xgselect_initialize.
7164
7165 * xsettings.c (something_changedCB): C++ comments => C comments.
7166 (init_gconf): Do not deal with any GLib file descriptors, xg_select
7167 does that now.
7168
7169 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7170 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7171 (scroll_bar_button_cb): Remove.
7172 (create_menus): C++ comments => C comments. Don't bind grab-notify
7173 event.
7174 (xg_create_scroll_bar): Don't bind button-press-event and
7175 button-release-event.
7176
7177 * process.c: Include xgselect.h if defined (USE_GTK) ||
7178 defined (HAVE_GCONF).
7179 (wait_reading_process_output): Call xg_select for the same condition.
7180
7181 * xgselect.c (xg_select): New function to better integrate with
7182 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
7183
7184 * xgselect.h: New file, declare xg_select, xgselect_initialize.
7185
7186 * Makefile.in (XOBJ): Add xgselect.o.
7187
7188 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
7189
7190 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7191 Remove ignored second argument. All callers changed.
7192 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7193 (RE_STRING_CHAR_AND_LENGTH): Likewise.
7194 * xdisp.c (string_char_and_length): Likewise.
7195
7196 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 * xterm.c (x_new_font):
7199 * print.c (print_object):
7200 * cmds.c (Fself_insert_command): Move declarations before statements.
7201
7202 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7203
7204 * s/cygwin.h: Remove unneeded linker flags.
7205
7206 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7207
7208 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7209
7210 * xsettings.h: Declare xsettings_get_system_font.
7211
7212 * xsettings.c (xsettings_get_system_font): New function.
7213 (init_gconf): No use initiating gconf unless we have Xft also.
7214 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7215 HAVE_GCONF.
7216
7217 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7218 add a blank entry so it doesn't collapse into nothing.
7219
7220 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * lread.c (Funintern): Comment out last change.
7223
7224 2009-11-19 Richard Stallman <rms@gnu.org>
7225
7226 * lread.c (Funintern): Error if symbol is t or nil.
7227
7228 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7231 representation of Lisp integers.
7232 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7233
7234 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7235
7236 * lisp.h: Remove declaration of Ffont_get_system_font.
7237 * xfns.c: Move include of "xsettings.h".
7238 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7239
7240 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7241
7242 * xsettings.c (something_changedCB, Ffont_get_system_font):
7243 Check use_system_font.
7244 (syms_of_xsettings): DEFVAR font-use-system-font.
7245
7246 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * xfns.c (x_default_font_parameter): Remove dead assignment.
7249
7250 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7251
7252 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7253
7254 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7255 not have FC_LCD_*. #define them if not there.
7256
7257 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7258
7259 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7260
7261 * xterm.c (handle_one_xevent): Call xft_settings_event for
7262 ClientMessage, PropertyNotify and DestroyNotify.
7263 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7264 Call xsettings_initialize.
7265
7266 * xftfont.c (xftfont_fix_match): New function.
7267 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7268 Call xftfont_fix_match after XftFontMatch.
7269
7270 * xfont.c (xfont_driver): Initialize all members.
7271
7272 * xfns.c (x_default_font_parameter):
7273 Try font from Ffont_get_system_font.
7274 Do not get font from x_default_parameter if we got one from
7275 Ffont_get_system_font.
7276 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7277
7278 * w32font.c (w32font_driver): Initialize all members.
7279
7280 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7281
7282 * lisp.h: Declare syms_of_xsettings.
7283
7284 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7285 Handle CONFIG_CHANGED_EVENT.
7286
7287 * ftfont.c (ftfont_filter_properties): New function.
7288
7289 * frame.c (x_set_font): Remove unused variable lval.
7290
7291 * font.h (struct font_driver): Add filter_properties.
7292
7293 * font.c (font_put_extra): Don't return if val is nil, it means
7294 boolean option is off.
7295 (font_parse_fcname): Collect all extra properties in extra_props
7296 and call filter_properties for all drivers with extra_props and
7297 font as parameter.
7298 (font_open_entity): Do not use cache, it does not pick up new
7299 fontconfig settings like hinting.
7300 (font_load_for_lface): If spec had a name in it, store it in entity.
7301
7302 * emacs.c (main): Call syms_of_xsettings.
7303
7304 * config.in: HAVE_GCONF is new.
7305
7306 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7307 xsettings.o is new.
7308
7309 2009-11-17 Kenichi Handa <handa@m17n.org>
7310
7311 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7312 back to the default font in case that no suitable font is found.
7313
7314 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7317 Suggested by Chad Brown <yandros@mit.edu>.
7318 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7319
7320 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7321
7322 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7323
7324 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7325
7326 * Makefile.in: Ignore errors from mkdir when creating deps directory.
7327
7328 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7329
7330 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7331 has a parent.
7332
7333 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7334 dependency files in deps/. Include those files into Makefile.
7335
7336 * config.in: Generated (AUTO_DEPEND).
7337
7338 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7339
7340 * dbusbind.c (Vdbus_registered_objects_table): Rename from
7341 Vdbus_registered_functions_table, because it contains also
7342 properties. Fix docstring.
7343 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7344
7345 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * alloc.c (mark_object): Don't reprocess marked strings.
7348 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7349 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7350
7351 2009-11-13 Kenichi Handa <handa@m17n.org>
7352
7353 * category.c (word_boundary_p): Adjust for the change of the
7354 semantics of Vword_combining_categories.
7355 (Vword_combining_categories): Describe the slight change of the
7356 semantics.
7357
7358 2009-11-13 Eli Zaretskii <eliz@gnu.org>
7359
7360 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7361
7362 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7363
7364 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7367
7368 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7371
7372 2009-11-11 David Reitter <david.reitter@gmail.com>
7373
7374 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7375 variables to fix 2009-11-09 change.
7376
7377 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * process.c (ifflag_def): Make flag_sym constant.
7380 (Fnetwork_interface_info): Use a constant pointer.
7381 (ifflag_table):
7382 * xfns.c (cursor_bits):
7383 * xdisp.c (power_letter):
7384 * termcap.c (speeds, esctab):
7385 * sysdep.c (baud_convert):
7386 * keyboard.c (lispy_accent_codes, modifier_names):
7387 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7388 (jpeg_format, tiff_format, gif_format, svg_format)
7389 (interlace_start, interlace_increment, gs_format):
7390 * gtkutil.c (separator_names):
7391 * fringe.c (swap_nibble):
7392 * fns.c (base64_value_to_char, base64_char_to_value):
7393 * fileio.c (make_temp_name_tbl):
7394 * coding.c (suffixes): Make constant.
7395
7396 * frame.c (make_initial_frame):
7397 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7398 build_string.
7399 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7400
7401 * s/freebsd.h:
7402 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7403
7404 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7405 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7406
7407 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7408 * xterm.c (syms_of_xterm):
7409 * xfaces.c (syms_of_xfaces):
7410 * xdisp.c (syms_of_xdisp):
7411 * lread.c (syms_of_lread):
7412 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7413 build_string.
7414
7415 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7416
7417 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * fns.c (Fplist_get): Merge the active and the commented out code.
7420
7421 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7422
7423 * keyboard.h: Declare timer_check.
7424
7425 * keyboard.c (timer_check_2): New function that does what the old
7426 timer_check did.
7427 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7428 returned, i.e. don't return -1 with timers pending.
7429
7430 * process.c: Remove extern declaration of timer_check.
7431
7432 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7433 even if timer_check returned -1.
7434
7435 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7436 xg_dialog_data.
7437 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7438 the event loop.
7439 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7440 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7441 Destroy the dialog after xg_dialog_run.
7442
7443 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7446
7447 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7448
7449 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7450
7451 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7452
7453 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7454
7455 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7458 w32menu.c, and nsmenu.m.
7459 Simplify the obsolete case where position is nil.
7460 (cleanup_popup_menu): New function, moved from nsmenu.m.
7461 (struct skp): Remove slot `notreal'.
7462 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7463 adjust callers.
7464 (single_menu_item): Adjust call to parse_menu_item.
7465 (syms_of_menu): Defsubr x-popup-menu.
7466 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7467 (keymap_panes): Don't export any more.
7468 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7469 (xmenu_show): Declare.
7470 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7471 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7472 * keyboard.h (parse_menu_item): Update declaration.
7473 * xmenu.c (Fx_popup_menu): Remove.
7474 (syms_of_xmenu): Don't defsubr x-popup-menu.
7475 * w32menu.c (Fx_popup_menu): Remove.
7476 (syms_of_w32menu): Don't defsubr x-popup-menu.
7477 * nsmenu.m (cleanup_popup_menu): Remove.
7478 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7479 moved to menu.c's Fx_popup_menu.
7480 (Fx_popup_menu): Remove.
7481 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7482 menu_items (it's done in menu.c already).
7483
7484 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7487 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7488
7489 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7490
7491 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7492 xmenu_show. Hide any tooltip before opening a menu.
7493 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7494 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7495
7496 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 Let integers use up 2 tags to give them one extra bit and thus double
7499 their range.
7500 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7501 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7502 New macros.
7503 (enum Lisp_Type): Use them. Give explicit values.
7504 (Lisp_Type_Limit): Remove.
7505 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7506 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7507 Pay attention to USE_2_TAGS_FOR_INTS.
7508 (INTEGERP): Use LISP_INT_TAG_P.
7509 * fns.c (internal_equal): Simplify the default case.
7510 (sxhash): Use case_Lisp_Int.
7511 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7512 any more.
7513 (Ftype_of): Use case_Lisp_Int.
7514 (store_symval_forwarding): Take into account the fact that Ints can
7515 now have more than one tag.
7516 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7517 (buffer_slot_type_mismatch):
7518 * xfaces.c (face_attr_equal_p):
7519 * print.c (print_object):
7520 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7521 Use case_Lisp_Int.
7522
7523 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7524
7525 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7526
7527 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7528 warning.
7529
7530 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7531
7532 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7533
7534 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7535
7536 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7537 ButtonPressRelease and MotionNotify (bug#4870).
7538
7539 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7540
7541 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7542
7543 * xterm.c (syms_of_xterm):
7544 * xselect.c (syms_of_xselect):
7545 * xmenu.c (syms_of_xmenu):
7546 * xfns.c (syms_of_xfns):
7547 * xfaces.c (syms_of_xfaces):
7548 * xdisp.c (syms_of_xdisp):
7549 * window.c (syms_of_window):
7550 * w32fns.c (syms_of_w32fns):
7551 * undo.c (syms_of_undo):
7552 * textprop.c (syms_of_textprop):
7553 * terminal.c (syms_of_terminal):
7554 * syntax.c (syms_of_syntax):
7555 * sound.c (syms_of_sound):
7556 * search.c (syms_of_search):
7557 * print.c (syms_of_print):
7558 * minibuf.c (syms_of_minibuf):
7559 * macros.c (syms_of_macros):
7560 * keymap.c (syms_of_keymap, initial_define_key)
7561 (initial_define_lispy_key):
7562 * keyboard.c (syms_of_keyboard):
7563 * insdel.c (syms_of_insdel):
7564 * image.c (syms_of_image):
7565 * fringe.c (syms_of_fringe):
7566 * frame.c (syms_of_frame):
7567 * fontset.c (syms_of_fontset):
7568 * fns.c (syms_of_fns):
7569 * fns.c (syms_of_fns):
7570 * fileio.c (syms_of_fileio):
7571 * fileio.c (syms_of_fileio):
7572 * eval.c (syms_of_eval):
7573 * doc.c (syms_of_doc):
7574 * dispnew.c (syms_of_display):
7575 * dired.c (syms_of_dired):
7576 * dbusbind.c (syms_of_dbusbind):
7577 * data.c (syms_of_data):
7578 * composite.c (syms_of_composite):
7579 * coding.c (syms_of_coding):
7580 * cmds.c (syms_of_cmds):
7581 * charset.c (define_charset_internal, syms_of_character):
7582 * ccl.c (syms_of_ccl):
7583 * category.c (syms_of_category, init_category_once):
7584 * casetab.c (syms_of_casetab):
7585 * casefiddle.c (syms_of_casefiddle):
7586 * callint.c (syms_of_callint):
7587 * bytecode.c (syms_of_bytecode):
7588 * buffer.c (keys_of_buffer, syms_of_buffer):
7589 * alloc.c (syms_of_alloc):
7590 * process.c (syms_of_process, init_process):
7591 * lread.c (syms_of_lread, init_obarray):
7592 * font.c (build_style_table):
7593 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7594 intern_c_string, calls to make_pure_string with
7595 make_pure_c_string. Use pure_cons instead of Fcons.
7596
7597 * process.c (socket_options): Make it const.
7598 (set_socket_option, init_process): Use a const pointer.
7599
7600 * lread.c (intern_c_string): New function.
7601 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7602 (defvar_int): Uset it. Make the name const char*.
7603
7604 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7605 (defvar_int): Update prototypes.
7606 (DEFUN, EXFUN): Support for prototypes is now required.
7607 (intern_c_string): New prototype.
7608 (struct Lisp_Subr): Make symbol_name constant.
7609
7610 * font.c (struct table_entry): Remove unused member. Make NAMES
7611 constant.
7612 (weight_table, slant_table, width_table): Make constant.
7613
7614 * emacs.c (struct standard_args): Make name and longname constant.
7615
7616 * character.h (DEFSYM): Use intern_c_string.
7617
7618 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * alloc.c (make_pure_c_string): New function.
7621
7622 * eval.c (Fautoload): Purecopy all arguments.
7623
7624 2009-11-05 Kenichi Handa <handa@m17n.org>
7625
7626 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7627 the buffer in case of replace.
7628
7629 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7630
7631 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7632
7633 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7636 when applicable (bug#4851).
7637
7638 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7639 (P_): Support for prototypes is now required.
7640
7641 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7644 (Bug#4827).
7645
7646 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7647
7648 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7649
7650 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7651
7652 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7653
7654 * lread.c (Fload): Purecopy the file name when building
7655 Vpreloaded_file_list.
7656
7657 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7658
7659 * w32fns.c (syms_of_w32fns): Change default value of
7660 w32-scroll-lock-modifier to nil. (Bug#2827)
7661
7662 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * minibuf.c (Fall_completions): Fix typos in docstring.
7665
7666 2009-10-26 Andreas Schwab <schwab@redhat.com>
7667
7668 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7669
7670 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7673 For delta < 0, skip check that only makes sense when the mini-window
7674 is going to be enlarged. (Bug#4534)
7675
7676 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7679 string in menu maps (Bug#4471).
7680
7681 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7684 FRAME_NS_VIEW on terminal frames (Bug#4765).
7685
7686 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7687
7688 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7689 DBUS_TYPE_UINTnn separately to get proper sign extension.
7690
7691 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7692 can properly handle unsigned types.
7693 (make_uid, make_gid): Remove.
7694
7695 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7696 types again.
7697
7698 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7699 (system_process_attributes): Likewise.
7700
7701 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7702
7703 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7704
7705 * eval.c (Fautoload): Purecopy the filename. Simplify.
7706
7707 * category.c (Fdefine_category): Purecopy docstring.
7708
7709 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7710
7711 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7712
7713 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7714
7715 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7718 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7719 (Bug#4775).
7720
7721 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7724 (init_fileio_once):
7725 * lisp.h (init_fileio_once): Remove.
7726 * emacs.c (main): Don't call init_fileio_once.
7727
7728 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7729
7730 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7731
7732 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7733
7734 * doprnt.c (doprnt): Fix overflow check.
7735
7736 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7739
7740 * xterm.h (x_wait_for_event): Declare it.
7741
7742 * xterm.c (pending_event_wait): New variable.
7743 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7744 see pending_event_wait.eventtype.
7745 (handle_one_xevent): Don't change gravity when parent changes.
7746 (x_new_font): Call change_frame_size with new rows/columns before we
7747 try to resize the frame.
7748 (x_wait_for_event): New function.
7749 (x_set_window_size_1): Don't change gravity unless change_gravity
7750 is set.
7751 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7752 don't change frame size, instead wait for the ConfigureNotify.
7753 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7754 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7755 (x_initialize): Initialize pending_event_wait.
7756
7757 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7758 size.
7759
7760 * widget.c (EmacsFrameSetValues): Add comment.
7761 (EmacsFrameSetCharSize): Just call x_set_window_size.
7762
7763 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7764 x_wait_for_event.
7765 (flush_and_sync): Remove again.
7766 (xg_get_font_name): Suggest monospace if no previous font is known.
7767
7768 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7771 8th bit, since that only made sense in the ASCII world (bug#4751).
7772
7773 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7774
7775 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7776 processing pending events when event is filtered for input method.
7777 (Bug#3681)
7778
7779 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * fns.c: Add #endif accidentally removed in previous change.
7782
7783 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7784
7785 * fns.c: Remove code for unsupported system: MAC_OS.
7786 * image.c: Likewise. Include setjmp.h.
7787
7788 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7789
7790 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7791 pixel -1 (bug #4742).
7792
7793 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7794
7795 * process.c (create_pty): Remove conditionals for no longer
7796 supported systems: UNIPLUS and RTU.
7797
7798 * xterm.c:
7799 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7800
7801 * alloc.c: Do not define struct catchtag.
7802 * eval.c: Move struct catchtag definition ...
7803 * lisp.h: ... here.
7804
7805 * image.c: Move png.h #include earlier to avoid warnings.
7806
7807 * xterm.c:
7808 * xsmfns.c:
7809 * xselect.c:
7810 * xrdb.c:
7811 * xmenu.c:
7812 * xftfont.c:
7813 * xfont.c:
7814 * xfns.c:
7815 * xfaces.c:
7816 * xdisp.c:
7817 * window.c:
7818 * widget.c:
7819 * w32xfns.c:
7820 * w32uniscribe.c:
7821 * w32term.c:
7822 * w32select.c:
7823 * w32reg.c:
7824 * w32proc.c:
7825 * w32menu.c:
7826 * w32inevt.c:
7827 * w32heap.c:
7828 * w32font.c:
7829 * w32fns.c:
7830 * w32console.c:
7831 * w32.c:
7832 * w16select.c:
7833 * vm-limit.c:
7834 * unexsol.c:
7835 * unexec.c:
7836 * unexcw.c:
7837 * unexaix.c:
7838 * undo.c:
7839 * tparam.c:
7840 * textprop.c:
7841 * terminfo.c:
7842 * terminal.c:
7843 * termcap.c:
7844 * term.c:
7845 * syntax.c:
7846 * sound.c:
7847 * sheap.c:
7848 * search.c:
7849 * scroll.c:
7850 * region-cache.c:
7851 * regex.c:
7852 * ralloc.c:
7853 * process.c:
7854 * print.c:
7855 * nsterm.m:
7856 * nsselect.m:
7857 * nsmenu.m:
7858 * nsimage.m:
7859 * nsfont.m:
7860 * nsfns.m:
7861 * msdos.c:
7862 * minibuf.c:
7863 * menu.c:
7864 * marker.c:
7865 * macros.c:
7866 * keymap.c:
7867 * keyboard.c:
7868 * intervals.c:
7869 * insdel.c:
7870 * indent.c:
7871 * gtkutil.c:
7872 * ftxfont.c:
7873 * ftfont.c:
7874 * fringe.c:
7875 * frame.c:
7876 * fontset.c:
7877 * font.c:
7878 * fns.c:
7879 * floatfns.c:
7880 * filelock.c:
7881 * fileio.c:
7882 * emacs.c:
7883 * editfns.c:
7884 * dosfns.c:
7885 * doprnt.c:
7886 * doc.c:
7887 * dispnew.c:
7888 * dired.c:
7889 * dbusbind.c:
7890 * data.c:
7891 * composite.c:
7892 * coding.c:
7893 * cmds.c:
7894 * cm.c:
7895 * chartab.c:
7896 * charset.c:
7897 * character.c:
7898 * ccl.c:
7899 * category.c:
7900 * casetab.c:
7901 * casefiddle.c:
7902 * callproc.c:
7903 * callint.c:
7904 * bytecode.c:
7905 * buffer.c:
7906 * atimer.c: Include setjmp.h. (Bug#4643)
7907
7908 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 Remove leftover table unibyte_to_multibyte_table.
7911 * character.c (unibyte_to_multibyte_table): Remove.
7912 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7913 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7914 * character.h (UNIBYTE_TO_CHAR): New macro.
7915 (MAKE_CHAR_MULTIBYTE): Use it.
7916 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7917 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7918 (message_dolog, set_message_1):
7919 * search.c (Freplace_match):
7920 * editfns.c (Fcompare_buffer_substrings):
7921 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7922 (concat):
7923 * insdel.c (copy_text, count_size_as_multibyte):
7924 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7925 * term.c (produce_glyphs):
7926 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7927 * regex.c (RE_CHAR_TO_MULTIBYTE):
7928 * cmds.c (internal_self_insert):
7929 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7930
7931 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7932
7933 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7934
7935 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7936
7937 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7940
7941 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7942
7943 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7944 still needed under Tiger.
7945
7946 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7947
7948 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7949 __Apple__.
7950
7951 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7952
7953 2009-10-15 Kenichi Handa <handa@m17n.org>
7954
7955 * print.c (print_object): Escape a symbol like "2E10" too.
7956
7957 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7958
7959 Cleanups and changes for 64-bit compile under Snow Leopard.
7960 Based on suggestions by Erik Charlebois.
7961
7962 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7963
7964 * nsfont.m (ns_char_width): Replace deprecated call.
7965 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7966 cast argument.
7967 (nsfont_open): Use ns_char_width() everywhere.
7968 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7969
7970 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7971
7972 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7973 where appropriate.
7974
7975 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7976 where appropriate.
7977 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7978 Use stringWithUTF8String.
7979 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7980
7981 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7982 Add formal protocol mention to inheritance.
7983 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7984
7985 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7986 Fix printf format.
7987 (ns_query_color): Use CGFloat where appropriate.
7988 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7989 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7990 argument.
7991
7992 * config.in (NS_HAVE_NSINTEGER): Drop.
7993
7994 * dbusbind.c (dbus-method-return-internal)
7995 (dbus-method-error-internal): Use long format in printf, and cast
7996 argument.
7997
7998 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7999 in printf, and cast argument.
8000
8001 * process.c (list_processes_1): Use long format in printf, and
8002 cast argument.
8003
8004 2009-10-11 Glenn Morris <rgm@gnu.org>
8005
8006 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
8007
8008 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
8009
8010 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
8011 menu bar with a small width so it doesn't enlarge the frame.
8012
8013 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
8014
8015 * fontset.c (Fset_fontset_font): Fix typos in error messages.
8016
8017 2009-10-06 Glenn Morris <rgm@gnu.org>
8018
8019 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
8020 SOME_MACHINE_LISP (this enters indirectly via DOC).
8021
8022 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8023
8024 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
8025
8026 2009-10-04 Eli Zaretskii <eliz@gnu.org>
8027
8028 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
8029 Doc fix.
8030
8031 2009-10-03 Martin Rudalics <rudalics@gmx.at>
8032
8033 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
8034
8035 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8036
8037 * lisp.h (Qdelete_directory_internal): Remove, because it is not
8038 used anymore outside fileio.c.
8039
8040 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
8041
8042 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * lisp.h (Qdelete_directory_internal):
8045 Declare, instead of Qdelete_directory.
8046
8047 * w32fns.c (Fsystem_move_file_to_trash): Use it.
8048
8049 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * eval.c (Fcalled_interactively_p): Add `kind' argument.
8052
8053 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8054
8055 * fileio.c (Fdelete_directory_internal): Rename from
8056 Fdelete_directory. It is not a command anymore. It has no file
8057 name handler.
8058
8059 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * xdisp.c (get_next_display_element): Use an enum in last change.
8062
8063 2009-09-28 Kenichi Handa <handa@m17n.org>
8064
8065 * xdisp.c (get_next_display_element): Pay attention to
8066 unibyte_display_via_language_environment in handling
8067 Vnobreak_char_display.
8068
8069 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8070
8071 * nsterm.h (ns_app_name): New extern variable.
8072
8073 * nsterm.m (ns_app_name): New variable.
8074 (ns_term_init): Set and use it.
8075 (ns_term_shutdown): Use it.
8076
8077 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
8078 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
8079
8080 * nsfns.m (ns_set_name_iconic, ns_set_name)
8081 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
8082 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
8083
8084 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
8085 Remove double-casting in client_data comparison.
8086
8087 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8088
8089 * keyboard.c (make_lispy_event): Remember last wheel direction.
8090 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
8091
8092 2009-09-26 Glenn Morris <rgm@gnu.org>
8093
8094 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
8095 internal.elc. Add term/pc-win.elc.
8096 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
8097 term/x-win.elc.
8098 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
8099 term/w32-win.elc.
8100 (NS_SUPPORT): New.
8101 (lisp): Add NS_SUPPORT.
8102 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
8103
8104 2009-09-25 David Reitter <david.reitter@gmail.com>
8105
8106 * nsmenu.m (EmacsMenu-clear): Recognize application menu
8107 on Mac OS X 10.6+ (bug#4513).
8108
8109 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8110
8111 * frame.c (xrdb_get_resource): Return nil for empty string resources;
8112 some parts of Emacs code (like font selection) don't grok them.
8113 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
8114
8115 2009-09-24 Andreas Schwab <schwab@redhat.com>
8116
8117 * coding.c (decode_coding_iso_2022): Fix operator precedence.
8118
8119 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8120
8121 * dired.c (Fdirectory_files): Fix typo in docstring.
8122
8123 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8124
8125 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8126 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8127 (EmacsScroller-setPosition:portion:whole:): Remove -display call
8128 under GNUstep.
8129 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8130
8131 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8132 glyph advancement.
8133
8134 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8135
8136 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8137 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8138
8139 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8140 deleted (bug #4492).
8141
8142 * nsfont.m (Vns_reg_to_script): New lisp variable.
8143 (syms_of_nsfont): Declare it.
8144 (ns_registry_to_script): New function.
8145 (ns_get_req_script): Call it.
8146 (ns_findfonts): Don't give up on non-unicode registry.
8147
8148 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8149
8150 2009-09-20 Tom Tromey <tromey@redhat.com>
8151
8152 * eval.c (find_handler_clause): Make stack-trace-on-error work in
8153 batch mode (bug#4228).
8154
8155 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
8156
8157 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8158 carefully. (Bug #4339)
8159
8160 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8161
8162 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8163
8164 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8165
8166 * emacs.c (inhibit_x_resources): Update doc string for NS.
8167 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
8168 legacy code for -NXHost. Fix error printf in daemon case.
8169
8170 * nsterm.h (ns_no_defaults): Remove.
8171
8172 * nsterm.m (ns_no_defaults): Remove.
8173 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8174 (ns_use_qd_smoothing): Remove legacy variable.
8175 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8176 don't update the NSWindow itself.
8177 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8178 state detection and store user rect ourselves. (Bug #3581)
8179
8180 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8181 ns_use_qd_smoothing.
8182
8183 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8184 platform versions. Drop support for emacs-20-style face specs.
8185 (x-close-connection): Drop PSFlush() under OS X.
8186 (x-focus-frame): Activate the app first. (Bug #4180)
8187
8188 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8189
8190 * emacs.c (inhibit_x_resources): New variable.
8191 (main) [HAVE_NS]: Don't process --quick command line option.
8192 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8193
8194 * lisp.h (inhibit_x_resources): Declare it extern.
8195
8196 * w32reg.c (x_get_string_resource):
8197 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8198
8199 2009-09-17 Eli Zaretskii <eliz@gnu.org>
8200
8201 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8202 Add lisp/term/internal.elc.
8203
8204 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8207 (bug#4461).
8208
8209 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8210
8211 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8212
8213 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8214 (OBJECTS_MACHINE): Remove, unused.
8215
8216 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * frame.c (x_get_resource_string): Remove unused.
8219
8220 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8221
8222 * xterm.c (x_new_font): Call change_frame_size before calling
8223 x_set_window_size, in case frame size won't change.
8224
8225 * frame.c (x_set_font): Remove dead code.
8226
8227 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8230
8231 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * lread.c (Fload): Don't output a message after loading an obsolete
8234 package any more (done in Lisp now).
8235
8236 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8239
8240 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * keymap.c (Fwhere_is_internal): Use nconc2.
8243
8244 2009-09-11 Alan Mackenzie <acm@muc.de>
8245
8246 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8247 batch mode.
8248
8249 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8250
8251 * xdisp.c (display_mode_element): Detect cycles.
8252
8253 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * keymap.c (where_is_internal): Don't erroneously return nil right after
8256 filling the cache.
8257 (where_is_internal_1): Fix up typo.
8258
8259 2009-09-11 Glenn Morris <rgm@gnu.org>
8260
8261 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8262 share a common doc-string.
8263
8264 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8267 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8268
8269 * keymap.c (QCadvertised_binding): New constant.
8270 (syms_of_keymap): Initialize it.
8271 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8272 if applicable.
8273
8274 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8277 (parse_menu_item): Streamline since bindings are recomputed all the
8278 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8279 more and don't support lmenu's menu-alias any more either.
8280
8281 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8282 (where_is_internal): Strip it down to only traverse the keymaps.
8283 Move the cache handling from Fwhere_is_internal to here.
8284 (Fwhere_is_internal): Move the handling of remapping and the choice of
8285 the best binding from where_is_internal to here.
8286 Unify the cached/noncached paths, so remapping is also handled
8287 correctly when the cache is used, and so the cache can be used to
8288 speed up remap-handling when applicable.
8289 Give preference to non-remapped bindings.
8290 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8291 non-remapped bindings.
8292 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8293 command remapping.
8294
8295 * xdisp.c (display_mode_element): Move list length limit from 50 to
8296 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8297
8298 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
8299
8300 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8301
8302 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8305 (Bug#4334)
8306
8307 * keymap.c (where_is_internal): Filter out shadowed remappings.
8308 Assume that where_is_internal returns unshadowed bindings to simplify
8309 the code and get rid of the gotos. Use ASIZE.
8310
8311 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8312
8313 * xterm.c (x_focus_changed): If we get a focusout and pointer
8314 is invisible, make it visible.
8315
8316 * xterm.h: Remove condition for declaration of
8317 x_*_window_to_frame.
8318
8319 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8322 initial terminal as well.
8323
8324 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8325
8326 * xterm.h: Rename x_non_menubar_window_to_frame to
8327 x_menubar_window_to_frame.
8328
8329 * xterm.c: Remove declarations also in xterm.h.
8330 (XTmouse_position): Do not return valid positions
8331 for clicks in the menubar and the toolbar for Gtk+.
8332
8333 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8334 if the widget for the event has the same top level as a frame,
8335 return the frame.
8336 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8337 internal windows, bug #4122.
8338 (x_non_menubar_window_to_frame): Remove.
8339
8340 2009-09-02 Glenn Morris <rgm@gnu.org>
8341
8342 * buffer.c (default-major-mode): Move most of the doc from here...
8343 (major-mode): ... to here.
8344
8345 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8346
8347 * process.c (wait_reading_process_output): Keep the descriptor
8348 when pty is used by a non-child process, e.g., in I/O buffer of
8349 GDB this allows inferior to be restarted.
8350
8351 2009-08-29 Eli Zaretskii <eliz@gnu.org>
8352
8353 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8354 both branches into one.
8355
8356 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8359 (main): Use enable-multibyte-characters rather than
8360 default-enable-multibyte-characters. Output a warning message when
8361 running a unibyte session.
8362
8363 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8364
8365 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8366 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8367 (copy_data_segment): Also copy __program_vars section.
8368 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8369 (dump_it) [LC_DYLD_INFO]: Use it.
8370
8371 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8372
8373 2009-08-28 Eli Zaretskii <eliz@gnu.org>
8374
8375 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8376 $(SRC)/buildobj.h.
8377 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8378 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8379 $(SRC)/buildobj.h.
8380 (clean): Add buildobj.h.
8381
8382 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8383
8384 * print.c (print_object): Set escapeflag to 1 when printing
8385 hashtable keys and values.
8386
8387 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * lread.c (read_integer): Use doubles (and potentially return a float
8390 number) as we do in string-to-number.
8391 (read1): Use strtol to read integers, signal errors on strtol's
8392 overflow and use floats if strtol's output is too large for
8393 Elisp integers.
8394
8395 2009-08-27 Eli Zaretskii <eliz@gnu.org>
8396
8397 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8398 (make-buildobj-SH): Fix last change.
8399 (SRC): Move to before where it's first used.
8400
8401 2009-08-27 Kenichi Handa <handa@m17n.org>
8402
8403 * process.c (send_process): Use encode_coding_object instead of
8404 encode_coding_string to perform eol-conversion even if the string
8405 is unibyte.
8406
8407 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8408 character.
8409
8410 * cmds.c (Fself_insert_command): Avoid unnecessay
8411 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
8412
8413 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8414
8415 * callproc.c (Fcall_process): Remove always true #if.
8416
8417 * lisp.h: Replace #if 0 code for checking with text pointing to
8418 the --enable-checking configure flag.
8419
8420 * emacs.c (main): Mention the --enable-profiling configure flag
8421 instead of using CFLAGS.
8422
8423 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8424
8425 * Makefile.in (buildobj.h): New target.
8426 (doc.o): Depend on it.
8427 (temacs${EXEEXT}): Don't generate buildobj.lst.
8428 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8429 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8430 ($(BLD)/doc.$(O)): Depend on it.
8431 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8432 provided by Eli Zaretskii.)
8433 ($(TEMACS)): Don't generate buildobj.lst.
8434 * doc.c: Include buildobj.h.
8435 (buildobj): New static variable.
8436 (Fsnarf_documentation): Use it, instead of opening and reading
8437 buildobj.lst.
8438
8439 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8440
8441 * dbusbind.c (Fdbus_call_method)
8442 (Fdbus_call_method_asynchronously): Use English numeric format for
8443 timeout values in doc string.
8444
8445 2009-08-25 Kenichi Handa <handa@m17n.org>
8446
8447 * alloc.c (mark_char_table): New function.
8448 (mark_object): Use mark_char_table for a char-table.
8449
8450 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8451 (CHAR_TABLE_REF): Use it.
8452
8453 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8454
8455 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8456 before invoking the newly build emacs to check for load-path
8457 shadowing.
8458
8459 2009-08-22 Glenn Morris <rgm@gnu.org>
8460
8461 * Makefile.in (bootstrap_exe): New variable.
8462 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8463 Use ${bootstrap_exe}.
8464
8465 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8466
8467 * coding.h (encode_coding_string): Don't encode unibyte strings.
8468 (Bug#4047)
8469
8470 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8471
8472 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8473
8474 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8475 intended as hotfix only.
8476 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8477
8478 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8479
8480 * nsterm.m (ns_get_color): Update documentation properly for last
8481 change, and clean up loose ends in the code left by it. Fix
8482 longstanding bug with 16-bit hex parsing, and add support for
8483 yet another X11 format (rgb:r/g/b) for compatibility.
8484 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8485 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8486
8487 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8490
8491 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8492
8493 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8494 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8495 (xd_initialize, xd_pending_messages): Check, whether
8496 $DBUS_SESSION_BUS_ADDRESS is set.
8497
8498 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8499
8500 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8501
8502 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8503
8504 2009-08-20 Glenn Morris <rgm@gnu.org>
8505
8506 * emacs.c (system-type): Doc fix.
8507
8508 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8511 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8512
8513 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8514
8515 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8516 New functions.
8517 (xd_initialize): Revert change from 2009-08-16.
8518
8519 2009-08-18 Kenichi Handa <handa@m17n.org>
8520
8521 * fontset.c (Ffontset_font): If a nil element is found in a
8522 font-group vector, return nil.
8523
8524 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * process.c (status_notify): Don't perform redisplay.
8527 (Fdelete_process, list_processes_1, process_send_signal):
8528 Expliticly perform redisplay.
8529 (wait_reading_process_output): Always check process status, but
8530 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8531
8532 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8533
8534 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8535 (XFLOAT_INIT): New macro for storing a float value.
8536 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8537 * fns.c (sxhash): Copy out the value of a float in order to
8538 examine its bytes.
8539 * dbusbind.c (xd_append_arg): Likewise.
8540
8541 * emacs.c (main): Don't call syms_of_data twice.
8542
8543 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8544
8545 * dbusbind.c (xd_initialize): Add connection file descriptor to
8546 input_wait_mask, in order to let select() detect, whether a new
8547 message has been arrived.
8548 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8549
8550 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8551
8552 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8553 New functions.
8554
8555 * lisp.h (xd_pending_messages): Declare.
8556
8557 * keyboard.c (readable_events): Call xd_pending_messages.
8558
8559 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8562
8563 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8564
8565 * buffer.c (set_buffer_internal_1)
8566 (swap_out_buffer_local_variables): Check for unbound local
8567 variables (Bug#4138).
8568
8569 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8570
8571 * process.c (create_pty): Fix last change.
8572
8573 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8576 (xbm_load_image): Caller changed.
8577 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8578
8579 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * process.c (create_pty): New function.
8582 (Fstart_process): Use it to allow Emacs to just associate a pty
8583 with the buffer. See associated change in gdb-mi.el.
8584 (list_processes_1): Deal with no program name.
8585 (start_process_unwind): Use pid == -2 to mean no process.
8586
8587 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * cmds.c (nonundocount): New global variable.
8590 (keys_of_cmds): Initialize it.
8591 (Fself_insert_command): Use it to combine upto 20 sequential chars
8592 into a single undo entry, just like the Qself_insert_command code in
8593 keyboard.c does.
8594 Call frame_make_pointer_invisible, also like the Qself_insert_command
8595 code in keyboard.c does.
8596 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8597 than its own local replacement for it.
8598
8599 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8600
8601 * fns.c (concat): Don't re-set string length to its current value.
8602
8603 * coding.h (decode_coding_string, encode_coding_string):
8604 Use SBYTES macro.
8605
8606 * doprnt.c (doprnt_lisp): Delete unused function.
8607 (doprnt): Merge with doprnt1, discarding lispstrings code.
8608 * lisp.h (doprnt_lisp): Don't declare.
8609
8610 2009-08-07 Juri Linkov <juri@jurta.org>
8611
8612 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8613
8614 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8615
8616 * print.c (syms_of_print): Undo previous change.
8617
8618 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8619
8620 * lread.c (read1, syms_of_lread): Read hashtables back from the
8621 readable format.
8622
8623 * print.c (print_preprocess, print_object): Print hashtables fully
8624 and readably.
8625 (syms_of_print): Provide 'hashtable-print-readable.
8626
8627 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8628
8629 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8630 no family set.
8631 (nsfont_open): Handle case when entity has no family.
8632
8633 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8634
8635 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8636 element, not a list, for match case.
8637
8638 2009-07-28 Kenichi Handa <handa@m17n.org>
8639
8640 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8641 rigidly.
8642
8643 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8644 font_parse_xlfd. Check font properties more rigidly.
8645
8646 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8647
8648 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8649 bsd-common.h.
8650
8651 2009-07-27 Kenichi Handa <handa@m17n.org>
8652
8653 * xfaces.c (face_with_height): Call font_clear_prop.
8654
8655 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8656
8657 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8658
8659 * xterm.c (x_term_init): Use Qx.
8660
8661 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8662
8663 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8664 (ns_get_color): Revert 2009-07-16 change.
8665
8666 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8667
8668 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8669 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8670
8671 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8672
8673 * coding.h (decode_coding_string, encode_coding_string):
8674 Use SCHARS macro.
8675
8676 * lread.c: Rewrite 2009-07-21 changes.
8677 (load_depth): Delete.
8678 (Qload_in_progress): New variable.
8679 (load_unwind): Don't reference load_depth or load_in_progress.
8680 (Fload): Likewise; specbind Qload_in_progress instead.
8681 (init_lread): Don't initialize load_depth.
8682 (syms_of_lread): Initialize and protect Qload_in_progress.
8683
8684 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8685
8686 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8687
8688 2009-07-23 Yavor Doganov <yavor@gnu.org>
8689
8690 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8691
8692 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8693
8694 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8695 Bugs 3792, 3720, 2402.
8696 (ns_lookup_indexed_color): Check for bad index.
8697 (ns_index_color): Init unused slot to 0.
8698 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8699 Bug 3714, possibly 3082.
8700
8701 2009-07-22 Jason Rumney <jasonr@gnu.org>
8702
8703 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8704 Position IME window at cursor (Bug#2570).
8705 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8706 (globals_of_w32fns): Dynamically load functions required above.
8707
8708 * w32term.c (w32_draw_window_cursor): Send message to reposition
8709 any IME window.
8710
8711 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * fileio.c: Revert 2009-07-16 changes.
8714 (Vauto_save_include_big_deletions): New variable.
8715 (Fdo_auto_save): Disable auto-save only if
8716 auto-save-include-big-deletions is nil.
8717
8718 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8719
8720 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8721 the overflowed pixels into account (Bug#3879).
8722
8723 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8724
8725 * lread.c (load_depth): New variable.
8726 (Fload, load_unwind, init_lread): Set it to the load recursion
8727 depth; set load_in_progress as a simple boolean based on the
8728 current load_depth. (Bug#3892)
8729
8730 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8731
8732 * nsfont.m (ns_has_attribute): Remove.
8733 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8734
8735 2009-07-18 Juri Linkov <juri@jurta.org>
8736
8737 * process.c (Fset_process_query_on_exit_flag): Mention killing
8738 a buffer in docstring.
8739
8740 2009-07-17 Kenichi Handa <handa@m17n.org>
8741
8742 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8743
8744 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8745
8746 * nsfns.m (Fns_set_alpha): Remove function.
8747 (syms_of_nsfns): Don't defsubr it.
8748
8749 * nsterm.m (ns_get_color): Remove incompatible color formats.
8750 (ns_color_to_lisp): Generate #rrggbb color format string.
8751
8752 2009-07-16 Richard Stallman <rms@gnu.org>
8753
8754 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8755 (Fset_buffer_auto_saved): Handle save_length = -2.
8756
8757 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * xterm.c (Qx_gtk_map_stock): New var.
8760
8761 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8762 of calling intern each time.
8763
8764 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8765
8766 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8767 does tiling.
8768
8769 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8770
8771 2009-07-14 Kenichi Handa <handa@m17n.org>
8772
8773 * font.c (font_vconcat_entity_vectors): New function.
8774 (struct font_sort_data): New member font_driver_preference.
8775 (font_compare): Check font_driver_preference.
8776 (font_sort_entities): The format of the first argument changed.
8777 (font_delete_unmatched): Likewise.
8778 (font_list_entities): The return type changed.
8779 (font_select_entity): The format of the second argument changed.
8780 (font_find_for_lface): Adjuste for the above changes.
8781 Don't suppress the checking of C even if the repertory supports it.
8782 (Flist_fonts): Adjust for the above changes.
8783
8784 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8785 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8786 Reject a font who has adstyle property that is different from a
8787 langname derived from registry property.
8788 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8789
8790 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8791
8792 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8793 local copy of dirfilename.
8794
8795 2009-07-13 Kenichi Handa <handa@m17n.org>
8796
8797 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8798 against max_char.
8799
8800 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8801 calling XSYMBOL (sym).
8802
8803 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8804
8805 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8806 New function.
8807 (directory_files_internal) [WINDOWSNT]:
8808 Bind w32-get-true-file-attributes to either t or nil, depending whether
8809 the filesystem of the directory is fast or slow.
8810
8811 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8812 file name.
8813 (is_slow_fs): New function.
8814 (stat): Use it to determine whether to issue more system calls to
8815 get accurate file attributes, when w32-get-true-file-attributes is
8816 `local'.
8817
8818 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8819
8820 * xfns.c (Fx_select_font): Remember last font selected in
8821 x_last_font_name and use that the next time. Also try the frame
8822 parameter font-parameter as default to the font dialog.
8823
8824 2009-07-10 Kenichi Handa <handa@m17n.org>
8825
8826 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8827
8828 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8829
8830 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8831
8832 * w32.c (stat): Treat UNC file names as residing on remote
8833 drives. (Bug#3542)
8834
8835 2009-07-09 Kenichi Handa <handa@m17n.org>
8836
8837 * fontset.c (fontset_find_font): Fix previous change.
8838
8839 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8840
8841 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8842 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8843 error flag.
8844
8845 2009-07-08 Kenichi Handa <handa@m17n.org>
8846
8847 * fontset.c (fontset_find_font): Fix the logic of handling
8848 charset_matched.
8849 (font_for_char): Delete unused var.
8850 (generate_ascii_font_name): Delete it.
8851
8852 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8853
8854 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8855 (encode_coding_sjis): Fix the code range check.
8856
8857 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8860 (Fexpand_file_name): Copy string data properly (Bug#3772).
8861
8862 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8863
8864 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8865 first MapNotify.
8866
8867 2009-07-07 Kenichi Handa <handa@m17n.org>
8868
8869 * character.h (unibyte_has_multibyte_table): Delete extern.
8870 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8871
8872 * charset.c (Fset_charset_priority): Update charset_unibyte.
8873 (syms_of_charset): Initialize charset_unibyte.
8874
8875 * character.c (unibyte_has_multibyte_table): Delete it.
8876 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8877 charset_unibyte.
8878 (multibyte_char_to_unibyte_safe): Likewise.
8879 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8880
8881 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8882 (x_produce_glyphs): Likewise.
8883
8884 * .gdbinit (xcharset): Fix the treating $arg0.
8885
8886 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8887
8888 Emulation of `getloadavg' on MS-Windows.
8889 * w32.c: Include float.h.
8890 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8891 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8892 (get_native_system_info, get_system_times): New functions.
8893 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8894 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8895 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8896 g_b_init_get_system_times, and num_of_processors.
8897
8898 2009-07-03 Jason Rumney <jasonr@gnu.org>
8899
8900 * w32term.c (w32_initialize): Use standard types.
8901
8902 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8903
8904 * dired.c (Ffile_attributes): Decode user and group names by the
8905 locale's encoding. (Bug#3443)
8906
8907 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8908
8909 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8910 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8911
8912 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8913
8914 * term.c (init_tty): Remove spurious #ifdef.
8915
8916 * m/mips.h: Mention this file is also used for netbsd.
8917 * m/pmax.h: Remove file.
8918
8919 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8920
8921 * xterm.h (struct x_display_info): Add invisible_cursor.
8922 (struct x_output): Add current_cursor.
8923
8924 * xterm.c (XTtoggle_invisible_pointer): New function.
8925 (x_define_frame_cursor): Don't define cursor if invisible or the
8926 same as before. Set current_cursor.
8927 (x_create_terminal): Set toggle_invisible_pointer_hook.
8928
8929 * xfns.c (make_invisible_cursor): New function.
8930 (x_set_mouse_color): Call make_invisible_cursor.
8931 Set current_cursor.
8932 (x_window): Set current_cursor.
8933
8934 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8935
8936 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8937 inserting a character.
8938 (read_avail_input): Call frame_make_pointer_visible.
8939
8940 * frame.c (Vmake_pointer_invisible): New variable.
8941 (frame_make_pointer_invisible, frame_make_pointer_visible):
8942 New functions.
8943 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8944
8945 * frame.h: Declare frame_make_pointer_invisible and
8946 frame_make_pointer_visible.
8947 (struct frame): Add pointer_invisible.
8948
8949 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8950
8951 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8952 frame isn't visible.
8953 (xg_frame_resized): If width/height is -1, get size of window
8954 from X server.
8955
8956 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8957 for MapNotify.
8958
8959 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8960 here or call change_frame_size. Just call flush_and_sync.
8961 (flush_and_sync): Reintroduce.
8962
8963 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8964
8965 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8966
8967 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8968 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8969
8970 * frame.h: Declare Qsticky.
8971
8972 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8973
8974 * nsfns.m (ns_frame_parm_handlers): Ditto.
8975
8976 * frame.c: Declare Qsticky.
8977 (frame_parms): Add sticky.
8978
8979 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8980
8981 * xterm.h: Declare x_set_sticky.
8982
8983 * xterm.c (x_set_sticky): New function.
8984
8985 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8986 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8987 xg_tool_bar_proxy_help_callback.
8988
8989 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8990
8991 * frame.c: Qmaximized is new.
8992 (x_set_frame_parameters): Do not handle fullscreen specially.
8993 Only set width and height if explicitly set.
8994 (x_set_fullscreen): Handle Qmaximized.
8995 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8996 (syms_of_frame): Initialize Qmaximized.
8997
8998 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8999 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
9000
9001 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
9002 for Expose event. Add call to x_check_fullscreen for MapNotify event.
9003 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
9004 set gravity to NorthWestGravity when USE_GTK.
9005 (set_wm_state): New function.
9006 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
9007 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
9008 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
9009 or the case when no window manager is running. That means remove calls
9010 to x_real_positions and x_fullscreen_adjust.
9011
9012 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
9013 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
9014 flush_and_sync.
9015 (xg_height_changed): New function.
9016 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
9017 and gtk_window_set_policy. Set frame gravity after parsing the
9018 geometry string.
9019 (xg_update_frame_menubar, free_frame_menubar)
9020 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9021 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
9022 Remove calls to xg_frame_set_char_size.
9023
9024 2009-07-01 Kenichi Handa <handa@m17n.org>
9025
9026 * keyboard.c (decode_keyboard_code): New function.
9027 (tty_read_avail_input): Decode the input bytes if necessary.
9028
9029 * coding.c (setup_coding_system):
9030 Initialize coding->carryover_bytes to 0.
9031 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
9032 use Qno_conversion.
9033
9034 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9035
9036 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
9037
9038 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
9041
9042 2009-06-30 Jason Rumney <jasonr@gnu.org>
9043
9044 * w32term.c (w32_initialize): Use GetModuleHandle for library that
9045 is already loaded.
9046 Set user model ID if supported (bug#1849).
9047
9048 2009-06-29 Jim Meyering <meyering@redhat.com>
9049
9050 Remove useless if-before-xfree test.
9051 * nsfont.m (nsfont_close): Remove useless test.
9052 * term.c (delete_tty): Likewise.
9053 * w32.c (system_process_attributes): Likewise.
9054 * w32font.c (w32font_close): Likewise.
9055 * xfaces.c (x_free_gc): Likewise.
9056 * xselect.c (buffer): Likewise.
9057
9058 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
9059
9060 * process.c (send_process): Keep decoded string in a local
9061 variable and protect it from GC. (Bug#3521)
9062
9063 2009-06-28 Eli Zaretskii <eliz@gnu.org>
9064
9065 * term.c (create_tty_output) [MSDOS]: #ifdef away.
9066 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
9067
9068 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * xdisp.c (start_display, handle_face_prop)
9071 (move_it_vertically_backward, cursor_row_fully_visible_p)
9072 (redisplay_window, try_window_id, produce_image_glyph):
9073 Delete some #ifdef-ed out code chunks that are now obsolete.
9074
9075 * xterm.c (x_update_window_begin, x_new_focus_frame)
9076 (x_scroll_bar_handle_click, handle_one_xevent)
9077 (handle_one_xevent, XTread_socket, x_focus_on_frame)
9078 (x_make_frame_visible, x_make_frame_invisible)
9079 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
9080 code chunks that are now obsolete.
9081
9082 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
9083
9084 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
9085 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
9086 for hours, when optimzation is enabled.
9087 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
9088 (xd_read_message): Make them static.
9089
9090 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
9091
9092 * term.c (turn_on_face): Allow simultaneously bold and dim
9093 terminal faces (Bug#3530).
9094
9095 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9096
9097 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
9098
9099 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
9100 truncation glyphs (Bug#3686).
9101
9102 2009-06-27 Glenn Morris <rgm@gnu.org>
9103
9104 * m/pmax.h: Restore file, with only netbsd portions.
9105
9106 2009-06-26 David Reitter <david.reitter@gmail.com>
9107
9108 * nsterm.m (keydown): Avoid infinite loop.
9109
9110 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
9111
9112 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9113 the arg FORCE_SYMBOL.
9114
9115 2009-06-25 Kenichi Handa <handa@m17n.org>
9116
9117 * fontset.c (fontset_find_font): When a usable rfont_def is found
9118 in a fallback font-group, make it the first element of the group.
9119
9120 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
9121
9122 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9123
9124 2009-06-24 Kenichi Handa <handa@m17n.org>
9125
9126 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9127 set for C.
9128 (fontset_font): Record the availability of a font for C both in
9129 the realized fontsets of the current one and the default one.
9130
9131 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9132
9133 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9134 conditional, it is always defined on AIX.
9135
9136 2009-06-23 Miles Bader <miles@gnu.org>
9137
9138 * window.c (Vrecenter_redisplay): New variable.
9139 (syms_of_window): Initialize it.
9140 (Qtty): New extern declaration.
9141 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9142
9143 2009-06-23 Jim Meyering <meyering@redhat.com>
9144
9145 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9146 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9147 pointer dereferences are guaranteed to be valid.
9148
9149 2009-06-23 Kenichi Handa <handa@m17n.org>
9150
9151 * emacs.c (main): Call init_font ().
9152
9153 * font.h (Vfont_log): Extern it.
9154 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9155
9156 * font.c (font_sort_entities, font_list_entities)
9157 (font_matching_entity, font_open_entity)
9158 (font_close_object): Change font_add_log to FONT_ADD_LOG.
9159 (Vfont_log): Delete static.
9160 (font_log_env_checked): Delete this variable.
9161 (font_add_log): Don't check font_log_env_checked.
9162 (font_deferred_log): Check Vfont_log.
9163 (init_font): New function.
9164
9165 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9166
9167 * w32font.c: Change font_add_log to FONT_ADD_LOG.
9168
9169 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9170
9171 * xfont.c: Change font_add_log to FONT_ADD_LOG.
9172
9173 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9174 (face_for_char): Don't call font_deferred_log here.
9175 (font_for_char): Likewise.
9176
9177 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
9178
9179 * w32term.c (x_draw_glyph_string): Use the glyph string's width
9180 rather than its background_width for drawing the overline and
9181 underline (Bug#489).
9182
9183 * xterm.c (x_draw_glyph_string): Use the glyph string's width
9184 rather than its background_width for drawing the overline and
9185 underline (Bug#489).
9186 (xg_default_icon_file): New variable.
9187 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9188 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9189
9190 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9191 (load_overlay_strings): Remove externs.
9192 (fast_find_position): Function deleted.
9193 (mouse_face_from_buffer_pos): New function, based on
9194 fast_find_position. Correctly handle before-strings,
9195 display-strings, and after-strings (Bug#1220).
9196 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9197
9198 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9201 (move_it_in_display_line_to, move_it_in_display_line_to)
9202 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9203
9204 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * Branch for 23.1.
9207
9208 2009-06-21 Jason Rumney <jasonr@gnu.org>
9209
9210 * w32term.c (keyboard_codepage): New static variable.
9211 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9212 (w32_read_socket) [WM_CHAR]: Use it to decode character
9213 input (bug#3237).
9214 (w32_initialize): Initialize it.
9215 (codepage_for_locale): New function.
9216
9217 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
9218
9219 * process.c (status_message): Pass Faset index argument as a lisp
9220 object, so as to work with USE_LISP_UNION_TYPE.
9221
9222 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9223
9224 * coding.c (Ffind_coding_systems_region_internal):
9225 Cache checked characters.
9226
9227 2009-06-18 Kenichi Handa <handa@m17n.org>
9228
9229 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9230
9231 2009-06-18 Andreas Schwab <aschwab@redhat.com>
9232
9233 * xdisp.c (redisplay_internal): Check that the frame is still
9234 live after redisplay of its windows.
9235 (redisplay_windows): Check that the window is still live.
9236
9237 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9238
9239 * coding.c (detect_coding_utf_16): Fix previous change.
9240
9241 2009-06-16 Kenichi Handa <handa@m17n.org>
9242
9243 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9244 UTF-16 by checking the dispersion of Eth and Oth bytes.
9245
9246 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9247
9248 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9249
9250 2009-06-15 Kenichi Handa <handa@m17n.org>
9251
9252 * process.c (status_message): Fix previous change. Be sure to
9253 decode a localized string.
9254
9255 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9256
9257 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9258 add comment explaining why.
9259
9260 2009-06-14 Sidney Markowitz <sidney@sidney.com>
9261
9262 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9263
9264 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9265
9266 * nsfont.m (ns_attribute_value): Remove.
9267 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9268 (ns_has_attribute): Shrink the normal range.
9269 (ns_findfonts): Don't worry about requested spec in determining
9270 need for synthItal.
9271 (ns_get_covering_families): Retain scriptToFamilies.
9272
9273 2009-06-14 Seiji Zenitani <zenitani@mac.com>
9274
9275 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9276
9277 2009-06-11 Kenichi Handa <handa@m17n.org>
9278
9279 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9280 overhang for the static composition case.
9281
9282 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9283
9284 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9285 overhang for the automatic composition case.
9286
9287 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9288 composition case.
9289
9290 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * xdisp.c (get_next_display_element): When handling wrap-prefix
9293 and line-prefix, treat \n as a control character (bug#3502).
9294
9295 2009-06-10 Kenichi Handa <handa@m17n.org>
9296
9297 * font.c (font_parse_family_registry): Fix for one-char foundry.
9298 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9299
9300 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9301
9302 * process.c (status_message): Fix handling of multibyte signal
9303 string (Bug#3499).
9304
9305 2009-06-09 Jim Meyering <meyering@redhat.com>
9306
9307 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9308 color name is missing.
9309
9310 2009-06-09 Kenichi Handa <handa@m17n.org>
9311
9312 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9313 FROM-CODE and TO-CODE are codepoints of CHARSET.
9314
9315 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9316
9317 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9318
9319 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9320
9321 Changes to support :script/:lang/:otf in NS font driver.
9322 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9323 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9324 indicate not part of font driver interface, and change callers.
9325 (ns_get_family): Remove pointless null check.
9326 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9327 ns_spec_to_descriptor, ns_descriptor_to_entity.
9328 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9329 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9330 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9331 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9332 (ns_get_req_script, ns_accumulate_script_ranges)
9333 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9334 New functions.
9335 (nsfont_list, nsfont_match): Use ns_findfonts.
9336 (nsfont_open): Use font descriptor instead of traits.
9337 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9338 (dump_glyphstring): Rename to ns_dump_glyphstring.
9339
9340 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9341
9342 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9343
9344 * fontset.c (fontset_from_font): Remove NS-specific code.
9345
9346 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
9347
9348 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9349 nonactive windows.
9350
9351 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
9352
9353 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9354
9355 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9356
9357 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9358
9359 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
9360
9361 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9362 account for the overflowing of newlines into the last glyph on the
9363 display line (Bug#3482).
9364
9365 2009-06-05 David Reitter <david.reitter@gmail.com>
9366
9367 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9368 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9369 Fns_selection_exists_p, Fns_selection_owner_p.
9370
9371 2009-06-03 Jason Rumney <jasonr@gnu.org>
9372
9373 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9374 available. (Bug#3379)
9375
9376 2009-05-29 Kenichi Handa <handa@m17n.org>
9377
9378 * coding.c (get_translation_table):
9379 Check Venable_character_translation.
9380
9381 2009-05-26 David Reitter <david.reitter@gmail.com>
9382
9383 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9384 (x_make_frame_visible): Move frame to front rather than calling
9385 ns_raise_frame().
9386 (keyDown:): Do not swallow events that aren't re-sent if frame
9387 isn't key window.
9388 (drawRect:): Do not set visibility/iconified flags because
9389 drawRect may be called by NSView even if the frame is hidden.
9390
9391 * nsfns.m (Fx_create_frame): Follow other ports in
9392 determining visibility; default to t. Ensure async_visible is set.
9393
9394 2009-05-23 Eli Zaretskii <eliz@gnu.org>
9395
9396 * dired.c (Ffile_attributes): Doc fix.
9397
9398 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9401
9402 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9405 and xfont_scratch_props.
9406 (syms_of_xfont): Do it here instead.
9407 (xfont_find_ccl_program): Delete, unused.
9408 (xfont_open): Delete unused var `i'.
9409
9410 2009-05-21 Kenichi Handa <handa@m17n.org>
9411
9412 * fontset.c (Qlatin): Don't make it static.
9413
9414 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9415 New functions.
9416 (xfont_scripts_cache, xfont_scratch_props): New variables.
9417 (Qlatin, Vscalable_fonts_allowed): Extern it.
9418 (xfont_list_pattern): Argument changed. Callers changed.
9419 Check Vscalable_fonts_allowed. Check the support of a script.
9420 (xfont_list): Don't reject a font spec with :script property.
9421 (xfont_has_char): Fix setting of encoding.
9422 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9423 xfont_scratch_props.
9424
9425 2009-05-19 Kenichi Handa <handa@m17n.org>
9426
9427 * font.c (font_sort_entities): Rename from font_sort_entites.
9428 Callers changed.
9429
9430 2009-05-18 Kenichi Handa <handa@m17n.org>
9431
9432 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9433
9434 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9437 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9438
9439 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9440
9441 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9442 (x_delete_terminal): Dissociate resource database from display and
9443 then call XrmDestroyDatabase before closing display.
9444
9445 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9446
9447 * nsterm.m (ns_read_socket): Remove unused variable.
9448 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9449 whether selected frame is viable before raising it (based on patch
9450 by David Reitter), and improve commentary.
9451 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9452
9453 2009-05-15 Kenichi Handa <handa@m17n.org>
9454
9455 * font.c (Ffont_spec): Check arguments.
9456
9457 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9460 weight when testing attributes (Bug#3282).
9461
9462 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9463
9464 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9465 what we expect to get in the next ConfigureNotify event.
9466
9467 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9468 before Xft one (Bug#1696).
9469
9470 2009-05-07 David Reitter <david.reitter@gmail.com>
9471
9472 * nsfns.m (Fx_display_planes): Compute bitplanes using
9473 NSBitsPerPixelFromDepth (Bug#3207).
9474
9475 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9478
9479 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9480
9481 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9482
9483 2009-05-07 David Reitter <david.reitter@gmail.com>
9484
9485 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9486 Respect mouse face background.
9487
9488 2009-05-07 David Reitter <david.reitter@gmail.com>
9489
9490 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9491 Mouse movement/highlight: bracket drawing operations
9492 in ns_update_begin and ns_update_end.
9493
9494 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * nsfns.m (ns_get_screen): Rewrite.
9497 Don't presume selected-frame is of type `ns'.
9498
9499 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9500 all drivers.
9501
9502 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9503
9504 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9505
9506 * keyboard.h (add_user_signal): Fix typo in extern.
9507
9508 * lisp.h (add_user_signal): Remove extern.
9509
9510 * unexelf.c (unexec): Consider a section to precede the .bss section
9511 if its addresses overlap that of .bss.
9512 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9513 instead of dumping process.
9514
9515 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9518
9519 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9522
9523 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9524
9525 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9526 any statements.
9527
9528 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9529
9530 * process.c (read_process_output): Make sure the current buffer is
9531 always restored.
9532
9533 * coding.c (record_conversion_result): Don't modify
9534 Vlast_code_conversion_error for successful result.
9535 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9536
9537 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9538
9539 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9540 (load_charset_map): Remove unnecessary code.
9541
9542 2009-04-30 David Reitter <david.reitter@gmail.com>
9543
9544 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9545 through f24.
9546
9547 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9550
9551 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9552 face_at_buffer_position.
9553 (face_before_or_after_it_pos, get_next_display_element)
9554 (note_mouse_highlight): Update face_at_buffer_position call.
9555
9556 * term.c (term_mouse_highlight):
9557 * msdos.c (IT_note_mouse_highlight):
9558 * fontset.c (Finternal_char_font):
9559 * font.c (font_at, font_range): Update face_at_buffer_position call.
9560
9561 * dispextern.h (face_at_buffer_position): Update prototype.
9562
9563 2009-04-30 Kenichi Handa <handa@m17n.org>
9564
9565 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9566
9567 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9568
9569 * callproc.c (Fcall_process): Fix GC protection. Make sure
9570 current buffer is always restored.
9571
9572 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9573
9574 * atimer.c (init_atimer): Also clear stopped_atimers.
9575
9576 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9577
9578 * process.c (create_process): Clean up merger residues of
9579 2008-07-17 change.
9580
9581 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9582
9583 * lread.c (Vread_circle): New variable.
9584 (read1): Disable recursive read if Vread_circle is nil.
9585
9586 2009-04-29 Kenichi Handa <handa@m17n.org>
9587
9588 * fontset.h (set_default_ascii_font): Delete extern.
9589
9590 * fontset.c (set_default_ascii_font): Delete this unused function.
9591
9592 * frame.c (x_set_font): When ARG is a font-object, check if the
9593 font-object matches with the ASCII font-spec of the frame's
9594 fontset. If not, create a new fontset for the frame. (Bug #3075)
9595
9596 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9597
9598 * fns.c (Flocale_info): Protect vector from GC during decoding.
9599
9600 * process.c (Fstart_process): Protect argv strings from GC during
9601 encoding.
9602
9603 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9604
9605 * sysdep.c: Include <ctype.h>.
9606
9607 2009-04-27 David Reitter <david.reitter@gmail.com>
9608
9609 * nsfont.m (nsfont_open): Remove unused variable shrink.
9610 Remove commented-out code.
9611
9612 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9613
9614 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9615
9616 2009-04-25 Jason Rumney <jasonr@gnu.org>
9617
9618 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9619
9620 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9621
9622 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9623 Swap bytes in short integer if fringe bitmap width > 8.
9624
9625 2009-04-23 Kenichi Handa <handa@m17n.org>
9626
9627 * xfaces.c (Fx_list_fonts): If a font size is specified in
9628 PATTERN, set it in returned scalable fonts.
9629
9630 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * keyboard.c (Fset_input_meta_mode): Doc fix.
9633
9634 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9635
9636 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9637
9638 * coding.c (Fterminal_coding_system): Doc fix.
9639
9640 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9641 (Fx_display_pixel_height, Fx_display_planes)
9642 (Fx_display_color_cells, Fx_server_max_request_size)
9643 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9644 (Fx_display_mm_height, Fx_display_mm_width)
9645 (Fx_display_backing_store, Fx_display_visual_class)
9646 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9647 Doc fixes, replacing "terminal id" with "terminal object".
9648 (check_x_display_info): Handle terminal objects instead of
9649 terminal ids.
9650
9651 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9652 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9653 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9654 Doc fixes, replacing "terminal id" with "terminal object".
9655
9656 2009-04-21 Kenichi Handa <handa@m17n.org>
9657
9658 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9659 (font_score): Check AVGWIDTH too.
9660
9661 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9662 worst case.
9663 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9664 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9665
9666 2009-04-19 Jason Rumney <jasonr@gnu.org>
9667
9668 The following changes fix Bug#3005 for wide glyphs on each platform,
9669 without reintroducing Bug#1258 for stretch glyphs.
9670
9671 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9672 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9673 get_phys_cursor_geometry.
9674
9675 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9676 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9677 using get_phys_cursor_geometry.
9678
9679 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9680 correctly calculated.
9681
9682 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9683
9684 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9685 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9686 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9687 is deprecated.
9688
9689 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9690
9691 * font.c (font_put_frame_data): Use xfree instead of free.
9692
9693 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * w32font.c (Qja, Qko): Remove declarations.
9696 (syms_of_w32font): Don't DEFSYM them.
9697
9698 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9699
9700 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9701
9702 * font.h (Qja, Qko): Extern them.
9703
9704 * ftfont.c (Qja, Qko): Remove declarations.
9705
9706 * xfont.c (Qja, Qko): Remove declarations.
9707
9708 2009-04-17 Kenichi Handa <handa@m17n.org>
9709
9710 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9711 string from a vector to handle Latin-1 characters correctly.
9712
9713 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9714 entity even if the cache hits.
9715
9716 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9717
9718 * search.c (boyer_moore): Use zero as marker value for a possible
9719 match instead of depending on overflow behavior. (Bug#2844)
9720
9721 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9722 * lisp.h: Adjust prototypes.
9723
9724 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9725
9726 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9727 change (Bug#3003).
9728
9729 2009-04-16 Kenichi Handa <handa@m17n.org>
9730
9731 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9732
9733 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9734 adstyle.
9735
9736 * ftfont.c (Qja, Qko): Don't make them static.
9737 (enum ftfont_cache_for): New enum.
9738 (fc_charset_table): Undo the previous change.
9739 (ftfont_get_latin1_charset): Delete it.
9740 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9741 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9742 non-scarable font, try to get AVERAGE_WIDTH.
9743 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9744 Change ft_face_cache from a list of a hash-table. Don't check
9745 `ja' and `ko' adstyle here.
9746 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9747 FTFONT_CACHE_FOR_CHARET.
9748 (ftfont_get_charset): Undo the previous change.
9749 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9750 (ftfont_close): Likewise.
9751 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9752
9753 * font.c (font_sort_entites): Change the meaning of the arg
9754 BEST-ONLY. Don't optimize for VEC of lenght 1.
9755 (font_select_entity): Just return the value of font_sort_entites.
9756
9757 * xfaces.c (merge_face_vectors): Reflect font properties in
9758 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9759 font_clear_prop if a face attribute doesn't change.
9760
9761 * charset.h (charset_ksc5601): Extern it.
9762
9763 * charset.c (charset_ksc5601): New variable.
9764 (Fdefine_charset_internal): Set charset_ksc5601.
9765 (init_charset_once): Initialize charset_ksc5601 to -1.
9766
9767 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9768
9769 * fileio.c (history_delete_duplicates): Remove unused declaration.
9770
9771 * callint.c (history_delete_duplicates): New declaration.
9772 (Fcall_interactively): Remove command history duplicates when
9773 history_delete_duplicates is true.
9774
9775 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9776
9777 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9778
9779 2009-04-14 Kenichi Handa <handa@m17n.org>
9780
9781 * font.c (Ffont_info): Fix docstring. Fix the second element of
9782 the returned value (bug#2949).
9783
9784 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9787
9788 2009-04-14 Kenichi Handa <handa@m17n.org>
9789
9790 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9791 encoding charset is ascii_compatible.
9792
9793 * charset.c (Fdefine_charset_internal): Make charset
9794 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9795 code_offset is 0, and covers all ASCII characters.
9796
9797 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9800 (ns_string_to_pasteboard_internal):
9801 * nsmenu.m (process_dialog):
9802 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9803 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9804 * lisp.h (Fx_load_color_file): Declare.
9805
9806 2009-04-13 Kenichi Handa <handa@m17n.org>
9807
9808 * font.c (font_delete_unmatched): Preserve the order of list elements.
9809 (font_select_entity): Suppress the code to optimize for the same
9810 kind of fonts.
9811 (font_load_for_lface): Get a font that supports at least ASCII
9812 characters.
9813
9814 * ftfont.c (Qja, Qko): New variables.
9815 (fc_charset_table): Delete uniquifier data for iso8859-1.
9816 (ftfont_get_latin1_charset): New function.
9817 (get_adstyle_property): New function.
9818 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9819 bitmap fonts.
9820 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9821 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9822 `ko' or `ja'.
9823 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9824 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9825 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9826 property.
9827 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9828 (syms_of_ftfont): DEFSYM Qja and Qko.
9829
9830 2009-04-09 Kenichi Handa <handa@m17n.org>
9831
9832 * charset.c (map_charset_chars): For a charset of `superset'
9833 method, fix calculation of code range.
9834
9835 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9836 from the list of extra properties.
9837 (font_clear_prop): Be sure to delete `:name' font property.
9838
9839 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9840
9841 * dispnew.c (redraw_overlapping_rows): Fix detection of
9842 overlapping for topmost and bottommost rows.
9843
9844 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9845
9846 2009-04-06 Jason Rumney <jasonr@gnu.org>
9847
9848 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9849
9850 2009-04-06 Kenichi Handa <handa@m17n.org>
9851
9852 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9853
9854 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9855
9856 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9857
9858 * ftfont.c (ftfont_open): Fix checking of the return value of
9859 FT_Load_Char. Fix setting font->underline_thickness.
9860
9861 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9862
9863 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9864 (Fterminal_parameters, Fterminal_parameter)
9865 (Fset_terminal_parameter): In doc string, refer to terminal
9866 objects rather than terminal ids.
9867
9868 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9869
9870 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9871 ret_lim_data. (Bug#2867)
9872
9873 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9876 so they don't get wider than the window, matching 2006-01-23
9877 change to the partner function in xdisp.c (Bug#2800).
9878
9879 2009-04-03 Kenichi Handa <handa@m17n.org>
9880
9881 * print.c (print_object): Make each lowest sub_char_table start a
9882 new line (Bug#2866).
9883
9884 2009-04-02 Kenichi Handa <handa@m17n.org>
9885
9886 * fontset.c (fontset_font): Record no-font when a fontset
9887 explicitly tells not to try another font-specs.
9888
9889 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9890
9891 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9892
9893 2009-03-30 Kenichi Handa <handa@m17n.org>
9894
9895 * fontset.c (fontset_from_font): Specify only registry in a
9896 font-spec for all characters supported by that registry.
9897
9898 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9899 even if HAVE_M17N_FLT is not defined.
9900
9901 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9902
9903 * ftfont.c: Conditionalize prototyping and use of
9904 ftfont_variation_glyphs.
9905
9906 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * frame.c (delete_frame): Work around compiler bug.
9909
9910 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9911 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9912 Some more EMACS_INT.
9913 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9914
9915 * xdisp.c (dump_glyph): Fix typo.
9916
9917 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9918 (adjust_markers_gap_motion, adjust_markers_for_delete)
9919 (adjust_markers_for_insert, adjust_point)
9920 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9921 (make_gap, copy_text, count_size_as_multibyte, insert)
9922 (insert_and_inherit, insert_before_markers)
9923 (insert_before_markers_and_inherit, insert_1)
9924 (count_combining_before, count_combining_after, insert_1_both)
9925 (insert_from_string, insert_from_string_before_markers)
9926 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9927 (insert_from_buffer_1, adjust_after_replace)
9928 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9929 (replace_range_2, del_range, del_range_1, del_range_byte)
9930 (del_range_both, del_range_2, modify_region)
9931 (prepare_to_modify_buffer, signal_before_change)
9932 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9933 for buffer positions and sizes.
9934 * lisp.h: Adjust prototypes accordingly.
9935
9936 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9937 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9938 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9939
9940 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9941
9942 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9943
9944 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9945 lines and columns so we keep the same pixel height and width.
9946
9947 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9948 the property _NET_WM_STATE has changed.
9949 (x_handle_net_wm_state): New function to update frame parameter
9950 fullscreen.
9951 (x_term_init): Initialize atoms for _NET_WM_STATE.
9952
9953 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9954
9955 2009-03-27 Kevin Ryde <user42@zip.com.au>
9956
9957 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9958 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9959 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9960 (Fgpm_mouse_stop): Pass that new parameter.
9961 * termhooks.h (close_gpm): Adjust prototype.
9962
9963 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * lisp.h (Fx_focus_frame): Declare.
9966
9967 * callint.c (Fcall_interactively): For '^' just delegate the work to
9968 handle-shift-selection.
9969 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9970
9971 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9972
9973 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9974
9975 * data.c (Qinteractive_form): New variable.
9976 (Finteractive_form): Use it.
9977
9978 * eval.c (Fcommandp): Use Qinteractive_form.
9979
9980 2009-03-24 Jason Rumney <jasonr@gnu.org>
9981
9982 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9983 Calculate total size precisely. Decode environment variables
9984 before substituting. (Bug#38)
9985
9986 2009-03-24 Kenichi Handa <handa@m17n.org>
9987
9988 * font.c (find_font_encoding): Return Qnil for unsupported
9989 encoding (Bug#2722).
9990
9991 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9992
9993 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9994 that gdpy is set.
9995
9996 2009-03-22 Alan Mackenzie <acm@muc.de>
9997
9998 * callint.c (Finteractive): Clarify the doc string - even
9999 promptless elements need \n separators.
10000
10001 2009-03-22 Jason Rumney <jasonr@gnu.org>
10002
10003 * w32term.c (syms_of_w32term): Doc fix for
10004 x-use-underline-position-properties.
10005
10006 2009-03-21 Eli Zaretskii <eliz@gnu.org>
10007
10008 * w32.c (getpwuid): Change argument type to unsigned.
10009 (struct w32_id): Change type of `rid' member to unsigned.
10010 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
10011 argument ID to unsigned. All callers changed.
10012 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
10013
10014 2009-03-20 Eli Zaretskii <eliz@gnu.org>
10015
10016 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
10017 negative, produce a float value.
10018
10019 * dired.c (make_uid, make_gid): New functions.
10020 (Ffile_attributes): Use them to avoid negative UID and GID.
10021
10022 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
10023
10024 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
10025 (syms_of_keyboard) <command-hook-internal, input-method-function>:
10026 Fix typos in docstrings.
10027
10028 2009-03-19 Kenichi Handa <handa@m17n.org>
10029
10030 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
10031 changed, use font_load_for_lface to get a new font object.
10032 Call free_realized_fontset after handling ASCII font change.
10033
10034 * frame.c (x_set_font): Handle the case that ARG is a cons.
10035
10036 2009-03-19 Glenn Morris <rgm@gnu.org>
10037
10038 * fileio.c (Fsubstitute_in_file_name): Doc fix.
10039
10040 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
10043
10044 2009-03-19 Kenichi Handa <handa@m17n.org>
10045
10046 * charset.c (load_charset_map_from_file): When a mapfile can't be
10047 loaded, signal an error.
10048
10049 2009-03-18 Eli Zaretskii <eliz@gnu.org>
10050
10051 * dired.c (Ffile_attributes): Make sure UID and GID are always
10052 positive, even if the value is too large for a positive EMACS_INT.
10053 Doc fix.
10054
10055 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
10056
10057 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10058
10059 * xmenu.c (xdialog_show): Move Fredisplay call ...
10060 (Fx_popup_dialog): ... here.
10061
10062 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * dired.c (file_name_completion): Disable the first optimization just
10065 installed, since it is not implemented correctly.
10066
10067 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * dired.c (file_name_completion): Check completion-ignored-extensions
10070 only if the entry can affect bestmatch.
10071 Stop the search early, as Ftry_completion already does.
10072
10073 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
10076
10077 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * keyboard.c (parse_menu_item): Don't display remappings as menu
10080 equivalent bindings (Bug#788).
10081
10082 2009-03-15 Jason Rumney <jasonr@gnu.org>
10083
10084 * w32term.h (WM_EMACS_PAINT): New message.
10085 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
10086 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
10087 before passing to lisp thread. (Bug#950)
10088
10089 2009-03-14 David Reitter <david.reitter@gmail.com>
10090
10091 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
10092 variable as it was never reset.
10093 (ns_term_init): Remove initialization of Lisp-settable defaults
10094 and ns_expand_space.
10095 (-setPanelFromDefaultValues): Remove ns_expand_space.
10096 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
10097 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
10098 i.e. no additional spacing, similar to Carbon port.
10099
10100 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
10101 * nsfns.m (ns-popup-prefs-panel): Remove.
10102
10103 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
10104
10105 * sound.c (alsa_configure): Remove call to deprecated
10106 snd_pcm_sw_params_set_xfer_align.
10107
10108 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
10109
10110 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10111 after clicking in a detached tool bar.
10112 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10113
10114 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10117 int/Lisp_Object mixup).
10118
10119 2009-03-13 Kenichi Handa <handa@m17n.org>
10120
10121 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
10122 Handle NAME nil and t correctly. Callers changed.
10123 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10124 (set_fontset_font): Change ARG to a vector. Handle range_list in
10125 ARG correctly.
10126 (Fset_fontset_font): Fix the case that TARGET is both a script
10127 name and charset name. Adjust the arg to set_fontset_font for
10128 the above change.
10129 (fontset_from_font): Fix previous change.
10130 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10131 entry. If FONTSET is the default fontset, don't set the extra
10132 slot of the returning char-table.
10133
10134 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * nsfns.m (Fx_close_connection): Doc fix.
10137 (Fns_do_applescript): Reflow docstring.
10138 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10139 (Fx_display_pixel_width, Fx_display_pixel_height)
10140 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10141 Fix typos in docstrings.
10142 (Fns_set_alpha): Fix typos in error messages.
10143
10144 2009-03-12 David Reitter <david.reitter@gmail.com>
10145
10146 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10147 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
10148 were used for such events.
10149
10150 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10151 (toggleToolbar, performDragOperation, runHelp): Use it.
10152
10153 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10154 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10155
10156 2009-03-11 Kenichi Handa <handa@m17n.org>
10157
10158 * font.h (font_open_by_spec): Extern it.
10159
10160 * font.c (font_open_by_spec): New function.
10161 (font_open_by_name): Use font_open_by_spec.
10162
10163 * frame.c (x_set_font): When ARG is a font-object, don't alter the
10164 fontset of the frame.
10165
10166 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10167 modify the default font of frames that use this fontset.
10168 (num_auto_fontsets): New variable.
10169 (fontset_from_font): Use num_auto_fontsets to decide a fontset
10170 name. Be sure to set FONTSET_ASCII to the correct font name.
10171 (update_auto_fontset_alist): New function.
10172
10173 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
10174
10175 * makefile.w32-in: Update dependencies.
10176
10177 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10178
10179 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10180
10181 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10184
10185 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * lread.c (Feval_buffer): Doc fix.
10188
10189 2009-03-09 Kenichi Handa <handa@m17n.org>
10190
10191 * charset.c (Qfile_name_handler_alist): Extern it.
10192 (load_charset_map_from_file): Temporarily bind
10193 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
10194
10195 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
10196
10197 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10198 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
10199
10200 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10201
10202 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10203 (x_set_window_size): Change back to calculated method of setting
10204 toolbar height under Cocoa. (Bug#2546)
10205 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10206 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10207
10208 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10209
10210 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10211 accelerator in parens under GNUstep.
10212
10213 2009-03-06 Kenichi Handa <handa@m17n.org>
10214
10215 These changes are to detect incorrect composition sequence without
10216 looking ahead the source. (Bug#2370)
10217
10218 * coding.h: Include "composite.h".
10219 (enum compisition_state): New enum.
10220 (struct compisition_status): New struct.
10221 (struct iso_2022_spec): New member cmp_status.
10222 (struct emacs_mule_spec): New struct.
10223 (struct coding_system): New members ctext_extended_segment_len and
10224 embedded_utf_8. Change the union member
10225 spec.emacs_mule_full_support to spec.emacs_mule.
10226
10227 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10228 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10229 (MAX_ANNOTATION_LENGTH): Define to 5.
10230 (ADD_COMPOSITION_DATA): New arg nbytes.
10231 (emacs_mule_char): New arg cmp_status.
10232 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10233 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10234 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10235 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10236 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10237 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10238 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10239 (EMACS_MULE_COMPOSITION_END): New macro.
10240 (emacs_mule_finish_composition): New function.
10241 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10242 (decode_coding_emacs_mule): Avoid long looking ahead while
10243 handling composition.
10244 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10245 (ENCODE_COMPOSITION_RULE): New macro.
10246 (finish_composition): New function.
10247 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10248 (DECODE_COMPOSITION_START): New implementation.
10249 (DECODE_COMPOSITION_END): Likewise.
10250 (STORE_COMPOSITION_RULE): New macro.
10251 (decode_coding_iso_2022): Avoid long looking ahead while handling
10252 composition, CTEXT extended segment, and embedded UTF-8.
10253 (setup_coding_system): For a coding of type iso-2022, reset
10254 CODING_ISO_EXTSEGMENT_LEN (coding) and
10255 CODING_ISO_EMBEDDED_UTF_8 (coding).
10256 (get_translation): Delete arguments last_block, from_nchars,
10257 to_nchars. Callers changed.
10258 (produce_chars): Don't modify charbuf. Adjusted for the change of
10259 get_translation.
10260 (produce_composition): Adjust for the new annotation sequence.
10261 (handle_composition_annotation): Likewise.
10262 (consume_chars): Adjust for the change of get_translation.
10263
10264 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10265
10266 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
10267
10268 2009-03-05 Kenichi Handa <handa@m17n.org>
10269
10270 * font.c (font_select_entity): New function.
10271 (font_find_for_lface): Use font_select_entity to select a font.
10272
10273 * fontset.c (fontset_find_font): If a font found without
10274 restricting to the characters C doesn't support C, try to find a
10275 font with C restriction.
10276
10277 2009-03-04 Nikolaj Schumacher <me@nschum.de>
10278
10279 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10280
10281 2009-03-04 Jason Rumney <jasonr@gnu.org>
10282
10283 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10284 characters that have already been read. (Bug#2569)
10285
10286 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10287 Log an error message if check_image_size failed.
10288 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10289 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10290
10291 2009-03-02 Eli Zaretskii <eliz@gnu.org>
10292
10293 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10294 when decoding process output.
10295
10296 2009-03-01 Richard M Stallman <rms@gnu.org>
10297
10298 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10299
10300 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10301
10302 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10303
10304 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10305 (decode_coding_emacs_mule, decode_coding_iso_2022)
10306 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10307 (decode_coding_raw_text, decode_coding_charset)
10308 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10309 Honor inhibit-eol-conversion. (Bug #2186)
10310
10311 2009-02-28 Jason Rumney <jasonr@gnu.org>
10312
10313 * coding.c (detect_coding_charset): If not checking latin extra,
10314 fail on characters between 0x80 and 0xA0. (Bug#2354)
10315
10316 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10317
10318 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10319 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
10320
10321 2009-02-27 Glenn Morris <rgm@gnu.org>
10322
10323 * callint.c (Finteractive): Doc fix.
10324
10325 2009-02-27 Kenichi Handa <handa@m17n.org>
10326
10327 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10328
10329 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * font.c (font_style_to_value): Set value for unknown symbols to
10332 100 instead of 255.
10333 (weight_table, slant_table, width_table): Treat "unspecified" as
10334 the default value.
10335
10336 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10339
10340 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
10341
10342 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10343 error as soon as a recursive load is detected.
10344
10345 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10346
10347 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10348 before caching.
10349
10350 2009-02-24 Kenichi Handa <handa@m17n.org>
10351
10352 * fontset.c (fontset_find_font): Fix the condition for checking
10353 unavailable font.
10354
10355 2009-02-24 Glenn Morris <rgm@gnu.org>
10356
10357 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10358 whitespace that confuses documentation.
10359
10360 2009-02-23 Miles Bader <miles@gnu.org>
10361
10362 * process.c (Flist_system_processes, Fprocess_attributes)
10363 (syms_of_process): Rename `system-process-attributes' to
10364 `process-attributes'.
10365
10366 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10367
10368 * coding.h (struct coding_system): Make safe_charsets a pointer to
10369 unsigned char.
10370 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10371 being 255.
10372 (SAFE_CHARSET_P): Likewise.
10373 (setup_iso_safe_charsets): Properly setup safe_charsets.
10374 (Fdefine_coding_system_internal): Likewise.
10375 (setup_coding_system): Likewise. Remove unneeded casts.
10376 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10377 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10378 unneeded casts.
10379
10380 * insdel.c (del_range_2): Don't modify gap contents when called
10381 from decode_coding_object. (Bug#1809)
10382
10383 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10386 Qfont_object.
10387 (Ftype_of): Recognize font objects.
10388
10389 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10390
10391 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10392 moved to data.c.
10393
10394 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10395
10396 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10397 async_iconified. Based on a patch by Christian Lynbech
10398 <christian.lynbech@tieto.com>.
10399 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10400
10401 2009-02-20 Glenn Morris <rgm@gnu.org>
10402
10403 * syntax.c (Fskip_chars_forward): Fix doc typo.
10404
10405 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
10406
10407 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10408
10409 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
10410
10411 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10412
10413 2009-02-19 Kenichi Handa <handa@m17n.org>
10414
10415 * coding.c (detect_coding): Preserve coding->mode.
10416 Don't overflow coding->carryover. (Bug#2370)
10417
10418 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10419
10420 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10421
10422 2009-02-18 Kenichi Handa <handa@m17n.org>
10423
10424 * font.c (font_check_otf_features): Fix handling of `nil' element.
10425 (Ffont_spec): Describe :lang and :otf in the docstring.
10426
10427 2009-02-16 Andreas Schwab <schwab@suse.de>
10428
10429 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10430 string.
10431
10432 2009-02-16 Kenichi Handa <handa@m17n.org>
10433
10434 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10435 (Bug#1723)
10436
10437 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10438
10439 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10440
10441 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10442 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10443
10444 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10445
10446 * msdos.c (MAX_SCREEN_BUF): New macro.
10447 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10448 Encode the entire run of glyphs sharing the same face, instead of
10449 doing that one glyph at a time (fixes a bug with displaying
10450 double-size characters).
10451
10452 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10453
10454 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10455
10456 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10457 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10458 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10459
10460 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10461 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10462
10463 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * keyboard.c (adjust_point_for_property): Allow stopping between two
10466 invisible areas.
10467
10468 2009-02-12 Jason Rumney <jasonr@gnu.org>
10469
10470 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10471 (add_font_entity_to_list): Call check_face_name even when family
10472 is unspecified.
10473
10474 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10475 Release DC when finished. Use NULL window to refer to desktop.
10476 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10477
10478 * w32font.c (add_font_entity_to_list): Fix check for substituted
10479 raster fonts. (Bug#2219)
10480
10481 2009-02-12 Kenichi Handa <handa@m17n.org>
10482
10483 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10484 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10485 (autocmp_chars): Use fast_looking_at. Don't compose more
10486 characters than MAX_COMPOSITION_COMPONENTS.
10487 (find_automatic_composition): While looking forward and backward,
10488 check static composition. Fix where to stop looking forward.
10489 (composition_adjust_point): Fix checking of static composition.
10490 (Fcomposition_get_gstring): Pay attention to
10491 MAX_COMPOSITION_COMPONENTS.
10492
10493 * lisp.h (fast_looking_at): Extern it.
10494
10495 * search.c (fast_looking_at): New function.
10496
10497 * term.c (encode_terminal_code): Adjust for the change of
10498 <struct glyph>.u.cmp.to.
10499 (append_composite_glyph): Likewise.
10500
10501 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10502 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10503 composition.
10504 (append_composite_glyph): Adjust for the change of
10505 <strcut glyph>.u.cmp.to.
10506
10507 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10508
10509 * casetab.c (init_casetab_once):
10510 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10511 * font.c (font_update_lface):
10512 * fontset.c (Fnew_fontset):
10513 * ftfont.c (ftfont_drive_otf):
10514 * xfont.c (xfont_open):
10515 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10516
10517 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * fileio.c (Fwrite_region): !NILP -> CONSP.
10520
10521 2009-02-10 Andreas Schwab <schwab@suse.de>
10522
10523 * process.c (send_process): Properly relocate pointer into data
10524 when using encoded data. (Bug#2272)
10525
10526 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10527
10528 * coding.c (detect_coding_charset): Fix previous change.
10529
10530 2009-02-08 Jason Rumney <jasonr@gnu.org>
10531
10532 * w32fns.c (w32_hide_hourglass): Handle case where frame
10533 disappeared while hourglass was displayed. (Bug #2193)
10534
10535 2009-02-07 Andreas Schwab <schwab@suse.de>
10536
10537 * unexelf.c (unexec): Fix error message.
10538
10539 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10540
10541 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10542 when modal window is active. (Bug #2152)
10543 (applicationShouldTerminate:): Remove now-unneeded while loop
10544 around NSRunAlertPanel.
10545
10546 * nsmenu.m (popupSession): New file-global variable.
10547 (pop_down_menu): End the popupSession before closing dialog.
10548 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10549 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10550 don't query NSApp for events (just sleep instead).
10551
10552 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10553
10554 * coding.c (syms_of_coding) <translation-table-for-input>:
10555 Modify doc string to discourage use for character code unification.
10556
10557 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10558
10559 * atimer.c (run_timers): Update pending_atimers.
10560
10561 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10562
10563 * image.c (svg_load_image): Fix last change.
10564
10565 * xfns.c (Fx_create_frame): Signal an error if no font is
10566 found (Bug#2147).
10567
10568 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10569
10570 * character.c (syms_of_character) <script-representative-chars>:
10571 Fix typo in docstring.
10572
10573 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10574
10575 * nsmenu.m (pop_down_menu): New function.
10576 (ns_popup_dialog): Call it on unwind.
10577 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10578 call timer_check() (Bug#2154).
10579 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10580 handling_signal is set.
10581 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10582
10583 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10584
10585 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10586
10587 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10588
10589 * keyboard.c (poll_for_input_1, handle_async_input):
10590 Set handling_signal under HAVE_NS.
10591
10592 2009-02-04 Glenn Morris <rgm@gnu.org>
10593
10594 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10595
10596 2009-02-04 Kenichi Handa <handa@m17n.org>
10597
10598 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10599
10600 * charset.c (Fchar_charset): New optional arg restriction.
10601
10602 * coding.h (coding_system_charset_list): Extern it.
10603
10604 * coding.c (coding_system_charset_list): New function.
10605
10606 * composite.c: Include coding.h and termhooks.h.
10607 (composition_gstring_p): Fix for the terminal case.
10608 (composition_gstring_width): Likewise.
10609 (fill_gstring_body): Likewise.
10610 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10611 the frame.
10612 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10613 is within a composition.
10614 (Fcomposition_get_gstring): Fix the terminal case.
10615
10616 * term.c (encode_terminal_code): Fix handling of composition.
10617 (produce_composite_glyph): For static composition, get pixel_width
10618 from struct composition.
10619
10620 2009-02-02 Andreas Schwab <schwab@suse.de>
10621
10622 * unexelf.c (unexec): Handle unaligned bss offset.
10623
10624 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10625
10626 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10627 XT,w32read_socket changes to ns_read_socket.
10628
10629 * keyboard.c (handle_interrupt): Don't call
10630 quit_throw_to_read_char() under NS.
10631
10632 * blockinput.h: Remove NS-specific code.
10633
10634 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10635
10636 * dispnew.c (window_change_signal): Don't try to get the size of a
10637 suspended tty frame.
10638 * term.c (Fresume_tty): Resize if the size has changed while the
10639 tty was suspended.
10640
10641 * alloc.c (mark_stack): Properly conditionalize previous change.
10642
10643 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10646 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10647 Remove; this code is not used on Windows.
10648
10649 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10650
10651 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10652 EOLs that also has stray ^M characters.
10653
10654 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * atimer.c (run_timers, alarm_signal_handler):
10657 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10658 * w32inevt.c (w32_console_read_socket):
10659 * w32term.c (w32_read_socket):
10660 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10661
10662 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10665 Initialize it as a relative filename pattern.
10666 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10667 (Fcall_process_region): Simplify temp file creation using
10668 temporary-file-directory.
10669
10670 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10671
10672 * msdos.c: Rename pending_signals to msdos_pending_signals.
10673 (sig_suspender, sigprocmask): Adjust.
10674
10675 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10676
10677 * keyboard.c (pending_signals): New var.
10678 (poll_for_input, input_available_signal, init_keyboard): Set it.
10679 (process_pending_signals): New function.
10680
10681 * lisp.h (QUIT): Check pending_signals instead of
10682 interrupt_input_pending. Use process_pending_signals.
10683
10684 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10685
10686 * process.c (wait_reading_process_output): Use process_pending_signals.
10687
10688 * sysdep.c (emacs_write): Use process_pending_signals.
10689
10690 * xterm.c (XTread_socket): Update pending_signals.
10691
10692 * w32term.c (w32_read_socket): Update pending_signals.
10693
10694 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10695
10696 2009-01-29 Kenichi Handa <handa@m17n.org>
10697
10698 * xftfont.c (xftfont_has_char): New function.
10699 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10700
10701 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10702
10703 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10704 under GNUstep.
10705 (ns_query_color): New declaration.
10706
10707 * nsterm.m (ns_confirm_quit): New variable.
10708 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10709 (EmacsApp-applicationShouldTerminate:): Use it.
10710 (EmacsPrefsController): Let user set it.
10711 (ns_query_color): New function.
10712 (ns_defined_color): Use it.
10713 (ns_initialize): Drop.
10714 (ns_term_init): Add two lines from ns_initialize(), and set
10715 input_interrupt_mode to nil.
10716
10717 * image.c (svg_load_image): Don't right-shift background RGB when
10718 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10719
10720 2009-01-28 Kenichi Handa <handa@m17n.org>
10721
10722 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10723 (fontset_get_font_group): Remember that no font-group is specified
10724 for C.
10725
10726 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * fns.c (concat): Check for string overflow (bug#1787).
10729
10730 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10731 Quadruple undo limits (bug#1501).
10732
10733 2009-01-27 Kenichi Handa <handa@m17n.org>
10734
10735 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10736 directly use GT_Get_Char_index.
10737
10738 * xftfont.c (struct xftfont_info): New member `index'.
10739
10740 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10741 (Ffontset_font): Adjust for the change of fontset entry.
10742
10743 2009-01-26 Kenichi Handa <handa@m17n.org>
10744
10745 * fontset.c (fontset_find_font): Fix handling of non-cons return
10746 value of fontset_get_font_group.
10747 (fontset_font): Revert last change.
10748
10749 2009-01-26 Jason Rumney <jasonr@gnu.org>
10750
10751 * w32font.c (w32font_list_internal): Return quickly if registry is
10752 unknown. Simplify final return.
10753 (add_font_entity_to_list): Break complex logic down into more
10754 manageable chunks. Move unknown registry check to
10755 w32font_list_internal.
10756
10757 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10758
10759 Changes to remove Feval calls from GUI under NS.
10760
10761 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10762 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10763 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10764
10765 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10766 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10767 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10768 instead of NON_ASCII_KEYSTROKE_EVENT.
10769 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10770 (EmacsApp-applicationShouldTerminate:): Query user.
10771 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10772 instead of Feval.
10773
10774 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10775
10776 * keyboard.c (kbd_buffer_get_event): Check for it.
10777 (keys_of_keyboard): Define lispy keys for
10778 ns-put/unput-working-text.
10779
10780 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10781 versions.
10782 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10783
10784 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10787 setting current_buffer directly. (Bug#2044)
10788
10789 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10790
10791 * fontset.c (fontset_font): If we know there is no font, don't do
10792 any work. (Bug#1952, bug#1990).
10793
10794 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10795
10796 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10797
10798 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10799 (ns_no_defaults): New declaration.
10800 (main): Use it.
10801
10802 * nsterm.h (ns_no_defaults): New declaration.
10803
10804 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10805
10806 * nsterm.m (ns_no_defaults): New variable.
10807 (ns_initialize): Don't read defaults when ns_no_defaults.
10808 (EmacsView-readSelectionFromPasteboard:)
10809 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10810 NSServicesRequests protocol. (Bug#1435)
10811 (ns_dumpglyphs_stretch): New function.
10812 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10813 of 2008-11-15 to other terms. (Bug#615)
10814
10815 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10816
10817 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10818
10819 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10820 call for Sparc64.
10821
10822 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10823
10824 * nsfns.m:
10825 * nsgui.h:
10826 * nsmenu.m:
10827 * nsselect.m:
10828 * nsterm.h:
10829 * nsterm.m: Remove '23' comments that indicated code added during
10830 update from emacs-20 -> emacs-23.
10831
10832 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10833
10834 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10835 ns_alternate_modifier. (Bug#1217)
10836
10837 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10838 Display all shortcuts, including those w/o super modifier.
10839
10840 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10841
10842 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10843
10844 * fileio.c (Vwrite_region_post_annotation_function)
10845 (Vwrite_region_annotation_buffers): New vars.
10846 (build_annotations_unwind): Just reset
10847 Vwrite_region_annotation_buffers.
10848 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10849 Call write-region-post-annotation-function.
10850 (build_annotations): Add to Vwrite_region_annotation_buffers if
10851 buffer changes.
10852
10853 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10854
10855 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10856 Tiger.
10857 * nsfns.m (ns_do_applescript):
10858 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10859
10860 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10861
10862 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10863
10864 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10865
10866 * nsmenu.m (NSMENUPROFILE): Change #if style.
10867
10868 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10869
10870 * nsterm.m (x_set_frame_alpha): Add prototype.
10871 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10872 handle Ctrl-tab. (Bug#1841)
10873 (ns_get_color): Use unsigned long long for scanned hex string value.
10874 (ns_term_shutdown): Abort on non SIGTERM signals.
10875 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10876 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10877 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10878 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10879 (ns_defined_color): Fix settings of the XColor variable fields:
10880 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10881
10882 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10883 DPI. (Bug#1316)
10884 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10885 values in onTiger section.
10886
10887 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10888
10889 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10890 Check return value of font_spec_from_name.
10891 (Fx_list_fonts): Doc fix. (Bug#1951)
10892
10893 * font.c (font_spec_from_name): Return Qnil if font name could not
10894 be parsed.
10895 (font_parse_name): Treat a `?' character as part of an XLFD.
10896
10897 * fns.c (Fsubstring): Doc fix.
10898
10899 2009-01-19 Kenichi Handa <handa@m17n.org>
10900
10901 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10902 (ftfont_list): Likewise.
10903
10904 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10905
10906 * dbusbind.c (Fdbus_register_signal):
10907 * process.c (conv_sockaddr_to_lisp):
10908 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10909
10910 * callproc.c (Fgetenv_internal): Doc fix.
10911
10912 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10913
10914 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10915 it is not even used.
10916
10917 2009-01-16 Glenn Morris <rgm@gnu.org>
10918
10919 * font.c (Ffont_variation_glyphs): Silence compiler.
10920
10921 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10924 Reported by David Robinow <drobinow@gmail.com>.
10925
10926 2009-01-15 Kenichi Handa <handa@m17n.org>
10927
10928 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10929
10930 2009-01-14 Jason Rumney <jasonr@gnu.org>
10931
10932 * frame.c (x_set_font): Always store a font to the font parameter,
10933 never a fontset. (Bug#1562)
10934
10935 2009-01-14 Kenichi Handa <handa@m17n.org>
10936
10937 * coding.c (TWO_MORE_BYTES): New macro.
10938 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10939
10940 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10941
10942 * font.c (font_clear_prop): If clearing the family, clear the font
10943 width index too.
10944
10945 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10946
10947 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10950 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10951 functions, use sizeof.
10952
10953 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10954
10955 * keyboard.c (read_char): Fix case where last_nonmenu_event
10956 returned a bad value with submenus. (Bug#447)
10957
10958 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10961 family, clear the font width index too.
10962
10963 2009-01-11 Jason Rumney <jasonr@gnu.org>
10964
10965 * keyboard.c (cmd_error_internal): Exit when errors occur before
10966 frame creation and not in daemon mode. (Bug#1836)
10967
10968 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10971 of a display vector, backtrack.
10972 (try_window_reusing_current_matrix): Check glyph type before
10973 referencing charpos member.
10974
10975 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10976
10977 Fix Bug #876:
10978
10979 * coding.c (inhibit_null_byte_detection): New variable.
10980 (detect_coding, detect_coding_system): Don't pay attention to null
10981 bytes if inhibit_null_byte_detection is non-zero.
10982 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10983 <inhibit-iso-escape-detection>: Doc fix.
10984
10985 2009-01-09 Jason Rumney <jasonr@gnu.org>
10986
10987 * w32font.c (add_font_entity_to_list): Don't report unknown
10988 Windows charset as any unrecognized registry. (Bug#1548)
10989 Only report Unicode Plane 2 fonts as unicode-sip.
10990
10991 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * xfaces.c (Fx_font_family_list): Delete function.
10994 Move compatibility version to faces.el.
10995
10996 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10997
10998 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10999
11000 * frame.c (x_set_frame_parameters): Remember requested value for
11001 fullscreen before it's reset by the parameter handler.
11002
11003 2009-01-09 Glenn Morris <rgm@gnu.org>
11004
11005 * keyboard.c (last_command_char): For clarity, rename to...
11006 (last_command_event): ... and update all users.
11007 (last_input_char): For clarity, rename to...
11008 (last_input_event): ... and update all users.
11009 (last-command-char, last-input-char): Move to subr.el as aliases.
11010 * cmds.c, commands.h: Update for last_command_char rename.
11011
11012 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
11013
11014 * font.c (font_open_for_lface): Handle unspecified height attribute.
11015
11016 2009-01-08 Jason Rumney <jasonr@gnu.org>
11017
11018 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
11019 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
11020 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
11021 Don't declare.
11022 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
11023 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
11024
11025 2009-01-07 Kenichi Handa <handa@m17n.org>
11026
11027 * fileio.c (Finsert_file_contents): In the case of replace,
11028 remember the coding system used for decoding in
11029 coding_system (Bug#1039).
11030
11031 * coding.c (decode_coding_utf_8): Check byte_after_cr before
11032 breaking the loop. (Bug#870)
11033 (decode_coding_utf_16, decode_coding_emacs_mule)
11034 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11035 (decode_coding_charset): Likewise.
11036
11037 2009-01-05 Martin Rudalics <rudalics@gmx.at>
11038
11039 * frame.c (x_set_frame_parameters): Make sure height (width) get
11040 applied when fullwidth (fullheight) is set. (Bug#1522)
11041
11042 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
11043
11044 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
11045 (utc_base): Declare as ULONGLONG, not long double.
11046 (convert_time_raw): Delete.
11047 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
11048 (initialize_utc_base): New function.
11049 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
11050 (convert_from_time_t): Use initialize_utc_base; compute result with
11051 64-bit arithmetic.
11052 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
11053
11054 2009-01-03 Eli Zaretskii <eliz@gnu.org>
11055
11056 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
11057 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
11058 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
11059 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
11060 [!subprocesses]: Define.
11061 (syms_of_process) [!subprocesses]: Intern and staticpro them.
11062 (Flist_system_processes, Fsystem_process_attributes)
11063 [!subprocesses]: Call list_system_processes and
11064 system_process_attributes instead of returning Qnil.
11065
11066 * dosfns.c (system_process_attributes, list_system_processes):
11067 New functions.
11068
11069 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
11070
11071 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
11072 Don't use the default (no-op) implementation.
11073
11074 2009-01-03 Jason Rumney <jasonr@gnu.org>
11075
11076 * keyboard.c (parse_modifiers_uncached): Wheel events are
11077 clicks (bug#687).
11078
11079 * w32term.c (x_query_colors, x_query_color): New functions.
11080
11081 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
11082 (svg_load_image): Cast returned pointers from dynamically loaded
11083 functions. Eliminate W32 specific code.
11084
11085 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11086
11087 * nsfns.m (x_set_foreground_color, x_set_background_color)
11088 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
11089 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
11090 x_ prefix instead of ns_. Update references.
11091 (syms_of_nsfns): Add a FIXME comment.
11092
11093 * nsterm.m (x_set_cursor_type): New prototype.
11094 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
11095
11096 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
11097 for Solaris instead of incorrectly providing Qutime and Qcutime.
11098
11099 2009-01-02 Eli Zaretskii <eliz@gnu.org>
11100
11101 * w32.c (process_times): Compute sum of utime and stime.
11102 (system_process_attributes): Add Qtime to the alist.
11103
11104 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
11105 and add them to the alist.
11106
11107 * process.c (top level) <Qtime, Qctime>: New variables.
11108 (syms_of_process): staticpro them.
11109 (Fsystem_process_attributes): Add their documentation to the doc
11110 string.
11111
11112 * process.h: Declare Qtime and Qctime.
11113
11114 2009-01-02 Jason Rumney <jasonr@gnu.org>
11115
11116 * image.c (Qgobject): New symbol.
11117 (syms_of_image): Initialize it.
11118 (init_svg_functions): Load some functions from gobject library.
11119
11120 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * frame.c (make_terminal_frame): Remove redundant code and useless
11123 block.
11124
11125 2009-01-01 Andreas Schwab <schwab@suse.de>
11126
11127 * process.c (conv_sockaddr_to_lisp): Add workaround for
11128 getsockname bug on BSD.
11129
11130 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * xfns.c (x_create_tip_frame): Set border width of the X window.
11133
11134 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11135
11136 2009-01-01 Jason Rumney <jasonr@gnu.org>
11137
11138 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
11139 Don't block input, as per earlier xterm.c changes.
11140
11141 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
11142
11143 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11144 (ns_appkit_version_int): New function.
11145 (x-server-version): Use ns_appkit_version_int and follow 21+
11146 convention of returning 3 integers.
11147
11148 2008-12-30 Kenichi Handa <handa@m17n.org>
11149
11150 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11151 (CHAR_SURROGATE_PAIR_P): New macro.
11152
11153 * font.h (struct font_driver): New member get_variation_glyphs.
11154
11155 * font.c (font_range): Don't require a font for a variation selector.
11156 (Ffont_variation_glyphs): New function.
11157 (syms_of_font): Defsubr it.
11158
11159 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11160 ftfont_variation_glyphs.
11161 (setup_otf_gstring): New function.
11162 (ftfont_drive_otf): Use it.
11163 (ftfont_shape_by_flt): Handle variation selector.
11164 (ftfont_variation_glyphs): New function.
11165
11166 2008-12-30 Martin Rudalics <rudalics@gmx.at>
11167
11168 * frame.c (Vemacs_iconified): Remove.
11169
11170 2008-12-30 Jason Rumney <jasonr@gnu.org>
11171
11172 * frame.c (store_frame_param, x_get_arg): Enable newer code on
11173 WINDOWSNT too, as related changes have already been synced. (Bug#117)
11174
11175 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * indent.c (Fvertical_motion): Don't advance iterator if we have
11178 reseated to the desired position.
11179
11180 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11181 checking for pos match.
11182
11183 2008-12-30 Kenichi Handa <handa@m17n.org>
11184
11185 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11186 just get the low 8-bit of the code.
11187
11188 * font.c (font_intern_prop): Validate str as multibyte.
11189
11190 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11191
11192 * dispextern.h (struct face): Move lface and hash from the middle
11193 of bitfields.
11194
11195 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11196
11197 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11198
11199 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11200 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11201 instead of intervals.h.
11202
11203 2008-12-26 Andreas Schwab <schwab@suse.de>
11204
11205 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11206 cons.
11207
11208 2008-12-26 Martin Rudalics <rudalics@gmx.at>
11209
11210 * textprop.c (Qminibuffer_prompt): New variable.
11211 (syms_of_textprop): Initialize it.
11212 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11213 in minibuffer-prompt face. (Bug#1662)
11214
11215 2008-12-25 Jason Rumney <jasonr@gnu.org>
11216
11217 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11218
11219 2008-12-24 Jason Rumney <jasonr@gnu.org>
11220
11221 * ralloc.c (r_alloc_reset_variable): New function.
11222
11223 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11224 record of what points where. (Bug#716)
11225
11226 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11227
11228 * minibuf.c (read_minibuf): Follow the non-interactive case when
11229 running as a daemon, before detaching.
11230
11231 2008-12-22 Andreas Schwab <schwab@suse.de>
11232
11233 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11234 * gtkutil.c (free_widget_value): Use xfree instead of free.
11235
11236 2008-12-22 Martin Rudalics <rudalics@gmx.at>
11237
11238 * frame.c (delete_frame): New function derived from
11239 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11240 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11241 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11242 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11243 * frame.h: Extern delete_frame.
11244 * window.c (window_loop):
11245 * terminal.c (delete_terminal):
11246 * xterm.c (x_connection_closed):
11247 * xfns.c (Fx_hide_tip):
11248 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11249
11250 2008-12-21 Jason Rumney <jasonr@gnu.org>
11251
11252 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11253 when character maps to .notdef character.
11254
11255 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11258
11259 2008-12-20 Jason Rumney <jasonr@gnu.org>
11260
11261 * frame.c (Fmake_terminal_frame): Raise an error when called from
11262 a graphical frame on Windows. (Bug#1325)
11263
11264 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11265
11266 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11267
11268 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * minibuf.c (Fread_buffer): Doc fix.
11271
11272 2008-12-20 Jason Rumney <jasonr@gnu.org>
11273
11274 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11275 server name in UNC paths. (Bug#719)
11276
11277 * coding.c (decode_coding): Clear chars_at_source flag when using
11278 charbuf. (Bug#1035)
11279
11280 2008-12-19 Daniel Engeler <engeler@gmail.com>
11281
11282 * sysdep.c (serial_configure): Fix typo.
11283
11284 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * sysdep.c: Include alloca.h.
11287 (system_process_attributes): Add implementation for Solaris.
11288
11289 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11290
11291 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11292
11293 Reorganize implementation of Flist_system_processes and
11294 Fsystem_process_attributes. No functional changes.
11295 * process.c: Don't #include pwd.h, grp.h and limits.h.
11296 (Flist_system_processes): Just call list_system_processes.
11297 (Fsystem_process_attributes): Just call system_process_attributes.
11298 (procfs_list_system_processes, time_from_jiffies)
11299 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11300 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11301
11302 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11303 (list_system_processes): Rename from
11304 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11305 Provide a do nothing implementation.
11306 (system_process_attributes): Rename from
11307 procfs_list_system_processes.
11308 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11309 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11310
11311 * w32.c (list_system_processes): Rename from
11312 w32_list_system_processes.
11313 (system_process_attributes): Rename from
11314 w32_system_process_attributes.
11315
11316 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11317
11318 * process.h (w32_list_system_processes)
11319 (w32_system_process_attributes): Remove.
11320 (list_system_processes, system_process_attributes):
11321 New prototypes.
11322
11323 2008-12-19 Kenichi Handa <handa@m17n.org>
11324
11325 * xfont.c (xfont_decode_coding_xlfd): New function.
11326 (xfont_encode_coding_xlfd): New function.
11327 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11328 (xfont_list): Decode and encode XLFD by iso-8859-1.
11329 (xfont_match): Likewise.
11330 (xfont_list_family): Likewise.
11331 (xfont_open): Likewise.
11332
11333 * ftfont.c (ftfont_open): Generate a multibyte string if given
11334 names are utf-8.
11335
11336 * xftfont.c (xftfont_open): Generate a multibyte string if given
11337 names are utf-8.
11338
11339 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11340
11341 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11342 changed.
11343 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11344 clicked on a detached tool bar button.
11345
11346 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11347
11348 * emacs.c (main): Print and error and exit when no data is read
11349 from the pipe.
11350
11351 2008-12-17 Jason Rumney <jasonr@gnu.org>
11352
11353 * w32font.c (w32font_has_char): Always return -1.
11354
11355 2008-12-16 Kenichi Handa <handa@m17n.org>
11356
11357 * font.c (font_open_entity): Fix previous change.
11358
11359 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11360
11361 * process.c: Include <limits.h>.
11362
11363 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
11364
11365 * font.c (font_update_drivers): Fix mistake in reconstructing the
11366 driver list.
11367
11368 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * font.c (font_clear_cache): Fix format of font cache data.
11371
11372 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * xftfont.c (xftfont_open): Free Xft font pattern if
11375 XftFontOpenPattern fails.
11376
11377 * xterm.c (x_free_frame_resources): Remove extraneous call to
11378 free_frame_faces.
11379
11380 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11381
11382 * xterm.c (x_delete_display): Move xim_close_dpy call to
11383 x_delete_terminal.
11384 (x_delete_terminal): Call xim_close_dpy.
11385
11386 2008-12-13 Jason Rumney <jasonr@gnu.org>
11387
11388 * w32font.c (intern_font_name): New function.
11389 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11390 (w32font_open_internal, Fx_select_font): Decode font name.
11391 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11392
11393 * w32font.h (intern_font_name): Declare new function.
11394
11395 * w32uniscribe.c (add_opentype_font_name_to_list):
11396 Use intern_font_name.
11397
11398 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * frame.c (Fdelete_frame): Call free_font_driver_list.
11401
11402 * font.c (free_font_driver_list): Implement missing function.
11403
11404 * w32term.c (w32_term_init): Don't initialize the image cache
11405 here; it will be done in init_frame_faces.
11406
11407 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11408 (struct x_display_info): Remove unused member null_pixel. New
11409 member xim_callback_data.
11410
11411 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11412 (xim_initialize): Save pointer to callback function data.
11413 (xim_close_dpy): Free callback function data. Call XCloseIM,
11414 reverting 2008-11-04 change by David Smith.
11415 (x_term_init): Don't initialize the image cache here; it will be
11416 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11417 (x_delete_display): Free x_dnd_atoms member.
11418
11419 2008-12-13 Kenichi Handa <handa@m17n.org>
11420
11421 * font.c (font_rescale_ratio): Moved from xfaces.c.
11422 Argument type changed. Handle a font-spec too.
11423 (font_score): Check Vface_font_rescale_alist.
11424 (font_open_entity): Likewise. (Bug#1547)
11425
11426 * xfaces.c (font_rescale_ratio): Moved to font.c.
11427
11428 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11429
11430 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11431
11432 2008-12-12 Jason Rumney <jasonr@gnu.org>
11433
11434 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11435 Vwindow_system_version to the real w32 major version.
11436
11437 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11438
11439 * term.c (init_tty): Move setting the terminal name before the
11440 potential user: maybe_fatal.
11441
11442 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11445 all callers changed. Call free_frame_faces to free the face cache.
11446
11447 2008-12-11 Jason Rumney <jasonr@gnu.org>
11448
11449 * w32font.c (fill_in_logfont): Don't assume symbol script means
11450 SYMBOL_CHARSET. (Bug#547)
11451
11452 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11453 size for surrogates. (Bug#1096, bug#872)
11454
11455 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11458
11459 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * process.c (Fsystem_process_attributes, syms_of_process):
11462 Fix typo in name of Ssystem_process_attributes.
11463 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11464
11465 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11466
11467 * syntax.c (Fmodify_syntax_entry): Doc fix.
11468
11469 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11470
11471 * font.c (Ffont_spec): Move usage to end of docstring.
11472
11473 2008-12-10 Jason Rumney <jasonr@gnu.org>
11474
11475 * w32font.c (Qcham): New symbol.
11476 (font_supported_scripts): Add cham, and comments for other new
11477 scripts in bitfield from OpenType spec.
11478 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11479 contain characters beyond the bmp.
11480
11481 2008-12-10 Kenichi Handa <handa@m17n.org>
11482
11483 * ftfont.c (fc_charset_table): Add "unicode-sip".
11484 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11485 Qunicode_sip.
11486
11487 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11488
11489 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11490 (Fcoding_system_put): Use QCdefault_char.
11491 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11492
11493 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11494
11495 * xftfont.c (syms_of_xftfont): Fix typo.
11496
11497 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11498
11499 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11500
11501 * emacs.c (main): Close daemon_pipe on exec.
11502
11503 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * termchar.h (struct tty): New members termcap_term_buffer and
11506 termcap_strings_buffer.
11507
11508 * term.c (encode_terminal_code): Free any previous memory blocks
11509 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11510 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11511 All callers changed.
11512 (init_tty): Store termcap data and string buffers in new struct
11513 tty members termcap_term_buffer and termcap_strings_buffer.
11514 (delete_tty): Free them.
11515 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11516
11517 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11518
11519 * nsfns.m (ns_set_background_color): Remove code duplication.
11520 It was a substitute for face-transparency on OS X 10.3.
11521
11522 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11523
11524 * coding.c (make_conversion_work_buffer): Disable buffer
11525 modification hooks in the work buffer.
11526
11527 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11528
11529 * process.c (procfs_system_process_attributes): If `nread' has a
11530 negative value, assign zero to it.
11531
11532 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11533
11534 * eval.c (Vdebug_on_error): Doc fix.
11535
11536 2008-12-05 Kenichi Handa <handa@m17n.org>
11537
11538 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11539 second character is a combining character.
11540
11541 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11542
11543 * process.c (procfs_system_process_attributes): Don't use cmd,
11544 cmdsize, and q without initializing them first.
11545
11546 2008-12-04 Jason Rumney <jasonr@gnu.org>
11547
11548 * w32font.c (w32font_draw): Initialize orig_clip before getting
11549 it, and delete it when finished.
11550
11551 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11552
11553 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11554 case when running as a daemon before detaching.
11555
11556 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11557
11558 * w32.c (init_environment): Don't unload library shell32.dll.
11559
11560 2008-12-03 Kenichi Handa <handa@m17n.org>
11561
11562 * font.c (font_at): Set `multibyte' at first.
11563
11564 * coding.c (decode_coding_charset): Check type of an element of
11565 vector VALIDS.
11566 (encode_coding_emacs_mule): Be sure to set `code'.
11567
11568 * fontset.c (face_for_char): Handle invalid charset property correctly.
11569 (font_for_char): Likewise.
11570
11571 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11572
11573 * font.c (Fopen_font): Compute pixel size correctly.
11574 (font_update_lface): Handle fonts with corrupted size specs,
11575 i.e. non-int and non-float.
11576
11577 * ftfont.c (ftfont_match): Initialize entity variable.
11578 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11579 (ftfont_list_family): Initialize list var earlier.
11580
11581 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11582
11583 * xterm.c (x_draw_glyph_string): Fall back on
11584 underline_minimum_offset for underline position.
11585
11586 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11587
11588 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11589
11590 * character.c (c_string_width): Specify the type for LEN.
11591
11592 2008-12-03 Kenichi Handa <handa@m17n.org>
11593
11594 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11595 (decode_coding_utf_8): Likewise.
11596 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11597 (produce_chars): Initialize consumed_chars to 0.
11598
11599 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11600
11601 * keyboard.c (make_lispy_position): Only use PT if the selected
11602 window is current.
11603
11604 2008-12-02 Andreas Schwab <schwab@suse.de>
11605
11606 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11607
11608 * doprnt.c (doprnt1): Fix size of charbuf.
11609
11610 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11611
11612 * keyboard.c (timer_check): Revert last change.
11613
11614 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11615
11616 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11617
11618 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * makefile.w32-in: Update dependencies.
11621 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11622
11623 2008-12-01 Andreas Schwab <schwab@suse.de>
11624
11625 * font.c (register_font_driver): Use xmalloc.
11626 (font_put_frame_data): Likewise.
11627
11628 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11629
11630 * xfaces.c (realize_x_face): Make abort condition clearer.
11631
11632 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11633
11634 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * keyboard.c (timer_check): After a timer runs, ensure that the
11637 selected window's buffer is current.
11638
11639 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11640
11641 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11642 It was accidentally restored by the Unicode merge.
11643
11644 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11645
11646 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11647
11648 * w32proc.c: Include "coding.h".
11649 (Fw32_short_file_name): Encode filename passed to Windows API.
11650 (Fw32_long_file_name): Encode filename passed to Windows API and
11651 decode back the result. (Bug#1433)
11652
11653 2008-11-29 Kenichi Handa <handa@m17n.org>
11654
11655 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11656 not before accessing it.
11657
11658 * charset.c (Fdefine_charset_internal): After calculating
11659 min_char, max_char, and fastmap, copy the charset structure again.
11660 (encode_char): Fix the previous change.
11661
11662 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11663
11664 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11665
11666 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11667
11668 * nsterm.m (x_set_frame_alpha): New function.
11669
11670 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11671
11672 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11673
11674 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11675
11676 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11677 pointer to check_face_name.
11678
11679 2008-11-27 Kenichi Handa <handa@m17n.org>
11680
11681 * category.h (SET_CATEGORY_SET): Call set_category_set.
11682 (set_category_set): Extern it.
11683
11684 * category.c (hash_get_category_set): New function.
11685 (Fmodify_category_entry): Adjusted for the change of
11686 char_table_ref_and_range. Call hash_get_category_set to get a
11687 category set to store in the table.
11688
11689 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11690 Funify_charset.
11691
11692 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11693 (DECODE_CHAR): Check if the decoder vector is ready.
11694 (ENCODE_CHAR): Check if the encoder char-table is ready.
11695 (maybe_unify_char): Extern it.
11696
11697 * charset.c (Vchar_unified_charset_table): Delete it.
11698 (inhibit_load_charset_map): New variable.
11699 (temp_charset_work): New variable.
11700 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11701 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11702 New macros.
11703 (load_charset_map): Meaning of control_flag changed. If
11704 inhibit_load_charset_map is nonzero, setup a table in
11705 temp_charset_work.
11706 (load_charset): New argument control_flag.
11707 (map_charset_for_dump): New function.
11708 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11709 map_charset_for_dump.
11710 (Fdefine_charset_internal): If the charset method is MAP, load
11711 mapping tables by calling load_charset.
11712 (Funify_charset): Don't load a mapping table but directly set
11713 Vchar_unify_table.
11714 (maybe_unify_char): New function.
11715 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11716 Handle the case of inhibit_load_charset_map being nonzero.
11717 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11718 Handle the case of inhibit_load_charset_map being nonzero.
11719 (Fclear_charset_maps): Just free temp_charset_work.
11720 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11721 variable.
11722
11723 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11724 change of char_table_ref_and_range.
11725 (char_table_ref_and_range): Change the meaning of argument FROM
11726 and TO. Now the caller must provide initial values for *FROM
11727 and *TO.
11728
11729 * fontset.c (fontset_add): Adjusted for the change of
11730 char_table_ref_and_range.
11731 (fontset_get_font_group): Likewise.
11732 (Ffontset_info): Likewise.
11733
11734 * keymap.c (describe_vector): Adjusted for the change of
11735 char_table_ref_and_range. For char-table, put boundary between
11736 non-ASCII and 8-bit characters.
11737
11738 * print.c (print_object): For bool-vector, delete unnecessary
11739 check of ASCII_BYTE_P.
11740
11741 2008-11-26 Jason Rumney <jasonr@gnu.org>
11742
11743 * w32font.c (w32font_open_internal): Don't include external
11744 leading in font height. (Bug#879)
11745
11746 2008-11-26 Glenn Morris <rgm@gnu.org>
11747
11748 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11749 redefinition with ifdef. (Bug#1383)
11750
11751 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11752
11753 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11754
11755 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11756
11757 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11758 New EmacsView methods.
11759 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11760 Fixes bug #1048,1357,1414.
11761
11762 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11763
11764 Fix bug #1362.
11765 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11766 is not an indexed color.
11767 * nsterm.m (free_indexed_color): Add argument checking.
11768 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11769
11770 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11773 Document confirm-after-completion value for
11774 minibuffer-completion-confirm.
11775
11776 2008-11-24 Jason Rumney <jasonr@gnu.org>
11777
11778 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11779 warning.
11780
11781 2008-11-23 Jason Rumney <jasonr@gnu.org>
11782
11783 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11784 restored before returning.
11785
11786 * w32font.c (check_face_name): New function.
11787 (add_font_entity_to_list): Use it to filter out common substituted
11788 fonts. (Bug#642)
11789
11790 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11791
11792 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11793 confirm-nonexistent-file-or-buffer in doc-string.
11794
11795 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11798 Fix copy/paste typo. Add checks.
11799
11800 2008-11-21 Kenichi Handa <handa@m17n.org>
11801
11802 * coding.c (detect_coding_iso_2022): Reject invalid composition
11803 sequence.
11804 (DECODE_COMPOSITION_START): If the current source is the last
11805 block, and the current composition doesn't end, regard this
11806 sequence as invalid.
11807 (decode_coding_iso_2022): Handle invalid composition sequence.
11808
11809 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11810
11811 * window.c (coordinates_in_window): Don't return
11812 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11813 line when the window is not the rightmost one. (Bug#1372)
11814
11815 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11816
11817 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11818
11819 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11820
11821 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11822 and bright_bg if noninteractive is non-zero.
11823
11824 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11825
11826 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11827 x_draw_glyph_string_background.
11828
11829 * w32term.c (x_draw_glyph_string): Likewise.
11830
11831 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11832
11833 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11834 the next glyph string once past the overhang width.
11835
11836 * nsterm.m (ns_draw_glyph_string): Likewise.
11837
11838 * w32term.c (x_draw_glyph_string): Likewise.
11839
11840 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11841
11842 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11843 double file close.
11844
11845 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11846
11847 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11848 dedicated status of window before attempting to display another
11849 buffer in it.
11850
11851 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11852
11853 * msdos.c (Fmsdos_long_file_names):
11854 (syms_of_msdos) <dos-unsupported-char-glyph>:
11855 * dosfns.c (Fint86): Fix typos in docstrings.
11856
11857 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11858
11859 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11860
11861 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11862
11863 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11864
11865 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11866
11867 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11868
11869 * frame.h: Negative alpha means "don't touch".
11870
11871 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11872
11873 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11874
11875 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11876
11877 * hftctl.c:
11878 * chpdef.h:
11879 * acldef.h: Remove files used only for systems no longer supported.
11880
11881 * Makefile.in: Fix .o alphabetical ordering.
11882 (hftctl.o): Remove dependency, file removed.
11883 (keymap.o, print.o): Depend on charset.h.
11884
11885 2008-11-10 Kenichi Handa <handa@m17n.org>
11886
11887 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11888
11889 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * dired.c (file_name_completion): If completion_ignore_case is
11892 enabled, ignore case when checking completion-regexp-list.
11893
11894 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11895
11896 * vm-limit.c (get_lim_data): Fix last change.
11897
11898 2008-11-08 Kenichi Handa <handa@m17n.org>
11899
11900 * character.c (Fget_byte): New function.
11901 (syms_of_character): Defsubr Fget_byte.
11902
11903 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11904
11905 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11906 cursor position is valid after scrolling.
11907
11908 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11909
11910 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11911
11912 2008-11-06 Glenn Morris <rgm@gnu.org>
11913
11914 * xterm.c (handle_one_xevent): Don't let popup menus cause
11915 mouse-autoselect-window related window switching. (Bug#1261)
11916
11917 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11918
11919 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11920
11921 2008-11-04 Andreas Schwab <schwab@suse.de>
11922
11923 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11924
11925 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11926
11927 * xfns.c (Fx_wm_set_size_hint): New function.
11928
11929 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11930
11931 * textprop.c (Fprevious_single_char_property_change): Return 0
11932 when there's no change in a string. (Bug#1301)
11933
11934 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11935
11936 * frame.c (do_switch_frame): New argument NORECORD passed to
11937 Fselect_window.
11938 (Fselect_frame): New argument NORECORD passed to
11939 do_switch_frame.
11940 (Fset_frame_selected_window): New argument NORECORD passed to
11941 Fselect_frame.
11942 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11943 in call of do_switch_frame.
11944 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11945 Handle NORECORD argument in call of Fselect_frame.
11946 * lisp.h (do_switch_frame, Fselect_frame)
11947 (Fset_frame_selected_window): Adjust declarations.
11948 * window.c (select_frame_norecord): New function.
11949 (run_window_configuration_change_hook): Use it and call
11950 Fselect_frame with NORECORD set.
11951 (Fselect_window): Pass NORECORD to Fselect_frame.
11952 (Fset_window_configuration): Handle NORECORD argument in call of
11953 do_switch_frame.
11954 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11955 Fset_frame_selected_window.
11956 * keyboard.c (command_loop_1): Handle NORECORD in call of
11957 Fselect_frame (currently ifdefd).
11958
11959 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11960
11961 * emacs.c (USAGE2): Untabify.
11962
11963 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * composite.c (fill_gstring_header): Fix copy/paste typo.
11966
11967 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11968
11969 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11970 (Fother_window): Rename argument and rewrite doc-string.
11971 (select_window_norecord): Fix return value. (Bug#1276)
11972
11973 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11976 new frames overriding foreground for tooltips. Based on similar patch
11977 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11978
11979 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11980
11981 * emacs.c (Fdaemon_initialized): Initialize nfd.
11982
11983 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11984
11985 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11986 (Fwindow_text_height): Clarify doc-strings.
11987 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11988 doc-string of window-scroll-functions.
11989
11990 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11991
11992 * category.c (syms_of_category): Fix typo in docstring.
11993
11994 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11997 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11998 Fix typos in docstrings.
11999
12000 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
12001
12002 * emacs.c (daemon_pipe): Make non-static.
12003 (IS_DAEMON): Move definition ...
12004 * lisp.h (IS_DAEMON): ... here.
12005 (daemon_pipe): Declare.
12006 (is_daemon): Remove.
12007 * dispnew.c (init_display): Use IS_DAEMON.
12008
12009 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12010
12011 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
12012 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
12013
12014 * emacs.c (is_daemon): Remove.
12015 (main): Don't set is_daemon.
12016 (IS_DAEMON): New macro.
12017 (Fdaemonp, Fdaemon_initialized): Use it.
12018 (Fdaemon_initialized): Write a char into the pipe to make sure the
12019 parent exits.
12020 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
12021
12022 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
12023
12024 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
12025 over-sized glyph, draw it with the default glyph width.
12026
12027 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12028 glyph, draw it with the default glyph width.
12029
12030 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12031 glyph, draw it with the default glyph width.
12032
12033 * xdisp.c (try_scrolling): When computing the distance from the
12034 scroll margin to PT, try moving some distance past the window
12035 bottom before giving up.
12036
12037 2008-10-27 Martin Rudalics <rudalics@gmx.at>
12038
12039 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
12040 (Fset_window_buffer): Explain in doc-string that a window can be
12041 "strongly" dedicated to its buffer.
12042
12043 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
12044
12045 * emacs.c (daemon_name): New variable.
12046 (main): Deal with --daemon=SERVER_NAME.
12047 (Fdaemonp): Return a name if one was passed to --daemon.
12048
12049 2008-10-26 Romain Francoise <romain@orebokech.com>
12050
12051 * emacs.c (daemon_pipe): New variable.
12052 (main): Create a pipe before forking, make the parent exit only after
12053 the child has closed its end of the pipe. Move closing the
12054 descriptors ...
12055 (Fdaemon_initialized): ... here. New function.
12056
12057 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
12060 the previous unoptimized table.
12061
12062 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
12063 the distinction between non-nil and non-t value of `dedicated'.
12064
12065 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
12066
12067 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
12068 read_char_minibuf_menu_text is large enough to hold the menu string.
12069
12070 2008-10-25 Martin Rudalics <rudalics@gmx.at>
12071
12072 * window.c (Fget_buffer_window, Fdelete_windows_on)
12073 (Freplace_buffer_in_windows): Make buffer argument optional and
12074 rename to buffer_or_name.
12075
12076 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * xdisp.c (handle_single_display_spec, handle_display_prop):
12079 Undo 2005-05-16 change.
12080 (handle_stop): Pop iterator if it's loaded with an empty string.
12081 (get_overlay_strings_1): Don't save iterator if it's loaded with
12082 an empty string (bug#1201).
12083
12084 2008-10-24 Kenichi Handa <handa@m17n.org>
12085
12086 * ftfont.c (ftfont_otf_features): Fix previous change.
12087 (ftfont_otf_capability): Check FeatureList.FeatureCount before
12088 calling ftfont_otf_features.
12089
12090 2008-10-24 Kenichi Handa <handa@m17n.org>
12091
12092 * font.c (font_match_p): Fix for the case that a vector of
12093 characters is in script-representative-chars.
12094
12095 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
12096
12097 * dbusbind.c (xd_in_read_queued_messages): New variable.
12098 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
12099 (xd_read_queued_messages): Catch Qdbus_error from the macros.
12100 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
12101 macro. (Bug#1186)
12102
12103 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
12104
12105 * s/sol2-10.h: New file.
12106
12107 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12108
12109 * xdisp.c (fill_glyph_string): Fix typo in source (though the
12110 poor beast has survived 9+ years and the jump from xterm.c!).
12111
12112 2008-10-23 Martin Rudalics <rudalics@gmx.at>
12113
12114 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12115 Reword doc-string.
12116 (Fbury_buffer): In doc-string say what happens to the buffer's window.
12117
12118 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12119
12120 * character.c (syms_of_character) <script-representative-chars>:
12121 <unicode-category-table>: Doc fixes.
12122
12123 2008-10-23 Noah Friedman <friedman@splode.com>
12124
12125 * coding.c (make_conversion_work_buffer): Check that
12126 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12127 Fget_buffer_create.
12128
12129 2008-10-23 Kenichi Handa <handa@m17n.org>
12130
12131 * font.c (font_add_log): Check the values of extra properties.
12132
12133 2008-10-22 Martin Rudalics <rudalics@gmx.at>
12134
12135 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12136 Reword doc-string.
12137 (Fset_window_parameter): Use NILP.
12138 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12139 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12140
12141 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12142
12143 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12144
12145 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12146
12147 * nsfns.m (ns_appkit_version): New function.
12148 (x-server-version): Use it.
12149 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12150 (x-server-vendor): Don't check_ns().
12151
12152 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12153
12154 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12155
12156 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12157 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12158
12159 2008-10-22 Kenichi Handa <handa@m17n.org>
12160
12161 * syntax.c (scan_words): Call word_boundary_p instead of comparing
12162 scripts.
12163
12164 * category.c (word_boundary_p): Check scripts instead of charset.
12165 Handle nil value in word-separating-categories and
12166 word-combining-categories.
12167 (syms_of_category): Fix docstrings of word-separating-categories
12168 and word-combining-categories.
12169
12170 2008-10-21 Eli Zaretskii <eliz@gnu.org>
12171
12172 * coding.c (Fencode_coding_region, Fdecode_coding_region)
12173 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12174
12175 2008-10-21 Martin Rudalics <rudalics@gmx.at>
12176
12177 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12178 Rename arg "buffer" to "buffer_or_name".
12179 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12180 it optional.
12181 (no_switch_window): Remove since the return value is not used.
12182 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12183 Consider window as dedicated when Fwindow_dedicated_p returns a
12184 non-nil value.
12185 * lisp.h: Remove prototype for no_switch_window.
12186
12187 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
12188
12189 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12190 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12191
12192 2008-10-21 Kenichi Handa <handa@m17n.org>
12193
12194 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12195 check Vlatin_extra_code_table.
12196
12197 2008-10-20 Eli Zaretskii <eliz@gnu.org>
12198
12199 * fileio.c (Fset_file_modes): Doc fix.
12200
12201 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12204 in arrays.
12205
12206 2008-10-19 Martin Rudalics <rudalics@gmx.at>
12207
12208 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12209 Mention kill-buffer in doc-string.
12210 (Fset_window_buffer): Reinsert tem check removed in last commit.
12211 (Fenlarge_window, Fshrink_window): Have argument names and
12212 doc-string follow Elisp manual more closely.
12213
12214 2008-10-18 Eli Zaretskii <eliz@gnu.org>
12215
12216 * fileio.c (Fset_file_modes): Doc fix.
12217
12218 2008-10-18 Martin Rudalics <rudalics@gmx.at>
12219
12220 * window.c (Fwindow_width, Fset_window_start)
12221 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12222 (Fdelete_windows_on, Freplace_buffer_in_windows):
12223 Make doc-strings follow code and Elisp manual more closely.
12224 (Fwindow_dedicated_p): Make window argument optional.
12225 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12226 (Fset_window_buffer): Respect any non-nil dedicated value for
12227 window. Rename "buffer" argument to "buffer_or_name".
12228
12229 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
12230
12231 * m/sh3.h: New file, machine description for SuperH.
12232
12233 2008-10-17 Martin Rudalics <rudalics@gmx.at>
12234
12235 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12236
12237 2008-10-17 Kenichi Handa <handa@m17n.org>
12238
12239 * ftfont.c (ftfont_otf_features): Fix indexing
12240 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12241
12242 2008-10-16 Magnus Henoch <mange@freemail.hu>
12243
12244 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12245 (Fdbus_call_method_asynchronously): Ditto.
12246 This change makes C-h f display the argument list.
12247
12248 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
12249
12250 * fileio.c (Fexpand_file_name): Doc fix.
12251
12252 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12253 of :foreground and :background equivalent to unspecified (20.x
12254 compatibility).
12255
12256 2008-10-15 Eli Zaretskii <eliz@gnu.org>
12257
12258 * buffer.c (syms_of_buffer): Doc fix.
12259
12260 2008-10-14 Kenichi Handa <handa@m17n.org>
12261
12262 * font.c (font_clear_prop): When clearing font width, clear the
12263 average width field too.
12264
12265 2008-10-12 Andreas Schwab <schwab@suse.de>
12266
12267 * ftfont.c (ftfont_shape_by_flt): Make static.
12268 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12269
12270 * font.c: Don't include <m17n-flt.h>.
12271
12272 2008-10-10 Eli Zaretskii <eliz@gnu.org>
12273
12274 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12275
12276 2008-10-09 Eli Zaretskii <eliz@gnu.org>
12277
12278 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12279 away code.
12280
12281 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * dispnew.c (update_text_area): Avoid looping due to large glyph
12284 overhangs (bug#1070).
12285
12286 2008-10-09 Kenichi Handa <handa@m17n.org>
12287
12288 * fontset.c (face_for_char): If face->fontset is negative, just
12289 return ascii_face.
12290
12291 * font.c (font_delete_unmatched): Fix previous change.
12292 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12293
12294 2008-10-09 Martin Rudalics <rudalics@gmx.at>
12295
12296 * frame.c (Fraise_frame): On text-only terminals select frame in
12297 order to make it visible. (Bug#1061)
12298
12299 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
12300
12301 * fontset.c (fontset_find_font): Check frame validity.
12302
12303 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * gtkutil.c (xg_display_open): Reset default display if none exists.
12306 (xg_display_close): Allow Emacs to close all displays (bug#985).
12307
12308 2008-10-06 Andreas Schwab <schwab@suse.de>
12309
12310 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12311
12312 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
12313
12314 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12315
12316 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12317
12318 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12319 during initialization.
12320
12321 2008-10-04 Eli Zaretskii <eliz@gnu.org>
12322
12323 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12324 whole thing on MSDOS frames as well as on a TTY.
12325
12326 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12327 well as for TTY.
12328 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12329 well as on a TTY.
12330
12331 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12332 as well as for TTY.
12333
12334 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12335
12336 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12337 MSDOS frames as well.
12338
12339 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12340
12341 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12342 correct arguments.
12343 * menu.c (find_and_return_menu_selection): Add cast.
12344
12345 2008-10-03 Glenn Morris <rgm@gnu.org>
12346
12347 * emacs.c (USAGE1): Add --daemon.
12348
12349 2008-10-02 Eli Zaretskii <eliz@gnu.org>
12350
12351 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12352 100, so it's in percents as advertised.
12353
12354 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12355
12356 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12357 (ns_output.current_cursor, ns_output.desired_cursor)
12358 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12359 (FRAME_NEW_CURSOR_COLOR): Remove.
12360
12361 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12362 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12363 enumeration (HOLLOW_BOX_CURSOR, etc.).
12364
12365 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12366 (draw_window_cursor): Simplify code.
12367 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12368 Don't change cursor type. In latter, call rehighlight instead of doing
12369 updates manually.
12370 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12371 Use core Emacs cursor types.
12372
12373 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12374
12375 2008-10-02 Martin Rudalics <rudalics@gmx.at>
12376
12377 * process.c (Faccept_process_output): Fix doc-string.
12378
12379 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * gmalloc.c (__sbrk): Also define for uClibc.
12382
12383 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12384 for uClibc.
12385
12386 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12387
12388 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12389 styles.
12390 (nsfont_open): Reenable the cache.
12391
12392 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12393
12394 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12395 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12396
12397 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12400 a suspended terminal.
12401
12402 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12405
12406 2008-09-30 Eli Zaretskii <eliz@gnu.org>
12407
12408 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12409
12410 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12411
12412 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12413 in a continued line coincides with a line beginning.
12414
12415 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12416
12417 * nsfont.m (nsfont_trait_distance): Fix bug.
12418 (nsfont_list): Return a list rather than a vector (syncs with Handa
12419 changes of 2008-05-14).
12420 (nsfont_open): Improve logging.
12421
12422 2008-09-29 Andreas Schwab <schwab@suse.de>
12423
12424 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12425
12426 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12427
12428 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12429 name as char-resolve-modifiers.
12430 Reported by: Markus Triska <markus.triska@gmx.at>
12431
12432 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12433
12434 * dispnew.c (init_display): Return earlier when running as a daemon.
12435
12436 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12437
12438 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12439
12440 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12441
12442 * composite.c (Fcomposition_get_gstring)
12443 (Fcompose_region_internal, Fcompose_string_internal)
12444 (Ffind_composition_internal): Doc fix.
12445 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12446 (syms_of_composite) <auto-composition-function>: Doc fix.
12447 (syms_of_composite) <composition-function-table>: Doc fix.
12448
12449 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12450
12451 * search.c (wordify): New argument for lax word-ends.
12452 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12453
12454 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12455
12456 * lisp.h (is_daemon): Declare.
12457 * dispnew.c (init_display): Do not try to initialize the terminal
12458 when running as a daemon.
12459
12460 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12461
12462 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12463 x_display_pixel_height.
12464
12465 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12466
12467 * undo.c (record_point): Don't call Fundo_boundary for first
12468 change. (Bug#731)
12469
12470 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12471
12472 * emacs.c (Fdaemonp): Doc fix.
12473
12474 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * emacs.c (main): Place #ifdef in the proper place.
12477
12478 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12479
12480 * emacs.c (standard_args): Add --daemon.
12481 (main): Disconnect from the terminal when --daemon is passed.
12482 (is_daemon): New variable.
12483 (Fdaemonp): New function.
12484 (syms_of_emacs): Defsubr it.
12485
12486 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12487
12488 * xdisp.c (get_next_display_element): Handle string display
12489 correctly when checking for the end of a box run.
12490
12491 2008-09-20 Glenn Morris <rgm@gnu.org>
12492
12493 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12494 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12495 (Frename_file): Avoid copying to trash if a rename involves
12496 a delete. (Bug#964).
12497
12498 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12499
12500 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12501 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12502 frames as well as termcap frames.
12503 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12504 get_named_tty.
12505
12506 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12507
12508 * process.c (procfs_system_process_attributes): Fix cmdline in
12509 case /proc/PID/cmdline is empty.
12510
12511 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12512 x_display_pixel_height.
12513
12514 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12517
12518 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12519 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12520
12521 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12522
12523 * dispextern.h (struct it): Move line_wrap away from the middle of
12524 bitfields. Move voffset in struct iterator_stack_entry after the
12525 bitfields. Move tab_width near after another short.
12526
12527 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12528
12529 * frame.h (struct frame): Move alpha from the middle of bitfields.
12530
12531 * window.h (struct window): Move frozen_window_start_p after the
12532 rest of the bitfields to reduce padding.
12533
12534 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12535
12536 * xterm.h (x_display_info): Remove `height' and `width' members.
12537
12538 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12539
12540 * w32term.h (w32_display_info): Remove `height', `width',
12541 `height_in', and `width_in' members.
12542
12543 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12544 New functions.
12545 (x_calc_absolute_position): Use them.
12546 (x_term_init): Omit removed `height' and `width' members.
12547
12548 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12549 New functions.
12550 (w32_read_socket, x_calc_absolute_position): Use them.
12551 (w32_initialize_display_info, w32_term_init): Omit removed members
12552 of w32_display_info.
12553
12554 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12555 New functions.
12556 (ns_initialize_display_info): Omit removed members of ns_display_info.
12557
12558 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12559 New functions.
12560 (x_calc_absolute_position): Use them.
12561 (x_term_init): Omit removed `height' and `width' members.
12562
12563 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12564 (compute_tip_xy):
12565 * frame.c (x_fullscreen_adjust):
12566 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12567 x_display_pixel_width.
12568
12569 2008-09-18 Kenichi Handa <handa@m17n.org>
12570
12571 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12572 (composition_compute_stop_pos): Fix handling of static composition.
12573 (Fcomposition_get_gstring): Check FROM and TO at first.
12574
12575 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12578 mixup (YAILOM).
12579
12580 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * indent.c (Fvertical_motion): Use position reported by iterator
12583 instead of PT for determining screen motion (bug#943).
12584
12585 2008-09-17 Romain Francoise <romain@orebokech.com>
12586
12587 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12588
12589 2008-09-17 Kenichi Handa <handa@m17n.org>
12590
12591 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12592
12593 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12594 if necessary.
12595
12596 2008-09-16 Kenichi Handa <handa@m17n.org>
12597
12598 * coding.c (make_conversion_work_buffer): Avoid calling
12599 Fget_buffer_create if it is not necessary.
12600
12601 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12602
12603 * window.c (Fselect_window): Don't update window_select_count and
12604 use_time when norecord is not nil.
12605
12606 2008-09-14 Kenichi Handa <handa@m17n.org>
12607
12608 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12609 specpdl_ptr.
12610
12611 2008-09-12 Kenichi Handa <handa@m17n.org>
12612
12613 * indent.c (scan_for_column): Don't handle automatic composition
12614 if the current buffer is not associated with a window.
12615
12616 * composite.c (composition_reseat_it): If the current buffer is
12617 not associated with a window, ignore the automatic composition.
12618 (find_automatic_composition): Likewise.
12619
12620 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12623 (Fgpm_mouse_stop): Use it.
12624 * termhooks.h (close_gpm): Declare.
12625 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12626 connection if Gpm_GetEvent fails.
12627
12628 * window.c (set_window_buffer): Always preserve current-buffer.
12629
12630 2008-09-12 Glenn Morris <rgm@gnu.org>
12631
12632 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12633
12634 2008-09-11 Glenn Morris <rgm@gnu.org>
12635
12636 * charset.c (charset-map-path): Doc fix.
12637
12638 2008-09-10 Kenichi Handa <handa@m17n.org>
12639
12640 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12641
12642 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12643 compose a grapheme cluster with the preceding base glyph.
12644
12645 * composite.c (composition_compute_stop_pos): Fix previous change.
12646 Reset cmp_it->id to -1 at first.
12647
12648 2008-09-10 Glenn Morris <rgm@gnu.org>
12649
12650 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12651
12652 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * keyboard.c (read_key_sequence): Reapply translation maps when
12655 switching keyboards.
12656
12657 2008-09-09 Kenichi Handa <handa@m17n.org>
12658
12659 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12660 characters.
12661
12662 * composite.c (FORWARD_CHAR): Fix calculation
12663 of (POSITION).pos_byte.
12664 (composition_compute_stop_pos): Limit the search of composition to
12665 at most 500 characters ahead. If we reach the limit or find a
12666 newline, set cmp_it->ch to -2 and return 0.
12667 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12668
12669 2008-09-08 Kenichi Handa <handa@m17n.org>
12670
12671 * indent.c (Fvertical_motion): Be sure to set
12672 it_overshoot_expected if it.cmp_it.id is non-negative.
12673
12674 2008-09-07 Andreas Schwab <schwab@suse.de>
12675
12676 * callproc.c (Fcall_process): Don't hold references to string data
12677 across garbage collection. Move initialisation of new_argv down
12678 to avoid compiler bug.
12679
12680 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12681
12682 * process.c (Fsystem_process_attributes): Doc fix.
12683
12684 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12685
12686 * callproc.c (Fcall_process): Canonicalize current directory name.
12687
12688 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12689 iterator advances to the next line if the current line ends in a
12690 continued tab.
12691
12692 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12693
12694 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12695 member to point to cmp_from.
12696
12697 * xdisp.c: Doc fix for references to gidx data member.
12698
12699 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12702
12703 2008-09-07 Kenichi Handa <handa@m17n.org>
12704
12705 * composite.c (FORWARD_CHAR): Check STOP after
12706 incrementing (POSITION).pos.
12707
12708 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12709
12710 * process.c (Fsystem_process_attributes): Doc fix.
12711
12712 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * keyboard.c (Ftop_level): Doc fix.
12715
12716 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12717
12718 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12719 minibuffer, don't let lower part of menu invade the echo area.
12720
12721 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12722 "char *q" to access menu text and advance through it. Revert the
12723 change that displayed ">" instead of ASCII character 0x10.
12724
12725 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12726
12727 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12728 toggle boxes and radio buttons on MS-DOS as well.
12729
12730 2008-09-05 Kenichi Handa <handa@m17n.org>
12731
12732 * composite.c (autocmp_chars): Check lookback count.
12733 (composition_compute_stop_pos): Set cmp_it->lookback.
12734 (composition_reseat_it): Check lookback count.
12735 (struct position_record): New struct.
12736 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12737 (find_automatic_composition): New function.
12738 (composition_adjust_point): Use find_automatic_composition.
12739
12740 * dispextern.h (struct composition_it): New member lookback.
12741
12742 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12743
12744 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12745 if moving by a single line.
12746
12747 2008-09-02 Andreas Schwab <schwab@suse.de>
12748
12749 * xterm.c (x_delete_display): Fix merge error.
12750
12751 * fileio.c (Fexpand_file_name): Remove unused variables.
12752
12753 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12754
12755 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12756 storage on all platforms, not just on DOS_NT.
12757
12758 2008-09-02 Jason Rumney <jasonr@gnu.org>
12759
12760 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12761 Ensure mouse is not grabbed after menu is finished.
12762
12763 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12764
12765 * xfaces.c (Finternal_set_alternative_font_family_alist)
12766 (Finternal_set_alternative_font_registry_alist): Properly copy
12767 entire alist structure.
12768
12769 2008-09-01 Kenichi Handa <handa@m17n.org>
12770
12771 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12772 representative chars of the script is a vector.
12773 (ftfont_list): Handle the case where the representative chars of
12774 the script is a vector.
12775
12776 * character.c (syms_of_character): Docstring of
12777 script-representative-chars fixed.
12778
12779 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12780
12781 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12782 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12783 the menu. Allocate larger buffer for `text', to account for
12784 possible ^C characters.
12785
12786 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12787
12788 * xdisp.c (prepare_menu_bars): Don't call
12789 Vwindow_size_change_functions with arg Qt.
12790
12791 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * font.h (font_range):
12794 * fileio.c (report_file_error):
12795 * composite.c (composition_update_it): Yet another int/Lisp_Object
12796 mixup (YAILOM).
12797
12798 2008-08-30 Glenn Morris <rgm@gnu.org>
12799
12800 * data.c (Fmake_variable_frame_local): Doc fix.
12801
12802 * frame.c (Fmodify_frame_parameters): Doc fix.
12803
12804 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12805
12806 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12807 needed by GetTokenInformation.
12808 (w32_system_process_attributes): Check return values of all system
12809 APIs.
12810
12811 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12812 only when the state changes.
12813 (IT_update_begin, IT_update_end): Add termscript trace.
12814
12815 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12816 clipboard is unavailable. Set dst to NULL if it doesn't point to
12817 malloc'ed data.
12818 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12819 passing random values to xfree.
12820
12821 * dispnew.c (init_display): Set `tty's association in frame's
12822 parameters alist to the name of the terminal device, if that is known.
12823
12824 2008-08-29 Jason Rumney <jasonr@gnu.org>
12825
12826 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12827
12828 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12829
12830 * composite.c (fill_gstring_body): Avoid compiler warnings.
12831
12832 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12833 LGLYPH_SET_CODE to avoid compiler warnings.
12834
12835 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12836
12837 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12838
12839 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12840 LGLYPH_SET_CODE.
12841
12842 2008-08-29 Kenichi Handa <handa@m17n.org>
12843
12844 * fileio.c (report_file_error): Don't downcase the first character
12845 of errstring if it is still unibyte.
12846
12847 2008-08-29 Kenichi Handa <handa@m17n.org>
12848
12849 These changes are to re-implement the automatic composition so
12850 that it doesn't use text properties.
12851
12852 * Makefile.in (ftfont.o): Depend on composite.h.
12853 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12854
12855 * character.h (Vunicode_category_table): Extern it.
12856
12857 * character.c (Vunicode_category_table): New variable.
12858 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12859
12860 * chartab.c (optimize_sub_char_table): Perform more greedy
12861 optimization.
12862
12863 * composite.h (enum composition_method):
12864 Delete COMPOSITION_WITH_GLYPH_STRING.
12865 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12866 (Vcomposition_function_table): Extern it.
12867 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12868 (composition_gstring_put_cache, composition_gstring_from_id)
12869 (composition_gstring_p, composition_gstring_width)
12870 (composition_compute_stop_pos, composition_reseat_it)
12871 (composition_update_it, composition_adjust_point): Extern them.
12872 (Fcomposition_get_gstring): EXFUN it.
12873
12874 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12875 (Vcomposition_function_table)
12876 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12877 (gstring_hash_table, gstring_work, gstring_work_headers):
12878 New variables.
12879 (gstring_lookup_cache, composition_gstring_put_cache)
12880 (composition_gstring_from_id, composition_gstring_p)
12881 (composition_gstring_width, fill_gstring_header)
12882 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12883 (composition_reseat_it, composition_update_it)
12884 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12885 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12886 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12887 Defsubr composition_get_gstring.
12888
12889 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12890 cmp_id.
12891 (struct glyph_string): Delete the member gidx. New members
12892 cmp_id, cmp_from, and cmp_to.
12893 (enum it_method): Delete GET_FROM_COMPOSITION.
12894 (struct composition_it): New struct.
12895 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12896 Delete c, len, cmp_id, cmp_len in u.comp.
12897
12898 * font.h (enum lgstring_indices): Delete it.
12899 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12900 (enum lglyph_indices): Likewise.
12901 (font_range): Adjust extern.
12902 (font_fill_lglyph_metrics): Extern it.
12903
12904 * font.c (QCf): New variable.
12905 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12906 (font_prepare_composition): Delete this function.
12907 (font_range): Type and arguments changed.
12908 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12909 (font_fill_lglyph_metrics): New function.
12910 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12911 (syms_of_font): DEFSYM QCf. Delete defsubr for
12912 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12913 Defsubr Sfont_shape_gstring.
12914
12915 * fontset.h (font_for_char): Extern it.
12916
12917 * fontset.c (font_for_char): New function.
12918
12919 * ftfont.c: Include composite.h.
12920 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12921 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12922
12923 * indent.c: Include composite.h and dispextern.h.
12924 (check_composition): Delete this function.
12925 (scan_for_column): Handle composition by
12926 composition_compute_stop_pos, composition_reseat_it, and
12927 composition_update_it.
12928 (compute_motion): Likewise.
12929 (Fvertical_motion): Fix checking of composition.
12930
12931 * keyboard.c (adjust_point_for_property): Check composition by
12932 composition_adjust_point.
12933
12934 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12935 struct glyph_string.
12936
12937 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12938 (append_composite_glyph): Adjust for the change of struct it and
12939 struct glyph.
12940 (produce_composite_glyph): Likewise.
12941
12942 * w32term.c (x_draw_composite_glyph_string_foreground):
12943 Adjust for the change of struct glyph_string.
12944 (x_draw_glyph_string): Likewise.
12945
12946 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12947 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12948
12949 * xdisp.c: Include font.h.
12950 (it_props): Delete the entry for Qauto_composed.
12951 (init_iterator): Initialize it->cmp_it.id to -1.
12952 (compute_stop_pos): Call composition_compute_stop_pos.
12953 (face_before_or_after_it_pos): Adjust for the change of struct it.
12954 (handle_auto_composed_prop): Delete it.
12955 (handle_composition_prop): Handle only static composition.
12956 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12957 from xassert. Initialize it->cmp_it.stop_pos.
12958 (push_it): Adjust for the change of struct it.
12959 (pop_it): Likewise.
12960 (get_next_element): Delete next_element_from_composition.
12961 (CHAR_COMPOSED_P): New macro.
12962 (get_next_display_element): For automatic composition, get a face
12963 from the font in the glyph-string.
12964 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12965 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12966 (next_element_from_string): Check if the character at the current
12967 position is composed by CHAR_COMPOSED_P.
12968 (next_element_from_buffer): Likewise.
12969 (next_element_from_composition): Adjust for the change of struct it.
12970 Update it->cmp_it.
12971 (dump_glyph): Adjust for the change of struct glyph.
12972 (fill_composite_glyph_string): Adjust for the change of struct
12973 it and struct glyph. Don't handle automatic composition here.
12974 (fill_gstring_glyph_string): New function.
12975 (x_get_glyph_overhangs): Handle automatic composition.
12976 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12977 (BUILD_GSTRING_GLYPH_STRING): New macro.
12978 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12979 automatic composition.
12980 (append_composite_glyph): Adjust for the change of struct it and
12981 struct glyph.
12982 (x_produce_glyphs): Adjust for the change of struct it.
12983
12984 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12985 the change of struct glyph_string.
12986 (x_draw_glyph_string): Likewise.
12987
12988 2008-08-29 Glenn Morris <rgm@gnu.org>
12989
12990 * buffer.c (word-wrap): Doc fix.
12991 * xdisp.c (truncate-partial-width-windows): Doc fix.
12992 Increase default to 50.
12993
12994 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * xdisp.c (update_tool_bar_unwind): New function.
12997 (update_tool_bar): Temporarily set selected frame before building
12998 tool-bar items.
12999
13000 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
13001
13002 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
13003 snprintf, respectively.
13004 (xd_append_arg): Convert strings with Fstring_make_unibyte.
13005
13006 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
13007
13008 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
13009 LDFLAGS to GNUstep CC invocation.
13010
13011 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * indent.c (Fvertical_motion): Revert last change. Handle the
13014 general case where we are moving forward, and PT spans multiple
13015 screen lines.
13016
13017 * eval.c (find_handler_clause): Temporarily increase
13018 max-lisp-eval-depth while printing the backtrace buffer, to
13019 guarantee that help-mode code can run.
13020
13021 2008-08-27 Eli Zaretskii <eliz@gnu.org>
13022
13023 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
13024 colors under -rv.
13025 (IT_set_frame_parameters): Don't swap foreground and background
13026 colors if `(reverse . t)' is present in the frame properties.
13027 (internal_terminal_init): Call init_frame_faces only for the
13028 initial frame.
13029
13030 2008-08-27 Andreas Schwab <schwab@suse.de>
13031
13032 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
13033
13034 2008-08-27 Andreas Schwab <schwab@suse.de>
13035
13036 * search.c (search_buffer): Set char_base to zero only at the end.
13037
13038 2008-08-27 Kenichi Handa <handa@m17n.org>
13039
13040 * fileio.c (report_file_error): Fix handling of multibyte error string.
13041
13042 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
13043
13044 * xterm.c (x_term_init): Temporarily hide the partially
13045 initialized terminal while calling vendor-specific-keysyms.
13046
13047 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13048
13049 * msdos.c (internal_terminal_init): Most initializations done only
13050 once, especially initial_screen_colors[] and termscript open.
13051
13052 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13053
13054 * eval.c (Fcondition_case): Doc fix.
13055
13056 * widgetprv.h (EmacsFramePart): Change font member to the new font
13057 struct.
13058
13059 * widget.c: Include character.h and font.h for XSETFONT.
13060 (setup_frame_gcs): Compute X font id from font struct, just once.
13061
13062 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13063
13064 * term.c (get_named_tty): Fix last change.
13065
13066 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * indent.c (Fvertical_motion): If moving forward starting from a
13069 multi-line string, move the iterator to the last line of that string.
13070
13071 2008-08-25 Eli Zaretskii <eliz@gnu.org>
13072
13073 * frame.c (do_switch_frame): Mark previously displayed frame as
13074 obscured for FRAME_MSDOS_P frames as well.
13075
13076 2008-08-24 Eli Zaretskii <eliz@gnu.org>
13077
13078 * frame.c (make_terminal_frame): Initialize f->terminal,
13079 f->terminal->reference_count, and scroll bars on MS-DOS as well.
13080 Set the top frame to newly created frame.
13081 (Fmake_terminal_frame): Reuse the_only_display_info.
13082
13083 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
13084 estimating available memory.
13085
13086 2008-08-23 David Reitter <david.reitter@gmail.com>
13087
13088 * nsterm.m (ns_draw_window_cursor): Don't call
13089 NSDisableScreenUpdates and NSEnableScreenUpdates on
13090 non-NS_IMPL_COCOA systems.
13091
13092 2008-08-23 Andreas Schwab <schwab@suse.de>
13093
13094 * process.c (procfs_system_process_attributes): Fix use of
13095 uninitialized variables.
13096
13097 2008-08-23 Eli Zaretskii <eliz@gnu.org>
13098
13099 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
13100
13101 * dispnew.c (init_display): Remove MS-DOS specific conditions for
13102 calling tty-set-up-initial-frame-faces.
13103
13104 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
13105 Allow MSDOS frames along with X frames.
13106
13107 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13108 addition to output_termcap.
13109
13110 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13111
13112 * termchar.h (FRAME_TTY): Support output_msdos_raw.
13113 (struct tty_display_info) [MSDOS]: Add fields related to mouse
13114 highlight.
13115
13116 * process.c [!subprocesses]: Define QCname.
13117 (syms_of_process): Intern and staticpro it.
13118
13119 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
13120 Adjust for changes in encoding/decoding routines.
13121 Use encode_coding_object and decode_coding_object instead of
13122 encode_coding and decode_coding.
13123
13124 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
13125
13126 * dosfns.c: Include frame.h before termhooks.h.
13127 (dos_cleanup): Use CURTTY ()->termscript instead of a global
13128 variable termscript.
13129
13130 * s/msdos.h (USER_FULL_NAME): Define.
13131 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13132
13133 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13134 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13135 pw->pw_gecos.
13136
13137 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13138 SELECTED_FRAME as additional (1st) argument.
13139 (tty_read_avail_input): Handle output_msdos_raw in
13140 addition to output_termcap.
13141
13142 * msdos.c: Include frame.h before termhooks.h.
13143 (mouse_on, mouse_off, mouse_moveto, mouse_init)
13144 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13145 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13146 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13147 (IT_set_terminal_modes, IT_reset_terminal_modes)
13148 (IT_set_frame_parameters): Use tty->termscript instead of a global
13149 variable termscript.
13150 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13151 global variable terminal_coding. Don't refer to
13152 Vnonascii_translation_table.
13153 (internal_terminal_init): Set Vwindow_system in current_kboard.
13154 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
13155 Announce date and time of session start, if termscript is open.
13156 Don't zero out the_only_display_info (it is done in
13157 term.c:init_tty). Open termscript only of not already open.
13158 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
13159 here instead of dos_ttraw. Don't initialize display if this is an
13160 initial tty. Don't set FRAME_FONT.
13161 (Vwindow_system_version): Bump to 23.
13162 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
13163 is available, set up mouse_position_hook.
13164 (dos_ttraw, IT_set_terminal_modes): If called with initial
13165 terminal, do nothing.
13166 (IT_set_frame_parameters): Handle the Qtty_type frame
13167 parameter by calling internal_terminal_init.
13168 (dos_set_window_size, show_mouse_face)
13169 (clear_mouse_face, IT_note_mode_line_highlight)
13170 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13171 (dos_rawgetc): Use tty_display_info instead of x_display_info.
13172 (initialize_msdos_display): New function.
13173 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13174 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13175 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13176 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13177 Accept additional argument: a pointer to a frame. Update all callers.
13178 (request_sigio, unrequest_sigio): Don't define, now defined on
13179 sysdep.c.
13180 (IT_write_glyphs): Rewrite to use encode_terminal_code.
13181
13182 * term.c [MSDOS]: Include msdos.h.
13183 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
13184 conditional to DOS_NT. Allow only one call to this function in a
13185 session. Don't allocate a new struct tty_display_info; instead,
13186 reuse the_only_display_info. Call get_tty_size to get screen
13187 dimensions. Call init_baud_rate to set bad_rate.
13188 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13189 (Fsuspend_tty) [MSDOS]: Don't close input and output.
13190 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13191 (get_tty_terminal, get_named_tty, Ftty_type)
13192 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13193 output_termcap.
13194 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13195 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13196 only when subprocesses are supported.
13197
13198 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13199 f->output_data.x.
13200 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13201 terminal devices.
13202
13203 * msdos.h: Remove definition of struct x_display_info and struct
13204 x_output.
13205 (FRAME_FONT): Use output_data.tty.
13206 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13207 (struct x_display_info): Rename from display_info. Update all users in
13208 msdos.c.
13209 (struct x_output): Remove background_pixel and foreground_pixel.
13210 (the_only_display_info): Rename from the_only_x_display.
13211 (dos_ttraw): Update prototype.
13212
13213 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13214 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13215
13216 2008-08-23 Jason Rumney <jasonr@gnu.org>
13217
13218 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13219 (fn_TIFFSetDirectory): New library function used.
13220 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13221 (tiff_load): Use :index to select among multiple images. Set count
13222 property when multiple images exist.
13223 (gif_format): Use :index, not :image.
13224
13225 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
13226
13227 * xdisp.c (try_scrolling): Check INT_MAX instead of
13228 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13229 to obtain INT_MAX.
13230
13231 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13232
13233 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13234
13235 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13236
13237 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13238 GNUstep library location.
13239
13240 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
13241
13242 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13243 before using it.
13244
13245 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13246
13247 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13248
13249 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13250 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13251 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13252 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13253 (EmacsApp-cursor_blink_handler): Remove declaration.
13254 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13255 match 01 Feb 2008 changes in xterm.c.
13256 (ns_read_socket): Add cast to avoid warning.
13257 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13258 GNUstep.
13259
13260 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * xselect.c (x_get_foreign_selection): Return nil if desired
13263 selection could not be obtained, instead of signalling an error.
13264
13265 2008-08-20 David Reitter <david.reitter@gmail.com>
13266
13267 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13268 * nsterm.m: Remove ns-specific code for cursor blinking.
13269 (ns_draw_window_cursor): Clear cursor properly rather than
13270 redrawing the area. Respect width of bar cursors.
13271 These changes enable the use of generic blink-cursor-mode and
13272 generic cursor types in NS and support smooth cursor movements (do
13273 not blink off after command).
13274 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13275 Nextstep, too.
13276
13277 2008-08-19 Kenichi Handa <handa@m17n.org>
13278
13279 * font.c (Vfont_log_deferred): New variable.
13280 (font_add_log): Check Vfont_log_deferred.
13281 (font_deferred_log): New function.
13282
13283 * font.h (font_deferred_log): Extern it.
13284
13285 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13286 for sorting.
13287 (face_for_char): Use deferred log.
13288
13289 2008-08-18 Kenichi Handa <handa@m17n.org>
13290
13291 * fontset.c (face_for_char): Add font log.
13292
13293 * font.c (font_add_log): Add the font properties :script, :lang,
13294 and :otf in the log.
13295
13296 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
13297
13298 * xdisp.c: Remove dead code.
13299 (handle_invisible_prop, next_overlay_string): Defer call to
13300 setup_for_ellipsis.
13301 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13302
13303 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * xfaces.c (lookup_derived_face): Properly handle possible zero
13306 return value of get_lface_attributes.
13307 (merge_faces): Don't tell lookup_derived_face to signal an error
13308 if face is not found.
13309
13310 * dired.c (Fdirectory_files): Doc fix.
13311
13312 * process.c (make_process): Initialize kill_without_query struct
13313 member.
13314
13315 2008-08-15 Eli Zaretskii <eliz@gnu.org>
13316
13317 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13318 Alternative calculation of totphys for Visual Studio 6.
13319
13320 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13321
13322 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13323 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13324 All users changed.
13325 (stat): Only root directory passed to GetDriveType. Allow RAM
13326 disk as well as local fixed disk when w32-get-true-file-attributes
13327 is set to `local'.
13328 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13329 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13330 (w32_cached_id, w32_add_to_cache): New functions.
13331 (get_name_and_id): Look account names in the cache before calling
13332 lookup_account_sid.
13333 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13334 New initialization flags.
13335 (globals_of_w32): Initialize them to zero.
13336 (w32_system_process_attributes): Use w32_cached_id and
13337 w32_add_to_cache.
13338
13339 2008-08-14 Lawrence Mitchell <wence@gmx.li>
13340
13341 * lread.c (Fread_char, Fread_char_exclusive): If no character
13342 event is read before timeout is reached, return nil, rather than
13343 converting to a number.
13344
13345 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * fns.c (use_dialog_box): Doc fix.
13348
13349 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13350 on OS X.
13351
13352 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
13353
13354 * frame.c (Qns_parse_geometry): New var.
13355 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13356
13357 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13360 space character in calculating tabs.
13361
13362 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13363
13364 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13365
13366 2008-08-10 Glenn Morris <rgm@gnu.org>
13367
13368 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13369 silence gcc "limited range of data type" warnings in some
13370 make_fixnum_or_float calls.
13371
13372 2008-08-09 Eli Zaretskii <eliz@gnu.org>
13373
13374 * w32.c (w32_system_process_attributes): If the process does not
13375 exist, return nil.
13376
13377 * w32.c: Include thelp32.h, psapi.h and coding.h.
13378 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13379 declarations.
13380 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13381 (Process32Next_Proc): New typedefs.
13382 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13383 (g_b_init_process32_next, g_b_init_open_thread_token)
13384 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13385 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13386 (g_b_init_get_process_working_set_size)
13387 (g_b_init_global_memory_status_ex): New static variables.
13388 (globals_of_w32): Initialize them.
13389 (create_toolhelp32_snapshot, process32_first, process32_next)
13390 (open_thread_token, impersonate_self, revert_to_self)
13391 (get_process_memory_info, get_process_working_set_size)
13392 (global_memory_status, global_memory_status_ex): New wrapper
13393 functions.
13394 (w32_list_system_processes, w32_system_process_attributes)
13395 (enable_privilege, restore_privilege, ltime, process_times):
13396 New functions.
13397 (convert_time_raw): New function.
13398 (convert_time): Remove conversion of FILETIME into time in 100
13399 nsec units, call convert_time_raw instead.
13400
13401 * process.h (w32_list_system_processes, w32_system_process_attributes):
13402 Add prototypes.
13403 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13404 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13405 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13406 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13407
13408 * process.c (Fsystem_process_attributes): Doc fix.
13409
13410 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
13411
13412 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13413 a continued multi-char glyph; if so, advance to the actual glyph.
13414
13415 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13416
13417 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13418
13419 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13420 (.m.o): Use it.
13421 * config.in: Regenerate.
13422
13423 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13424
13425 * xdisp.c (redisplay_window): Revert last change.
13426 (try_window): Check bottom scroll margin too.
13427
13428 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13429
13430 * config.in: Regenerate.
13431
13432 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13433 -list-load-path-shadows'.
13434 (nsgui.h): Reduce number of things depending on it.
13435
13436 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13437
13438 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13439 instead of window-end which does the wrong thing at eob.
13440 (try_cursor_movement): Minor optimization.
13441 (redisplay_window): If scroll margin is defined, don't assume
13442 window doesn't need scrolling.
13443
13444 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13445
13446 * config.in: Regenerate.
13447
13448 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13449 (mostlyclean): Don't delete *.d under NS.
13450
13451 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13452
13453 2008-08-06 Kenichi Handa <handa@m17n.org>
13454
13455 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13456
13457 2008-08-06 Andreas Schwab <schwab@suse.de>
13458
13459 * config.in: Regenerate.
13460
13461 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13464 forcing a window start.
13465
13466 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13467 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13468
13469 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13470
13471 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13472 argument.
13473
13474 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13475
13476 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13477 <scroll-down-aggressively, before-change-functions>:
13478 <after-change-functions>: Reflow docstrings.
13479
13480 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13481 Ken Raeburn <raeburn@gnu.org>
13482
13483 Dock menu customization, based on a patch by Ken Raeburn, plus some
13484 other fixes.
13485 * nsmenu.m (dockMenu): New variable.
13486 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13487
13488 * nsterm.h (dockMenu): Declare.
13489
13490 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13491 (ns_term_init): Initialize dockMenu.
13492 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13493 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13494 left.
13495
13496 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13497
13498 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13499
13500 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13501
13502 * config.in: Regenerate.
13503
13504 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13505
13506 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13507
13508 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13509
13510 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13511
13512 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13513
13514 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13515
13516 * keyboard.h: Comment an #endif.
13517
13518 * lisp.h (have_menus_p): Adjust comment.
13519
13520 * menu.c (find_and_return_menu_selection): Fix comparison with
13521 client_data.
13522
13523 * nsmenu.m (popup_activated_flag): New variable.
13524 (popup_activated): New function.
13525 (menu-or-popup-active-p): New exported lisp definition.
13526 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13527 when popup done.
13528 (ns_popup_dialog): Set popup_activated_flag.
13529
13530 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13531 version for GNUstep (handled by conditional typedef in nsterm.m).
13532 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13533 in rgb.txt).
13534
13535 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13536
13537 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13538
13539 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13540
13541 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13542 shortcircuit if popup_activated like GTK and X toolkit.
13543
13544 * m/inter386.h: Change DARWIN to DARWIN_OS.
13545
13546 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13547 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13548 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13549 comment on NO_SOCK_SIGIO.
13550
13551 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13552
13553 * nsterm.m (windowDidResize): Remove stopModal call.
13554
13555 2008-08-03 Andreas Schwab <schwab@suse.de>
13556
13557 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13558 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13559
13560 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13563 Don't use uninitialized pointer variable when using getrlimit.
13564
13565 2008-08-02 Jason Rumney <jasonr@gnu.org>
13566
13567 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13568
13569 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13570
13571 * alloc.c (NSTATICS): Bump to 0x640.
13572
13573 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13574
13575 * lisp.h: Add prototype for directory_files_internal.
13576
13577 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13578 New functions.
13579 (syms_of_process): Defsubr them. Add initializations for various
13580 Q* symbols used in procfs_system_process_attributes.
13581 (procfs_list_system_processes, procfs_system_process_attributes)
13582 [HAVE_PROCFS]: New functions.
13583 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13584 (procfs_get_total_memory): New functions.
13585
13586 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13587
13588 * xfaces.c (Fx_load_color_file): Fix previous change;
13589 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13590
13591 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13592
13593 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13594
13595 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13596
13597 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13598
13599 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13602
13603 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13604 define NSApplicationDelegateReplySuccess.
13605 (EmacsView -converstationIdentifier): Use long instead of
13606 NSInteger for GNUstep, since it doesn't have NSInteger.
13607
13608 * xmenu.c: Revert last change.
13609
13610 * keyboard.h: Fix last change.
13611
13612 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13615 on Windows.
13616
13617 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13618
13619 Warning clearing and clean-up in NS port.
13620 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13621 Add prototypes.
13622 * nsgui.h (FACE_DEFAULT): Remove, unused.
13623 (XGCValues): Change colors to unsigned long.
13624 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13625 nsterm.m.
13626 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13627 (ns_list_fonts): Remove, unused.
13628 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13629 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13630 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13631 (nsfont_draw): Compare face colors to 0, not nil.
13632 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13633 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13634 (-addSubmenuWithTitle:): Use NSMenuItem class.
13635 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13636 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13637 (ns_clip_to_row): Make gc arg a BOOL.
13638 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13639 ns_clip_to_row() call.
13640 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13641 used). Cast FRAME_FONT assignments.
13642 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13643 (ns_string_to_lispmod): Change arg to const char.
13644 (ns_term_init): Use NSMenuItem class.
13645 (EmacsApp -openFile:): Move to different section of file.
13646 (EmacsApp -application:openFiles:): Don't return a value, call
13647 -replyToOpenOrPrint:.
13648 (EmacsView -keyDown:): Fix up cast.
13649 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13650 (EmacsView -menuDown:): Cast tag in call to
13651 find_and_call_menu_selection().
13652 (ns_list_fonts): Remove, unused.
13653 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13654 (ns_fontname_to_xlfd): Make static.
13655 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13656 Remove prototypes (now in keyboard.h).
13657 (next_menubar_widget_id): Remove, unused.
13658 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13659 Remove prototypes (now in keyboard.h).
13660 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13661
13662 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13663
13664 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13665 (floatfns.o): Depend on syssignal.h.
13666 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13667
13668 * systty.h: Fix previous change that removed BSD_TERMIOS.
13669 Add comments to #ifdefs.
13670
13671 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13672
13673 * w32fns.c (w32-load-color-file): Remove.
13674 (x-open-connection): Use renamed Fx_load_color_file.
13675 * xfaces.c (x-load-color-file): Add.
13676 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13677 Emacs.clr.
13678 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13679
13680 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13681
13682 * dbusbind.c (Fdbus_call_method_asynchronously)
13683 (Fdbus_method_error_internal): New defuns.
13684 (xd_read_message): Handle also reply messages.
13685 (Vdbus_registered_functions_table): Extend docstring.
13686
13687 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13688
13689 * keyboard.c (gobble_input): Fix previous change.
13690
13691 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * bitmaps/README:
13694 * xfns.c:
13695 * termcap.c:
13696 * term.c:
13697 * syswait.h:
13698 * systty.h:
13699 * systime.h:
13700 * syssignal.h:
13701 * sysdep.c:
13702 * process.h:
13703 * process.c:
13704 * print.c:
13705 * ndir.h:
13706 * lread.c:
13707 * keyboard.c:
13708 * getpagesize.h:
13709 * floatfns.c:
13710 * fileio.c:
13711 * emacs.c:
13712 * doc.c:
13713 * dispnew.c:
13714 * dired.c:
13715 * data.c:
13716 * callproc.c:
13717 * buffer.c:
13718 * README:
13719 * Makefile.in:
13720 * s/template.h:
13721 * s/msdos.h:
13722 * m/vax.h: Remove VMS support.
13723 * s/vms.h:
13724 * vlimit.h:
13725 * uaf.h:
13726 * temacs.opt:
13727 * param.h:
13728 * ioctl.h: Remove file.
13729
13730 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13731
13732 * s/ms-w32.h (MULTI_KBOARD): Remove.
13733 * xterm.c:
13734 * xselect.c:
13735 * xfns.c:
13736 * window.c:
13737 * w32term.c:
13738 * w32fns.c:
13739 * terminal.c:
13740 * termhooks.h:
13741 * term.c:
13742 * sysdep.c:
13743 * keyboard.h:
13744 * keyboard.c:
13745 * frame.h:
13746 * frame.c:
13747 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13748 * config.in: Regenerate.
13749
13750 2008-07-30 Jason Rumney <jasonr@gnu.org>
13751
13752 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13753
13754 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13755 (w32font_open_internal): Get unicode version of textmetrics.
13756 Don't enable or disable glyph indices here.
13757 (w32font_open): Disable use of glyph indices.
13758
13759 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13760
13761 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * minibuf.c (Vread_buffer_function): Doc fix.
13764
13765 2008-07-30 John Paul Wallington <jpw@pobox.com>
13766
13767 * minibuf.c (read_buffer_completion_ignore_case): New var.
13768 (Fread_buffer): Use it.
13769
13770 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * systty.h (sensemode): Remove empty #if. Remove reference to
13773 BSD_TERMIOS, unused.
13774
13775 * sysdep.c: Remove reference to DGUX.
13776 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13777
13778 * config.in: Regenerate.
13779
13780 2008-07-30 Jason Rumney <jasonr@gnu.org>
13781
13782 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13783
13784 2008-07-29 Jason Rumney <jasonr@gnu.org>
13785
13786 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13787 is populated.
13788 (uniscribe_encode_char): Always use uniscribe.
13789 Avoid using context if cache is populated.
13790
13791 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13792
13793 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13794 open menu.
13795
13796 * gtkutil.c (menu_nav_ended): Remove.
13797 (create_menus): Remove signal connect for menu_nav_ended.
13798
13799 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * xdisp.c (redisplay_window): Check return value of
13802 compute_window_start_on_continuation_line before forcing a window
13803 start.
13804
13805 2008-07-28 Jason Rumney <jasonr@gnu.org>
13806
13807 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13808
13809 * w32term.c (w32_enable_unicode_output, cleartype_active):
13810 Remove obsolete display options.
13811 (x_draw_glyph_string_background): Don't use old cleartype_active
13812 workaround.
13813 (w32_initialize): Remove cleartype_active initialization.
13814 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13815
13816 2008-07-28 Andreas Schwab <schwab@suse.de>
13817
13818 * lisp.h (init_weak_hash_tables, syms_of_font)
13819 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13820 (remove_hash_entry): Don't declare.
13821 * eval.c (maybe_call_debugger): Make static and move before use.
13822 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13823 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13824 * xterm.h (x_set_frame_alpha): Declare.
13825
13826 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13827
13828 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13829 (create_menus): Connect selection-done to menu_nav_ended.
13830
13831 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13832
13833 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13834 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13835 parameter with read of 'alpha' one.
13836 (Qns_frame_parameter): Remove.
13837 * nsselect.m (selection-coding-system)
13838 (next-selection-coding-system, Vselection_coding_system)
13839 (Vnext_selection_coding_system): Drop.
13840
13841 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13842
13843 * nsfns.m (do-applescript, do_applescript): Rename to
13844 ns-do-applescript, ns_do_applescript, and move within file.
13845
13846 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13847
13848 Remove support for Mac Carbon.
13849 * mactoolbox.c:
13850 * macterm.h:
13851 * macterm.c:
13852 * macselect.c:
13853 * macmenu.c:
13854 * macgui.h:
13855 * macfns.c:
13856 * mac.c: Remove file.
13857 * s/darwin.h:
13858 * m/intel386.h:
13859 * xfaces.c:
13860 * xdisp.c:
13861 * window.c:
13862 * tparam.c:
13863 * termhooks.h:
13864 * termcap.c:
13865 * term.c:
13866 * syssignal.h:
13867 * sysselect.h:
13868 * sysdep.c:
13869 * process.c:
13870 * lread.c:
13871 * lisp.h:
13872 * keyboard.c:
13873 * image.c:
13874 * fringe.c:
13875 * frame.h:
13876 * frame.c:
13877 * fontset.c:
13878 * font.h:
13879 * font.c:
13880 * fns.c:
13881 * fileio.c:
13882 * emacs.c:
13883 * dispnew.c:
13884 * dispextern.h:
13885 * config.in:
13886 * atimer.c:
13887 * Makefile.in: Remove code for Carbon.
13888
13889 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13890
13891 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13892
13893 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13894
13895 * macterm.h (kCGBitmapByteOrder32Host): New define for
13896 non-universal SDKs.
13897
13898 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13899 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13900
13901 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13902 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13903
13904 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13905
13906 * w32inevt.c: Include dispextern.h.
13907
13908 2008-07-26 Andreas Schwab <schwab@suse.de>
13909
13910 * print.c (print_object): Fix off-by-one in last change.
13911
13912 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13913
13914 * term.c (syms_of_term): Don't initialize default_orig_pair,
13915 default_set_foreground and default_set_background on Windows.
13916
13917 2008-07-25 Jason Rumney <jasonr@gnu.org>
13918
13919 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13920 ScriptItemize. Clean up return value checking. Remove unused
13921 variables.
13922 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13923 shaping engine.
13924
13925 * w32font.c (w32font_has_char): Handle the case where we can't
13926 determine the script for a character.
13927
13928 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13929
13930 * term.c (syms_of_term): Initialize default_orig_pair,
13931 default_set_foreground, and default_set_background.
13932
13933 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13934 clash (bug#86).
13935 (getloadavg): Callers changed.
13936
13937 * image.c (svg_load_image): Fix last change.
13938 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13939 image size is valid. Use g_object_unref instead of deprecated
13940 rsvg_handle_free to free rsvg handle.
13941 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13942
13943 2008-07-25 Jason Rumney <jasonr@gnu.org>
13944
13945 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13946 surrogates before looking up glyph index.
13947 (w32font_text_extents): Encode as surrogates if falling back to
13948 functions that need UTF-16 wide chars.
13949
13950 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13951 BMP as surrogates before looking up glyph index.
13952
13953 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * image.c (svg_load_image): Check for failure in return value of
13956 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13957
13958 2008-07-25 Jason Rumney <jasonr@gnu.org>
13959
13960 * w32font.c (Fx_select_font): Reverse sense of second arg.
13961
13962 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13965 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13966
13967 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13968 (PURESIZE): Use it.
13969
13970 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13973 * m/alpha.h (TEXT_END):
13974 * m/ibmrs6000.h (TEXT_END):
13975 * m/macppc.h (TEXT_END):
13976 * s/darwin.h (TEXT_END):
13977 * s/msdos.h (TEXT_END): Remove, unused.
13978 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13979 * s/cygwin.h: Remove comment.
13980
13981 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13982 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13983 * m/intel386.h (DOT_GLOBAL_START):
13984 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13985 (USG): Remove, file not used on USG platforms.
13986
13987 * Makefile.in (HAVE_X11): Remove empty #else.
13988
13989 2008-07-24 Andreas Schwab <schwab@suse.de>
13990
13991 * fileio.c (Finsert_file_contents): Properly adjust undo list
13992 after format conversion.
13993
13994 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13995
13996 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13997 (menu_nav_ended): Remove.
13998 (create_menus): Remove signal connect for menu_nav_ended.
13999 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
14000 create_menus.
14001 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
14002
14003 2008-07-23 Jason Rumney <jasonr@gnu.org>
14004
14005 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
14006 with opened font.
14007 (w32font_open): Set font type to gdi.
14008
14009 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
14010
14011 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14012
14013 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
14014 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
14015 defines it.
14016 * unexec.c (ADDR_CORRECT): Define unconditionally.
14017
14018 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
14019
14020 * unexec.c: Remove code depending on !COFF and USG, the file is
14021 not used for such systems.
14022
14023 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
14024 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
14025 (LD_SWITCH_SYSTEM_1): Remove, update users.
14026
14027 * s/darwin.h (DATA_END):
14028 * m/intel386.h (DATA_END):
14029 * m/ibmrs6000.h (DATA_END):
14030 * m/alpha.h (DATA_END): Remove, unused.
14031
14032 * config.in: Regenerate.
14033 * s/ms-w32.h (subprocesses): Define unconditionally.
14034 * s/template.h (subprocesses): Update comment.
14035 * s/vms.h (subprocesses):
14036 * s/usg5-4.h (subprocesses):
14037 * s/hpux10-20.h (subprocesses):
14038 * s/gnu-linux.h (subprocesses):
14039 * s/cygwin.h (subprocesses):
14040 * s/bsd-common.h (subprocesses):
14041 * s/aix4-2.h (subprocesses):
14042 * s/darwin.h (subprocesses): Do not define, defined by default now.
14043
14044 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
14045 Remove all references.
14046 (temacs): Add GNUstep specific ld flags.
14047
14048 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
14049 similarly to what X does.
14050
14051 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14052
14053 * nsfns.m (x-list-fonts): Remove.
14054 (syms_of_nsfns): Drop the x-list-fonts declaration.
14055 * nsterm.m: Get rid of remaining "//" comments.
14056
14057 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
14060
14061 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
14062 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
14063 (Fns_own_selection_internal, Fx_disown_selection_internal)
14064 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
14065
14066 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
14067 ... */' style of docstrings. Doc fixes.
14068
14069 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14070
14071 * terminfo.c (UP, BC, PC): Undo previous change.
14072
14073 * nsfns.m: Rename ns prefixed functions/variables to the
14074 corresponding x versions. Update references.
14075
14076 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
14079
14080 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14081
14082 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
14083 Remove forwarding functions.
14084 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
14085 non-static.
14086 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
14087 non-static.
14088 (ns_frame_parm_handlers): Use the new names.
14089 (syms_of_nsfns): Move to the end of file.
14090
14091 * nsterm.m (syms_of_nsterm): Move to the end of file.
14092
14093 * dispnew.c (init_display): Remove code for X10.
14094
14095 2008-07-22 Jason Rumney <jasonr@gnu.org>
14096
14097 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
14098 bare drive.
14099
14100 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14101
14102 * nsterm.m (syms_of_nsterm): Remove debugging println.
14103
14104 2008-07-22 David Reitter <david.reitter@gmail.com>
14105
14106 * nsfns.m (do_applescript, F_do_applescript): NS version of the
14107 Carbon implementation of the same functionality: execute arbitrary
14108 AppleScript code.
14109
14110 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
14111
14112 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14113 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14114 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14115 (Fx_display_mm_height, Fx_display_mm_width)
14116 (Fx_display_backing_store, Fx_display_visual_class)
14117 (Fx_display_save_under, Fx_open_connection)
14118 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14119 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14120 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14121 (Fx_display_pixel_width, Fx_display_pixel_height)
14122 (Fx_display_usable_bounds, Fx_display_planes)
14123 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14124 ... */' style of docstrings.
14125
14126 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
14127
14128 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14129 on this platform.
14130 (mips):
14131 * m/iris4d.h (mips): Do not define.
14132 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14133
14134 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14135
14136 * image.c:
14137 * nsfns.m:
14138 * nsselect.m:
14139 * nsterm.h:
14140 * nsterm.m: Rename ns prefixed functions/variables to the
14141 corresponding x versions. Update references.
14142
14143 * m/ibms390x.h (NO_REMAP): Do not undefine.
14144
14145 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14146
14147 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14150 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14151 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14152 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14153 (Fns_display_mm_height, Fns_display_mm_width)
14154 (Fns_display_backing_store, Fns_display_visual_class)
14155 (Fns_display_save_under, Fns_open_connection)
14156 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14157 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14158 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14159 (Fns_display_pixel_width, Fns_display_pixel_height)
14160 (Fns_display_usable_bounds, Fx_display_planes)
14161 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14162
14163 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
14164
14165 * print.c (print_object): Check print_depth before searching for
14166 circularities.
14167
14168 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
14169
14170 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14171 only sprintf.
14172
14173 2008-07-21 Kenichi Handa <handa@m17n.org>
14174
14175 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14176
14177 2008-07-20 Andreas Schwab <schwab@suse.de>
14178
14179 * syntax.c (find_start_pos, find_start_value)
14180 (find_start_value_byte, find_start_begv, find_defun_start)
14181 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14182
14183 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14184
14185 * s/sol2-3.h: Insert contents of s/sol2.h.
14186 (LD_SWITCH_SYSTEM): Remove redundant definition.
14187 * s/sol2.h: Remove, unused.
14188
14189 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14190
14191 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14192
14193 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14194
14195 * Makefile.in (ns_appdir): Fix typo in find command.
14196
14197 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14198
14199 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14200
14201 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14202 added not supported anymore.
14203
14204 * s/usg5-4-2.h (LIBS_SYSTEM):
14205 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14206
14207 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14208 * s/lynxos.h (GETPGRP_NO_ARG):
14209 * s/hpux10-20.h (NO_SIOCTL_H):
14210 * s/gnu.h (GETPGRP_NO_ARG):
14211 * s/gnu-linux.h (NO_SIOCTL_H):
14212 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14213 * s/cygwin.h (GETPGRP_NO_ARG):
14214 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14215 (C_DEBUG_SWITCH): Remove duplicate definition.
14216
14217 * m/ibms390.h: Remove boilerplate comments.
14218
14219 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14220
14221 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14222 (wait_reading_process_output): Remove code for SunOS, platform not
14223 supported anymore. Use SOLARIS2 instead of sun.
14224
14225 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14226
14227 * font.c (font_open_by_name): Under NS, default lface height to zero.
14228 (font_open_for_lface): Under NS, set size based on frame fontsize.
14229 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14230 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14231
14232 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14233
14234 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14235 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14236 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14237 YES/NO.
14238 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14239 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14240 * Makefile.in (clean): Clear out build destination dir.
14241
14242 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14243
14244 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14245 xterm, xselect.
14246 * lisp.h: Remove declaration of hash_remove.
14247 * nsgui.h: Remove redefinitions of hash_remove.
14248 * fns.c (hash_remove): Rename to hash_remove_from_table.
14249
14250 2008-07-19 Seiji Zenitani <zenitani@mac.com>
14251
14252 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14253 strdup() the family UTF8String before modifying it.
14254
14255 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14256
14257 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14258 NS_FACE_BACKGROUND with 0 instead of nil.
14259 * nsfont.m (nsfont_draw): Same.
14260
14261 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
14262
14263 * nsfns.m (ns_set_background_color): Fix crash.
14264
14265 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14268
14269 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14270
14271 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14272
14273 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14274
14275 * gtkutil.c: Include <config.h> instead of "config.h".
14276
14277 * lisp.h (Foverlay_buffer): Add EXFUN.
14278
14279 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14280 child process to complete child_setup. Undo 2005-09-21 change.
14281
14282 * s/darwin.h: Mention setsid after vfork.
14283
14284 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14285
14286 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14287 Depend on macgui.h.
14288
14289 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14290 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14291
14292 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14293 and f19.
14294 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14295
14296 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14297 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14298 Remove enumerators.
14299
14300 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14301 Check if FACE_FROM_ID returns NULL.
14302
14303 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14304
14305 * w32inevt.c (change_frame_size): Remove extern declaration.
14306 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14307 change_frame_size.
14308
14309 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14310
14311 * getloadavg.c: Revert last change (2008-07-15).
14312
14313 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14314
14315 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14316 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14317 from configure.
14318
14319 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14320
14321 * s/sol2.h:
14322 * s/sol2-4.h: Reorganize conditionals.
14323
14324 * ecrt0.c: Remove code depending on m68000, not used anymore.
14325
14326 * fns.c (hash_remove): Make static.
14327 * lisp.h (hash_remove): Don't prototype.
14328
14329 * m/ibmrs6000.h:
14330 * m/ibms390x.h:
14331 * m/macppc.h: Remove boilerplate comments.
14332
14333 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14334 Solaris, which does not need them.
14335
14336 * m/vax.h: Remove comments about unsupported systems.
14337
14338 * s/darwin.h: Reorganize ifdefs.
14339
14340 2008-07-17 Andreas Schwab <schwab@suse.de>
14341
14342 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14343
14344 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 Use SDATA. Follow coding convention of placing operators at
14347 beginning of next line rather than end of previous line, and placing
14348 spaces around infix operators.
14349
14350 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14351 in case it was defined already.
14352 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14353 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14354 ns_default.
14355 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14356 Lisp_Objects.
14357 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14358 (ns_defined_color, ns_color_to_lisp): Declare.
14359 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14360 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14361 it's accepted even with USE_LISP_UNION_TYPE.
14362 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14363 (update_frame_tool_bar): Remove apparently obsolete tests for
14364 non-integerness of f->tool_bar_lines.
14365 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14366 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14367 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14368 (nsfont_open): Don't confuse NULL for Qnil.
14369 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14370 * menu.h (find_and_call_menu_selection):
14371 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14372 (find_and_return_menu_selection): Always return something.
14373 * frame.h: Include dispextern.h for Display_Info.
14374 (display_x_get_resource): Declare.
14375
14376 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14377
14378 * syntax.c: Remove stdio.h include accidentally introduced in
14379 Emacs.app commit.
14380 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14381 NS_IMPL_COCOA.
14382 * keyboard.c (handle_async_input, input_available_signal): Remove
14383 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14384
14385 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14386
14387 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14388 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14389 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14390 Use SDATA.
14391
14392 * keymap.c: Remove all NS-specific code.
14393 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14394 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14395 where_is_preferred_modifier, return a different value depending on how
14396 preferred is the binding.
14397 (where_is_internal): Adjust accordingly.
14398 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14399 Adjust to new preferred_sequence_p.
14400 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14401 * keyboard.c (parse_solitary_modifier): Not static any more.
14402 * keyboard.h (parse_solitary_modifier): Declare.
14403
14404 2008-07-16 Andreas Schwab <schwab@suse.de>
14405
14406 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14407 of easymenu.
14408
14409 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14412 that we don't move off the line.
14413
14414 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14415
14416 * keyboard.c (Qsuper): Remove.
14417 (parse_menu_item): Don't call where_is_internal specially for NS.
14418
14419 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14420
14421 * s/gnu-linux.h: Remove boilerplate comments.
14422
14423 * m/alpha.h (__ELF__): Consolidate conditions.
14424
14425 * m/m68k.h (linux): Use GNU_LINUX instead.
14426 Remove boilerplate comments.
14427
14428 * m/intel386.h: Undo refactoring from previous change.
14429 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14430 too, remove dead code.
14431 (linux): Use GNU_LINUX instead.
14432
14433 2008-07-16 Jason Rumney <jasonr@gnu.org>
14434
14435 * w32gui.h: Repeat 26 June changes lost by last change.
14436
14437 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14438
14439 * systty.h: Remove code for Aix on 386, unsupported platform.
14440
14441 * s/ms-w32.h: Remove boilerplate comments.
14442 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14443
14444 * s/gnu-linux.h (TERM): Remove support.
14445 (HAVE_SYSVIPC): Remove, unused.
14446 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14447 for this system.
14448
14449 * process.c: Remove support for IRIS, unused.
14450 Remove support for TERM, not relevant anymore.
14451
14452 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14453 used with the definition.
14454
14455 * s/aix4-2.h (static): Do not undef.
14456
14457 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14458 only used on Aix.
14459 (HAVE_SYSVIPC): Remove, unused.
14460
14461 * m/hp800.h (CANNOT_DUMP): Do not undef.
14462
14463 * m/alpha.h: Fix comment.
14464
14465 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14466 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14467 used by this configuration.
14468 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14469 * unexec.c: Remove code depending on HPUX and
14470 USG_SHARED_LIBRARIES, not used with this file. Remove code
14471 depending on IRIS, unused. Remove if 0-ed code.
14472
14473 * s/template.h: Remove comments about static.
14474
14475 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14476 Remove if 0-ed code.
14477 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14478 were the same as the default.
14479 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14480 Remove boilerplate comments.
14481 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14482 (HAVE_SYSVIPC): Remove, unused.
14483 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14484
14485 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14486 Remove boilerplate comments.
14487 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14488 Remove boilerplate comments.
14489 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14490 Remove boilerplate comments.
14491 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14492
14493 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14494 USG systems which do not use DATA_SEG_BITS.
14495 Refactor code. Remove boilerplate comments.
14496
14497 * m/ibms390.h:
14498 * m/m68k.h:
14499 * s/bsd-common.h:
14500 * s/cygwin.h:
14501 * s/darwin.h:
14502 * s/freebsd.h:
14503 * s/gnu.h:
14504 * s/msdos.h: Remove boilerplate comments.
14505
14506 * m/iris4d.h: Remove boilerplate comments and code for systems that
14507 do not use this file.
14508 (IRIS_4D): Remove, unused.
14509
14510 * m/mips.h: Remove boilerplate comments and code for systems that
14511 do not use this file.
14512 (SIGN_EXTEND_CHAR):
14513 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14514 * unexmips.c: Remove file, unused.
14515
14516 * editfns.c (Fuser_full_name): Replace the only use of
14517 USER_FULL_NAME with its value.
14518 * config.in: Regenerate.
14519
14520 2008-07-16 David Reitter <david.reitter@gmail.com>
14521
14522 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14523 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14524
14525 2008-07-16 Glenn Morris <rgm@gnu.org>
14526
14527 * emacs.c (system-type): Doc fix.
14528
14529 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14532 If the cache doesn't work, let's fix it, rather than work around it.
14533
14534 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14535
14536 * Makefile.in: Correct additions for nsfont.o in last commit.
14537 * nsfont.m: New file (forgot last commit).
14538
14539 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14540
14541 * callproc.c (set_initial_environment): Initialize
14542 Vprocess_environment under CANNOT_DUMP (fixes crash when
14543 batch-compiling for bootstrap).
14544
14545 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14546 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14547
14548 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14549 CANNOT_DUMP case -- fix crash due to different init order.
14550
14551 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14552
14553 Changes and additions for NeXTstep windowing system (Cocoa and
14554 GNUstep) support.
14555
14556 * Makefile.in:
14557 * config.in: Support defines and build commands for NS port.
14558 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14559 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14560 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14561 windowing.
14562 (struct face): Add synth_ital field.
14563 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14564 (init_display): Initialize Vinitial_window_system to "ns" when so
14565 compiled.
14566 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14567 (display_arg): Use under NS.
14568 (main): Under NS, allocate autorelease pool and handle command line
14569 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14570 (standard_args): Add NS-specific args.
14571 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14572 * font.c (DEFAULT_ENCODING): New variable.
14573 (font_find_for_lface): Use it.
14574 (syms_of_font): Load syms_of_nsfont under NS.
14575 * font.h: Declare nsfont_driver when compiled under NS.
14576 * fontset.c: When compiling under NS, include nsterm.h.
14577 (fontset_from_font): Autoconstruct fontset under NS.
14578 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14579 symbol, document and use it.
14580 (do_switch_frame): When for_deletion under Cocoa, add
14581 Fraise_frame(Qnil).
14582 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14583 (x_get_arg): Allow "yes" and "no" as boolean values.
14584 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14585 Qright under Cocoa.
14586 (focus-follows-mouse): Default to 0 under NS.
14587 * frame.h (enum output_method): Add output_ns.
14588 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14589 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14590 (FRAME_WINDOW_P): NS-specific definition.
14591 * fringe.c (max_used_fringe_bitmap): Make public.
14592 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14593 (getloadavg): Use NeXT code under descendant OS's.
14594 * image.c (includes and header section, x_create_bitmap_from_data)
14595 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14596 (image_background_transparent, x_clear_image_1)
14597 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14598 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14599 (x_to_xcolors, x_from_xcolors, x_disable_image)
14600 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14601 other GUIs, including XPM support using code originally written for
14602 Carbon GUI.
14603 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14604 using NS API.
14605 (image_ascent): Use font metrics macros instead of direct struct field
14606 access.
14607 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14608 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14609 Also, handle NS as GTK for menu bar purposes.
14610 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14611 toolkit where they differ.
14612 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14613 use cachelist, still needed under NS.
14614 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14615 (struct widget_value): Define it here for menu.c.
14616 * keymap.c (includes): Include modifier internals.
14617 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14618 NS.
14619 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14620 support for preferring sequences using certain modifiers, specified by
14621 the FIRSTONLY argument.
14622 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14623 under NS GNUstep implementation.
14624 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14625 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14626 * menu.c: Include nsterm.h under NS.
14627 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14628 (free_menubar_widget_tree_value, update_submenu_strings)
14629 (find_and_call_menu_selection): Treat NS as X and NT.
14630 (find_and_return_menu_selection): New function, used for popup menus.
14631 * nsgui.h:
14632 * nsterm.h:
14633 * nsfns.m:
14634 * nsimage.m:
14635 * nsmenu.m:
14636 * nsselect.m:
14637 * nsterm.m: New files.
14638 * process.c (wait_reading_process_output): Under NS, call ns_select()
14639 instead of plain select().
14640 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14641 beginning of buffer.
14642 * sysselect.h (init_process): Rename when compiling under Cocoa to
14643 avoid name conflict.
14644 * termhooks.h (display_info): Add ns_display_info to union.
14645 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14646 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14647 COCOA environment.
14648 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14649 unexec() signature. (Note, this will dump, but the resulting file
14650 crashes; unexosx is used instead; keeping around for reference and
14651 possible aid in getting dump working under GNUstep.)
14652 * w32gui.h (button_type, widget_value): Remove definitions (now in
14653 keyboard.h).
14654 * window.c: Include nsterm.h when compiling under NS.
14655 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14656 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14657 other GUI windowing systems.
14658 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14659 GTK.
14660 (x_consider_frame_title): Under NS, set icon type and frame
14661 modified-state indicator; use ns_set_name_as_filename() when using
14662 formatted title.
14663 (update_window_cursor): Make public when compiling under NS.
14664 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14665 (hourglass_atimer, Vhourglass_delay
14666 * xfaces.c (header section, init_frame_faces, clear_font_table)
14667 (defined_color, unload_color, x_face_list_fonts)
14668 (prepare_face_for_display): Add NS support parallel to other GUIs.
14669 Emulate GCs like other non-X GUIs.
14670 (split_font_name): Don't lowercase font name under NS.
14671 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14672 under NS.
14673 * s/darwin.h: Add support for compilation under NS.
14674
14675 2008-07-15 Jason Rumney <jasonr@gnu.org>
14676
14677 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14678 (w32_show_hourglass): Rename from show_hourglass.
14679 (w32_hide_hourglass): Rename from hide_hourglass.
14680 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14681 (Vhourglass_delay): Declare extern.
14682 (hourglass_started): Remove.
14683
14684 * xdisp.c (Vhourglass_delay): Remove static.
14685 (hourglass_started, start_hourglass, cancel_hourglass):
14686 Don't include these versions on WINDOWSNT.
14687
14688 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14689
14690 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14691 variables (formerly in xfns.c).
14692 (show_hourglass, hide_hourglass): New prototypes (same).
14693 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14694 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14695 in xfns.c).
14696 (syms_of_xdisp): Declare/initialize display-hourglass,
14697 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14698 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14699 formerly in xfns.c.
14700 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14701 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14702 (start_hourglass, cancel_hourglass): Remove.
14703 (show_hourglass, hide_hourglass): Remove prototypes and static
14704 modifiers.
14705 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14706 hourglass_atimer, hourglass_shown_p declaration/initialization.
14707 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14708 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14709 (start_hourglass, cancel_hourglass): Remove.
14710 (show_hourglass, hide_hourglass): Remove prototypes and static
14711 modifiers.
14712 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14713 hourglass_atimer, hourglass_shown_p declaration/initialization.
14714 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14715 (DEFAULT_HOURGLASS_DELAY): Remove.
14716 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14717 hourglass_shown_p declaration/initialization.
14718
14719 2008-07-14 Jason Rumney <jasonr@gnu.org>
14720
14721 * w32fns.c (w32_get_arg): Remove wrapper function.
14722 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14723 directly.
14724 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14725
14726 2008-07-14 Kenichi Handa <handa@m17n.org>
14727
14728 * xfont.c (xfont_open): Add workaround for X's bug.
14729
14730 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14731
14732 * fontset.c: Include <stdio.h> unconditionally.
14733
14734 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14735
14736 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14737 for filtering.
14738
14739 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14740
14741 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14742
14743 * m/macppc.h:
14744 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14745
14746 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14747 (SPECIAL_EMACS_INT):
14748 * m/ia64.h (SPECIAL_EMACS_INT):
14749 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14750 * s/gnu.h (NLIST_STRUCT):
14751 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14752 * s/gnu-linux.h (LINUX):
14753 * s/msdos.h (HAVE_FACES):
14754 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14755
14756 * systty.h:
14757 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14758 anymore.
14759
14760 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14761
14762 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14763 always defined as int.
14764
14765 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14766 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14767 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14768 * s/freebsd.h (HAVE_WAIT_HEADER):
14769 * s/bsd-common.h (HAVE_UNION_WAIT):
14770 * s/aix4-2.h (HAVE_WAIT_HEADER):
14771 * m/mips.h (HAVE_UNION_WAIT):
14772 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14773 (COFF, static): Do not define, they are undefined later in the file.
14774
14775 * process.c (update_status): Don't use a union.
14776 (status_convert):
14777 (sigchld_handler): Use int instead of WAITTYPE.
14778
14779 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14780
14781 * indent.c (Fvertical_motion): Restore hscroll before moving to
14782 goal column.
14783
14784 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14785
14786 * lisp.h: Remove left over code.
14787
14788 2008-07-11 Andreas Schwab <schwab@suse.de>
14789
14790 * lisp.h: Fix logic in last change.
14791
14792 * menu.h: New file.
14793 * menu.c: Include it.
14794 * xmenu.c: Likewise.
14795 * Makefile.in: Update dependencies.
14796
14797 2008-07-11 Kenichi Handa <handa@m17n.org>
14798
14799 * fontset.c (fontset_from_font): Cancel the previous change.
14800
14801 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14802
14803 * lisp.h:
14804 * w32heap.c:
14805 * emacs.c:
14806 * alloc.c: Replace all references of NO_UNION_TYPE with
14807 USE_LISP_UNION_TYPE.
14808
14809 * m/xtensa.h (NO_UNION_TYPE):
14810 * m/vax.h (NO_UNION_TYPE):
14811 * m/template.h (NO_UNION_TYPE):
14812 * m/sparc.h (NO_UNION_TYPE):
14813 * m/mips.h (NO_UNION_TYPE):
14814 * m/macppc.h (NO_UNION_TYPE):
14815 * m/m68k.h (NO_UNION_TYPE):
14816 * m/iris4d.h (NO_UNION_TYPE):
14817 * m/intel386.h (NO_UNION_TYPE):
14818 * m/ibms390x.h (NO_UNION_TYPE):
14819 * m/ibms390.h (NO_UNION_TYPE):
14820 * m/ibmrs6000.h (NO_UNION_TYPE):
14821 * m/ia64.h (NO_UNION_TYPE):
14822 * m/hp800.h (NO_UNION_TYPE):
14823 * m/arm.h (NO_UNION_TYPE):
14824 * m/amdx86-64.h (NO_UNION_TYPE):
14825 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14826 defining it the same.
14827
14828 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14829
14830 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14831
14832 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14833
14834 * fileio.c:
14835 * sysdep.c:
14836 * systty.h:
14837 * m/ibmrs6000.h:
14838 * m/iris4d.h:
14839 * s/aix4-2.h:
14840 * s/freebsd.h:
14841 * s/gnu-linux.h:
14842 * s/hpux10-20.h:
14843 * s/hpux11.h:
14844 * s/netbsd.h:
14845 * s/sol2-3.h:
14846 * s/sol2-4.h:
14847 * s/sol2.h:
14848 * s/usg5-4.h:
14849 * s/vms.h: Remove references to unused variables.
14850
14851 2008-07-10 Andreas Schwab <schwab@suse.de>
14852
14853 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14854 pattern before matching the generic family.
14855
14856 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14857
14858 * unexec.c:
14859 * s/vms.h:
14860 * s/usg5-4-2.h:
14861 * s/sol2-5.h:
14862 * s/freebsd.h:
14863 * s/darwin.h: Remove dead code.
14864
14865 * m/template.h:
14866 * m/sparc.h:
14867 * m/mips.h:
14868 * m/m68k.h:
14869 * m/iris4d.h:
14870 * m/intel386.h:
14871 * m/ibms390x.h:
14872 * m/ibms390.h:
14873 * m/ia64.h:
14874 * m/hp800.h:
14875 * m/arm.h:
14876 * m/amdx86-64.h: Remove dead code and references to unused
14877 and compiler defined symbols.
14878
14879 * unexmips.c:
14880 * unexelf.c: Remove references to desupported systems.
14881
14882 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14883
14884 * m/powermac.h: Remove boilerplate comments.
14885 (NO_REMAP): Remove unused definition.
14886
14887 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14888 define them.
14889
14890 2008-07-10 Kenichi Handa <handa@m17n.org>
14891
14892 * xfont.c (xfont_open): Log the reason of failure.
14893
14894 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * fontset.c (fontset_get_font_group):
14897 * font.c (font_check_otf): Specify argument types.
14898
14899 2008-07-09 Kenichi Handa <handa@m17n.org>
14900
14901 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14902 non-ASCII char is found.
14903
14904 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14905 (reorder_font_vector): Change the arg preferred_family to font.
14906 Prefer the spec matching with font.
14907 (fontset_get_font_group): New function.
14908 (fontset_find_font): Change the format of an element of a realized
14909 fontset. Use fontset_get_font_group.
14910 (fontset_font): Try the current fontset, the default fontset, the
14911 fallbacks of the current fontset, and the fallbacks of the default
14912 fontset in this order.
14913 (face_for_char): Delete the shortcut to use the current font.
14914 (fontset_from_font): Don't set fonts for Latin in the fontset.
14915
14916 * font.h (font_make_object, font_match_p): Adjust prototypes.
14917
14918 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14919
14920 * font.c (font_make_object): New arg entity and pixelsize.
14921 (font_check_otf_features, font_check_otf): New functions.
14922 (font_match_p): Check :lang, :script, and :otf properties.
14923
14924 * xfont.c (xfont_open): Adjust it for the change of
14925 font_make_object.
14926 (xfont_text_extents): Fix initial setting of metrics.
14927
14928 * ftfont.c (struct ftfont_info): New member index, delete member
14929 fc_charset_idx. Make the member order compatible with struct
14930 xftfont_info.
14931 (fc_charset_table): Change charset names to registry names.
14932 (ftfont_pattern_entity): Delete the args registry and
14933 fc_charset_idx. Change the value of :font-entity property
14934 to (FONTNAME . INDEX). Always set :registry property to
14935 `iso10646-1'.
14936 (struct ftfont_cache_data): New struct.
14937 (ftfont_lookup_cache): New arg for_face.
14938 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14939 (ftfont_driver): Set the member otf_capability.
14940 (ftfont_get_charset): Adjust it for the change of
14941 fc_charset_table.
14942 (OTF_TAG_SYM): New macro.
14943 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14944 for the change of fc_charset_table.
14945 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14946 ftfont_pattern_entity. Add FC_INDEX to objset.
14947 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14948 and ftfont_pattern_entity.
14949 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14950 font_make_object, struct ftfont_info.
14951 (ftfont_has_char): Use ftfont_get_fc_charset.
14952 (ftfont_otf_features, ftfont_otf_capability): New functions.
14953 (ftfont_shape): Use ftfont_get_otf.
14954 (ftfont_text_extents): Fix initial setting of metrics.
14955
14956 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14957 member order compatible with struct ftfont_info.
14958 (xftfont_open): Add FC_CHARSET to the pattern. Set
14959 xftfont_info->ft_size. Don't unlock the face. Check BDF
14960 properties if appropriate.
14961 (xftfont_close): Unlock the face.
14962 (xftfont_anchor_point, xftfont_shape): Deleted.
14963 (syms_of_xftfont): Don't set members anchor_point and shape of
14964 xftfont_driver.
14965
14966 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14967 font_make_object.
14968
14969 * w32font.c (w32font_open): Adjust it for the change of
14970 font_make_object.
14971 (w32font_open_internal): Don't set properties of font_object here.
14972
14973 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14974
14975 * macfns.c (x_create_tip_frame):
14976 * w32fns.c (x_create_tip_frame):
14977 * xfns.c (x_create_tip_frame): Pass parameter argument to
14978 face-set-after-frame-default.
14979
14980 * xfaces.c (Finternal_merge_in_global_face): Save merged
14981 attributes for the default face back into the face vector.
14982
14983 2008-07-08 Andreas Schwab <schwab@suse.de>
14984
14985 * fontset.h: Declare fontset_from_font. Don't declare
14986 new_fontset_from_font and fontset_from_font_name.
14987 * xterm.c: Include "fontset.h".
14988 * Makefile.in (xterm.o): Update dependencies.
14989
14990 2008-07-08 Glenn Morris <rgm@gnu.org>
14991
14992 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14993 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14994
14995 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14996
14997 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14998 (x_set_frame_parameters): Don't bind it.
14999
15000 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
15001
15002 * w32fns.c (map_w32_filename): Declare extern.
15003
15004 2008-07-07 Jason Rumney <jasonr@gnu.org>
15005
15006 * w32term.c (WS_EX_LAYERED): Define if not already.
15007
15008 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
15009
15010 * xfaces.c (set_font_frame_param): Don't try to set the font
15011 parameter if it is still unspecified in the lface.
15012
15013 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15014
15015 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
15016 face if it didn't already exist.
15017
15018 * xdisp.c (try_window_id): Give up if word-wrapping is on.
15019
15020 2008-07-05 Andreas Schwab <schwab@suse.de>
15021
15022 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
15023
15024 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15025
15026 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
15027 word-wrapping.
15028 (IT_DISPLAYING_WHITESPACE): New macro.
15029 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
15030 when word-wrapping. Simplify word-wrapping logic. Use correct
15031 pixel positions when saving copies of the iterator.
15032 (display_line): Use proper wrap point if the last character on a
15033 line was preceded by whitespace.
15034
15035 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
15038
15039 2008-07-04 Kenichi Handa <handa@m17n.org>
15040
15041 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
15042
15043 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
15044
15045 2008-07-02 Jason Rumney <jasonr@gnu.org>
15046
15047 * xfns.c (syms_of_xfns): Only define x-select-font when both
15048 HAVE_FREETYPE and USE_GTK.
15049
15050 * xdisp.c (next_element_from_display_vector): Move assignment out
15051 of if statement.
15052
15053 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
15054
15055 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
15056
15057 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
15058 (syms_of_fileio): Initialize and export them.
15059 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
15060
15061 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
15062 (Fsystem_move_file_to_trash): New function.
15063 (syms_of_w32fns): Export it to lisp.
15064
15065 2008-07-01 Jason Rumney <jasonr@gnu.org>
15066
15067 * w32font.c (w32font_text_extents): Don't count overhang as part
15068 of width.
15069
15070 2008-06-30 Miles Bader <miles@gnu.org>
15071
15072 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
15073 Add `avoid_cursor_p' field.
15074
15075 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
15076 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
15077 (append_glyph, append_composite_glyph, produce_image_glyph)
15078 (append_stretch_glyph): Initialize avoid_cursor_p.
15079 (get_it_property): Rename from `get_line_height_property'.
15080 (x_produce_glyphs): Use get_it_property.
15081 (handle_line_prefix, push_display_prop): New functions.
15082 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
15083 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
15084 New variables.
15085 (syms_of_xdisp): Initialize them.
15086
15087 2008-06-30 Kenichi Handa <handa@m17n.org>
15088
15089 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
15090 XftDefaultSubstitute (they are called in XftFontMatch).
15091 (xftfont_open): Fix args to ftfont_font_format.
15092
15093 * ftfont.c (fc_charset_table): New member lang.
15094 (ftfont_resolve_generic_family): New arg pattern.
15095 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
15096 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
15097 (ftfont_open): Fix args to ftfont_font_format.
15098 (ftfont_font_format): New arg filename.
15099
15100 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
15101
15102 * xfaces.c (Finternal_merge_in_global_face): If default face was
15103 modified, realize it again. Update the font face attribute.
15104
15105 2008-06-29 Jason Rumney <jasonr@gnu.org>
15106
15107 * w32term.c (x_set_frame_alpha): Fix logic.
15108
15109 2008-06-29 Kenichi Handa <handa@m17n.org>
15110
15111 * fontset.c (Finternal_char_font): Return font-object instead of
15112 font-name.
15113
15114 * composite.c (get_composition_id): Fix the width calculation for TAB.
15115
15116 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * indent.c (Fvertical_motion): Properly handle float column arg.
15119
15120 2008-06-28 Jason Rumney <jasonr@gnu.org>
15121
15122 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15123 (pfnSetLayeredWindowAttributes): New function pointer.
15124 (w32_initialize): Initialize it when supported.
15125 (x_set_frame_alpha): New function.
15126
15127 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15128 (w32_frame_parm_handlers): Set alpha handler.
15129
15130 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15131
15132 2008-06-27 Jason Rumney <jasonr@gnu.org>
15133
15134 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15135 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15136 (w32_to_x_charset, x_to_w32_charset)
15137 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15138 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15139 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15140 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15141 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15142 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15143 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15144 (Qw32_charset_unicode): Remove.
15145 (syms_of_w32fns): Update for above changes.
15146
15147 * w32font.c (w32_to_x_charset, x_to_w32_charset)
15148 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15149 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15150 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15151 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15152 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15153 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15154 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15155 (syms_of_w32font): Update for above changes.
15156
15157 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
15158
15159 * s/usg5-4.h: Fix previous change: keep the correct branch of a
15160 removed #if.
15161 (USG_SHARED_LIBRARIES): Remove duplicate definition.
15162
15163 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15164 Eli Zaretskii <eliz@gnu.org>
15165
15166 * makefile.w32-in (LOCAL_FLAGS):
15167 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15168
15169 * sysdep.c (_spawnlp, _getpid):
15170 Declare with explicit _cdecl instead of _CRTAPI1.
15171
15172 * editfns.c (Fget_internal_run_time):
15173 Check for WINDOWSNT with #ifdef, not #if.
15174
15175 2008-06-26 Jason Rumney <jasonr@gnu.org>
15176
15177 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15178
15179 * w32term.c (x_draw_glyph_string_foreground)
15180 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15181 Use FONT_HANDLE macro.
15182 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15183
15184 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15185 (uniscribe_encode_char): Use FONT_HANDLE macro.
15186
15187 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15188 (w32font_text_extents): Use precast w32_font.
15189 (w32font_close): Free cached metrics.
15190 (w32font_open_internal): Allocate space for name on stack.
15191
15192 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
15193
15194 * xdisp.c (extend_face_to_end_of_line): Fix last change.
15195
15196 2008-06-26 Jason Rumney <jasonr@gnu.org>
15197
15198 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15199 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15200
15201 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15202
15203 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15204
15205 2008-06-26 Jason Rumney <jasonr@gnu.org>
15206
15207 * w32bdf.c, w32bdf.h: Remove obsolete files.
15208
15209 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15210
15211 * w32gui.h: Don't include w32bdf.h.
15212 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15213 Remove obsolete font support.
15214
15215 * w32font.h (struct w32font_info): Remove compat_w32_font.
15216 Add hfont member.
15217 (FONT_COMPAT): Remove obsolete macro.
15218
15219 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15220 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15221 (w32font_open_internal): Remove compat code. Set new hfont member.
15222 (Fx_select_font): Use new hfont member.
15223
15224 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15225 (uniscribe_encode_char): Use new hfont member.
15226
15227 * w32term.c (x_draw_glyph_string_foreground)
15228 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15229 (x_draw_glyph_string): Use metrics in w32font_info.
15230
15231 2008-06-26 Kenichi Handa <handa@m17n.org>
15232
15233 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15234
15235 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15236
15237 * unexnext.c:
15238 * m/ews4800.h:
15239 * m/hp9000s300.h:
15240 * m/ibm370aix.h:
15241 * m/mips-siemens.h:
15242 * m/ncr386.h:
15243 * m/next.h:
15244 * m/pmax.h:
15245 * m/powerpcle.h:
15246 * m/tandem-s2.h:
15247 * s/386bsd.h:
15248 * s/bsd386.h:
15249 * s/bsd4-1.h:
15250 * s/bsd4-2.h:
15251 * s/bsdos2-1.h:
15252 * s/bsdos2.h:
15253 * s/bsdos3.h:
15254 * s/bsdos4.h:
15255 * s/nextstep.h:
15256 * s/ultrix4-3.h:
15257 * s/usg5-0.h:
15258 * s/usg5-2-2.h:
15259 * s/usg5-2.h:
15260 * s/usg5-4-3.h:
15261 * s/ux4800.h:
15262 * s/uxpds.h:
15263 * s/uxpv.h: Remove support for obsolete systems.
15264 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15265 Remove, insert contents in s/hpux10-20.h.
15266 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15267 Remove, insert contents in s/aix4-2.h.
15268 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15269 * s/bsd4-3.h: Rename to ...
15270 * s/bsd-common.h: ... this.
15271 * data.c:
15272 * doc.c:
15273 * ecrt0.c:
15274 * emacs.c:
15275 * fileio.c:
15276 * floatfns.c:
15277 * keyboard.c:
15278 * mem-limits.h:
15279 * print.c:
15280 * process.c:
15281 * sysdep.c:
15282 * syssignal.h:
15283 * systty.h:
15284 * syswait.h:
15285 * term.c:
15286 * unexec.c:
15287 * unexelf.c:
15288 * unexhp9k800.c:
15289 * m/hp800.h:
15290 * m/ibmrs6000.h:
15291 * m/mips.h:
15292 * m/vax.h:
15293 * s/darwin.h:
15294 * s/freebsd.h:
15295 * s/gnu.h:
15296 * s/ms-w32.h:
15297 * s/msdos.h:
15298 * s/netbsd.h:
15299 * s/template.h: Remove references to obsolete variables.
15300
15301 * Makefile.in: Add dependencies for all unexec files.
15302 (admindir): Remove unused variable.
15303 (UNEXEC_SRC): Remove references.
15304
15305 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
15306
15307 * xfns.c (x_default_font_parameter): If Xft is available, first
15308 try Monospace-12 for the default font.
15309
15310 2008-06-25 Jason Rumney <jasonr@gnu.org>
15311
15312 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15313
15314 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15317
15318 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15319
15320 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
15321
15322 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15323 <scroll-conservatively>: Fix typo in docstring.
15324
15325 * xselect.c (Fx_send_client_event): Doc fix.
15326
15327 2008-06-25 Kenichi Handa <handa@m17n.org>
15328
15329 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15330
15331 * font.c (font_parse_fcname): Remove unused variables.
15332 (font_sort_entites): Delete the arg SPEC. Caller changed.
15333 Fix for the case of ! best_only.
15334 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15335
15336 * lisp.h (Fstring_to_unibyte): EXFUN it.
15337
15338 * character.h (str_to_unibyte): Extern it.
15339
15340 * character.c (str_to_unibyte): New function.
15341
15342 * fns.c (Fstring_to_unibyte): New function.
15343 (syms_of_fns): Defsubr it.
15344
15345 2008-06-24 Kenichi Handa <handa@m17n.org>
15346
15347 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15348 DPI too.
15349 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15350
15351 2008-06-24 Andreas Schwab <schwab@suse.de>
15352
15353 * Makefile.in (${lispsource}loaddefs.el): Rename from
15354 ../lisp/loaddefs.el.
15355 (bootstrap-clean): Do what distclean does but don't remove
15356 Makefile.
15357 (distclean): Depend on bootstrap-clean and remove Makefile.
15358
15359 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
15360
15361 * buffer.h (struct buffer): New member word_wrap.
15362
15363 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15364 word-wrap.
15365 (init_buffer_once): Initialize them.
15366
15367 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15368 line_wrap enum possessing three possible values.
15369
15370 * termopts.h: Replace truncate_partial_width_windows with
15371 Vtruncate_partial_width_windows.
15372
15373 * dispnew.c (direct_output_for_insert): Avoid direct output when
15374 inserting a space with word wrap on.
15375
15376 * indent.c (compute_motion): Obey integer values of
15377 truncate-partial-width-windows.
15378
15379 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15380 replacing truncate_partial_width_windows.
15381 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15382 truncate only if the window width is below that integer.
15383 (start_display, resize_mini_window, produce_stretch_glyph)
15384 (display_string, move_it_in_display_line_to): Use line_wrap.
15385 (back_to_previous_visible_line_start, reseat_1): Reset
15386 string_from_display_prop_p.
15387 (display_line): Extend default face to end of line when wrapping.
15388
15389 2008-06-24 Kim F. Storm <storm@cua.dk>
15390
15391 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15392 to wrap continued lines at word boundaries.
15393
15394 2008-06-24 Jason Rumney <jasonr@gnu.org>
15395
15396 * font.c (Ffont_face_attributes): Multiply pixel size before point
15397 conversion to avoid multiplying rounding error.
15398
15399 2008-06-23 Jason Rumney <jasonr@gnu.org>
15400
15401 * w32term.c (x_draw_glyph_string_background)
15402 (x_draw_glyph_string): Remove old bdf font code.
15403
15404 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15405
15406 2008-06-22 Kenichi Handa <handa@m17n.org>
15407
15408 * font.c (font_find_for_lface): Try the adstyle specified in
15409 the property of LFACE_FONT of LFACE (if any).
15410
15411 2008-06-21 Seiji Zenitani <zenitani@mac.com>
15412 Ryo Yoshitake <ryo@shiftmode.net>
15413
15414 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15415
15416 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15419 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15420 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15421 (witness-emacs): Remove.
15422 (lisp, shortlisp): Move loaddefs.el earlier.
15423 (mostlyclean): Forget about witness-emacs.
15424
15425 2008-06-22 Glenn Morris <rgm@gnu.org>
15426
15427 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15428 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15429
15430 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * Makefile.in (PRECOMP): Remove.
15433 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15434 (witness-emacs): Run `compile-first'.
15435 (.el.elc): Use the new compile-onefile target.
15436
15437 2008-06-21 Kenichi Handa <handa@m17n.org>
15438
15439 * xftfont.c (xftfont_open): Handle QCembolden only when
15440 FC_EMBOLDEN is defined.
15441
15442 2008-06-21 Andreas Schwab <schwab@suse.de>
15443
15444 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15445 (.el.elc): Likewise.
15446
15447 2008-06-21 Miles Bader <miles@gnu.org>
15448
15449 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15450 build dir, not the lisp source dir.
15451
15452 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15453
15454 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15455 (bootstrapclean): Remove.
15456 (.el.elc): New rule.
15457 (PRECOMP): New var.
15458 (../lisp/subdirs.el): Remove.
15459 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15460 (witness-emacs): New target.
15461 (mostlyclean): Remove witness-emacs as well.
15462 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15463 Add witness-emacs dependency.
15464
15465 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15466
15467 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15468 defined by the font.
15469
15470 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15473 (bootstrap-clean): New target that keeps TAGS around.
15474 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15475 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15476
15477 2008-06-20 Jason Rumney <jasonr@gnu.org>
15478
15479 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15480 Remove obsolete font code.
15481
15482 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15483 to determine language support.
15484
15485 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * sysdep.c (cfsetspeed): New fun extracted from the code.
15488 (cfmakeraw): Move before first use.
15489
15490 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15491
15492 * sysdep.c (cfmakeraw): Provide fallback implementation.
15493 (serial_configure): Provide fallback implementation of cfsetspeed.
15494
15495 2008-06-20 Kenichi Handa <handa@m17n.org>
15496
15497 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15498 the pattern.
15499
15500 * fontset.c (fontset_from_font): Copy font_spec before changing
15501 the elements.
15502
15503 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15504
15505 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15508 for explicit `font' parameters.
15509
15510 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15511
15512 2008-06-19 Kenichi Handa <handa@m17n.org>
15513
15514 * frame.c: Include <ctype.h>.
15515 (x_set_font_backend): Allow spacing characters in the X resource
15516 for FontBackend.
15517
15518 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * w32fns.c, xfns.c (Qfont_param): New var.
15521 (syms_of_w32fns): Initialize it.
15522 (x_default_font_parameter): Record explicit `font' into
15523 `font-parameter'.
15524
15525 2008-06-18 Kenichi Handa <handa@m17n.org>
15526
15527 * font.c (font_parse_xlfd): Fix previous change.
15528 (font_parse_fcname): Don't use :fc-unknown-spec.
15529 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15530 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15531 (font_add_log): Prepend the driver name to the resulting fonts.
15532
15533 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15534 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15535 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15536
15537 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15538 (QCembolden): New variables.
15539 (syms_of_xftfont): DEFSYM them.
15540 (xftfont_open): Call XftFontMatch. Don't trust the result of
15541 XftTextExtents8 if the pixel_size is less than 5.
15542
15543 2008-06-18 Andreas Schwab <schwab@suse.de>
15544
15545 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15546 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15547
15548 2008-06-18 Jason Rumney <jasonr@gnu.org>
15549
15550 * w32font.c (w32font_list, w32font_match): Add logging.
15551
15552 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15553
15554 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15555
15556 * font.c (font_parse_fcname): Store divider characters for
15557 unknown-spec list. For known key symbols, intern using correct
15558 symbol name.
15559
15560 2008-06-17 Kenichi Handa <handa@m17n.org>
15561
15562 * xfaces.c (realize_default_face): If the frame is not on window
15563 system, set the fontset of face to nil.
15564
15565 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15566
15567 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15568
15569 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15572 (build_font_name_from_vector): Delete externs.
15573
15574 * xfaces.c (struct font_name): Don't declare.
15575
15576 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15579
15580 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15581
15582 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15583
15584 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * font.c (Ffont_spec): Fix usage in docstring.
15587 (Ffont_face_attributes): Doc fix.
15588
15589 2008-06-16 Andreas Schwab <schwab@suse.de>
15590
15591 * font.c (Ffont_face_attributes): Fix definition.
15592
15593 2008-06-16 Jason Rumney <jasonr@gnu.org>
15594
15595 * font.h (font_style_symbolic_from_value): Remove.
15596
15597 * font.c (font_style_symbolic_from_value): Remove.
15598 (font_style_symbolic): Revert to pre 2008-06-13 version.
15599
15600 * w32font.c (w32_to_fc_weight): New function.
15601 (w32font_full_name, logfont_to_fcname): Use it.
15602
15603 2008-06-16 Kenichi Handa <handa@m17n.org>
15604
15605 * font.c (font_check_object): Delete it.
15606 (font_clear_cache): Check if a font-object is alive.
15607 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15608 font-object to nil.
15609 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15610 (font_at): Don't call font_check_object.
15611 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15612
15613 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15614
15615 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15616
15617 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15618
15619 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15620
15621 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15622
15623 * font.c (font_parse_fcname): Only one decimal point.
15624 (font_unparse_fcname): Handle data in family and foundry indices
15625 as symbols, not strings.
15626 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15627
15628 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15629
15630 * font.h (font_unparse_gtkname): Add prototype.
15631
15632 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15633
15634 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15635
15636 2008-06-15 Andreas Schwab <schwab@suse.de>
15637
15638 * font.c (font_update_drivers): Fix crash when no drivers match.
15639
15640 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15641
15642 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15643 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15644
15645 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15646
15647 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15648
15649 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * process.c (Fserial_process_configure, Fprocess_send_eof):
15652 Use EQ to compare Lisp_Objects.
15653
15654 2008-06-13 Jason Rumney <jasonr@gnu.org>
15655
15656 * w32fns.c (Fw32_select_font): Remove old font API function.
15657
15658 * w32font.c (logfont_to_fcname): New function.
15659 (Fx_select_font): New font dialog function compatible with
15660 GTK/fontconfig version.
15661
15662 * font.c (font_style_symbolic_from_value): New function.
15663 (font_style_symbolic): Use it.
15664
15665 * font.h (font_style_symbolic_from_value): Declare new function.
15666
15667 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15670 <font-width-table>: Fix typos in docstrings.
15671
15672 2008-06-13 Daniel Engeler <engeler@gmail.com>
15673
15674 These changes add serial port access.
15675 * process.c: Add HAVE_SERIAL.
15676 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15677 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15678 (list_processes_1, select_wrapper, Fstop_process)
15679 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15680 (status_notify): Modify to handle serial processes.
15681 [HAVE_SERIAL] (Fserial_process_configure)
15682 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15683 New functions.
15684 * process.h (struct Lisp_Process): Add `type'.
15685 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15686 New functions.
15687 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15688 serial ports.
15689 (serial_open, serial_configure): New functions.
15690 * w32.h: Add FILE_SERIAL.
15691 (struct _child_process): Add ovl_read, ovl_write.
15692
15693 2008-06-13 Kenichi Handa <handa@m17n.org>
15694
15695 * dispextern.h (enum lface_attribute_index): New member
15696 LFACE_FOUNDRY_INDEX.
15697
15698 * font.c (font_score): Delete arg alternate_families. Check only
15699 weight, slant, width, and size. Ignore the difference of alias
15700 style symbols.
15701 (font_sort_entites): Adjust for the above change. Reflect the
15702 order of font-driver to scores.
15703 (font_list_entities): Don't check alternate_familes here.
15704 (font_clear_prop): Handle foundry.
15705 (font_update_lface): Don't parse "foundry-family" form here.
15706 Handle FONT_FOUNDRY_INDEX.
15707 (font_find_for_lface): Likewise. Handle alternate families here.
15708 If registry is nil, try iso8859-1 and ascii-0.
15709 (font_open_for_lface): Pay attention to size in ENTITY.
15710 (font_open_by_name): Simplify by calling font_load_for_lface.
15711 (free_font_driver_list): Delete it.
15712 (font_update_drivers): Preserve the order of backends.
15713 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15714 of font_score and font_sort_entites.
15715 (font_update_sort_order): Likewise.
15716
15717 * xfaces.c (LFACE_FOUNDRY): New macro.
15718 (check_lface_attrs): Check foundry.
15719 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15720 (merge_face_vectors): Check foundry.
15721 (merge_face_ref): Likewise.
15722 (Finternal_set_lisp_face_attribute): Likewise.
15723 (x_update_menu_appearance): Likewise.
15724 (Finternal_get_lisp_face_attribute): Likewise.
15725 (lface_hash): Likewise.
15726 (lface_same_font_attributes_p): Likewise.
15727 (x_supports_face_attributes_p): Likewise.
15728 (tty_supports_face_attributes_p): Likewise.
15729 (Finternal_set_alternative_font_family_alist): Intern strings.
15730 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15731 (realize_default_face): Set LFACE_FOUNDRY (lface).
15732
15733 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15734 font-driver at first.
15735
15736 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15737
15738 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15739
15740 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15741
15742 2008-06-12 Jim Meyering <meyering@redhat.com>
15743
15744 Make unexec_free handle NULL the same way free does.
15745 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15746
15747 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15750 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15751 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15752 (WEAK_ALIAS): Simplify.
15753 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15754 when searching a unibyte buffer.
15755
15756 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15757
15758 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15759
15760 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15761
15762 * w32font.c: Include ctype.h.
15763
15764 2008-06-11 Jason Rumney <jasonr@gnu.org>
15765
15766 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15767 misreported as space.
15768 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15769 as aliases for registry iso10646-1.
15770
15771 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * buffer.c (clone_per_buffer_values): Skip `name'.
15774
15775 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15776
15777 * font.c (font_parse_fcname): Fix last change; accept decimal
15778 points in font size.
15779
15780 2008-06-10 Jason Rumney <jasonr@gnu.org>
15781
15782 * w32uniscribe.c (add_opentype_font_name_to_list):
15783 Skip non unicode fonts.
15784
15785 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15786
15787 * xfns.c (Fx_font_dialog): New function.
15788
15789 * gtkutil.c (xg_dialog_response_cb): Rename from
15790 xg_file_response_callback.
15791 (pop_down_dialog): Rename from pop_down_file_dialog.
15792 (xg_get_file_name): Callers changed.
15793 (xg_get_font_name): New function.
15794
15795 * gtkutil.h (xg_get_font_name): Insert prototype.
15796
15797 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15798
15799 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15800 x_underline_minimum_display_offset.
15801 (syms_of_xdisp): Declare it here rather than in xterm.c.
15802 * dispextern.h (underline_minimum_offset): Declare it.
15803 * w32term.c (x_draw_glyph_string): Use it.
15804 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15805 (syms_of_xterm): Don't declare it any more.
15806 (x_draw_glyph_string): Adjust to the new name.
15807
15808 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15809
15810 * xterm.c (x_underline_minimum_display_offset): New var.
15811 (x_draw_glyph_string): Use it.
15812 (syms_of_xterm): Declare it.
15813
15814 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15815
15816 * font.c (font_parse_fcname): Accept GTK-style font names too.
15817
15818 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * dired.c (file_name_completion): Don't return t if the match is exact
15821 but with different capitalization.
15822 * minibuf.c (Ftry_completion): Simplify.
15823
15824 * window.c (Vwindow_point_insertion_type): New var.
15825 (set_window_buffer): Use it.
15826 (syms_of_window): Init and export it to Lisp.
15827
15828 2008-06-10 Kenichi Handa <handa@m17n.org>
15829
15830 * font.h (font_intern_prop): Prototype adjusted.
15831
15832 * font.c (font_intern_prop): New arg force_symbol.
15833 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15834 Adjust for the change of font_intern_prop.
15835
15836 * ftfont.c (ftfont_pattern_entity):
15837 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15838 (w32_registry):
15839 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15840 the change of font_intern_prop.
15841
15842 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15843
15844 * w32menu.c (digest_single_submenu): Declare extern.
15845
15846 2008-06-09 Jason Rumney <jasonr@gnu.org>
15847
15848 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15849
15850 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15851 (parse_single_submenu): Remove.
15852 (digest_single_submenu): Remove.
15853 (syms_of_w32menu): Don't initialise variables that have moved
15854 to menu.c.
15855 (set_frame_menubar): Sync with version in xmenu.c.
15856 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15857
15858 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15859 Make static again.
15860
15861 2008-06-09 Jason Rumney <jasonr@gnu.org>
15862
15863 Changes to w32 files related to the move of common menu code
15864 to menu.c on 2008-06-08 by Chong Yidong.
15865
15866 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15867 defs to w32gui.h.
15868 (single_keymap_panes, push_menu_item, push_menu_pane):
15869 Make globally visible.
15870
15871 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15872 (local_free, malloc_widget_value, free_widget_value)
15873 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15874 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15875 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15876 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15877 (menu_items, menu_items_allocated, menu_items_used)
15878 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15879 (init_menu_items, finish_menu_items, discard_menu_items)
15880 (grow_menu_items, push_submenu_start, push_submenu_end)
15881 (push_left_right_boundary, push_menu_pane, push_menu_item)
15882 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15883 (free_menubar_widget_tree_value, parse_single_submenu)
15884 (update_submenu_strings): Remove functions.
15885 (xmalloc_widget_value): Remove and declare extern.
15886
15887 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15888 (OBJ1): Build it.
15889
15890 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15891 (local_heap, local_alloc, local_free, malloc_widget_value)
15892 (free_widget_value): Define here.
15893
15894 2008-06-09 Kenichi Handa <handa@m17n.org>
15895
15896 * font.h (Qascii_0): Extern it.
15897
15898 * font.c (Qascii_0): New variable.
15899 (syms_of_font): DEFSYM it.
15900 (font_open_by_name): If the registry "iso8859-1" fails, try also
15901 "ascii-0".
15902
15903 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15904
15905 2008-06-08 Kenichi Handa <handa@m17n.org>
15906
15907 * .gdbinit (xfont): New command.
15908
15909 2008-06-08 Andreas Schwab <schwab@suse.de>
15910
15911 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15912 * Makefile.in (menu.o): Update dependencies.
15913
15914 * Makefile.in (obj): Always add menu.o.
15915 * emacs.c (main): Always call syms_of_menu.
15916 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15917
15918 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15919
15920 * Makefile.in: Compile menu.c.
15921
15922 * lisp.h: Declare syms_of_menu.
15923
15924 * emacs.c (main): Call syms_of_menu.
15925
15926 * keyboard.h: Relocate platform-independent menu definitions from
15927 xmenu.c.
15928
15929 * menu.c: New file. Relocate platform-independent menu
15930 definitions from xmenu.c. Suggested by Adrian Robert.
15931
15932 * xmenu.c: Remove platform-independent menu definitions.
15933 (menu_items, menu_items_inuse, menu_items_allocated)
15934 (menu_items_used, menu_items_n_panes)
15935 (menu_items_submenu_depth): Move to keyboard.h.
15936 (init_menu_items, finish_menu_items, unuse_menu_items)
15937 (discard_menu_items, restore_menu_items, save_menu_items)
15938 (grow_menu_items, push_submenu_start, push_submenu_end)
15939 (push_left_right_boundary, push_menu_pane, push_menu_item)
15940 (keymap_panes, single_keymap_panes, single_menu_item)
15941 (list_of_panes, list_of_items, find_and_call_menu_selection)
15942 (xmalloc_widget_value, free_menubar_widget_value_tree)
15943 (parse_single_submenu, digest_single_submenu)
15944 (update_submenu_strings): Move to menu.c.
15945
15946 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15947
15948 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15949
15950 2008-06-06 Miles Bader <miles@gnu.org>
15951
15952 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15953 face, not frame default.
15954
15955 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15956
15957 * window.c (pop_up_windows, pop_up_frames)
15958 (display_buffer_reuse_frames, Vpop_up_frame_function)
15959 (Vdisplay_buffer_function, Veven_window_heights)
15960 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15961 (Vspecial_display_function, Vsame_window_buffer_names)
15962 (Vsame_window_regexps, split_height_threshold)
15963 (Vsplit_window_preferred_function): Move those vars to window.el.
15964 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15965 (Fdisplay_buffer): Move those functions to window.el.
15966 (syms_of_window): Remove corresponding declarations.
15967 (display_buffer): New function.
15968 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15969 * dispnew.c (Flast_nonminibuf_frame): New function.
15970 * buffer.c (Fpop_to_buffer): Move to window.el.
15971
15972 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15975
15976 2008-06-05 Kenichi Handa <handa@m17n.org>
15977
15978 * coding.c (detect_coding): Fix previous change.
15979 (detect_coding_system): Likewise.
15980
15981 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15984
15985 * keymap.c (Vminibuffer_local_filename_must_match_map):
15986 Rename from Vminibuffer_local_must_match_filename_map.
15987 (syms_of_keymap):
15988 * minibuf.c (Fcompleting_read): Adjust accordingly.
15989 * commands.h: Rename declaration as well.
15990
15991 2008-06-05 Kenichi Handa <handa@m17n.org>
15992
15993 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15994 family name.
15995 (Ffont_put): Likewise.
15996
15997 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15998 current font-spec.
15999
16000 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
16001 is unspecified.
16002
16003 * xfaces.c (realize_x_face): If the font-related face attributes
16004 are the same as those of default face, realize a new fontset from
16005 default->fontset.
16006 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
16007
16008 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
16011 (move_it_in_display_line): New wrapper.
16012
16013 * window.c (window_scroll_pixel_based_preserve_x)
16014 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
16015 (window_scroll_pixel_based, window_scroll_line_based):
16016 Use them to preserve column positions.
16017 (syms_of_window): Initialize them.
16018
16019 * indent.c (Fvertical_motion): Extend first arg to allow passing an
16020 (HPOS . VPOS) pair.
16021
16022 * dispextern.h (move_it_in_display_line): Declare.
16023
16024 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
16025
16026 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
16027 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
16028 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
16029
16030 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
16031
16032 * window.c (Fset_window_parameter): Doc fix.
16033 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
16034
16035 2008-06-04 Joakim Verona <joakim@verona.se>
16036
16037 * window.h (struct window): Add new member window_parameters.
16038
16039 * window.c (Fwindow_parameters, Fwindow_parameter)
16040 (Fset_window_parameter): New defuns.
16041 (syms_of_window): Defsubr the new defuns.
16042 (make_window): Initialize window_parameters to nil.
16043
16044 2008-06-04 John Paul Wallington <jpw@pobox.com>
16045
16046 * eval.c (Fdefmacro): Doc fix.
16047
16048 2008-06-04 Kenichi Handa <handa@m17n.org>
16049
16050 * coding.c (detect_coding): Fix handling of coding->head_ascii.
16051 Be sure to call setup_coding_system when we find a proper coding system.
16052 (detect_coding_system): Fix handling of coding->head_ascii.
16053
16054 2008-06-03 Andreas Schwab <schwab@suse.de>
16055
16056 * font.c (font_prop_validate_spacing): Fix last change.
16057
16058 2008-06-03 Kenichi Handa <handa@m17n.org>
16059
16060 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
16061 (font_parse_fcname): Fix handling of unknown key.
16062
16063 * xfont.c (xfont_list): Try an alias.
16064
16065 * charset.c (char_charset): Return NULL if the arg charset_list is
16066 specified and C doesn't belong to any of them.
16067
16068 2008-06-02 Chip Coldwell <coldwell@redhat.com>
16069
16070 * font.c (font_pixel_size): Don't take cdr of an integer.
16071
16072 2008-06-02 Jim Meyering <meyering@redhat.com>
16073
16074 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
16075 * alloc.c (xfree): Return right away for a NULL arg.
16076 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
16077 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
16078 * mac.c (create_apple_event_from_event_ref): Likewise.
16079 (create_apple_event_from_drag_ref, cfstring_create_normalized):
16080 Likewise.
16081 * doprnt.c (doprnt1): Likewise.
16082 * frame.c (frame): Likewise.
16083 * keyboard.c (wipe_kboard): Likewise.
16084 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
16085 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
16086 * term.c (tty_default_color_capabilities, maybe_fatal)
16087 (delete_tty): Likewise.
16088 * w16select.c (string): Likewise.
16089 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
16090 * w32bdf.c (w32_free_bdf_font): Likewise.
16091 * w32fns.c (w32_unload_font): Likewise.
16092 * w32font.c (w32font_close): Likewise.
16093 * window.c (size_window): Likewise.
16094 * xselect.c (receive_incremental_selection): Likewise.
16095 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
16096 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
16097 * w32.c (stat): Likewise.
16098
16099 Remove useless if-before-free tests.
16100 * editfns.c (Fset_time_zone_rule): Likewise.
16101 * lread.c (nosuffix): Likewise.
16102 * ralloc.c (get_bloc): Likewise.
16103 * regex.c (reg_free): Likewise.
16104 * xftfont.c (xftfont_open, xftfont_close): Likewise.
16105 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16106 * xsmfns.c (smc_save_yourself_CB): Likewise.
16107
16108 2008-06-02 Kenichi Handa <handa@m17n.org>
16109
16110 * font.c (font_find_for_lface): Handle float font size.
16111 (font_open_for_lface): Likewise.
16112
16113 * xfaces.c (x_supports_face_attributes_p): Check face->font before
16114 comparing the properties.
16115
16116 2008-06-01 Jason Rumney <jasonr@gnu.org>
16117
16118 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16119 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16120 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16121 Don't add empty script list.
16122 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16123
16124 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
16125
16126 * Makefile.in (dot, dotdot): Remove, update users.
16127 ".." has been used elsewhere in the file for a long time.
16128 (LIBXT_STATIC): Remove conditional based on unused variable.
16129
16130 2008-06-01 Miles Bader <miles@gnu.org>
16131
16132 * xfaces.c (Vface_remapping_alist): New variable.
16133 (syms_of_xfaces): Initialize it.
16134 (enum named_merge_point_kind): New type.
16135 (struct named_merge_point): Add `named_merge_point_kind' field.
16136 (push_named_merge_point): Make cycle detection respect different
16137 named-merge-point kinds.
16138 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16139 Remove face-name alias resolution.
16140 (lface_from_face_name): New definition using
16141 `lface_from_face_name_no_resolve'.
16142 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16143 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16144 (get_lface_attributes): New definition that layers face-remapping on
16145 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
16146 (lookup_basic_face): New function.
16147 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16148 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16149 `get_lface_attributes'.
16150 (face_at_buffer_position): Use `lookup_basic_face' to lookup
16151 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
16152 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16153
16154 * xdisp.c (init_iterator): Pass base_face_id through
16155 `lookup_basic_face' when we actually use it as a face-id.
16156 (handle_single_display_prop): Use `lookup_basic_face' to lookup
16157 DEFAULT_FACE_ID.
16158
16159 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16160 lookup the initial face-id.
16161
16162 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16163
16164 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
16165
16166 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16167 (Fremove_text_properties): Fix typos in docstrings.
16168
16169 2008-05-31 Kenichi Handa <handa@m17n.org>
16170
16171 * font.c (font_list_entities): Fix the car part of data to be
16172 stored in the cache.
16173
16174 * ftfont.c (ftfont_font_format): Don't use strcasestr.
16175
16176 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16179 Add a `test' argument so another predicate than `equal' can be used.
16180 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16181 (map_char_table): Remove unused vars `c' and `i'.
16182 * lisp.h (Foptimize_char_table): Adjust declaration.
16183 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16184
16185 2008-05-30 Kenichi Handa <handa@m17n.org>
16186
16187 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16188 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16189 defined.
16190
16191 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16194 (Fmake_variable_frame_local): Disallow mixing buffer-local and
16195 frame-local settings for the same variable.
16196
16197 2008-05-30 Kenichi Handa <handa@m17n.org>
16198
16199 * fontset.c (Ffont_info): Move to font.c.
16200 (syms_of_fontset): Delete defsubr of Sfont_info.
16201
16202 * font.c (font_style_to_value, font_score): Delete casting of the
16203 args to xstcasecmp.
16204 (register_font_driver): Increment num_font_drivers only when
16205 registering the driver globally.
16206 (Ffont_info): Move from fontset.c. Handle a font object too.
16207 (syms_of_font): Defsubr Sfont_info.
16208
16209 2008-05-29 Kenichi Handa <handa@m17n.org>
16210
16211 * coding.h (enum define_coding_utf8_arg_index): New enum.
16212 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16213 coding_attr_utf_bom.
16214 (enum utf_bom_type): Rename from utf_16_bom_type.
16215 (struct utf_16_spec): Adjust for the above change.
16216 (struct coding_system): Add utf_8_bom in `spec' union.
16217
16218 * coding.c (CODING_UTF_8_BOM): New macro.
16219 (enum coding_category): Delete coding_category_utf_8, add
16220 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16221 coding_category_utf_8_sig.
16222 (CATEGORY_MASK_UTF_8): Delete it.
16223 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16224 (CATEGORY_MASK_UTF_8_SIG): New macros.
16225 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16226 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16227 CATEGORY_MASK_UTF_8_SIG.
16228 (CATEGORY_MASK_UTF_8): New macro.
16229 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16230 (detect_coding_utf_8): Check BOM.
16231 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16232 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16233 (encode_coding_utf_16): Likewise.
16234 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16235 (detect_coding, detect_coding_system): Handle utf-8-auto.
16236 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16237 (syms_of_coding): Fix setting up of Vcoding_category_table.
16238
16239 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * process.c (Faccept_process_output): If `millisec' is non-nil,
16242 `seconds' default to 0.
16243 (wait_reading_process_output): Also return non-nil if we read output
16244 from a non-running process.
16245
16246 2008-05-29 Jason Rumney <jasonr@gnu.org>
16247
16248 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16249 `raster' specified.
16250 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16251 in the uniscribe backend, but disallow any font that has no
16252 unicode subrange support.
16253
16254 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
16255
16256 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16257 Fix typos in docstrings.
16258
16259 2008-05-29 Kenichi Handa <handa@m17n.org>
16260
16261 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16262 (Fx_family_fonts): Set frame correctly.
16263
16264 2008-05-28 Jason Rumney <jasonr@gnu.org>
16265
16266 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16267
16268 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16271 calling build_annotations.
16272
16273 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16276 (Fencode_coding_string):
16277 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16278 <latin-extra-code-table>: Fix typos in docstrings.
16279 (syms_of_coding) <coding-system-alist>: Doc fix.
16280 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16281
16282 2008-05-28 Kenichi Handa <handa@m17n.org>
16283
16284 * fontset.c (Ffont_info): Don't call font_close_object.
16285
16286 * font.c (font_parse_family_registry): Use Ffont_put to validate
16287 foundry and family.
16288 (font_delete_unmatched): Don't check spacing.
16289 (font_list_entities): Add spacing to the spec to list fonts.
16290
16291 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16292 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16293
16294 * coding.c (encode_coding_raw_text): Fix previous change.
16295 (encode_coding_object): When the dst_object is a buffer and is
16296 different from src_object, move gap to PT.
16297
16298 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16299
16300 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16301
16302 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16305 all branches. Compute it differently.
16306
16307 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16308
16309 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
16310
16311 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16312 into "else if () ... else ...".
16313
16314 2008-05-27 Jason Rumney <jasonr@gnu.org>
16315
16316 * w32font.c (w32font_open_internal): Determine if glyph indices
16317 are likely to work here.
16318
16319 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16320
16321 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16322 draw overlap glyphs with appropriate highlighting.
16323
16324 2008-05-27 Kenichi Handa <handa@m17n.org>
16325
16326 * xfont.c (xfont_open): Fix calculation of font->average_width.
16327
16328 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * casefiddle.c (casify_object): Try to guess better whether the
16331 argument is a byte or a char.
16332
16333 2008-05-26 Andreas Schwab <schwab@suse.de>
16334
16335 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16336 Always send multiples of format size.
16337
16338 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16339
16340 2008-05-26 Jason Rumney <jasonr@gnu.org>
16341
16342 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16343 (compute_metrics): Don't set failure if we just cleared the cache.
16344 (w32_weight_table): Remove unused variable.
16345 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16346 backwards compatibility.
16347
16348 2008-05-25 Kenichi Handa <handa@m17n.org>
16349
16350 * w32term.c (x_draw_glyph_string):
16351 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16352
16353 * xfaces.c: Delete unused function prototypes.
16354 (xstrlwr, font_frame): Delete them.
16355 (clear_face_cache): Delete unused variable.
16356
16357 * xftfont.c (xftfont_open): Delete unused variable.
16358 If underline_thickness is not 1, adjust underline_position.
16359
16360 * ftxfont.c (ftxfont_open): Delete unused variable.
16361
16362 * fontset.c (face_for_char): Optimize for the case of no charset
16363 property.
16364
16365 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16366 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16367 (otf_open, font_otf_capability, generate_otf_features)
16368 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16369 Comment out by surrounding "#if 0" and "#endif" for the moment.
16370 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16371 (syms_of_font): Codes for accessing above commented out.
16372
16373 2008-05-24 Eli Zaretskii <eliz@gnu.org>
16374
16375 * w32proc.c: Include dispextern.h.
16376
16377 * w32.c: Include dispextern.h.
16378
16379 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
16380
16381 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16382 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16383 Fix typos in docstrings.
16384
16385 2008-05-23 Jason Rumney <jasonr@gnu.org>
16386
16387 * xsmfns.c: Remove includes that are already included by config.h.
16388
16389 2008-05-23 Kenichi Handa <handa@m17n.org>
16390
16391 * charset.c (Qemacs, charset_emacs): New variables.
16392 (char_charset): Fix for non-Unicode characters.
16393 (syms_of_charset): Define charset_emacs.
16394
16395 * w32term.c (x_draw_glyph_string): Be sure to update
16396 s->underline_thickness and s->underline_position. Be sure to draw
16397 underline within the current line area.
16398
16399 * xterm.c (x_draw_glyph_string): Be sure to update
16400 s->underline_thickness and s->underline_position. Be sure to draw
16401 underline within the current line area.
16402
16403 * fontset.c: Delete unused variables and add casting for char *
16404 throughout the file.
16405 (fontset_font): Try the fallback fonts of the current fontset
16406 before consulting the default fontset.
16407
16408 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16409
16410 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16411
16412 2008-05-22 Jason Rumney <jasonr@gnu.org>
16413
16414 * font.c: Don't include strings.h.
16415
16416 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16417
16418 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16419 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16420 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16421 to call xstrcasecmp.
16422
16423 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16424
16425 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16426
16427 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16428
16429 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16430
16431 2008-05-22 Kenichi Handa <handa@m17n.org>
16432
16433 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16434
16435 * font.c (font_prop_validate_style): Adjust for the format
16436 change of font_style_table.
16437
16438 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16439 two args.
16440
16441 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16442 two args.
16443
16444 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * minibuf.c (keys_of_minibuf): Delete.
16447 * lisp.h (keys_of_minibuf): Delete.
16448 * emacs.c (main): Don't call keys_of_minibuf.
16449
16450 2008-05-22 Kenichi Handa <handa@m17n.org>
16451
16452 * ftfont.c (ftfont_resolve_generic_family): Rename from
16453 ftfont_list_generic_family. Return a single family for each
16454 generic family.
16455 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16456 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16457 Call font_add_log.
16458 (ftfont_match): Call font_add_log.
16459
16460 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16461 (FONT_DEBUG): Define it.
16462 (font_add_log): Extern it.
16463 (font_assert): Rename from xassert.
16464
16465 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16466 (xfont_list_family): Call font_add_log.
16467 (xfont_match): Likewise.
16468 (memq_no_quit): Delete.
16469
16470 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16471 call of Ffont_xlfd_name.
16472
16473 * xfaces.c (struct table_entry, slant_table, weight_table)
16474 (swidth_table): Move to font.c.
16475
16476 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16477 xassert are changed to font_assert. Delete many unused variables.
16478 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16479 New variables.
16480 (struct table_entry): Move from xfaces.c and modified.
16481 (weight_table, slant_table, width_table): Move from xfaces.c and
16482 contents adjusted for the change of struct table_entry.
16483 (font_style_to_value, font_style_symbolic): Adjust for the
16484 format change of font_style_table.
16485 (font_parse_family_registry): Don't overwrite existing foundry and
16486 family of font_spec.
16487 (font_score): Fix calculation of diff for sizes.
16488 (font_sort_entites): Call font_add_log.
16489 (font_delete_unmatched): Return a newly created list.
16490 (font_list_entities): Fix previous change. Call font_add_log.
16491 (font_matching_entity, font_open_entity, font_close_entity):
16492 Call font_add_log.
16493 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16494 (Finternal_set_font_style_table): Delete.
16495 (BUILD_STYLE_TABLE): New macro.
16496 (build_style_table): New function.
16497 (Vfont_log, font_log_env_checked): New variables.
16498 (font_add_log): New function.
16499 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16500 Declare Lisp variables "font-weight-table", "font-slant-table",
16501 "font-width-table", and "font-log". Initialize font_style_table.
16502
16503 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16504
16505 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16506
16507 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16508 Ryo Yoshitake <ryo@shiftmode.net>
16509
16510 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16511 (Vframe_alpha_lower_limit): New variable.
16512 (x_set_alpha): New function.
16513
16514 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16515
16516 * xfns.c (x-create-frame, Qalpha):
16517 Initialize the frame parameter `alpha'.
16518 * xterm.c (OPAQUE, OPACITY): New.
16519 (x_set_frame_alpha): New function.
16520 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16521
16522 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16523 * w32fns.c (w32_frame_parm_handlers): Likewise.
16524
16525 2008-05-20 Jason Rumney <jasonr@gnu.org>
16526
16527 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16528 truetype fonts to opentype list.
16529
16530 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16531
16532 * fontset.c (Ffontset_info): Doc fix.
16533 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16534 <ignore-relative-composition>: Fix typos in docstrings.
16535
16536 * font.c (syms-of-font) <font-encoding-alist>:
16537 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16538 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16539 (Ffont_otf_alternates): Doc fixes.
16540
16541 2008-05-20 Kenichi Handa <handa@m17n.org>
16542
16543 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16544 font.h through out the file.
16545 (FONT_DRIVERS): Rename from FONTOBJ.
16546 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16547 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16548
16549 * emacs.c (main): Call syms_of_font unconditionally.
16550
16551 * font.h (find_font_encoding): Extern it.
16552
16553 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16554 fontset.c.
16555 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16556 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16557 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16558 only when HAVE_WINDOW_SYSTEM is defined.
16559 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16560 when HAVE_WINDOW_SYSTEM is defined.
16561
16562 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16563 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16564
16565 * xfaces.c: Include font.h unconditionally.
16566 (merge_face_ref, merge_face_vectors)
16567 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16568
16569 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16572 indirect_variable.
16573 * eval.c (lisp_indirect_variable): New fun.
16574 (Fuser_variable_p): Use it.
16575
16576 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16577
16578 * lisp.h (indirect_variable):
16579 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16580 Use Lisp_Symbol pointers rather than Lisp_Object.
16581 Adjust callers.
16582 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16583 To this end, change calling-convention.
16584
16585 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16586 if some non-hidden buffers are selected by string&pred.
16587
16588 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16589
16590 * process.c (wait_reading_process_output): Always check status
16591 when in batch mode.
16592
16593 2008-05-19 Kenichi Handa <handa@m17n.org>
16594
16595 * font.c (font_list_entities): Fix handling of cache.
16596 (font_matching_entity): Likewise.
16597
16598 * ftfont.c (cs_iso8859_1): Delete.
16599 (ft_face_cache): New variable.
16600 (struct ftfont_info): New member fc_charset_idx.
16601 (ftfont_build_basic_charsets): Delete.
16602 (fc_charset_table): New variable.
16603 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16604 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16605 Callers changed.
16606 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16607 (ftfont_spec_pattern): New argument fc_charset_idx.
16608 Check registry more rigidly. Change callers.
16609 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16610 change of :font-entity property of the font.
16611
16612 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16613 property of the font.
16614
16615 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16616
16617 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16618 (Funencodable_char_position, Fcheck_coding_systems_region)
16619 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16620 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16621 (Ffind_operation_coding_system, Fset_coding_system_priority)
16622 (Fcoding_system_eol_type): Doc fixes.
16623
16624 2008-05-17 Glenn Morris <rgm@gnu.org>
16625
16626 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16627
16628 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16629
16630 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16631 and st_gid.
16632
16633 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16634 HAVE_WINDOW_SYSTEM is not defined.
16635
16636 * xfaces.c (merge_face_ref, merge_face_vectors)
16637 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16638 HAVE_WINDOW_SYSTEM is defined.
16639 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16640
16641 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16642
16643 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16644
16645 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16646
16647 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16648
16649 2008-05-15 Kenichi Handa <handa@m17n.org>
16650
16651 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16652 preference.
16653
16654 2008-05-15 Glenn Morris <rgm@gnu.org>
16655
16656 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16657
16658 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16659
16660 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16661 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16662
16663 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16664
16665 2008-05-15 Kenichi Handa <handa@m17n.org>
16666
16667 * ftfont.c (ftfont_list): Downcase family name to check generic
16668 families.
16669
16670 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16671 font-spec for QCfont value.
16672
16673 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16674 buffer. Check the return value of it.
16675
16676 2008-05-14 Jason Rumney <jasonr@gnu.org>
16677
16678 * w32term.c (w32_get_glyph_overhangs): Remove.
16679 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16680
16681 2008-05-14 Kenichi Handa <handa@m17n.org>
16682
16683 * font.c (font_prop_validate): Make nil a valid value.
16684 (font_clear_cache): Check if the cached vector of entities is nil
16685 or not.
16686
16687 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16688
16689 * emacs.c (main_thread): Conditionalize on
16690 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16691 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16692
16693 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16694 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16695 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16696
16697 2008-05-14 Kenichi Handa <handa@m17n.org>
16698
16699 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16700 has no corresponding coding system.
16701
16702 2008-05-14 Jason Rumney <jasonr@gnu.org>
16703
16704 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16705
16706 * w32font.h (w32font_open_internal): Update declaration.
16707
16708 * w32font.c (w32font_open_internal): Change last argument from
16709 w32font_info struct to font object. Fill in font object from
16710 font_entity. Get Outline metrics if possible. Use them to
16711 calculate underline position and thickness. Use xlfd name as name
16712 property. Don't set codepage.
16713 (w32font_open): Pass font_object to w32font_open_internal. Don't
16714 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16715 (w32font_draw): Use s->font.
16716 (clear_cached_metrics): Don't clear non-existent blocks.
16717
16718 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16719 font was not found.
16720 (x_draw_glyph_string): Use underline position and thickness from font.
16721
16722 * w32uniscribe.c (uniscribe_open): Pass font_object to
16723 w32font_open_internal.
16724
16725 2008-05-14 Kenichi Handa <handa@m17n.org>
16726
16727 These changes are to delete all legacy font-handling codes, and
16728 make Emacs use only font-backends.
16729
16730 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16731 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16732
16733 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16734
16735 * charset.h (Vcharset_non_preferred_head)
16736 (Vcurrent_iso639_language): Extern them.
16737
16738 * charset.c (Vcharset_non_preferred_head): New variable.
16739 (Vcurrent_iso639_language): New variable.
16740 (syms_of_charset): Declare it as a Lisp variable.
16741 (char_charset): Don't check non preferred charsets. As a last
16742 resort, return charset_unicode.
16743 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16744
16745 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16746 conditionals. Don't check enable_font_backend. Delete all codes
16747 used only when USE_FONT_BACKEND is not defined.
16748
16749 * dispextern.h (struct glyph_string): Change type of `font' to
16750 `struct font *'.
16751 (struct glyph_string): New member underline_position and
16752 underline_thickness.
16753 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16754 (struct face): Change type of `font' to `struct font *'. Remove
16755 members `font_name', `font_info_id'.
16756 (per_char_metric, encode_char): Delete externs.
16757 (calc_pixel_width_or_height): Adjust the prototype.
16758
16759 * emacs.c (enable_font_backend): Delete extern.
16760 (main): Don't set enable_font_backend. Don't check the command
16761 line argument "-disable-font-backend".
16762
16763 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16764 (enum font_property_index): New members FONT_DPI_INDEX,
16765 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16766 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16767 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16768 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16769 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16770 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16771 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16772 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16773 (struct font_spec, struct font_entity): New structs.
16774 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16775 (struct font): Many members from old "struct font_info" moved to
16776 here. Members font and entity deleted.
16777 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16778 the new font-related objects.
16779 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16780 (CHECK_FONT_GET_OBJECT): Likewise.
16781 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16782 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16783 (struct font_driver): New members case_sensitive anc check. Type
16784 of the member list and open changed.
16785 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16786 (font_symbolic_width, font_find_object, font_get_spec)
16787 (font_set_lface_from_name): Delete extern.
16788 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16789
16790 * font.c: Include <strings.h>.
16791 (enable_font_backend): Delete it.
16792 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16793 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16794 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16795 (null_string): Delete it.
16796 (null_vector): Make it static.
16797 (font_family_alist): Delete it.
16798 (Qnormal): Extern it.
16799 (QCextra, QClanguage): Delete it.
16800 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16801 (font_make_spec, font_make_entity, font_make_object)
16802 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16803 the string. Callers changed.
16804 (font_pixel_size): Adjusted for the format change of font-related
16805 objects.
16806 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16807 (font_style_to_value, font_style_symbolic): New function.
16808 (build_font_family_alist): Delete it.
16809 (font_registry_charsets): Use Fassoc_string instead of
16810 assq_no_quit.
16811 (font_prop_validate_symbol): Don't return null_string.
16812 (font_prop_validate_style): Adjusted for the change of
16813 style-related values in a font vector.
16814 (font_property_table): Delete entries for QClanguage and
16815 QCantialias, add entries for QCavgwidth.
16816 (get_font_prop_index): Delete the 2nd argument FROM.
16817 (font_prop_validate): Arguments changed.
16818 (font_put_extra): Adjusted for the change of font-related objects.
16819 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16820 (font_parse_fcname, font_unparse_fcname)
16821 (font_prepare_composition): Likewise.
16822 (font_parse_family_registry): Renamed from font_merge_old_spec.
16823 (otf_open): Delete the 1st arg entity.
16824 (font_otf_capability): Adjusted for the above change.
16825 (font_score): New arg alternate_families. Adjusted for the change
16826 of font-related objects.
16827 (font_sort_entites): New arg best_only.
16828 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16829 Delete them.
16830 (font_match_p): Check alternate families.
16831 (font_find_object): Delete it.
16832 (font_check_object): New function.
16833 (font_clear_cache): Adjusted for the change of font-related objects.
16834 (font_delete_unmatched): New arg.
16835 (font_list_entities): Call font_driver->list with a spec that
16836 doesn't specify style-related properties.
16837 (font_matching_entity): Arguments changed. Caller changed.
16838 (font_open_entity): Adjusted for the change of font-related objects.
16839 (font_close_object, font_has_char, font_encode_char)
16840 (font_get_name, font_get_spec): Likewise.
16841 (font_spec_from_name, font_clear_prop, font_update_lface):
16842 New functions.
16843 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16844 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16845 (font_at): Adjusted for the change of font-related objects.
16846 (font_range): New function.
16847 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16848 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16849 (Fcopy_font_spec, Fmerge_font_spec): New function.
16850 (Ffont_family_list): Renamed from list-families.
16851 (Finternal_set_font_style_table): Arguments changed.
16852 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16853 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16854 change of font-related objects.
16855 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16856
16857 * fontset.h (struct font_info): Delete it. Most members go to
16858 struct font.
16859 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16860 (enum FONT_SPEC_INDEX): Delete it.
16861 (font_info, list_fonts_func, load_font_func, query_font_func)
16862 (set_frame_fontset_func, find_ccl_program_func)
16863 (get_font_repertory_func, new_fontset_from_font_name): Delete
16864 externs.
16865 (fontset_from_font_name): Extern it.
16866 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16867 (FONT_INFO_FROM_FACE): Deleted.
16868 (face_for_font): Adjust prototype.
16869
16870 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16871 conditionals. Don't check enable_font_backend. Delete all codes
16872 used only when USE_FONT_BACKEND is not defined.
16873 (get_font_info_func, list_font_func, load_font_func)
16874 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16875 (get_font_repertory_func): Delete them.
16876 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16877 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16878 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16879 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16880 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16881 (fontset_compare_rfontdef): New function.
16882 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16883 rfont-defs by qsort. Adjusted for the change of font-group vector.
16884 (load_font_get_repertory): Deleted.
16885 (fontset_find_font): Use new macros to ref/set elements of
16886 font-def and rfont-def.
16887 (fontset_font): Fix the timing of remembering that no font for C.
16888 (free_face_fontset): Do nothing if the face has no fontset.
16889 (face_suitable_for_char_p): Use new macros to ref/set elements of
16890 rfont-def.
16891 (face_for_char): Likewise. Call face_for_char with font_object.
16892 (fs_load_font): Delete. Delete #pragma surrounding it.
16893 (fs_query_fontset): Use strcasecmp instead of strcmp.
16894 (generate_ascii_font_name): Adjusted for the format change of
16895 font-spec.
16896 (Fset_fontset_font): Likewise. Use new macros to set elements of
16897 font-def.
16898 (Fnew_fontset): Use font_unparse_xlfd to generate
16899 FONTSET_ASCII (fontset).
16900 (new_fontset_from_font_name): Deleted.
16901 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16902 a fontset is already created for the font. FIx updating of
16903 Vfontset_alias_alist.
16904 (fontset_ascii_font): Deleted.
16905 (Ffont_info): Adjusted for the format change of font-spec.
16906 (Finternal_char_font): Likewise.
16907 (Ffontset_info): Likewise.
16908 (syms_of_fontset): Don't check load_font_func.
16909
16910 * fns.c (internal_equal): Handle PREV_FONT.
16911
16912 * frame.h: Delete USE_FONT_BACKEND conditional.
16913
16914 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16915 conditionals. Don't check enable_font_backend. Delete all codes
16916 used only when USE_FONT_BACKEND is not defined.
16917 (x_set_font): Call x_new_font, not x_new_fontset2.
16918 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16919 already set for the frame.
16920
16921 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16922 a font-entity by font_make_entity. Use font_intern_prop instead
16923 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16924 font property. If a font is scalable, set avgwidth property to 0.
16925 Set font-entity property by font_put_extra.
16926 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16927 (ffont_driver): Adjusted for the change of struct font_driver.
16928 (ftfont_spec_pattern): New function.
16929 (ftfont_list): Return a list, not vector.
16930 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16931 (ftfont_list_family): Don't downcase names.
16932 (ftfont_free_entity): Deleted.
16933 (ftfont_open): Return a font-object. Adjusted for the change of
16934 struct font. Get underline_thickness and underline_position from
16935 font property. Don't update dpyinfo->smallest_font_height and
16936 dpyinfo->smallest_char_width.
16937 (ftfont_close): Don't free `struct font'.
16938 (ftfont_has_char): Adjusted for the format change of font-entity.
16939 (ftfont_encode_char, ftfont_text_extents): Likewise.
16940
16941 * ftxfont.c (ftxfont_list): Return a list, not vector.
16942 (ftxfont_open): Return a font-object. Adjusted for the change of
16943 struct font. Get underline_thickness and underline_position from
16944 font property. Don't update dpyinfo->smallest_font_height and
16945 dpyinfo->smallest_char_width.
16946 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16947 (ftxfont_draw): Adjusted for the change of struct font.
16948
16949 * image.c (image_ascent): Don't include "charset.h". Include
16950 "character.h" and "font.h".
16951
16952 * lisp.h (enum pvec_type): New member PREV_FONT.
16953 (Fassoc_string): EXFUN it.
16954
16955 * print.c: Include font.h.
16956 (print_object): Handle font-related objects.
16957
16958 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16959 conditionals. Don't check enable_font_backend. Delete all codes
16960 used only when USE_FONT_BACKEND is not defined.
16961 (handle_auto_composed_prop): Do nothing if it->f is not on a
16962 window system. Check how many following characters can be
16963 displayed by the same font.
16964 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16965 'struct font *'.
16966 (get_char_face_and_encoding): Assign the whole encoding task to
16967 the `encode-char' method of a font driver.
16968 (fill_composite_glyph_string): Adjusted for the change of `struct
16969 face' and `struct glyph_string'.
16970 (fill_glyph_string): Likewise.
16971 (get_per_char_metric): Arguments changed.
16972 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16973 and `struct glyph_string'.
16974 (produce_stretch_glyph, calc_line_height_property)
16975 (x_produce_glyphs): Likewise.
16976
16977 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16978 conditionals. Don't check enable_font_backend. Delete all codes
16979 used only when USE_FONT_BACKEND is not defined. Use
16980 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16981 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16982 (Qp): Extern them.
16983 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16984 Deleted.
16985 (struct font_name): Deleted.
16986 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16987 (compare_fonts_by_sort_order): New function.
16988 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16989 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16990 Deleted.
16991 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16992 compare_fonts_by_sort_order.
16993 (Fx_font_family_list): Call Ffont_family_list.
16994 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16995 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16996 (face_symbolic_slant, face_symbolic_swidth)
16997 (split_font_name_into_vector, build_font_name_from_vector)
16998 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16999 (font_rescale_ratio, split_font_name, build_font_name)
17000 (free_font_names, sort_fonts, x_face_list_fonts)
17001 (face_font_available_p, sorted_font_list, cmp_font_names)
17002 (font_list_1, concat_font_list, font_list, remove_duplicates):
17003 Deleted.
17004 (Fx_list_fonts): Use Ffont_list.
17005 (LFACE_AVGWIDTH): Deleted.
17006 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
17007 by FONTP.
17008 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
17009 (set_lface_from_font_name): Delete it.
17010 (set_lface_from_font): Renamed from
17011 set_lface_from_font_and_fontset. Caller changed. Don't set
17012 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
17013 for face.
17014 (merge_face_vectors): Copy font-spec if necessary.
17015 Clear properties of the font-spec if necessary.
17016 (merge_face_ref): Clear properties of the font-spec if necessary.
17017 (Finternal_set_lisp_face_attribute): Likewise.
17018 (set_font_frame_param): Use font_load_for_lface to load a
17019 font-object, and call Fmodify_frame_parameters with it.
17020 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
17021 font name by Ffont_xlfd_name.
17022 (Finternal_lisp_face_attribute_values): Don't check QCweight,
17023 QCslant, and QCwidth.
17024 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
17025 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
17026 Compare fonts by EQ.
17027 (lookup_non_ascii_face): Deleted.
17028 (face_for_font): The 2nd argument changed.
17029 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
17030 Check atomic font properties by case insensitive.
17031 (realize_non_ascii_face): Set face->overstrike correctly.
17032 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
17033 (dump_realized_face): Get font name from
17034 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
17035
17036 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
17037 conditionals. Don't check enable_font_backend. Delete all codes
17038 used only when USE_FONT_BACKEND is not defined.
17039 (xic_create_xfontset): Original code deleted and renamed from
17040 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
17041 (x_make_gc): Don't set GCFont in GCs.
17042 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
17043 opened by "fixed".
17044 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
17045 find_ccl_program_func, query_font_func, set_frame_fontset_func,
17046 get_font_repertory_func.
17047
17048 * xfont.c: Include <stdlib.h> and "ccl.h".
17049 (struct xfont_info): New structure.
17050 (xfont_query_font): Deleted.
17051 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
17052 moved from xterm.c.
17053 (xfont_driver): Adjusted for the change of struct font_driver.
17054 (compare_font_names): New function.
17055 (xfont_list_pattern): Sort font names case insensitively. Make
17056 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
17057 (xfont_list): Return a list, not vector.
17058 (xfont_match): If the font doesn't have QCname property, generate
17059 a name from the other font properties.
17060 (xfont_open): Return a font-object. Adjusted for the change of
17061 struct font. Get underline_thickness and underline_position from
17062 font property. Don't update dpyinfo->smallest_font_height and
17063 dpyinfo->smallest_char_width.
17064 (xfont_close): Don't free struct font.
17065 (xfont_prepare_face): Adjusted for the change of struct font.
17066 (xfont_done_face): Deleted.
17067 (xfont_has_char): Adjusted for the change of struct font.
17068 (xfont_encode_char, xfont_draw): Likewise.
17069 (xfont_check): New function.
17070
17071 * xftfont.c (xftfont_list): Adjusted for the change of `list'
17072 callback function.
17073 (xftfont_match): Adjusted for the format change of font-entity.
17074 (xftfont_open): Adjusted for the format change of font-entity and
17075 font-object. Adjusted for the change of struct font. Return a
17076 font-object. Don't update dpyinfo->smallest_font_height and
17077 dpyinfo->smallest_char_width.
17078 (xftfont_close): Block input while calling XftFontClose.
17079 (xftfont_prepare_face): Don't block input while calling
17080 xftfont_get_colors. Adjusted for the change of struct font.
17081 (xftfont_shape): Return value of error case fixed.
17082
17083 * xrdb.c (x_load_resources): Don't setup a fontset resource.
17084
17085 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
17086 conditionals.
17087 (FONT_WIDTH): Return (f)->max_width.
17088 (struct x_display_info): Delete member `font'.
17089 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
17090 (x_find_ccl_program, x_get_font_repertory): Delete externs.
17091 (struct x_output): Change type of `font' to `struct font *'.
17092
17093 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
17094 conditionals. Don't check enable_font_backend. Delete all codes
17095 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
17096 (x_per_char_metric, x_encode_char): Deleted.
17097 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
17098 (x_compute_glyph_string_overhangs): Adjusted for the change of
17099 `struct face'.
17100 (x_draw_glyph_string_foreground)
17101 (x_draw_composite_glyph_string_foreground): Likewise.
17102 (x_draw_glyph_string): Likewise. Use font->underline_position and
17103 font->underline_thickness.
17104 (x_new_font): Renamed from x_new_fontset2.
17105 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17106 (x_check_font): Call `check' method of a font driver.
17107 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17108 (x_query_font, x_get_font_repertory): Deleted.
17109 (x_find_ccl_program): Renamed and moved to xfont.c.
17110 (x_redisplay_interface): Adjusted for the change of `struct
17111 redisplay_interface'.
17112
17113 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17114 conditionals. Don't check enable_font_backend. Delete all codes
17115 used only when USE_FONT_BACKEND is not defined. Surround non-used
17116 code by "#ifdef OLD_FONT" and "endif".
17117 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17118
17119 * w32font.h (struct w32font_info): New member.
17120 (FONT_COMPAT): New macro.
17121 (w32font_open_internal): Prototype adjusted.
17122
17123 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17124 OLD_FONT" and "endif".
17125
17126 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17127 conditionals. Don't check enable_font_backend. Delete all codes
17128 used only when USE_FONT_BACKEND is not defined.
17129 (w32font_open): Return a font-object. Make a font-object by
17130 font_make_object. Adjusted for the change of struct w32font_info.
17131 (w32font_close): Don't free struct font. Adjusted for the change
17132 of struct w32font_info.
17133 (w32font_encode_char, w32font_text_extents, w32font_draw):
17134 Adjusted for the change of struct w32font_info.
17135 (w32font_draw): Likewise.
17136 (w32font_list_internal): Return a list, not vector.
17137 (w32font_open_internal): Change the 4th arg to font-object.
17138 Adjusted for the change of struct w32font_info and font-object format.
17139 (add_font_name_to_list): Don't downcase names.
17140 (w32_enumfont_pattern_entity): Make a font-entity by
17141 font_make_entity. Adjusted for the format change of font-entity.
17142 Use FONT_SET_STYLE to set a style-related font property. If a
17143 font is scalable, set avgwidth property to 0. Set font-entity
17144 property by font_put_extra.
17145 (font_matches_spec): Adjusted for the format change of font-entity.
17146 (w32_weight_table, w32_decode_weight): New variables.
17147 (w32_encode_weight): New function.
17148 (fill_in_logfont): Adjusted for the format change of font-spec.
17149 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17150 weight value.
17151 (w32font_driver): Adjusted for the change of struct font_driver.
17152
17153 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17154 conditionals. Don't check enable_font_backend. Surround non-used
17155 code by "#ifdef OLD_FONT" and "endif".
17156 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17157 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17158
17159 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17160 conditionals. Don't check enable_font_backend. Delete all codes
17161 used only when USE_FONT_BACKEND is not defined. Surround non-used
17162 code by "#ifdef OLD_FONT" and "endif".
17163
17164 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17165 (uniscribe_open): Return value changed to font-object.
17166 Adjusted for the format change of font-object.
17167 (uniscribe_otf_capability): Adjusted for the change of struct font.
17168 (add_opentype_font_name_to_list): Don't downcase names.
17169 (uniscribe_font_driver): Adjusted for the change of struct
17170 font_driver.
17171
17172 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
17173
17174 * dispnew.c (update_frame_1): Check if tty output is still valid
17175 before flushing it.
17176
17177 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
17178
17179 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17180 to Gtk+ menus.
17181
17182 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17183
17184 * dired.c (file_name_completion): Tweak the code so as to always do it
17185 in a single pass. Tighten the scope of some variables.
17186
17187 * dired.c (Qdefault_directory): New var.
17188 (file_name_completion): Use it instead of Fexpand_file_name.
17189 (syms_of_dired): Initialize it.
17190
17191 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * fileio.c (double_dollars): Remove dead code.
17194
17195 2008-05-10 Eli Zaretskii <eliz@gnu.org>
17196
17197 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17198 Mention w32-get-true-file-attributes in doc string.
17199
17200 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17201
17202 2008-05-09 Glenn Morris <rgm@gnu.org>
17203
17204 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17205 2008-04-23.
17206
17207 2008-05-09 Eli Zaretskii <eliz@gnu.org>
17208
17209 Support for reporting owner and group of each file on MS-Windows:
17210 * dired.c (stat_uname, stat_gname): New functions, with special
17211 implementation for w32.
17212 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17213
17214 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17215 (dflt_group_name): New static variable.
17216 (dflt_group): Rename from the_group.
17217 (init_user_info): Init dflt_group fields. Get user's group name
17218 from LookupAccountSid.
17219 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17220 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17221 New initialization states.
17222 (globals_of_w32): Initialize them to zero. Initialize the default
17223 group name to "None".
17224 (GetFileSecurity_Name): New global var, the name of the function
17225 to call for GetFileSecurity.
17226 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17227 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17228 (get_file_security, get_security_descriptor_owner)
17229 (get_security_descriptor_group, is_valid_sid)
17230 (get_file_security_desc, get_rid, get_name_and_id)
17231 (get_file_owner_and_group): New functions.
17232 (stat): Use get_file_security_desc and get_file_owner_and_group to
17233 report the owner and primary group of each file. Don't ignore the
17234 high 32 bits of file's size, now that st_size is 64-bit wide.
17235 Fix test when to get true file attributes.
17236 (init_user_info): Use get_rid instead of equivalent inline code.
17237 (fstat): Don't ignore the high 32 bits of file's size.
17238
17239 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
17240
17241 * image.c (png_load): Use correct bit-depth for setting background
17242 color.
17243
17244 2008-05-08 Eli Zaretskii <eliz@gnu.org>
17245
17246 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17247 epa-hook.elc.
17248
17249 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17252
17253 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17254
17255 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17256 because the original parameters are in pure storage now.
17257 (mac_window): Remove unused params. Update callers.
17258
17259 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * lread.c (substitute_object_recurse): Use lower-level primitives.
17262 Don't signal errors when traversing sub-char-tables.
17263 Don't loop over all the possible characters when traversing char-tables.
17264
17265 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17266 just like we do in print.c.
17267
17268 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * minibuf.c (Ftry_completion): Remove code left over from when we used
17271 scmp instead of Fcompare_strings.
17272
17273 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
17274
17275 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17276
17277 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17278
17279 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17280 Create bitmap context in native byte order.
17281
17282 * macterm.c (XDrawLine)
17283 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17284 context in native byte order.
17285
17286 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17287
17288 * config.in: Regenerate.
17289
17290 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17291 New definitions for Image I/O support.
17292 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17293 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17294 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17295 (mac_data_provider_release_data, image_load_image_io)
17296 [USE_MAC_IMAGE_IO]: New functions.
17297 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17298 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17299 (init_image_func_pointer) [MAC_OSX]: Remove function.
17300 (image_load_quartz2d) [MAC_OSX]: Check availability of
17301 CGImageCreateWithPNGDataProvider at compile time.
17302 Use lowercase `false' for boolean constant.
17303 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17304 Use image_load_image_io.
17305 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17306 Don't check MyCGImageCreateWithPNGDataProvider.
17307 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17308 Don't call init_image_func_pointer.
17309
17310 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17311
17312 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17313 Make variable non-static.
17314 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17315 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17316
17317 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17318 (RED_FROM_ULONG): Mask off higher bits.
17319 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17320
17321 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17322 Include AvailabilityMacros.h.
17323 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17324 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17325
17326 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * chartab.c (Fset_char_table_range): If range is t, really set all
17329 chars to that value.
17330
17331 2008-05-03 Eli Zaretskii <eliz@gnu.org>
17332
17333 * dired.c (Ffile_attributes): Don't allow the device number become
17334 negative.
17335
17336 2008-05-02 Daiki Ueno <ueno@unixuser.org>
17337
17338 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17339
17340 2008-05-02 Juri Linkov <juri@jurta.org>
17341
17342 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17343 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17344 DEFAULT argument as a list of default values in docstrings.
17345
17346 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
17347
17348 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17349
17350 2008-05-01 Martin Rudalics <rudalics@gmx.at>
17351
17352 * dispnew.c (change_frame_size_1): Preserve small windows when
17353 shrinking frames by calling set_window_height|width with third
17354 arg 2.
17355
17356 * window.h (struct window): Replace field too_small_ok by field
17357 resize_proportionally.
17358
17359 * window.c (make_window): Initialize resize_proportionally.
17360 (enlarge_window): Temporarily set resize_proportionally to make
17361 sure that shrink_windows does scale the window proportionally.
17362 (shrink_windows): When window has resize_proportionally set try
17363 to shrink it proportionally by stealing from other windows.
17364 (struct saved_window, Fset_window_configuration)
17365 (compare_window_configurations): Handle resize_proportionally.
17366 (WINDOW_TOTAL_SIZE): New macro.
17367 (window_min_size, shrink_windows, size_window): Use it.
17368 (check_min_window_sizes): Remove. Invalid values of
17369 window-min-height|width are handled by window_min_size_2 now.
17370 (size_window, Fsplit_window, enlarge_window)
17371 (adjust_window_trailing_edge, grow_mini_window): Don't call
17372 check_min_window_sizes.
17373 (window_min_size_2, window_min_size_1, window_min_size):
17374 New argument safe_p for retrieving "safe" minimum sizes.
17375 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17376 (adjust_window_trailing_edge, grow_mini_window):
17377 Adjust arguments of window_min_size... functions.
17378 (shrink_windows): Argument min_size removed. New argument
17379 safe_p allows shrinking windows to their safe minimum sizes.
17380 Calculate minimum size and decide whether a window shall be
17381 deleted for each window individually.
17382 (size_window): When nodelete_p equals 2, tell shrink_windows to
17383 delete windows only if their new minimum size is no more safe.
17384 (shrink_window_lowest_first): Call window_min_size_1 to make
17385 sure to preserve modeline of bottom-most window when resizing
17386 the minibuffer.
17387 (Fset_window_configuration, Fcurrent_window_configuration)
17388 (compare_window_configurations): Do not handle
17389 window-min-height|width any more.
17390 (syms_of_window): Clarify window-min-height|width doc-strings.
17391
17392 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17395 some more. Copy some of the code from Ftry_completions.
17396 Remove special case code that dates back to initial revision when the
17397 slash was only added when necessary and that can't trigger nowadays.
17398
17399 2008-04-27 Kenichi Handa <handa@m17n.org>
17400
17401 * font.c (font_prop_validate): Signal `error' instead of `font'.
17402
17403 2008-04-29 Jason Rumney <jasonr@gnu.org>
17404
17405 * w32fns.c (Fw32_battery_status): New defun.
17406 (syms_of_w32fns): Defsubr it.
17407
17408 2008-04-28 Andreas Schwab <schwab@suse.de>
17409
17410 * dired.c (file_name_completion): Fix another mixing of encoded
17411 and decoded names.
17412
17413 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17416
17417 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17418
17419 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17420
17421 2008-04-27 Andreas Schwab <schwab@suse.de>
17422
17423 * dired.c (file_name_completion): Fix inappropriate mixing of
17424 encoded and decoded names.
17425
17426 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17427
17428 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17429
17430 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17431
17432 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17433 2008-03-31, it's not needed anymore with `struct stat' definition
17434 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17435 for the same reasons.
17436
17437 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17438
17439 * m/sparc.h: Additional redefinitions for GNU/Linux.
17440
17441 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17442
17443 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17444 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17445 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17446 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17447 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17448 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17449 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17450 Likewise.
17451
17452 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17453 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17454 (mac_ax_number_of_characters): Add externs.
17455 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17456 [USE_MAC_TSM]: Likewise.
17457 (mac_handle_text_input_event) [MAC_OSX]:
17458 Handle kEventTextInputOffsetToPos for no active input area case.
17459 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17460 (mac_handle_document_access_event)
17461 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17462 (install_application_handler) [MAC_OSX]: Register handlers for
17463 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17464 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17465 Register mac_handle_document_access_event.
17466
17467 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17468 Make functions non-static.
17469
17470 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17471
17472 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17473 (read_file_name_completion_ignore_case, insert_default_directory)
17474 (Qdefault_directory): Move to minibuffer.el.
17475 (Fread_file_name): Call the new `read-file-name' instead.
17476
17477 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17478
17479 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17480 Make function non-static.
17481 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17482 Remove function.
17483 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17484 Move to mactoolbox.c.
17485 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17486
17487 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17488 (mac_rect_make): New macro.
17489
17490 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17491 instead of float.
17492 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17493 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17494 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17495 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17496 CGRectMake.
17497 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17498 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17499 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17500 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17501 instead of WindowRef in argument type.
17502 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17503 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17504 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17505 instead of DISPLAY. All uses changed.
17506 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17507 (x_calc_absolute_position): Simplify so as not to use
17508 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17509
17510 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17511 instead of WindowRef in argument type.
17512 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17513 [TARGET_API_MAC_CARBON]: Remove externs.
17514 (create_apple_event, mac_event_parameters_to_lisp)
17515 [TARGET_API_MAC_CARBON]: Add externs.
17516
17517 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17518 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17519 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17520 is clicked.
17521 (x_activate_menubar): Remove extern for saved_menu_event_location.
17522 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17523 Move from mac.c.
17524
17525 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17526
17527 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17528 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17529
17530 2008-04-23 Jason Rumney <jasonr@gnu.org>
17531
17532 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17533 attributes only for local files.
17534
17535 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17536 default to Qlocal.
17537
17538 2008-04-22 Juri Linkov <juri@jurta.org>
17539
17540 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17541 read-buffer-to-switch instead of using the letter "B".
17542
17543 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * fileio.c (Qdefault_directory): New variable.
17546 (Fread_file_name): Use it to pass `dir' to the completion functions.
17547
17548 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17549
17550 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17551
17552 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * keyboard.c (Vpre_help_message): Remove.
17555 (show_help_echo): Remove default C code.
17556
17557 * dired.c (directory_files_internal, file_name_completion):
17558 Only call ENCODE_FILE if the string is indeed decoded.
17559
17560 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17561
17562 * Makefile.in (TOOLKIT_DEFINES): Remove.
17563 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17564
17565 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17566
17567 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17568 (mactoolbox.o): New target.
17569
17570 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17571 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17572
17573 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17574 Use mac_set_frame_window_background instead of XSetWindowBackground.
17575 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17576 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17577 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17578 instead of SetWindowTitleWithCFString.
17579 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17580 Move function to mactoolbox.c.
17581 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17582 Use mac_set_window_modified instead of SetWindowModified.
17583 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17584 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17585 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17586 FrontNonFloatingWindow. Use mac_activate_window instead of
17587 ActivateWindow. Use mac_active_non_floating_window instead of
17588 ActiveNonFloatingWindow.
17589 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17590 Use mac_show_hourglass and mac_hide_hourglass.
17591 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17592 instead of GetGlobalMouse.
17593 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17594 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17595 Use mac_bring_window_to_front instead of BringToFront.
17596 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17597 mactoolbox.c.
17598 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17599 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17600 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17601 mactoolbox.c.
17602
17603 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17604 (XtPointer): Move typedef from macmenu.c.
17605 (enum button_type): Move enum from macmenu.c.
17606 (widget_value): Move typedef from macmenu.c.
17607 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17608 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17609 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17610 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17611 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17612 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17613 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17614 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17615 (Selection): Move typedef from macselect.c.
17616 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17617 macterm.c.
17618 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17619 (mac_is_window_collapsed, mac_bring_window_to_front)
17620 (mac_send_window_behind, mac_hide_window, mac_show_window)
17621 (mac_collapse_window, mac_front_non_floating_window)
17622 (mac_active_non_floating_window, mac_activate_window)
17623 (mac_move_window_structure, mac_move_window, mac_size_window)
17624 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17625
17626 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17627 (enum mac_menu_kind): Move enum to mactoolbox.c.
17628 (min_menu_id): Move variable to mactoolbox.c.
17629 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17630 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17631 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17632 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17633 [TARGET_API_MAC_CARBON]: Likewise.
17634 (XtPointer): Move typedef to macgui.h.
17635 (enum button_type): Move enum to macgui.h.
17636 (widget_value): Move typedef to macgui.h.
17637 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17638 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17639 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17640 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17641 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17642 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17643 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17644 (popup_activated_flag): Make variable non-static.
17645 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17646 (add_menu_item, fill_menu, dispose_menus):
17647 Move functions to mactoolbox.c.
17648 (restore_show_help_function, menu_target_item_handler)
17649 (install_menu_target_item_handler, mac_handle_dialog_event)
17650 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17651 [TARGET_API_MAC_CARBON]: Likewise.
17652 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17653 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17654 (find_and_call_menu_selection, name_is_separator): Make function
17655 non-static.
17656 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17657 to mactoolbox.c.
17658 (set_frame_menubar): Don't call install_menu_quit_handler.
17659 (menu_item_selection): New variable.
17660 (mac_menu_show): Use create_and_show_popup_menu.
17661 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17662 selection but set variable menu_item_selection. All uses changed.
17663 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17664 Call install_menu_quit_handler. Move to mactoolbox.c.
17665
17666 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17667 (Selection): Move typedef to macgui.h.
17668 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17669 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17670 Make variables non-static.
17671 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17672 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17673 Make functions non-static.
17674 (Vmac_service_selection) [MAC_OSX]: Likewise.
17675 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17676 (mac_valid_selection_target_p, mac_clear_selection)
17677 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17678 (mac_put_selection_value, mac_selection_has_target_p)
17679 (mac_get_selection_value, mac_get_selection_target_list)
17680 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17681 Move functions to mactoolbox.c.
17682 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17683 Likewise.
17684 (copy_scrap_flavor_data, mac_handle_service_event)
17685 (install_service_handler) [MAC_OSX]: Likewise.
17686 (syms_of_macselect) <Vmac_dnd_known_types>:
17687 Use mac_dnd_default_known_types.
17688
17689 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17690 Move to mactoolbox.c.
17691 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17692 (Fx_selection_owner_p): Add EXFUN.
17693 (install_window_handler, remove_window_handler, XSetWindowBackground):
17694 Remove externs.
17695 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17696 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17697 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17698 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17699 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17700 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17701 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17702 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17703 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17704 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17705 (mac_valid_selection_target_p, mac_clear_selection)
17706 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17707 (mac_put_selection_value, mac_selection_has_target_p)
17708 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17709 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17710 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17711 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17712 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17713 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17714 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17715 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17716 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17717
17718 * mactoolbox.c: New file.
17719
17720 2008-04-18 Jason Rumney <jasonr@gnu.org>
17721
17722 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17723
17724 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17725
17726 * character.c (Fmultibyte_char_to_unibyte):
17727 Return latin1 chars unchanged.
17728
17729 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17730 relocated if it points to `name'.
17731
17732 2008-04-17 Kenichi Handa <handa@m17n.org>
17733
17734 * data.c (Faset): Allow setting a multibyte character in an
17735 ASCII-only unibyte string.
17736
17737 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17738
17739 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17742 done in config.h.
17743
17744 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17745
17746 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17747 (Fchar_direction): Add usage in the docstring.
17748
17749 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17750
17751 * keyboard.c (read_key_sequence): Remove always-true checks.
17752
17753 2008-04-14 Jason Rumney <jasonr@gnu.org>
17754
17755 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17756 compatibility struct, for better underline positioning.
17757
17758 2008-04-13 David Hansen <david.hansen@gmx.net>
17759
17760 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17761 string.
17762
17763 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17764
17765 * m/hp800.h (XUINT, XSET): Remove.
17766
17767 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17768
17769 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17770 previous change.
17771
17772 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17775 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17776
17777 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * keymap.h (map_keymap_canonical): Declare.
17780 * xmenu.c (single_keymap_panes): Use it.
17781
17782 2008-04-11 Glenn Morris <rgm@gnu.org>
17783
17784 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17785 set the target's value to that of the alias.
17786
17787 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * term.c (set_tty_color_mode): Left over typo.
17790
17791 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17792
17793 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17794 only after check for file name handler functions. Signal, when
17795 native functionality is not supported.
17796 (syms_of_fileio): Declare it unconditionally.
17797
17798 2008-04-10 Jason Rumney <jasonr@gnu.org>
17799
17800 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17801 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17802
17803 * w32.c (logon_network_drive): Also logon to remote drives that
17804 are mapped to drive letters.
17805
17806 2008-04-10 Glenn Morris <rgm@gnu.org>
17807
17808 * xdisp.c (truncate-partial-width-windows): Doc fix.
17809
17810 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17813 Move functions to minibuffer.el.
17814 (syms_of_fileio): Don't declare them.
17815
17816 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17819 (syms_of_minibuf): Remove its initialization.
17820
17821 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17822
17823 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17824
17825 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17826
17827 2008-04-09 Jason Rumney <jasonr@gnu.org>
17828
17829 * makefile.w32-in (distclean): Delete makefile too.
17830 (maintainer-clean): New target.
17831
17832 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17833
17834 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17835 for new font backend and composite cases.
17836
17837 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17838
17839 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17840 Most of the code moved to run_timers.
17841 (do_pending_atimers): Call run_timers.
17842 (run_timers): New function.
17843
17844 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17845 run atimers.
17846
17847 * process.c (wait_reading_process_output): The same as above.
17848
17849 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * minibuf.c (last_exact_completion): Remove variable.
17852 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17853 (complete_and_exit_1, complete_and_exit_2)
17854 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17855 (Fdisplay_completion_list, display_completion_list_1)
17856 (Fminibuffer_completion_help, Fself_insert_and_exit)
17857 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17858 minibuffer.el.
17859 (syms_of_minibuf): Remove corresponding initializations.
17860
17861 * keyboard.c (Qdeactivate_mark): New var.
17862 (command_loop_1): Use it to call `deactivate-mark'.
17863 (syms_of_keyboard): Initialize it.
17864
17865 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17866 to another frame.
17867 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17868 Don't call set_tty_color_mode.
17869 (store_frame_param): Reset previous_frame rather than call
17870 set_tty_color_mode.
17871 * term.c (set_tty_color_mode): Rewrite.
17872 * dispextern.h (set_tty_color_mode): New type.
17873 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17874
17875 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17878 for generic chars, which do not exist any more in emacs-unicode.
17879
17880 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17881
17882 * coding.c (detect_coding_emacs_mule)
17883 (Ffind_operation_coding_system): Fix typo.
17884
17885 2008-04-08 Jason Rumney <jasonr@gnu.org>
17886
17887 * w32uniscribe.c (SNAME): Extract only symbol name.
17888
17889 * w32font.h (struct w32_metric_cache): New struct.
17890 (w32font_info): Use it.
17891 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17892 (CACHE_BLOCKSIZE): New constants.
17893
17894 * w32font.c (Qja, Qko, Qzh): New symbols.
17895 (syms_of_w32font): Initialise them.
17896 (font_matches_spec): Use them to filter by language.
17897 (recompute_cached_metrics): Remove function.
17898 (compute_metrics, clear_cached_metrics): New functions.
17899 (w32font_encode_char): Use them to manage metric cache.
17900 (w32font_text_extents): Cache metrics for all glyphs on demand.
17901 Delay converting glyph indices to WORD until needed.
17902 (w32font_open_internal): Initialize metric cache to empty.
17903 (registry_to_w32_charset): Charset should always be a symbol.
17904 (fill_in_logfont, list_all_matching_fonts): Family should
17905 always be a symbol.
17906
17907 2008-04-06 Jason Rumney <jasonr@gnu.org>
17908
17909 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17910 Give up if glyph indices not supported. Use uniscribe obtained
17911 ABC widths for individual metrics. Map glyph clusters back to
17912 characters using fClusterStart flag. Return number of glyphs
17913 produced, not chars processed.
17914 (uniscribe_shape): Map char at FROM to current glyph.
17915
17916 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17917
17918 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17919 Use SetMenuItemHierarchicalMenu.
17920
17921 2008-04-05 Jason Rumney <jasonr@gnu.org>
17922
17923 * image.c (pbm_load): Allow color values up to 65535.
17924 Throw an error if max_color_idx is outside the supported range.
17925 Report an error when image size is invalid.
17926 Read two bytes at a time when raw images have max_color_idx above 255.
17927
17928 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17929
17930 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17931 append "CCL: Quitted" when the CCL program is quitted.
17932 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17933
17934 * ccl.h (struct ccl_program): New member quit_silently.
17935
17936 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17937
17938 * search.c (compile_pattern_1): Treat non-nil and non-string of
17939 search-spaces-regexp as nil.
17940
17941 * minibuf.c (Fassoc_string): Tweak docstring.
17942
17943 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17944
17945 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17946 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17947 2008-03-14 to force inode be positive.
17948
17949 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17950 _S_* ones, since we now use our own sys/stat.h.
17951 (stat, fstat): Don't mangle the inode number.
17952 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17953
17954 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * frame.h (struct frame): Give one more bit to `visible' since we use
17957 values larger than 1 to indicate obscured frames on ttys.
17958
17959 * keymap.c (Qkeymap_canonicalize): New var.
17960 (Fmap_keymap_internal): New fun.
17961 (describe_map): Use keymap-canonicalize.
17962
17963 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17964 (Fundo_boundary): Set them.
17965 (syms_of_undo): Initialize them.
17966 (record_point): Use them instead of last_point_position*.
17967 (last_undo_buffer): Change type.
17968
17969 2008-04-04 Jason Rumney <jasonr@gnu.org>
17970
17971 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17972 (recompute_cached_metrics): Don't set ascent and descent per char.
17973
17974 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17975 (uniscribe_check_otf): Add GC protection before consing.
17976 Rearrange loop for counting features.
17977
17978 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17979
17980 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17981 buffer with byte-size of source buffer.
17982
17983 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17984
17985 * callint.c (Fcall_interactively): Handle temporary region even
17986 when shift-select-mode is off.
17987
17988 2008-04-03 Jason Rumney <jasonr@gnu.org>
17989
17990 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17991
17992 2008-04-03 Kenichi Handa <handa@m17n.org>
17993
17994 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17995 (CATEGORY_MASK_UTF_16): Likewise.
17996 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17997 binary file.
17998 (detect_coding): Add null-byte detection for a binary file.
17999 (detect_coding_system): Likewise.
18000
18001 2008-04-03 Jason Rumney <jasonr@gnu.org>
18002
18003 * w32uniscribe.c: New file.
18004
18005 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
18006
18007 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
18008
18009 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
18010 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
18011 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
18012 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
18013 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
18014 (Qphonetic): New symbols.
18015 (syms_of_w32font): Initialize them.
18016 (font_supported_scripts): Use them.
18017 (w32font_list_family): List all charsets.
18018 (w32font_text_extents, recompute_cached_metrics): Fix metric
18019 calculations.
18020 (w32_enumfont_pattern_entity): Make full_type a DWORD.
18021 Give opentype fonts their own format.
18022 (font_matches_spec): New arguments backend and logfont.
18023 Handle :otf spec for uniscribe backend.
18024 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
18025 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
18026
18027 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
18028 font backend.
18029 (globals_of_w32fns): Initialize uniscribe font backend.
18030
18031 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
18032 dependencies.
18033 (w32uniscribe.$(O)): New file to build.
18034 (FONT_OBJ): Include w32uniscribe.$(O).
18035 (LIBS): Add uniscribe libraries.
18036
18037 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
18038
18039 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
18040
18041 * callint.c (Vshift_select_mode): New var.
18042 (Finteractive): Document new ^ spec.
18043 (Fcall_interactively): Call handle-shift-selection if the ^ spec
18044 is present.
18045
18046 * keyboard.c (Vthis_command_keys_shift_translated): New var.
18047 (command_loop_1): Avoid running the direct display versions of
18048 forward-char and backward-char if shift-selection may occur.
18049 (read_key_sequence): Set Vthis_command_keys_shift_translated if
18050 shift-translation takes place.
18051
18052 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
18053 avoid clobbering by define-minor-mode.
18054
18055 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
18056 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
18057
18058 * syntax.c (Fforward_word): Add ^ interactive spec.
18059
18060 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
18061 (Fscroll_right): Add ^ interactive spec.
18062
18063 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
18066
18067 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
18068
18069 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
18070
18071 2008-03-31 Juri Linkov <juri@jurta.org>
18072
18073 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
18074
18075 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
18076
18077 * gtkutil.c (xg_set_geometry): Fix indentation.
18078 (xg_resize_outer_widget): Remove.
18079 (x_wm_size_hint_off): Fix indentation.
18080 (xg_frame_set_char_size): Call flush_and_sync after
18081 gtk_window_resize.
18082 (x_wm_set_size_hint): Pass NULL as geometry window to
18083 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
18084 Add menu bar and tool bar height to base height.
18085 (xg_update_frame_menubar, free_frame_menubar)
18086 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
18087 (update_frame_tool_bar, free_frame_tool_bar):
18088 Change xg_resize_outer_widget to xg_frame_set_char_size.
18089
18090 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
18091
18092 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
18093 (Fdbus_call_method): New parameter TIMEOUT.
18094 (dbus-send-signal): Optimize UNGCPRO call.
18095
18096 2008-03-29 Juri Linkov <juri@jurta.org>
18097
18098 * window.c (Fdisplay_buffer): Move call to
18099 Vsplit_window_preferred_function out of conditions that check
18100 if window is eligible for vertical splitting.
18101 When Vsplit_window_preferred_function is non-nil, call it and use
18102 its non-nil return value as window. Otherwise, continue doing
18103 vertical splitting using Fsplit_window with arg horflag=nil.
18104 (syms_of_window) <Vsplit_window_preferred_function>: Change the
18105 default value from `split-window' to nil.
18106
18107 2008-03-29 Juri Linkov <juri@jurta.org>
18108
18109 * callint.c (Fcall_interactively): Revert 2008-03-16 change
18110 for interactive code letters 'b' and 'B'.
18111
18112 2008-03-29 Eli Zaretskii <eliz@gnu.org>
18113
18114 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18115 multibyte string.
18116
18117 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * keyboard.c (pending_funcalls): New var.
18120 (timer_check): Run it.
18121 (syms_of_keyboard): Initialize it.
18122 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18123 (Vdelete_terminal_functions): New vars.
18124 (syms_of_terminal): Initialize them.
18125 (Fdelete_terminal): Run delete-terminal-functions.
18126 * xdisp.c (safe_eval): Rewrite.
18127 (safe_call2): New fun.
18128 * frame.c (Qdelete_frame_functions): New var.
18129 (syms_of_frame): Initialize it.
18130 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18131 * lisp.h (safe_call2, pending_funcalls): Declare.
18132
18133 2008-03-28 Andreas Schwab <schwab@suse.de>
18134
18135 * indent.c (Fmove_to_column): Move declaration before statements.
18136
18137 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
18140 (struct frame): Use bit fields for boolean vars.
18141
18142 * process.c (server_accept_connection): Simplify naming.
18143 (emacs_get_tty_pgrp): Use SDATA.
18144
18145 * coding.c (decode_coding_object): Fix last change.
18146
18147 2008-03-27 Jason Rumney <jasonr@gnu.org>
18148
18149 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18150
18151 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
18152
18153 * charset.c (Fdefine_charset_internal): Change the way of
18154 registering charsets in Vcharset_order_list.
18155 (syms_of_charset): Make the charset `eight-bit' supplementary.
18156
18157 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
18158
18159 * regex.c (EXTEND_BUFFER): Change order of pointer addition
18160 operations, to avoid having the difference between pointers
18161 overflow.
18162
18163 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * indent.c (check_display_width): New fun.
18166 (scan_for_column): Use it.
18167
18168 * data.c (syms_of_data): Mark most-positive-fixnum and
18169 most-negative-fixnum as constants.
18170
18171 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18172
18173 * indent.c (scan_for_column): Extract from current_column_1.
18174 Merge with the same code from Fmove_to_column.
18175 (current_column_1, Fmove_to_column): Use it.
18176
18177 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * keymap.c (map_keymap_internal): New fun.
18180 (map_keymap): Use it.
18181 (Fmap_keymap_internal): New fun.
18182 (Fmap_keymap): Remove left-out test from before make_save_value.
18183
18184 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18185
18186 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18187 Use XCAR/XCDR.
18188
18189 * process.h (struct Lisp_Process): Remove filter_multibyte.
18190 * process.c (QCfilter_multibyte): Remove.
18191 (setup_process_coding_systems): Don't use filter_multibyte.
18192 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18193 (read_process_output): Don't adjust multibyteness to filter_multibyte.
18194 (Fset_process_filter_multibyte): Change the coding-system to
18195 approximate the previous behavior.
18196 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18197 coding-system.
18198
18199 * coding.c (decode_coding_object): When not decoding into a buffer,
18200 obey the coding system's preference of (uni|multi)byte.
18201
18202 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18203
18204 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18205 every char is changed and has a different byte-length.
18206 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18207 Fix int -> EMACS_INT.
18208
18209 2008-03-23 David Hansen <david.hansen@gmx.net>
18210
18211 * dbusbind.c (xd_read_message): Remove extra copying of message
18212 strings. Check for NULL `interface' or `member'.
18213
18214 2008-03-22 Eli Zaretskii <eliz@gnu.org>
18215
18216 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18217 cFileName a file name that includes `?' characters, use the 8+3
18218 alias in cAlternateFileName instead.
18219
18220 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18223
18224 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18227 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18228 work on current_buffer only instead (that was already the case
18229 for some of the code anyway).
18230 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18231 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18232 (SET_PT, SET_PT_BOTH): Adjust.
18233 * intervals.h (set_point, temp_set_point, set_point_both)
18234 (temp_set_point_both): Remove redundant declarations.
18235
18236 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18237
18238 * fileio.c (Finsert_file_contents):
18239 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18240 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18241 when buffer != current_buffer anyway.
18242
18243 2008-03-20 Andreas Schwab <schwab@suse.de>
18244
18245 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18246 as default.
18247
18248 2008-03-19 Jason Rumney <jasonr@gnu.org>
18249
18250 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18251 (syms_of_w32fns): Initialize them.
18252 (HOURGLASS_ID): New constant.
18253 (x_window_to_frame): Don't check hourglass_window.
18254 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18255 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18256 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18257 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18258 Only change the cursor if hourglass is not active.
18259 (Fx_create_frame): Initialize frame's current_cursor.
18260 (hourglass_atimer): Remove.
18261 (hourglass_started): New function.
18262 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18263 (show_hourglass): Adapt to w32, changing argument to frame.
18264
18265 * w32term.h (struct w32_output): Remove hourglass_window.
18266 Add current_cursor.
18267
18268 * eval.c (call_debugger, Fsignal):
18269 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18270 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18271 (Fexecute_extended_command, cancel_hourglass_unwind):
18272 * minibuf.c (read_minibuf):
18273 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18274
18275 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * window.c (run_funs): New fun.
18278 (run_window_configuration_change_hook): Use it to run the buffer-local
18279 and the global part of the hook.
18280
18281 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18282 (unwind_format_mode_line): Restore selected window.
18283 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18284
18285 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * editfns.c (Fchar_equal): Check they are valid characters.
18288
18289 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18290
18291 2008-03-17 Andreas Schwab <schwab@suse.de>
18292
18293 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18294 against a charset.
18295
18296 * lisp.h (Fbuffer_list): Declare.
18297
18298 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
18299
18300 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18301 handlebox_widget is != 0.
18302
18303 2008-03-16 Juri Linkov <juri@jurta.org>
18304
18305 * callint.c (Fcall_interactively): For interactive code letters
18306 'b' and 'B' put the buffer list into the list of default "future"
18307 values of the minibuffer.
18308
18309 2008-03-16 Andreas Schwab <schwab@suse.de>
18310
18311 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18312 modifiers.
18313
18314 * regex.c (re_match_2_internal): Correct matching of a charset
18315 against latin-1 characters.
18316
18317 2008-03-16 Kenichi Handa <handa@m17n.org>
18318
18319 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18320 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18321 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18322 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18323 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18324 CHAR_STRING_ADVANCE.
18325 (produce_chars): Fix for the case that the source and the
18326 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18327 instead of CHAR_STRING_ADVANCE.
18328 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18329 STRING_CHAR_ADVANCE.
18330
18331 2008-03-15 Andreas Schwab <schwab@suse.de>
18332
18333 * regex.c (re_match_2_internal): Correct matching of eight bit
18334 characters in unibyte strings.
18335
18336 2008-03-15 Martin Rudalics <rudalics@gmx.at>
18337
18338 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18339 at end of range when it coincides with the end of the buffer.
18340
18341 2008-03-14 Eli Zaretskii <eliz@gnu.org>
18342
18343 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18344
18345 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18346
18347 2008-03-14 Jason Rumney <jasonr@gnu.org>
18348
18349 * editfns.c (initial_tz): New variable.
18350 (syms_of_editfns): Initialize it.
18351 (Fset_time_zone_rule): Set it when first called.
18352 Use it when TZSTRING is nil.
18353
18354 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18355 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18356 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18357 (globals_of_w32fns): Initialize them.
18358 (compute_tip_xy): Use them to position tooltips.
18359
18360 2008-03-14 Glenn Morris <rgm@gnu.org>
18361
18362 * emacs.c (main): Revert previous change.
18363 (standard_args): Revert -internal-script back to -scriptload,
18364 and remove the long-option form.
18365
18366 2008-03-13 Glenn Morris <rgm@gnu.org>
18367
18368 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18369 Remove option -enable-font-backend.
18370
18371 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18374
18375 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18376
18377 * xterm.c (x_connection_closed): For GTK: If this is the last
18378 terminal just exit without closing the display.
18379
18380 2008-03-11 Jason Rumney <jasonr@gnu.org>
18381
18382 * w32font.c (w32font_full_name): Use floor to round.
18383
18384 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18385
18386 * sound.c (alsa_configure): Declare vol at beginning of block.
18387
18388 * fontset.c (Ffontset_info): Remove extra semicolon.
18389
18390 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18391
18392 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18393 size of resulting string.
18394
18395 2008-03-10 Jason Rumney <jasonr@gnu.org>
18396
18397 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18398
18399 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18400
18401 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18402 Don't pretend as if characters with display property haven't been
18403 consumed for string-replacing-string case.
18404
18405 2008-03-08 Kim F. Storm <storm@cua.dk>
18406
18407 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18408 (get_next_display_element, next_element_from_string)
18409 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18410
18411 2008-03-08 Andreas Schwab <schwab@suse.de>
18412
18413 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18414
18415 2008-03-06 Jason Rumney <jasonr@gnu.org>
18416
18417 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18418 when charset not specified. Only translate ANSI to unicode when
18419 font_type is truetype.
18420 (w32font_coverage_ok): New function.
18421 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18422
18423 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18424
18425 * lread.c (Fread_char): Resolve modifiers.
18426 (Fread_char_exclusive): Likewise.
18427
18428 * character.c (char_resolve_modifier_mask): New function.
18429 (char_string): Use char_resolve_modifier_mask.
18430 (Fchar_resolve_modifiers): New function.
18431 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18432 function.
18433
18434 2008-03-04 Jason Rumney <jasonr@gnu.org>
18435
18436 * makefile.w32-in: Always include w32font.c in the build.
18437 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18438
18439 2008-03-04 Andreas Schwab <schwab@suse.de>
18440
18441 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18442 (versionclean): Likewise.
18443
18444 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18445
18446 * .cvsignore: Add oo.
18447
18448 2008-03-03 Andreas Schwab <schwab@suse.de>
18449
18450 * coding.c (decode_coding_object): Inhibit gap shrinking while
18451 decoding in place.
18452
18453 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18454
18455 * w32term.c: Remove unused include "gnu.h".
18456 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18457
18458 * gnu.h: Rename to ...
18459 * emacs-icon.h: ... this.
18460 * xterm.c: Use emacs-icon.h instead of gnu.h.
18461 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18462
18463 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18464
18465 * w32font.c: Include math.h.
18466
18467 2008-03-03 Jason Rumney <jasonr@gnu.org>
18468
18469 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18470 Compute options separately.
18471 (w32font_open_internal): Set glyph_idx before caching metrics.
18472
18473 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18474 Define if system headers don't.
18475 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18476 (w32font_encode_char): Don't declare here.
18477
18478 * w32font.c (Quniscribe, QCformat): New symbols.
18479 (syms_of_w32font): Define them.
18480 (w32font_has_char): Indicate uncertainty.
18481 (w32font_encode_char): Encode as glyph point. Make static.
18482 (recompute_cached_metrics): New function.
18483 (w32font_open_internal): Use it. Set font to use glyph points
18484 initially. Set format based on type of font.
18485 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18486 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18487 on it. Set format based on information available here.
18488 (add_font_entity_to_list): Identify backend based on opentype_only.
18489
18490 2008-03-02 Andreas Schwab <schwab@suse.de>
18491
18492 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18493
18494 * coding.c (decode_coding_big5, produce_chars):
18495 Fix typos in last change.
18496
18497 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18498
18499 * gnu.h: New icon.
18500
18501 2008-03-02 Kenichi Handa <handa@m17n.org>
18502
18503 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18504 `dos', don't decode '\r' if that is the last in the source.
18505 (decode_coding_utf_16, decode_coding_emacs_mule)
18506 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18507 (decode_coding_raw_text, decode_coding_charset): Likewise.
18508 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18509
18510 2008-03-01 Jason Rumney <jasonr@gnu.org>
18511
18512 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18513
18514 2008-03-01 Kim F. Storm <storm@cua.dk>
18515
18516 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18517
18518 2008-03-01 Jason Rumney <jasonr@gnu.org>
18519
18520 * w32font.c (w32font_full_name): New function.
18521 (w32font_open_internal): Use it.
18522
18523 2008-03-01 Kim F. Storm <storm@cua.dk>
18524
18525 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18526
18527 2008-03-01 Jason Rumney <jasonr@gnu.org>
18528
18529 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18530
18531 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18532
18533 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18534 xg_frame_resized when the event is for the edit widget.
18535
18536 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18537
18538 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18539 set_char_size.
18540 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18541 operations on widgets here. Just set frame size if needed.
18542 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18543 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18544 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18545 the whole frame.
18546 (xg_create_tool_bar): Move attachment of the tool bar to
18547 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18548 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18549
18550 2008-03-01 Jason Rumney <jasonr@gnu.org>
18551
18552 * w32fns.c (w32_msg_pump): Disable debug code.
18553
18554 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18555
18556 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18557
18558 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18559
18560 * xdisp.c (next_overlay_string): Don't set
18561 overlay_strings_at_end_processed_p if we're currently reading from
18562 a display string.
18563
18564 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * xdisp.c (get_overlay_strings_1): Fix typo.
18567
18568 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18569
18570 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18571
18572 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18573
18574 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18575
18576 * xdisp.c (display_mode_element): Cancel the previous change.
18577 (decode_mode_spec): Likewise.
18578 (handle_auto_composed_prop): Don't make composition if it->string
18579 is a string.
18580
18581 2008-02-27 Kim F. Storm <storm@cua.dk>
18582
18583 * lisp.h (GLYPH): Change type from int to struct with separate char
18584 and face_id members.
18585 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18586 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18587 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18588 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18589 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18590 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18591 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18592 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18593 handle new Lisp glyph code encoding, either an integer or a cons.
18594
18595 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18596 (GLYPH_ALIAS): Delete.
18597 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18598 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18599 (GLYPH_FROM_CHAR): Replace macro by ...
18600 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18601
18602 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18603 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18604 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18605 (GLYPH_INVALID_P): New macro.
18606 (spec_glyph_lookup_face): Update prototype.
18607
18608 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18609 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18610 new glyph code encoding.
18611 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18612 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18613
18614 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18615 Adapt to new glyph type and new glyph code encoding.
18616
18617 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18618
18619 * indent.c (current_column, current_column_1, Fmove_to_column)
18620 (compute_motion): Adapt to new glyph code encoding.
18621
18622 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18623
18624 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18625
18626 * process.c (wait_reading_process_output): Check for window
18627 changes caused by timers.
18628 Suggested by Johan Bockgård.
18629
18630 2008-02-27 Glenn Morris <rgm@gnu.org>
18631
18632 * emacs.c (USAGE1): Add `--disable-font-backend'.
18633
18634 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18637 is made to the buffer.
18638
18639 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18642 (face_at_string_position):
18643 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18644 (face_at_string_position):
18645 * xdisp.c (display_string, next_overlay_change):
18646 * buffer.h (overlays_at):
18647 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18648 Update callers.
18649
18650 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18651
18652 * editfns.c (Fformat): Doc fix.
18653
18654 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18655
18656 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18657 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18658 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18659
18660 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18661
18662 * buffer.c (Fbuffer_swap_text): New function.
18663 (syms_of_buffer): Defsubr it.
18664
18665 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18666
18667 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18668
18669 2008-02-25 Jason Rumney <jasonr@gnu.org>
18670
18671 * w32font.c (w32font_draw): Draw one character at a time when padding.
18672
18673 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18676 Handle a nil arg. Use run_window_configuration_change_hook.
18677 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18678 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18679 Use run_window_configuration_change_hook.
18680
18681 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18682
18683 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18684 1-pixel width.
18685
18686 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18687
18688 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18689 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18690 if the glyph in the font is zero pixel with.
18691
18692 * dispextern.h (struct glyph_string): New member padding_p.
18693
18694 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18695
18696 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18697
18698 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18699
18700 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18701
18702 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18703
18704 2008-02-25 Jason Rumney <jasonr@gnu.org>
18705
18706 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18707
18708 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 Allow fine-grained image-cache flushing.
18711 * dispextern.h (struct image): Add `dependencies' field.
18712 (clear_image_caches): Change arg to Lisp_Object.
18713 * image.c (make_image): Initialize `dependencies' field.
18714 (clear_image_cache): Change arg to allow fine-grained flushing.
18715 Perform the flush even if image-cache-eviction-delay is nil.
18716 (clear_image_caches): Change arg to Lisp_Object.
18717 (Fclear_image_cache): Expand meaning of the argument.
18718 (mark_image): Mark `dependencies' field.
18719 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18720 (lface_hash): Use XHASH rather than XFASTINT.
18721 (face_at_buffer_position): Fix int -> EMACS_INT position.
18722 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18723 (select_frame_for_redisplay): Remove code duplication.
18724 (redisplay_internal): Adapt arg to call to clear_image_caches.
18725
18726 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18727
18728 * s/vms4-0.h:
18729 * s/vms4-2.h:
18730 * s/vms4-4.h:
18731 * s/vms5-5.h: Remove, unused.
18732
18733 * s/irix5-2.h:
18734 * s/irix6-0.h:
18735 * s/riscos5.h:
18736 * s/mach-bsd4-3.h:
18737 * m/mips4.h: Remove files for obsolete systems.
18738
18739 * Makefile.in:
18740 * filelock.c:
18741 * unexmips.c:
18742 * m/hp9000s300.h:
18743 * m/iris4d.h:
18744 * s/aix3-1.h:
18745 * s/hpux.h:
18746 * s/msdos.h:
18747 * s/usg5-0.h:
18748 * s/usg5-2-2.h:
18749 * s/usg5-2.h:
18750 * s/usg5-3.h: Remove references to obsolete variables.
18751
18752 * s/irix5-0.h: Remove, move all the contents ...
18753 * s/irix6-5.h: ... here. Simplify.
18754 * config.in: Regenerate.
18755
18756 2008-02-24 Jason Rumney <jasonr@gnu.org>
18757
18758 * w32term.c (x_draw_glyph_string_background): Clear the background
18759 manually when cleartype is in use.
18760 (x_draw_glyph_string_foreground): Draw text transparently when
18761 cleartype is in use.
18762
18763 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18764 a font into it unless we have to.
18765
18766 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18767
18768 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18769 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18770
18771 2008-02-18 Jason Rumney <jasonr@gnu.org>
18772
18773 * w32fns.c (Fw32_shell_execute): Encode parameters.
18774
18775 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18776
18777 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18778
18779 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18780
18781 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18782
18783 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18784
18785 * xterm.c (x_set_offset): Don't change the gravity if
18786 CHANGE_GRAVITY is -1.
18787
18788 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18789
18790 * fileio.c (auto_save_error_occurred): New var.
18791 (auto_save_error): Set it.
18792 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18793 error occurred.
18794
18795 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18796
18797 * w32.c (globals_of_w32): Add initializations for
18798 g_b_init_get_sid_sub_authority and
18799 g_b_init_get_sid_sub_authority_count.
18800
18801 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18804 (font_parse_xlfd): Use them for sanity check.
18805 (Finternal_set_font_style_table): Make sure the table is bijective.
18806
18807 Consolidate the image_cache to the terminal struct.
18808 * termhooks.h (P_): Remove redundant def.
18809 (struct terminal): New field `image_cache'.
18810 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18811 of FRAME_X_IMAGE_CACHE.
18812 * xterm.h (struct x_display_info): Remove image_cache field.
18813 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18814 * w32term.h (struct w32_display_info): Remove image_cache field.
18815 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18816 * macterm.h (struct mac_display_info): Remove image_cache field.
18817 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18818 * xterm.c (x_term_init):
18819 * w32term.c (w32_term_init):
18820 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18821 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18822 Remove declarations.
18823 (clear_image_caches, mark_image_cache): New declarations.
18824 * xfaces.c (clear_face_cache):
18825 * xdisp.c (redisplay_internal): Use clear_image_caches.
18826 * image.c (clear_image_cache): Don't check that a frame is on
18827 a window-system before checking if it shares the same cache.
18828 (clear_image_caches): New function.
18829 (Fclear_image_cache): Use it.
18830 (mark_image): Move from allo.c.
18831 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18832 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18833 (mark_object): Don't call mark_image_cache for frames.
18834 (mark_terminals): Call mark_image_cache.
18835
18836 * lisp.h (Fdelete_terminal): Declare.
18837
18838 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18839 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18840 wrong_type_argument.
18841
18842 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18843
18844 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18845 malayalam.el, and tamil.el. Add sinhala.el.
18846
18847 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * xterm.c (x_connection_closed): Consolidate identical tests.
18850 (x_delete_terminal): Don't crash if called via x_connection_closed.
18851
18852 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18853
18854 * xdisp.c (decode_mode_spec): New arg string.
18855 (display_mode_element): Adjust for the above change.
18856
18857 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * callint.c (Fcall_interactively): Use AREF.
18860
18861 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18864
18865 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18866
18867 * xfns.c (Fx_show_tip): Set string to " " if empty.
18868
18869 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18870
18871 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18872 with Qt.
18873
18874 2008-02-17 Kenichi Handa <handa@m17n.org>
18875
18876 * ftfont.c (ftfont_shape): Return Lispy number.
18877
18878 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18879 for GCs.
18880 (Finternal_set_font_selection_order): Call font_update_sort_order
18881 only when enable_font_backend is set.
18882 (realize_x_face): Set face->font_info to that of default face only
18883 when enable_font_backend is set.
18884
18885 * xdisp.c (handle_composition_prop): Set it->c to the fist
18886 character of the composed region.
18887 (fill_composite_glyph_string): Set base_face->font_info to
18888 s->font_info. Get a face for ascii from base_face->ascii_face.
18889 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18890 with a face already decided.
18891 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18892 non-negative.
18893 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18894 call font_prepare_composition unconditionally.
18895
18896 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18897
18898 * xterm.h (struct x_display_info): New member font.
18899
18900 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18901 (x_set_mouse_face_gc, x_new_font): Likewise.
18902 (x_term_init): Setup display_info->font.
18903 (x_delete_terminal): Free display_info->font.
18904
18905 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18906
18907 * ftxfont.c (ftxfont_default_fid): Delete it.
18908 (ftxfont_open): Set xfont->fid to 0.
18909 (ftxfont_end_for_frame): Clear data specific to the frame and the
18910 font-driver.
18911
18912 * xftfont.c (xftfont_default_fid): Delete it.
18913 (xftfont_open): Set xfont->fid to 0.
18914
18915 * fontset.c (FONTSET_OBJLIST): New macro.
18916 (fontset_find_font): Update font-object list of the fontset.
18917 (free_realized_fontset): New function.
18918 (free_face_fontset): Call free_realized_fontset.
18919 (Ffont_info): Call font_close_object only when enable_font_backend
18920 is set.
18921
18922 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18923 [HAVE_NTGUI]: Include w32term.h.
18924 [MAC_OS]: Include macterm.ch.
18925 (font_otf_ValueRecord): Use make_number.
18926 (font_finish_cache): Fix handling of reference count.
18927 (font_clear_cache): Update num_fonts.
18928 (font_open_entity): Update smallest_char_width and
18929 smallest_font_height of the frame.
18930 (font_close_object): Update num_fonts.
18931 (Fclear_font_cache): Fix finding the target cache data.
18932
18933 2008-02-16 Glenn Morris <rgm@gnu.org>
18934
18935 * fontset.c (Finternal_char_font): Fix compilation warning.
18936
18937 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18938
18939 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18940 instead of char arrays. Enlarge the size of array passed to
18941 get_token_information.
18942
18943 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18944 warnings.
18945
18946 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18947
18948 * .gdbinit: Don't set `args', it breaks gdb --args.
18949
18950 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18953 within a narrowed buffer.
18954
18955 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18956
18957 * coding.c (decode_coding_object, encode_coding_object):
18958 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18959
18960 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18961
18962 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18963 hardcoding 1.
18964 (detect_coding_system):
18965 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18966 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18967 * insdel.c (insert_from_gap):
18968 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18969 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18970 (string_to_multibyte):
18971 * character.c (chars_in_text, multibyte_chars_in_text):
18972 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18973
18974 * character.h (FETCH_STRING_CHAR_ADVANCE)
18975 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18976 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18977 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18978
18979 * casefiddle.c (casify_region): Only call after-change and composition
18980 functions on the part of the region that was changed.
18981
18982 * keyboard.c (read_avail_input):
18983 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18984
18985 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18988 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18989
18990 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18991
18992 * w32menu.c (push_submenu_start, push_submenu_end)
18993 (push_left_right_boundary, push_menu_pane, push_menu_item):
18994 * keyboard.c (read_key_sequence): Don't pass args with side effects
18995 to AREF, it fails when compiling with -DENABLE_CHECKING.
18996
18997 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18998
18999 * Makefile.in (${lispsource}international/charprop.el):
19000 Delete this target.
19001
19002 * search.c (boyer_moore): Fix incorrect synching of the trunk and
19003 emacs-unicode-2.
19004
19005 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * terminal.c (Fdelete_terminal): Clean up the `force' path.
19008
19009 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19010
19011 * frame.c (Qnoelisp): New symbol.
19012 (syms_of_frame): Initialize it.
19013 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
19014 harmless Elisp code, from a strong `force' from x_connection_closed.
19015 * frame.h (Qnoelisp): Declare.
19016 * xterm.c (x_connection_closed): Pass `noelisp'.
19017
19018 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
19019 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
19020 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
19021 rather than `int' for the type of `type'.
19022
19023 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19024
19025 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
19026
19027 * Makefile.in (GNUC): Remove support for gcc-1.x.
19028
19029 2008-02-10 Richard Stallman <rms@gnu.org>
19030
19031 * lisp.h (ASET): Use AREF, not ASLOT.
19032
19033 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19034
19035 * lisp.h (ASET): Check bounds.
19036
19037 2008-02-10 Glenn Morris <rgm@gnu.org>
19038
19039 * buffer.c (mode-name): Doc fix.
19040
19041 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19042
19043 * Makefile.in:
19044 * emacs.c:
19045 * gmalloc.c:
19046 * keyboard.c:
19047 * lisp.h:
19048 * m/ibm370aix.h:
19049 * process.c:
19050 * regex.c:
19051 * s/hpux.h:
19052 * sysdep.c:
19053 * sysselect.h:
19054 * systty.h:
19055 * unexec.c:
19056 * w32term.c:
19057 * xsmfns.c:
19058 * xterm.c: Remove code that deals with obsolete variables.
19059
19060 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
19061
19062 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
19063 nothing else needs it anymore.
19064
19065 2008-02-09 Eli Zaretskii <eliz@gnu.org>
19066
19067 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
19068 instead of unibyte_char_to_multibyte.
19069
19070 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19071
19072 * s/gnu-linux.h: Remove commented out code.
19073
19074 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
19075
19076 * Makefile.in: Update what RMS says about using autoconf.
19077 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
19078 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
19079 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
19080 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
19081
19082 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 * keymap.c (Fkey_description): Move side effect outside of macro call.
19085
19086 * xfaces.c (Finternal_make_lisp_face):
19087 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
19088
19089 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
19090 (syms_of_fontset): Use ASET.
19091
19092 * fns.c (concat): Move side effect outside of macro call.
19093 (hash_clear): Use ASET.
19094
19095 2008-02-08 Richard Stallman <rms@gnu.org>
19096
19097 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
19098 If FORCE, and frame has a surrogate minibuffer for another frame,
19099 delete the other frame first.
19100
19101 2008-02-07 Timo Savola <timo.savola@iki.fi>
19102
19103 * xterm.c (x_detect_focus_change): Handle embed client message.
19104 (handle_one_xevent): Ditto.
19105 (handle_one_xevent): If embedded and we get a button press/release,
19106 request focus.
19107 (xembed_set_info, xembed_send_message): New functions.
19108 (x_make_frame_visible): Call xembed_set_info if embedded.
19109 (x_make_frame_invisible): Call xembed_set_info if embedded.
19110 (x_term_init): Initialize Xatom_XEMBED.
19111 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19112 (x_iconify_frame): Ditto.
19113
19114 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19115 (enum xembed_info, enum xembed_message, enum xembed_focus)
19116 (enum xembed_modifier, enum xembed_accelerator): New.
19117 (xembed_set_info, xembed_send_message): Declare.
19118 (FRAME_X_EMBEDDED_P): New.
19119
19120 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19121 gtk_plug_new.
19122
19123 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19124 window ID of a frame.
19125 (x_window): Reparent frame if embedded.
19126 (Fx_create_frame): Don't set border width if embedded.
19127
19128 * emacs.c (USAGE3): Add --parent-id.
19129 (standard_args): Ditto.
19130
19131 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
19132
19133 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19134
19135 2008-02-07 Jim Meyering <meyering@redhat.com>
19136
19137 Use "do...while (0)", not "if (1)...else" in macro definitions.
19138 The latter provokes a warning from gcc about the empty else, when
19139 followed by ";". Also, without that trailing semicolon, it would
19140 silently swallow up any following statement.
19141 * syntax.h (SETUP_SYNTAX_TABLE)
19142 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19143 * buffer.h (DECODE_POSITION): Likewise.
19144 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19145 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19146 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19147 (FETCH_CHAR_ADVANCE): Likewise.
19148 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19149
19150 2008-02-07 Jim Meyering <meyering@redhat.com>
19151
19152 * lread.c [lint]: Don't include <sys/inode.h>.
19153
19154 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * xselect.c (x_handle_dnd_message):
19157 * xmenu.c (digest_single_submenu, xmenu_show):
19158 * xdisp.c (with_echo_area_buffer_unwind_data)
19159 (format_mode_line_unwind_data, unwind_format_mode_line)
19160 (display_menu_bar):
19161 * eval.c (Ffetch_bytecode):
19162 * doc.c (store_function_docstring):
19163 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19164 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19165 * buffer.c (add_overlay_mod_hooklist): Use ASET.
19166
19167 2008-02-07 Kenichi Handa <handa@m17n.org>
19168
19169 * ftxfont.c (ftxfont_open): Don't set
19170 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19171
19172 * ftfont.c (ftfont_open): Fix previous change.
19173
19174 2008-02-06 Jason Rumney <jasonr@gnu.org>
19175
19176 * w32font.c (w32font_text_extents): Fill in lbearing metric.
19177 Use cached metrics for ASCII characters.
19178 (w32font_open_internal): Don't set font's owning_frame.
19179 Cache metrics for ASCII characters.
19180
19181 * w32font.h (struct w32font_info): Add ascii_metrics.
19182 Remove owning_frame.
19183
19184 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
19185
19186 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19187 to negative value.
19188
19189 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19190
19191 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19192
19193 * charset.c (syms_of_charset): Set QCtest and Qeq.
19194
19195 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * process.c (Fstart_process):
19198 * callproc.c (Fcall_process): Handle the case where
19199 Funhandled_file_name_directory returns nil.
19200
19201 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19202 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19203 * font.c (check_gstring): Use them and AREF to access the vector before
19204 we know it's really a gstring.
19205 (Ffont_shape_text): Fix typo.
19206 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19207
19208 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19209 Declare.
19210
19211 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19212
19213 2008-02-05 Jason Rumney <jasonr@gnu.org>
19214
19215 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19216 Set smallest_font_height and smallest_char_width in display info.
19217
19218 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19219
19220 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19221
19222 2008-02-05 Miles Bader <miles@gnu.org>
19223
19224 * xfaces.c (get_lface_attributes, merge_named_face)
19225 (lookup_named_face, lookup_derived_face, realize_named_face):
19226 Revert 2008-02-01 change by cyd@stupidchicken.com.
19227
19228 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19229
19230 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19231 fallback fonts.
19232 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19233
19234 2008-02-04 Jason Rumney <jasonr@gnu.org>
19235
19236 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19237 set full_name.
19238 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19239
19240 2008-02-03 Jason Rumney <jasonr@gnu.org>
19241
19242 * makefile.w32-in (OBJ1): Include font.o here.
19243 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19244
19245 2008-02-02 Jason Rumney <jasonr@gnu.org>
19246
19247 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19248
19249 2008-02-01 Jason Rumney <jasonr@gnu.org>
19250
19251 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19252
19253 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19254
19255 2008-02-01 Andreas Schwab <schwab@suse.de>
19256
19257 * Makefile.in (shortlisp, lisp): Update for rename of
19258 ../lisp/language/myanmar.el.
19259
19260 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
19261
19262 * xfaces.c (get_lface_attributes): Delete function.
19263 (merge_named_face, lookup_named_face, lookup_derived_face)
19264 (realize_named_face): Call lface_from_face_name directly, and use
19265 the fact that merge_face_vectors does not alter its FROM argument.
19266
19267 2008-02-01 Jason Rumney <jasonr@gnu.org>
19268
19269 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19270 input in the default locale. Handle non-Unicode multibyte input.
19271
19272 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19273
19274 * fontset.c (reorder_font_vector): Exclude nil elements from the
19275 font group. Don't try multiple fonts.
19276 (fontset_font): Adjust for the above change.
19277 (Finternal_char_font): Return nil if the found font doesn't
19278 contain the character ch.
19279
19280 * Makefile.in (lisp, shortlisp): Add cham.el.
19281
19282 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19283
19284 * font.h (FONTP): Make it return 1 also for a font-object.
19285
19286 * .gdbinit (xfontset): New function.
19287
19288 * font.c (font_find_for_lface): Check if the character C is
19289 supported or not only for the first font.
19290
19291 * fontset.c (reorder_font_vector): Fix typo.
19292 (fontset_find_font): Don't add a font-spec specifying a script.
19293 Use 0 (not Qt) for the indication of empty font-group. Change the
19294 format of RFONT-DEF. Return Qt if no font in the font-group
19295 support the character.
19296 (fontset_font): Adjust for the above change. If no font was
19297 found the character, remember that.
19298 (face_for_char): Adjust for the change of RFONT-DEF.
19299 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19300 no font for the target.
19301 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19302
19303 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19304
19305 * font.c (font_load_for_face): Handle the case that the font in
19306 face->lface is a string.
19307
19308 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19309
19310 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19311
19312 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19313
19314 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19315 Fix previous change. If the frame is not on a window system,
19316 signal an error.
19317
19318 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19319
19320 * coding.c (decode_coding_object, encode_coding_object): Adjust
19321 marker positions after conversion.
19322
19323 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19324
19325 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19326
19327 * font.c (font_find_for_lface): Fix the handling of the return
19328 value of font_has_char.
19329 (Ffont_shape_text): Fix previous change.
19330
19331 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19332 (fontset_ref_and_range): Delete it.
19333 (fontset_find_font): Call char_table_ref_and_range instead of
19334 FONTSET_REF_AND_RANGE.
19335 (make_fontset): Don't setup font groups of Latin here.
19336 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19337 (new_fontset_from_font): Make the specified font the default for
19338 all Latin characters.
19339
19340 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19341
19342 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19343 is on a window system before accessing the fontset of the frame.
19344
19345 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19346
19347 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19348
19349 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19350 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19351
19352 * font.c (Ffont_shape_text): If the font driver doesn't have a
19353 shaper function, make zero-width glyphs to have at least one-pixel
19354 width. Fix setting of `to' field of glyphs.
19355
19356 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19357
19358 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19359 glyphs.
19360
19361 * font.h (struct font_driver): Improve docstring of member `shape'.
19362
19363 2008-02-01 Kenichi Handa <handa@m17n.org>
19364
19365 * composite.c (syms_of_composite): Fix docstring of
19366 auto-composition-function.
19367
19368 * font.h (LGLYPH_SIZE): New macro.
19369
19370 * font.c (Ffont_fill_gstring): Stop filling when a character not
19371 supported by the font is found.
19372 (Ffont_shape_text): When a shape callback function returns nil,
19373 try at most two more times with larger gstring.
19374 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19375
19376 * xdisp.c (handle_auto_composed_prop): Change the argument to
19377 auto-composition-function.
19378
19379 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19380 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19381 Lispy glyph and store it in the lgstring.
19382
19383 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19384
19385 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19386
19387 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19388
19389 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19390
19391 * fontset.c (Vfont_encoding_charset_alist): New variable.
19392 (syms_of_fontset): DEFVAR it.
19393 (reorder_font_vector, fontset_find_font): Optimize for the case of
19394 no need of reordering.
19395 (face_for_char): Map the charset property by
19396 Vfont_encoding_charset_alist.
19397
19398 2008-02-01 Jason Rumney <jasonr@gnu.org>
19399
19400 * w32font.c (logfonts_match): Don't check adstyle here.
19401 (font_matches_spec): Check here against physical font instead.
19402 (add_font_entity_to_list): Avoid some substitutions.
19403
19404 * font.c (font_parse_fcname): Default weight and slant to normal.
19405 (font_score): Prefer normal fonts if weight or slant unspecified.
19406 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19407 match freetype scores.
19408
19409 2008-02-01 Jason Rumney <jasonr@gnu.org>
19410
19411 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19412 font, as it may have been deleted.
19413 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19414 most common hyphenless variation.
19415 (logfonts_match): Check generic family.
19416 (font_matches_spec): Don't check generic family here.
19417 (fill_in_logfont): Set generic family based on adstyle.
19418
19419 * w32font.h (w32font_get_cache): Update declaration.
19420
19421 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19422
19423 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19424
19425 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19426 If none of the new drivers are available, call font_update_drivers
19427 with the old drivers.
19428
19429 * w32font.c (w32font_get_cache): Adjust the argument type.
19430
19431 * xfont.c (xfont_get_cache): Adjust the argument type.
19432
19433 * font.h (struct font_driver): Change argument type of get_cache.
19434
19435 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19436
19437 * font.c (Ffont_get): Fix arguments to Fassoc.
19438 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19439 (font_clear_cache): New function.
19440 (font_list_entities, font_matching_entity): Use font_get_cache.
19441 (font_update_drivers): Call font_clear_cache when finishing a driver.
19442
19443 * fontset.c (fontset_find_font): Fix previous change.
19444
19445 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19446
19447 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19448 dpyinfo->font_table.
19449 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19450 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19451
19452 * font.c (font_at): Handle the case that the arg C is negative.
19453 Handle the unibyte case.
19454 (Ffont_at): Call font_at with the arg C -1.
19455
19456 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19457 the position here, and call font_at with the arg C -1.
19458 Don't check the range of the existing composition at the point.
19459
19460 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19461
19462 * fontset.c (fontset_add): New args charset_id and family.
19463 Change caller.
19464 (load_font_get_repertory, fontset_find_font): Assume that
19465 font_spec is always a font-spec object.
19466 (Fset_fontset_font): Always store a font-spec object in a fontset.
19467
19468 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19469 instead of get_property_and_range.
19470
19471 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19472
19473 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19474 (xftfont_open): Don't keep locking face.
19475 (xftfont_close): Don't unlock face.
19476 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19477
19478 * fontset.c (fontset_find_font): Don't prefer a font of
19479 supplementary charset.
19480
19481 2008-02-01 Kenichi Handa <handa@m17n.org>
19482
19483 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19484 script, langsys_tag to langsys, new member script.
19485 (OTF_TAG_STR): Terminate by '\0'.
19486 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19487 listing to the script specified in that property. Fix arg to
19488 OTF_check_features.
19489
19490 2008-02-01 Jason Rumney <jasonr@gnu.org>
19491
19492 * w32font.h: New file.
19493
19494 * w32font.c: Include it.
19495 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19496 (w32font_open): Set owning_frame.
19497 (w32font_text_extents): Use owning_frame.
19498 (struct font_callback_data): Add opentype_only field.
19499 (add_font_entity_to_list): Use it to filter fonts.
19500 Don't check against full name.
19501 (w32font_list_internal): New function.
19502 (w32font_list): Use it.
19503 (w32font_match_internal): New function.
19504 (w32font_match): Use it.
19505 (w32font_open_internal): New function.
19506 (w32font_open): Use it.
19507 (w32font_get_cache, w32font_close, w32font_has_char)
19508 (w32font_encode_char, w32font_text_extents, w32font_draw):
19509 Make non-static.
19510
19511 * makefile.w32-in (w32font.o): Depend on w32font.h.
19512
19513 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19514
19515 * charset.c (Fdefine_charset_internal): Record a supplementary
19516 charset at the tail of Vcharset_order_list.
19517
19518 * font.c (Ffont_shape_text): Fix the return value.
19519
19520 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19521
19522 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19523
19524 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19525
19526 * ftfont.c (struct OpenTypeSpec): New struct.
19527 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19528 (ftfont_get_open_type_spec): New function.
19529 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19530
19531 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19532
19533 2008-02-01 Jason Rumney <jasonr@gnu.org>
19534
19535 * w32font.c (add_font_entity_to_list): Compare only the beginning
19536 of full name.
19537
19538 2008-02-01 Kenichi Handa <handa@m17n.org>
19539
19540 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19541 Never return HANDLED_RECOMPUTE_PROPS.
19542
19543 2008-02-01 Kenichi Handa <handa@m17n.org>
19544
19545 * font.c (font_gstring_produce): Delete it.
19546
19547 * composite.h (COMPOSITION_METHOD):
19548 Handle COMPOSITION_WITH_GLYPH_STRING.
19549
19550 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19551
19552 * xfont.c (Qx): Delete.
19553 (syms_of_xfont): Don't initialize Qx.
19554
19555 * composite.h (enum composition_method):
19556 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19557
19558 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19559
19560 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19561 (choose_face_font): Accept new form of font-spec.
19562
19563 * frame.h (font_driver_list): Declare it unconditionally.
19564 (struct frame): Define members font_driver_list and font_data_list
19565 unconditionally.
19566
19567 * fontset.c: Include "font.h" unconditionally.
19568 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19569 (Fset_fontset_font): Accept a font-spec object.
19570
19571 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19572 PIXEL_SIZE part a wild card.
19573
19574 * dispextern.h (struct glyph_string): Define members clip and
19575 num_clips unconditionally.
19576 (struct face): Define members font_info and extra unconditionally.
19577
19578 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19579 ftfont_info only when HAVE_LIBOTF is defined.
19580
19581 2008-02-01 Andreas Schwab <schwab@suse.de>
19582
19583 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19584 and end.
19585
19586 2008-02-01 Jason Rumney <jasonr@gnu.org>
19587
19588 * w32font.c (w32font_driver): Add new fields.
19589
19590 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19591
19592 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19593 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19594 (LIBES): Add @M17N_FLT_CFLAGS@.
19595
19596 * composite.c (compose_text): Don't treat the new style
19597 composition specially.
19598
19599 * emacs.c (main): Call syms_of_font unconditionally.
19600
19601 * font.h (FONT_ENTITY_NOT_LOADABLE)
19602 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19603 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19604 (struct font_driver): New member shape.
19605 (font_registry_charsets): Extern it.
19606 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19607 (font_otf_capability, font_drive_otf): Delete their externs.
19608
19609 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19610 (font_charset_alist, font_registry_charsets): Move from xfont.c
19611 and rename.
19612 (font_prop_validate_otf): New function.
19613 (font_property_table): Register it for QCotf.
19614 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19615 (font_drive_otf): Delete.
19616 (font_prepare_composition): New arg F. Adjust for the change of
19617 lispy gstring.
19618 (font_find_for_lface): New arg C.
19619 (font_load_for_face): Adjust for the change of font_find_for_lface.
19620 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19621 lispy gstring.
19622 (Ffont_shape_text): New function.
19623 (Fopen_font): If the font size is not given, use 12-pixel.
19624 (Ffont_at): New arg STRING.
19625 (syms_of_font): Initialize font_charset_alist.
19626 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19627 conditionally.
19628
19629 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19630 fonts of the same font-spec. Change the format of RFONT-DEF.
19631 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19632 Adjust for the change of RFONT-DEF.
19633 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19634
19635 * ftfont.h: New file.
19636
19637 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19638 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19639 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19640 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19641 font_otf_capability and font_drive_otf, set ftfont_shape.
19642 (ftfont_list): Adjust for the change of :otf property value.
19643 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19644 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19645 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19646 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19647 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19648 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19649
19650 * w32term.c (x_draw_composite_glyph_string_foreground):
19651 Adjust for the change of lispy gstring.
19652
19653 * xdisp.c (handle_composition_prop): Adjust for the change of
19654 lispy gstring. Call a function for auto-composition with the
19655 third arg it->window.
19656 (fill_composite_glyph_string): Adjust for the change of lispy string.
19657 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19658
19659 * xfaces.c (set_font_frame_param): Adjust for the change of
19660 font_find_for_lface.
19661
19662 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19663 (xfont_registry_charsets): Likewise. Change caller.
19664 (syms_of_xfont): Don't handle x_font_charset_alist.
19665
19666 * xftfont.c: Include "ftfont.h".
19667 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19668 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19669 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19670 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19671 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19672 Set xftfont_driver.shape to xftfont_shape.
19673
19674 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19675 the change of lispy gstring.
19676
19677 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19678
19679 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19680
19681 2008-02-01 Jason Rumney <jasonr@gnu.org>
19682
19683 * w32font.c (w32font_draw): Fill background manually.
19684
19685 2008-02-01 Jason Rumney <jasonr@gnu.org>
19686
19687 * font.c (Qfontp): Remove unused symbol.
19688 (QCantialias): New symbol.
19689 (syms_of_font): Define it.
19690 (font_property_table): Set a validator for QCantialias.
19691
19692 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19693 Define if not already.
19694 (QCfamily): Share with xfaces.c.
19695 (Qstandard, Qsubpixel, Qnatural): New symbols.
19696 (syms_of_w32font): Define them. Don't define QCfamily here.
19697 (w32_antialias_type, lispy_antialias_type): New functions.
19698 (w32_enumfont_pattern_entity): New arg requested_font.
19699 Set antialias parameter if non-default was requested.
19700 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19701
19702 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19703
19704 * lread.c (read1): Undo the previous change.
19705
19706 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19707
19708 * frame.c (Fdelete_frame): Call font_update_drivers only when
19709 USE_FONT_BACKEND is defined.
19710
19711 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19712
19713 * font.h (struct font_bitmap): New member bits_per_pixel.
19714 (struct font_driver): New members start_for_frame and end_for_frame.
19715 (struct font_data_list): New struct.
19716 (font_put_frame_data, font_get_frame_data): Extern them.
19717
19718 * frame.h (struct frame): New member font_data_list.
19719
19720 * font.c (font_update_drivers): Call driver->start_for_frame and
19721 driver->end_for_frame at proper timings.
19722 (font_put_frame_data, font_get_frame_data): New functions.
19723 (Ffont_spec): Add usage in the docstring.
19724
19725 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19726 (Fdelete_frame): Call font_update_drivers.
19727
19728 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19729 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19730 (xftfont_get_xft_draw): New function.
19731 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19732 (xftfont_end_for_frame): New function.
19733 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19734
19735 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19736 Change argument. Cache GCs in the per-frame data.
19737 (struct ftxfont_frame_data): New struct.
19738 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19739 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19740 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19741 (ftxfont_end_for_frame): New function.
19742 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19743
19744 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19745
19746 2008-02-01 Kenichi Handa <handa@m17n.org>
19747
19748 * xselect.c (Vselection_coding_system)
19749 (Vnext_selection_coding_system): Delete them.
19750 (syms_of_xselect): Don't declare selection-coding-system and
19751 next-selection-coding-system. They are declared in select.el.
19752
19753 2008-02-01 Jason Rumney <jasonr@gnu.org>
19754
19755 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19756
19757 * w32fns.c: Include imm.h.
19758 (get_composition_string_fn, get_ime_context_fn): New optional
19759 system functions.
19760 (globals_of_w32fns): Load them from imm32.dll.
19761 (ignore_ime_char): New flag.
19762 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19763 WM_IME_ENDCOMPOSITION messages.
19764
19765 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19766 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19767
19768 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19769
19770 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19771 (READCHAR_REPORT_MULTIBYTE): New macro.
19772 (readchar): New 2nd arg MULTIBYTE.
19773 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19774 Make symbol's name multibyte according to the multibyteness of the
19775 source.
19776
19777 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19778
19779 * xfaces.c (face_for_overlay_string): Call lookup_face with
19780 correct arguments (fix of synching with the trunk).
19781
19782 2008-02-01 Kenichi Handa <handa@m17n.org>
19783
19784 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19785 (font_prop_validate_non_neg, font_prop_validate_spacing):
19786 Delete argument prop_index.
19787 (font_property_table): Change arguments to validater. Change Callers.
19788 (font_lispy_object): Delete.
19789 (font_at): Use font_find_object instead fo font_lispy_object.
19790
19791 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19792
19793 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19794 and file names.
19795
19796 2008-02-01 Jason Rumney <jasonr@gnu.org>
19797
19798 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19799 (font_matches_spec): Remove debug output.
19800 (add_font_entity_to_list): Avoid using substituted fonts.
19801
19802 2008-02-01 Jason Rumney <jasonr@gnu.org>
19803
19804 * doc.c (Fsnarf_documentation):
19805 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19806
19807 2008-02-01 Miles Bader <miles@gnu.org>
19808
19809 * dispextern.h (struct glyph_row): Only define "clip" field if
19810 HAVE_WINDOW_SYSTEM is defined.
19811
19812 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 Fix up multi-tty merge.
19815
19816 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19817 and indentation.
19818
19819 * xfaces.c (free_realized_face, clear_face_gcs):
19820 Include font_done_for_face in the input_blocked section, just in case.
19821
19822 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19823 (get_char_face_and_encoding): Undo last change and remove the *other*
19824 duplicate definition (i.e. keep the one that's better scoped and that
19825 includes code for the font-backend).
19826
19827 * terminal.c (create_terminal): Default keyboard_coding to
19828 `no-conversion' and terminal_coding to `undecided'.
19829
19830 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19831
19832 * fontset.c (free_realized_fontsets): Check that the table entry does
19833 contain a fontset before trying to compare it to `base'.
19834
19835 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19836 syms_of_charset, and syms_of_coding earlier because init_window_once
19837 now needs Vcoding_system_hash_table to be setup.
19838
19839 * coding.h (default_buffer_file_coding): Remove.
19840
19841 * coding.c (default_buffer_file_coding): Remove.
19842 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19843 than ->symbol, and use the terminal-local coding system.
19844 (syms_of_coding): Don't setup the coding-systems that are not
19845 terminal-local.
19846 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19847
19848 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19849 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19850
19851 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19852 in chartab.c and were re-added here by mistake.
19853 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19854
19855 * doc.c (Fsnarf_documentation):
19856 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19857 src to etc.
19858
19859 * ChangeLog.10: Add mistakenly removed entry.
19860
19861 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19862
19863 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19864
19865 2008-02-01 Miles Bader <miles@gnu.org>
19866
19867 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19868 Add extra args to FACE_FOR_CHAR.
19869
19870 2008-02-01 Kenichi Handa <handa@m17n.org>
19871
19872 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19873 in sequence.
19874
19875 * chartab.c (map_sub_char_table, map_char_table): If the range
19876 contains just one character, call the function with that character
19877 even if the depth is not 3.
19878
19879 2008-02-01 Jason Rumney <jasonr@gnu.org>
19880
19881 * w32font.c (w32font_text_extents): Calculate metrics for the
19882 whole string.
19883
19884 2008-02-01 Jason Rumney <jasonr@gnu.org>
19885
19886 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19887
19888 2008-02-01 Jason Rumney <jasonr@gnu.org>
19889
19890 * w32term.c (x_set_glyph_string_clipping): Use
19891 get_glyph_string_clip_rects.
19892 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19893 Adjust for the change of struct glyph_string.
19894
19895 * w32font.c (w32font_draw): Do clipping here.
19896
19897 2008-02-01 Kenichi Handa <handa@m17n.org>
19898
19899 * xftfont.c (xftfont_draw): Adjust for the change of struct
19900 glyph_string.
19901
19902 * xterm.c (x_set_glyph_string_clipping): Use
19903 get_glyph_string_clip_rects.
19904 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19905 Adjust for the change of struct glyph_string.
19906
19907 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19908 the resulting clip(s}.
19909 (expose_overlaps): Add arg r. Change callers. Set it to
19910 row->clip temporarily.
19911 (expose_window): Redraw rows overlapping the exposed area.
19912
19913 * dispextern.h (struct glyph_row): New member clip.
19914 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19915 clip_height, new member clip, and num_clips.
19916
19917 2008-02-01 Kenichi Handa <handa@m17n.org>
19918
19919 * data.c (Fchar_or_string_p): Fix docstring.
19920
19921 2008-02-01 Kenichi Handa <handa@m17n.org>
19922
19923 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19924 create a temporary XftDraw object.
19925
19926 2008-02-01 Kenichi Handa <handa@m17n.org>
19927
19928 * font.c (Ffontp): Fix docstring.
19929
19930 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19931 strong evidence of ISO-2022.
19932
19933 2008-02-01 Kenichi Handa <handa@m17n.org>
19934
19935 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19936 SYNTAX_ENTRY_FOLLOW_PARENT.
19937
19938 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19941 its type.
19942 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19943 Update to the new type of weak_hash_tables and next_weak.
19944
19945 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19946 a plain C pointer to Lisp_Hash_Table.
19947
19948 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19949 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19950 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19951 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19952 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19953 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19954 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19955 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19956 (GC_EQ): Remove since they've been identical to their non-GC_
19957 alter-egos ever since the markbit was eradicated.
19958
19959 * alloc.c:
19960 * buffer.c:
19961 * buffer.h:
19962 * data.c:
19963 * fileio.c:
19964 * filelock.c:
19965 * fns.c:
19966 * frame.h:
19967 * lisp.h:
19968 * macterm.c:
19969 * print.c:
19970 * process.c:
19971 * w32fns.c:
19972 * w32menu.c:
19973 * w32term.c:
19974 * xfns.c:
19975 * xmenu.c:
19976 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19977
19978 2008-02-01 Kenichi Handa <handa@m17n.org>
19979
19980 * chartab.c (map_sub_char_table): Make it work for the top-level
19981 char-table. Fix handling of parent char-table.
19982 (map_char_table): Adjust for the above change.
19983
19984 2008-02-01 Jason Rumney <jasonr@gnu.org>
19985
19986 * w32font.c (Qgdi): Rename from Qw32.
19987
19988 2008-02-01 Jason Rumney <jasonr@gnu.org>
19989
19990 * w32bdf.c (get_quoted_string): Make function static.
19991
19992 2008-02-01 Kenichi Handa <handa@m17n.org>
19993
19994 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19995 bigger ascent and descent than those of the font, use them as
19996 font's ascent and descent.
19997
19998 2008-02-01 Kenichi Handa <handa@m17n.org>
19999
20000 * Makefile.in (${lispsource}international/charprop.el): Move this
20001 target within "#ifdef HAVE_UNIDATA" and "#endif".
20002
20003 2008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
20006 (shortlisp): Add ../lisp/language/tai-viet.el.
20007
20008 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
20009
20010 * Makefile.in (${lispsource}international/charprop.el): Depend on
20011 temacs${EXEEXT}.
20012
20013 2008-02-01 Jason Rumney <jasonr@gnu.org>
20014
20015 * w32font.c (w32font_close): Delete the GDI font object.
20016
20017 * w32menu.c: Include character.h.
20018
20019 * w32proc.c: Likewise.
20020
20021 * w32select.c: Likewise.
20022
20023 * makefile.w32-in (w32proc.o): Depend on character.h.
20024
20025 2008-02-01 Jason Rumney <jasonr@gnu.org>
20026
20027 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
20028
20029 * w32menu.c (syms_of_w32menu): Likewise.
20030
20031 * w32proc.c (syms_of_ntproc): Likewise.
20032
20033 * w32select.c (syms_of_w32select): Likewise.
20034
20035 * w32term.c (syms_of_w32term): Likewise.
20036
20037 2008-02-01 Jason Rumney <jasonr@gnu.org>
20038
20039 * w32font.c (w32font_draw): Delete brush after using it.
20040
20041 2008-02-01 Jason Rumney <jasonr@gnu.org>
20042
20043 * w32font.c (w32font_open): Don't set font_idx.
20044 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
20045 to font settings.
20046 (w32font_draw): Fill background explicitly.
20047
20048 2008-02-01 Jason Rumney <jasonr@gnu.org>
20049
20050 * w32term.c (w32_initialize): Don't call w32font_initialize.
20051
20052 * w32font.c (w32font_info): Remove subranges.
20053 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
20054 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
20055 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
20056 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
20057 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
20058 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
20059 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
20060 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
20061 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
20062 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
20063 New symbols.
20064 (font_callback_data): New struct.
20065 (w32font_list, w32font_match): Use it.
20066 (w32font_open): Don't populate subranges.
20067 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
20068 (w32font_encode_char): Always return unicode code-point as-is.
20069 (w32font_text_extents): Supply a transformation matrix to
20070 GetGlyphOutline. Never look up by glyph index. Avoid looping
20071 twice. Use unicode version of GetTexExtentPoint32 instead of
20072 glyph index version.
20073 (set_fonts_frame): Remove.
20074 (w32_enumfont_pattern_entity): Add frame parameter, use it to
20075 set frame parameter. Use backward compatible fake foundries.
20076 Save generic family in extra slot under QCfamily. Make width slot
20077 constant. Save QCspacing value. Save list of scripts instead of
20078 binary subranges.
20079 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
20080 (add_font_entity_to_list): Use font_callback_data struct. Filter
20081 unwanted fonts.
20082 (add_one_font_entity_to_list): Use font_callback_data struct.
20083 (w32_registry): Default to iso10646_1.
20084 (fill_in_logfont): Use dpi from extra slot. Don't bother with
20085 string font registries. Don't fill in font name if it is a generic
20086 family name, fill family instead. Use spacing, family and script
20087 extra info to fill pitch, family and charset fields.
20088 (list_all_matching_fonts): Use font_callback_data struct.
20089 (unicode_range_for_char): Remove.
20090 (font_supported_scripts): New function.
20091 (w32font_initialize): Remove.
20092 (syms_of_w32font): Update which symbols are defined.
20093
20094 2008-02-01 Jason Rumney <jasonr@gnu.org>
20095
20096 * font.c (font_pixel_size): Reverse assq_no_quit args.
20097
20098 * w32term.h (FONT_WIDTH): Report max width, not average.
20099 (FONT_MAX_WIDTH): Remove.
20100 (FONT_AVG_WIDTH): New macro.
20101
20102 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
20103 redefinition of FONT_WIDTH.
20104
20105 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20106 (w32_cache_char_metrics): Use FONT_WIDTH.
20107
20108 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20109
20110 2008-02-01 Jason Rumney <jasonr@gnu.org>
20111
20112 * w32font.c (w32font_open): Make lfHeight negative.
20113
20114 * w32fns.c (x_default_font_parameter): Use new style font name.
20115 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20116
20117 2008-02-01 Jason Rumney <jasonr@gnu.org>
20118
20119 * w32font.c (QCsubranges): New symbol.
20120 (w32font_open, w32font_has_char): Get subranges from subproperty
20121 of extra.
20122 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20123 (syms_of_w32font): Define :subranges symbol.
20124
20125 * font.c (font_put_extra): Expose externally.
20126
20127 * font.h (font_put_extra): Move declaration from font.c.
20128
20129 * font.c (Ffont_get): Use font driver to determine otf capability.
20130 (adjust_anchor): Check if driver defines anchor_point before using.
20131
20132 * w32font.c (w32font_open): Handle size, height and pixel_size better.
20133 (w32font_draw): Use options.
20134 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20135 Fix detection of truetype fonts.
20136 (registry_to_w32_charset): Handle charsets other than iso8859-1
20137 expressed as lisp symbols.
20138 (w32_registry): Express charset as lisp symbol.
20139 (fill_in_logfont): Reverse pixel and point height logic.
20140 Don't set width here. Set quality to default.
20141
20142 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20143 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20144
20145 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20146 Remove redundant loop and allocation.
20147
20148 * makefile.w32-in (font.o, w32font.o): New objects.
20149 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20150 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20151
20152 * xdisp.c (fill_composite_glyph_string): Make the first arg to
20153 STORE_XCHARB a valid l-value.
20154
20155 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20156 calculations for non-Truetype fonts.
20157 (x_draw_glyph_string): Sync with xterm.c.
20158 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20159 Remove redundant code.
20160 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20161
20162 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20163 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20164
20165 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20166 (x_to_w32_charset, w32_to_x_charset): Expose externally.
20167
20168 * w32font.c: New file for w32 font backend.
20169
20170 2008-02-01 Kenichi Handa <handa@m17n.org>
20171
20172 * term.c: Don't include "buffer.h" twice.
20173
20174 2008-02-01 Kenichi Handa <handa@m17n.org>
20175
20176 * character.c (Funibyte_string): New function.
20177 (syms_of_character): Defsubr it.
20178
20179 2008-02-01 Jason Rumney <jasonr@gnu.org>
20180
20181 * w32term.c [USE_FONT_BACKEND]:
20182 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20183 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20184 (x_draw_glyph_string, x_draw_glyph_string_foreground)
20185 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20186 (x_free_frame_resources): Sync with xterm.c.
20187
20188 2008-02-01 Andreas Schwab <schwab@suse.de>
20189
20190 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20191 char-table size.
20192
20193 2008-02-01 Kenichi Handa <handa@m17n.org>
20194
20195 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20196
20197 2008-02-01 Kenichi Handa <handa@m17n.org>
20198
20199 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20200 font_otf_gpos, add font_drive_otf.
20201
20202 * fontset.c (fontset_find_font): Pay attention to font size
20203 specified for a font.
20204 (reorder_font_vector): Check contents of font_def.
20205
20206 * font.c (struct otf_list): Delete it.
20207 (otf_list): Make it a lisp variable.
20208 (otf_open): Use lispy otf_list.
20209 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20210 (check_otf_features): New function.
20211 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20212 New functions.
20213 (font_drive_otf): New function merging font_otf_gsub and
20214 font_otf_gpos.
20215 (font_open_for_lface): New arg spec. Change argument order.
20216 (font_load_for_face): Adjust for the change of font_open_for_lface.
20217 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20218 Ffont_otf_gpos.
20219 (syms_of_font): Staticpro otf_list. Delete defsubr of
20220 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20221
20222 * xfaces.c (set_font_frame_param): Adjust for the change of
20223 font_open_for_lface.
20224
20225 * font.h (font_open_for_lface): Adjust prototype.
20226 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20227 member otf_drive.
20228 (font_otf_gsub, font_otf_gpos): Delete externs.
20229 (font_drive_otf): Extern it.
20230
20231 2008-02-01 Kenichi Handa <handa@m17n.org>
20232
20233 * font.c (font_at): If the window W is not on a window system,
20234 return Qnil.
20235
20236 * coding.c (produce_chars, encode_coding): Don't call
20237 insert_from_gap if no characters to produce.
20238
20239 2008-02-01 Kenichi Handa <handa@m17n.org>
20240
20241 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20242 Fclear_face_cache.
20243
20244 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20245
20246 2008-02-01 Miles Bader <miles@gnu.org>
20247
20248 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20249 Parse "--disable-font-backend" option.
20250 (standard_args): Add "--disable-font-backend" option.
20251
20252 2008-02-01 Kenichi Handa <handa@m17n.org>
20253
20254 * fontset.c (fontset_find_font): New function.
20255 (fontset_font): Use fontset_find_font.
20256 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20257 Register the specified font for all Latin characters.
20258 (new_fontset_from_font): Register the specified font for all Latin
20259 characters.
20260 (dump_fontset): For a realized fontset, include the base fontset
20261 name in the returned vector.
20262
20263 2008-02-01 Kenichi Handa <handa@m17n.org>
20264
20265 * character.h (CHAR_STRING): Cast C to unsigned on calling
20266 char_string.
20267
20268 * character.c (char_string): Type of arg C changed to unsigned.
20269 Signal an error if C is an invalid character code.
20270
20271 * editfns.c (general_insert_function, Fchar_to_string):
20272 Use CHARACTERP, not INTEGERP.
20273
20274 2008-02-01 Kenichi Handa <handa@m17n.org>
20275
20276 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20277 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20278
20279 * regex.c (analyse_first): Fix for multibyte characters in "case
20280 charset:" and "case categoryspec:".
20281
20282 2008-02-01 Andreas Schwab <schwab@suse.de>
20283
20284 * Makefile.in (LIBES): Move standard libraries to the end.
20285
20286 2008-02-01 Kenichi Handa <handa@m17n.org>
20287
20288 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20289 nonzero, don't shrink the buffer nextb.
20290
20291 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20292
20293 * coding.c (coding_alloc_by_making_gap): New arg offset.
20294 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20295 offset.
20296 (decode_coding_iso_2022): Update coding->safe_charsets.
20297 (decode_coding_gap): Temporarily set
20298 current_buffer->text->inhibit_shrinking to 1.
20299
20300 2008-02-01 Kenichi Handa <handa@m17n.org>
20301
20302 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20303 indexing into elements of s->cmp and s->char2b.
20304
20305 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
20306
20307 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20308
20309 2008-02-01 Kenichi Handa <handa@m17n.org>
20310
20311 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20312 target_multibyte instead of multibyte.
20313 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20314 (bcmp_translate): Change the argument name from multibyte to
20315 target_multibyte.
20316
20317 2008-02-01 Kenichi Handa <handa@m17n.org>
20318
20319 These changes are to compile a regexp into a pattern that can be
20320 used both for multibyte and unibyte targets.
20321
20322 * Makefile.in (search.o): Depend on charset.h.
20323
20324 * character.c (multibyte_char_to_unibyte_safe): New function.
20325
20326 * search.c: Include "charset.h".
20327 (compile_pattern_1): Delete argument multibyte. Don't set
20328 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20329 (compile_pattern): Don't compare cp->buf.target_multibyte.
20330 Compare cp->buf.charset_unibyte.
20331 (compile_pattern): Set cp->buf.target_multibyte.
20332
20333 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20334
20335 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20336
20337 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20338 multibyte. Change callers.
20339 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20340 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20341 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20342 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20343 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20344 (regex_compile): Make the compiled pattern usable both for
20345 multibyte and unibyte targets.
20346 (analyse_first): Make the fastmap usable both for multibyte and
20347 unibyte targets.
20348 (TRANSLATE_VIA_MULTIBYTE): Delete.
20349 (re_match_2_internal): Pay attention to the case that the
20350 multibyteness of bufp and target may be different.
20351
20352 2008-02-01 Kenichi Handa <handa@m17n.org>
20353
20354 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20355 empty box occupy at least one column width.
20356
20357 2008-02-01 Miles Bader <miles@gnu.org>
20358
20359 * Makefile.in: Remove redundant HAVE_XFT clause.
20360
20361 2008-02-01 Kenichi Handa <handa@m17n.org>
20362
20363 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20364
20365 2008-02-01 Kenichi Handa <handa@m17n.org>
20366
20367 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20368 being nil.
20369
20370 2008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20373
20374 2008-02-01 Kenichi Handa <handa@m17n.org>
20375
20376 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20377
20378 2008-02-01 Kenichi Handa <handa@m17n.org>
20379
20380 * search.c (simple_search): Fix previous change.
20381
20382 2008-02-01 Kenichi Handa <handa@m17n.org>
20383
20384 * xftfont.c (ftfont_font_format): Extern declaration.
20385
20386 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20387
20388 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20389 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20390
20391 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20392 (ftfont_font_format): Fix previous change.
20393
20394 * font.h (Ffont_xlfd_name): EXFUN it.
20395
20396 * font.c (font_parse_xlfd): Fix the array size of `f'.
20397 (register_font_driver): Use EQ to compare driver->type.
20398
20399 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20400 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20401 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20402
20403 2008-02-01 Kenichi Handa <handa@m17n.org>
20404
20405 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20406 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20407
20408 2008-02-01 Kenichi Handa <handa@m17n.org>
20409
20410 * xfont.c (xfont_open): Set font->format.
20411
20412 * xftfont.c (xftfont_open): Set font->format.
20413
20414 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20415 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20416 (ftfont_open): Set font->format.
20417 (ftfont_font_format): New function.
20418
20419 * font.h (struct font): New member format.
20420
20421 * font.c (Qopentype): New variable.
20422 (syms_of_font): Defsym it.
20423 (Fquery_font): Change the format of the last element of the return
20424 value.
20425
20426 2008-02-01 Kenichi Handa <handa@m17n.org>
20427
20428 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20429 last resort.
20430
20431 2008-02-01 Kenichi Handa <handa@m17n.org>
20432
20433 * coding.c (detect_coding_charset): Fix detection of multi-byte
20434 charset.
20435
20436 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20437
20438 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20439
20440 2008-02-01 Kenichi Handa <handa@m17n.org>
20441
20442 * xdisp.c (get_next_display_element): Set it->face_id for the
20443 first component of a composition.
20444 (x_produce_glyphs): Check if the font is changed or not for composition.
20445
20446 2008-02-01 Kenichi Handa <handa@m17n.org>
20447
20448 * fontset.c (Qlatin): New variable.
20449 (syms_of_fontset): Define it as a lisp symbol.
20450 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20451
20452 2008-02-01 Kenichi Handa <handa@m17n.org>
20453
20454 * font.c (font_unparse_fcname): Pay attention to the case that
20455 some of font property is a null string.
20456
20457 2008-02-01 Kenichi Handa <handa@m17n.org>
20458
20459 * term.c: Include "composite.h".
20460 (encode_terminal_code): Output all components of composition.
20461 Check the size of encode_terminal_src.
20462 (produce_glyphs): For composition, call produce_composite_glyph.
20463 (append_composite_glyph, produce_composite_glyph): New functions.
20464
20465 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20466 is not found, get font_info from the current ascii face.
20467
20468 2008-02-01 Kenichi Handa <handa@m17n.org>
20469
20470 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20471 buffer-file-name to Qnil before calling insert_from_buffer.
20472
20473 * font.c (font_unparse_fcname): Pay attention to the case that
20474 foundry is a null string.
20475
20476 2008-02-01 Kenichi Handa <handa@m17n.org>
20477
20478 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20479
20480 * font.c (Qunicode_sip): New variable.
20481 (syms_of_font): Declare it as a Lisp symbol.
20482
20483 * font.h (Qunicode_sip): Extern it.
20484
20485 2008-02-01 Kenichi Handa <handa@m17n.org>
20486
20487 * composite.c (get_composition_id): Pay attention to TAB component.
20488
20489 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20490 TAB. Adjust for the change of s->char2b which always points to
20491 the first element of allocated memory.
20492
20493 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20494
20495 * xdisp.c (handle_composition_prop): Set it->c to the first
20496 non-TAB component.
20497 (fill_composite_glyph_string): Change argument.
20498 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20499 (x_produce_glyphs): Fix handling of left/right padding.
20500
20501 2008-02-01 Kenichi Handa <handa@m17n.org>
20502
20503 * coding.c (detect_coding_system): Fix for handling off
20504 inhibit_iso_escape_detection. Fix for the case that no coding
20505 system is defined for a specific coding category.
20506
20507 2008-02-01 Kenichi Handa <handa@m17n.org>
20508
20509 * font.c (font_matching_entity): Delete unused local var.
20510
20511 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20512 opening a font.
20513
20514 * fileio.c (Finsert_file_contents): On recovering a file, assume
20515 Unix-like eol.
20516 (choose_write_coding_system): On auto-saving a file, force
20517 Unix-like eol.
20518
20519 * coding.c (setup_coding_system): Fix setting of
20520 coding->common_flags based on eol_type.
20521 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20522 inherit from it.
20523
20524 2008-02-01 Kenichi Handa <handa@m17n.org>
20525
20526 * alloc.c (NSTATICS): Increas to 0x600.
20527
20528 2008-02-01 Kenichi Handa <handa@m17n.org>
20529
20530 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20531 (ftfont_list): Don't check :name property.
20532 (ftfont_match): New function.
20533 (ftfont_pattern_entity): If the pattern doesn't contain
20534 FC_SPACING, don't assume FC_MONO.
20535
20536 * font.h (struct font_driver): New member `match'.
20537 (font_update_drivers): Adjust prototype.
20538
20539 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20540 property of FONT.
20541 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20542 them unconditionally.
20543 (font_matching_entity): New function.
20544 (font_open_by_name): Try font_matching_entity if exact match is
20545 not found.
20546 (font_update_drivers): Delete the arg FONT. Return a list of
20547 actually used backends. Don't free faces, font caches here.
20548 Don't store data in frame parameters. Don't call x_set_font.
20549 (Ffont_spec): Store :name property as is.
20550 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20551 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20552 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20553 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20554 Call font->driver->otf_gsub instead of font_otf_gsub.
20555
20556 * frame.c (x_set_font_backend): Do more works that were done in
20557 font_update_drivers before.
20558
20559 * xfont.c (xfont_match): New function.
20560 (xfont_driver): Set xfont_driver.match to xfont_match.
20561 (xfont_draw): Set font in GC if necessary.
20562
20563 * ftxfont.c (ftxfont_match): New function.
20564 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20565
20566 * xftfont.c (xftfont_match): New function.
20567 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20568
20569 2008-02-01 Kenichi Handa <handa@m17n.org>
20570
20571 * font.h (struct font): New member scalable.
20572 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20573 (font_otf_gsub): Adjust prototype.
20574
20575 * font.c (font_otf_capability): Fix handling of the default langsys.
20576 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20577 Check the contents of SPEC.
20578 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20579 (check_gstring): New function.
20580 (REPLACEMENT_CHARACTER): New macro.
20581 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20582 glyph codes of GSTRING.
20583 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20584 (font_prepare_composition): Set cmp->glyph_len.
20585 (font_open_entity): Set font->scalable.
20586 (Ffont_get): Handle :otf property.
20587 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20588 functions.
20589 (Fquery_font): Use font->font.full_name.
20590 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20591 Sfont_otf_alternates.
20592
20593 * ftfont.c (ftfont_open): Set font->font.full_name and
20594 font->font.name properly. Fix calculation of font->font.height
20595 and font->min_width.
20596
20597 * ftxfont.c (ftxfont_create_gcs): New function.
20598 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20599 (ftxfont_draw_backgrond): Fix filling region.
20600 (ftxfont_default_fid): New function.
20601 (ftxfont_open): Set xfont->fid to the return value of
20602 ftxfont_default_fid.
20603 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20604 (ftxfont_done_face): Free only GCs that are created by
20605 ftxfont_create_gcs.
20606 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20607
20608 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20609 Clip to src->width, etc (not src->clip_XXX).
20610
20611 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20612 FontBackend frame parameter.
20613
20614 2008-02-01 Kenichi Handa <handa@m17n.org>
20615
20616 * font.h (struct font_driver_list): New member `on'.
20617 (Fclear_font_cache): EXFUN it.
20618 (font_update_drivers): Extern it.
20619
20620 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20621 (font_list_entities): Check driver_list->on.
20622 (register_font_driver): Initialize `on' member to 0.
20623 (font_update_drivers): New function.
20624 (Fclear_font_cache): Check driver_list->on.
20625
20626 * frame.h (Qfont_backend): Extern it.
20627 (x_set_font_backend): Extern it.
20628
20629 * frame.c (Qfont_backend): New variable.
20630 (frame_parms): New element for font-backend.
20631 (x_set_font_backend): New function.
20632
20633 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20634 FontBackend frame parameter.
20635 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20636 x_set_font_backend.
20637
20638 * xfont.c (xfont_list): Don't try listing by :name property if the
20639 name is not for XLFD.
20640
20641 2008-02-01 Kenichi Handa <handa@m17n.org>
20642
20643 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20644 (LGLYPH_SET_TO): New macros.
20645 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20646 element of G is vector or not.
20647 (font_at): Extern it.
20648
20649 * font.c: Include window.h.
20650 (font_lispy_object): New function.
20651 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20652 end of valid glyph.
20653 (font_close_object): Fix getting (struct font *).
20654 (font_at): New function.
20655 (Ffont_get): If FONT is a font-object, get entity from it.
20656 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20657 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20658 range check.
20659 (Ffont_at): New function.
20660 (syms_of_font): Defsubr Sfont_at.
20661
20662 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20663 before the entry for Qcomposition.
20664 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20665 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20666 the font in gstring.
20667 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20668 LGLYPH_FORM (g) to detect the end of valid glyph.
20669 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20670 we are composing with gstring.
20671
20672 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20673 Check if adjustment is vector or not.
20674
20675 * Makefile.in (font.o): Make it depends on window.h.
20676
20677 2008-02-01 Kenichi Handa <handa@m17n.org>
20678
20679 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20680 adjustment is vector or not.
20681
20682 2008-02-01 Miles Bader <miles@gnu.org>
20683
20684 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20685
20686 2008-02-01 Kenichi Handa <handa@m17n.org>
20687
20688 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20689 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20690 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20691
20692 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20693 (DEVICE_DELTA): Fix typo.
20694 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20695 LGLYPH format.
20696
20697 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20698 the change of LGLYPH format.
20699
20700 2008-02-01 Kenichi Handa <handa@m17n.org>
20701
20702 * ftfont.c (ftfont_list): Fix typo.
20703 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20704
20705 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20706
20707 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20708
20709 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20710 xftface_info is non-NULL.
20711
20712 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20713
20714 * ftfont.c (ftfont_list): Move misplaced #endif.
20715
20716 2008-02-01 Kenichi Handa <handa@m17n.org>
20717
20718 * ftfont.c (ftfont_list): Pay attention to the case that
20719 FC_CAPABILITY is not defined.
20720
20721 2008-02-01 Kenichi Handa <handa@m17n.org>
20722
20723 * xftfont.c (xftfont_open): Set charset related members to -1.
20724
20725 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20726 QCname.
20727 (ftfont_open): Set charset related members to -1.
20728
20729 * fontset.c (Votf_script_alist): New variable.
20730 (syms_of_fontset): Initialize it.
20731 (fontset_font): Delete unused variable.
20732
20733 * fontset.h (Votf_script_alist): Extern it.
20734
20735 * font.c (font_find_for_lface): Optimize code.
20736
20737 * font.h (font_close_object, font_merge_old_spec): Extern them.
20738
20739 2008-02-01 Kenichi Handa <handa@m17n.org>
20740
20741 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20742 (syms_of_font): Initialize them.
20743 (font_pixel_size): Allow float value in dpi.
20744 (font_prop_validate_type): Delete.
20745 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20746 Change caller.
20747 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20748 (font_prop_validate_extra): Delete.
20749 (font_prop_validate_spacing): New function.
20750 (font_property_table): Add elements for all known properties.
20751 (get_font_prop_index): Rename from check_font_prop_name. New
20752 argument FROM. Change caller.
20753 (font_prop_validate): Validate all known properties.
20754 (font_put_extra): Delete argument force. Change caller.
20755 (font_expand_wildcards): Make it static. Fix the way of shrinking
20756 the possible range.
20757 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20758 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20759 Change caller.
20760 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20761 (font_parse_fcname): Delete argument merge. Fix parsing of point
20762 size. Don't validate properties values here. Change caller.
20763 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20764 (font_open_by_name): Delete unused variable.
20765 (Ffont_spec): Likewise. Validate property values.
20766 (Ffont_match_p): New function.
20767
20768 * font.h (QCscalable): Extern it.
20769 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20770
20771 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20772
20773 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20774 (xfont_list_pattern): New function.
20775 (xfont_list): Use xfont_list_pattern.
20776
20777 2008-02-01 Kenichi Handa <handa@m17n.org>
20778
20779 * font.h (Flist_fonts): EXFUN it.
20780
20781 2008-02-01 Jason Rumney <jasonr@gnu.org>
20782
20783 * w32term.c (w32_initialize): Add back smoothing_type and
20784 smoothing_enabled definitions.
20785
20786 2008-02-01 Kenichi Handa <handa@m17n.org>
20787
20788 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20789 s->face->font on determining underline position.
20790
20791 2008-02-01 Kenichi Handa <handa@m17n.org>
20792
20793 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20794 (font_has_char): Accept font-object too.
20795 (font_find_for_lface): Try at first with a size specified in face.
20796
20797 2008-02-01 Kenichi Handa <handa@m17n.org>
20798
20799 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20800 font_open_by_name.
20801
20802 2008-02-01 Kenichi Handa <handa@m17n.org>
20803
20804 * font.h (QCspacing, QCdpi): Extern them.
20805 (enum font_spacing): New enum.
20806 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20807
20808 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20809 (QCspacing, QCdpi): New variables.
20810 (syms_of_font): Initialize them.
20811 (font_pixel_size): New function.
20812 (font_put_extra): New function.
20813 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20814 in FONT_EXTRA.
20815 (font_parse_fcname): Handle enumerated values (e.g. bold).
20816 Fix handling font size. Add QCname property that contains only
20817 unknown properties.
20818 (font_score): Change argument. Change caller. Pay attention to
20819 FONT_PIXEL_SIZE_QUANTUM.
20820 (font_sort_entites, font_list_entities, font_find_for_lface)
20821 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20822 (Ffont_spec): Add QCname property that contains only unknown properties.
20823
20824 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20825 include weight in listing pattern, instead check weight of each
20826 listed font. Don't include scalable in pattern. Pay attention to
20827 FONT_PIXEL_SIZE_QUANTUM.
20828
20829 2008-02-01 Kenichi Handa <handa@m17n.org>
20830
20831 * font.c (font_parse_fcname): Fix parsing of point-size.
20832 (font_unparse_fcname): Produce symbolic names for style properties.
20833 (font_list_entities): Handle float size correctly.
20834 (font_open_by_name): Prefer `normal' property values if the name
20835 doesn't specify them.
20836
20837 * fontset.c (Finternal_char_font): Use font_get_name, not
20838 Ffont_xlfd_name.
20839
20840 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20841 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20842 pattern. Don't force scalable.
20843
20844 * xftfont.c (xftfont_open): For generating a name, start from
20845 96-byte buffer.
20846
20847 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20848
20849 * frame.h (x_new_fontset2): Fix prototype.
20850
20851 2008-02-01 Kenichi Handa <handa@m17n.org>
20852
20853 * font.h (struct font_driver): Delete member parse_name.
20854 (font_match_p, font_get_spec, font_parse_fcname)
20855 (font_unparse_fcname): Extern them.
20856 (font_get_name): Adjust prototype.
20857
20858 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20859 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20860 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20861 unnecessary checks for weight, slant, and swidth.
20862 (font_parse_fcname): New function.
20863 (font_unparse_fcname): New function.
20864 (font_parse_name): New function.
20865 (font_match_p): New function.
20866 (font_get_name): Change return value to Lisp string.
20867 (font_get_spec): New function.
20868 (Qunspecified, Qignore_defface): Don't extern them.
20869 (font_find_for_lface): Assume that LFACE is fully specified.
20870 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20871 object, use it for FACE.
20872 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20873 driver->parse_name.
20874 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20875
20876 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20877 prototype.
20878
20879 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20880 argument F. Don't call Fnew_fontset. Instead, directly call
20881 make_fontset.
20882
20883 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20884
20885 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20886 of x_new_fontset2.
20887
20888 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20889 (Qsans__serif): New variables.
20890 (ftfont_generic_family_list): New variable.
20891 (syms_of_ftfont): Initialize the above variables.
20892 (ftfont_pattern_entity): Delete argument NAME.
20893 (ftfont_list_generic_family): New function.
20894 (ftfont_parse_name): Delete this function.
20895 (ftfont_list): Try generic family only when FcFontList found no font.
20896 (ftfont_list_family): Fix args to FcObjectSetBuild.
20897
20898 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20899 object in attrs[LFACE_FONT_INDEX].
20900 (set_lface_from_font_name): Cancel all changes for font-backend.
20901 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20902 function.
20903 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20904 font object in QCfont attribute.
20905 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20906 (realize_default_face) [USE_FONT_BACKEND]: Call
20907 set_lface_from_font_and_fontset.
20908
20909 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20910 "fixed", and signal error here if no suitable font was found.
20911
20912 * xfont.c (xfont_parse_name): Delete this function.
20913
20914 * xftfont.c (xftfont_open): Change coding style of error
20915 handling. Generate fontconfig's fontname pattern.
20916
20917 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20918 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20919
20920 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20921 Both args FONTSET and FONT_OBJECT must be existing ones.
20922
20923 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20924
20925 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20926
20927 2008-02-01 Kenichi Handa <handa@m17n.org>
20928
20929 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20930
20931 * font.h (struct font): Fix typo.
20932
20933 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20934 XLFD_XXX_INDEX.
20935 (enum xlfd_field_mask): New enum.
20936 (intern_font_field): Changed argument. Change caller. If digits
20937 are followed by non-digits, return a symbol.
20938 (font_expand_wildcards): New function.
20939 (font_parse_xlfd): Fix wildcard handling.
20940 (Ffont_spec): If :name is specified, reflect the info in the other
20941 properties.
20942
20943 * ftfont.c (ftfont_pattern_entity): Fix typo.
20944 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20945 locale.
20946
20947 2008-02-01 Kenichi Handa <handa@m17n.org>
20948
20949 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20950
20951 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20952 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20953 registry doesn't specify encoding part.
20954 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20955 (font_open_by_name): At first try parsing the name.
20956 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20957 as Lisp symbols.
20958
20959 * fontset.c (reorder_font_vector): Pay attention to the case that
20960 the 3rd element of font_def is nil.
20961 (fontset_font): For the default fontset, append one more fontset
20962 elements for a script-based font specification. Don't add script
20963 attribute on finding a font.
20964 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20965 font name.
20966 (fontset_ascii_font): If a font can't be opened, return nil.
20967
20968 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20969 (ftfont_pattern_entity): New function.
20970 (ftfont_get_cache): Assume that freetype_font_cache is already
20971 initialized.
20972 (ftfont_list): Handle the case that a file is specified in font
20973 name. Use ftfont_pattern_entity to generate entities.
20974 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20975 (syms_of_ftfont): Initialize freetype_font_cache.
20976
20977 * xftfont.c (xftfont_open): Make the font name fontconfig's
20978 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20979 (xftfont_close): Free font->font.name if not NULL.
20980
20981 * xfont.c (xfont_list): If script is specified for a font, return
20982 null_vector.
20983 (xfont_list_family): Declare argument type.
20984
20985 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20986 name, set LFACE_FONT (lface) to nil.
20987
20988 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20989 return Qnil.
20990
20991 2008-02-01 Kenichi Handa <handa@m17n.org>
20992
20993 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20994 (standard_args): Add "-enable-font-backend".
20995
20996 2008-02-01 Kenichi Handa <handa@m17n.org>
20997
20998 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20999 (struct xftdraw_list, xftdraw_list): Delete them.
21000 (register_xftdraw, check_xftdraw): Delete them.
21001 (xftfont_prepare_face): Don't call register_xftdraw.
21002 (xftfont_done_face): Don't call check_xftdraw.
21003 (xftfont_draw): Get background color only when with_background is
21004 nonzero.
21005
21006 * xfont.c (xfont_encode_char): Fix calculation of char2b.
21007
21008 2008-02-01 Kenichi Handa <handa@m17n.org>
21009
21010 These changes are for the new font handling codes.
21011
21012 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
21013 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
21014 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
21015 (FONTSRC, FONTOBJ): New variables.
21016 (obj): Add $(FONTOBJ).
21017 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
21018 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
21019 @LIBOTF_LIBS@.
21020 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
21021 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
21022
21023 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
21024
21025 * character.h (Vscript_representative_chars): Extern it.
21026
21027 * character.c (Vscript_representative_chars): New variable.
21028 (syms_of_character): Declare it as a Lisp variable.
21029
21030 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
21031 enable_font_backend is nonzero, accept the composition method
21032 COMPOSITION_WITH_GLYPH_STRING.
21033
21034 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
21035 enumeration COMPOSITION_WITH_GLYPH_STRING.
21036
21037 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
21038 members clip_x, clip_y, clip_width, and clip_height.
21039 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
21040
21041 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
21042 --enable-font-backend. Call syms_of_font.
21043
21044 * fns.c (assoc_no_quit): New function.
21045
21046 * fontset.h (FONT_INFO_FROM_FACE): New macro.
21047 (face_for_font, new_fontset_from_font)
21048 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
21049
21050 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
21051 (fontset_font, fontset_ascii, face_for_char)
21052 (make_fontset_for_ascii_face, Ffont_info)
21053 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
21054 is nonzero, use font-backend mechanism.
21055 (find_font_encoding): Make it non-static.
21056 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
21057 New functions.
21058
21059 * frame.h (struct frame): New members resx and resy.
21060 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
21061 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
21062
21063 * frame.c [USE_FONT_BACKEND]: Include "font.h".
21064 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
21065
21066 * lisp.h (assoc_no_quit): Extern it.
21067
21068 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
21069 Through out the file, use FONT_INFO_FROM_FACE instead of
21070 FONT_INFO_FROM_ID, use get_per_char_metric instead of
21071 rif->per_char_metric.
21072 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
21073 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
21074 (get_glyph_face_and_encoding, fill_composite_glyph_string)
21075 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21076 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
21077 nonzero, use font-backend mechanism.
21078 (get_per_char_metric): New function.
21079
21080 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
21081 (set_lface_from_font_name)
21082 (set_font_frame_param, free_realized_face)
21083 (prepare_face_for_display, clear_face_gcs)
21084 (Finternal_set_font_selection_order, realize_x_face)
21085 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
21086 font-backend mechanism.
21087 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
21088 (load_face_font) [USE_FONT_BACKEND]: Abort.
21089 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
21090 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
21091
21092 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
21093 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
21094 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
21095 nonzero, register all available font drivers. Call
21096 x_default_font_parameter for deciding a font.
21097 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
21098
21099 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
21100 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
21101 (x_set_glyph_string_clipping_exactly)
21102 (x_compute_glyph_string_overhangs)
21103 (x_draw_glyph_string_foreground)
21104 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
21105 (x_free_frame_resources) [USE_FONT_BACKEND]: If
21106 enable_font_backend is nonzero, use font-backend mechanism.
21107 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21108
21109 2008-02-01 Kenichi Handa <handa@m17n.org>
21110
21111 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21112 system_eol_type.
21113 (syms_of_coding): Initialize system_eol_type.
21114
21115 * process.c (Fset_process_coding_system): Inherit system's eol
21116 format if necessary.
21117
21118 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21119
21120 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21121
21122 2008-02-01 Kenichi Handa <handa@m17n.org>
21123
21124 * coding.c (decode_eol): Pay attention to buffer relocation in
21125 del_range_2.
21126 (decode_coding): Call decode_eol before restoring undo_list.
21127
21128 2008-02-01 Kenichi Handa <handa@m17n.org>
21129
21130 * charset.c (Fdefine_charset_internal): Fix setting of
21131 emacs_mule_bytes.
21132
21133 2008-02-01 Kenichi Handa <handa@m17n.org>
21134
21135 * keyboard.c (read_char): Check if C is a character or not before
21136 looking up Vkeyboard_translate_table.
21137
21138 2008-02-01 Kenichi Handa <handa@m17n.org>
21139
21140 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21141 condition to terminate the loop.
21142
21143 2008-02-01 Kenichi Handa <handa@m17n.org>
21144
21145 * coding.c (produce_composition): Compare charbuf[i] instead of
21146 args[i] against 0.
21147 (Fterminal_coding_system): Use EQ to compare Lisp objects.
21148
21149 2008-02-01 Kenichi Handa <handa@m17n.org>
21150
21151 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21152 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21153 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21154 detect_coding.
21155 (emacs_mule_char): Handle old style (Emacs 20) component character
21156 of a composition.
21157 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21158 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21159 composition rule.
21160 (decode_coding_emacs_mule): Handle invalid bytes correctly.
21161
21162 2008-02-01 Kenichi Handa <handa@m17n.org>
21163
21164 * coding.c (encode_coding_ccl): Allocate destination dynamically
21165 when necessary.
21166
21167 2008-02-01 Kenichi Handa <handa@m17n.org>
21168
21169 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21170 the loop. When quitted, show a proper error message.
21171
21172 2008-02-01 Kenichi Handa <handa@m17n.org>
21173
21174 * xterm.c (x_set_glyph_string_clipping_exactly): Set
21175 src->clip_head and src->clip_tail temporarily instead of src->hl.
21176
21177 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21178 character sequence.
21179 (Fccl_execute_on_string): Use ASET, not XSET.
21180
21181 2008-02-01 Kenichi Handa <handa@m17n.org>
21182
21183 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21184
21185 2008-02-01 Kenichi Handa <handa@m17n.org>
21186
21187 * coding.c (decode_coding): Fix the condition of terminating the
21188 decoding loop.
21189
21190 2008-02-01 Kenichi Handa <handa@m17n.org>
21191
21192 * data.c (Faset): On setting a character bigger than 255 in a
21193 unibyte string, signal an error instead of make the string multibyte.
21194
21195 2008-02-01 Kenichi Handa <handa@m17n.org>
21196
21197 * charset.c (map_charset_chars): Fix for ascii-compatible charset
21198 made by a mapping table.
21199
21200 2008-02-01 Kenichi Handa <handa@m17n.org>
21201
21202 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21203 not.
21204 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21205 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21206
21207 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21208 s->face is NULL or not.
21209
21210 2008-02-01 Kenichi Handa <handa@m17n.org>
21211
21212 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21213 (x_draw_glyph_string): Fix drawing of right_overhang and
21214 left_overhang around/on cursor.
21215
21216 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21217
21218 2008-02-01 Kenichi Handa <handa@m17n.org>
21219
21220 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21221
21222 2008-02-01 Kenichi Handa <handa@m17n.org>
21223
21224 * coding.c (Fdefine_coding_system_internal)
21225 (Fdefine_coding_system_alias): Avoid a duplicated element in
21226 Vcoding_system_alist.
21227
21228 2008-02-01 Kenichi Handa <handa@m17n.org>
21229
21230 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21231
21232 * coding.c (Qcoding_system_define_form): New variable.
21233 (syms_of_coding): Intern and staticpro it.
21234 (Fcoding_system_p): Check Qcoding_system_define_form.
21235 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21236
21237 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21238 Fcoding_system_p.
21239 (CHECK_CODING_SYSTEM): If ID is not available, call
21240 Fcheck_coding_system.
21241 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21242 Try also Fcheck_coding_system.
21243
21244 2008-02-01 Kenichi Handa <handa@m17n.org>
21245
21246 * coding.c (code_conversion_restore): GCPRO arg.
21247
21248 2008-02-01 Kenichi Handa <handa@m17n.org>
21249
21250 * character.c (lisp_string_width): Check multibyteness of STRING.
21251
21252 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21253
21254 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21255 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21256 (decode_mac_font_name): Use decode_coding_c_string instead of
21257 decode_coding.
21258 (x_load_font): Initialize fontp->fontset to -1. Set
21259 fontp->encoding_type.
21260
21261 2008-02-01 Kenichi Handa <handa@m17n.org>
21262
21263 * search.c (search_buffer): Give up BM search on case-fold-search
21264 if one of a target character has a case-equivalence of different
21265 byte length even if that target character is an ASCII.
21266 (simple_search): Fix calculation of byte length of matched text.
21267 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21268
21269 2008-02-01 Kenichi Handa <handa@m17n.org>
21270
21271 * coding.c (decode_coding): Fix handling of invalid bytes.
21272
21273 2008-02-01 Kenichi Handa <handa@m17n.org>
21274
21275 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21276 Unicode characters.
21277
21278 2008-02-01 Kenichi Handa <handa@m17n.org>
21279
21280 * coding.c (encode_coding_object): If a pre-write-conversion
21281 function makes a new buffer, kill it.
21282
21283 2008-02-01 Kenichi Handa <handa@m17n.org>
21284
21285 * coding.c (QCascii_compatible_p): New variable.
21286 (syms_of_coding): Initialize it.
21287 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21288 calling string_char.
21289 (record_conversion_result): Add `default:' case.
21290 (coding_charset_list): Delete unused variable `coding_type'.
21291 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21292 property in the plist of the coding system.
21293 (Fcoding_system_put): Check QCascii_compatible_p.
21294
21295 2008-02-01 Miles Bader <miles@gnu.org>
21296
21297 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21298 removed calculation of frame `f', as it's now used.
21299
21300 2008-02-01 Kenichi Handa <handa@m17n.org>
21301
21302 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21303 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21304 (UNIDATA): New variable.
21305 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21306 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21307 $(RUN_TEMACS) unconditionally.
21308
21309 2008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21312 (admindir): New variable.
21313 ($(lispsource)international/charprop.el): New target.
21314
21315 2008-02-01 Miles Bader <miles@gnu.org>
21316
21317 * character.c (chars-in-region): Remove obsolete function.
21318 (syms_of_character): Remove its initialization.
21319
21320 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21321
21322 * w32select.c (validate_coding_system)
21323 (setup_windows_coding_system): New functions.
21324 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21325 setup_windows_coding_system.
21326 (setup_config, Fw32_get_clipboard_data): Use
21327 validate_coding_system.
21328 (Fx_selection_exists): Move call to setup_config to a place
21329 where signals are allowed.
21330
21331 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21332 (Fcheck_coding_system): Add declarations.
21333
21334 2008-02-01 Kenichi Handa <handa@m17n.org>
21335
21336 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21337
21338 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21339
21340 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21341 string as the second argument for x_new_fontset.
21342
21343 2008-02-01 Kenichi Handa <handa@m17n.org>
21344
21345 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21346 (encode_coding_object): Use safe_call instead of call2.
21347
21348 2008-02-01 Kenichi Handa <handa@m17n.org>
21349
21350 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21351
21352 * Makefile.in (lisp): Include charprop.el.
21353
21354 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21355
21356 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21357 Not sure if it's unnecessary.
21358
21359 2008-02-01 Steven Tamm <steventamm@mac.com>
21360
21361 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21362 some possibly unnecessary fontset checking code that crashed
21363 when creating a new frame.
21364
21365 2008-02-01 Kenichi Handa <handa@m17n.org>
21366
21367 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21368 lookup_face.
21369
21370 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21371
21372 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21373
21374 2008-02-01 Kenichi Handa <handa@m17n.org>
21375
21376 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21377 (coding_charset_list): New function.
21378
21379 * coding.h (coding_charset_list): Extern it.
21380
21381 2008-02-01 Kenichi Handa <handa@m17n.org>
21382
21383 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21384 concatenation of family and registry.
21385
21386 2008-02-01 Kenichi Handa <handa@m17n.org>
21387
21388 * character.h (BYTE8_STRING): Fix typo.
21389
21390 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21391 string to multibyte (sync to HEAD).
21392
21393 * casefiddle.c (casify_region): Handle changes in byte-length
21394 using replace_range_2 (sync to HEAD).
21395
21396 2008-02-01 Andreas Schwab <schwab@suse.de>
21397
21398 * chartab.c (map_char_table): GCPRO table and arg.
21399
21400 2008-02-01 Kenichi Handa <handa@m17n.org>
21401
21402 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21403 already at limit.
21404
21405 2008-02-01 Kenichi Handa <handa@m17n.org>
21406
21407 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21408 instead of fast_c_string_match_ignore_case.
21409 (find_font_encoding): Change argument to Lisp_Object. Use
21410 fast_string_match_ignore_case instead of
21411 fast_c_string_match_ignore_case. Change caller.
21412
21413 2008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * xdisp.c (get_next_display_element): In unibyte case, decide to
21416 display in octal form by checking a character by
21417 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21418
21419 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21420
21421 * character.c (unibyte_has_multibyte_table): New variable.
21422
21423 * character.h (unibyte_has_multibyte_table): Extern it.
21424 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21425
21426 2008-02-01 Kenichi Handa <handa@m17n.org>
21427
21428 * coding.c (encode_coding_iso_2022): Fix handling of charset
21429 annotation.
21430
21431 2008-02-01 Kenichi Handa <handa@m17n.org>
21432
21433 * coding.c (setup_coding_system): If coding_system is nil, use
21434 Qundecided.
21435 (Fterminal_coding_system): Return nil if terminal coding system is
21436 `undecided'.
21437 (syms_of_coding): Define coding-system `undecided' here. Setup
21438 terminal_coding as `undecided'.
21439
21440 2008-02-01 Kenichi Handa <handa@m17n.org>
21441
21442 * xdisp.c (message_dolog, set_message_1): Call
21443 unibyte_char_to_multibyte with arg type int.
21444
21445 * lread.c (read1): Fix reading of a char-table.
21446
21447 * print.c (print_object): Include sub char-table in circularities
21448 detection.
21449
21450 2008-02-01 Kenichi Handa <handa@m17n.org>
21451
21452 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21453 Append the found sequences in car of ARGS instead of prepending.
21454
21455 2008-02-01 Kenichi Handa <handa@m17n.org>
21456
21457 * fileio.c (report_file_error): Make a unibyte string from
21458 strerror (errorno).
21459 (Fsubstitute_in_file_name): Fix the arg to
21460 unibyte_char_to_multibyte. It is evaluated twice.
21461
21462 2008-02-01 Kenichi Handa <handa@m17n.org>
21463
21464 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21465
21466 2008-02-01 Kenichi Handa <handa@m17n.org>
21467
21468 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21469 BOM is not found.
21470 (detect_coding, detect_coding_system): Optimization for ISO-2022
21471 when no 8-bit data is found.
21472
21473 2008-02-01 Jason Rumney <jasonr@gnu.org>
21474
21475 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21476
21477 2008-02-01 Kenichi Handa <handa@m17n.org>
21478
21479 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21480 CHARS.
21481
21482 2008-02-01 Steven Tamm <steventamm@mac.com>
21483
21484 * macterm.c (mac_encode_char): Add charset argument and update
21485 to use encoding_type.
21486 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21487 switch to pure fontset.
21488 (decode_mac_font_name): Temporarily remove decoding.
21489 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21490 (x_load_font): Temporarily remove encoding.
21491
21492 2008-02-01 Kenichi Handa <handa@m17n.org>
21493
21494 * xfaces.c (Fface_font): If frame is not on a window system,
21495 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21496 refer to face->font.
21497 (split_font_name_into_vector, build_font_name_from_vector)
21498 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21499 when HAVE_WINDOW_SYSTEM is defined.
21500
21501 2008-02-01 Kenichi Handa <handa@m17n.org>
21502
21503 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21504 (x_produce_glyphs): Fix setting of members of cmp in case
21505 cmp->glyph_len is zero.
21506
21507 * fontset.c (Fset_fontset_font): Fix docstring.
21508 (Ffontset_info): Make it backward compatible. New arg ALL.
21509
21510 2008-02-01 Kim F. Storm <storm@cua.dk>
21511
21512 * process.c (read_process_output): Grow decoding_buf when needed;
21513 this could cause a crash in allocate_string and compact_small_strings.
21514
21515 2008-02-01 Kenichi Handa <handa@m17n.org>
21516
21517 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21518
21519 2008-02-01 Kenichi Handa <handa@m17n.org>
21520
21521 * coding.c (setup_coding_system): Set coding->common_flags
21522 correctly for raw-text.
21523 (consume_chars): On encoding unibyte text by raw-text, don't check
21524 multibyte form.
21525 (encode_coding): On encoding by raw-text, never use translation tables.
21526
21527 * fileio.c (e_write): Short cut for the case of no encoding.
21528
21529 2008-02-01 Kenichi Handa <handa@m17n.org>
21530
21531 * coding.c (detect_coding, detect_coding_system): Delete unused
21532 variables.
21533
21534 2008-02-01 Kenichi Handa <handa@m17n.org>
21535
21536 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21537 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21538
21539 2008-02-01 Kenichi Handa <handa@m17n.org>
21540
21541 * coding.c (Ffind_coding_systems_region_internal): Include
21542 raw-text and no-conversion in the result.
21543
21544 2008-02-01 Kenichi Handa <handa@m17n.org>
21545
21546 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21547 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21548 FONT_DEF.
21549 (font_def_arg, add_arg, from_arg, to_arg): New args.
21550 (set_fontset_font): Change argument.
21551 (Fset_fontset_font): Fix for the case that TARGET is a script
21552 name and charset name.
21553 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21554
21555 2008-02-01 Kenichi Handa <handa@m17n.org>
21556
21557 * fontset.c (fontset_font): Rename from fontset_face. Change return
21558 value.
21559 (face_suitable_for_char_p, face_for_char): Adjust for the change
21560 of fontset_font.
21561 (make_fontset_for_ascii_face): Fix setting of the fontset element
21562 for ASCII.
21563 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21564 to get a font name.
21565 (Ffontset_info): Adjust for the change of fontset_font.
21566
21567 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21568
21569 * character.h (LEADING_CODE_LATIN_1_MIN)
21570 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21571
21572 2008-02-01 Kenichi Handa <handa@m17n.org>
21573
21574 * editfns.c (check_translation): New function.
21575 (Ftranslate_region_internal): Handle M:N mapping.
21576
21577 2008-02-01 Kenichi Handa <handa@m17n.org>
21578
21579 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21580
21581 2008-02-01 Kenichi Handa <handa@m17n.org>
21582
21583 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21584 goto invalid_code.
21585 (decode_coding_iso_2022): Fix handling of invalid designation.
21586
21587 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21588 after calling code_conversion_save.
21589
21590 2008-02-01 Kenichi Handa <handa@m17n.org>
21591
21592 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21593
21594 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21595
21596 * fontset.c: Include "intervals.h".
21597 (fontset_face): Fix comparing of Lisp_Objects.
21598 (free_face_fontset, new_fontset_from_font_name): Fix
21599 Lisp_Object/int mixup.
21600
21601 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21602
21603 * coding.c: Add many prototypes for static functions.
21604 (get_translation_table): Allow max_lookup to be NULL.
21605 (decode_coding, Ffind_coding_systems_region_internal)
21606 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21607 get_translation_table with max_lookup NULL.
21608
21609 2008-02-01 Kenichi Handa <handa@m17n.org>
21610
21611 * coding.c (get_translation_table): Declare it as Lisp_Object.
21612 (LOOKUP_TRANSLATION_TABLE): New macro.
21613 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21614 instead of CHAR_TABLE_REF.
21615
21616 2008-02-01 Kenichi Handa <handa@m17n.org>
21617
21618 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21619 annotation data format.
21620 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21621 Change arguments FROM and TO to single argument NCHARS. Change caller.
21622 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21623 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21624 (decode_coding_ccl, decode_coding_charset): Pay attention to
21625 coding->charbuf_used.
21626 (get_translation): New function.
21627 (produce_chars): New arguments translation_table and last_block.
21628 Translate characters here. Return number of carryover chars.
21629 Change caller.
21630 (produce_composition): New argument pos. Change caller.
21631 Adjust for the change of annotation data format.
21632 (produce_charset, produce_annotation): Likewise.
21633 (decode_coding, encode_coding): Don't call translate_chars.
21634 (consume_chars): New arg translation_table. Change caller.
21635 (translate_chars): Delete.
21636 (syms_of_coding): Make translation-table's number of extra slots 2.
21637
21638 2008-02-01 Kenichi Handa <handa@m17n.org>
21639
21640 * search.c (simple_search): Fix setting this_pos_byte in backward
21641 search.
21642
21643 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21644 byte sequence.
21645 (detect_coding_ccl): Fix setting of the variable valids.
21646
21647 2008-02-01 Kenichi Handa <handa@m17n.org>
21648
21649 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21650
21651 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21652
21653 * editfns.c (Ftranslate_region_internal): Rename from
21654 Ftranslate_region. Accept a char-table in TABLE.
21655 (syms_of_editfns): Defsubr Stranslate_region_internal.
21656
21657 * xfaces.c (set_lface_from_font_name): If a font is specified for
21658 a frame, generate a fontset from the font.
21659 (build_scalable_font_name): If the scalable font is requested for
21660 a specific size, don't change that size.
21661 (try_font_list): Try a scalable font also in the case that a
21662 pattern string is specified.
21663
21664 2008-02-01 Kenichi Handa <handa@m17n.org>
21665
21666 * xfaces.c (Fface_font): New optional arg CHARACTER.
21667
21668 2008-02-01 Kenichi Handa <handa@m17n.org>
21669
21670 * charset.h (CHARSET_OFFSET): New macro.
21671
21672 2008-02-01 Kenichi Handa <handa@m17n.org>
21673
21674 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21675
21676 * fontset.c (fontset_face): Handle the case that repertory is a
21677 char-table.
21678 (find_font_encoding): Return nil for unknown encoding.
21679 (Fset_fontset_font): Ignore a font of unknown encoding.
21680
21681 2008-02-01 Kenichi Handa <handa@m17n.org>
21682
21683 * keymap.c (describe_vector): Handle default value of a char table.
21684
21685 * fontset.c (fontset_face): Handle fallback fonts correctly.
21686 (Ffontset_info): Return infomation about fallback fonts.
21687
21688 2008-02-01 Kenichi Handa <handa@m17n.org>
21689
21690 * fontset.c (FONTSET_DEFAULT): New macro.
21691 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21692 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21693 the case that it is nil.
21694 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21695 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21696
21697 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21698 subset or superset.
21699
21700 2008-02-01 Kenichi Handa <handa@m17n.org>
21701
21702 * emacs.c (main): Call init_charset after syms_of_XXX.
21703
21704 * charset.c (Vcharset_map_directory): Delete.
21705 (Vcharset_map_path): New variable.
21706 (load_charset_map_from_file): Use Vcharset_map_path instead.
21707 (init_charset): Initialize Vcharset_map_path.
21708 (syms_of_charset): Delete declaration of "charset-map-directory",
21709 add declaration of "charset-map-path".
21710
21711 2008-02-01 Kenichi Handa <handa@m17n.org>
21712
21713 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21714 ASCII only string.
21715
21716 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21717
21718 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21719 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21720
21721 2008-02-01 Kenichi Handa <handa@m17n.org>
21722
21723 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21724
21725 * coding.c (QCmnemonic, QCdefalut_char)
21726 (QCdecode_translation_table, QCencode_translation_table)
21727 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21728 (get_translation_table): Return a list of translation tables if
21729 necessary.
21730 (decode_coding): Call get_translation_table with ENCODEP 0.
21731 (char_encodable_p): If translation_table is non-nil, always call
21732 translate_char.
21733 (Fdefine_coding_system_internal): Accept list of translation
21734 tables as :encode-translation-table and :decode-translation-table.
21735 (Fcoding_system_put): New function.
21736 (syms_of_coding): Declare new symbols. Defsubr
21737 Scoding_system_put.
21738 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21739 typically JISX0212.
21740
21741 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21742 when the charset is superset type.
21743
21744 * character.c (translate_char): Accept list of translation tables.
21745
21746 2008-02-01 Kenichi Handa <handa@m17n.org>
21747
21748 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21749 (CODING_ATTR_TRANS_TBL): New macro.
21750
21751 * coding.c (get_translation_table): New function.
21752 (translate_chars): Fix the bug of skipping annotation data.
21753 (decode_coding, encode_coding): Utilize get_translation_table.
21754 (char_encodable_p, Funencodable_char_position): Translate char if
21755 necessary.
21756 (Ffind_coding_systems_region_internal)
21757 (Fcheck_coding_systems_region): Setup translation table for encode
21758 in a coding system attribute vector in advance.
21759 (Fdefine_coding_system_internal): Allow a symbol as translation
21760 table. For shift-jis type coding system, allow 4th charset.
21761
21762 2008-02-01 Kenichi Handa <handa@m17n.org>
21763
21764 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21765
21766 * xdisp.c (get_next_display_element): Pass -1 as POS to
21767 FACE_FOR_CHAR if displaying a C-string.
21768
21769 2008-02-01 Kenichi Handa <handa@m17n.org>
21770
21771 * composite.c (get_composition_id): Handle xoff and yoff in a
21772 composition rule.
21773
21774 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21775 (struct composition): New member lbearing and rbearing.
21776
21777 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21778 (x_get_glyph_overhangs): Handle a composition glyph.
21779 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21780
21781 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21782 composition glyph.
21783
21784 2008-02-01 Kenichi Handa <handa@m17n.org>
21785
21786 * print.c: Include charset.h.
21787 (Vprint_charset_text_property): New variable.
21788 (Qdefault): Extern it.
21789 (PRINT_STRING_NON_CHARSET_FOUND)
21790 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21791 (print_check_string_result): New variable.
21792 (print_check_string_charset_prop): New function.
21793 (print_prune_charset_plist): New variable.
21794 (print_prune_string_charset): New function.
21795 (print_object): Call print_prune_string_charset if
21796 Vprint_charset_text_property is not t.
21797 (print_interval): Print nothing if interval->plist is nil.
21798 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21799 variable. Init and staticpro print_prune_charset_plist.
21800
21801 2008-02-01 Kenichi Handa <handa@m17n.org>
21802
21803 * fontset.c (new_fontset_from_font_name): Use the specified font
21804 for all characters in the new fontset.
21805
21806 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21807 OBJECT args.
21808
21809 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21810 OBJECT args for composition too.
21811
21812 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21813 OBJECT args.
21814
21815 2008-02-01 Kenichi Handa <handa@m17n.org>
21816
21817 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21818
21819 * fontset.c (reorder_font_vector): Adjust for the change of
21820 FONT_DEF format.
21821 (fontset_face): New arg id. Change caller.
21822 (face_for_char): New args pos and object.
21823 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21824 (fs_query_fontset): Check NAME by Fassoc too.
21825 (Fset_fontset_font): Allow non-XLFD font name.
21826 (Ffontset_info): Adjust for the change of FONT_DEF format.
21827
21828 * fontset.h (face_for_char): Adjust prototype.
21829
21830 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21831 (append_space, extend_face_to_end_of_line)
21832 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21833 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21834
21835 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21836 POS and OBJECT args.
21837
21838 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21839 POS and OBJECT args.
21840
21841 2008-02-01 Jason Rumney <jasonr@gnu.org>
21842
21843 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21844 of GlobalAlloc'ed memory.
21845
21846 2008-02-01 Kenichi Handa <handa@m17n.org>
21847
21848 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21849
21850 * charset.h (charset_table_used): Delete extern.
21851
21852 * charset.c (charset_table_used): Make it static.
21853 (map_charset_chars): Fix args to c_function with.
21854
21855 * chartab.c (map_sub_char_table_for_charset): Fix args to
21856 c_function with.
21857
21858 * coding.h (enum coding_result_code): Delete
21859 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21860
21861 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21862 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21863 (Vlast_code_conversion_error): New variables.
21864 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21865 (ONE_MORE_BYTE): Record error if any instead of signaling an
21866 error. If non-ASCII multibyte char is found, return the negative
21867 value of the code. All callers changed to check it.
21868 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21869 (record_conversion_result): New function. Change all codes setting
21870 coding->result to call this function.
21871 (detect_coding_utf_8, decode_coding_utf_8)
21872 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21873 Don't use the local variable incomplete.
21874 (emacs_mule_char): Change the second arg to `const'.
21875 (decode_coding): Fix of flushing out unprocessed data.
21876 (make_conversion_work_buffer): Fix making of a work buffer.
21877 (decode_coding_object): Return coding->dst_object.
21878
21879 * fontset.c (set_fontset_font): Fix args.
21880
21881 * lisp.h (CHARACTERBITS): Define as 22.
21882
21883 * process.c (send_process): Be sure to set coding->src_multibyte.
21884
21885 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21886
21887 2008-02-01 Kenichi Handa <handa@m17n.org>
21888
21889 * xdisp.c (handle_auto_composed_prop): Give limit to
21890 Fnext_single_char_property_change.
21891
21892 2008-02-01 Kenichi Handa <handa@m17n.org>
21893
21894 * composite.c (syms_of_composite): Don't make the composition hash
21895 table weak.
21896
21897 * fontset.c (Fset_fontset_font): Fix docstring.
21898
21899 * lisp.h (detect_coding_system): Adjust prototype.
21900
21901 * fileio.c (kill_workbuf_unwind): Delete this function.
21902 (Finsert_file_contents): Adjust the call of detect_coding_system.
21903 Get conversion_buffer by code_conversion_save. Use the macro
21904 CODING_MAY_REQUIRE_DECODING. After decoding, update
21905 coding_system.
21906
21907 * coding.h (make_conversion_work_buffer): Delete extern.
21908 (code_conversion_save): Extern it.
21909
21910 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21911 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21912 (decode_coding_utf_8): Don't do eol converion.
21913 (detect_coding_utf_16): Check coding->src_chars, not
21914 coding->src_bytes. Add heuristics for those that have no signature.
21915 (decode_coding_emacs_mule, decode_coding_iso_2022)
21916 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21917 Don't do eol converion.
21918 (adjust_coding_eol_type): Return a new coding system.
21919 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21920 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21921 each change.
21922 (decode_coding): Pay attention to undo_list. Do eol conversion for
21923 all types of coding-systems (if necessary).
21924 (Vcode_conversion_work_buf_list): Delete it.
21925 (Vcode_conversion_reused_workbuf): Rename from
21926 Vcode_conversion_reused_work_buf.
21927 (Vcode_conversion_workbuf_name): New variable.
21928 (reused_workbuf_in_use): New variable.
21929 (make_conversion_work_buffer): Delete the arg DEPTH.
21930 (code_conversion_restore): Change argument to cons.
21931 (code_conversion_save): Delete the argument BUFFER. Change callers.
21932 (detect_coding_system): New argument src_chars. Change callers.
21933 Fix for utf-16 detection.
21934 (init_coding_once): Don't use ISO_carriage_return.
21935 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21936 reused_workbuf_in_use.
21937
21938 2008-02-01 Kenichi Handa <handa@m17n.org>
21939
21940 * keymap.c (store_in_keymap): Pay attention to the case that idx
21941 is a cons specifying a character range.
21942
21943 2008-02-01 Kenichi Handa <handa@m17n.org>
21944
21945 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21946 HANDLED_RECOMPUTE_PROPS.
21947
21948 * coding.c (Fdefine_coding_system_internal): Fix checking of
21949 ascii compatibility.
21950
21951 2008-02-01 Kenichi Handa <handa@m17n.org>
21952
21953 * charset.c (find_charsets_in_text): Delete unused locale variable.
21954 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21955
21956 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21957 Resync charset_list to Vemacs_mule_charset_list.
21958
21959 * keymap.c (store_in_keymap): Pay attention to the case that idx
21960 is a cons specifying a character range.
21961
21962 2008-02-01 Kenichi Handa <handa@m17n.org>
21963
21964 * composite.c (update_compositions): Bind inhibit-read-only, etc
21965 to t before calling remove-list-of-text-properties.
21966
21967 * print.c (print_object): Always print ASCII chars as is.
21968
21969 2008-02-01 Kenichi Handa <handa@m17n.org>
21970
21971 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21972
21973 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21974 is a char table.
21975
21976 2008-02-01 Kenichi Handa <handa@m17n.org>
21977
21978 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21979
21980 2008-02-01 Kenichi Handa <handa@m17n.org>
21981
21982 * xfaces.c (set_lface_from_font_name): Fix for the case that
21983 FONTNAME is not fontset name.
21984
21985 2008-02-01 Kenichi Handa <handa@m17n.org>
21986
21987 * fns.c (base64_encode_1): Fix previous change.
21988
21989 2008-02-01 Kenichi Handa <handa@m17n.org>
21990
21991 * fontset.c (set_fontset_font): New function.
21992 (Fset_fontset_font): If a font is specified for a charset, use
21993 map_charset_chars to store the font spec in a fontset.
21994
21995 2008-02-01 Kenichi Handa <handa@m17n.org>
21996
21997 * fontset.c (fontset_face): Create a fallback fontset on demand.
21998 (make_fontset): Don't create a fallback fontset here.
21999 (free_face_fontset): Free a fallback fontset (if any) too.
22000 (n_auto_fontsets): Delete this variable.
22001 (auto_fontset_alist): New variable.
22002 (new_fontset_from_font_name): Check auto_fontset_alist.
22003 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
22004 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
22005 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
22006 Defsubr Sfontset_list_all.
22007
22008 2008-02-01 Kenichi Handa <handa@m17n.org>
22009
22010 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
22011
22012 2008-02-01 Kenichi Handa <handa@m17n.org>
22013
22014 * fontset.c (Fnew_fontset): Check NAME more rigidly.
22015
22016 2008-02-01 Kenichi Handa <handa@m17n.org>
22017
22018 * editfns.c (Fgoto_char): Fix docstring.
22019
22020 2008-02-01 Kenichi Handa <handa@m17n.org>
22021
22022 * insdel.c (insert_from_gap): Adjust intervals correctly.
22023
22024 2008-02-01 Jason Rumney <jasonr@gnu.org>
22025
22026 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
22027 (pfnGetFontUnicodeRanges): New dynamically loaded function.
22028 (w32_initialize): Try to load it.
22029 (x_get_font_repertory): Use it if available.
22030 (w32_encode_char): Add shortcut for unicode output.
22031
22032 * w32fns.c (w32_load_system_font): Default charset to -1.
22033 (x_to_w32_charset): Match all fonts for unicode.
22034 (w32_to_x_charset): New parameter matching. Don't return partial
22035 or wildcard charsets.
22036 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
22037 (w32_codepage_for_font): Return CP_UNICODE for unicode.
22038 (w32_to_x_font): Match charset to real charset.
22039 (enum_font_cb2): Always list unicode versions.
22040
22041 * makefile.w32-in (temacs): Increase EMHEAP.
22042
22043 2008-02-01 Jason Rumney <jasonr@gnu.org>
22044
22045 * w32term.c (w32_encode_char): New charset parameter.
22046 font_info.encoding becomes encoding_type.
22047 (x_get_font_repertory): New function. Warning: stub only!
22048 (x_new_font): Return quickly if font already set.
22049 (x_new_fontset): fontsetname parameter is Lisp_Object.
22050 Use new fs_query_fontset. Try new_fontset_from_font_name.
22051 Use fontset_name for return value.
22052
22053 * w32term.h: Declare x_get_font_repertory.
22054
22055 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
22056 place of find_charset_in_text. Use encode_coding_object in place
22057 of encode_coding.
22058 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
22059 decode_coding.
22060
22061 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
22062 of x_new_fontset.
22063 (w32_load_system_font): Initialize charset as unicode.
22064 font_info.encoding becomes encoding_type.
22065 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
22066 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
22067 (syms_of_w32fns): Set get_font_repertory_func.
22068
22069 * w32console.c: Include character.h. Use terminal_encode_buffer
22070 from term.c.
22071 (write_glyphs): Use new version of encode_terminal_code. Use
22072 encode_coding_object in place of encode_coding.
22073
22074 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
22075 encoding becomes encoding_type.
22076
22077 * term.c (terminal_encode_buffer): Make externally visible.
22078
22079 * makefile.w32-in: Add character.h dependancies.
22080 (character.o, chartab.o): New targets.
22081
22082 2008-02-01 Kenichi Handa <handa@m17n.org>
22083
22084 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
22085 CODING_ID_EOL_TYPE.
22086
22087 2008-02-01 Andreas Schwab <schwab@suse.de>
22088
22089 * coding.c (produce_chars): Revert last change.
22090
22091 2008-02-01 Kenichi Handa <handa@m17n.org>
22092
22093 * charset.h (charset_unicode): Extern it.
22094
22095 * charset.c (string_xstring_p): Check by (C >= 0x100).
22096 (find_charsets_in_text): Change format of the arc CHARSETS. New
22097 arg MULTIBYTE.
22098 (Ffind_charset_region, Ffind_charset_string): Adjust for the
22099 change of find_charsets_in_text.
22100 (Fsplit_char): Fix doc. Never return unknown.
22101
22102 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
22103
22104 * coding.c (Fdefine_coding_system_alias): Update
22105 Vcoding_system_list.
22106
22107 * fontset.c (load_font_get_repertory): Pay attention to the case
22108 that ENCODING of a font is specified by a char-table.
22109
22110 * xterm.c (x_get_font_repertory): Handle the case that the
22111 encoding of font is other than Unicode.
22112
22113 2008-02-01 Kenichi Handa <handa@m17n.org>
22114
22115 * term.c (encode_terminal_code): Don't handle glyph-table. Check
22116 if a character is encodable by the terminal coding system. If
22117 not, produces proper number of `?'s. Update
22118 terminal_encode_buffer and terminal_encode_buf_size if necessary.
22119 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22120
22121 2008-02-01 Kenichi Handa <handa@m17n.org>
22122
22123 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22124 variables.
22125 (encode_terminal_code): Change argument. Encode multiple
22126 characters at once. Store the result of encoding in
22127 terminal_encode_buffer.
22128 (write_glyphs, insert_glyphs): Adjust for the change of
22129 encode_terminal_code.
22130 (term_init): Initialize terminal_encode_buffer and
22131 terminal_encode_buf_size.
22132
22133 * coding.c (consume_chars): If coding->src_object is nil, don't
22134 check annotation.
22135
22136 2008-02-01 Kenichi Handa <handa@m17n.org>
22137
22138 * character.c (char_string): Use ASCII_CHAR_P instead of
22139 SINGLE_BYTE_CHAR_P.
22140
22141 2008-02-01 Kenichi Handa <handa@m17n.org>
22142
22143 * xdisp.c (handle_auto_composed_prop): Check if the last
22144 characters of auto-composed region is newly composed with the
22145 following characters.
22146 (handle_composition_prop): Fix checking of point being inside
22147 composition.
22148
22149 2008-02-01 Kenichi Handa <handa@m17n.org>
22150
22151 * fns.c (concat): Don't change multibyteness of the result by
22152 concatenating an 8-bit character.
22153
22154 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
22155 multibyteness of the result when newelt is an 8-bit character.
22156
22157 2008-02-01 Dave Love <fx@gnu.org>
22158
22159 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22160 EMACS_INT.
22161
22162 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22163
22164 * xfaces.c (face_numeric_value): Declare dim size_t.
22165 (Finternal_lisp_face_equal_p): Remove unused f.
22166
22167 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22168 (MATRIX_ROW): Remove unused vars.
22169 (draw_glyphs, x_insert_glyphs, fast_find_position)
22170 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22171 byte/char counts.
22172
22173 * regex.c (regex_compile): Remove unused var.
22174
22175 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22176
22177 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22178 (Faccessible_keymaps, where_is_internal): Remove unused vars.
22179
22180 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22181
22182 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22183
22184 * fileio.c (Fwrite_region): Remove unused var.
22185
22186 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22187 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22188
22189 * composite.c (Fremove_list_of_text_properties): Declare.
22190
22191 * coding.c (inhibit_pre_post_conversion): Remove (unused).
22192 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22193 (coding_inherit_eol_type): Remove unused attrs.
22194 (detect_coding): Cast arg of detect_eol.
22195
22196 * charset.c (syms_of_charset): Remove unused var p.
22197 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22198 byte/char counts.
22199
22200 * casetab.c (set_case_table): Remove unused var.
22201
22202 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22203 unused vars.
22204
22205 2008-02-01 Dave Love <fx@gnu.org>
22206
22207 * xterm.c (x_bitmap_mask): Declare.
22208
22209 2008-02-01 Dave Love <fx@gnu.org>
22210
22211 * xterm.c (x_term_init): Fix type error.
22212
22213 * lisp.h: Add Funibyte_char_to_multibyte.
22214
22215 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22216 (Fset_coding_system_priority): Doc fix.
22217
22218 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22219
22220 * indent.c (check_composition): Make start and end EMACS_INT.
22221
22222 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22223
22224 * xdisp.c (handle_composition_prop, check_point_in_composition):
22225 Make buffer positions EMACS_INT.
22226
22227 * composite.c (find_composition, run_composition_function)
22228 (update_compositions, Ffind_composition_internal): Make buffer
22229 positions EMACS_INT.
22230
22231 * composite.h (find_composition, update_compositions): Make
22232 position args EMACS_INT.
22233
22234 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22235
22236 * intervals.c (get_property_and_range):
22237 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22238
22239 * unexalpha.c: Don't include varargs.h.
22240
22241 2008-02-01 Dave Love <fx@gnu.org>
22242
22243 * coding.h (ENCODE_UTF_8): New.
22244
22245 * Makefile.in (gtkutil.o): Depend on coding.h.
22246
22247 * coding.c (Fset_coding_system_priority): Doc fix.
22248
22249 2008-02-01 Kenichi Handa <handa@m17n.org>
22250
22251 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22252 the case of auto saving.
22253
22254 2008-02-01 Andreas Schwab <schwab@suse.de>
22255
22256 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22257 `range' from GC.
22258
22259 2008-02-01 Kenichi Handa <handa@m17n.org>
22260
22261 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22262
22263 2008-02-01 Kenichi Handa <handa@m17n.org>
22264
22265 * fileio.c (choose_write_coding_system): Return a decided coding system.
22266 (Fwrite_region): Set Vlast_coding_system_used to the return value
22267 of choose_write_coding_system.
22268
22269 2008-02-01 Kenichi Handa <handa@m17n.org>
22270
22271 * charset.c (Fset_charset_priority): Pay attention to duplicated
22272 arguments.
22273
22274 * coding.c (QCcategory): New variable.
22275 (syms_of_coding): Defsym it. Set all elements of
22276 Vcoding_category_table and their symbol values.
22277 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22278 coding-category-XXX, and coding-category-list.
22279 (Fdefine_coding_system_internal): Add category in the plist.
22280
22281 2008-02-01 Kenichi Handa <handa@m17n.org>
22282
22283 * callproc.c (Fcall_process): Handle carryover correctly.
22284
22285 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22286 (raw_text_coding_system): Check NILP (coding_system).
22287 (coding_inherit_eol_type): Check NILP (coding_system) and
22288 NILP (parent).
22289 (consume_chars): Fix for the case of raw-text.
22290
22291 * process.c (read_process_output): Handle carryover correctly.
22292
22293 2008-02-01 Dave Love <fx@gnu.org>
22294
22295 * regex.c (re_search_2): Fix last change.
22296
22297 2008-02-01 Kenichi Handa <handa@m17n.org>
22298
22299 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22300 target_multibyte. Even in a unibyte case, return a converted
22301 multibyte char.
22302 (GET_CHAR_AFTER): New macro.
22303 (PATFETCH): Translate via multibyte char.
22304 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22305 (SETUP_MULTIBYTE_RANGE): New macro.
22306 (regex_compile): Setup compiled code so that its multibyteness
22307 matches that of a target. Fix the handling of "[X-YZ]" using
22308 SETUP_MULTIBYTE_RANGE.
22309 (analyse_first) <charset>: For filling fastmap for all multibyte
22310 characters, don't check by BASE_LEADING_CODE_P.
22311 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22312 the same as RE_MULTIBYTE_P (bufp) now.
22313 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22314 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22315 (TRANSLATE_VIA_MULTIBYTE): New macro.
22316 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22317 It is the same as RE_MULTIBYTE_P (bufp) now.
22318 <exactn>: Translate via multibyte.
22319 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22320 translate it.
22321 <charset, charset_not>: Fetch a character by
22322 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22323 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22324 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22325 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22326 by GET_CHAR_AFTER.
22327 (bcmp_translate): Likewise.
22328
22329 * search.c (compile_pattern): Check the member target_multibyte,
22330 not the member multibyte of buf.
22331
22332 * lread.c (read1): While reading a string, set force_singlebyte
22333 and force_multibyte correctly.
22334
22335 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22336 up of unibyte_to_multibyte_table.
22337
22338 2008-02-01 Kenichi Handa <handa@m17n.org>
22339
22340 * coding.c (setup_coding_system): If coding has
22341 post-read-conversion or pre-write-conversion, set
22342 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22343 respectively.
22344 (decode_coding_gap): Run post-read-conversion if any.
22345
22346 * fileio.c (Finsert_file_contents): Even if we read into a
22347 unibyte buffer, check if we must decode the result or not.
22348
22349 2008-02-01 Kenichi Handa <handa@m17n.org>
22350
22351 * coding.c (make_conversion_work_buffer): Change the work buffer
22352 name to the same one as that of Emacs 21.
22353
22354 2008-02-01 Kenichi Handa <handa@m17n.org>
22355
22356 * coding.h (make_conversion_work_buffer): Adjust prototype.
22357 (code_conversion_restore): Don't extern it.
22358
22359 * coding.c (detected_mask): Delete unused variable.
22360 (decode_coding_iso_2022): Pay attention to the byte sequence of
22361 CTEXT extended segment, and retain those bytes as is.
22362 (decode_coding_ccl): Delete unused variable `valids'.
22363 (setup_coding_system): Delete unused variable `category'.
22364 (consume_chars): Delete unused variable `category'. Make it work
22365 for non-multibyte case.
22366 (make_conversion_work_buffer): Change argument.
22367 (saved_coding): Delete unused variable.
22368 (code_conversion_restore): Don't check saved_coding->destination.
22369 (code_conversion_save): New function.
22370 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22371 instead of record_unwind_protect.
22372 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22373 (detect_coding_system): Delete unused variable `mask'.
22374 (Fdefine_coding_system_internal): Delete unused variable id.
22375
22376 * fileio.c (kill_workbuf_unwind): New function.
22377 (Finsert_file_contents): On replacing, call
22378 make_conversion_work_buffer with correct args, and call
22379 record_unwind_protect with the first arg kill_workbuf_unwind.
22380
22381 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22382
22383 2008-02-01 Kenichi Handa <handa@m17n.org>
22384
22385 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22386 (fontset_add): Fix for the case that TO is less than TO1.
22387 (Ffontset_info): Don't use fallback fontset on checking the
22388 default fontset.
22389 (dump_fontset): New function for debugging.
22390
22391 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22392 coding_type is Qcharset.
22393
22394 2008-02-01 Kenichi Handa <handa@m17n.org>
22395
22396 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22397 (map_char_table): Don't inherit the value from the parent on
22398 initializing VAL. Adjust for the above change.
22399
22400 2008-02-01 Kenichi Handa <handa@m17n.org>
22401
22402 * coding.c (Qsignature, Qendian): Delete these variables.
22403 (syms_of_coding): Don't initialize them.
22404 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22405 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22406 detect_info->found.
22407 (decode_coding_utf_16): Don't detect BOM here.
22408 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22409 is NOT utf_16_without_bom.
22410 (setup_coding_system): For a coding system of type utf-16, check
22411 if the attribute :endian is Qbig or not (not nil or not), and set
22412 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22413 (detect_coding): If coding type is utf-16 and BOM detection is
22414 required, detect it.
22415 (Fdefine_coding_system_internal): For a coding system of type
22416 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22417
22418 2008-02-01 Kenichi Handa <handa@m17n.org>
22419
22420 * coding.c (coding_set_source): Fix for the case that the current
22421 buffer is different from coding->src_object.
22422 (decode_coding_object): Don't use the conversion work buffer if
22423 DST_OBJECT is a buffer.
22424
22425 2008-02-01 Dave Love <fx@gnu.org>
22426
22427 * lread.c (read_emacs_mule_char) [len==2]: Index
22428 emacs_mule_charset correctly.
22429
22430 2008-02-01 Dave Love <fx@gnu.org>
22431
22432 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22433 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22434 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22435 treated specially.)
22436 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22437 (detected_mask): Remove Big5 bits.
22438
22439 2008-02-01 Kenichi Handa <handa@m17n.org>
22440
22441 The following changes are to make the font rescaling facility
22442 compatible with Emacs 21.
22443
22444 * xfaces.c (Vface_font_rescale_alist): Rename from
22445 Vface_resizing_fonts.
22446 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22447 (font_rescale_ratio): Rename from font_resizing_ratio.
22448 (split_font_name): Set font->rescale_ratio.
22449 (better_font_p): Pay attention to font->rescale_ratio.
22450 (build_scalable_font_name): Likewise. Change RESX, and RESY
22451 fields.
22452 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22453
22454 2008-02-01 Kenichi Handa <handa@m17n.org>
22455
22456 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22457 (Qutf_16_le): Remove these variables.
22458 (syms_of_coding): Don't DEFSYM them.
22459 (decode_coding_utf_16): Fix handling of BOM.
22460 (encode_coding_utf_16): Fix handling of BOM.
22461
22462 2008-02-01 Kenichi Handa <handa@m17n.org>
22463
22464 * fileio.c (Finsert_file_contents): On replacing, before decoding
22465 the file into the work buffer, set point of the work buffer to the end.
22466
22467 2008-02-01 Dave Love <fx@gnu.org>
22468
22469 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22470
22471 2008-02-01 Dave Love <fx@gnu.org>
22472
22473 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22474 and fix C types.
22475
22476 2008-02-01 Kenichi Handa <handa@m17n.org>
22477
22478 * xdisp.c (SKIP_GLYPHS): New macro.
22479 (set_cursor_from_row): Pay attention to string display properties.
22480
22481 * category.c (copy_category_entry): Fix for the case that RANGE
22482 is an integer.
22483
22484 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22485
22486 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22487
22488 2008-02-01 Kenichi Handa <handa@m17n.org>
22489
22490 * charset.c (Fcharset_id_internal): New function.
22491 (syms_of_charset): Defsubr it.
22492
22493 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22494 with the last arg charset_list acquired from coding.
22495 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22496 the attribute coding_attr_ccl_valids.
22497
22498 * coding.h (enum define_coding_ccl_arg_index): Set the first
22499 member coding_arg_ccl_decoder to coding_arg_max.
22500
22501 * ccl.h (ccl_driver): Adjust prototype.
22502
22503 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22504 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22505 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22506 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22507 last arg Qnil.
22508
22509 2008-02-01 Kenichi Handa <handa@m17n.org>
22510
22511 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22512 call encode_char.
22513
22514 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22515
22516 2008-02-01 Dave Love <fx@gnu.org>
22517
22518 * composite.c (syms_of_composite): Make composition_hash_table weak.
22519
22520 2008-02-01 Kenichi Handa <handa@m17n.org>
22521
22522 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22523 (font_name_registry): Don't extern them.
22524 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22525
22526 * fontset.h (Qfontset): Don't extern it.
22527 (new_fontset_from_font_name): Extern it.
22528
22529 * fontset.c: Give 8 extra slots to fontset objects.
22530 (Qfontset_info): New variable.
22531 (syms_of_fontset): Defsym it.
22532 (FONTSET_FALLBACK): New macro.
22533 (fontset_face): Try also the default fontset.
22534 (make_fontset): Realize a fallback fontset from the default fontset.
22535 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22536 using split_font_name_into_vector and build_font_name_from_vector.
22537 (Fset_fontset_font): Access the elements of font_spec by enum
22538 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22539 name by using split_font_name_into_vector.
22540 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22541 generate a proper font name from the fontset name. Update
22542 Vfontset_alias_alist.
22543 (n_auto_fontsets): New variable.
22544 (new_fontset_from_font_name): New function.
22545 (Ffont_info): Store the information about fonts generated from the
22546 default fontset in the first extra slot of the returned char-table.
22547
22548 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22549 (font_name_registry): Delete function.
22550 (split_font_name_into_vector): New function.
22551 (build_font_name_from_vector): New function.
22552 (font_list): The argument REGISTRY is now a list of registry names.
22553 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22554 specifies an explicit font name, return the name as is. Make a
22555 list of registy names.
22556
22557 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22558 of x_new_fontset.
22559 (Fx_create_frame): Don't call x_new_fontset here. Just use
22560 x_list_fonts to check the existence of fonts.
22561
22562 * xterm.h (x_new_fontset): Adjust prototype.
22563
22564 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22565 string. Use new_fontset_from_font_name to create a fontset from a
22566 font name.
22567
22568 2008-02-01 Kenichi Handa <handa@m17n.org>
22569
22570 * syntax.c (Vfind_word_boundary_function_table): New name for
22571 Vnext_word_boundary_function_table.
22572 (find-word-boundary-function-table): New name for
22573 next-word-boundary-function-table.
22574
22575 2008-02-01 Dave Love <fx@gnu.org>
22576
22577 * Makefile.in: Fix some dependencies.
22578
22579 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22580 set it to nil before returning.
22581
22582 * composite.c (update_compositions): Fix type error.
22583
22584 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22585
22586 2008-02-01 Kenichi Handa <handa@m17n.org>
22587
22588 * xterm.c (x_new_font): Optimize for the case that the font is
22589 already set for the frame.
22590
22591 2008-02-01 Kenichi Handa <handa@m17n.org>
22592
22593 * chartab.c (char_table_ascii): Check if the char table contents
22594 is sub-char-table or not.
22595 (char_table_set, char_table_set_range): Fix argument to
22596 char_table_ascii.
22597
22598 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22599 (detect_coding_utf_8, detect_coding_utf_16)
22600 (detect_coding_emacs_mule, detect_coding_iso_2022)
22601 (detect_coding_sjis, detect_coding_big5)
22602 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22603 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22604 sequence is valid in this coding system. Change callers.
22605 (MAX_ANNOTATION_LENGTH): New macro.
22606 (ADD_ANNOTATION_DATA): New macro.
22607 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22608 ADD_ANNOTATION_DATA. Change the format of annotation data.
22609 (ADD_CHARSET_DATA): New macro.
22610 (emacs_mule_char): New argument ID. Change callers.
22611 (decode_coding_emacs_mule, decode_coding_iso_2022)
22612 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22613 Produce charset annotation data in coding->charbuf.
22614 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22615 to charset annotation data in coding->charbuf.
22616 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22617 coding->common_flags if the coding system is iso-2022 based and
22618 uses designation.
22619 (produce_composition): Adjust for the new annotation data format.
22620 (produce_charset): New function.
22621 (produce_annotation): Handle charset annotation.
22622 (handle_composition_annotation, handle_charset_annotation): New
22623 functions.
22624 (consume_chars): Handle charset annotation. Utilize the above two
22625 functions.
22626 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22627 buffer, get the deleted text as a string and set
22628 coding->src_object to that string.
22629 (detect_coding, detect_coding_system): Use the new struct
22630 coding_detection_info.
22631
22632 * coding.h (struct coding_detection_info): New structure.
22633 (struct coding_system): Adjust prototype of the member `detector'.
22634 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22635
22636 2008-02-01 Kenichi Handa <handa@m17n.org>
22637
22638 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22639
22640 2008-02-01 Dave Love <fx@gnu.org>
22641
22642 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22643 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22644 to new local and nullify apropos_accumulate before returning.
22645 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22646
22647 2008-02-01 Kenichi Handa <handa@m17n.org>
22648
22649 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22650 correctly.
22651
22652 2008-02-01 Dave Love <fx@gnu.org>
22653
22654 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22655
22656 2008-02-01 Kenichi Handa <handa@m17n.org>
22657
22658 The following changes are to make character composition happen
22659 automatically on displaying.
22660
22661 * Makefile.in (lisp, shortlisp): Add composite.elc.
22662
22663 * composite.h (Qauto_composed, Vauto_composition_function)
22664 (Qauto_composition_function): Extern them.
22665
22666 * composite.c (Vcomposition_function_table)
22667 (Qcomposition_function_table): Delete variables.
22668 (Qauto_composed, Vauto_composition_function)
22669 (Qauto_composition_function): New variables.
22670 (run_composition_function): Don't call
22671 compose-chars-after-function.
22672 (update_compositions): Clear `auto-composed' text property.
22673 (compose_chars_in_text): Delete this function.
22674 (syms_of_composite): Staticpro Qauto_composed and
22675 Qauto_composition_function. Declare Vauto_composition_function as
22676 a Lisp variable.
22677
22678 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22679
22680 * xdisp.c (it_props): Add an entry for Qauto_composed.
22681 (handle_auto_composed_prop): New function.
22682
22683 * xselect.c (selection_data_to_lisp_data): Don't call
22684 compose_chars_in_text.
22685
22686 2008-02-01 Dave Love <fx@gnu.org>
22687
22688 * keyboard.c (read_char): Modify checking around use of
22689 Vkeyboard_translate_table.
22690
22691 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22692 and fix C types.
22693
22694 2008-02-01 Kenichi Handa <handa@m17n.org>
22695
22696 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22697 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22698 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22699 the case that the last byte is '\r' correctly.
22700 (decode_coding): Flush out the unprocessed data correctly.
22701 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22702
22703 2008-02-01 Dave Love <fx@gnu.org>
22704
22705 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22706 Add XK_ISO... case.
22707 (xaw_scroll_callback): Revert last change.
22708
22709 2008-02-01 Kenichi Handa <handa@m17n.org>
22710
22711 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22712
22713 2008-02-01 Kenichi Handa <handa@m17n.org>
22714
22715 * xfaces.c (Vface_resizing_fonts): New variable.
22716 (struct font_name): New member `resizing_ratio'.
22717 (font_resizing_ratio): New function.
22718 (split_font_name): Set font->resizing_ratio.
22719 (better_font_p): Pay attention to font->resizing_ratio.
22720 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22721 RESX, and RESY fields.
22722 (try_alternative_families): Try scalable fonts if
22723 Vscalable_fonts_allowed is not Qt.
22724 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22725
22726 2008-02-01 Dave Love <fx@gnu.org>
22727
22728 * xterm.c (xaw_scroll_callback): Cast correctly.
22729
22730 2008-02-01 Dave Love <fx@gnu.org>
22731
22732 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22733 (lispy_kana_keys): Comment out.
22734 (make_lispy_event) [XK_kana_A]: Comment out.
22735
22736 * xterm.c (xaw_scroll_callback): Cast call_data.
22737 (XTread_socket): Deal with ASCII keysyms.
22738 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22739
22740 2008-02-01 Dave Love <fx@gnu.org>
22741
22742 * xterm.c (Vx_keysym_table): New.
22743 (syms_of_xterm): Initialize it.
22744 (XTread_socket): Use it.
22745 From head: Eliminate incorrect optimization that tried to avoid
22746 decoding the output of X*LookupString.
22747 (x_get_font_repertory): Delete charset declaration.
22748
22749 2008-02-01 Kenichi Handa <handa@m17n.org>
22750
22751 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22752 return 0.
22753 (Fdefine_coding_system_internal): Setup
22754 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22755
22756 2008-02-01 Dave Love <fx@gnu.org>
22757
22758 * coding.c (Fcheck_coding_system): Doc fix.
22759
22760 * editfns.c (Finsert_byte): Return a proper value.
22761
22762 2008-02-01 Kenichi Handa <handa@m17n.org>
22763
22764 * coding.c (decode_coding): Fix args to translate_chars. Pay
22765 attention to Vstandard_translation_table_for_decode.
22766 (encode_coding): Fix args to translate_chars. Pay attention to
22767 Vstandard_translation_table_for_encode.
22768
22769 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22770 SINGLE_BYTE_CHAR_P.
22771
22772 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22773 not by SINGLE_BYTE_CHAR_P.
22774
22775 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22776 SINGLE_BYTE_CHAR_P.
22777
22778 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22779 SINGLE_BYTE_CHAR_P.
22780
22781 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22782 by SINGLE_BYTE_CHAR_P.
22783
22784 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22785 SINGLE_BYTE_CHAR_P.
22786
22787 2008-02-01 Dave Love <fx@gnu.org>
22788
22789 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22790
22791 2008-02-01 Dave Love <fx@gnu.org>
22792
22793 * fns.c (Flanginfo): Fix typo.
22794
22795 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22796
22797 2008-02-01 Kenichi Handa <handa@m17n.org>
22798
22799 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22800 (detect_coding_emacs_mule, detect_coding_iso_2022)
22801 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22802 incomplete byte sequence. Don't update *mask when correctly detected.
22803 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22804 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22805 (detect_coding, detect_coding_system): Adjust for the changes above.
22806
22807 2008-02-01 Kenichi Handa <handa@m17n.org>
22808
22809 * character.c (char_string): Rename from
22810 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22811 (string_char): Rename from string_char.
22812
22813 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22814 if C is greater than MAX_3_BYTE_CHAR.
22815 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22816 string_char instead of string_char_with_unification.
22817
22818 2008-02-01 Dave Love <fx@gnu.org>
22819
22820 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22821
22822 2008-02-01 Kenichi Handa <handa@m17n.org>
22823
22824 * keymap.c (push_key_description): Pay attention to force_multibyte.
22825
22826 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22827
22828 2008-02-01 Dave Love <fx@gnu.org>
22829
22830 * charset.c (define_charset_internal): Rename `supprementary'.
22831
22832 * Makefile.in (lisp, shortlisp): Remove latin-N.
22833
22834 2008-02-01 Dave Love <fx@gnu.org>
22835
22836 * xfns.c (x_window, x_window): Use use_xim.
22837
22838 * xterm.c (use_xim): Initialize.
22839 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22840 (x_term_init): Maybe set use_xim.
22841
22842 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22843
22844 2008-02-01 Kenichi Handa <handa@m17n.org>
22845
22846 * search.c (search_buffer): Fix case-fold-search of multibyte
22847 characters.
22848 (boyer_moore): Rename the last argument to char_high_bits.
22849
22850 2008-02-01 Kenichi Handa <handa@m17n.org>
22851
22852 * xdisp.c (display_string): Fix for the case of zero width glyph.
22853
22854 * xfns.c (x_set_font): Change the error message of the case that
22855 x_new_fontset returns Qt.
22856
22857 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22858 (Finternal_set_lisp_face_attribute): Use signal_error for the
22859 error of invalid fontset.
22860
22861 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22862 fontset, return Qt.
22863
22864 2008-02-01 Dave Love <fx@gnu.org>
22865
22866 * unexelf.c (unexec): Make .got handling not SGI-specific.
22867
22868 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22869
22870 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22871
22872 * keyboard.c (read_key_sequence): Fix type error.
22873
22874 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22875 type error.
22876
22877 * fontset.c (fontset_add): Return Lisp_Object.
22878
22879 2008-02-01 Dave Love <fx@gnu.org>
22880
22881 * charset.h (charset_ordered_list_tick): Declare extern.
22882
22883 2008-02-01 Kenichi Handa <handa@m17n.org>
22884
22885 The following changes (and some of 2008-02-01 changes of mine) are
22886 for handling syntax, category, and case conversion for unibyte
22887 characters by converting them to multibyte on the fly. With these
22888 changes, we don't have to setup syntax and case tables for unibyte
22889 characters in each language environment.
22890
22891 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22892 multibyte if necessary.
22893
22894 * bytecode.c (Fbyte_code): Likewise.
22895
22896 * character.h (LEADING_CODE_LATIN_1_MIN)
22897 (LEADING_CODE_LATIN_1_MAX): New macros.
22898 (unibyte_to_multibyte_table): Extern it.
22899 (unibyte_char_to_multibyte): New macro.
22900 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22901 (CHAR_LEADING_CODE): New macro.
22902 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22903
22904 * character.c (unibyte_to_multibyte_table): New variable.
22905 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22906 (multibyte_char_to_unibyte): If C is an eight-bit character,
22907 convert it to the corresponding byte value.
22908
22909 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22910 not 1, signals an error. Update the elements of
22911 unibyte_to_multibyte_table.
22912 (init_charset_once): Initialize unibyte_to_multibyte_table.
22913 (syms_of_charset): Define the charset `iso-8859-1'.
22914
22915 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22916 as is without converting it to unibyte. In a unibyte buffer,
22917 convert C to multibyte before checking the syntax.
22918
22919 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22920
22921 * minibuf.c (Fminibuffer_complete_word): Use the macro
22922 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22923
22924 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22925
22926 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22927 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22928 that is zero, convert an eight-bit char to multibyte.
22929 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22930 non-emacs case.
22931 (PATFETCH): Convert an eight-bit char to multibyte.
22932 (HANDLE_UNIBYTE_RANGE): New macro.
22933 (regex_compile): Setup the compiled pattern for multibyte chars
22934 even if the given regex string is unibyte. Use PATFETCH_RAW
22935 instead of PATFETCH in many places. To handle `charset'
22936 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22937 only for ASCII chars.
22938 (analyse_first) <exactn>: Simplify because the compiled pattern
22939 is multibyte.
22940 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22941 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22942 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22943 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22944 multibyte always 1.
22945 (re_search_2): In emacs, set the locale variable multibyte to 1,
22946 otherwise to 0. New local variable target_multibyte. Check it
22947 to decide the multibyteness of STR1 and STR2. If
22948 target_multibyte is zero, convert unibyte chars to multibyte
22949 before translating and checking fastmap.
22950 (TARGET_CHAR_AND_LENGTH): New macro.
22951 (re_match_2_internal): In emacs, set the locale variable multibyte
22952 to 1, otherwise to 0. New local variable target_multibyte. Check
22953 it to decide the multibyteness of STR1 and STR2. Use
22954 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22955 <charset, charset_not>: If multibyte is nonzero, check fastmap
22956 only for ASCII chars. Call bcmp_translate with
22957 target_multibyte, not with multibyte.
22958 <begline>: Declare the local variable C as `unsigned'.
22959 (bcmp_translate): Change the last arg name to target_multibyte.
22960
22961 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22962 the regexp pattern and the matching target. Set cp->buf.multibyte
22963 to the multibyteness of the regexp pattern. Set
22964 cp->but.target_multibyte to the multibyteness of the matching target.
22965 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22966 FETCH_STRING_CHAR_ADVANCE.
22967 (Freplace_match): Convert unibyte chars to multibyte.
22968
22969 * syntax.c (char_quoted, back_comment, scan_words)
22970 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22971 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22972 unibyte chars to multibyte.
22973 (skip_chars): Delete the arg syntaxp, and move the code for
22974 handling syntaxes to skip_syntaxes. Change callers.
22975 Fix the case that the multibyteness of STRING and the current
22976 buffer doesn't match.
22977 (skip_syntaxes): New function.
22978 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22979 SINGLE_BYTE_CHAR_P.
22980
22981 2008-02-01 Kenichi Handa <handa@m17n.org>
22982
22983 * xfaces.c (QCfontset): New variable.
22984 (LFACE_FONTSET): New macro.
22985 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22986 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22987 (Finternal_set_lisp_face_attribute)
22988 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22989 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22990 check also LFACE_FONTSET_INDEX.
22991 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22992 attrs[LFACE_FONT_INDEX].
22993 (syms_of_xfaces): Intern and staticpro QCfontset.
22994
22995 * dispextern.h (enum lface_attribute_index): New member
22996 LFACE_FONTSET_INDEX.
22997
22998 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22999
23000 2008-02-01 Kenichi Handa <handa@m17n.org>
23001
23002 * coding.c (coding_set_destination): Fix coding->destination for
23003 the case converting a region.
23004 (encode_coding_utf_8): Encode eight-bit chars as single byte.
23005 (encode_coding_object): Fix coding->dst_pos and
23006 coding->dst_pos_byte for the case converting a region.
23007
23008 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
23009
23010 * character.h (BYTE8_STRING): New macro.
23011
23012 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
23013
23014 2008-02-01 Kenichi Handa <handa@m17n.org>
23015
23016 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
23017 characters by octal form.
23018
23019 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
23020
23021 * buffer.h (_fetch_multibyte_char_len): Delete extern.
23022 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
23023 _fetch_multibyte_char_len.
23024 (FETCH_CHAR_AS_MULTIBYTE): New macro.
23025
23026 * casetab.c (set_canon, set_identity, shuffle): Simplify.
23027
23028 * casefiddle.c (casify_object): Simplify. Handle the case that
23029 the case conversion change the byte length.
23030 (casify_region): Likewise.
23031
23032 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
23033
23034 * character.c (_fetch_multibyte_char_len): Delete this variable.
23035 (syms_of_character): Setup Vprintable_chars.
23036
23037 * editfns.c (Fchar_equal): Fix for the unibyte case.
23038 (Finsert_byte): New function.
23039 (syms_of_editfns): Defsubr it.
23040
23041 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
23042 of direct code 0x3ffff.
23043
23044 * search.c (Freplace_match): Fix for the unibyte case.
23045
23046 2008-02-01 Kenichi Handa <handa@m17n.org>
23047
23048 * lread.c (safe_to_load_p): Fix the logic.
23049
23050 * syntax.c (scan_words): Don't treat characters belonging to
23051 different scripts as constituting a word.
23052
23053 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23054
23055 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
23056
23057 * emacs.c (main): In the case of --unibyte, instead of aborting on
23058 finding non-empty buffer, make it unibyte.
23059
23060 2008-02-01 Kenichi Handa <handa@m17n.org>
23061
23062 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
23063 to create a fontset.
23064
23065 2008-02-01 Dave Love <fx@gnu.org>
23066
23067 * character.c (Funibyte_char_to_multibyte): Doc fix.
23068
23069 * xfns.c [HAVE_STDLIB_H]: Fix last change.
23070
23071 2008-02-01 Kenichi Handa <handa@m17n.org>
23072
23073 * fontset.c (fontset_add): Make the type `int'.
23074 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
23075
23076 * character.c (unibyte_char_to_multibyte)
23077 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
23078 charset_unibyte, not charset_primary.
23079
23080 * charset.h (charset_unibyte): Extern it instead of charset_primary.
23081
23082 * charset.c (charset_unibyte): Rename from charset_primary.
23083 (Funibyte_charset): Rename from Fprimary_charset.
23084 (Fset_unibyte_charset): Rename from Fset_primary_charset.
23085 (syms_of_charset): Adjust for the above changes.
23086
23087 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23088 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23089 it->multibyte_p is zero.
23090
23091 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
23092 Delete extern.
23093
23094 2008-02-01 Kenichi Handa <handa@m17n.org>
23095
23096 * coding.c (Fdefine_coding_system_internal): Fix category setting
23097 for a coding system of type iso-2022.
23098
23099 2008-02-01 Kenichi Handa <handa@m17n.org>
23100
23101 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
23102
23103 2008-02-01 Kenichi Handa <handa@m17n.org>
23104
23105 * syntax.c (Vnext_word_boundary_function_table): New variable.
23106 (next-word-boundary-function-table): Declare it as a Lisp variable
23107 in syms_of_syntax.
23108 (scan_words): Call functions in Vnext_word_boundary_function_table
23109 if any.
23110
23111 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23112
23113 * fontset.c (fs_load_font): If fontp->charset is not negative,
23114 return fontp without setting its members.
23115
23116 2008-02-01 Dave Love <fx@gnu.org>
23117
23118 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23119
23120 * m/sparc.h (HAVE_ALLOCA): Delete.
23121
23122 * s/irix6-5.h: Don't include strings.h.
23123 (bcopy, bzero, bcmp): Don't undef.
23124
23125 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23126
23127 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23128 (TIOCSIGSEND): Don't test IRIX6.
23129 (bcopy, bzero, bcmp): Define conditionally.
23130
23131 2008-02-01 Kenichi Handa <handa@m17n.org>
23132
23133 * buffer.c (Qas, Qmake, Qto): New variables.
23134 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
23135 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23136
23137 * callproc.c (Fcall_process): Don't call insert_1_both directly if
23138 we are inserting a process output into a multibyte buffer.
23139
23140 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23141 multibyte_char_to_unibyte.
23142
23143 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23144 by the primary charset, make it eight-bit char.
23145 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23146
23147 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23148 (charset_8_bit__control, charset_8_bit_graphic)
23149 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23150 (define_charset_internal): New function.
23151 (syms_of_charset): Call define_charset_internal for pre-defined
23152 charsets.
23153
23154 * charset.h (charset_8_bit): Extern it.
23155
23156 * coding.c (make_conversion_work_buffer): Adjust for the change
23157 of Fset_buffer_multibyte.
23158 (encode_coding_raw_text): Increment p0 in the loop.
23159
23160 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23161
23162 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23163 for the change of Fset_buffer_multibyte.
23164
23165 * fns.c (Fstring_to_multibyte): New function.
23166 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23167
23168 2008-02-01 Dave Love <fx@gnu.org>
23169
23170 * xfns.c (x_put_x_image): Declare args.
23171
23172 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23173 (try_font_list): Declare an arg.
23174
23175 * xdisp.c (message2_nolog, set_message): Declare an arg.
23176
23177 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
23178
23179 * syntax.c (scan_sexps_forward): Declare an arg.
23180
23181 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23182 Declare an arg.
23183
23184 * lisp.h (Fnew_fontset): Declare.
23185
23186 * keymap.c (push_key_description): Call CHARACTERP correctly.
23187
23188 * fontset.c (fontset_add): Declare args. Call make_number correctly.
23189 (face_for_char): Delete unused vars.
23190 (Fset_fontset_font): Doc fix. Delete unused vars.
23191
23192 * doc.c (Fsubstitute_command_keys): Delete unused vars.
23193
23194 * composite.c (update_compositions): Declare arg.
23195
23196 * cm.c (calccost, cmgoto): Declare args.
23197
23198 * charset.c: Remove `emacs' conditional. Doc fixes.
23199 (map_char_table_for_charset): Declare.
23200
23201 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23202
23203 * ccl.c: Remove `emacs' conditional.
23204
23205 2008-02-01 Kenichi Handa <handa@m17n.org>
23206
23207 The following changes are to allow specifying multiple font
23208 patterns for a character range (specified by script or charset).
23209
23210 * Makefile.in (abbrev.o): Depend on syntax.h.
23211 (xfaces.o): Depend on charset.h.
23212
23213 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23214 SINGLE_BYTE_CHAR_P.
23215
23216 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23217
23218 * character.h (Vchar_script_table): Extern it.
23219
23220 * character.c (Vscript_alist): Delete.
23221 (Vchar_script_table, Qchar_script_table): New variable.
23222 (syms_of_character): Declare Vchar_script_table as a lisp variable
23223 and initialize it.
23224
23225 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23226 have property char-table-extra-slots, make no extra slot.
23227
23228 * dispextern.h (struct face): Delete member `charset'.
23229 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23230 SINGLE_BYTE_CHAR_P.
23231 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23232 Add prototypes.
23233 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23234 (generate_ascii_font_name): Rename from generate_ascii_font.
23235
23236 * fontset.h (get_font_repertory_func): New prototype.
23237 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23238 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23239
23240 * fontset.c (Qprepend, Qappend): New variables.
23241 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23242 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23243 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23244 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23245 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23246 (load_font_get_repertory): New functions.
23247 (fontset_set): Delete.
23248 (fontset_face): New arg FACE. Return face ID, not face.
23249 Complete re-write to handle new fontset structure. Change caller.
23250 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23251 (face_for_char): Don't call lookup_face.
23252 (make_fontset_for_ascii_face): New arg FACE.
23253 (fs_load_font): New arg CHARSET_ID. Don't check
23254 Vfont_encoding_alist here.
23255 (find_font_encoding): New function.
23256 (list_fontsets): Use STRINGP, not ! NILP.
23257 (accumulate_script_ranges): New function.
23258 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23259 re-written to handle new fontset structure.
23260 (Ffontset_font): Return a copy of element.
23261 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23262 docstring of font-encoding-alist.
23263
23264 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23265 (Fset_fotset_font): Fix arguments to 5.
23266
23267 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23268
23269 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23270 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23271 (highlight_trailing_whitespace): Adjust for the change of
23272 lookup_named_face.
23273
23274 * xfaces.c: Include charset.h.
23275 (load_face_font): Delete argument C. Change caller.
23276 (generate_ascii_font_name): Rename from generate_ascii_font.
23277 (font_name_registry): New function.
23278 (cache_face): Store ascii faces before non-ascii faces in buckets.
23279 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23280 Lookup only ascii faces.
23281 (lookup_non_ascii_face): New function.
23282 (lookup_named_face): Delete argument C. Change caller.
23283 (lookup_derived_face): Delete argument C. Change caller.
23284 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23285 a string, just call font_list with it.
23286 (choose_face_font): Delete arguments FACE and C. New arg
23287 FONT_SPEC. Change caller.
23288 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23289 Change caller.
23290 (realize_non_ascii_face): New function.
23291 (realize_x_face): Call load_face_font here.
23292 (realize_tty_face): Delete argument C. Change caller.
23293 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23294 get a face ID.
23295 (dump_realized_face): Don't print charset of FACE.
23296
23297 * xfns.c (x_set_font): Always call x_new_fontset and
23298 store_frame_parameter.
23299 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23300 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23301
23302 * xterm.h (x_get_font_repertory): Extern it.
23303
23304 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23305 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23306 it->multibyte_p is zero.
23307 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23308 (x_new_fontset): If FONTSETNAME doesn't match any existing
23309 fontsets, create a new one.
23310 (x_get_font_repertory): New function.
23311
23312 2008-02-01 Kenichi Handa <handa@m17n.org>
23313
23314 * coding.c (Ffind_coding_systems_region_internal): Detect an
23315 ASCII only string correctly.
23316
23317 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23318 version is 0.
23319
23320 2008-02-01 Kenichi Handa <handa@m17n.org>
23321
23322 * lread.c: Include "coding.h".
23323 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23324 (load_each_byte, unread_char): New variables.
23325 (readchar_backlog): Delete.
23326 (readchar): Return a character unless load_each_byte is nonzero.
23327 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23328 cons. If unread_char is not -1, simply return it.
23329 (unreadchar): Handle the case that readcharfun is
23330 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23331 (read_multibyte): Delete.
23332 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23333 (read_emacs_mule_char): New functions.
23334 (Fload): Even if the file doesn't have the extension ".elc", if
23335 safe_to_load_p returns a positive version number, assume that the
23336 file contains bytecompiled code. If the version is less than 22,
23337 load the file while decoding multibyte sequences by emacs-mule.
23338 (readevalloop): Don't use readchar_backlog.
23339 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23340 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23341 (read_escape): Delete the arg BYTEREP.
23342 (read1): Set load_each_byte to 1 temporarily while handling
23343 #@NUMBER. Don't call read_multibyte.
23344 (read_vector): Call Fread with a cons. If readcharfun is
23345 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23346 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23347 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23348 and Qload_force_doc_strings.
23349
23350 2008-02-01 Kenichi Handa <handa@m17n.org>
23351
23352 * xdisp.c (face_before_or_after_it_pos): Call
23353 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23354
23355 2008-02-01 Kenichi Handa <handa@m17n.org>
23356
23357 * character.h (TRAILING_CODE_P): New macro.
23358 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23359 (string_char_with_unification): Fix prototype.
23360 (Vscript_alist): Extern it.
23361
23362 * character.c (Vscript_alist): New variable.
23363 (string_char_with_unification, str_as_unibyte)
23364 (string_escape_byte8): Add `const' to local variables.
23365 (syms_of_character): Declare script-alist as a Lisp variable.
23366
23367 * charset.h (Vcharset_ordered_list): Extern it.
23368 (charset_ordered_list_tick): Extern it.
23369 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23370 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23371 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23372 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23373 (Funify_charset): Adjust for the change of Funify_charset.
23374
23375 * charset.c (charset_ordered_list_tick): New variable.
23376 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23377 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
23378 deunify instead of unify a charset.
23379 (string_xstring_p): Add `const' to local variables.
23380 (find_charsets_in_text): Add `const' to arguments and local variables.
23381 (encode_char): Adjust for the change of Funify_charset. Fix
23382 detecting of invalid code.
23383 (Fset_charset_priority): Increment charset_ordered_list_tick.
23384 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23385 and TO_CODE.
23386
23387 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23388 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23389 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23390 (decode_coding_ccl, consume_chars)
23391 (Ffind_coding_systems_region_internal)
23392 (Fcheck_coding_systems_region): Add `const' to local variables.
23393
23394 * print.c (print_object): Use octal form for printing the
23395 contents of a bool vector.
23396
23397 2008-02-01 Dave Love <fx@gnu.org>
23398
23399 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23400 <version == 20>: Refuse to load.
23401
23402 2008-02-01 Dave Love <fx@gnu.org>
23403
23404 * fns.c: Move coding.h.
23405 (Qcodeset, Qdays, Qmonths): New.
23406 (concat): Use CHARACTERP instead of INTEGERP.
23407 (Flocale_codeset): Delete.
23408 (Flanginfo): New function.
23409 (syms_of_fns): Change accordingly.
23410
23411 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23412
23413 2008-02-01 Dave Love <fx@gnu.org>
23414
23415 * casetab.c (init_casetab_once, init_casetab_once): Fix
23416 CHAR_TABLE_SET call.
23417
23418 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23419
23420 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23421
23422 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23423 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23424 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23425
23426 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23427
23428 * coding.c (ENCODE_DESIGNATION, decode_eol)
23429 (make_conversion_work_buffer, code_conversion_restore)
23430 (Fdefine_coding_system_internal): Convert Lisp types.
23431 (code_conversion_restore): Use EQ, not ==.
23432 (Fencode_coding_string): Fix code_convert_string call.
23433
23434 * coding.h (code_convert_region): Fix prototype.
23435
23436 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23437
23438 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23439 (Ffontset_info): Convert Lisp types.
23440
23441 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23442
23443 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23444
23445 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23446
23447 * chartab.c: Include "...h", not <...h> in some cases.
23448
23449 * callproc.c (Fcall_process): Remove unused variables.
23450
23451 2008-02-01 Dave Love <fx@gnu.org>
23452
23453 * coding.c (Fset_coding_system_priority): Allow null arg list.
23454
23455 2008-02-01 Dave Love <fx@gnu.org>
23456
23457 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23458 (Fself_insert_and_exit): Use CHARACTERP.
23459
23460 * callproc.c (Fcall_process): Remove unused vars.
23461
23462 * xterm.c (XTread_socket): Add extra dead keysyms.
23463
23464 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23465
23466 * dispextern.h: Remove prototypes for redraw_frame,
23467 redraw_garbaged_frames.
23468
23469 * cmds.c (Fself_insert_command): Use CHARACTERP.
23470
23471 * chartab.c (make_sub_char_table): Remove unused var.
23472 (Fset_char_table_default, Fmap_char_table): Doc fix.
23473
23474 * keymap.c (access_keymap): Remove generic char code.
23475 (push_key_description): Use CHARACTERP.
23476
23477 2008-02-01 Dave Love <fx@gnu.org>
23478
23479 * charset.c: Doc fixes.
23480 (Funify_charset): Extra checking.
23481
23482 2008-02-01 Dave Love <fx@gnu.org>
23483
23484 * lread.c: Remove some unused variables.
23485 (safe_to_load_p): If safe, return the magic number version byte.
23486 (Fload): Maybe use load-with-code-conversion.
23487
23488 2008-02-01 Kenichi Handa <handa@m17n.org>
23489
23490 * category.c (Fmodify_category_entry): Don't modify the contents
23491 of category_set for characters out of the range. Avoid
23492 unnecessary modification.
23493
23494 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23495 Vchar_unify_table. The default value of the table is now nil.
23496
23497 * character.c (syms_of_character): Setup Vchar_width_table for
23498 eight-bit-control and raw-byte chars.
23499
23500 * charset.h (enum define_charset_arg_index): Delete
23501 charset_arg_parents and add charset_arg_subset and
23502 charset_arg_superset.
23503 (enum charset_attr_index): Delete charset_parents and add
23504 charset_subset and charset_superset.
23505 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23506 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23507 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23508 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23509 (CHARSET_SUPERSET): New macros.
23510 (charset_work): Extern it.
23511 (ENCODE_CHAR): Use charset_work.
23512 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23513 (map_charset_chars): Extern it.
23514
23515 * charset.c (load_charset_map): Set the default value of encoder
23516 and deunifier char-tables to nil.
23517 (map_charset_chars): Change argument. Change callers. Use
23518 map_char_table_for_charset instead of map_char_table.
23519 (Fmap_charset_chars): New optional args from_code and to_code.
23520 (Fdefine_charset_internal): Adjust for the change of
23521 `define-charset' (:parents -> :subset or :superset).
23522 (charset_work): New variable.
23523 (encode_char, syms_of_charset): Adjust for the change of
23524 Fdefine_charset_internal.
23525 (Ffind_charset_string): Setup the vector `charsets' correctly.
23526
23527 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23528 the previous change.
23529 (char_table_ref_and_range): Adjust for the above change.
23530 (map_sub_char_table_for_charset): New function.
23531 (map_char_table_for_charset): New function.
23532
23533 * keymap.c (describe_vector): Handle a char-table directly here.
23534 (describe_char_table): Delete.
23535
23536 * lisp.h (map_charset_chars): Delete.
23537
23538 2008-02-01 Dave Love <fx@gnu.org>
23539
23540 * fns.c (count_combining): Comment out (unused).
23541 (Flocale_codeset): New.
23542 (syms_of_fns): Defsubr it.
23543
23544 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23545 (size_t): Remove.
23546
23547 2008-02-01 Dave Love <fx@gnu.org>
23548
23549 * Makefile.in (chartab.o): Depend on charset.h.
23550
23551 2008-02-01 Kenichi Handa <handa@m17n.org>
23552
23553 * character.c (syms_of_character): Set the default value of
23554 Vprintable_chars to Qnil.
23555
23556 2008-02-01 Dave Love <fx@gnu.org>
23557
23558 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23559
23560 2008-02-01 Kenichi Handa <handa@m17n.org>
23561
23562 * charset.c (load_charset_map): Handle the case that from < to
23563 correctly.
23564
23565 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23566 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23567 Pay attention to raw-8-bit chars.
23568
23569 2008-02-01 Kenichi Handa <handa@m17n.org>
23570
23571 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23572 It is not bytecompiled now.
23573
23574 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23575 (charset_jisx0208): New variables.
23576 (Fdefine_charset_internal): Setup them if appropriate.
23577 (init_charset_once): Initialize them to -1.
23578
23579 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23580 (charset_jisx0208): Extern them.
23581
23582 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23583 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23584 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23585 (setup_iso_safe_charsets): Fix arguments to Fassq.
23586 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23587 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23588 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23589 (encode_coding_iso_2022): Change the 1st arg to
23590 ENCODE_ISO_CHARACTER to a variable.
23591
23592 2008-02-01 Kenichi Handa <handa@m17n.org>
23593
23594 * charset.h (enum define_charset_arg_index): New enums
23595 charset_arg_min_code and charset_arg_max_code.
23596 (struct charset): New member char_index_offset.
23597
23598 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23599 Take charset->char_index_offset into account.
23600 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23601 args[charset_arg_max_code]. Setup charset.char_index_offset.
23602 (syms_of_charset): Fix args to Fdefine_charset_internal.
23603
23604 2008-02-01 Dave Love <fx@gnu.org>
23605
23606 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23607
23608 2008-02-01 Dave Love <fx@gnu.org>
23609
23610 * coding.c: Doc fixes.
23611 (Fcoding_system_aliases): Fix return value.
23612 (Qmac): Remove (duplicated) definition.
23613
23614 2008-02-01 Dave Love <fx@gnu.org>
23615
23616 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23617 New functions.
23618
23619 * character.c (Fstring): Doc fix.
23620
23621 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23622
23623 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23624 (font-encoding-alist): Doc fix.
23625
23626 2008-02-01 Dave Love <fx@gnu.org>
23627
23628 * term.c (costs_set): Declare static, non-initialized for pcc.
23629 (encode_terminal_code): Remove unused var.
23630
23631 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23632 for K&R.
23633
23634 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23635
23636 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23637 (suffixes): Move out of make_subsidiaries for K&R.
23638
23639 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23640
23641 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23642
23643 2008-02-01 Dave Love <fx@gnu.org>
23644
23645 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23646
23647 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23648
23649 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23650
23651 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23652
23653 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23654
23655 2008-02-01 Kenichi Handa <handa@m17n.org>
23656
23657 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23658 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23659
23660 2008-02-01 Kenichi Handa <handa@m17n.org>
23661
23662 * coding.c (decode_coding_charset): Adjust for the change of
23663 Fdefine_coding_system_internal.
23664 (Fdefine_coding_system_internal): For a coding system of
23665 `charset' type, store a list of charset IDs in
23666 `charset_attr_charset_valids' element of coding attributes.
23667
23668 2008-02-01 Kenichi Handa <handa@m17n.org>
23669
23670 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23671 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23672 caller. Handle 2-byte and 3-byte charsets correctly.
23673 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23674 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23675 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23676 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23677 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23678 sequence.
23679 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23680 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23681 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23682 and alt&rule composition.
23683 (decode_coding_iso_2022): Handle composition correctly.
23684 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23685
23686 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23687 re-defining a charset. If the charset has :emacs-mule-id, setup
23688 emacs_mule_bytes.
23689 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23690
23691 2008-02-01 Kenichi Handa <handa@m17n.org>
23692
23693 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23694 (encode_coding_big5, encode_coding_charset): If coding requires safe
23695 encoding, produce a character specified by
23696 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23697
23698 2008-02-01 Dave Love <fx@gnu.org>
23699
23700 * xterm.c (XSetIMValues): Declare.
23701
23702 * process.c: Conditionally include sys/wait.h, pty.h.
23703
23704 * print.c (print_object): Fix print format for 64-bit systems.
23705
23706 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23707
23708 * buffer.c (emacs_strerror): Declare.
23709
23710 * fontset.c (Fclear_face_cache): Declare.
23711 (accumulate_font_info): Comment-out (unused).
23712 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23713 variables.
23714
23715 * character.h (string_escape_byte8): Declare.
23716
23717 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23718 unused vars.
23719 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23720 (Fmap_charset_chars): Doc fix.
23721
23722 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23723 (Fset_coding_system_priority, Fset_coding_system_priority)
23724 (Fdefine_coding_system_internal): Doc fix.
23725
23726 2008-02-01 Dave Love <fx@gnu.org>
23727
23728 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23729
23730 2008-02-01 Kenichi Handa <handa@m17n.org>
23731
23732 * character.c (string_escape_byte8): Make multibyte string with
23733 correct size.
23734
23735 * charset.c (Fmake_char): Delete unnecessary code.
23736
23737 2008-02-01 Kenichi Handa <handa@m17n.org>
23738
23739 * xfns.c (x_encode_text): Allocate coding.destination here, and
23740 call encode_coding_object with dst_object Qnil.
23741
23742 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23743 multibyte form correctly.
23744
23745 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23746 against Vfont_encoding_alist.
23747
23748 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23749 handling of charset list.
23750 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23751 (decode_coding_object): Move point to coding->dst_pos before
23752 calling post-read-conversion function.
23753 (encode_coding_object): Give correct arguments to
23754 pre-write-conversion. Ignore the return value of
23755 pre-write-conversion function. Pay attention to the case that
23756 pre-write-conversion changes the current buffer. If dst_object is
23757 Qt, even if coding->src_bytes is zero, allocate at least one byte
23758 to coding->destination.
23759
23760 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23761
23762 * charset.c (Fmake_char): Make it more backward compatible.
23763 (Fmap_charset_chars): Fix docstring.
23764
23765 2008-02-01 Dave Love <fx@gnu.org>
23766
23767 * coding.c: Doc fixes.
23768 (Fdefine_coding_system_alias): Use names, not symbols, in
23769 coding-system-alist.
23770
23771 2008-02-01 Kenichi Handa <handa@m17n.org>
23772
23773 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23774 of calling free_realized_face.
23775
23776 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23777
23778 * charset.c (read_hex): Don't treat SPC as a comment starter.
23779 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23780 (Fdecode_char): Fix typo.
23781
23782 2008-02-01 Kenichi Handa <handa@m17n.org>
23783
23784 * charset.h (struct charset): New member `code_space_mask'.
23785
23786 * coding.c (coding_set_source): Delete the local variable beg_byte.
23787 (encode_coding_charset, Fdefine_coding_system_internal):
23788 Delete the local variable charset.
23789 (Fdefine_coding_system_internal): Setup
23790 attrs[coding_attr_charset_valids] correctly.
23791
23792 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23793 member to check if CODE is valid or not.
23794 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23795 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23796 is within the range of charset->min_code and carset->max_code.
23797
23798 2008-02-01 Dave Love <fx@gnu.org>
23799
23800 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23801
23802 * dispextern.h (generate_ascii_font): Fix return type.
23803
23804 * xfaces.c (generate_ascii_font): Fix arg declaration.
23805
23806 * coding.c (coding_inherit_eol_type)
23807 (Fset_terminal_coding_system_internal)
23808 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23809
23810 2008-02-01 Kenichi Handa <handa@m17n.org>
23811
23812 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23813 multiple charsets correctly.
23814
23815 2008-02-01 Kenichi Handa <handa@m17n.org>
23816
23817 * search.c (boyer_moore): Fix handling of multibyte character
23818 translation.
23819
23820 * xdisp.c (display_mode_element): When the variable `elt' is
23821 changed, update `this' and `lisp_string'.
23822
23823 2008-02-01 Kenichi Handa <handa@m17n.org>
23824
23825 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23826
23827 * callproc.c (Fcall_process): Be sure to give the current buffer
23828 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23829
23830 * charset.c (struct charset_map_entries): New struct.
23831 (load_charset_map): Rename from parse_charset_map. New args
23832 entries and n_entries. Change caller.
23833 (load_charset_map_from_file): Rename from load_charset_map.
23834 Change caller. New arg control_flag. Call load_charset_map at
23835 the tail.
23836 (load_charset_map_from_vector): New function.
23837 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23838 (encode_char): If the charset is compact, change a character index
23839 to a code point.
23840
23841 * coding.c (coding_alloc_by_making_gap): Check the case that the
23842 source and destination are the same correctly.
23843 (decode_coding_raw_text): Set coding->consumed_char and
23844 coding->consumed to 0.
23845 (produce_chars): If coding->chars_at_source is nonzero, update
23846 coding->consumed_char and coding->consumed before calling
23847 alloc_destination.
23848 (Fdefine_coding_system_alias): Register ALIAS in
23849 Vcoding_system_alist.
23850 (syms_of_coding): Define `no-conversion' coding system at the tail.
23851
23852 * fileio.c (Finsert_file_contents): Set coding_system instead of
23853 val. If the current buffer is multibyte, always call
23854 decode_coding_gap.
23855
23856 * xfaces.c (try_font_list): Give higher priority to fontset's
23857 family than face's family.
23858
23859 2008-02-01 Kenichi Handa <handa@m17n.org>
23860
23861 * callproc.c (Fcall_process): Be sure to give the current buffer
23862 to decode_coding_c_string.
23863
23864 * xfaces.c (try_font_list): Give a family specified in a fontset
23865 higher priority than a family specified in a face.
23866
23867 2008-02-01 Kenichi Handa <handa@m17n.org>
23868
23869 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23870 Fix arguments to insert_from_buffer.
23871
23872 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23873
23874 2008-02-01 Kenichi Handa <handa@m17n.org>
23875
23876 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23877 (decode_coding_gap): Set coding->dst_multibyte correctly.
23878
23879 2008-02-01 Kenichi Handa <handa@m17n.org>
23880
23881 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23882 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23883 (encode_coding_utf_16): Substitute coding->default_char for
23884 non-Unicode characters.
23885 (decode_coding): Don't call record_insert here.
23886 (setup_coding_system): Initialize `surrogate' of
23887 coding->spec.utf_16 to 0.
23888 (EMIT_ONE_BYTE): Fix for multibyte case.
23889
23890 * insdel.c (insert_from_gap): Call record_insert.
23891
23892 2008-02-01 Kenichi Handa <handa@m17n.org>
23893
23894 * casefiddle.c (casify_region): Fix multibyte case.
23895
23896 * character.c (c_string_width): Add return type `int'.
23897 (char_string_with_unification): Delete arg ADVANCED.
23898
23899 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23900 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23901 (CHAR_STRING_ADVANCE): Make it do-while statement.
23902
23903 * chartab.c (sub_char_table_set_range): Optimize for the case
23904 DEPTH == 3. Add workaround code for a GCC optimization bug.
23905
23906 * charset.c (parse_charset_map): Remove an unused variable.
23907
23908 * coding.c: Delete unused variables.
23909
23910 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23911 earlier. If inserted is zero and the coding system doesn't
23912 require flushing, don't call decode_coding_gap.
23913
23914 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23915
23916 2008-02-01 Kenichi Handa <handa@m17n.org>
23917
23918 The following changes are for using Unicode as an internal
23919 character model, and use UTF-8 format for buffer/string
23920 representation.
23921
23922 * .gdbinit (xchartable): Adjust for the change of char table structure.
23923 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23924
23925 * Makefile.in (obj): Add character.o and chartab.o.
23926 (lisp, shortlisp): Remove utf-8.elc.
23927 (*.o): For many files, change dependency on charset.h to
23928 character.h, and add dependency on character.h.
23929 (character.o, chartab.o): New targets.
23930
23931 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23932 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23933 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23934 of "charset.h".
23935
23936 * dired.c, filelock.c: Include "character.h".
23937
23938 * alloc.c: Include "character.h" instead of "charset.h".
23939 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23940 (syms_of_alloc): Remove defsubr for Smake_char_table.
23941
23942 * buffer.c: Include "character.h" instead of "charset.h", don't
23943 include "coding.h".
23944 (Fset_buffer_multibyte): Adjust for UTF-8.
23945
23946 * buffer.h: EXFUN Fbuffer_live_p.
23947
23948 * callproc.c: Include "character.h" instead of "charset.h".
23949 (Fcall_process): Big change for the new code-conversion APIs.
23950
23951 * casetab.c: Include "character.h" instead of "charset.h".
23952 (set_canon, set_identity, shuffle): Adjust for the new
23953 map_char_table spec.
23954 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23955 accessing the char table structure.
23956
23957 * chartab.c: New file that implements char table.
23958
23959 * category.c: Include "character.h".
23960 (copy_category_entry): New function.
23961 (copy_category_table): Call map_char_table and copy_category_entry.
23962 (Fmake_category_table): Initialize all top-level slots.
23963 (char_category_set): New function.
23964 (modify_lower_category_set): Delete.
23965 (Fmodify_category_entry): Call char_table_ref_and_range.
23966
23967 * category.h (CATEGORY_SET): Just call char_category_set.
23968
23969 * ccl.c: Include "character.h".
23970 (Qccl, Qcclp): New variables.
23971 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23972 it's less than 256.
23973 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23974 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23975 and DST type.
23976 (ccl_driver): Change types of argument, adjust code accordingly.
23977 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23978 ccl_driver.
23979 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23980
23981 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23982 New members src_multibyte, dst_multibyte, consumed, and produced.
23983 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23984 (CODING_SPEC_CCL_PROGRAM): New macro.
23985 (ccl_driver): Update prototype.
23986 (Qccl, Qcclp, Fccl_program_p): Extern them.
23987 (CHECK_CCL_PROGRAM): New macro.
23988
23989 * character.c, character.h, chartab.c: New files.
23990
23991 * charset.c: Mostly re-written. Move character and multibyte sequence
23992 handling codes to character.c.
23993
23994 * charset.h: Mostly re-written. Move character and multibyte sequence
23995 handling codes to character.h.
23996
23997 * coding.c, coding.h: Mostly re-written.
23998
23999 * composite.c: Include "character.h" instead of "charset.h".
24000 (CHAR_WIDTH): Move to character.h.
24001 (HASH_KEY, HASH_VALUE): Delete.
24002
24003 * composite.h (enum composition_method): Change order of enumeration
24004 symbols.
24005
24006 * data.c: Include "character.h" instead of "charset.h".
24007 (Faref): Call CHAR_TABLE_REF for a char table.
24008 (Faset): Call CHAR_TABLE_SET for a char table.
24009
24010 * dispextern.h (free_realized_face, check_face_attribytes)
24011 (generate_ascii_font): Extern them.
24012 (free_realized_multibyte_face): Delete extern.
24013
24014 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
24015 table structure.
24016
24017 * editfns.c: Include "character.h" instead of "charset.h".
24018 (Fchar_to_string): Always call CHAR_STRING.
24019
24020 * emacs.c (main): Call init_charset_once, init_charset,
24021 syms_of_chartab, and syms_of_character.
24022
24023 * fileio.c: Include "character.h" instead of "charset.h".
24024 (Finsert_file_contents): Big change for the new code-conversion API.
24025 (choose_write_coding_system, Fwrite_region): Likewise.
24026 (build_annotations_2): Delete.
24027 (e_write): Big change for the new code-conversion API.
24028
24029 * fns.c: Include "character.h" instead of "charset.h".
24030 (copy_sub_char_table): Move to chartab.c.
24031 (Fcopy_sequence): Call copy_char_table for a char table.
24032 (concat): Delete codes calling count_multibyte.
24033 (string_char_to_byte, string_byte_to_char): Adjust for the new
24034 multibyte form.
24035 (internal_equal): Adjust for the change of char table structure.
24036 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
24037 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
24038 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
24039 (char_table_translate, optimize_sub_char_table)
24040 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
24041 chartab.c.
24042 (char_table_ref_and_index): Delete.
24043 (HASH_KEY, HASH_VALUE): Move to lisp.h.
24044 (Fmd5): Call preferred_coding_system instead of accessing
24045 Vcoding_category_list. Adjust for the new code-conversion API.
24046 (syms_of_fns): Move defsubr for char table related functions to
24047 chartab.c.
24048
24049 * fontset.c: Mostly re-written.
24050
24051 * fontset.h (struct font_info): Change type of the member encoding_type.
24052 (enum FONT_SPEC_INDEX): New enum.
24053 (fontset_font_pattern, fs_load_font): Update prototype.
24054 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
24055
24056 * indent.c: Include "character.h" instead of "charset.h".
24057 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
24058
24059 * insdel.c: Include "character.h" instead of "charset.h".
24060 (copy_text): Don't refer to Vnonascii_translation_table.
24061 (insert_from_gap): New function.
24062
24063 * keyboard.c: Include "character.h" instead of "charset.h".
24064 (command_loop_1): Never call direct_output_forward_char before
24065 a non-ASCII character.
24066 (read_char): If Vkeyboard_translate_table is a char table, always
24067 translate a character.
24068
24069 * keymap.c: Include "character.h".
24070 (store_in_keymap): Handle the case that IDX is a cons.
24071 (Fdefine_key): Handle the case that KEY is a cons and the car part
24072 is also a cons (range).
24073 (push_key_description): Adjust for the new character code.
24074 (describe_vector): Call describe_char_table for a char table.
24075 (describe_char_table): New function.
24076
24077 * keymap.h (describe_char_table): Extern it.
24078
24079 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
24080 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
24081 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
24082 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
24083 Delete.
24084 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
24085 structure.
24086 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
24087 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
24088 (CHARTAB_SIZE_BITS_3): New macros.
24089 (chartab_size): Extern it.
24090 (struct Lisp_Char_Table): Re-design.
24091 (struct Lisp_Sub_Char_Table): New structure.
24092 (HASH_KEY, HASH_VALUE): Move from fns.c.
24093 (CHARACTERBITS): Define as 22.
24094 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
24095 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
24096 (GC_SUB_CHAR_TABLE_P): New macro.
24097 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
24098 (code_convert_string_norecord): Deleted extern.
24099 (init_character_once, syms_of_character, init_charset)
24100 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
24101
24102 * lread.c: Include "character.h".
24103 (read_multibyte): New arg NBYTES.
24104 (read_escape): Change the meaning of returned *BYTEREP.
24105 (to_multibyte): Delete.
24106 (read1): Adjust the handling of char table and string.
24107
24108 * print.c: Include "character.h" instead of "charset.h".
24109 (print_string): Convert 8-bit raw bytes to octal form by
24110 string_escape_byte8.
24111 (print_object): Adjust for the new multibyte form. Print 8-bit
24112 raw bytes always in octal form. Handle sub char table correctly.
24113
24114 * process.c: Include "character.h" instead of "charset.h".
24115 (read_process_output, send_process): Adjust for the new
24116 code-conversion API.
24117
24118 * puresize.h (BASE_PURESIZE): Increase.
24119
24120 * regex.c: Include "character.h" instead of "charset.h".
24121 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24122 (regex_compile): Accept a range whose starting and ending
24123 character have different leading bytes.
24124 (analyse_first): Adjust for the above change.
24125
24126 * search.c: Include "character.h" instead of "charset.h".
24127 (search_buffer, boyer_moore): Adjust for the new multibyte form.
24128 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24129
24130 * syntax.c: Include "character.h" instead of "charset.h".
24131 (syntax_parent_lookup): Delete.
24132 (Fmodify_syntax_entry): Accept a cons as CHAR.
24133 (skip_chars): Adjust for the new multibyte form.
24134 (init_syntax_once): Call char_table_set_range instead of directly
24135 accessing the structure of a char table.
24136
24137 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24138 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24139 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24140 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24141
24142 * term.c: Include "buffer.h" and "character.h".
24143 (encode_terminal_code, write_glyphs): Adjust for the new
24144 code-conversion API.
24145 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24146
24147 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24148
24149 * xdisp.c: Include "character.h".
24150 (get_next_display_element): Adjust for the new multibyte form.
24151 (disp_char_vector): Adjust for the new char table structure.
24152 (decode_mode_spec_coding): Adjust for the new structure of
24153 coding system.
24154 (decode_mode_spec): Adjust for the new code-conversion API.
24155
24156 * xfaces.c: Include "character.h" instead of "charset.h".
24157 (load_face_font): Adjust for the change of choose_face_font and
24158 FS_LOAD_FONT.
24159 (generate_ascii_font): New function.
24160 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24161 (set_font_frame_param): Adjust for the change of choose_face_font.
24162 (free_realized_face): Make it public.
24163 (free_realized_faces_for_fontset): Rename from
24164 free_realized_multibyte_face. Free also faces realized for ASCII.
24165 (choose_face_font): Change arguments. Adjust for the change of
24166 fontset_font_pattern and FS_LOAD_FONT.
24167
24168 * xfns.c: Include "character.h".
24169 (x_encode_text): Adjust for the new code-conversion API.
24170
24171 * xselect.c: Don't include "charset.h".
24172 (selection_data_to_lisp_data): Adjust for the new code conversion API.
24173
24174 * xterm.c: Include "character.h".
24175 (x_encode_char): New argument CHARSET. Change caller.
24176 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24177 Call ENCODE_CHAR instead of SPLIT_CHAR.
24178 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24179 CHAR_WIDTH instead of CHARSET_WIDTH.
24180 (XTread_socket): Adjust for the new code-conversion API.
24181 (x_new_font): Adjust for the change of FS_LOAD_FONT.
24182 (x_load_font): Adjust for the change of struct font.
24183
24184 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24185
24186 * xfaces.c (face_at_buffer_position): Remove unused vars.
24187
24188 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24189
24190 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24191 Fix overflow checking.
24192
24193 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24194
24195 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24196 Cancel previous change.
24197
24198 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24199
24200 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24201 ccl->eight_bit_control. Fix check for buffer overflow.
24202 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24203 (ccl_driver): Initialize extra_bytes to 0.
24204
24205 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24206
24207 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24208 return it ORed with ctrl_modifier.
24209
24210 2008-01-29 Miles Bader <miles@gnu.org>
24211
24212 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24213
24214 2008-01-28 Jason Rumney <jasonr@gnu.org>
24215
24216 * w32.c (stat): Don't double check for networked drive.
24217
24218 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24219
24220 * window.c (run_window_configuration_change_hook): New function.
24221 Code extracted from set_window_buffer. Set the selected frame.
24222 (set_window_buffer): Use it.
24223 * window.h (run_window_configuration_change_hook): Declare.
24224 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24225
24226 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24227
24228 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24229
24230 * Makefile.in: Remove references to unused macros.
24231
24232 2008-01-26 Eli Zaretskii <eliz@gnu.org>
24233
24234 * w32.c (g_b_init_get_sid_sub_authority)
24235 (g_b_init_get_sid_sub_authority_count): New static variables.
24236 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24237 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24238 (init_user_info): Use them to retrieve uid and gid.
24239 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24240 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24241 st_uid and st_gid of the file.
24242
24243 2008-01-26 Jason Rumney <jasonr@gnu.org>
24244
24245 * w32.c (logon_network_drive): New function.
24246 (stat): Use it.
24247
24248 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
24249
24250 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24251 invisible text covered with an ellipsis.
24252
24253 2008-01-25 Richard Stallman <rms@gnu.org>
24254
24255 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24256 jump back to beginning. Move some other initializations after that.
24257 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24258 New variables.
24259 (syms_of_xdisp): Init them.
24260
24261 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24262
24263 * buffer.c (reset_buffer_local_variables):
24264 Implement `permanent-local-hook'.
24265 (Qpermanent_local_hook): New variable.
24266 (syms_of_buffer): Init and staticpro it.
24267
24268 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
24269
24270 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24271
24272 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24273
24274 * fns.c (Fclrhash): Return TABLE.
24275
24276 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24277
24278 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24279 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24280 is set even without positional changes.
24281 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24282
24283 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24284
24285 2008-01-23 Jason Rumney <jasonr@gnu.org>
24286
24287 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24288
24289 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24290 the unicode range available in MULE by locale-coding-system.
24291 Improve dbcs lead byte detection. Set event timestamp and modifiers
24292 earlier.
24293
24294 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24295
24296 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24297 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24298 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24299 when used on child processes.
24300
24301 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
24302
24303 * dbusbind.c (Fdbus_method_return_internal): Rename from
24304 Fdbus_method_return.
24305 (Fdbus_unregister_object): Move to dbus.el.
24306 (Fdbus_call_method, Fdbus_method_return_internal)
24307 (Fdbus_send_signal): Improve debug messages.
24308
24309 2008-01-20 Martin Rudalics <rudalics@gmx.at>
24310
24311 * undo.c (undo_inhibit_record_point): New variable.
24312 (syms_of_undo): Initialize it.
24313 (record_point): Don't record point when undo_inhibit_record_point
24314 is set.
24315
24316 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24317
24318 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24319
24320 * xdisp.c (Qauto_hscroll_mode): New var.
24321 (syms_of_xdisp): Initialize it.
24322 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24323 window's buffer.
24324 (hscroll_windows): Don't check automatic_hscrolling_p here.
24325
24326 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24327 vscroll if we're setting window-buffer to the value it already has.
24328
24329 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24330
24331 * m/intel386.h: Remove references to XENIX.
24332
24333 2008-01-17 Andreas Schwab <schwab@suse.de>
24334
24335 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24336 instead of HAVE_X86_64_LIB64_DIR.
24337 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24338
24339 2008-01-17 Glenn Morris <rgm@gnu.org>
24340
24341 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24342 to HAVE_X86_64_LIB64_DIR.
24343
24344 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24345
24346 * s/irix3-3.h:
24347 * s/irix4-0.h:
24348 * s/386-ix.h:
24349 * s/domain.h:
24350 * s/hpux9-x11r4.h:
24351 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24352
24353 * sysdep.c: Remove code containing references to symbols defined
24354 by unsupported systems.
24355
24356 2008-01-16 Glenn Morris <rgm@gnu.org>
24357
24358 * coding.c (select-safe-coding-system-function): Doc fix.
24359
24360 2008-01-15 Glenn Morris <rgm@gnu.org>
24361
24362 * config.in: Revert 2008-01-13 change: this is a generated file.
24363
24364 2008-01-13 Tom Tromey <tromey@redhat.com>
24365
24366 * lisp.h: Fix typo.
24367
24368 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24369
24370 * m/sequent-ptx.h:
24371 * m/sequent.h:
24372 * s/ptx.h:
24373 * s/ptx4-2.h:
24374 * s/ptx4.h: Remove files for systems no longer supported.
24375
24376 * callproc.c (Fcall_process): Fix previous change.
24377
24378 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24379
24380 * unexsunos4.c: Remove file, system not supported anymore.
24381
24382 * m/mips.h:
24383 * m/intel386.h:
24384 * callproc.c:
24385 * config.in:
24386 * ecrt0.c:
24387 * emacs.c:
24388 * fileio.c:
24389 * frame.c:
24390 * getpagesize.h:
24391 * keyboard.c:
24392 * lread.c:
24393 * process.c:
24394 * puresize.h:
24395 * sysdep.c:
24396 * systty.h:
24397 * syswait.h:
24398 * unexec.c:
24399 * xdisp.c:
24400 * alloc.c: Remove code containing references to symbols defined by
24401 unsupported systems.
24402
24403 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24404
24405 * coding.c (detect_coding_mask): Fix previous change.
24406
24407 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24408
24409 * coding.c (detect_coding_iso2022): New arg
24410 latin_extra_code_state. Allow Latin extra codes only
24411 when *latin_extra_code_state is nonzero.
24412 (detect_coding_mask): If there is a NULL byte, detect the encoding
24413 as UTF-16 or binary. If Latin extra codes exist, detect the
24414 encoding as ISO-2022 only when there's no other proper encoding is
24415 found.
24416
24417 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24418
24419 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24420 #ifdef MAC_OS.
24421
24422 2008-01-08 Richard Stallman <rms@gnu.org>
24423
24424 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24425
24426 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24427
24428 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24429 menu bar in parentheses.
24430
24431 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24432
24433 * m/7300.h:
24434 * m/acorn.h:
24435 * m/alliant-2800.h:
24436 * m/alliant.h:
24437 * m/alliant1.h:
24438 * m/alliant4.h:
24439 * m/altos.h:
24440 * m/amdahl.h:
24441 * m/apollo.h:
24442 * m/att3b.h:
24443 * m/aviion-intel.h:
24444 * m/aviion.h:
24445 * m/celerity.h:
24446 * m/clipper.h:
24447 * m/cnvrgnt.h:
24448 * m/convex.h:
24449 * m/cydra5.h:
24450 * m/delta88k.h:
24451 * m/dpx2.h:
24452 * m/dual.h:
24453 * m/elxsi.h:
24454 * m/f301.h:
24455 * m/gould-np1.h:
24456 * m/gould.h:
24457 * m/i860.h:
24458 * m/ibmps2-aix.h:
24459 * m/ibmrt-aix.h:
24460 * m/ibmrt.h:
24461 * m/irist.h:
24462 * m/is386.h:
24463 * m/isi-ov.h:
24464 * m/mega68.h:
24465 * m/mg1.h:
24466 * m/news-r6.h:
24467 * m/news-risc.h:
24468 * m/news.h:
24469 * m/nh3000.h:
24470 * m/nh4000.h:
24471 * m/ns16000.h:
24472 * m/ns32000.h:
24473 * m/nu.h:
24474 * m/orion.h:
24475 * m/orion105.h:
24476 * m/paragon.h:
24477 * m/pfa50.h:
24478 * m/plexus.h:
24479 * m/pyramid.h:
24480 * m/pyrmips.h:
24481 * m/sh3el.h:
24482 * m/sps7.h:
24483 * m/sr2k.h:
24484 * m/stride.h:
24485 * m/sun1.h:
24486 * m/sun2.h:
24487 * m/sun3-68881.h:
24488 * m/sun3-fpa.h:
24489 * m/sun3-soft.h:
24490 * m/sun3.h:
24491 * m/sun386.h:
24492 * m/symmetry.h:
24493 * m/tad68k.h:
24494 * m/tahoe.h:
24495 * m/targon31.h:
24496 * m/tek4300.h:
24497 * m/tekxd88.h:
24498 * m/tower32.h:
24499 * m/tower32v3.h:
24500 * m/ustation.h:
24501 * m/wicat.h:
24502 * m/xps100.h:
24503 * s/cxux.h:
24504 * s/cxux7.h:
24505 * s/dgux.h:
24506 * s/dgux4.h:
24507 * s/dgux5-4-3.h:
24508 * s/dgux5-4r2.h:
24509 * s/esix.h:
24510 * s/esix5r4.h:
24511 * s/hiuxmpp.h:
24512 * s/hiuxwe2.h:
24513 * s/iris3-5.h:
24514 * s/iris3-6.h:
24515 * s/isc2-2.h:
24516 * s/isc3-0.h:
24517 * s/isc4-0.h:
24518 * s/isc4-1.h:
24519 * s/newsos5.h:
24520 * s/newsos6.h:
24521 * s/osf1.h:
24522 * s/osf5-0.h:
24523 * s/riscix1-1.h:
24524 * s/riscix12.h:
24525 * s/sco4.h:
24526 * s/sco5.h:
24527 * s/sunos4-0.h:
24528 * s/sunos4-1.h:
24529 * s/sunos413.h:
24530 * s/sunos4shr.h:
24531 * s/umax.h:
24532 * s/unipl5-2.h:
24533 * s/xenix.h:
24534 * cxux-crt0.s:
24535 * unexapollo.c:
24536 * unexconvex.c:
24537 * unexenix.c:
24538 * unexsni.c: Remove files for systems no longer supported.
24539
24540 * m/intel386.h: Remove references to unsupported systems.
24541
24542 * w32.c (get_emacs_configuration): Remove reference to i860.
24543
24544 * sysdep.c: Remove dead code.
24545
24546 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24547
24548 * s/rtu.h:
24549 * m/masscomp.h: Remove files. Platform is obsolete.
24550
24551 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24552
24553 * dbusbind.c (Fdbus_method_return): New function.
24554 (xd_read_message): Add the serial number to the event.
24555 (Fdbus_register_method): Activate the function.
24556
24557 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24558
24559 * keyboard.c (read_key_sequence): Fix typo.
24560
24561 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24562
24563 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24564 (xd_signature, xd_append_arg): Handle element type detection for
24565 empty arrays.
24566 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24567 SDATA () calls; this must be solved more general.
24568 (Fdbus_register_signal): Use SBYTES instead of strlen.
24569
24570 2008-01-03 Magnus Henoch <magnus@zemdatav>
24571
24572 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24573 unsigned int for byte values (necessary for big-endian platform).
24574 (Fdbus_call_method): Handle the case of no returned arguments.
24575
24576 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24577
24578 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24579
24580 2007-12-31 Magnus Henoch <mange@freemail.hu>
24581
24582 * dbusbind.c (xd_signature): Signature of variant is just "v".
24583
24584 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24585
24586 * dbusbind.c: Fix several errors and compiler warnings.
24587 Reported by Tom Tromey <tromey@redhat.com>.
24588 (XD_ERROR, XD_DEBUG_MESSAGE)
24589 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24590 (xd_append_arg): Part for basic D-Bus types rewritten.
24591 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24592 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24593 appropriate.
24594 (xd_read_message): Return Qnil. Don't signal an error; it is not
24595 useful during event reading.
24596 (Fdbus_register_signal): Signal an error if the check for
24597 FUNCTIONP fails.
24598 (Fdbus_register_method): New function. The implementation is not
24599 complete, the call of the function signals an error therefore.
24600 (Fdbus_unregister_object): New function, renamed from
24601 Fdbus_unregister_signal. The initial check signals an error, if
24602 the object is not well formed.
24603
24604 2007-12-30 Richard Stallman <rms@gnu.org>
24605
24606 * textprop.c (get_char_property_and_overlay):
24607 Signal error if POSITION is out of range in a buffer.
24608
24609 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24610
24611 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24612 because the original parameters are in pure storage now.
24613
24614 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24615
24616 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24617
24618 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24619
24620 * callint.c (syms_of_callint) <command-history>: Add reference to
24621 history-length in the doc string.
24622
24623 2007-12-17 Jason Rumney <jasonr@gnu.org>
24624
24625 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24626 before passing as wParam.
24627
24628 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24629
24630 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24631 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24632 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24633 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24634 as number.
24635 (Fdbus_call_method): Fix docstring.
24636
24637 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24638
24639 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24640 New macros.
24641 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24642 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24643 Simplify.
24644 (xd_signature): New function.
24645 (xd_append_arg): Compute also signatures. Major rewrite.
24646 (xd_retrieve_arg): Make debug messages friendly.
24647 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24648 Check for signatures of arguments.
24649
24650 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24651
24652 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24653 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24654 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24655 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24656 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24657 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24658 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24659 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24660 (xd_retrieve_value): Remove. Functionality included in ...
24661 (xd_append_arg): New function.
24662 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24663
24664 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24665
24666 * dbusbind.c (top): Include <stdio.h>.
24667 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24668 dbus_message_new_method_call and dbus_message_new_signal.
24669 (Fdbus_register_signal): Rename unique_name to uname.
24670 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24671 non-existing unique name. Fix typos in matching rule. Return an
24672 object which is useful in Fdbus_unregister_signal.
24673 (Fdbus_unregister_signal): Reimplementation, in order to remove
24674 only the corresponding entry.
24675 (Vdbus_registered_functions_table): Change the order of entries.
24676 Apply these changes in xd_read_message and Fdbus_register_signal.
24677
24678 2007-12-16 Andreas Schwab <schwab@suse.de>
24679
24680 * fileio.c (Finsert_file_contents): Fix overflow check to not
24681 depend on undefined integer overflow.
24682
24683 2007-12-14 Jason Rumney <jasonr@gnu.org>
24684
24685 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24686 for characters above 127.
24687
24688 2007-12-13 Jason Rumney <jasonr@gnu.org>
24689
24690 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24691 before dereferencing array.
24692 (lookup_vk_code): Remove zero comparison.
24693
24694 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24695
24696 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24697 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24698 Use `unsigned int' instead of `uint'.
24699 (xd_read_message, Fdbus_register_signal): Split expressions into
24700 multiple lines before operators "&&" and "||", according to the
24701 GNU Coding Standards.
24702
24703 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24704
24705 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24706
24707 2007-12-12 Juri Linkov <juri@jurta.org>
24708
24709 * buffer.c (Frename_buffer): In interactive spec replace
24710 `read-buffer' with `read-string' that uses `buffer-name-history'
24711 as history, and the current buffer's name as default.
24712
24713 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24716 manipulating the backtrace manually.
24717 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24718 (struct backtrace, backtrace_list): Remove.
24719 (command_loop_1): Remove dead var `no_direct'.
24720
24721 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24722 preserve non-built-in buffer-local variables.
24723 (Fkill_all_local_variables): Don't re-create&re-set permanent
24724 buffer-local variables.
24725
24726 2007-12-09 Juri Linkov <juri@jurta.org>
24727
24728 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24729 Lisp code that uses `read-buffer' with current buffer as default.
24730
24731 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24732
24733 * dbusbind.c (xd_read_message): Generate an event for every
24734 registered handler. There might be several handlers registered
24735 for the same signal.
24736 (Fdbus_register_signal): Don't overwrite a registration for the
24737 same signal. Add a new registration if handlers are different.
24738 (Vdbus_registered_functions_table): Rework doc string.
24739
24740 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24741
24742 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24743 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24744 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24745 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24746 Unify argument lists.
24747 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24748 arguments and hash table keys. Use unique name for service.
24749 (Fdbus_unregister_signal): Remove checks.
24750 (Vdbus_registered_functions_table): Fix doc string.
24751
24752 2007-12-05 Magnus Henoch <mange@freemail.hu>
24753
24754 * process.c (make_process): Initialize pty_flag to 0.
24755
24756 2007-12-05 Jason Rumney <jasonr@gnu.org>
24757
24758 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24759 specified XBMs.
24760
24761 2007-12-05 Richard Stallman <rms@gnu.org>
24762
24763 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24764
24765 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24766
24767 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24768 New variable.
24769 (mac_try_close_socket) [MAC_OSX]: New function.
24770 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24771 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24772
24773 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24774 Use mac_try_close_socket.
24775
24776 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24777
24778 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24779 reloc_base.
24780 (copy_dysymtab): Compute relocation base here.
24781 (rebase_reloc_address) [__ppc64__]: New function.
24782 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24783 changed.
24784
24785 2007-12-05 Jason Rumney <jasonr@gnu.org>
24786
24787 * w32proc.c (sys_spawnve): Quote args with wildcards.
24788
24789 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24790
24791 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24792 __objc_* sections.
24793 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24794
24795 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24796
24797 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24798 Move check for Vdbus_registered_functions_table to
24799 xd_read_queued_messages.
24800 (xd_read_queued_messages): Protect xd_read_message calls by
24801 internal_condition_case_1.
24802
24803 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24804
24805 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24806 Qdbus_system_bus and Qdbus_session_bus, respectively.
24807 (Vdbus_intern_symbols): Remove.
24808 (Vdbus_registered_functions_table): New hash table.
24809 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24810 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24811 Rewrite in order to manage registered functions by hash table
24812 Vdbus_registered_functions_table.
24813
24814 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24815
24816 * xterm.c: Update URL to Window Manager Specification in comment.
24817
24818 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24819
24820 * config.in (HAVE_DBUS): Add.
24821
24822 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24823 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24824 (obj): Add $(DBUS_OBJ).
24825 (LIBES): Add $(DBUS_LIBS).
24826 (dbusbind.o): New target.
24827
24828 * dbusbind.c: New file.
24829
24830 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24831
24832 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24833 (Qdbus_event): New Lisp symbol.
24834 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24835 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24836 (keys_of_keyboard): Define dbus-event.
24837
24838 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24839
24840 2007-12-01 Richard Stallman <rms@gnu.org>
24841
24842 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24843
24844 2007-11-30 Jason Rumney <jasonr@gnu.org>
24845
24846 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24847 (w32con_reset_terminal_modes): Clear screen buffer.
24848 (w32_face_attributes): Don't use color indexes that are out of range.
24849 Only reverse the default colors.
24850
24851 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24852 WINDOWSNT.
24853
24854 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24855
24856 2007-11-29 Jason Rumney <jasonr@gnu.org>
24857
24858 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24859 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24860 if the terminal colors are initialized.
24861 (unspecified_fg, unspecified_bg): Remove unused declarations.
24862
24863 2007-11-29 Andreas Schwab <schwab@suse.de>
24864
24865 * keyboard.c (apply_modifiers): Fix typo.
24866
24867 2007-11-29 Richard Stallman <rms@gnu.org>
24868
24869 * keymap.c (Fcurrent_local_map): Doc fix.
24870
24871 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24872
24873 * s/gnu-kfreebsd.h: New file.
24874
24875 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24876
24877 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24878 Don't cast redundantly.
24879
24880 * keyboard.c (KEY_TO_CHAR): New macro.
24881 (parse_modifiers, apply_modifiers): Accept integer arguments.
24882 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24883 for chars and symbol keys.
24884 After doing such remapping, apply function-key-map again.
24885
24886 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24887
24888 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24889 compiled anymore.
24890
24891 2007-11-26 Andreas Schwab <schwab@suse.de>
24892
24893 * process.c (list_processes_1): Fix indentation level of the
24894 command column.
24895
24896 2007-11-23 Andreas Schwab <schwab@suse.de>
24897
24898 * editfns.c (Fformat): Handle %c specially since it requires the
24899 argument to be of type int.
24900
24901 2007-11-23 Markus Triska <markus.triska@gmx.at>
24902
24903 * emacs.c (main): Call init_editfns before init_process, since
24904 init_process sets Vprocess_connection_type depending on OS release.
24905
24906 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24907
24908 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24909 (find_symbol_value): Use do_symval_forwarding.
24910
24911 * data.c (set_internal): Set the value in the `cons-cell' (for
24912 Buffer_Local_values) not only for frame-local variables.
24913
24914 2007-11-22 Andreas Schwab <schwab@suse.de>
24915
24916 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24917 values to sprintf.
24918 * keymap.c (Fsingle_key_description): Likewise.
24919 * print.c (print_object): Likewise.
24920
24921 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24922
24923 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24924 file for image is nil.
24925
24926 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24927
24928 * term.c: Include stdarg.h.
24929 (fatal): Implement using varargs.
24930 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24931
24932 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24933
24934 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24935 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24936 Update call to buffer_slot_type_mismatch.
24937 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24938 (buffer_slot_type_mismatch): Update.
24939 * buffer.c (buffer_local_types): Remove.
24940 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24941 (defvar_per_buffer): Set the type in the buffer_objfwd.
24942
24943 2007-11-21 Jason Rumney <jasonr@gnu.org>
24944
24945 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24946 CreateFileMapping returns NULL on failure.
24947
24948 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24949
24950 * search.c (Fset_match_data): Remove the `evaporate' feature.
24951 (unwind_set_match_data): Don't use the `evaporate' feature.
24952
24953 2007-11-21 Jason Rumney <jasonr@gnu.org>
24954
24955 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24956
24957 * w32console.c (w32con_write_glyphs): Remove unused variables.
24958
24959 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24960
24961 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24962
24963 * s/darwin.h (MULTI_KBOARD): Remove.
24964
24965 * macfns.c (x_create_tip_frame, Fx_create_frame)
24966 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24967
24968 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24969
24970 * buffer.c (Fbuffer_local_value): Remove redundant test.
24971 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24972 than in `current-buffer' to match the comment.
24973 Do the swap using swap_in_global_binding.
24974
24975 * data.c (store_symval_forwarding, set_internal):
24976 * eval.c (specbind): Remove dead code.
24977
24978 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24979 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24980 Since we do not want to see internal Lisp_*fwd objects here.
24981
24982 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24983
24984 * sysdep.c (init_system_name): Use getaddrinfo if available.
24985
24986 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24987 (x_scroll_bar_note_movement): start, end, with, height in struct
24988 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24989
24990 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24991
24992 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24993
24994 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24995
24996 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24997 This undoes Richard's change of 14-Oct-2002.
24998
24999 * alloc.c (allocate_other_vector):
25000 * lisp.h (allocate_other_vector): Remove.
25001
25002 * window.c (struct save_window_data): Move non-lisp data to the end
25003 and make it `int' rather than Lisp_Object.
25004 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
25005 Done wrap/unwrap integer values.
25006 (Fset_window_configuration, compare_window_configurations):
25007 Update use of fields to their new types.
25008
25009 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
25010 Turn integer fields into `int'. Merge x_window_low and x_window_high.
25011 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
25012 (SET_SCROLL_BAR_X_WINDOW): Remove.
25013 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
25014 Access the new x_window field directly.
25015 * xterm.c (x_scroll_bar_create): Use a pseudovector.
25016 Don't wrap/unwrap integers into Lisp_Objects.
25017 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
25018 (x_scroll_bar_report_motion):
25019 Don't wrap/unwrap integers into Lisp_Objects.
25020 (x_term_init): Use SDATA.
25021 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
25022 (x_scroll_bar_set_handle, x_scroll_bar_remove)
25023 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
25024 (x_scroll_bar_report_motion, x_scroll_bar_clear):
25025 * xfns.c (x_set_background_color):
25026 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
25027 Access the new x_window field directly.
25028
25029 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
25030 (allocate_pseudovector): Make non-static.
25031
25032 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
25033 (allocate_pseudovector): Declare.
25034 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
25035
25036 2007-11-15 Andreas Schwab <schwab@suse.de>
25037
25038 * editfns.c (Fformat): Correctly format EMACS_INT values.
25039 Also take precision into account when formatting an integer.
25040
25041 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
25042
25043 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
25044
25045 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
25046 (syms_of_keyboard): Defsubr it.
25047
25048 * data.c (swap_in_global_binding): Fix longstanding bug where
25049 store_symval_forwarding was not called with the right second argument,
25050 thus causing objfwd-ing from being dropped.
25051
25052 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25053
25054 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
25055 (Fx_display_pixel_height, Fx_display_planes)
25056 (Fx_display_color_cells, Fx_server_max_request_size)
25057 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25058 (Fx_display_visual_class, Fx_display_save_under):
25059 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
25060 (Fx_display_pixel_height, Fx_display_planes)
25061 (Fx_display_color_cells, Fx_server_max_request_size)
25062 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
25063 (Fx_display_mm_height, Fx_display_mm_width)
25064 (Fx_display_backing_store, Fx_display_visual_class)
25065 (Fw32_select_font, Fx_display_save_under):
25066 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
25067 (Fx_display_pixel_height, Fx_display_planes)
25068 (Fx_display_color_cells, Fx_server_max_request_size)
25069 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25070 (Fx_display_save_under): Fix typos in docstrings.
25071
25072 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25073
25074 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
25075 corresponding to deleted entries; they are an implementation detail.
25076 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
25077 Remove variables.
25078 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
25079 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
25080 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
25081 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
25082 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
25083 (Fw32_define_rgb_color, Fw32_load_color_file)
25084 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
25085 Fix typos in docstrings.
25086 (Fx_server_version): Reflow docstring.
25087 (Fw32_shell_execute): Doc fixes.
25088
25089 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
25090
25091 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
25092 if w32_parse_hot_key returned nil.
25093
25094 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
25095
25096 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
25097
25098 2007-11-09 Jason Rumney <jasonr@gnu.org>
25099
25100 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
25101
25102 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
25103
25104 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
25105 Remove W32_SCROLL_BAR_CLICK_EVENT.
25106
25107 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25108 Add MULTIMEDIA_KEY_EVENT.
25109
25110 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25111 (lispy_multimedia_keys) [WINDOWSNT]: New array.
25112 (make_lispy_event) [WINDOWSNT]: Use it to translate
25113 MULTIMEDIA_KEY_EVENT.
25114
25115 * w32term.h (WM_APPCOMMAND): Define if not already.
25116 (GET_APPCOMMAND_LPARAM): Likewise.
25117
25118 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25119 WM_APPCOMMAND.
25120
25121 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25122 (syms_of_w32fns): Export and initialize it.
25123 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25124
25125 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
25126
25127 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25128 twice.
25129
25130 * xdisp.c (handle_face_prop): Fix last change.
25131
25132 2007-11-09 Richard Stallman <rms@gnu.org>
25133
25134 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25135 not just for after-strings and before-strings.
25136 Call face_for_overlay_string and pass the overlay to it.
25137 (handle_display_prop): Determine whether property came from an overlay.
25138 Pass OVERLAY arg to handle_single_display_spec.
25139 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25140 (load_overlay_strings): Fill in it->string_overlays.
25141 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25142
25143 * xfaces.c (face_for_overlay_string): Function renamed from
25144 face_at_buffer_position_no_overlays, and add arg OVERLAY.
25145
25146 * dispextern.h (struct it): New elt string_overlays.
25147 New elt from_overlay, also in stack.
25148 Rearrange a few elements.
25149 (face_for_overlay_string): Decl renamed from
25150 face_at_buffer_position_no_overlays, and add argument.
25151
25152 2007-11-09 Richard Stallman <rms@gnu.org>
25153
25154 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25155 to get the base face for an overlay string.
25156
25157 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25158
25159 * xfaces.c (face_at_buffer_position_no_overlays): New function.
25160
25161 * xdisp.c (handle_stop): Move some code out of loop.
25162
25163 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25164
25165 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25166 Fix conversion from Lisp object to ATSUFontID.
25167
25168 2007-11-09 Jason Rumney <jasonr@gnu.org>
25169
25170 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25171
25172 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25173
25174 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25175 Don't assume regions are aligned to page boundary.
25176 (print_load_command_name): Add LC_UUID if defined.
25177
25178 2007-11-09 Richard Stallman <rms@gnu.org>
25179
25180 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25181
25182 2007-11-07 Jason Rumney <jasonr@gnu.org>
25183
25184 * s/windows95.h: Remove.
25185
25186 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
25187
25188 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25189 abort with a message on unhandled store_type values.
25190
25191 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
25192
25193 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25194 Remove HAVE_X11R5 and HAVE_X11R4.
25195
25196 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25197
25198 * Makefile.in: Remove references to sunfns.c and sunfns.o.
25199
25200 2007-11-01 Johan Bockgård <bojohan@gnu.org>
25201
25202 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25203 Don't set s->stippled_p here, since it has already been set by
25204 x_set_glyph_string_gc from x_draw_glyph_string.
25205
25206 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25207
25208 * sunfns.c: Remove file.
25209
25210 * m/sun386.h:
25211 * m/sun2.h:
25212 * m/sparc.h: Remove Sun windows code.
25213
25214 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25215
25216 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25217 (init_keyboard): Set current_kboard's window-system to nil.
25218 (tty_read_avail_input): Typo.
25219 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25220
25221 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25222
25223 * s/usg5-4.h:
25224 * s/usg5-3.h:
25225 * s/ptx.h:
25226 * m/is386.h:
25227 * m/ibmps2-aix.h:
25228 * Makefile.in: Remove all mentions of X10.
25229
25230 * dispnew.c (syms_of_display): Don't mention version 10.
25231
25232 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
25233
25234 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25235 ($(BLD)/abbrev.$(O)): Remove.
25236
25237 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25238
25239 Rewrite abbrev.c in Elisp.
25240 * image.c (Qcount): Don't declare as extern.
25241 (syms_of_image): Initialize and staticpro `Qcount'.
25242 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25243 * emacs.c (main): Don't call syms_of_abbrev.
25244 * Makefile.in (obj): Remove abbrev.o.
25245 (abbrev.o): Remove.
25246 * abbrev.c: Remove.
25247
25248 2007-10-26 Martin Rudalics <rudalics@gmx.at>
25249
25250 * window.c (window_min_size_2): Don't count header-line.
25251
25252 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25253
25254 * frame.h (struct frame): Move all bit fields after the first bit
25255 field to take advantage of the available space. Group all the
25256 chars together to reduce wasted space due to padding.
25257
25258 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
25259
25260 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25261
25262 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25263 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25264 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25265 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25266 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25267 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25268 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25269 (last_marked, mark_object_loop_halt): Make static.
25270
25271 * frame.c (syms_of_frame) <delete-frame-functions>:
25272 Fix typo in docstring.
25273
25274 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
25275
25276 * w32.c (init_environment): Fix tiny memory leak.
25277 (w32_get_resource): Remove unused variable `ok'.
25278
25279 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25280
25281 Make `window-system' into a keyboard-local variable (rather than
25282 frame-local as done originally by multi-tty).
25283
25284 * keyboard.h (struct kboard): Add Vwindow_system.
25285 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25286 (mark_kboards): Mark Vwindow_system.
25287
25288 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25289 (init_display): Don't set the obsolete `window-system' frame-param.
25290
25291 * xterm.c (x_term_init):
25292 * w32term.c (w32_create_terminal):
25293 * term.c (init_tty): Set Vwindow_system.
25294 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25295 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25296
25297 * xfns.c (Fx_create_frame, x_create_tip_frame):
25298 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25299 * macfns.c (Fx_create_frame):
25300 Don't set the obsolete `window-system' frame-param.
25301
25302 * frame.h (Qwindow_system): Remove.
25303 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25304 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25305
25306 2007-10-24 Richard Stallman <rms@gnu.org>
25307
25308 * frame.c (x_figure_window_size): For fullscreen case,
25309 set USPosition | PPosition without clobbering rest of window_prompting.
25310
25311 * keyboard.c (Fcurrent_idle_time): Doc fix.
25312
25313 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25314
25315 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25316
25317 * process.c (unwind_request_sigio): Only define if __ultrix__.
25318
25319 * callproc.c (child_setup): Remove spurious *.
25320
25321 * lisp.h (Fget_text_property): Declare.
25322 (have_menus_p): Declare it here rather than in sys-dep header files.
25323 * macterm.h (have_menus_p):
25324 * msdos.h (have_menus_p):
25325 * xterm.h (have_menus_p): Remove.
25326
25327 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25328 (Fmake_variable_frame_local): Just check the variable's const-ness
25329 rather than checking nil or t.
25330
25331 2007-10-22 Jason Rumney <jasonr@gnu.org>
25332
25333 * w32fns.c: Include math.h.
25334 (w32_abort): Declaration moved to nt/config.nt.
25335
25336 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25337 (abort): Redefinition moved to nt/config.nt.
25338
25339 * m/windowsnt.h: Remove.
25340
25341 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
25342
25343 * emacs.c (Fdump_emacs): Fix typo in message.
25344 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25345 <installation-directory>: Reflow docstring.
25346
25347 2007-10-22 Juri Linkov <juri@jurta.org>
25348
25349 * minibuf.c: Allow minibuffer default to be a list of default values.
25350 With empty input use the first element of this list as returned default.
25351 (string_to_object)
25352 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25353 (read_minibuf): If defalt is cons, set histstring to its car.
25354 (Fread_string): If default_value is cons, set val to its car.
25355 (Fread_buffer): If def is cons, use its car.
25356 (Fcompleting_read): If defalt is cons, set val to its car.
25357
25358 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
25359
25360 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25361
25362 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
25363
25364 * doc.c (Fdocumentation): Check for advice in all cases.
25365
25366 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
25367
25368 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25369
25370 2007-10-19 Richard Stallman <rms@gnu.org>
25371
25372 * doc.c (Fdocumentation): Check for and handle an advised function.
25373
25374 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
25375
25376 * process.c (Fset_process_filter): Doc fix.
25377
25378 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25379
25380 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25381 which caused key-translation-map to applied repeatedly (thus breaking
25382 double-mode).
25383
25384 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25385
25386 * xselect.c (x_own_selection, x_handle_selection_clear)
25387 (x_clear_frame_selections):
25388 * w32menu.c (list_of_panes, list_of_items):
25389 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25390 * textprop.c (validate_plist, interval_has_all_properties)
25391 (interval_has_some_properties, interval_has_some_properties_list)
25392 (add_properties, text_property_list):
25393 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25394 * minibuf.c (Fassoc_string):
25395 * macselect.c (x_own_selection, x_clear_frame_selections)
25396 (Fx_disown_selection_internal):
25397 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25398 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25399
25400 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
25401
25402 * process.c: Link to libs for calling res_init() if available.
25403 (Fmake_network_process): Call res_init() before getaddrinfo or
25404 gethostbyname, if possible.
25405
25406 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25407
25408 * lread.c (read1): Set pvectype for char_tables.
25409
25410 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25411 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25412 Add type checks.
25413 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25414
25415 * alloc.c (free_misc): Use XMISCTYPE.
25416 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25417
25418 2007-10-17 Glenn Morris <rgm@gnu.org>
25419
25420 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25421 (syms_of_minibuf): Add Qcompletion_ignore_case.
25422 * dired.c (Qcompletion_ignore_case): Change to external.
25423 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25424 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25425 (Fread_file_name): Use it rather than intern'ing.
25426
25427 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25428 (Fread_coding_system): Ignore case of user input.
25429
25430 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25431
25432 * xdisp.c (handle_display_prop): Ignore display specs after
25433 replacing one when string text is being replaced.
25434 (handle_single_display_spec): Pretend as if characters with display
25435 property haven't been consumed only when buffer text is being replaced.
25436
25437 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25438
25439 * xfns.c (Fx_create_frame, Fx_display_list):
25440 * window.c (window_fixed_size_p, enlarge_window)
25441 (shrink_window_lowest_first):
25442 * macterm.c (init_font_name_table):
25443 * macfns.c (Fx_create_frame, Fx_display_list):
25444 * lread.c (close_load_descs):
25445 * keyboard.c (read_char_x_menu_prompt):
25446 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25447 * coding.c (code_convert_region_unwind): Test the type of an object
25448 rather than just !NILP before extracting data from it.
25449
25450 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25451
25452 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25453 (XMISCANY): New macro.
25454 (XMISCTYPE): Use it.
25455 (struct Lisp_Misc_Any): New type.
25456 (union Lisp_Misc): Use it.
25457 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25458 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25459 (find_symbol_value, set_internal, default_value, Fset_default)
25460 (Fmake_variable_buffer_local, Fmake_local_variable)
25461 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25462 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25463 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25464 * alloc.c (allocate_buffer): Set the size and tag.
25465 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25466 Use XMISCANY.
25467 (die): Follow the GNU convention for error messages.
25468 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25469 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25470 tag any more.
25471 (set_buffer_internal_1):
25472 * frame.c (store_frame_param):
25473 * eval.c (specbind):
25474 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25475
25476 * doc.c (Fsnarf_documentation): Simplify.
25477
25478 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25479
25480 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25481 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25482
25483 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25484
25485 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25486
25487 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25488
25489 * eval.c (do_autoload): Don't save autoloads.
25490
25491 * data.c (Ffset): Save autoload of the function being set.
25492
25493 2007-10-07 John Paul Wallington <jpw@pobox.com>
25494
25495 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25496 parameter before setting up faces.
25497
25498 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25499
25500 * ccl.c (Fregister_code_conversion_map):
25501 * keyboard.c (append_tool_bar_item): Reformat last change.
25502
25503 * lisp.h (eabs): Rename from `abs'. All callers changed.
25504
25505 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25506
25507 * buffer.c (add_overlay_mod_hooklist):
25508 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25509 * fontset.c (make_fontset):
25510 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25511 (append_tool_bar_item):
25512 * macmenu.c (grow_menu_items):
25513 * w32menu.c (grow_menu_items):
25514 * xmenu.c (grow_menu_items): Use larger_vector.
25515
25516 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25517
25518 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25519 selected frame'' on MSDOS).
25520
25521 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25522
25523 * frame.c (Qexplicit_name): New variable.
25524 (x_report_frame_params): Report it in parameter alist.
25525 (syms_of_frame): Intern and staticpro it.
25526
25527 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25528
25529 * macfns.c (x_create_tip_frame): Set terminal for frame.
25530
25531 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25532
25533 * frame.c (Qenvironment): Remove.
25534 (syms_of_frame) <Qenvironment>: Don't initialize.
25535 (Fdelete_frame): Don't treat the `environment' param specially.
25536 * frame.h (Qenvironment): Don't declare.
25537 * callproc.c (set_initial_environment): Don't set unused frame param.
25538
25539 * frame.c (Fframe_with_environment): Remove.
25540 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25541
25542 * lisp.h (Fframe_with_environment): Don't declare.
25543
25544 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25545
25546 * indent.c (indent_tabs_mode, last_known_column)
25547 (last_known_column_modified): Make static.
25548 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25549
25550 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25551
25552 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25553
25554 2007-10-09 Jason Rumney <jasonr@gnu.org>
25555
25556 * w32term.c (x_set_window_size): Disable code that attempts to tell
25557 Lisp code about a size change before it actually happens.
25558
25559 2007-10-09 Richard Stallman <rms@gnu.org>
25560
25561 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25562 return HANDLED_RETURN.
25563
25564 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25565
25566 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25567 when there's an unread command event.
25568
25569 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25570 window autoselection act appropriately when leaving selected frame.
25571 (syms_of_frame): Initialize focus_follows_mouse.
25572 * frame.h (focus_follows_mouse): Extern it.
25573 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25574 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25575 * msdos.c (dos_rawgetc): Likewise.
25576 * w32term.c (w32_read_socket): Likewise.
25577 * xterm.c (handle_one_xevent): Likewise.
25578 * xdisp.c (syms_of_xdisp): In doc-string of
25579 mouse-autoselect-window mention focus-follows-mouse.
25580
25581 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25582
25583 * macterm.c (mac_load_query_font): Fix missing return value.
25584 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25585 Add BLOCK_INPUT.
25586
25587 2007-10-08 Richard Stallman <rms@gnu.org>
25588
25589 * xdisp.c (get_window_cursor_type): Implement documented behavior
25590 for cursor-in-non-selected-windows = t.
25591
25592 2007-10-08 Jason Rumney <jasonr@gnu.org>
25593
25594 * w32.c (w32_get_resource): Always close registry keys.
25595
25596 2007-10-08 Jason Rumney <jasonr@gnu.org>
25597
25598 * makefile.w32-in (LIBS): Add COMCTL32.
25599
25600 * w32fns.c (globals_of_w32fns): Init common controls.
25601
25602 2007-10-08 Richard Stallman <rms@gnu.org>
25603
25604 * image.c (our_memory_buffer): Rename from omfib_buffer.
25605
25606 2007-10-08 Richard Stallman <rms@gnu.org>
25607
25608 * buffer.c (Foverlays_at): Doc fix.
25609
25610 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25611
25612 * fns.c (Fplist_put): Preserve uneven tail data.
25613
25614 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25615
25616 * termhooks.h (enum event_kind): Remove trailing comma.
25617
25618 * frame.h (enum): Remove trailing comma.
25619
25620 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25621
25622 * w32proc.c (delete_child): Don't terminate threads of zombies.
25623
25624 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25625
25626 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25627
25628 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25629 last-repeatable-command.
25630 (init_kboard): Initialize Vlast_repeatable_command.
25631 (command_loop_1): Set it to real_this_command unless that was
25632 bound to an input event.
25633 (mark_kboards): Mark it.
25634
25635 2007-10-08 Richard Stallman <rms@gnu.org>
25636
25637 * eval.c (condition-case): Doc fix.
25638
25639 2007-10-08 Masatake YAMATO <jet@gyve.org>
25640
25641 * xfaces.c (tty_supports_face_attributes_p): Fix code
25642 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25643 was copied and not edited.
25644
25645 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25646
25647 Add new `input-decode-map' keymap and use it for terminal
25648 escape sequences.
25649 * keyboard.h (struct kboard): Add Vinput_decode_map.
25650 Remove Vlocal_key_translation_map.
25651 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25652 (init_kboard): Init input-decode-map.
25653 Replace local-key-translation-map back with key-translation-map.
25654 (syms_of_keyboard): Declare input-decode-map.
25655 Remove local-key-translation-map. Update docstrings.
25656 (mark_kboards): Mark Vinput_decode_map.
25657 Don't mark Vlocal_key_translation_map.
25658 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25659 Replace local-key-translation-map back with key-translation-map.
25660 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25661 Bind in input-decode-map rather than function-key-map.
25662
25663 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25664 This was made redundant by the previous introduction of XSETPVECTYPE.
25665
25666 2007-10-09 Richard Stallman <rms@gnu.org>
25667
25668 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25669
25670 2007-09-29 Richard Stallman <rms@gnu.org>
25671
25672 * eval.c (internal_condition_case_2, internal_condition_case_1)
25673 (internal_condition_case): Reenable abort if x_catching_errors ()
25674 to see if that really happens and why.
25675
25676 2007-10-06 Andreas Schwab <schwab@suse.de>
25677
25678 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25679
25680 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25681
25682 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25683
25684 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25685
25686 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25687
25688 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25689
25690 * window.h (struct window):
25691 * window.c (struct save_window_data, struct saved_window):
25692 * termhooks.h (struct terminal):
25693 * process.h (struct Lisp_Process):
25694 * frame.h (struct frame):
25695 * buffer.h (struct buffer):
25696 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25697 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25698 The size field of (pseudo)vectors is now unsigned.
25699 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25700
25701 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25702 Turn `count' into an integer.
25703
25704 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25705 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25706 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25707 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25708 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25709
25710 * alloc.c (allocate_pseudovector): New fun.
25711 (ALLOCATE_PSEUDOVECTOR): New macro.
25712 (allocate_window, allocate_terminal, allocate_frame)
25713 (allocate_process): Use it.
25714 (mark_vectorlike): New function.
25715 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25716 (mark_terminals): Use it.
25717 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25718 (Fmake_byte_code): Use XSETPVECTYPE.
25719
25720 * frame.c (Fframe_parameters): Minor simplification.
25721
25722 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25723
25724 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25725
25726 * buffer.c (Fget_buffer_create, init_buffer_once):
25727 * lread.c (defsubr):
25728 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25729
25730 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25731 defined differently in the m/*.h files.
25732 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25733 (XSETPVECTYPE): New macro.
25734 (XSETPSEUDOVECTOR): Use it.
25735
25736 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25737 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25738
25739 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25740 * lread.c (defvar_per_buffer):
25741 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25742
25743 * window.c (candidate_window_p): Only consider as visible frames that
25744 are on the same terminal.
25745
25746 * m/ibms390x.h (MARKBIT): Remove unused macro.
25747
25748 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25749
25750 * lread.c (Fload): Fix typo in docstring.
25751
25752 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25753
25754 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25755 of a non-zero value can't yield zero.
25756
25757 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * term.c (term_clear_mouse_face, term_mouse_highlight)
25760 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25761
25762 * print.c (safe_debug_print): Use XHASH.
25763
25764 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25765 Lisp elements such as tags.
25766 (XHASH): New macro.
25767 (EQ): Use it.
25768 (SREF, SSET, STRING_COPYIN): Use SDATA.
25769 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25770
25771 * alloc.c (mark_terminal): Remove left-over declaration.
25772 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25773 (allocate_vectorlike): Remove type argument. Adjust callers.
25774 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25775 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25776
25777 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25778 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25779 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25780 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25781 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25782 Use them.
25783
25784 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25785 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25786 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25787
25788 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25789
25790 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25791 loaded by default.
25792
25793 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25794
25795 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25796 on this tty.
25797 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25798
25799 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25800 Update all users.
25801 (handle_one_term_event): Use Gpm_DrawPointer.
25802 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25803 Signal errors instead of returning nil. Always return nil.
25804 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25805 Make it a noop if gpm-mouse was not activated.
25806 (syms_of_term): Update names.
25807
25808 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25809
25810 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25811 (init_sys_modes): Check that gpm_tty is the current tty.
25812
25813 * alloc.c (allocate_terminal): Set the vector size to only count the
25814 lisp fields. Initialize those to nil.
25815 (mark_object): Don't treat terminals specially.
25816 (mark_terminal): Remove.
25817 (mark_terminals): Use mark_object instead.
25818
25819 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25820 the GC to the beginning.
25821
25822 * indent.h:
25823 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25824
25825 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25826
25827 2007-09-25 Jason Rumney <jasonr@gnu.org>
25828
25829 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25830
25831 * w32console.c (create_w32cons_output): Remove.
25832
25833 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25834
25835 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25836 (reset_sys_modes): Use reset_terminal_modes_hook.
25837
25838 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25839
25840 * eval.c (do_autoload): Don't output any message.
25841
25842 2007-09-24 Juri Linkov <juri@jurta.org>
25843
25844 * emacs.c (standard_args): Change priority of "--no-splash"
25845 from 40 to 3. Add "--no-desktop" with the same priority.
25846
25847 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25848
25849 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25850 and optimize the case where they are all 1.
25851
25852 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25853
25854 * lisp.h (abs): Define if not defined.
25855 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25856 Don't define `abs', since it's defined in lisp.h.
25857
25858 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25859
25860 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25861 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25862 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25863 (init_tty): Use DEV_TTY instead of "/dev/tty".
25864 [WINDOWSNT]: No need to protect from NAME arg being null.
25865
25866 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25867
25868 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25869 up the tty state.
25870
25871 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25872
25873 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25874 (gpm_tty): Change its type.
25875 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25876 (gpm_tty): Change its type and initialize it.
25877 (Fterm_open_connection): Check the frame is indeed a tty.
25878 Use the new gpm_tty.
25879 (Fterm_close_connection): Use the new gpm_tty.
25880 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25881 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25882
25883 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25884
25885 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25886 underline_color, to draw strike-through.
25887
25888 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25889
25890 * lisp.h (allocate_terminal): Declare.
25891
25892 * window.c (candidate_window_p): Consider frames that are being placed
25893 by the user as somewhere between visible and iconified.
25894 (window_loop): Prefer windows on the current frame.
25895 (Fselect_window): Move the use of select-frame to the beginning so we
25896 can just delegate all the work (it'll call us back anyway).
25897
25898 * frame.c (Qdisplay_environment_variable):
25899 * frame.h (Qdisplay_environment_variable): Delete.
25900
25901 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25902 of the first arg, since that value may be a union.
25903
25904 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25905 parameter rather than Qdisplay_environment_variable. If all else
25906 fails, look for DISPLAY in initial-environment.
25907
25908 2007-09-21 Glenn Morris <rgm@gnu.org>
25909
25910 * Makefile.in (emacstool): Remove target.
25911 (lisp, shortlisp): Remove termdev.elc.
25912
25913 2007-09-21 Markus Triska <markus.triska@gmx.at>
25914
25915 * xterm.c (x_delete_display): Compile session management conditionally.
25916
25917 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25918
25919 * callproc.c (getenv_internal_1): New function.
25920 (getenv_internal): Use it.
25921 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25922
25923 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25924 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25925 (Fset_terminal_parameter): Work with dead terminals as well.
25926 (Fmodify_terminal_parameters): Remove.
25927
25928 * terminal.c (get_terminal): Handle terminals.
25929 Make sure the terminal returned is live.
25930 (create_terminal): Use allocate_terminal.
25931 (mark_terminals): Move to alloc.c.
25932 (delete_terminal): Use terminal->name as liveness status.
25933 NULL out fields after freeing their contents.
25934 Don't deallocate the object.
25935 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25936 rather than an int.
25937 (Fterminal_live_p): Accept non-integer arguments.
25938 (Fterminal_list): Return terminal objects rather than an ints.
25939
25940 * alloc.c (enum mem_type): New member for `terminal' objects.
25941 (allocate_terminal): New function.
25942 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25943 Handle terminals.
25944 (mark_terminal): New fun.
25945 (mark_terminals): Move from terminal.c.
25946
25947 * term.c (get_tty_terminal): Don't treat output_initial specially.
25948 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25949 (delete_tty): Use terminal->name as liveness status.
25950
25951 * termhooks.h (struct terminal): Make it into a pseudovector.
25952 Remove `deleted' replaced by checking `name's nullness.
25953
25954 * print.c (print_object): Handle terminals.
25955
25956 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25957 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25958
25959 * frame.c (make_terminal_frame):
25960 * keyboard.c (tty_read_avail_input):
25961 * w32term.c (x_delete_terminal):
25962 * xfns.c (Fx_create_frame, x_create_tip_frame):
25963 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25964
25965 2007-09-20 Glenn Morris <rgm@gnu.org>
25966
25967 * process.c (Fmake_network_process): Doc fix.
25968
25969 2007-09-19 Jason Rumney <jasonr@gnu.org>
25970
25971 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25972
25973 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25974
25975 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25976 Fix a C warning regarding variable constness.
25977
25978 * xterm.c (handle_one_xevent): Fix a C warning.
25979
25980 2007-09-18 Jason Rumney <jasonr@gnu.org>
25981
25982 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25983
25984 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25985
25986 * gtkutil.c (gdpy_def): New variable.
25987 (xg_initialize): Initialize gdpy_def.
25988 (xg_display_close): If no other display exists, set gdpy_def to a
25989 new connection.
25990
25991 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25992
25993 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25994 when we have no file name for the icon.
25995 (xg_tool_bar_expose_callback): Remove.
25996 (xg_create_tool_bar): Don't connect expose signal to
25997 xg_tool_bar_expose_callback.
25998 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25999
26000 2007-09-16 Andreas Schwab <schwab@suse.de>
26001
26002 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
26003 values instead of zapping them.
26004
26005 2007-09-14 Glenn Morris <rgm@gnu.org>
26006
26007 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
26008 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
26009 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
26010 scope and rename to omfib_buffer for clarity.
26011 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
26012
26013 2007-09-14 Kenichi Handa <handa@m17n.org>
26014
26015 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
26016
26017 2007-09-13 Jason Rumney <jasonr@gnu.org>
26018
26019 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
26020
26021 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
26022
26023 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
26024 (mac_term_init): Call here instead, passing rif.
26025
26026 2007-09-13 Glenn Morris <rgm@gnu.org>
26027
26028 * s/hpux.h: No longer define `static' as nothing.
26029
26030 2007-09-13 Johan Bockgård <bojohan@gnu.org>
26031
26032 * callint.c (Fcall_interactively): Remove unused var `fun'.
26033
26034 2007-09-12 Romain Francoise <romain@orebokech.com>
26035
26036 * window.c (prefer_window_split_horizontally, display_buffer):
26037 Revert 2007-09-08 change.
26038
26039 2007-09-12 Glenn Morris <rgm@gnu.org>
26040
26041 * alloca.c: Remove file.
26042 * Makefile.in (alloca): Do not undef.
26043 (allocaobj, alloca.o): Remove.
26044 (otherobj): Remove allocaobj.
26045 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
26046 * regex.c (C_ALLOCA): Remove all references and code that was only
26047 used when this was defined.
26048 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
26049 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
26050 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
26051
26052 * Makefile.in (SOURCES, unlock, relock): Delete.
26053
26054 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
26055 (menu_grab_callback): All uses changed.
26056
26057 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
26058 (x_reply_selection_request): All uses changed.
26059
26060 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
26061
26062 * lread.c (load_warn_old_style_backquotes): Change message to look
26063 better when it appears in the middle of byte-compiler messages.
26064
26065 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
26066
26067 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
26068
26069 * xterm.c (x_create_terminal): Add comment.
26070
26071 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
26072
26073 2007-09-10 Richard Stallman <rms@gnu.org>
26074
26075 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
26076
26077 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
26078
26079 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
26080 (DEFUN): Document `intspec', use it instead of `prompt'.
26081
26082 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
26083
26084 * data.c (Finteractive_form): If the interactive specification starts
26085 with a `(', use it as a Lisp form.
26086
26087 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
26088 name and file modes.
26089
26090 * callint.c (Fcall_interactively): Comment fixes.
26091
26092 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
26093
26094 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
26095 and compiled functions.
26096
26097 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
26098
26099 * window.c (prefer_window_split_horizontally): New variable.
26100 (display_buffer): Consider splitting window horizontally depending
26101 on prefer_window_split_horizontally.
26102
26103 2007-09-08 Eli Zaretskii <eliz@gnu.org>
26104
26105 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26106
26107 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26108
26109 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26110
26111 * frame.c (x_set_frame_parameters): Check number is positive before
26112 using XFASTINT.
26113
26114 * window.c (freeze_window_start): Don't presume selected_window holds
26115 a window object.
26116 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26117
26118 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
26119
26120 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26121
26122 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26123
26124 * window.c (Vsplit_window_preferred_function): New var.
26125 (Fdisplay_buffer): Use it.
26126 (syms_of_window): Export, and initialize it.
26127
26128 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
26129
26130 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26131
26132 2007-09-06 Glenn Morris <rgm@gnu.org>
26133
26134 * gtkutil.c (menu_grab_callback) <cnt>:
26135 * xselect.c (x_reply_selection_request) <cnt>: Move static
26136 variable to file scope.
26137
26138 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26139
26140 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26141 consistent values of selected_frame and selected_window.
26142
26143 2007-09-04 Jason Rumney <jasonr@gnu.org>
26144
26145 * w32console.c (initialize_w32_display): Zero unused hooks.
26146
26147 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26148
26149 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26150 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26151
26152 2007-09-04 Jason Rumney <jasonr@gnu.org>
26153
26154 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26155 in w32console.c. Set up input. Remove XXX comments that have been
26156 confirmed as correct.
26157
26158 * s/ms-w32.h (MULTI_KBOARD): Define.
26159
26160 * w32console.c (one_and_only_w32cons): Remove.
26161 (initialize_w32_display): Take terminal argument.
26162
26163 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26164 initialize_w32_display.
26165 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26166
26167 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26168
26169 * keyboard.c (discard_mouse_events): Discard it.
26170 (make_lispy_event): Translate it to a lisp event.
26171 (lispy_wheel_names): Add wheel-left and right events.
26172 (syms_of_keyboard): Enlarge wheel_syms.
26173
26174 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26175 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26176
26177 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26178
26179 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26180 from WM_MOUSEHWHEEL.
26181 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26182
26183 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26184 terminal.
26185
26186 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26187 keyboard for the terminal.
26188
26189 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26190
26191 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26192 (Vresume_tty_hook): Rename from Vresume_tty_functions.
26193 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26194 and resume-tty-function to resume-tty-hook.
26195 (Fsuspend_tty, Fresume_tty): Use new names.
26196
26197 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
26198
26199 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26200 if it starts with "n:".
26201
26202 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26203
26204 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26205
26206 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26207
26208 * frame.h:
26209 * frame.c (Qterm_environment_variable): Remove.
26210 (syms_of_frame): Don't init and staticpro it.
26211
26212 * callproc.c (getenv_internal): Remove special case for $TERM.
26213
26214 * callproc.c (Vinitial_environment): New variable.
26215 (set_initial_environment): Initialize it.
26216 (syms_of_callproc): Declare it.
26217 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26218 TERM under which a process runs is never related to the TERM in which
26219 Emacs is running.
26220
26221 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26222
26223 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26224 * s/darwin.h: ... do it here.
26225
26226 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26227
26228 * lisp.h (set_initial_environment): Rename from set_global_environment.
26229
26230 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26231 removed by mistake on the multi-tty branch.
26232
26233 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26234 (Fmodify_frame_parameters): Return a value.
26235
26236 * image.c (png_load): Comment-out var only used in commented-out code.
26237
26238 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26239 before passing it to mark_object.
26240
26241 * xfaces.c (internal_resolve_face_name): Return a value.
26242 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26243
26244 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26245 (x_icon): Comment-out var only used in commented-out code.
26246
26247 2007-08-29 Romain Francoise <romain@orebokech.com>
26248
26249 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26250 QUIT hasn't been provided.
26251
26252 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26253
26254 * callproc.c (child_setup, getenv_internal): Use the
26255 display-environment-variable and term-environment-variable frame params.
26256 (set_initial_environment): Initialise Vprocess_environment.
26257
26258 * config.in: Disable multi-keyboard support on a mac.
26259
26260 * frame.c (Qterm_environment_variable)
26261 (Qdisplay_environment_variable): New variables.
26262 (syms_of_frame): Intern and staticpro them.
26263 (Fmake_terminal_frame): Disable output method test.
26264
26265 * frame.h: Declare them here.
26266
26267 * macfns.c (x_set_mouse_color): Get rif from the frame.
26268 (x_set_tool_bar_lines): Don't use updating_frame.
26269 (mac_window): Add 2 new parameters for consistency with other systems.
26270 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26271 frame parameters following what is done in X11 and w32. Don't use
26272 FRAME_MAC_DISPLAY_INFO.
26273 (Fx_open_connection, start_hourglass): Remove window-system check.
26274 (x_create_tip_frame): Get the keyboard from the terminal.
26275
26276 * macmenu.c: Reorder includes.
26277 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26278
26279 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26280 terminal parameter.
26281 (x_clear_frame): Add a frame parameter.
26282 (note_mouse_movement): Get rif from the frame.
26283 (mac_term_init): Initialize the terminal.
26284 (mac_initialize): Make static and move terminal initialization ...
26285 (mac_create_terminal): ... to this new function.
26286
26287 * macterm.h (struct mac_display_info): Add terminal.
26288 (mac_initialize): Delete declaration.
26289
26290 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26291
26292 * sysdep.c: Comment out text after #endif.
26293
26294 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26295 is defined. Better initialize ttys in windows. Use terminal
26296 specific mouse_position_hook.
26297
26298 * termhooks.h (union display_info): Add mac_display_info.
26299
26300 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26301 Set the default minibuffer frame, window_system and the rest of the
26302 frame parameters following what is done in X11.
26303
26304 * w32term.c (w32_initialize): Make static.
26305
26306 * xselect.c (x_handle_selection_clear): Only access
26307 terminal->kboard when MULTI_KBOARD is defined.
26308
26309 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26310 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26311
26312 2007-08-29 Jason Rumney <jasonr@gnu.org>
26313
26314 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26315 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26316
26317 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26318 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26319
26320 * keyboard.c (restore_kboard_configuration): Only define when
26321 MULTI_KBOARD defined.
26322
26323 * makefile.w32-in: Update dependancies from Makefile.in.
26324 (OBJ1): Add terminal.$(O)
26325
26326 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26327 Don't define function body.
26328 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26329
26330 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26331
26332 * w32.c (request_sigio, unrequest_sigio): Remove.
26333
26334 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26335 (w32con_clear_frame, w32con_clear_end_of_line)
26336 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26337 (w32con_delete_glyphs, w32con_set_terminal_window)
26338 (scroll_line, w32_sys_ring_bell): Add frame arg.
26339 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26340 Add terminal arg.
26341 (PICK_FRAME): Remove.
26342 (w32con_write_glyphs): Use frame specific terminal coding.
26343 (one_and_only_w32cons): New global variable.
26344 (initialize_w32_display): Use it for storing hooks.
26345 (create_w32cons_output): New function.
26346
26347 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26348 arg a frame.
26349
26350 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26351 Set window_system.
26352 (x_set_tool_bar_lines): Don't use updating_frame.
26353 (Fx_create_frame): Set terminal and ref count.
26354 (Fx_open_connection): Remove window-system check.
26355
26356 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26357
26358 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26359 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26360 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26361 Add frame arg.
26362 (x_delete_terminal, w32_create_terminal): New functions.
26363 (w32_term_init): Create a terminal.
26364 (w32_initialize): Move terminal specific initialization to
26365 w32_create_terminal.
26366
26367 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26368 (w32_clear_rect, w32_clear_area): Use background from frame.
26369 (w32_display_info): Add terminal.
26370 (w32_sys_ring_bell, x_delete_display): Declare here.
26371
26372 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26373
26374 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26375
26376 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26377
26378 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26379 Fix get_named_tty calls for the controlling tty.
26380
26381 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26382
26383 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26384
26385 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26386
26387 * term.c (tty_insert_glyphs): Add missing first parameter.
26388
26389 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26390
26391 * buffer.c (Fbuffer_list, Fbury_buffer):
26392 Take frame->buried_buffer_list into account.
26393
26394 * cm.c (current_tty): New variable, for cmputc().
26395 (cmputc): Use it.
26396 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26397 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26398 (cmgoto): Add tty parameter. Pass it on to calccost().
26399 Use emacs_tputs() instead of tputs().
26400
26401 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26402 tputs().
26403 (current_tty): New variable, for cmputc().
26404 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26405
26406 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26407 (internal_condition_case, internal_condition_case_1)
26408 (internal_condition_case_2): Don't abort when x_catching_errors.
26409
26410 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26411 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26412 prevent crashes caused by bogus longjmps in read_char.
26413
26414 * keymap.h (Fset_keymap_parent): Add EXFUN.
26415
26416 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26417 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26418 Remove redundant definition.
26419
26420 * macfns.c (x_set_mouse_color, x_make_gc):
26421 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26422
26423 * w32term.c (x_free_frame_resources):
26424 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26425 (w32_initialize): Use the accessor macros for terminal characteristics.
26426
26427 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26428 Use the accessor macros for terminal characteristics.
26429 * msdos.c (internal_terminal_init): Use the accessor macros for
26430 terminal characteristics.
26431 (ScreenVisualBell, internal_terminal_init):
26432 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26433
26434 * termopts.h (no_redraw_on_reenter): Declare.
26435
26436 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26437 (mark_terminals, mark_ttys): Declare.
26438 (Fgarbage_collect): Call them.
26439 (mark_object): Mark buried_buffer_list.
26440
26441 * prefix-args.c: Include stdlib.h for exit.
26442
26443 * syssignal.h: Add comment.
26444
26445 * indent.c: Include stdio.h.
26446
26447 * window.h (Vinitial_window_system): Declare.
26448 (Vwindow_system): Delete declaration.
26449
26450 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26451
26452 * image.c (lookup_image): Don't initialize `c' until the xasserts
26453 have been run.
26454
26455 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26456 FRAME_FOREGROUND_PIXEL.
26457
26458 * print.c (print_preprocess): Don't lose print_depth levels while
26459 iterating.
26460
26461 * widget.c (update_from_various_frame_slots):
26462 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26463
26464 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26465 frames.
26466 (window_internal_height): Remove bogus make_number call.
26467 (init_window_once): Call make_terminal_frame with two zero parameters.
26468
26469 * fileio.c (Fread_file_name): Update comment.
26470
26471 * callint.c (Fcall_interactively):
26472 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26473 Make sure it is correctly unwound.
26474
26475 * xsmfns.c (x_session_close): New function.
26476
26477 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26478 Delete declarations.
26479
26480 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26481 (x_output): Remove background_pixel and foreground_pixel fields.
26482 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26483 (x_delete_device, x_session_close): Declare.
26484
26485 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26486 (read_filtered_event): Call `read_char' with a local
26487 `wrong_kboard_jmpbuf'.
26488
26489 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26490 Don't call single_kboard_state. Use FRAME_RIF.
26491
26492 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26493 systems.
26494
26495 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26496 (Fframe_with_environment, Fset_input_meta_mode)
26497 (Fset_quit_char): EXFUN.
26498 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26499 (init_sys_modes, reset_sys_modes): Update prototypes.
26500 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26501
26502 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26503 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26504 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26505 Delete declarations.
26506 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26507 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26508 New declarations.
26509
26510 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26511 already does that during init_display(). Call syms_of_keymap
26512 before syms_of_keyboard. Call `syms_of_terminal'.
26513 Call set_initial_environment, not set_process_environment.
26514 (shut_down_emacs): Call reset_all_sys_modes() instead of
26515 reset_sys_modes().
26516
26517 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26518 (internal_resolve_face_name, resolve_face_name_error): New functions.
26519 (resolve_face_name): Protect against loops and errors thrown by Fget.
26520 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26521 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26522
26523 * scroll.c: Replace CURTTY() with local variables throughout the
26524 file (where applicable).
26525 (calculate_scrolling, calculate_direct_scrolling)
26526 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26527 characteristics.
26528
26529 * keymap.c (Vfunction_key_map): Remove.
26530 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26531 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26532 (Vkey_translation_map): Remove.
26533 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26534 (Fdescribe_buffer_bindings)
26535 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26536 Update for terminal-local key-translation-map.
26537
26538 * Makefile.in (callproc.o): Update dependencies.
26539 (lisp, shortlisp): Add termdev.elc.
26540 (obj): Add terminal.o.
26541 (terminal.o): Add dependencies.
26542 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26543 (data.o, fns.o): Add termhooks.h dependency.
26544 (SOME_MACHINE_LISP): Add dnd.elc.
26545 (minibuf.o): Fix typo.
26546 Update dependencies.
26547
26548 * data.c (do_symval_forwarding, store_symval_forwarding)
26549 (find_symbol_value): Use the selected frame's keyboard, not
26550 current_kboard.
26551
26552 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26553 Vwindow_system.
26554
26555 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26556 Fmenu_bar_open.
26557 (syms_of_xmenu): Update defsubr.
26558 (mouse_position_for_popup, Fx_popup_menu)
26559 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26560 (set_frame_menubar, free_frame_menubar)
26561 (create_and_show_popup_menu, xmenu_show)
26562 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26563 an X frame.
26564
26565 * xselect.c (x_own_selection): Abort if not an X frame.
26566 (some_frame_on_display): Check if it is an X frame.
26567 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26568
26569 * coding.c: Include frame.h and termhooks.h.
26570 (terminal_coding, keyboard_coding): Delete.
26571 (Fset_terminal_coding_system_internal)
26572 (Fset_keyboard_coding_system_internal)
26573 (Fkeyboard_coding_system)
26574 (Fterminal_coding_system): Add a terminal parameter.
26575 Get terminal_coding from the terminal.
26576 (init_coding_once): Don't call setup_coding_system here.
26577
26578 * dispextern.h (set_scroll_region, turn_off_insert)
26579 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26580 (tty_clear_end_of_line, tty_setup_colors)
26581 (delete_tty, updating_frame)
26582 (produce_special_glyphs, produce_glyphs, write_glyphs)
26583 (insert_glyphs): Remove.
26584 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26585 (tty_turn_off_highlight, get_tty_size): Add declaration.
26586 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26587
26588 * frame.h (enum output_method): Add output_initial.
26589 (struct x_output): Delete.
26590 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26591 Access foreground_pixel and background_pixel directly from the frame.
26592 (tty_display): Delete.
26593 (struct frame): Add buried_buffer_list, foreground_pixel,
26594 background_pixel and terminal. Delete kboard.
26595 (union output_data): Add tty.
26596 (FRAME_KBOARD): Get the kboard from the terminal.
26597 (FRAME_INITIAL_P): New macro.
26598 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26599 (Qterm_environment_variable, Qdisplay_environment_variable)
26600 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26601 New declarations.
26602
26603 * termchar.h (tty_output, tty_display_info): New structures.
26604 (tty_list): Declare.
26605 (FRAME_TTY, CURTTY): New macros.
26606 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26607 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26608 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26609 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26610
26611 * callproc.c: Include frame.h and termhooks.h, for terminal
26612 parameters.
26613 (add_env): New function.
26614 (child_setup): Use it.
26615 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26616 (getenv_internal): Fix get_terminal_param call.
26617 (Fgetenv_internal, egetenv): Update doc.
26618 (syms_of_callproc): Initialize Vprocess_environment to nil.
26619 Register and initialize them. Remove obsolete defvars. Update doc
26620 strings.
26621 (child_setup): Handle Vlocal_environment_variables.
26622 (getenv_internal): Add terminal parameter.
26623 Handle Vlocal_environment_variables.
26624 (Fgetenv_internal): Add terminal parameter.
26625 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26626 environment in a frame (not terminal) parameter. Update doc strings.
26627 (set_initial_environment): Rename from set_global_environment.
26628 Store Emacs environment in initial frame parameter.
26629
26630 * xdisp.c (redisplay_internal): Update references to
26631 `previous_terminal_frame'.
26632 (display_mode_line, Fformat_mode_line): Replace calls to
26633 `push_frame_kboard' with `push_kboard'.
26634 (get_glyph_string_clip_rects): Add extra parentheses and
26635 braces to prevent compiler warnings.
26636 (calc_pixel_width_or_height): Add xassert to check that the
26637 frame is alive. Don't call `lookup_image' on a termcap frame.
26638 (message2_nolog, message3_nolog, redisplay_internal)
26639 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26640 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26641 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26642 (Fx_display_pixel_width, Fx_display_pixel_height)
26643 (Fx_display_planes, Fx_display_color_cells)
26644 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26645 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26646 (Fx_display_backing_store, Fx_display_visual_class)
26647 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26648 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26649
26650 * xfns.c (x_set_foreground_color x_set_background_color)
26651 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26652 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26653 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26654 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26655 terminal that is being deleted.
26656 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26657 frame parameter, and make sure it overrides any user-supplied setting.
26658 (Fx_close_connection, Fx_synchronize): Unify argument names with
26659 the rest of the DEFUNs.
26660
26661 * dispnew.c (Fsend_string_to_terminal): Update call to
26662 `get_tty_terminal'.
26663 (Fredraw_frame, Fsend_string_to_terminal)
26664 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26665 FRAME_TERMCAP_P and FRAME_TTY.
26666 (window_change_signal): Don't believe width/height values that are
26667 impossibly small.
26668 (Vinitial_window_system): Rename from Vwindow_system.
26669 (termscript, Wcm, rif): Delete.
26670
26671 * termhooks.h (struct terminal): New struct containing the
26672 previously global text display hooks and new members NAME,
26673 DELETED and PARAM_ALIST.
26674 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26675 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26676 (FRAME_RIF): New macros.
26677 (get_terminal_param, get_device): New declarations.
26678 (termscript): Delete declaration.
26679
26680 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26681 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26682 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26683 FRAME_FOREGROUND_PIXEL.
26684 (x_fully_uncatch_errors): Disable definition.
26685 (x_scroll_bar_expose): Fix reference to foreground pixel.
26686 (XTread_socket): Disable loop on all X displays.
26687 (x_delete_terminal): Don't set terminal->deleted and let
26688 delete_terminal delete the frames on the terminal.
26689 (x_delete_display): Doc update to reflect changes in
26690 delete_terminal.
26691 (x_display_info) <terminal>: Move member earlier in the struct.
26692 (deleting_tty): Remove old variable.
26693 (Fsuspend_tty): Call clear_tty_hooks.
26694 (Fresume_tty, init_tty): Call set_tty_hooks.
26695 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26696 errors on X frames.
26697 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26698 (handle_one_xevent): Initialize `f' to NULL.
26699 (x_delete_terminal, x_create_terminal): New functions.
26700 (XTset_terminal_modes, XTreset_terminal_modes)
26701 (XTread_socket, x_connection_closed, x_term_init)
26702 (x_term_init, x_delete_display): Add terminal parameter.
26703 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26704 X connections.
26705
26706 * frame.c: Include termchar.h.
26707 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26708 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26709 (Qdisplay_environment_variable): New vars.
26710 (Fframep): Deal with output_initial.
26711 (Fframe-live-p): Doc fix.
26712 (Fwindow-system): New function.
26713 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26714 (make_terminal_frame): Don't create frames on a terminal that is
26715 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26716 (store_frame_param): Check for found_for_frame before calling XFRAME.
26717 (Fmake_terminal_frame): Handle NULL tty names correctly.
26718 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26719 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26720 frames to refer to a deleted frame in their 'environment parameter.
26721 (Fframe_with_environment): New function.
26722 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26723 (get_future_frame_param): New function.
26724 (Fmake_terminal_frame): Use it.
26725 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26726
26727 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26728 * sysdep.c (reset_sys_modes): Update for renames.
26729
26730 * keyboard.c (tty_read_avail_input): New function.
26731 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26732 (syms_of_keyboard): Defsubr them.
26733 (Fset_input_meta_mode, Fset_quit_char): New functions.
26734 (Fset_input_mode): Split to above functions.
26735 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26736 parameter. Use it in call to `read_char'.
26737 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26738 Set wrong_kboard_jmpbuf correctly in recursive calls.
26739 Use current_kboard to access Vkeyboard_translate_table.
26740 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26741 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26742 Update longjmp invocations. Remember the original current_kboard,
26743 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26744 changes it. Comment out unnecessary calls to
26745 `record_single_kboard_state' and `any_kboard_state'.
26746 Update recursive calls.
26747 (wrong_kboard_jmpbuf): Remove global variable.
26748 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26749 Handle deleted interrupted_kboards correctly; that is a legal
26750 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26751 and read_char calls. Abort if interrupted_kboard died in read_char.
26752 (any_kboard_state, single_kboard_state)
26753 (push_frame_kboard): Remove function.
26754 (pop_kboard): Switch out of single_kboard mode if the kboard has
26755 been deleted. Remove unused variable. Help debugging by not
26756 changing current_kboard unnecessarily. Set current_kboard to the
26757 kboard of the selected frame when the stored kboard object has
26758 been deleted before pop_kboard.
26759 (temporarily_switch_to_single_kboard): Change first parameter to a
26760 frame pointer. Throw an error when caller wants to change kboards
26761 while in single_kboard mode. Don't push_kboard if we weren't in
26762 single kboard state. Don't pop_kboard if we popped into any
26763 kboard state.
26764 (restore_kboard_configuration): Abort if pop_kboard changed the
26765 kboard in single_kboard mode. Call pop_kboard only after setting
26766 up single_kboard mode.
26767 (Frecursive_edit): Switch to single_kboard mode only in nested
26768 command loops.
26769 (cmd_error, command_loop, command_loop_1, timer_check):
26770 Comment out unnecessary call to `any_kboard_state' and
26771 `record_single_kboard_state'.
26772 (delete_kboard): Exit single_kboard mode if we have just deleted
26773 that kboard. Use FRAME_KBOARD.
26774 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26775 `fatal_error_signal'.
26776 (record_single_kboard_state): Don't push_kboard if we weren't in
26777 single kboard state. Don't pop_kboard if we popped into any
26778 kboard state.
26779 (push_frame_kboard): Rename to push_kboard.
26780 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26781 (read_avail_input): Read input from all terminals.
26782 (mark_kboards): Also mark Vkeyboard_translate_table.
26783 (kbd_buffer_store_event_hold): Simplify condition.
26784 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26785 (Vkeyboard_translate_table): Move to struct kboard.
26786 (init_kboard): Initialize Vkeyboard_translate_table.
26787 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26788 Vkeyboard_translate_table. Update doc strings. Update docs of
26789 local-function-key-map and function-key-map.
26790
26791 * terminal.c: New file.
26792
26793 * term.c: Include errno.h.
26794 (Vring_bell_function, device_list, initial_device)
26795 (next_device_id, ring_bell, update_begin, update_end)
26796 (set_terminal_window, cursor_to, raw_cursor_to)
26797 (clear_to_end, clear_frame, clear_end_of_line)
26798 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26799 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26800 (syms_of_term): Move their initialization to terminal.c.
26801 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26802 (Ftty_display_color_cells)
26803 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26804 (clear_tty_hooks, set_tty_hooks)
26805 (init_tty, maybe_fatal): New functions.
26806 (Ftty_type): Return nil if terminal is not on a tty instead of
26807 throwing an error. Doc update.
26808 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26809 Doc update. Initialize new subrs and variables.
26810 (delete_tty): Use terminal->deleted.
26811 (tty_set_terminal_modes): Rename from set_terminal_modes.
26812 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26813 (set_scroll_region): Rename to `tty_set_scroll_region'.
26814 (turn_on_insert): Rename to `tty_turn_on_insert'.
26815 (turn_off_insert): Rename to `tty_turn_off_insert'.
26816 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26817 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26818 (toggle_highligh): Rename to `tty_toggle_highlight'.
26819 (background_highlight): Rename to `tty_background_highlight'.
26820 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26821 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26822 (tty_set_scroll_region, tty_background_highlight)
26823 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26824 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26825 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26826 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26827 Add static modifier.
26828 (tty_reset_terminal_modes, tty_set_terminal_window)
26829 (tty_set_scroll_region, tty_background_highlight)
26830 (tty_highlight_if_desired, tty_cursor_to)
26831 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26832 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26833 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26834 renames.
26835
26836 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26837
26838 * keyboard.c: Qrtl is new.
26839 (parse_tool_bar_item): Handle :rtl keyword.
26840 (syms_of_keyboard): Intern :rtl keyword.
26841
26842 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26843
26844 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26845 so no Lisp code is executed.
26846 (file_for_image, find_rtl_image): New functions.
26847 (xg_get_image_for_pixmap): Use file_for_image.
26848 (update_frame_tool_bar): If direction is RTL, use RTL image if
26849 defined. Use Gtk stock images if defined.
26850
26851 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26852
26853 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26854 for nonexistent or zero-width glyph in composition glyph.
26855
26856 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26857
26858 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26859
26860 * xdisp.c (Finvisible_p): New function.
26861 (syms_of_xdisp): defsubr it.
26862
26863 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26864
26865 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26866 Doc fixes.
26867
26868 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26869
26870 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26871
26872 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26873
26874 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26875 whether decoding has modified buffer contents.
26876
26877 2007-08-24 Jason Rumney <jasonr@gnu.org>
26878
26879 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26880 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26881 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26882 (init_svg_functions) [HAVE_NTGUI]: New function.
26883 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26884 (svg_load_image): Use them.
26885 (svg_load_image) [HAVE_NTGUI]: Implement background.
26886
26887 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26888
26889 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26890 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26891 (LIBX): Remove @RSVG_LIBS@.
26892 (LIBES): Add $(RSVG_LIBS).
26893
26894 * image.c (svg_load_image): Blend with specified background if exists.
26895 Use IMAGE_BACKGROUND. Add Mac OS Support.
26896
26897 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26898 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26899 Remove macros.
26900 [MAC_OSX] (socket_callback): Do nothing.
26901 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26902 ReceiveNextEvent.
26903 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26904 socket_callback.
26905 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26906
26907 2007-08-22 Glenn Morris <rgm@gnu.org>
26908
26909 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26910
26911 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26912
26913 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26914
26915 * image.c: Add support for SVG images. Some additional comments
26916 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26917 (svg_image_p): New function to test for SVG image.
26918 (svg_load): New function to load SVG image.
26919 (svg_load_image): New function, helper for svg_load.
26920 (Qsvg): New Lisp_object.
26921 (svg_keyword_index): New enum.
26922 (svg_format): New static `image_keyword' struct.
26923 (svg_type): New static `image_type' struct.
26924 (librsvg/rsvg.h): Include it.
26925
26926 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26927
26928 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26929
26930 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26931
26932 * lread.c (Qold_style_backquotes): New var.
26933 (syms_of_lread): Init and staticpro it.
26934 (load_warn_old_style_backquotes): New fun.
26935 (Fload): Use them to warn about old style backquotes.
26936 (end_of_file_error, Fload): Remove unused vars.
26937
26938 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26939
26940 * lread.c (Vold_style_backquotes): New var.
26941 (syms_of_lread): Init and export it to Elisp.
26942 (read1): Set it when we find an old-style (back)quote.
26943
26944 2007-08-22 Jason Rumney <jasonr@gnu.org>
26945
26946 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26947
26948 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26949
26950 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26951
26952 2007-08-19 Richard Stallman <rms@gnu.org>
26953
26954 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26955
26956 2007-08-19 Andreas Schwab <schwab@suse.de>
26957
26958 * alloc.c (pure): Round PURESIZE up.
26959
26960 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26961
26962 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26963 active frame.
26964
26965 2007-08-16 Richard Stallman <rms@gnu.org>
26966
26967 * eval.c (Fcommandp): Add parens to clarify.
26968
26969 * minibuf.c (Fall_completions): Use enum for type of table.
26970
26971 * emacs.c (USAGE2): Improve text.
26972
26973 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26974
26975 * term.c (tty_default_color_capabilities): Declare static
26976 variables in file scope, to avoid HPUX compiler problem.
26977
26978 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26979
26980 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26981 to gtk_toolbar_insert.
26982
26983 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26984
26985 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26986
26987 * insdel.c (reset_var_on_error): New fun.
26988 (signal_before_change, signal_after_change):
26989 Use it to reset (after|before)-change-functions to nil in case of error.
26990 Bind inhibit-modification-hooks to t.
26991 Don't bind (after|before)-change-functions to nil while they run.
26992
26993 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26994
26995 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26996 filling pixmap with stippled background.
26997
26998 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26999
27000 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
27001 Don't use invisible frame as parent window for repositioning.
27002
27003 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
27004
27005 * print.c (new_backquote_output): Rename from old_backquote_output.
27006 (print): Inverse its logic (according to its name) so as to match the
27007 behavior of new_backquote_flag in lread.c.
27008
27009 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27010
27011 * gmalloc.c (posix_memalign): New function.
27012
27013 * macterm.c (frame_highlight, frame_unhighlight): Don't call
27014 ActivateControl/DeactivateControl here.
27015 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
27016 frame-notice-user-settings is non-nil.
27017 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
27018 for kEventParamFMFontStyle.
27019 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
27020 mac_pass_command_to_system and mac_pass_control_to_system here.
27021 (XTread_socket): Call ActivateControl/DeactivateControl here.
27022 (XTread_socket) [TARGET_API_MAC_CARBON]:
27023 Check mac_pass_command_to_system and mac_pass_control_to_system here.
27024 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
27025 for window repositioning.
27026
27027 2007-08-08 Glenn Morris <rgm@gnu.org>
27028
27029 * Replace `iff' in doc-strings and comments.
27030
27031 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
27032
27033 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
27034
27035 2007-08-07 Martin Rudalics <rudalics@gmx.at>
27036
27037 * fileio.c (Finsert_file_contents): Run format-decode and
27038 after_insert_file_functions on entire buffer when REPLACE is
27039 non-nil and inhibit modification_hooks and point_motion_hooks.
27040 For consistency, run after_insert_file_functions iff something
27041 got inserted. Move signal_after_change and update_compositions
27042 after code running after_insert_file_functions. Make sure that
27043 undo_list doesn't record intermediate steps of the decoding process.
27044
27045 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27046
27047 * emacs.c (main)
27048 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
27049 Call malloc_enable_thread on interactive startup.
27050
27051 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
27052 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
27053 [USE_PTHREAD]: Conditionalize with it.
27054 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
27055 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
27056 New functions.
27057
27058 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
27059
27060 * xdisp.c (redisplay_window): When restoring original buffer
27061 position, make sure it is still valid.
27062
27063 * image.c (png_load): Ignore png-supplied background color.
27064
27065 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27066
27067 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
27068 Use kCFAbsoluteTimeIntervalSince1970.
27069
27070 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
27071 New variable.
27072 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
27073 event loop should be quit.
27074 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
27075 Quit dialog event loop if quit_dialog_event_loop is set.
27076
27077 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
27078 (Selection): New typedef. Use instead of ScrapRef.
27079 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
27080 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
27081 (mac_clear_selection): Rename from clear_scrap.
27082 (get_flavor_type_from_symbol): New argument SEL and subsume function of
27083 scrap_has_target_type. All uses changed.
27084 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
27085 (mac_selection_has_target_p): New functions.
27086 (mac_put_selection_value): Rename from put_scrap_string.
27087 (mac_get_selection_value): Rename from get_scrap_string.
27088 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
27089 (put_scrap_private_timestamp, scrap_has_target_type)
27090 (get_scrap_private_timestamp): Remove functions.
27091 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
27092 (x_own_selection, x_get_local_selection):
27093 Use mac_valid_selection_value_p.
27094 (x_own_selection): Don't use put_scrap_private_timestamp.
27095 Record OWNERSHIP-INFO into Vselection_alist instead.
27096 (x_get_local_selection): Don't check type if request is local.
27097 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
27098 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
27099
27100 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
27101
27102 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
27103 add comment explaining why.
27104
27105 2007-08-03 Richard Stallman <rms@gnu.org>
27106
27107 * fileio.c (Fvisited_file_modtime): Use make_time.
27108
27109 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
27110
27111 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27112 build.
27113
27114 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
27115
27116 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27117
27118 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
27119
27120 * puresize.h (BASE_PURESIZE): Increase to 1130000.
27121
27122 2007-07-30 Richard Stallman <rms@gnu.org>
27123
27124 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27125
27126 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
27127
27128 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
27129
27130 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
27131
27132 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27133 remote default-directory.
27134
27135 * buffer.c (mode-line-format): Update doc string.
27136
27137 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27138
27139 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27140 scroll bar gap.
27141 (x_scroll_bar_create): Set bar->fringe_extended_p.
27142 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27143 on frame edge. Check fringe background extension. Don't clear
27144 extended fringe background area.
27145
27146 * w32term.h (struct scroll_bar): New member fringe_extended_p.
27147 (w32_fill_area): Enclose multiple statements with do ... while (0).
27148
27149 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27150 Extend fringe background to scroll bar gap.
27151 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27152 Set bar->fringe_extended_p.
27153 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27154 Put leftmost/rightmost scroll bars on frame edge. Check fringe
27155 background extension. Don't clear extended fringe background area.
27156
27157 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27158 New member fringe_extended_p.
27159
27160 2007-07-25 Glenn Morris <rgm@gnu.org>
27161
27162 * Relicense all FSF files to GPLv3 or later.
27163
27164 * COPYING: Switch to GPLv3.
27165
27166 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
27167
27168 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27169
27170 * data.c (Finteractive_form): Check for the presence of an
27171 `interactive-form' symbol property more thoroughly.
27172
27173 * data.c (Finteractive_form): Use an `interactive-form' property if
27174 present, analogous to the function-documentation property.
27175
27176 2007-07-24 Jason Rumney <jasonr@gnu.org>
27177
27178 * w32fns.c (x_real_positions): Get real position from OS instead of
27179 calculating it.
27180
27181 2007-07-23 Jason Rumney <jasonr@gnu.org>
27182
27183 * filelock.c (current_lock_owner): Allow for @ sign in username.
27184
27185 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
27186
27187 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27188 remote default-directory.
27189
27190 * buffer.c (mode-line-format): Describe above case in doc string.
27191
27192 2007-07-20 Eli Zaretskii <eliz@gnu.org>
27193
27194 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27195 Define if not defined.
27196
27197 2007-07-18 Jason Rumney <jasonr@gnu.org>
27198
27199 * w32proc.c (w32_executable_type): Handle 64 bit executables.
27200
27201 2007-07-18 Richard Stallman <rms@gnu.org>
27202
27203 * data.c (Fsetq_default): Doc fix.
27204
27205 * eval.c (Fsetq): Doc fix.
27206
27207 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
27208
27209 * coding.c (Ffind_operation_coding_system):
27210 * eval.c (For, Fand): Doc fixes.
27211 Reported by Johan Bockgård.
27212
27213 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27214
27215 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27216
27217 * xterm.h: Declare x_ewmh_activate_frame.
27218
27219 * xterm.c (x_ewmh_activate_frame): New function.
27220 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27221
27222 2007-07-17 Martin Rudalics <rudalics@gmx.at>
27223
27224 * window.c (Fdisplay_buffer): If largest or LRU window is the
27225 only window, split it even if it is not eligible for splitting.
27226 This restores the original behavior broken by the 2007-07-15
27227 change.
27228
27229 2007-07-17 Glenn Morris <rgm@gnu.org>
27230
27231 * abbrev.c (abbrev_check_chars): New function.
27232 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27233 Call abbrev_check_chars to check abbrev characters are word
27234 constituents. Doc fix.
27235
27236 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27237
27238 * process.c (Fstart_process, Fmake_network_process)
27239 (read_process_output): Fix up last changes.
27240
27241 2007-07-16 Eli Zaretskii <eliz@gnu.org>
27242
27243 * makefile.w32-in (clean): Don't delete *~.
27244
27245 2007-07-16 Andreas Schwab <schwab@suse.de>
27246
27247 * window.c (Fdisplay_buffer): Use NILP.
27248 (Fset_window_scroll_bars): Likewise.
27249
27250 2007-07-15 Martin Rudalics <rudalics@gmx.at>
27251
27252 * window.c (window_min_size_2): New function.
27253 (window_min_size_1, size_window, Fdisplay_buffer)
27254 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27255 windows without mode- or header-lines when window-min-height is
27256 too small.
27257 (size_window): Reset nodelete_p after testing it, following an
27258 earlier note by Kim F. Storm.
27259 (display_buffer): Do not set split_height_threshold to twice the
27260 value of window_min_height to avoid changing the value of a
27261 customizable variable. Rather explicitly check whether the
27262 height of the window that shall be splitted is at least as large
27263 as split_height_threshold.
27264 (Fwindow_full_width_p): New defun.
27265 (syms_of_window): Defsubr it.
27266
27267 * window.h: Add EXFUN for Fwindow_full_width_p.
27268
27269 2007-07-14 Jason Rumney <jasonr@gnu.org>
27270
27271 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27272
27273 2007-07-14 Richard Stallman <rms@gnu.org>
27274
27275 * eval.c (maybe_call_debugger): New function.
27276 (find_handler_clause): Use maybe_call_debugger.
27277 Call it when the handler says `debug'.
27278 Eliminate DEBUGGER_VALUE_PTR.
27279 (Fsignal): Eliminate debugger_value.
27280 (Qdebug): New variable.
27281 (syms_of_eval): Initialize it.
27282
27283 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
27284
27285 * eval.c (Fprogn):
27286 * keyboard.c (Ftrack_mouse):
27287 * print.c (Fwith_output_to_temp_buffer):
27288 * window.c (Fsave_window_excursion): Doc fix.
27289
27290 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27291
27292 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27293
27294 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27295
27296 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27297 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27298 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27299 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27300 Remove unused encoding_carryover.
27301 * process.c: Adjust all functions accordingly.
27302
27303 2007-07-12 Richard Stallman <rms@gnu.org>
27304
27305 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27306
27307 2007-07-11 Jason Rumney <jasonr@gnu.org>
27308
27309 * makefile.w32-in (LIBS): Include OLE32.
27310
27311 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27312 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27313
27314 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27315
27316 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27317 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27318 from a Lisp_Object into a bare pointer.
27319 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27320 Adjust the code correspondingly.
27321
27322 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27323
27324 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27325 (term_show_mouse_face): Remove unused var `j'.
27326 (handle_one_term_event): Remove unused vars `i' and `j'.
27327 Don't cast return value of ttyname since it's not necessary.
27328
27329 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27330
27331 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27332 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27333
27334 * fns.c (map_char_table): Use an array of int for `indices' rather than
27335 an array of Lisp_Objects (which are only ever integers anyway).
27336 (Fmap_char_table): Update caller.
27337 * lisp.h: Update prototype.
27338 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27339 * fontset.c (Ffontset_info):
27340 * casetab.c (set_case_table): Update callers.
27341
27342 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27343
27344 * keymap.c (struct accessible_keymaps_data)
27345 (struct where_is_internal_data): New structures.
27346 (accessible_keymaps_1, where_is_internal_1): Use them to change
27347 interface to adhere to the one used by map_keymap.
27348 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27349 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27350
27351 * keymap.h (map_keymap_function_t): More informative prototype.
27352
27353 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27354
27355 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27356 (looking_at_1): Don't change search_regs and last_thing_searched
27357 if `inhibit-changing-match-data' is non-nil.
27358 (string_match_1, search_buffer, set_search_regs): Likewise.
27359 (syms_of_search): Add Lisp level definition for
27360 `inhibit-changing-match-data' and set it to nil.
27361 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27362 start and end of the match, instead of using values in search_regs.
27363
27364 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27365
27366 * minibuf.c (Fcompleting_read): New value `confirm-only'
27367 for `require-match'.
27368
27369 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27370
27371 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27372 part of the 2007-06-27 change to syms_of_fileio.
27373
27374 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27375
27376 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27377 Check WINDOWP before using XWINDOW. Consolidate return statements.
27378
27379 2007-06-27 Richard Stallman <rms@gnu.org>
27380
27381 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27382
27383 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
27384
27385 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27386
27387 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27388
27389 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27390 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27391 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27392 (_free_internal, memalign): Use them.
27393 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27394 Initialize to PTHREAD_MUTEX_INITIALIZER.
27395 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27396 (morecore_nolock): Rename from morecore. All uses changed.
27397 Use only nolock versions of internal allocation functions.
27398 (_malloc_internal_nolock, _realloc_internal_nolock)
27399 (_free_internal_nolock): New functions created from
27400 _malloc_internal, _realloc_internal, and _free_internal.
27401 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27402 Copy hook value to automatic variable before its use.
27403 (memalign): Copy hook value to automatic variable before its use.
27404
27405 2007-06-26 Kenichi Handa <handa@m17n.org>
27406
27407 * coding.c (Ffind_operation_coding_system): Docstring improved.
27408 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27409
27410 2007-06-25 David Kastrup <dak@gnu.org>
27411
27412 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27413 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27414 cater for additional parameter.
27415
27416 * keymap.h: Adjust number of parameters to `current-active-maps'.
27417
27418 * doc.c (Fsubstitute_command_keys): Adjust call of
27419 `current-active-maps'.
27420
27421 2007-06-25 David Kastrup <dak@gnu.org>
27422
27423 * callint.c (Fcall_interactively): Make the parsing of interactive
27424 specs somewhat more readable.
27425
27426 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27427
27428 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27429 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27430 if extended background has already been filled.
27431
27432 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27433
27434 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27435 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27436
27437 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27438 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27439 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27440 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27441 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27442 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27443 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27444 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27445 Run timers during dialog popup.
27446 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27447
27448 2007-06-21 Jason Rumney <jasonr@gnu.org>
27449
27450 * image.c (convert_mono_to_color_image): Swap fore and background.
27451
27452 2007-06-20 Jason Rumney <jasonr@gnu.org>
27453
27454 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27455 (w32_free_bdf_font): Unmap memory not handle.
27456
27457 2007-06-20 Sam Steingold <sds@gnu.org>
27458
27459 * gmalloc.c (__morecore): Fix the declaration to comply with the
27460 definition.
27461
27462 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27463
27464 * w32term.c (w32_delete_display): Remove leftover declaration.
27465 (w32_define_cursor, w32_initialize): Make static.
27466
27467 * w32.c (_wsa_errlist): Fix typo in error message.
27468 (init_environment): Ignore any environment variable from the
27469 registry having a null value.
27470
27471 2007-06-20 Glenn Morris <rgm@gnu.org>
27472
27473 * Makefile.in (LIBGIF): Default to -lgif.
27474
27475 2007-06-17 Jason Rumney <jasonr@gnu.org>
27476
27477 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27478 unicode strings.
27479
27480 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27481
27482 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27483 Fix typo in docstring.
27484
27485 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27486
27487 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27488 and their keybindings.
27489
27490 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27491
27492 * composite.c (update_compositions): Fix last fix.
27493
27494 2007-06-14 Jason Rumney <jasonr@gnu.org>
27495
27496 * w32.c (get_process_times_fn): New function pointer.
27497 (globals_of_w32): Intialize it if present in kernel32.dll.
27498 (w32_get_internal_run_time): New function.
27499
27500 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27501
27502 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27503
27504 * composite.c (update_compositions): Check the validness of
27505 compositions.
27506
27507 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27508
27509 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27510 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27511
27512 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27513 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27514
27515 * macgui.h (USE_MAC_TOOLBAR): New define.
27516
27517 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27518 Return immediately unless popup is activated.
27519
27520 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27521 background to scroll bar gap.
27522 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27523 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27524 scroll bars on frame edge. Check fringe background extension.
27525 Don't clear extended fringe background area.
27526 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27527 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27528 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27529 [USE_MAC_TOOLBAR]: New macros.
27530 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27531 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27532 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27533 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27534 [USE_MAC_TOOLBAR]: New functions.
27535 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27536 manually if previous repositioning has failed.
27537 (mac_handle_keyboard_event): Use precomputed event kind.
27538 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27539 as tool bar item click. Handle mouse movement over tool bar items.
27540
27541 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27542 toolbar_win_gravity.
27543 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27544 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27545 Add externs.
27546
27547 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27548 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27549
27550 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27551
27552 * image.c (search_image_cache): Remove unused variable.
27553
27554 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27555
27556 * xfns.c, xmenu.c: Link to xaw3d if available.
27557
27558 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27559
27560 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27561 frame_foreground and frame_background.
27562
27563 * image.c (lookup_image): Save frame foreground and background colors.
27564 (search_image_cache): Check if saved and current frame colors match.
27565
27566 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27567
27568 * regex.c (regex_compile): Remove the `regnum' counter.
27569 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27570
27571 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27572
27573 * term.c: Include intervals.h to declare Fget_text_property.
27574
27575 2007-06-10 Jason Rumney <jasonr@gnu.org>
27576
27577 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27578
27579 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27580
27581 * callint.c (Fcall_interactively):
27582 * editfns.c (Fdelete_and_extract_region):
27583 * fileio.c (Fread_file_name):
27584 * fns.c (Fmapconcat):
27585 * keyboard.c (cmd_error_internal):
27586 * keymap.c (Fkey_description):
27587 * lread.c (openp):
27588 * minibuf.c (read_minibuf):
27589 * search.c (wordify):
27590 * sunfns.c (sel_read):
27591 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27592 * xfns.c (x_default_scroll_bar_color_parameter):
27593 * xmenu.c (menu_help_callback):
27594 * xselect.c (Fx_get_atom_name):
27595 * xterm.c (x_term_init): Use empty_unibyte_string.
27596
27597 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27598
27599 * alloc.c (init_strings): Initialize canonical empty strings.
27600 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27601 canonical empty string when the requested size is 0.
27602
27603 * emacs.c (empty_unibyte_string): Rename from empty_string.
27604 (empty_multibyte_string): New canonical empty string.
27605 (syms_of_emacs): Don't initialize empty_string.
27606
27607 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27608 string, if appropriate.
27609 (empty_unibyte_string, empty_multibyte_string): New externs.
27610 (empty_string): Remove extern.
27611
27612 * lread.c (syms_of_lread): Use empty_unibyte_string.
27613
27614 2007-06-07 Jason Rumney <jasonr@gnu.org>
27615
27616 * s/ms-w32.h: Don't define HAVE_TZNAME.
27617
27618 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27619
27620 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27621
27622 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27623
27624 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27625 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27626
27627 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27628 Don't call next handler.
27629 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27630 Remove argument. Install handler to application.
27631 (set_frame_menubar): Don't change deep_p.
27632 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27633 FRAME_OUTER_TO_INNER_DIFF_Y.
27634 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27635 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27636 [HAVE_DIALOGS]: New macros.
27637 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27638 Use them.
27639 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27640
27641 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27642 init_service_handler. All callers changed. Return OSStatus value.
27643
27644 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27645 All callers changed so as not to call SetPortWindowPort.
27646 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27647 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27648 mac_draw_string_common.
27649 (mac_draw_image_string_qd): Likewise.
27650 (mac_draw_string_common): Use them. Add INLINE.
27651 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27652 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27653 GetGlobalMouse.
27654 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27655 and FRAME_OUTER_TO_INNER_DIFF_Y.
27656 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27657 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27658 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27659 repositioning window to mac_handle_window_event.
27660 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27661 saving window location to mac_handle_window_event
27662 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27663 (install_menu_target_item_handler): Remove argument in extern.
27664 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27665 Also accept command events.
27666 (do_keystroke): New function created from XTread_socket.
27667 (init_command_handler): Remove functions.
27668 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27669 and save window location by kEventWindowShowing and kEventWindowHiding
27670 handlers here. Don't call next handler for window state change and
27671 focus events.
27672 (mac_handle_application_event, mac_handle_keyboard_event)
27673 [TARGET_API_MAC_CARBON]: New functions.
27674 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27675 kEventWindowShowing and kEventWindowHiding events. Move installation
27676 of mouse, font, text input and menu target item handlers to
27677 install_application_handler.
27678 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27679 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27680 New function.
27681 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27682 Register it.
27683 (XTread_socket) [TARGET_API_MAC_CARBON]:
27684 Consolidate SendEventToEventTarget calls.
27685 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27686 Move application activation handler to mac_handle_application_event.
27687 Move keyboard handler to mac_handle_keyboard_event.
27688 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27689 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27690 init_command_handler. Call install_application_handler.
27691
27692 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27693 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27694
27695 2007-06-07 Glenn Morris <rgm@gnu.org>
27696
27697 * emacs.c (main): Use `emacs-copyright' in --version output.
27698
27699 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27700
27701 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27702
27703 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27704
27705 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27706
27707 * macgui.h: Replace WindowPtr with WindowRef.
27708
27709 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27710 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27711 Replace ControlHandle with ControlRef.
27712 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27713
27714 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27715 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27716 Replace ControlHandle with ControlRef.
27717 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27718 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27719
27720 * macterm.h (struct scroll_bar): Rename member control_handle_low
27721 and control_handle_high to control_ref_low and control_ref_high.
27722 All uses changed.
27723 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27724 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27725 respectively. All uses changed.
27726 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27727 (install_window_handler, remove_window_handler): Replace WindowPtr
27728 with WindowRef in externs.
27729
27730 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27731
27732 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27733
27734 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27735
27736 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27737
27738 * frame.c (Fmouse_position, Fmouse_pixel_position):
27739 Condition on HAVE_GPM too.
27740
27741 * term.c (term_mouse_highlight): Remove unused variables.
27742 (Fterm_open_connection): Set gpm_zerobased to 1.
27743 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27744 Use zero based co-ordinates.
27745 (handle_one_term_event): Report a drag as mouse movement too.
27746
27747 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27748
27749 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27750
27751 * image.c (search_image_cache): New function. Require background
27752 color match if background color is unspecified in the image spec.
27753 (uncache_image, lookup_image): Use it.
27754
27755 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27756
27757 * window.c (Fshrink_window): Reflow docstring.
27758
27759 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27760
27761 * Version 22.1 released.
27762
27763 2007-06-01 Richard Stallman <rms@gnu.org>
27764
27765 * xfns.c (x_encode_text): Add GCPRO.
27766
27767 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27768
27769 * xfns.c (x_set_name_internal): Save encoded name before
27770 x_encode_text in case string data is relocated.
27771
27772 2007-05-31 Richard Stallman <rms@gnu.org>
27773
27774 * buffer.c (syms_of_buffer): Doc fix.
27775
27776 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27777
27778 * sysdep.c (init_sys_modes): Add rather than replace with
27779 O_NONBLOCK.
27780
27781 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27782 term_mouse_moveto.
27783
27784 * termhooks.h (term_mouse_moveto): New extern.
27785
27786 * term.c (mouse_face_window): Rename...
27787 (Qmouse_face_window): ...to this.
27788 (term_show_mouse_face, term_clear_mouse_face)
27789 (term_mouse_highlight): Use Qmouse_face_window.
27790 (term_mouse_moveto): New function.
27791 (term_mouse_position): Make it work.
27792 (syms_of_term): Uncomment assignment to mouse_position_hook.
27793 Staticpro Qmouse_face_window.
27794
27795 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27796
27797 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27798 around current_column call.
27799
27800 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27801
27802 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27803 * xdisp.c (next_element_from_buffer):
27804 * window.c (delete_window):
27805 * term.c (term_mouse_highlight):
27806 * msdos.c (getdefdir):
27807 * macterm.c (mac_create_bitmap_from_bitmap_data)
27808 (init_font_name_table):
27809 * fns.c (Fsxhash):
27810 * data.c (Fmake_local_variable):
27811 * ccl.c (ccl_driver): Likewise.
27812
27813 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27814
27815 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27816 Call mac_wakeup_from_rne on window size change.
27817
27818 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27819
27820 * image.c (uncache_image): Fix typo.
27821
27822 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27823
27824 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27825
27826 2007-05-22 Richard Stallman <rms@gnu.org>
27827
27828 * xterm.c (x_connection_closed): Remove NO_RETURN.
27829
27830 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27831
27832 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27833
27834 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27835
27836 * image.c (uncache_image): New function.
27837 (Fimage_refresh): New function.
27838
27839 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27840
27841 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27842
27843 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27844
27845 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27846 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27847
27848 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27849
27850 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27851 conditional on [HAVE_GPM_H].
27852
27853 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27854
27855 * syntax.c (skip_chars): Update syntax-table only after we checked that
27856 the new location is valid.
27857
27858 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27859
27860 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27861 mac_get_window_bounds.
27862
27863 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27864
27865 * Makefile.in (LIBGPM): Allow it to be set from configure.
27866 If set then link Emacs with it.
27867
27868 * config.in: Regenerate.
27869
27870 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27871 New externs.
27872
27873 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27874 Include gpm.h.
27875 (handle_one_term_event, term_gpm): New externs.
27876
27877 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27878 and allow it to be interrupted by SIGIO.
27879
27880 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27881 (wait_reading_process_output): Wait on gpm_fd too.
27882 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27883 (add_gpm_wait_descriptor_called_flag): New variable.
27884 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27885
27886 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27887 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27888 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27889 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27890 (make_lispy_event): Add case GPM_CLICK_EVENT.
27891 (read_avail_input): Handle mouse input.
27892
27893 * term.c (write_glyphs_with_face): New function.
27894 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27895 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27896 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27897 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27898 (last_mouse_x, last_mouse_y): New variables.
27899 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27900 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27901 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27902 (Fterm_close_connection): New functions.
27903 (term_init): Initialise mouse_face_window.
27904
27905 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27906
27907 * xdisp.c (redisplay_window): If first window line is a
27908 continuation line, recompute the new window start instead of
27909 recentering.
27910
27911 2007-05-18 Glenn Morris <rgm@gnu.org>
27912
27913 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27914 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27915
27916 2007-05-17 Glenn Morris <rgm@gnu.org>
27917
27918 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27919
27920 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27921
27922 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27923 dead key repeat and up events.
27924
27925 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27926
27927 * image.c (pbm_load): Check image size for monochrome pbm.
27928
27929 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27930
27931 * xterm.c (XTread_socket): Revert last change.
27932
27933 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27934
27935 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27936
27937 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27938
27939 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27940
27941 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27942 mixup (YAILOM).
27943
27944 2007-05-07 Andreas Schwab <schwab@suse.de>
27945
27946 * keymap.c (Flookup_key): Fix typo in last change.
27947
27948 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27949
27950 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27951 mapping for unibyte strings.
27952
27953 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27954
27955 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27956 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27957
27958 2007-04-29 Richard Stallman <rms@gnu.org>
27959
27960 * insdel.c (replace_range): For undo, record insertion first.
27961
27962 2007-04-29 Andreas Schwab <schwab@suse.de>
27963
27964 * lisp.h (VECSIZE): Use OFFSETOF.
27965
27966 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27967
27968 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27969 disabled lines.
27970
27971 2007-04-28 Richard Stallman <rms@gnu.org>
27972
27973 * lread.c (read_escape): In a string, \s is always space.
27974
27975 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27976
27977 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27978
27979 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27980 submenu for menu bar items.
27981
27982 See ChangeLog.10 for earlier changes.
27983
27984 ;; Local Variables:
27985 ;; coding: utf-8
27986 ;; add-log-time-zone-rule: t
27987 ;; End:
27988
27989 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27990
27991 This file is part of GNU Emacs.
27992
27993 GNU Emacs is free software: you can redistribute it and/or modify
27994 it under the terms of the GNU General Public License as published by
27995 the Free Software Foundation, either version 3 of the License, or
27996 (at your option) any later version.
27997
27998 GNU Emacs is distributed in the hope that it will be useful,
27999 but WITHOUT ANY WARRANTY; without even the implied warranty of
28000 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28001 GNU General Public License for more details.
28002
28003 You should have received a copy of the GNU General Public License
28004 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28005
28006 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40