]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Merge changes from emacs-23 branch.
[gnu-emacs] / src / ChangeLog
1 2010-10-08 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (complement_process_encoding_system): Fix previous change.
4
5 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
6
7 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
8 (Fdbus_init_bus): ... here. (Bug#7113)
9
10 2010-10-08 Glenn Morris <rgm@gnu.org>
11
12 * buffer.c (before-change-functions, after-change-functions):
13 Three-year overdue doc fix following 2007-08-13 change.
14
15 2010-10-08 Kenichi Handa <handa@m17n.org>
16
17 * coding.c (coding_inherit_eol_type): If parent doesn't specify
18 eol-format, inherit from the system's default.
19 (complement_process_encoding_system): Make a new coding system
20 inherit the original eol-format.
21
22 2010-10-08 Kenichi Handa <handa@m17n.org>
23
24 * coding.c (complement_process_encoding_system): New function.
25
26 * coding.h (complement_process_encoding_system): Extern it.
27
28 * callproc.c (Fcall_process): Complement the coding system for
29 encoding arguments.
30 (Fcall_process_region): Complement the coding system for encoding
31 the input to the process.
32
33 * process.c (Fstart_process): Complement the coding system for
34 encoding arguments.
35 (send_process): Complement the coding system for encoding what
36 sent to the process.
37
38 2010-10-08 Kenichi Handa <handa@m17n.org>
39
40 * xfont.c (xfont_open): Fix setting of font->average_width from
41 :avgwidth property (Bug#7123).
42
43 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
44
45 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
46 is more portable.
47
48 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
49 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
50 has not defined SIGIO.
51
52 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
53
54 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
55 draw the outermost line using the black relief, for legibility.
56 Omit drawing the four corner pixels.
57
58 2010-10-04 Chong Yidong <cyd@stupidchicken.com>
59
60 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
61 (read_key_sequence): Inline echo_prompt.
62 (echo_dash): Add a dash only if key is continued (Bug#7137).
63
64 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
65
66 Remove O_RDONLY, O_WRONLY definitions, not needed.
67 * unexcoff.c:
68 * lread.c:
69 * fileio.c:
70 * doc.c:
71 * callproc.c:
72 * alloc.c:
73 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
74
75 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * gnutls.h (GNUTLS_LOG2): Convenience macro.
78
79 * gnutls.c: Add property list symbol holders.
80 (emacs_gnutls_handshake): Clarify how sockets are passed to
81 GnuTLS.
82 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
83 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
84 and keyfiles to be a list of file names. Default to "NORMAL" for
85 the priority string. Improve logging.
86
87 2010-10-03 Glenn Morris <rgm@gnu.org>
88
89 * fileio.c (Vdirectory_sep_char): Remove.
90
91 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * termhooks.h: Remove #ifdef CONSP.
94
95 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
96
97 Include <fcntl.h> unconditionally.
98 * termcap.c:
99 * sysdep.c:
100 * lread.c:
101 * keyboard.c:
102 * filelock.c:
103 * fileio.c:
104 * doc.c:
105 * callproc.c:
106 * alloc.c: Remove include guards for <fcntl.h>, process.c already
107 does it.
108
109 * process.c: Do not include <sys/wait.h>, syswait.h does it.
110
111 * sysdep.c (flush_pending_output): Remove code, does not do
112 anything on any platform.
113
114 Remove unused code.
115 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
116 select emulation, all systems support select.
117 (set_exclusive_use): Remove, the only user is in an #if 0 block.
118 * process.c (create_process): Remove #if 0 code.
119
120 Remove unused arguments for unexec.
121 The third one is never used, and the last two are always passed as zero.
122 * emacs.c (unexec): Add declaration.
123 (Fdump_emacs): Only pass the first two arguments to unexec.
124 Simplify #ifdef.
125 * unexw32.c (unexec):
126 * unexsol.c (unexec):
127 * unexhp9k800.c (unexec):
128 * unexcw.c (unexec): Remove the last 3 arguments, unused.
129 * unexelf.c (unexec): Remove the last 3 arguments, unused.
130 (find_section): Use const.
131 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
132 (unexec_error): Declare it NO_RETURN.
133 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
134 it as an argument, remove data_start and entry_address arguments, unused.
135 (unexec): Remove bss_start, data_start and
136 entry_address arguments.
137 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
138 it as an argument, remove data_start and entry_address arguments, unused.
139 (unexec): Remove bss_start, data_start and
140 entry_address arguments.
141
142 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
143
144 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
145
146 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
147 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
148 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
149 Fix typos in docstrings.
150 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
151 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
152
153 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
154
155 * keyboard.c (command_loop_1): Make sure the mark is really alive
156 before using it (Bug#7044).
157
158 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
159
160 * makefile.w32-in (tags): Rename target to full-tags.
161
162 2010-10-02 Eli Zaretskii <eliz@gnu.org>
163
164 * emacs.c (main): Remove !WINDOWSNT conditional.
165 (Fkill_emacs): Don't mention exemption on MS-Windows.
166
167 2010-10-02 Glenn Morris <rgm@gnu.org>
168
169 * character.c (Fchar_bytes): Remove obsolete function.
170 (syms_of_character): Remove Schar_bytes.
171
172 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
173 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
174 in batch-mode.
175 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
176 (kill-emacs-hook): Doc fix.
177
178 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
181 (parse_region): Reworked to take regions instead of strings, and
182 renamed to reflect that these are the libxml functions.
183
184 2010-10-01 Eli Zaretskii <eliz@gnu.org>
185
186 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
187 screen dimensions in tty->Wcm.
188
189 * xdisp.c (set_cursor_from_row): When the row is truncated and
190 point is outside the range of displayed characters, position the
191 cursor inside the scroll margin. (Bug#6349)
192
193 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
194
195 Do not include stdlib.h and string.h, config.h does it.
196 * xfont.c:
197 * w32term.c:
198 * w32reg.c:
199 * w32inevt.c:
200 * w32heap.c:
201 * w32console.c:
202 * w16select.c:
203 * unexsol.c:
204 * term.c:
205 * sound.c:
206 * scroll.c (m):
207 * gtkutil.c:
208 * font.c:
209 * filelock.c:
210 * fileio.c:
211 * dosfns.c:
212 * dbusbind.c:
213 * bidi.c:
214 * callproc.c:
215 * process.c:
216 * msdos.c:
217 * charset.c: Do not include stdlib.h and string.h, config.h does it.
218
219 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
220
221 * process.c: Move #include <pty.h> earlier.
222 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
223 (pty_name): Move definition later.
224
225 * nsselect.m (syms_of_nsselect):
226 * nsmenu.m (syms_of_nsmenu):
227 * nsfns.m (syms_of_nsfns):
228 * msdos.c (syms_of_msdos):
229
230 * image.c (syms_of_image):
231 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
232
233 * point.h: Remove, unused.
234
235 2010-10-01 Eli Zaretskii <eliz@gnu.org>
236
237 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
238 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
239 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
240
241 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
242
243 * xml.c (parse_string): Use const.
244
245 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
246
247 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
248 only override Vprint_level if it isn't already bound, and increase
249 the level to 8 to produce more useful backtraces for bug reports.
250
251 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
252
253 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
254
255 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
256
257 * w32console.c (vga_stdcolor_name): Remove unused function;
258 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
259
260 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
261
262 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
263 (Fgnutls_boot): Start the handshake.
264 (emacs_gnutls_read): Perform the handshake from the reader loop.
265 (Fgnutls_boot): Remove some debugging messages.
266 Change indentation throughout to use the Emacs style.
267 (emacs_gnutls_handshake): Cast the fds to something that's
268 possibly the expected length.
269 (emacs_gnutls_write): Return -1 if we try to write before handshake.
270
271 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
272
273 * process.c (make_process): Set the gnutls_p field to zero by
274 default.
275 (read_process_output): Always call the gnutls_read function if the
276 stream is a gnutls stream.
277 (send_process): Ditto for writes.
278
279 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
280 or write anything until the state is GNUTLS_STAGE_READY.
281 (Fgnutls_boot): Mark the stream as being a gnutls stream.
282
283 2010-09-29 Eli Zaretskii <eliz@gnu.org>
284
285 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
286 NEUTRAL_DIR.
287 (handle_invisible_prop, iterate_out_of_display_property)
288 (next_element_from_buffer): If bidi_it.first_elt is set, call
289 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
290 (Bug#7128)
291
292 * print.c (print_object): Fix format string and argument types for
293 printing a Lisp_Misc_Marker.
294
295 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
296 (load_overlay_strings, get_overlay_strings_1)
297 (get_overlay_strings, forward_to_next_line_start)
298 (back_to_previous_visible_line_start, reseat, reseat_to_string)
299 (get_next_display_element, next_element_from_string)
300 (next_element_from_c_string, next_element_from_buffer)
301 (move_it_vertically_backward, move_it_by_lines, add_to_log)
302 (message_dolog, message_log_check_duplicate, message2_nolog)
303 (message3, message3_nolog, vmessage, set_message, set_message_1)
304 (hscroll_window_tree, text_outside_line_unchanged_p)
305 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
306 (find_last_unchanged_at_beg_row)
307 (find_first_unchanged_at_end_row, row_containing_pos)
308 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
309 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
310 EMACS_INT for buffer and string positions.
311
312 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
313 (row_containing_pos): Adjust prototype.
314
315 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
316 (message2_nolog, set_message): Adjust prototypes.
317
318 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
321 (Fgnutls_boot): Use SDATA.
322 (Fgnutls_handshake): Remove unused var `max_log_level'.
323
324 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
325
326 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
327 (Bug#7113)
328
329 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
330
331 * xgselect.c (xg_select): Clear file descriptors not set from
332 rfds and wfds.
333
334 * process.c (wait_reading_process_output): Add missing FD_CLR
335 for write_mask (must mirror connect_wait_mask).
336
337 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
338
339 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
340 prefix.
341 (Fgnutls_boot): Use changed process members. Use log level with a
342 function parameter to set it. Bring back Emacs-level debugging
343 messages at log level 1 and 2.
344
345 * process.c (make_process): Initialize gnutls_log_level.
346
347 * process.h: Add gnutls_log_level and rename x509_cred and
348 anon_cred to have the gnutls_ prefix for consistency.
349
350 * gnutls.h (GNUTLS_LOG): Add convenience macro.
351
352 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
353
354 * w32.c (g_b_init_get_sid_identifier_authority)
355 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
356 Remove, not used.
357 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
358 (init_winsock): Remove useless assignment.
359 (open_process_token, get_token_information, lookup_account_sid)
360 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
361 (get_security_descriptor_owner, get_security_descriptor_group)
362 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
363 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
364 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
365 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
366 (unc_volume_file_attributes, convert_from_time_t)
367 (create_toolhelp32_snapshot, process32_first, process32_next)
368 (open_thread_token, impersonate_self, revert_to_self)
369 (get_process_memory_info, get_process_working_set_size)
370 (global_memory_status, global_memory_status_ex, socket_to_fd)
371 (shutdown_handler): Make static.
372
373 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
374
375 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
376 (xd_pending_messages): Functions removed.
377 (xd_read_queued_messages): Add parameters fd, *data, for_read in
378 order to be compatible with add_read_fd. Determine bus from data,
379 and call xd_read_message just for this bus.
380 (xd_add_watch): Use xd_read_queued_messages as callback function.
381 Add data.
382
383 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
384
385 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
386
387 * gnutls.c (gnutls_log_function): Added more debugging.
388 (emacs_gnutls_read): Don't infloop while reading.
389
390 2010-09-27 Kenichi Handa <handa@m17n.org>
391
392 These changes are to remove restriction on the number of glyphs in
393 one composition.
394
395 * dispextern.h (struct glyph): Change the member "slice" to union.
396 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
397 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
398
399 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
400 instead of glyph->slice.
401 (marginal_area_string): Likewise.
402
403 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
404 glyph->u.cmp.
405 (append_composite_glyph): Likewise.
406
407 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
408 glyph->u.cmp.
409 (fill_gstring_glyph_string, x_get_glyph_overhangs)
410 (append_composite_glyph): Likewise.
411 (fill_image_glyph_string): Use glyph->slice.img instead of
412 glyph->slice.
413 (append_glyph, produce_image_glyph, append_stretch_glyph)
414 (note_mouse_highlight): Likewise.
415
416 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
417
418 * process.c (add_keyboard_wait_descriptor)
419 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
420 (wait_reading_process_output): Don't pass write_mask to select
421 if SELECT_CANT_DO_WRITE_MASK is defined.
422 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
423
424 * process.h (add_read_fd, delete_read_fd, add_write_fd)
425 (delete_write_fd): Declare.
426
427 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
428 (write_mask): New variable.
429 (max_input_desc): Renamed from max_keyboard_desc.
430 (fd_callback_info): New variable.
431 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
432 New functions.
433 (Fmake_network_process): FD_SET write_mask.
434 (deactivate_process): FD_CLR write_mask.
435 (wait_reading_process_output): Connecting renamed to Writeok.
436 check_connect removed. check_write is new. Remove references to gpm.
437 Use Writeok/check_write unconditionally (i.e. no #ifdef
438 NON_BLOCKING_CONNECT) instead of Connecting.
439 Loop over file descriptors and call callbacks in fd_callback_info
440 if file descriptor is ready for I/O.
441 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
442 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
443 (keyboard_bit_set): Use max_input_desc.
444 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
445 Remove #ifdef subprocesses. Use max_input_desc.
446 (init_process): Initialize write_mask and fd_callback_info.
447
448 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
449
450 * dbusbind.c: Include process.h.
451 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
452 (xd_read_message_1): New functions.
453 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
454 Handle watch for both read and write.
455 (Fdbus_init_bus): Also register xd_toggle_watch.
456 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
457 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
458 to dbus_connection_flush.
459 (xd_read_message): Move most of the code to xd_read_message_1.
460 Call xd_read_message_1 until status is COMPLETE.
461
462 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * term.c: Do not include sys/ioctl.h, not needed.
465 (init_tty): Reorder code to reduce the number of #ifdefs.
466 No code changes.
467
468 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
469
470 * process.h: Set up GnuTLS support.
471
472 * process.c (make_process, Fstart_process)
473 (read_process_output, send_process): Set up GnuTLS support for
474 process input/output file descriptors.
475
476 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
477
478 * gnutls.c: The source code for GnuTLS support in Emacs.
479
480 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
481
482 * config.in: Set up GnuTLS support.
483
484 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
485 (obj, LIBES): Set up GnuTLS support.
486
487 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
488
489 * w32.c (get_emacs_configuration_options): Fix previous change.
490
491 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
492
493 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
494 alive before using it (Bug#6977).
495
496 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
497
498 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
499
500 * dispextern.h: EMACS_INT/int fixup.
501
502 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
503 fixup.
504
505 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
506
507 2010-09-25 Eli Zaretskii <eliz@gnu.org>
508
509 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
510 (Fselect_window, window_scroll_pixel_based)
511 (window_scroll_line_based, Frecenter, Fset_window_configuration):
512 Use EMACS_INT for buffer positions.
513
514 * textprop.c (validate_interval_range, interval_of)
515 (property_change_between_p, Fadd_text_properties)
516 (set_text_properties_1, Fremove_text_properties)
517 (Fremove_list_of_text_properties, Ftext_property_any)
518 (Ftext_property_not_all, copy_text_properties)
519 (text_property_list, extend_property_ranges)
520 (verify_interval_modification): Use EMACS_INT for buffer
521 positions.
522
523 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
524 for buffer positions.
525
526 * process.c (read_process_output, send_process)
527 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
528 and string positions and size.
529
530 * print.c (print_object, print_string, strout): Use EMACS_INT for
531 string indices.
532
533 * minibuf.c (string_to_object): Use EMACS_INT for string position
534 and size.
535
536 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
537
538 * lread.c <read_from_string_index, read_from_string_index_byte>
539 <read_from_string_limit, readchar_count>: Define EMACS_INT.
540 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
541 buffer positions and string length.
542
543 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
544 EMACS_INT.
545 (echo_truncate, adjust_point_for_property, read_char)
546 (gen_help_event, make_lispy_event, modify_event_symbol)
547 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
548 for buffer positions and string length.
549
550 * keyboard.h (gen_help_event): Adjust prototype.
551
552 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
553
554 * commands.h <last_point_position>: Declare EMACS_INT.
555
556 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
557 (truncate_echo_area): Accept EMACS_INT argument.
558
559 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
560
561 * lisp.h (truncate_echo_area): Adjust prototype.
562
563 * composite.c (composition_adjust_point): Return EMACS_INT.
564
565 * composite.h (composition_adjust_point): Adjust prototype.
566
567 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
568
569 * process.c (Fmake_network_process): When arg :host is 'local,
570 use address 127.0.0.1, not name "localhost". (Bug#6781)
571
572 2010-09-24 Eli Zaretskii <eliz@gnu.org>
573
574 * indent.c (Fcurrent_indentation, indented_beyond_p)
575 (compute_motion): Use EMACS_INT for buffer position variables.
576
577 * lisp.h (indented_beyond_p): Adjust prototype.
578
579 * buffer.c (overlay_strings): Return EMACS_INT.
580
581 * buffer.h (overlay_strings): Adjust prototype.
582
583 * region-cache.c (pp_cache): Adjust format to arguments.
584
585 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
586 (call_debugger): Use EMACS_INT for specpdl_size related variables.
587 (verror): Use EMACS_INT for size of allocated buffer.
588
589 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
590 positions.
591
592 * xdisp.c (redisplay_internal, try_window_id)
593 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
594 EMACS_INT for buffer positions.
595
596 * dispextern.h (set_cursor_from_row): Adjust prototype.
597
598 * dispnew.c (increment_matrix_positions)
599 (increment_row_positions, copy_glyph_row_contents)
600 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
601 positions.
602
603 * dispextern.h (mode_line_string, marginal_area_string)
604 (increment_matrix_positions, increment_row_positions): Adjust
605 prototypes.
606
607 * data.c (Faref, Faset): Use EMACS_INT for string length and
608 positions.
609
610 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
611 characters to insert.
612
613 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
614 position and size.
615
616 * syntax.c (scan_words, update_syntax_table)
617 (prev_char_comend_first, back_comment, skip_chars)
618 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
619 EMACS_INT for buffer and string positions.
620
621 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
622
623 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
624 positions.
625
626 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * scroll.c (calculate_scrolling, line_ins_del)
629 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
630 conversion.
631
632 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
633 (region_cache_backward, region_cache_forward)
634 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
635 conversion.
636
637 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
638
639 * eval.c (verror): Fix EMACS_INT/int conversion.
640
641 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
642 (print_preprocess, print_check_string_charset_prop)
643 (print_object): Fix EMACS_INT/int conversion.
644
645 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
646
647 2010-09-24 Eli Zaretskii <eliz@gnu.org>
648
649 * callproc.c (Fcall_process): Use EMACS_INT for count of
650 characters read from the subprocess.
651
652 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
653 positions.
654 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
655 positions.
656
657 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
658 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
659 length.
660 (advance_to_char_boundary, Fset_buffer_multibyte)
661 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
662 (overlay_touches_p, record_overlay_string, overlay_strings)
663 (recenter_overlay_lists, fix_start_end_in_overlays)
664 (modify_overlay, Fmove_overlay, report_overlay_modification)
665 (evaporate_overlays): Use EMACS_INT for buffer positions.
666
667 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
668 prototypes.
669
670 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
671 positions.
672
673 * fns.c (Fcompare_strings, Fstring_lessp, concat)
674 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
675 (Fsubstring_no_properties, substring_both, Ffillarray)
676 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
677 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
678 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
679 (Fmd5): Use EMACS_INT for buffer and string positions and length
680 variables and arguments.
681
682 * lisp.h (substring_both): Adjust prototype.
683
684 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
685
686 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
687 * w32fns.c (clipboard_sequence_fn): Don't declare.
688 (globals_of_w32fns): Don't initialize it.
689
690 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * syntax.c (back_comment): Detect the case where a 1-char comment
693 starter is also the 2nd char of a 2-char comment ender.
694
695 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
696
697 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
698
699 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
700
701 * eval.c (verror): EMACS_INT/int cleanup.
702
703 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
704 unwind_protect more than 2GB worth of functions.
705
706 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
707
708 * lisp.h: Have oblookup take EMACS_INT to allow interning big
709 string and avoid compiler warnings.
710 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
711 all users.
712
713 * lread.c (oblookup): EMACS_INT/int cleanup.
714
715 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
716
717 2010-09-23 Eli Zaretskii <eliz@gnu.org>
718
719 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
720
721 * lisp.h (clip_to_bounds): Adjust prototype.
722
723 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
724
725 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * lisp.h: doprnt.c EMACS_INT/int cleanup.
728
729 * doprnt.c (doprnt): EMACS_INT/int cleanup.
730
731 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
732 cleanup.
733
734 * lisp.h: Change the definition of all marker.c functions that
735 take and return buffer stuff to be EMACS_INT instead of int.
736
737 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
738 (buf_charpos_to_bytepos, bytepos_to_charpos)
739 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
740 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
741 for all buffer positions.
742
743 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
744
745 * intervals.c (traverse_intervals, rotate_right, rotate_left)
746 (split_interval_right, find_interval, next_interval)
747 (delete_node, delete_interval, interval_deletion_adjustment)
748 (adjust_intervals_for_deletion, merge_interval_right)
749 (merge_interval_left, graft_intervals_into_buffer)
750 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
751
752 * intervals.h (traverse_intervals): Update prototype.
753
754 2010-09-23 Eli Zaretskii <eliz@gnu.org>
755
756 * indent.c (compute_motion): Use EMACS_INT for arguments to
757 region_cache_forward.
758
759 * region-cache.c (struct boundary, struct region_cache): Use
760 EMACS_INT for positions.
761 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
762 (delete_cache_boundaries, set_cache_region)
763 (invalidate_region_cache, know_region_cache)
764 (region_cache_forward, region_cache_backward, pp_cache): Use
765 EMACS_INT for buffer positions.
766
767 * region-cache.h (know_region_cache, invalidate_region_cache)
768 (region_cache_forward, region_cache_backward): Adjust prototypes.
769
770 * search.c (string_match_1, fast_c_string_match_ignore_case)
771 (looking_at_1, scan_buffer, scan_newline)
772 (find_next_newline_no_quit, find_before_next_newline)
773 (search_command, trivial_regexp_p, search_buffer, simple_search)
774 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
775 and string positions and length.
776
777 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
778 (find_before_next_newline): Adjust prototypes.
779
780 * editfns.c (transpose_markers, update_buffer_properties)
781 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
782 (get_pos_property, Fconstrain_to_field)
783 (Fline_beginning_position, Fline_end_position, Fprevious_char)
784 (Fchar_after, Fchar_before, Finsert_char)
785 (Finsert_buffer_substring, Fcompare_buffer_substrings)
786 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
787 EMACS_INT for buffer and string position variables.
788 (Finsert_char): Protect against too large insertions.
789
790 * lisp.h (clip_to_bounds): Adjust prototype.
791
792 * intervals.c (traverse_intervals, rotate_right, rotate_left)
793 (balance_an_interval, split_interval_right, split_interval_left)
794 (find_interval, next_interval, update_interval)
795 (adjust_intervals_for_insertion, delete_node, delete_interval)
796 (interval_deletion_adjustment, adjust_intervals_for_deletion)
797 (offset_intervals, merge_interval_right, merge_interval_left)
798 (graft_intervals_into_buffer, adjust_for_invis_intang)
799 (move_if_not_intangible, get_local_map, copy_intervals)
800 (copy_intervals_to_string, compare_string_intervals)
801 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
802 and for interval tree size.
803
804 * intervals.h (traverse_intervals, split_interval_right)
805 (split_interval_left, find_interval, offset_intervals)
806 (graft_intervals_into_buffer, copy_intervals)
807 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
808 (update_interval): Adjust prototypes.
809
810 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
811 Use EMACS_INT for buffer position variables and arguments.
812
813 * composite.c (get_composition_id, find_composition)
814 (run_composition_function, compose_text)
815 (composition_gstring_width, autocmp_chars)
816 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
817 for buffer positions and string length variables and arguments.
818
819 * composite.h (get_composition_id, find_composition, compose_text)
820 (composition_gstring_width): Adjust prototypes.
821
822 * editfns.c (Fformat): Use EMACS_INT for string size variables.
823
824 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
825 EMACS_INT for string positions.
826
827 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
828 position arguments.
829
830 * intervals.h (get_property_and_range): Adjust prototype.
831
832 * character.c (parse_str_as_multibyte, str_as_multibyte)
833 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
834 (string_count_byte8, string_escape_byte8, c_string_width)
835 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
836 EMACS_INT for string length variables and arguments.
837
838 * character.h (parse_str_as_multibyte, str_as_multibyte)
839 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
840 (c_string_width, strwidth, lisp_string_width): Adjust
841 prototypes.
842
843 * font.c (font_intern_prop): Use EMACS_INT for string length
844 variables.
845
846 * font.c (font_intern_prop): Use EMACS_INT for string length
847 variables.
848
849 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
850 variables.
851
852 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
853 (Fmake_string): Protect against too large strings.
854 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
855 (live_misc_p): Use ptrdiff_t instead of int for pointer
856 differences.
857 (string_bytes, check_sblock, check_string_free_list)
858 (allocate_string_data, compact_small_strings, Fmake_string)
859 (Fmake_bool_vector, make_string, make_unibyte_string)
860 (make_multibyte_string, make_string_from_bytes)
861 (make_specified_string_string, Fmake_list, Fmake_vector): Use
862 EMACS_INT for string length variables and arguments.
863 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
864 (Fpurecopy): Use EMACS_INT for string size.
865 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
866 for vector size.
867
868 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
869 (make_string_from_bytes, make_specified_string_string)
870 (make_pure_string, string_bytes, check_point_in_composition):
871 Adjust prototypes.
872
873 2010-09-22 Eli Zaretskii <eliz@gnu.org>
874
875 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
876 (check_translation): Use EMACS_INT for buffer positions and
877 length.
878
879 * undo.c (record_marker_adjustment, record_delete)
880 (record_change, record_point, record_insert)
881 (record_property_change, Fprimitive_undo): Use EMACS_INT for
882 buffer positions.
883
884 * lisp.h (record_marker_adjustment, record_delete)
885 (record_change, record_point, record_insert)
886 (record_property_change, Fprimitive_undo): Adjust prototypes.
887
888 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
889 Eli Zaretskii <eliz@gnu.org>
890
891 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
892
893 2010-09-22 Eli Zaretskii <eliz@gnu.org>
894
895 * minibuf.c (Fminibuffer_contents)
896 (Fminibuffer_contents_no_properties)
897 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
898 positions.
899
900 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
901 mark.
902
903 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
904 (allocate_string_data): Accept EMACS_INT for string length.
905
906 * editfns.c (Ffield_string, Ffield_string_no_properties)
907 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
908 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
909 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
910 (Ffield_end): Use EMACS_INT for buffer positions.
911
912 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
913 point with mark.
914
915 * lisp.h (allocate_string_data, make_uninit_string)
916 (make_uninit_multibyte_string, make_buffer_string)
917 (make_buffer_string_both): Adjust prototypes.
918
919 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
920
921 * xml.c: Switch to GNU indentation.
922 (make_dom): Change parse tree format to match xml.el.
923 (Fxml_parse_html_string_internal): Rename from html-parse-string.
924 (Fxml_parse_string_internal): Rename from xml-parse-string.
925
926 2010-09-22 Kenichi Handa <handa@m17n.org>
927
928 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
929 only if we are not at a composition.
930 (set_iterator_to_next): Give it->end_charpos to
931 composition_compute_stop_pos.
932 (set_iterator_to_next, next_element_from_buffer): Likewise.
933
934 * dispnew.c (buffer_posn_from_coords): Fix position when the
935 current display element is a grapheme cluster in bidi-reordered
936 region.
937
938 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
939
940 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
941 the regions may overlap.
942
943 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
944
945 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
946
947 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * emacs.c: Do not include sys/ioctl.h, not needed.
950
951 * doprnt.c: Do not include stdlib.h, config.h does it.
952 Move #include before macro definition.
953
954 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * Makefile.in (temacs): Link using $(CC) not $(LD).
957 (LD_FIRSTFLAG): Define using autoconf.
958 (LD): Remove.
959
960 Remove HAVE_TERMIOS definitions.
961 * s/usg5-4-common.h (HAVE_TERMIOS):
962 * s/template.h (HAVE_TERMIOS):
963 * s/gnu-linux.h (HAVE_TERMIOS):
964 * s/darwin.h (HAVE_TERMIOS):
965 * s/cygwin.h (HAVE_TERMIOS):
966 * s/bsd-common.h (HAVE_TERMIOS):
967 * s/aix4-2.h (HAVE_TERMIOS):
968 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
969 defined on all non-MS platforms.
970 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
971
972 * xterm.c (xt_action_hook): Use const.
973
974 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
975
976 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
977 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
978 (gethostname) [!HAVE_SOCKETS]: Remove.
979 (SOCK_REPLACE_HANDLE): Remove macro.
980 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
981 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
982 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
983 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
984
985 2010-09-18 Eli Zaretskii <eliz@gnu.org>
986
987 * deps.mk (xml.o): Add dependencies.
988
989 * xdisp.c (Fcurrent_bidi_paragraph_direction):
990 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
991
992 * bidi.c (bidi_paragraph_init): Accept an additional argument
993 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
994 search back until a paragraph with a strong directional character
995 is found, and use that to determine paragraph's base direction.
996
997 * dispextern.h (bidi_paragraph_init): Update prototype.
998
999 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1000
1001 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1002 of w32api >= 3.15. (Bug#6989)
1003
1004 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
1006 * process.c (wait_reading_process_output): Don't message about
1007 accept-process-output unless the time limit really is zero.
1008
1009 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
1012 int/Lisp_Object mixup).
1013
1014 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1015
1016 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
1017 not HELP.
1018
1019 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1020
1021 * frame.c (Ftool_bar_pixel_width): New function to expose tool
1022 bar's pixel width to Lisp (Bug#7048).
1023
1024 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1027
1028 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1029
1030 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
1031 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
1032
1033 2010-09-17 Kenichi Handa <handa@m17n.org>
1034
1035 * ftfont.c (ftfont_check_otf): Fix previous change.
1036
1037 2010-09-14 Kenichi Handa <handa@m17n.org>
1038
1039 * ftfont.c (ftfont_check_otf): Fix the case of checking just
1040 existence of GSUB or GPOS.
1041
1042 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1045
1046 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
1048 * xml.c (parse_buffer): Renamed to parse_string(), since that's
1049 what it does.
1050 (parse_string): Return nil when the document can't be parsed.
1051
1052 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
1053
1054 * xterm.c (get_current_vm_state): New function.
1055 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
1056 want_fullscreen so set_wm_state calls are few (Bug#7013).
1057 (x_handle_net_wm_state): Move code to get_current_vm_state and
1058 call that function.
1059
1060 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
1061
1062 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
1063
1064 2010-09-14 Kenichi Handa <handa@m17n.org>
1065
1066 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
1067 we may use designation or locking-shift.
1068
1069 2010-09-14 Kenichi Handa <handa@m17n.org>
1070
1071 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
1072 sequence when the source is multibyte.
1073
1074 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
1075
1076 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
1077 Don't make first argument optional. Doc fix.
1078
1079 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
1080
1081 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
1082 parameters for the doc string.
1083
1084 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1085
1086 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
1087
1088 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
1091 (syms_of_fns): Don't defsubr Sy_or_n_p.
1092 * lisp.h: Don't declare Fy_or_n_p.
1093 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
1094
1095 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1096
1097 * xml.c (Fxml_parse_buffer): New function to parse XML files.
1098
1099 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * xml.c: New file.
1102 (Fhtml_parse_buffer): New function to interface to the libxml2
1103 html parsing function.
1104
1105 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * biditype.h: Regenerate.
1108
1109 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1110
1111 * nsimage.m (ns_load_image): Check argument types.
1112
1113 * image.c: Remove all uses of gcpro.
1114 (xpm_load): Check all lisp types.
1115 (pbm_load): Likewise.
1116 (png_load): Likewise.
1117 (jpeg_load): Likewise.
1118 (tiff_load): Likewise.
1119 (gif_load): Likewise.
1120 (imagemagick_load_image): Likewise.
1121 (imagemagick_load): Likewise.
1122 (svg_load): Likewise.
1123 (gs_load): Likewise.
1124
1125 2010-09-04 Eli Zaretskii <eliz@gnu.org>
1126
1127 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
1128 try to reorder grapheme clusters, since LGSTRING should always
1129 hold them in the logical order.
1130 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
1131 return glyph codes in the logical order.
1132
1133 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1134
1135 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
1136 (imagemagick_load_image): Fix type mismatch.
1137 (Fimagemagick_types): Likewise. Doc fix.
1138
1139 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1140
1141 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
1142
1143 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
1144
1145 * xselect.c: Remove declaration of cut-buffer objects and functions.
1146 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
1147 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
1148 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
1149 (Fx_rotate_cut_buffers_internal): Remove.
1150 (syms_of_xselect): Remove defsubr of above.
1151 Remove intern of QCUT_BUFFERn.
1152
1153 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * cmds.c (Vblink_paren_function): Remove.
1156 (internal_self_insert): Make it insert N chars at a time.
1157 Don't call blink-paren-function.
1158 (Fself_insert_command): Adjust accordingly.
1159 (syms_of_cmds): Don't declare blink-paren-function.
1160
1161 2010-08-31 Kenichi Handa <handa@m17n.org>
1162
1163 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
1164 characters.
1165
1166 * term.c (encode_terminal_code): Fix the previous change.
1167 (produce_glyphs): Don't set it->char_to_display here.
1168 Don't handle unibyte-display-via-language-environment here.
1169 (produce_special_glyphs): Set temp_it.char_to_display before
1170 calling produce_glyphs.
1171
1172 * xdisp.c (get_next_display_element): Set it->char_to_display
1173 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
1174 characters.
1175 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
1176 calling PRODUCE_GLYPHS.
1177 (append_space_for_newline): Save and store it->char_to_display.
1178 Set it->char_to_display before calling PRODUCE_GLYPHS.
1179 (extend_face_to_end_of_line): Set it->char_to_display before
1180 calling PRODUCE_GLYPHS.
1181 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
1182 character to its byte value.
1183 (get_char_glyph_code): New function.
1184 (produce_stretch_glyph): Set it2.char_to_display too before
1185 calling x_produce_glyphs.
1186 (x_produce_glyphs): Simplify by using the same code for ASCII and
1187 non-ASCII characters. Don't set it->char_to_display here.
1188 Don't handle unibyte-display-via-language-environment here. For a
1189 character of no glyph, use font->space_width instead of FONT_WIDTH.
1190
1191 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1194
1195 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1198
1199 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * marker.c (Fcopy_marker): Make the first arg optional.
1202
1203 2010-08-30 Kenichi Handa <handa@m17n.org>
1204
1205 * composite.c (composition_update_it): Fix computing of
1206 cmp_it->width.
1207
1208 2010-08-29 Kenichi Handa <handa@m17n.org>
1209
1210 * term.c (encode_terminal_code): Encode byte chars to the
1211 corresponding bytes.
1212
1213 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
1214
1215 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1216
1217 2010-08-26 Kenichi Handa <handa@m17n.org>
1218
1219 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1220 on calling composition_compute_stop_pos.
1221
1222 2010-08-25 Kenichi Handa <handa@m17n.org>
1223
1224 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1225 :otf.
1226
1227 * composite.c (composition_compute_stop_pos): Don't break
1228 composition at PT.
1229 (composition_reseat_it): Likewise. Fix calculation of character
1230 position starting a composition.
1231 (Fcomposition_get_gstring): Don't limit the number of components
1232 for automatic composition.
1233
1234 2010-08-25 Kenichi Handa <handa@m17n.org>
1235
1236 * composite.c (composition_compute_stop_pos): In forward search,
1237 pay attention to the possibility that some character after ENDPOS
1238 will be composed with charactrs before ENDPOS.
1239
1240 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * keyboard.c (command_loop_1): Don't clobber primary selection
1243 during handle-switch-frame (Bug#6872).
1244
1245 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * dbusbind.c: Accept UNIX domain sockets as bus address.
1248 (Fdbus_close_bus): New function.
1249 (Vdbus_registered_buses): New variable.
1250 (xd_initialize): Implement string as bus address.
1251 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1252 (Fdbus_get_unique_name, Fdbus_call_method)
1253 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1254 (Fdbus_method_error_internal, Fdbus_send_signal)
1255 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1256 check. This is done in xd_initialize_bus. Adapt doc string, if
1257 necessary.
1258 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1259 Vdbus_registered_buses.
1260 (Vdbus_registered_objects_table): Create hash.
1261
1262 2010-08-22 Juri Linkov <juri@jurta.org>
1263
1264 * keyboard.c (Fexecute_extended_command): Move reading a command name
1265 with `completing-read' to a new Elisp function `read-extended-command'.
1266 Call it to read a command to `function' (bug#5364, bug#5214).
1267
1268 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1271
1272 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
1273
1274 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1275 instead of SAFE_ALLOCA.
1276
1277 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1280 (Bug#6214).
1281
1282 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1283
1284 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1285
1286 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1287
1288 * doc.c (Fsnarf_documentation): Initialize skip_file before
1289 build-files test.
1290
1291 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
1292
1293 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1294 New definitions.
1295 (HAVE_TERMIO): Remove.
1296
1297 2010-08-22 Eli Zaretskii <eliz@gnu.org>
1298
1299 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1300
1301 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1302 for w32.
1303
1304 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1305 it's done in nt/config.nt.
1306
1307 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1308
1309 * unexcoff.c (report_error, make_hdr, write_segment)
1310 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1311 Convert argument lists and prototypes to ANSI C.
1312 (make_hdr, write_segment): Remove unused variables.
1313 (unexec): Remove commented-out line. Initialize `new' to shut up
1314 compiler warnings.
1315
1316 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1317
1318 Simplify termio code.
1319 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1320 HAVE_TERMIO code is obsolete.
1321 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1322 * systty.h: Do not define HAVE_TCATTR.
1323 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1324 Do not define EMACS_HAVE_TTY_PGRP. Only define
1325 EMACS_GET_TTY_PGRP for !DOS_NT.
1326 * sysdep.c: Include sysselect.h unconditionally. Do not include
1327 sys/ioctl.h and termios.h, systty.h does it. Use
1328 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1329 (init_baud_rate): Remove HAVE_TERMIO code.
1330 (child_setup_tty): Remove HAVE_TERMIO code.
1331 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1332 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1333 (new_ltchars, new_tchars): Remove, unused.
1334 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1335 code. Remove special casing for __mips__, it was a no-op. Remove
1336 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1337 (init_sys_modes): Remove HPUX special case.
1338 * process.c: Include stdlib.h unconditionally. Do not include
1339 fcntl.h, systty.h does it. Remove conditional code for
1340 HAVE_SERIAL, it is always true.
1341 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1342 always true when SIGNALS_VIA_CHARACTERS is true.
1343 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1344 !WINDOWSNT means HAVE_TERMIOS.
1345 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1346 conditional, which is true for all HAVE_TERMIOS systems.
1347 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1348 instead of HAVE_TERMIOS.
1349 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1350 EMACS_HAVE_TTY_PGRP.
1351 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1352 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1353 anyway.
1354
1355 2010-08-21 Eli Zaretskii <eliz@gnu.org>
1356
1357 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1358 mirroring pixel positions.
1359
1360 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1363 write only.
1364 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1365 malloc_sbrk_used, nothing uses them.
1366
1367 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1368 defined, unconditionally defined in lisp.h.
1369
1370 * term.c: Do not include <termios.h>, systty.h does it.
1371
1372 * s/unixware.h (HAVE_TCATTR):
1373 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1374 systty.h defines it when HAVE_TERMIOS is defined.
1375
1376 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1377
1378 * dispnew.c (buffer_posn_from_coords): Fix last change for text
1379 terminals: add one-character offset for R2L lines.
1380
1381 * emacs.c <emacs_version>: Add a comment regarding
1382 msdos/mainmake.v2's dependency on the syntax of this declaration.
1383
1384 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1385
1386 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1387 position for R2L lines by mirroring the pixel position wrt the
1388 text are box. Improve commentary.
1389
1390 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1391
1392 * image.c (imagemagick_clear_image): Remove debugging output.
1393
1394 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1397 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1398 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1399 self-insert-face.
1400 (syms_of_cmds): Initialize the new vars.
1401
1402 2010-08-19 Jason Rumney <jasonr@gnu.org>
1403
1404 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1405
1406 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1407
1408 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1409
1410 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1411
1412 2010-08-18 Eli Zaretskii <eliz@gnu.org>
1413
1414 * xterm.c (x_draw_bar_cursor):
1415 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1416 R2L, draw the bar cursor on its right rather than on its left.
1417
1418 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * eval.c (Fdefmacro): Only obey one declaration.
1421
1422 * casefiddle.c (casify_region): Setup gl_state.
1423
1424 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1425
1426 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1427
1428 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1429
1430 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1431
1432 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
1433
1434 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1435 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1436 QPRIMARY => NXPrimaryPboard.
1437 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1438 NXPrimaryPboard => QPRIMARY.
1439 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1440 NXSecondaryPboard = SecondarySelection.
1441 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1442
1443 2010-08-18 Joakim Verona <joakim@verona.se>
1444
1445 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1446 defined:
1447 (imagemagick_image_p): New function to test for ImageMagic image.
1448 (imagemagick_load): New function to load ImageMagick image.
1449 (imagemagick_load_image): New function, helper for imagemagick_load.
1450 (imagemagick-types): New function.
1451 (Qimagemagick): New Lisp_object.
1452 (imagemagick-render-type): New variable, decides which renderer to use.
1453
1454 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1457 is a string.
1458
1459 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1460
1461 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1462 x_set_tool_bar_position handler.
1463
1464 2010-08-17 Eli Zaretskii <eliz@gnu.org>
1465
1466 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1467 x_set_tool_bar_position handler, needed to support changes from
1468 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1469
1470 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1471
1472 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1473 declaration (Bug#6863).
1474 (syms_of_nsselect): Don't intern QPRIMARY.
1475
1476 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1477
1478 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1479
1480 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * keyboard.c (command_loop_1): Avoid setting selection twice,
1483 since it's done in deactivate-mark as well.
1484 (Vselect_active_regions): Change default to t. Replace `lazy'
1485 with non-default value `only', meaning only set PRIMARY for
1486 temporarily active regions.
1487
1488 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1489 select-active-regions.
1490
1491 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1492
1493 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1494 isn't a string.
1495
1496 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1497
1498 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1499
1500 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1501
1502 * keyboard.c (parse_tool_bar_item): malloc buf.
1503 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1504 new_lbl (Bug#6855).
1505
1506 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1507
1508 * xterm.c (x_draw_stretch_glyph_string):
1509 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1510 the cursor on the right edge of the stretch glyph.
1511
1512 * xdisp.c (window_box_right_offset, window_box_right):
1513 Fix commentary.
1514
1515 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1516 direction when point is inside a run of whitespace characters.
1517
1518 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1519
1520 2010-08-14 Jason Rumney <jasonr@gnu.org>
1521
1522 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1523
1524 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1527
1528 2010-08-13 Jason Rumney <jasonr@gnu.org>
1529
1530 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1531 (MessageBoxW_Proc): New function typedef.
1532 (unicode-message-box): New function pointer.
1533 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1534
1535 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1536
1537 * frame.h (Qtool_bar_position): Declare.
1538
1539 * xfns.c (Fx_create_frame): Call x_default_parameter for
1540 Qtool_bar_position.
1541
1542 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1543
1544 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1545 (report_error, report_error_1): Ditto.
1546 (write_segment): Remove "#if 0" unused code.
1547 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1548 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1549 (start_of_text): Remove unused function (was used only if NO_REMAP
1550 was NOT defined).
1551
1552 * msdos.c (IT_set_face): Fix format string to match argument
1553 types.
1554 (IT_write_glyphs, IT_note_mode_line_highlight)
1555 (IT_set_frame_parameters): Remove unused variables.
1556 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1557 (IT_set_terminal_modes): Disambiguate expression in if clause.
1558 (Fmsdos_remember_default_colors): Return Qnil.
1559 (IT_set_frame_parameters): Add parens to disambiguate boolean
1560 expression for logging the cursor type to termscript.
1561 (keyboard_layout_list, keypad_translate_map)
1562 (grey_key_translate_map): Add braces in inner initializers.
1563 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1564 (dos_rawgetc): Remove unused label.
1565 (XMenuActivate): Add braces to remove ambiguous `else'.
1566 (dos_ttraw): Always return a value.
1567 (spawnve): Declare.
1568 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1569
1570 * dosfns.h (x_set_title): Declare.
1571
1572 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1573 Remove unused variables.
1574
1575 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1576 variables.
1577 (init_dosfns): Declare get_lim_data.
1578 (system_process_attributes): Declare Fget_internal_run_time.
1579
1580 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1581 list to be consistent with menu.h.
1582
1583 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1584 warnings due to mixing of "char *" and "const char *".
1585
1586 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 Introduce a new comment style "c" flag.
1589 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1590 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1591 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1592 (syntax_prefix_flag_p): New function.
1593 (Fstring_to_syntax): Understand new "c" flag.
1594 (Finternal_describe_syntax_value): Recognize new flag; use the
1595 SYNTAX_FLAGS_* macros.
1596 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1597 comment style to accomodate the new styles.
1598 (back_comment, forw_comment, Fforward_comment, scan_lists)
1599 (scan_sexps_forward): Update code to obey the new comment style flag.
1600
1601 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1602
1603 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1604
1605 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1606
1607 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1608 first.
1609 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1610
1611 * gtkutil.h (xg_check_special_colors): Declare.
1612
1613 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1614 (xg_create_frame_widgets): Connect theme name changes to
1615 style_changed_cb.
1616
1617 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1618 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1619 (x_term_init): Use char[] display_opt and name_opt instead of
1620 string literal. file is const char*.
1621
1622 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1623 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1624 props. Free them at the end.
1625
1626 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1627
1628 * xrdb.c (get_system_app): Make path const and use char *p for
1629 non-const char.
1630
1631 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1632 (xmenu_show): error parameter is const char **. pane_string is const
1633 char *.
1634 (button_names): Is const char *.
1635 (xdialog_show): error_name and pane_string is const.
1636
1637 * process.h (synch_process_death): Is const char*.
1638
1639 * w32menu.c (w32_menu_show):
1640 * nsmenu.m (ns_menu_show): error parameter is const char **.
1641
1642 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1643 is const char **.
1644
1645 * menu.c (Fx_popup_menu): error_name is const.
1646
1647 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1648 with unsigned char and XtPointer with void *.
1649
1650 * gtkutil.h: Replace widget_value with struct _widget_value.
1651 (enum button_type, struct _widget_value): Remove and use the one from
1652 keyboard.h.
1653
1654 * gtkutil.c (get_utf8_string): Always return an allocated string.
1655 Parameter is const.
1656 (create_dialog, xg_create_one_menuitem, create_menus)
1657 (xg_item_label_same_p, xg_update_menu_item): Free result from
1658 get_utf8_string.
1659 (xg_separator_p, xg_item_label_same_p): label is const.
1660
1661 * font.h (font_open_by_name): Make name const.
1662
1663 * font.c (font_open_by_name): Make name const.
1664
1665 * floatfns.c (matherr): Use a const char* variable for x->name.
1666
1667 * emacs.c (main): Pass char[] to putenv instead of literal.
1668
1669 * callproc.c (synch_process_death): Make const.
1670 (Fcall_process): Make signame const.
1671
1672 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1673 (addDisplayItemWithImage): Use const char*.
1674
1675 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1676 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1677
1678 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1679
1680 * keyboard.h (_widget_value): name, value and key are const char*.
1681
1682 * unexmacosx.c (unexec_error): Use const char *.
1683
1684 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1687 (font_parse_name, font_open_by_name):
1688 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1689 (font_parse_name, font_open_by_name): Remove const.
1690
1691 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1692
1693 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1694 definition.
1695
1696 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1697 * m/amdx86-64.h: Likewise.
1698 * m/arm.h: Likewise.
1699 * m/hp800.h: Likewise.
1700 * m/ia64.h: Likewise.
1701 * m/ibmrs6000.h: Likewise.
1702 * m/ibms390.h: Likewise.
1703 * m/intel386.h: Likewise.
1704 * m/iris4d.h: Likewise.
1705 * m/m68k.h: Likewise.
1706 * m/macppc.h: Likewise.
1707 * m/mips.h: Likewise.
1708 * m/sh3.h: Likewise.
1709 * m/sparc.h: Likewise.
1710 * m/template.h: Likewise.
1711 * m/vax.h: Likewise.
1712 * m/xtensa.h: Likewise.
1713 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1714 WORDS_BIG_ENDIAN.
1715 * lisp.h: Likewise.
1716 * md5.c: Likewise.
1717 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1718
1719 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 Use const char* instead of char*.
1722 Reduce the number of warnings with -Wwrite-strings.
1723 * xrdb.c (get_environ_db, get_system_name):
1724 * unexelf.c (find_section):
1725 * term.c (string_cost, string_cost_one_line, per_line_cost)
1726 (get_named_tty, init_tty):
1727 * sysdep.c (sys_subshell):
1728 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1729 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1730 * search.c (Freplace_match):
1731 * process.c (Fmake_network_process, send_process, init_process):
1732 * lread.c (Fload, init_lread):
1733 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1734 * keyboard.c (parse_tool_bar_item, struct event_head):
1735 * gtkutil.h (xg_get_font_name):
1736 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1737 (make_widget_for_menu_item, make_menu_item, create_menus)
1738 (xg_make_tool_item):
1739 * font.c (parse_matrix, font_parse_name):
1740 * floatfns.c (rounding_driver, float_error_fn_name):
1741 * filelock.c (get_boot_time_1, lock_file_1):
1742 * fileio.c (barf_or_query_if_file_exists, check_writable):
1743 * editfns.c (get_system_name, get_operating_system_release)
1744 (Fencode_time, Fset_time_zone_rule):
1745 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1746 * buffer.c (defvar_per_buffer): Use const.
1747
1748 2010-08-08 Kenichi Handa <handa@m17n.org>
1749
1750 * charset.c: Include <stdlib.h>.
1751 (struct charset_sort_data): New struct.
1752 (charset_compare): New function.
1753 (Fsort_charsets): New function.
1754 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1755
1756 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1757 number in CTEXT extended segment.
1758
1759 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1762 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1763
1764 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1767 (Fhash_table_size): Fix typos in docstrings.
1768 (Fmake_hash_table): Doc fix.
1769
1770 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1771
1772 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1773 Doc fix (bug#5625).
1774
1775 2010-08-08 Ken Brown <kbrown@cornell.edu>
1776
1777 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1778 the MSDOS definition.
1779
1780 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1781
1782 Use const char* instead of char*.
1783 * xterm.c (x_create_toolkit_scroll_bar):
1784 * xfont.c (xfont_list_pattern):
1785 * xfns.c (x_default_scroll_bar_color_parameter)
1786 (xic_create_fontsetname, x_default_font_parameter)
1787 (x_screen_planes):
1788 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1789 (store_mode_line_string, decode_mode_spec, display_string):
1790 * menu.c (digest_single_submenu):
1791 * keymap.h (initial_define_key, initial_define_lispy_key):
1792 * keymap.c (initial_define_key, initial_define_lispy_key):
1793 * image.c (image_error, image_keyword):
1794 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1795 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1796 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1797 (ftfont_list, ftfont_match):
1798 * frame.c (frame_parm_table):
1799 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1800 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1801 (font_add_log, font_deferred_log):
1802 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1803 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1804 (font_add_log, font_deferred_log):
1805 * emacs.c (argmatch):
1806 * dispextern.h (struct it):
1807 * coding.c (ENCODE_DESIGNATION):
1808 * charset.c (define_charset_internal): Use const.
1809
1810 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1811
1812 * xrdb.c: Remove include guard.
1813 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1814 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1815 realloc->xrealloc instead of using #defines.
1816
1817 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1818
1819 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1820 * editfns.c (Fline_beginning_position, Fline_end_position):
1821 State in the doc strings that start and end of line are in the
1822 logical order.
1823
1824 * xdisp.c (display_line): Move the handling of overlay arrow after
1825 the call to find_row_edges. (Bug#6699)
1826
1827 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * keyboard.c (command_loop_1):
1830 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1831
1832 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * insdel.c (prepare_to_modify_buffer): Save active region text to
1835 Vsaved_region_selection.
1836
1837 * xselect.c (QPRIMARY): Move to keyboard.c.
1838
1839 * keyboard.c (Vselect_active_regions): Move from simple.el.
1840 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1841 (command_loop_1): Set window selection prior to deactivating the mark.
1842
1843 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * alloc.c (lisp_malloc):
1846 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1847 * charset.h (emacs_mule_charset):
1848 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1849 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1850 (bitch_at_user):
1851 * lisp.h (Fcheck_coding_system, Fget_text_property)
1852 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1853 Remove duplicate declarations.
1854
1855 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1856
1857 * process.c: Simplify include logic.
1858
1859 * keyboard.h (quit_char): Add declaration.
1860 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1861 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1862 Add declarations.
1863 * sysdep.c:
1864 * w32.c: Remove the above declarations.
1865
1866 Remove extern declarations in .c files, .h files have them.
1867 * xterm.c:
1868 * xdisp.c:
1869 * msdos.c:
1870 * image.c:
1871 * gtkutil.c:
1872 * fileio.c:
1873 * eval.c: Remove declarations.
1874
1875 * frame.c (frame_params): Make const.
1876
1877 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1878
1879 * emacs.c (emacs_copyright, emacs_version): Make static.
1880 (Vinitial_window_system, Vauto_save_list_file_name)
1881 (Vinhibit_redisplay): Remove declarations.
1882 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1883 for AIX.
1884
1885 Use const for some arrays and functions.
1886 * xterm.h (xg_set_icon_from_xpm_data):
1887 * xfns.c (xg_set_icon_from_xpm_data):
1888 * term.c (fkeys):
1889 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1890 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1891 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1892 (frame.c frame_parms):
1893 * emacs-icon.h (gnu_xpm_bits):
1894 * callint.c (callint_argfuns): Use const.
1895
1896 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1897
1898 * sysdep.c: Move include term.h last of includes (Bug#6812).
1899
1900 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1901
1902 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1903
1904 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1905
1906 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1907
1908 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1911
1912 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1913
1914 * xterm.h (x_get_focus_frame): Declare.
1915
1916 * keyboard.h (poll_for_input_1): Unconditionally declare.
1917
1918 * nsterm.h (x_set_menu_bar_lines): Declare.
1919
1920 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1921
1922 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1923
1924 * window.c: Include menu.h.
1925
1926 * unexmacosx.c (print_region_list, print_regions)
1927 (build_region_list, find_emacs_zone_regions)
1928 (unexec_regions_merge, read_load_commands, dump_it)
1929 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1930
1931 * term.c: Check HAVE_SYS_IOCTL_H.
1932
1933 * sysdep.c: Check HAVE_TERM_H.
1934
1935 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1936
1937 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1938 (ns_ring_bell, ns_defined_color, hide_hourglass)
1939 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1940 Convert to ANSI C prototypes.
1941 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1942 before code.
1943
1944 * nsterm.h : Include sysselect.h.
1945 (x_sync, x_get_focus_frame, x_set_mouse_position)
1946 (x_set_mouse_pixel_position, x_make_frame_visible)
1947 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1948 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1949 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1950 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1951 Declare.
1952
1953 * nsmenu.m (popup_activated, name_is_separator)
1954 (syms_of_nsmenu): Convert to ANSI C prototypes.
1955 (runMenuAt): Prototypes and move declarations before code.
1956
1957 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1958
1959 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1960 prototypes.
1961
1962 * nsfns.m (have_menus_p, ns_display_info_for_name)
1963 (x_set_cursor_type, ns_appkit_version_str)
1964 (ns_appkit_version_int, ns_do_applescript)
1965 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1966 (syms_of_nsfns): Convert to ANSI C prototypes.
1967
1968 * menu.h (x_set_menu_bar_line): Declare.
1969 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1970
1971 * lisp.h (fmod_float): Declare.
1972
1973 * image.c (xpm_scan, xpm_make_color_table_v)
1974 (xpm_put_color_table_v, xpm_get_color_table_v)
1975 (xpm_make_color_table_h, xpm_put_color_table_h)
1976 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1977 (xpm_load): Convert to ANSI C prototypes.
1978
1979 * emacs.c: Include nsterm.h if HAVE_NS.
1980
1981 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1982
1983 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1984
1985 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1986 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1987 (socket_options): Use const char* for name.
1988
1989 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1990
1991 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1992
1993 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1994 Don't declare xmalloc_widget_value and digest_single_submenu.
1995
1996 * w32font.c (Qlatin): Remove declaration.
1997
1998 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1999
2000 * dired.c (compile_pattern): Restore declaration.
2001
2002 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 Remove extern declarations in .c files, .h files have them.
2005 * data.c:
2006 * dired.c:
2007 * editfns.c:
2008 * filelock.c:
2009 * fns.c:
2010 * font.c:
2011 * fontset.c:
2012 * frame.c:
2013 * fringe.c:
2014 * ftfont.c:
2015 * gtkutil.c:
2016 * indent.c:
2017 * keyboard.c:
2018 * keymap.c:
2019 * lread.c:
2020 * menu.c:
2021 * print.c:
2022 * search.c:
2023 * sound.c:
2024 * window.c:
2025 * xdisp.c:
2026 * xfaces.c:
2027 * xfns.c:
2028 * xfont.c:
2029 * xftfont.c:
2030 * xmenu.c:
2031 * xterm.c: Remove declarations.
2032
2033 Cleanup syssignal.h.
2034 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
2035 (main_thread): Move down to remove #ifdef.
2036 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
2037 Remove conditional definition following unconditional ones.
2038
2039 * lisp.h: Remove HAVE_SHM code, unused.
2040 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
2041 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
2042 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
2043 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
2044 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
2045 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
2046 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
2047 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
2048 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
2049 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
2050 (Qwindow_scroll_functions, Vafter_load_alist)
2051 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
2052 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
2053 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
2054 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
2055 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
2056 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
2057 (initial_argv, last_nonmenu_event, load_in_progress)
2058 (noninteractive_need_newline, scroll_margin): Add declarations.
2059
2060 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
2061 declarations, menu.h has them.
2062 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
2063 (Vinput_method_function, Qinput_method_function)
2064 (Qevent_symbol_element_mask, last_event_timestamp):
2065 * dispextern.h (Voverflow_newline_into_fringe):
2066 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
2067 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
2068 (syms_of_w32font, syms_of_nsfont):
2069 * fontset.h (find_font_encoding, Qlatin):
2070 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
2071 (Vtool_bar_mode, set_frame_menubar):
2072 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
2073 * xterm.h (Qx_gtk_map_stock):
2074 * keymap.h (meta_prefix_char): Add declarations.
2075
2076 * term.c: Remove dead code.
2077
2078 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
2079 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
2080 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
2081 which is what was there before BSD_PGRPS was removed.
2082
2083 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2084
2085 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
2086
2087 * unexcoff.c: Renamed from unexec.c.
2088
2089 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
2092
2093 2010-08-03 Johan Bockgård <bojohan@gnu.org>
2094
2095 * data.c (Flocal_variable_p): Handle variable aliases correctly.
2096 (Bug#6744)
2097
2098 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
2099
2100 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
2101 to TRUE if depth of screen is < 16.
2102
2103 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
2104 USE_GTK_TOOLTIP.
2105 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
2106 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
2107 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
2108 USE_GTK_TOOLTIP.
2109 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
2110
2111 * xterm.h (USE_GTK_TOOLTIP): New define.
2112 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
2113
2114 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
2115 to Control-D (Bug#6771).
2116
2117 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
2120 Wording by Drew Adams <drew.adams@oracle.com>.
2121
2122 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2123
2124 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
2125 ttip_lbl.
2126
2127 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
2128 calling gtk_widget_queue_draw.
2129 (x_free_frame_resources): Call xg_free_frame_widgets.
2130
2131 * xfns.c (x_gtk_use_system_tooltips): New variable.
2132 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
2133 new gtkutil tooltip functions to show the tooltip.
2134 (Fx_hide_tip): Call xg_hide_tooltip.
2135 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
2136
2137 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
2138 (xg_show_tooltip, xg_hide_tooltip): Declare.
2139
2140 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
2141 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
2142 New functions.
2143 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
2144 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
2145 Remove code that is commented out.
2146
2147 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
2150
2151 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * xselect.c (x_own_selection): Use list4.
2154
2155 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2156
2157 * buffer.c (Qwindow): Do not define, already defined in data.c.
2158 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
2159
2160 2010-07-29 Chad Brown <yandros@mit.edu>
2161
2162 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
2163 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
2164 * config.in: Undef HAVE_DIRENT_H.
2165 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
2166 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
2167
2168 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2169
2170 Rename s/usg5-4.h -> s/usg5-4-common.h.
2171 * s/usg5-4.h: Rename file to ...
2172 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
2173 * s/unixware.h:
2174 * s/sol2-6.h:
2175 * s/irix6-5.h: Update includes accordingly.
2176
2177 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2178
2179 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
2180
2181 * xterm.h (struct x_output): Add toolbar_top_height,
2182 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
2183 Remove toolbar_height.
2184 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
2185 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
2186 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
2187 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
2188
2189 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2190
2191 * xfns.c (x_set_tool_bar_position): New function.
2192 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2193 (x_frame_parm_handlers): Add x_set_tool_bar_position.
2194 (syms_of_xfns): If USE_GTK, provide move-toolbar.
2195
2196 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2197 and FRAME_TOOLBAR_LEFT_WIDTH.
2198
2199 * gtkutil.h (xg_change_toolbar_position): Declare.
2200
2201 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2202 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2203 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2204 (xg_create_frame_widgets): Create a hobox for placing widgets
2205 vertically. Use gtk_box_pack_start.
2206 (xg_height_or_width_changed): Renamed from xg_height_changed.
2207 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2208 (xg_update_frame_menubar, free_frame_menubar): Change to
2209 xg_height_or_width_changed.
2210 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2211 size correctly. Remove hardcoded 4, instead use handlebox size -
2212 toolbar size.
2213 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
2214 size correctly. Use handlebox size + toolbar size as additional size.
2215 (xg_pack_tool_bar): POS is a new parameter.
2216 Set orientation of tool bar based on pos.
2217 Only make handlebox_widget if NULL.
2218 Check if tool bar goes to vbox or hbox depending on pos.
2219 (xg_update_tool_bar_sizes): New function.
2220 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
2221 height, call xg_update_tool_bar_sizes instead.
2222 (free_frame_tool_bar): Remove from hbox or vbox depending on
2223 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2224 (xg_change_toolbar_position): New function.
2225
2226 * frame.h (struct frame): Add tool_bar_position.
2227 (Qbottom): Declare.
2228
2229 * frame.c (Qtool_bar_position): New variable.
2230 (make_frame): Set tool_bar_position to Qtop.
2231 (frame_parms): Add tool-bar-position.
2232 (x_report_frame_params): Store tool_bar_position.
2233 (x_set_fringe_width): Reset wm size hint after fringe changes.
2234
2235 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 Make lisp_time_argument declaration work on all systems.
2238 * lisp.h (lisp_time_argument): Move declaration ...
2239 * systime.h (lisp_time_argument): ... here
2240 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
2241
2242 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2243
2244 * vm-limit.c (POINTER): Add typedef for it.
2245 (start_of_data): Change return type from POINTER to char *.
2246
2247 * frame.h (Qtty_color_mode): Move declaration out of ifdef
2248 HAVE_WINDOW_SYSTEM.
2249
2250 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2251
2252 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2253 Remove reference to __osf__, unused.
2254
2255 * mem-limits.h: Remove duplicated includes.
2256 (NULL): Remove definition, unused.
2257 (POINTER): Remove definition.
2258 (start_of_data): Use char* in prototype, as the function
2259 definition does.
2260
2261 Remove extern declarations from .c files, and them to .h files.
2262 * keyboard.h (Qhelp_echo, waiting_for_input)
2263 (input_available_clear_time, ignore_mouse_drag_p)
2264 (Vdouble_click_time, real_this_command, Vthis_original_command):
2265 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2266 (Voverriding_local_map_menu_flag):
2267 * lisp.h (Qinteractive_form, use_file_dialog)
2268 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2269 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2270 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2271 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2272 (Qfunction, debug_on_next_call, Qfield)
2273 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2274 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2275 (Qfile_directory_p, Qinsert_file_contents)
2276 (Qcompletion_ignore_case, Qcompletion_ignore_case)
2277 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2278 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2279 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2280 (Qminibuffer_prompt)
2281 (Vtemporary_file_directory,char_ins_del_vector, Qface):
2282 * xterm.h (gray_bitmap_width, gray_bitmap_height)
2283 (gray_bitmap_bits, xic_create_fontsetname):
2284 * coding.h (Vtranslation_table_for_input): Add extern declarations.
2285
2286 * xsmfns.c (Vuser_login_name):
2287 * xrdb.c (Vdouble_click_time):
2288 * xfaces.c (xic_create_fontsetname):
2289 * w32select.c (waiting_for_input):
2290 * print.c (minibuffer_auto_raise):
2291 * msdos.c (Qhelp_echo):
2292 * macros.c (real_this_command):
2293 * keymap.c (Voverriding_local_map):
2294 * xterm.c (poll_for_input_1, gray_bitmap_width)
2295 (gray_bitmap_height, gray_bitmap_bits;
2296 * xmenu.c ( Voverriding_local_map)
2297 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2298 (use_file_dialog, Xt_app_con):
2299 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2300 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2301 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2302 (Qtool_bar_lines, ignore_mouse_drag_p):
2303 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2304 (Qrear_nonsticky, nconc2):
2305 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2306 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2307 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2308 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2309 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2310 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2311 (gc_in_progress):
2312 * doc.c (Voverriding_local_map, Qremap):
2313 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2314 (Vcompletion_regexp_list):
2315 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2316 (Qcompletion_ignore_case):
2317 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2318 (Vhistory_length, Vthis_original_command, real_this_command)
2319 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2320 * image.c (Qrisky_local_variable):
2321 * fontset.c (QCname):
2322 * fns.c (minibuffer_auto_raise, QCname):
2323 * dispnew.c (char_ins_del_cost):
2324 * composite.c (font_fill_lglyph_metrics):
2325 * cmds.c (Qface, Vtranslation_table_for_input):
2326 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2327 * ccl.c (charset_unicode):
2328 * callproc.c (Vtemporary_file_directory):
2329 * buffer.c (emacs_strerror): Remove extern declarations.
2330
2331 * data.c (Qwindow): Make non-static, used from other files too.
2332 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2333
2334 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2335 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2336 * s/usg5-4.h (COFF):
2337 * s/template.h:
2338 * s/msdos.h (COFF, NO_REMAP):
2339 * s/ms-w32.h (NO_REMAP):
2340 * s/hpux10-20.h (NO_REMAP):
2341 * m/sparc.h (SEGMENT_MASK):
2342 * m/m68k.h (NO_REMAP):
2343 * m/intel386.h (SEGMENT_MASK):
2344 * m/arm.h (NO_REMAP):
2345 * m/alpha.h (COFF):
2346 * m/template.h: Remove references to unused defines.
2347
2348 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2349
2350 * xsettings.c (Ftool_bar_get_system_style): Also check for
2351 Qtext_image_horiz.
2352
2353 * xdisp.c (Qtext_image_horiz): Define.
2354 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
2355 to documentation of tool-bar-style.
2356
2357 * lisp.h (Qtext_image_horiz): Declare.
2358
2359 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2360 style text_image_horiz.
2361
2362 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * emacs.c (Fkill_emacs): Remove return statement.
2365
2366 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2367 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2368 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2369 local extern declarations.
2370
2371 * xmenu.c: Do not included lwlib.h, not needed.
2372
2373 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2374
2375 * process.c: Move definitions earlier to minimize #ifdefs.
2376
2377 * xterm.h (x_get_customization_string, x_load_resources)
2378 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2379 (x_check_errors, x_property_data_to_lisp, defined_color)
2380 (xic_set_xfontset, x_defined_color): Use const.
2381
2382 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2383 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2384
2385 * xselect.c (selection_data_to_lisp_data)
2386 (x_property_data_to_lisp):
2387 * xrdb.c (x_get_string_resource, file_p)
2388 (x_get_customization_string, magic_file_p, search_magic_path)
2389 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2390 (x_get_string_resource): Use const.
2391
2392 * xfns.c: Include xlwmenu.h when USE_LUCID.
2393 (x_defined_color, xic_set_xfontset): Use const.
2394 (Fx_hide_tip): Remove local extern declaration.
2395
2396 * xfaces.c (Qmouse_face): Remove declaration.
2397 (face_color_gray_p, tty_defined_color, defined_color)
2398 (face_color_gray_p, face_color_supported_p): Add const.
2399
2400 * xdisp.c (do_mouse_tracking): Remove declaration.
2401 (add_to_log): Use const.
2402
2403 * minibuf.c (Qmouse_face): Remove declaration.
2404
2405 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2406
2407 * keyboard.h (do_mouse_tracking): Add declaration.
2408
2409 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2410 (QCdata, QCtype, Qcenter): Remove declarations.
2411
2412 * frame.c (x_get_resource_string, x_get_string_resource)
2413 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2414 (x_default_parameter): Use const.
2415
2416 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2417 (QCheight, QCsize, QCname): Remove declarations.
2418
2419 * emacs.c (main): Remove local extern declaration.
2420
2421 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2422 declarations.
2423
2424 * dispnew.c: Remove duplicate #include <unistd.h>.
2425 (update_window, update_frame_1, init_display): Remove local extern
2426 declarations.
2427
2428 * dispextern.h (add_to_log): Remove declaration.
2429 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2430 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2431
2432 * dired.c (scmp): Add const.
2433 (directory_files_internal): Remove local extern declaration.
2434
2435 * data.c (Finteractive_form): Use const.
2436
2437 * composite.c (syms_of_composite): Remove local extern declarations.
2438
2439 * charset.c (add_to_log): Remove declaration.
2440
2441 * character.c (strwidth, parse_str_to_multibyte): Add const.
2442
2443 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2444
2445 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2446
2447 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2448 (Lisp_Subr): Make doc and intspec constant.
2449 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2450 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2451 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2452 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2453 (display_arg): Add declarations.
2454
2455 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
2456
2457 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2458
2459 * window.c (Fwindow_height): Doc fix (bug#6518).
2460
2461 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2464
2465 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2466
2467 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2468 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2469 functions.
2470
2471 * frame.h (Qtty_color_mode): Add declaration.
2472
2473 * lisp.h (Ftop_level, Fexit_recursive_edit)
2474 (Fabort_recursive_edit): Mark as NO_RETURN.
2475
2476 2010-07-26 Kenichi Handa <handa@m17n.org>
2477
2478 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2479 number of glyphs gets smaller than the original length. (Bug#6621)
2480
2481 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
2482
2483 * lread.c (unreadpure, mapatoms_1): Make static.
2484
2485 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * terminfo.c (tparam): Fix prototype of tparm.
2488
2489 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2490
2491 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2492 find start of text segment.
2493 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2494 is defined.
2495
2496 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2497
2498 2010-07-25 Ken Brown <kbrown@cornell.edu>
2499
2500 * vm-limit.c (check_memory_limits): Fix previous change;
2501 accidentally reverted an earlier change.
2502
2503 2010-07-25 Ken Brown <kbrown@cornell.edu>
2504
2505 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2506 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2507
2508 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2509
2510 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2511 * dired.c (opendir, readdir): Fix prototypes.
2512 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2513 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2514 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2515 (telldir): Remove declaration.
2516 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2517 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2518 * syssignal.h (strsignal): Fix prototype.
2519 * term.c (tparam): Fix prototype.
2520 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2521 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2522 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2523 and __morecore.
2524 * w32gui.h (XParseGeometry): Fix prototype.
2525 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2526 * w32term.c (my_set_focus): Declare inside #if 0.
2527 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2528 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2529 (drain_message_queue, get_next_msg, post_msg, parse_button)
2530 (ClipboardSequence_Proc): Fix prototypes.
2531 (wait_for_sync): Remove declaration.
2532
2533 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * w32fns.c (w32_to_x_color): Remove, unused.
2536
2537 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2538
2539 * lisp.h: Remove leftover P_.
2540
2541 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * ecrt0.c, unexalpha.c: Remove files, unused.
2544
2545 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2546
2547 * cmds.c (internal_self_insert): Make static.
2548 * lisp.h (internal_self_insert): Remove declaration.
2549
2550 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * alloc.c (free_float):
2553 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2554 * frame.c (delete_frame_handler):
2555 * ralloc.c (reorder_bloc):
2556 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2557 Remove unused static functions.
2558
2559 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2560 it is called only from NS code.
2561
2562 * w32term.c (my_set_focus): #ifdef away; it is called only from
2563 "#ifdef 0" code.
2564
2565 * w32fns.c (x_edge_detection):
2566 * xfaces.c (may_use_scalable_font_p):
2567 Remove obsolete static declarations.
2568
2569 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2572 (emacs_blocked_realloc, uninterrupt_malloc):
2573 * fringe.c (w32_reset_fringes):
2574 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2575 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2576 * sound.c (be2hs, do_play_sound):
2577 * vm-limit.c (get_lim_data, ret_lim_data):
2578 * w32term.c (x_free_frame_resources):
2579 * xfaces.c (x_create_gc, x_free_gc):
2580 Convert definitions to standard C.
2581
2582 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * eval.c (Feval, Ffuncall): Use the new names.
2585
2586 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2587 (DEFUN): Add braces around the union initialisation and use ## to
2588 specify the right union alternative and avoid a cast.
2589
2590 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2593
2594 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2597
2598 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2599
2600 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2601 is related to the menu bar (Bug#6499).
2602 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2603
2604 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2605
2606 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2607
2608 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2609
2610 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2611 i.e. don't put back ButtonRelease (Bug#6608).
2612
2613 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2614 instead of Window. Call xg_event_is_for_menubar when
2615 USE_GTK (Bug#6499).
2616
2617 * gtkutil.h (xg_event_is_for_menubar): Declare.
2618
2619 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2620
2621 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2622
2623 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2624 when it's the same as the old foreground. (Bug#6609)
2625
2626 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2627
2628 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2629 widget is non-null (Bug#6645).
2630
2631 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2632
2633 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2634 Convert old-style definition.
2635
2636 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2637 timestamp argument.
2638
2639 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2640
2641 * fringe.c (update_window_fringes): Restore mistakenly reverted
2642 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2643
2644 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2645
2646 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2647 (SET_SAVED_KEY_EVENT): Remove (not used).
2648 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2649 remove size parameter.
2650 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2651 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2652 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2653 ButtonRelease.
2654 (x_set_window_size_1): scroll_bar_actual_width is always
2655 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2656
2657 * xdisp.c (pending_menu_activation): Remove extern declaration.
2658 (prepare_menu_bars): Remove setting of pending_menu_activation.
2659
2660 * xmenu.c (pending_menu_activation): Remove.
2661 (x_activate_menubar): Set popup_activated_flag for Xt also.
2662 Remove setting of pending_menu_activation.
2663 (set_frame_menubar): Remove check of pending_menu_activation.
2664 Declare menubar_size before code. Correct spelling in comment.
2665
2666 2010-07-14 Kenichi Handa <handa@m17n.org>
2667
2668 * font.c (font_open_entity): Cancel previous change.
2669 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2670
2671 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2672
2673 Remove subprocesses #ifdefs.
2674 * process.c <inhibit_sentinels>: Move to the common part.
2675 (Fwaiting_for_user_input_p): Move to the common part; return nil
2676 if async subprocesses aren't supported.
2677 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2678 MS-DOS. Remove "#ifdef subprocesses".
2679 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2680 (gettimeofday): Remove "#ifdef subprocesses".
2681 (wait_without_blocking): Remove function.
2682 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2683 Remove "#ifdef subprocesses".
2684 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2685 compiled on MS-DOS.
2686 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2687 wait_for_termination on MS-DOS.
2688 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2689 initialization of inhibit_sentinels.
2690 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2691 subprocesses" conditional.
2692 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2693 wait_for_termination, since `buffer' cannot be an integer when
2694 async subprocesses are not supported
2695 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2696 for ifdefing away the call to Fprocess_status.
2697
2698 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2699 away the entire body of the function.
2700
2701 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 Remove subprocesses #ifdefs from term.c.
2704 * process.c (add_keyboard_wait_descriptor)
2705 (delete_keyboard_wait_descriptor): Move to common section, do
2706 nothing when subprocesses is not defined.
2707 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2708 Remove subprocesses #ifdefs.
2709
2710 Convert maybe_fatal to standard C.
2711 * lisp.h (verror): Declare.
2712 * eval.c (verror): New function containing the code from ...
2713 (error): ... this. Call verror.
2714 * term.c (vfatal): New function containing the code from ...
2715 (fatal): ... this. Call vfatal.
2716 (maybe_fatal): Convert to standard C, use variable number of
2717 arguments. Declare as non-return.
2718 (init_tty): Fix maybe_fatal call.
2719
2720 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2721
2722 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2723 (_scroll_bar_note_movement): Convert definitions to standard C.
2724 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2725 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2726
2727 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2730 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2731 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2732 (xaw_jump_callback, xaw_scroll_callback)
2733 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2734 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2735 definitions to standard C.
2736 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2737 (popup_activate_callback, popup_deactivate_callback)
2738 (menu_highlight_callback, menubar_selection_callback)
2739 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2740 (free_frame_menubar, popup_selection_callback, as)
2741 (create_and_show_popup_menu, dialog_selection_callback)
2742 (create_and_show_dialog):
2743 * xfns.c (hack_wm_protocols, x_window):
2744 * xfaces.c (x_update_menu_appearance):
2745 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2746 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2747 (set_frame_size, update_wm_hints, setup_frame_gcs)
2748 (update_various_frame_slots, update_from_various_frame_slots)
2749 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2750 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2751 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2752
2753 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2754
2755 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2756
2757 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2758
2759 * process.c (setup_process_coding_systems): Move to the part
2760 shared by non-subprocesses systems, and make its body empty when
2761 subprocesses is not defined.
2762 (close_process_descs): Move to the part shared by non-subprocesses
2763 systems.
2764 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2765 ANSI C.
2766
2767 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2768
2769 * editfns.c (transpose_markers): Convert old-style definition.
2770 * emacs.c (abort, shut_down_emacs, fixup_locale)
2771 (synchronize_system_time_locale)
2772 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2773 * floatfns.c (extract_float, matherr, init_floatfns)
2774 (syms_of_floatfns): Likewise.
2775 * fns.c (make_hash_table): Likewise.
2776 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2777 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2778 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2779 (ftfont_variation_glyphs): Likewise.
2780 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2781 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2782 * lread.c (read_filtered_event): Likewise.
2783 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2784 * process.c (wait_reading_process_output): Likewise.
2785 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2786 * search.c (search_buffer, boyer_moore): Likewise.
2787 * syntax.c (scan_sexps_forward): Likewise.
2788 * xdisp.c (try_scrolling): Likewise.
2789 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2790 (face_at_string_position): Likewise.
2791 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2792 * xselect.c (x_get_window_property, receive_incremental_selection)
2793 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2794 Likewise.
2795 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2796
2797 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2798
2799 * callproc.c (child_setup): Remove subprocesses conditional.
2800 Remove code dealing with SET_EMACS_PRIORITY, unused.
2801
2802 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2803 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2804
2805 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2806 (__do_global_dtors, __main): Use void in definition.
2807 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2808 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2809 the only users from ...
2810 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2811 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2812 (HAVE_VOLATILE): Remove, unused.
2813
2814 Convert more function definitions to standard C.
2815 * xdisp.c (window_box_edges, handle_single_display_spec)
2816 (display_string): Convert definition to standard C.
2817 * scroll.c (do_direct_scrolling, scrolling_1):
2818 * dispnew.c (allocate_matrices_for_frame_redisplay)
2819 (mirrored_line_dance):
2820 * coding.c (code_convert_string):
2821 * charset.c (map_charset_chars):
2822 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2823 (Fregister_ccl_program, Fregister_code_conversion_map):
2824 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2825 (head_table): Make static and const.
2826
2827 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2828
2829 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2830 (PROFILING_LDFLAGS): Set from substitution.
2831 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2832 CFLAGS last.
2833
2834 2010-07-12 Kenichi Handa <handa@m17n.org>
2835
2836 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2837 (shortlisp): Likewise.
2838
2839 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2840
2841 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2842 of FONT_ENTITY_INDEX.
2843 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2844 property, get the property value dynamically.
2845 (Ffont_put): Accept font-entity and font-object too.
2846 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2847 return value changed.
2848 (syms_of_font): Adjusted for the above change.
2849
2850 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2851
2852 * blockinput.h: Remove obsolete comment.
2853
2854 * lisp.h: Include <stddef.h>.
2855 (OFFSETOF): Don't define.
2856 (VECSIZE): Use offsetof instead of OFFSETOF.
2857 (PSEUDOVECSIZE): Likewise.
2858 * process.c (conv_sockaddr_to_lisp): Likewise.
2859 * alloc.c: Don't include <stddef.h>.
2860 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2861
2862 * process.c: Remove obsolete comment.
2863
2864 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2867
2868 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2869
2870 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2871 index, rindex.
2872 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2873 * editfns.c (Fuser_full_name, Fformat): Likewise.
2874 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2875 * fileio.c (Ffile_symlink_p): Likewise.
2876 * filelock.c (current_lock_owner): Likewise.
2877 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2878 * fontset.c (fontset_pattern_regexp): Likewise.
2879 * lread.c (read1): Likewise.
2880 * sysdep.c (init_system_name): Likewise.
2881 * xfns.c (select_visual): Likewise.
2882 * s/hpux10-20.h (index, rindex): Don't define.
2883 * s/ms-w32.h (index): Likewise.
2884 * s/usg5-4.h: Likewise.
2885
2886 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2887
2888 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2889 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2890 (egetenv): Likewise.
2891 * doprnt.c (doprnt): Likewise.
2892 * editfns.c (set_time_zone_rule, format2): Likewise.
2893 * emacs.c (decode_env_path): Likewise.
2894 * eval.c (signal_error, error): Likewise.
2895 * insdel.c (replace_range_2): Likewise.
2896 * keyboard.c (cmd_error_internal): Likewise.
2897 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2898 * print.c (write_string, write_string_1, print_error_message):
2899 Likewise.
2900 * vm-limit.c (warn_function, memory_warnings): Likewise.
2901 * xdisp.c (message1, message1_nolog, message_with_string)
2902 (vmessage, message, message_nolog): Likewise.
2903 * emacs.c: Remove duplicate declaration.
2904 * keyboard.h: Likewise.
2905 * lisp.h: Update prototypes.
2906
2907 * eval.c: Fix indentation problem.
2908
2909 * keyboard.c: Include "process.h"
2910
2911 * eval.c: Remove obsolete noinline declaration.
2912 * fns.c: Likewise.
2913
2914 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2915
2916 * doprnt.c (doprnt): Take a va_list argument instead of count and
2917 pointer.
2918 * eval.c (error): Change to a standard-C variadic function.
2919 * xdisp.c (vmessage): Renamed from message, made static, and
2920 changed to take a va_list argument.
2921 (message): New variadic wrapper.
2922 (message_nolog): Now a variadic function, calling vmessage.
2923 * lisp.h: Include stdarg.h for va_list.
2924 (doprnt, error, message, message_nolog): Decls updated.
2925
2926 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2927
2928 * process.c (syms_of_process) <delete-exited-processes>: Define
2929 even if !subprocesses.
2930 (delete_exited_processes): Ditto.
2931
2932 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2933 (delete_exited_processes): Don't define.
2934
2935 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2936
2937 * frame.c (make_frame): Initialize menu_bar_lines and
2938 tool_bar_lines members.
2939 (make_initial_frame, make_terminal_frame): Initialize
2940 menu_bar_lines using value of menu-bar-mode.
2941
2942 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2943
2944 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2945
2946 * process.c: Reshuffle #include's. Condition some of the global
2947 and static variables on `subprocesses'.
2948 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2949 Leave only one implementation.
2950 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2951 (kill_buffer_processes, Flist_system_processes)
2952 (Fprocess_attributes, init_process, syms_of_process): Unify the
2953 implementations for with subprocesses and without them.
2954
2955 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2956
2957 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2958 correct size for Motif.
2959 (free_frame_menubar): Call x_set_window_size to update frame size.
2960
2961 * xfns.c (x_window): Set borderWidth to 0 for pane and
2962 EmacsFrame. Frame size calculation is wrong otherwise.
2963
2964 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2967 allows to suppress errors when polling in Emacs' main loop.
2968 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2969 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2970 (Fdbus_method_error_internal, Fdbus_send_signal)
2971 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2972 (Fdbus_register_method): Use it. (Bug#6579)
2973
2974 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2975
2976 * alloc.c: Convert DEFUNs to standard C.
2977 * buffer.c:
2978 * bytecode.c:
2979 * callint.c:
2980 * callproc.c:
2981 * casefiddle.c:
2982 * casetab.c:
2983 * category.c:
2984 * character.c:
2985 * charset.c:
2986 * chartab.c:
2987 * cmds.c:
2988 * coding.c:
2989 * composite.c:
2990 * data.c:
2991 * dbusbind.c:
2992 * dired.c:
2993 * dispnew.c:
2994 * doc.c:
2995 * dosfns.c:
2996 * editfns.c:
2997 * emacs.c:
2998 * eval.c:
2999 * fileio.c:
3000 * filelock.c:
3001 * floatfns.c:
3002 * fns.c:
3003 * font.c:
3004 * fontset.c:
3005 * frame.c:
3006 * fringe.c:
3007 * image.c:
3008 * indent.c:
3009 * insdel.c:
3010 * keyboard.c:
3011 * keymap.c:
3012 * lread.c:
3013 * macros.c:
3014 * marker.c:
3015 * menu.c:
3016 * minibuf.c:
3017 * msdos.c:
3018 * nsfns.m:
3019 * nsmenu.m:
3020 * nsselect.m:
3021 * print.c:
3022 * process.c:
3023 * search.c:
3024 * sound.c:
3025 * syntax.c:
3026 * term.c:
3027 * terminal.c:
3028 * textprop.c:
3029 * undo.c:
3030 * w16select.c:
3031 * w32console.c:
3032 * w32fns.c:
3033 * w32font.c:
3034 * w32menu.c:
3035 * w32proc.c:
3036 * w32select.c:
3037 * window.c:
3038 * xdisp.c:
3039 * xfaces.c:
3040 * xfns.c:
3041 * xmenu.c:
3042 * xselect.c:
3043 * xsettings.c:
3044 * xsmfns.c: Likewise.
3045
3046 2010-07-08 Eli Zaretskii <eliz@gnu.org>
3047
3048 * process.c (kbd_is_on_hold, hold_keyboard_input)
3049 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
3050
3051 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
3052
3053 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3054 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
3055 unless USE_LUCID.
3056
3057 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3058
3059 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
3060 declaration.
3061
3062 Clean up include guards.
3063 * tparam.c: Remove include guards for config.h, string.h and code
3064 that assumes #ifndef emacs.
3065 * termcap.c:
3066 * unexalpha.c:
3067 * sysdep.c:
3068 * filemode.c:
3069 * filelock.c:
3070 * bidi.c: Likewise.
3071
3072 Remove prefix-args.c
3073 * prefix-args.c: Remove file.
3074 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
3075 * Makefile.in (temacs${EXEEXT}): Remove references to
3076 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
3077 (mostlyclean): Remove reference to prefix-args.
3078 (prefix-args): Remove.
3079
3080 Simplify cstart_of_data, start_of_code and related code.
3081 * mem-limits.h: Remove !emacs and _LIBC conditional code.
3082 (start_of_data): Merge into start_of_data function.
3083 * sysdep.c (start_of_text): Remove. Move simplified versions of
3084 it in the only users: unexaix.c and unexec.c.
3085 (read_input_waiting): Remove local declaration of quit_char.
3086 (start, etext): Remove declarations.
3087 (start_of_data): Merge with the version in mem-limits.h and move
3088 to vm-limits.c.
3089 * vm-limit.c (start_of_data): Merged and simplified version of the
3090 code formerly in mem-limits.h and sysdep.c.
3091 * unexec.c (start): New declaration, moved from sysdep.c.
3092 (start_of_text): Simplified version of the code formerly in sysdep.c.
3093 * unexaix.c (start_of_text): Simplified version of the code
3094 formerly in sysdep.c.
3095 * m/alpha.h (HAVE_TEXT_START): Remove.
3096 (TEXT_START): Move ...
3097 * unexalpha.c (TEXT_START): ... here.
3098 * s/hpux10-20.h (TEXT_START): Remove.
3099 * s/darwin.h (TEXT_START):
3100 * m/mips.h (TEXT_START):
3101 * m/macppc.h (HAVE_TEXT_START):
3102 * m/m68k.h (TEXT_START):
3103 * m/iris4d.h (TEXT_START):
3104 * m/intel386.h (TEXT_START):
3105 * m/ibmrs6000.h (TEXT_START):
3106 * m/ia64.h (HAVE_TEXT_START):
3107 * s/msdos.h (TEXT_START): Likewise.
3108
3109 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3110
3111 * alloc.c (overrun_check_malloc, overrun_check_realloc)
3112 (overrun_check_free, xstrdup, allocate_string)
3113 (allocate_string_data, compact_small_strings, Fmake_string)
3114 (make_unibyte_string, make_multibyte_string)
3115 (make_string_from_bytes, make_specified_string, make_float)
3116 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
3117 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
3118 memcpy, memmove, memset, memcmp.
3119 * atimer.c (start_atimer, set_alarm): Likewise.
3120 * buffer.c (clone_per_buffer_values, report_overlay_modification)
3121 (mmap_realloc, init_buffer_once): Likewise.
3122 * callint.c (Fcall_interactively): Likewise.
3123 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
3124 (getenv_internal_1): Likewise.
3125 * casefiddle.c (casify_object): Likewise.
3126 * ccl.c (ccl_driver): Likewise.
3127 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
3128 * charset.c (load_charset_map_from_file)
3129 (load_charset_map_from_file, load_charset_map_from_vector)
3130 (Fdefine_charset_internal): Likewise.
3131 * cm.c (Wcm_clear): Likewise.
3132 * coding.c (decode_eol, decode_coding_object)
3133 (Fset_coding_system_priority, make_subsidiaries): Likewise.
3134 * data.c (Faset): Likewise.
3135 * dired.c (directory_files_internal, file_name_completion_stat):
3136 Likewise.
3137 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
3138 (clear_glyph_row, copy_row_except_pointers)
3139 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
3140 (save_current_matrix, restore_current_matrix)
3141 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
3142 (mirror_line_dance, scrolling_window): Likewise.
3143 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
3144 Likewise.
3145 * doprnt.c (doprnt): Likewise.
3146 * editfns.c (Fuser_full_name, make_buffer_string_both)
3147 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
3148 * emacs.c (sort_args): Likewise.
3149 * eval.c (Fapply, Ffuncall): Likewise.
3150 * fileio.c (Ffile_name_directory, make_temp_name)
3151 (Fexpand_file_name, search_embedded_absfilename)
3152 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
3153 (auto_save_error): Likewise.
3154 * fns.c (Fstring_equal, Fcopy_sequence, concat)
3155 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
3156 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
3157 (Fmake_hash_table): Likewise.
3158 * fringe.c (Fdefine_fringe_bitmap): Likewise.
3159 * ftfont.c (ftfont_text_extents): Likewise.
3160 * getloadavg.c (getloadavg): Likewise.
3161 * image.c (define_image_type, make_image, make_image_cache)
3162 (x_create_x_image_and_pixmap, xbm_image_p)
3163 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
3164 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
3165 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
3166 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
3167 (tiff_image_p, tiff_read_from_memory, gif_image_p)
3168 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
3169 Likewise.
3170 * indent.c (scan_for_column, compute_motion): Likewise.
3171 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
3172 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
3173 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
3174 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
3175 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
3176 (store_user_signal_events, menu_bar_items, tool_bar_items)
3177 (process_tool_bar_item, append_tool_bar_item)
3178 (read_char_minibuf_menu_prompt, read_key_sequence)
3179 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
3180 Likewise.
3181 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
3182 Likewise.
3183 * lisp.h (STRING_COPYIN): Likewise.
3184 * lread.c (Fload, read1, oblookup): Likewise.
3185 * msdos.c (Frecent_doskeys): Likewise.
3186 * nsfns.m (Fx_create_frame): Likewise.
3187 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
3188 Likewise.
3189 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
3190 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
3191 Likewise.
3192 * nsmenu.m (ns_update_menubar): Likewise.
3193 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3194 * print.c (print_unwind, printchar, strout, print_string)
3195 (print_error_message): Likewise.
3196 * process.c (conv_lisp_to_sockaddr, set_socket_option)
3197 (Fmake_network_process, Fnetwork_interface_list)
3198 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3199 (init_process): Likewise.
3200 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3201 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3202 Likewise.
3203 * scroll.c (do_scrolling, do_direct_scrolling)
3204 (scrolling_max_lines_saved): Likewise.
3205 * search.c (search_buffer, wordify, Freplace_match): Likewise.
3206 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3207 * syntax.c (skip_chars, skip_syntaxes): Likewise.
3208 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3209 (emacs_set_tty): Likewise.
3210 * term.c (encode_terminal_code, calculate_costs)
3211 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3212 Likewise.
3213 * termcap.c (tgetst1, gobble_line): Likewise.
3214 * termhooks.h (EVENT_INIT): Likewise.
3215 * tparam.c (tparam1): Likewise.
3216 * unexalpha.c (unexec): Likewise.
3217 * unexec.c (write_segment): Likewise.
3218 * unexmacosx.c (unexec_write_zero): Likewise.
3219 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3220 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3221 * w32font.c (w32font_list_family, w32font_text_extents)
3222 (w32font_list_internal, w32font_match_internal)
3223 (w32font_open_internal, compute_metrics, Fx_select_font):
3224 Likewise.
3225 * w32menu.c (set_frame_menubar, add_menu_item)
3226 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3227 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3228 * w32uniscribe.c (uniscribe_list_family): Likewise.
3229 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3230 * window.c (make_window, replace_window, set_window_buffer)
3231 (Fsplit_window): Likewise.
3232 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3233 (add_to_log, message3, x_consider_frame_title)
3234 (append_space_for_newline, extend_face_to_end_of_line)
3235 (decode_mode_spec_coding, init_glyph_string): Likewise.
3236 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3237 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3238 (face_attr_equal_p, make_realized_face, make_face_cache)
3239 (free_realized_faces, lookup_named_face, smaller_face)
3240 (face_with_height, lookup_derived_face)
3241 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3242 (Finternal_set_font_selection_order, realize_default_face)
3243 (compute_char_face, face_at_buffer_position)
3244 (face_for_overlay_string, face_at_string_position, merge_faces):
3245 Likewise.
3246 * xfns.c (xic_create_fontsetname, Fx_create_frame)
3247 (Fx_window_property, x_create_tip_frame)
3248 (Fx_backspace_delete_keys_p): Likewise.
3249 * xfont.c (xfont_list, xfont_match, xfont_list_family)
3250 (xfont_text_extents): Likewise.
3251 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3252 * xrdb.c (magic_file_p, x_get_resource): Likewise.
3253 * xselect.c (x_queue_event, x_get_window_property)
3254 (receive_incremental_selection): Likewise.
3255 * xsmfns.c (x_session_check_input): Likewise.
3256 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3257 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3258 Likewise.
3259 * character.h (BCOPY_SHORT): Removed.
3260 * config.in: Regenerate.
3261 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3262 * emacs.c (main) [PROFILING]: Don't declare
3263 dump_opcode_frequencies.
3264 * lisp.h (safe_bcopy): Remove declaration.
3265 (memset) [!HAVE_MEMSET]: Declare.
3266 (memcpy) [!HAVE_MEMCPY]: Likewise.
3267 (memmove) [!HAVE_MEMMOVE]: Likewise.
3268 (memcmp) [!HAVE_MEMCMP]: Likewise.
3269 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3270 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3271 Don't define.
3272 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3273 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3274 (BCOPY_DOWNWARD_SAFE): Don't define.
3275 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3276 (memcpy) [!HAVE_MEMCPY]: Define.
3277 (memmove) [!HAVE_MEMMOVE]: Define.
3278 (memcmp) [!HAVE_MEMCMP]: Define.
3279
3280 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
3281
3282 * process.c (kbd_is_on_hold): New variable.
3283 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3284 New functions.
3285 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3286 select on empty input mask.
3287 (init_process): Initialize kbd_is_on_hold to 0.
3288
3289 * process.h (hold_keyboard_input, unhold_keyboard_input)
3290 (kbd_on_hold_p): Declare.
3291
3292 * keyboard.c (input_available_signal): Declare.
3293 (kbd_buffer_nr_stored): New function.
3294 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3295 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3296 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3297 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3298 (tty_read_avail_input): If input is on hold, return.
3299 Don't read more that free slots in kbd_buffer (Bug#6571).
3300
3301 2010-07-07 Eli Zaretskii <eliz@gnu.org>
3302
3303 * msdos.h:
3304 * msdos.c:
3305 * dosfns.c:
3306 * w16select.c: Convert function definitions to ANSI C.
3307
3308 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3309 Remove unused prototypes.
3310
3311 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * coding.c, sysdep.c: Convert some more functions to standard C.
3314
3315 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3318 (encode_coding_object): Use SPECPDL_INDEX.
3319 (syms_of_coding): Use DOS_NT.
3320
3321 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3324
3325 Make the function member of Lisp_Subr use standard C prototypes.
3326 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3327 (DECL_ALIGN): Add a cast for the function.
3328 * eval.c (Feval, Ffuncall): Use the proper type for each type
3329 function call.
3330
3331 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3334 fringe face id, so face-remapping-alist works (Bug#6091).
3335
3336 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3339 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3340 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3341
3342 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3343
3344 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3345 * lisp.h: Declare x_get_keysym_name.
3346 * keyboard.c (modify_event_symbol): Don't declare
3347 x_get_keysym_name here.
3348
3349 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3350
3351 * ecrt0.c: Revert conversion to standard C.
3352
3353 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * vm-limit.c (memory_warnings):
3356 * keyboard.c (modify_event_symbol):
3357 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3358 (round2, emacs_rint):
3359 * process.c (send_process, old_sigpipe): Convert function
3360 definitions and declarations to standard C.
3361
3362 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3365 * xdisp.c: Convert function definitions to standard C.
3366
3367 * cm.c (cmputc): Arg C is now int, not char.
3368 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3369
3370 2010-07-05 James Cloos <cloos@jhcloos.com>
3371
3372 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3373
3374 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3375 _NET_WM_ICON_NAME atoms.
3376
3377 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3378 and _NET_WM_ICON_NAME properties, too, matching what is
3379 done in the Gtk+ case.
3380
3381 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3382
3383 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3384
3385 * xsmfns.c (SSDATA): New macro.
3386 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3387 passed to strlen/strcpy/strcat.
3388 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
3389 7:th arg to XChangeProperty to (unsigned char *).
3390
3391 * xsettings.c (something_changedCB, parse_settings)
3392 (apply_xft_settings): Reformat prototype.
3393 (something_changedCB, init_gconf): Remove unused variable i.
3394 (read_settings): Remove unused variable long_len.
3395
3396 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3397 (xg_get_image_for_pixmap, create_dialog)
3398 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3399 (menuitem_highlight_callback, make_menu_item)
3400 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3401 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3402 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3403 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3404 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3405 (xg_tool_bar_item_expose_callback): Reformat prototype.
3406 (xg_update_menubar): GList *group => GSList *group.
3407 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3408 before use.
3409 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3410 to GTK_IMAGE (wimage).
3411
3412 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3413
3414 * atimer.c: Use "" instead of <> for local includes for
3415 consistency with the rest of the code.
3416
3417 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3418 * xrdb.c (get_system_name):
3419 * window.c (shrink_windows):
3420 * syntax.c (forw_comment):
3421 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3422 (ins_del_costs):
3423 * mem-limits.h (start_of_data):
3424 * lread.c (readevalloop):
3425 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3426 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3427 * frame.c (x_get_focus_frame):
3428 * floatfns.c (fmod_float):
3429 * fileio.c (choose_write_coding_system):
3430 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3431 (malloc_initialize_hook, sort_args, synchronize_locale):
3432 * doprnt.c (doprnt):
3433 * dired.c (compile_pattern):
3434 * data.c (fmod_float):
3435 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3436 (map_char_table_for_charset):
3437 * charset.c (define_charset_internal):
3438 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3439 to standard C.
3440
3441 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3442 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * lread.c (read1): Fix up last change to not mess up `c'.
3445
3446 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3449
3450 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3451
3452 Fix prototypes.
3453
3454 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3455 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3456 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3457 arg, as required by internal_condition_case_1.
3458 * print.c (strout): Use const char* for arg PTR.
3459 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3460 (analyse_first): Fix "const const".
3461 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3462 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3463 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3464
3465 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3466
3467 * alloc.c: Convert function definitions to standard C.
3468 * atimer.c:
3469 * bidi.c:
3470 * bytecode.c:
3471 * callint.c:
3472 * callproc.c:
3473 * casefiddle.c:
3474 * casetab.c:
3475 * category.c:
3476 * ccl.c:
3477 * character.c:
3478 * charset.c:
3479 * chartab.c:
3480 * cmds.c:
3481 * coding.c:
3482 * composite.c:
3483 * data.c:
3484 * dbusbind.c:
3485 * dired.c:
3486 * dispnew.c:
3487 * doc.c:
3488 * doprnt.c:
3489 * ecrt0.c:
3490 * editfns.c:
3491 * fileio.c:
3492 * filelock.c:
3493 * filemode.c:
3494 * fns.c:
3495 * font.c:
3496 * fontset.c:
3497 * frame.c:
3498 * fringe.c:
3499 * ftfont.c:
3500 * ftxfont.c:
3501 * gtkutil.c:
3502 * indent.c:
3503 * insdel.c:
3504 * intervals.c:
3505 * keymap.c:
3506 * lread.c:
3507 * macros.c:
3508 * marker.c:
3509 * md5.c:
3510 * menu.c:
3511 * minibuf.c:
3512 * prefix-args.c:
3513 * print.c:
3514 * ralloc.c:
3515 * regex.c:
3516 * region-cache.c:
3517 * scroll.c:
3518 * search.c:
3519 * sound.c:
3520 * strftime.c:
3521 * syntax.c:
3522 * sysdep.c:
3523 * termcap.c:
3524 * terminal.c:
3525 * terminfo.c:
3526 * textprop.c:
3527 * tparam.c:
3528 * undo.c:
3529 * unexelf.c:
3530 * window.c:
3531 * xfaces.c:
3532 * xfns.c:
3533 * xfont.c:
3534 * xftfont.c:
3535 * xgselect.c:
3536 * xmenu.c:
3537 * xrdb.c:
3538 * xselect.c:
3539 * xsettings.c:
3540 * xsmfns.c:
3541 * xterm.c: Likewise.
3542
3543 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3544
3545 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3546 frames other than the initial one. Fix reversal of colors when
3547 `reverse' is specified in the frame parameters. Call
3548 update_face_from_frame_parameter instead of
3549 internal-set-lisp-face-attribute. Initialize screen colors from
3550 initial_screen_colors[] when f->default_face_done_p is zero,
3551 instead of depending on being called with default-frame-alist as
3552 the alist argument.
3553
3554 * xfaces.c (update_face_from_frame_parameter): Move out of
3555 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3556 with HAVE_WINDOW_SYSTEM.
3557
3558 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3559 to menu-bar-mode, if not set in the frame parameters or in
3560 default-frame-alist.
3561
3562 * w32console.c (sys_tputs): Adjust argument list to prototype in
3563 term.c.
3564
3565 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * lisp.h (memory_warnings): Fix prototype.
3568
3569 * cm.h (evalcost): Fix prototype.
3570
3571 * cm.c (evalcost): Fix arg type.
3572
3573 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3574
3575 * term.c (term_clear_mouse_face, Fidentity):
3576 * syssignal.h (signal_handler_t):
3577 * lisp.h (memory_warnings):
3578 * coding.h (preferred_coding_system):
3579 * cm.h (evalcost):
3580 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3581
3582 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3583
3584 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3585 from prototypes.
3586
3587 * msdos.h (load_pixmap): Don't define away.
3588
3589 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3590
3591 * lisp.h:
3592 * atimer.h: Remove define for P_.
3593
3594 * alloc.c: Remove __P and P_ from .c and .m files.
3595 * atimer.c:
3596 * buffer.c:
3597 * callint.c:
3598 * category.c:
3599 * charset.c:
3600 * chartab.c:
3601 * cm.c:
3602 * coding.c:
3603 * composite.c:
3604 * data.c:
3605 * dired.c:
3606 * dispnew.c:
3607 * doc.c:
3608 * editfns.c:
3609 * emacs.c:
3610 * eval.c:
3611 * fileio.c:
3612 * filelock.c:
3613 * fns.c:
3614 * font.c:
3615 * fontset.c:
3616 * frame.c:
3617 * ftfont.c:
3618 * ftxfont.c:
3619 * gmalloc.c:
3620 * gtkutil.c:
3621 * image.c:
3622 * indent.c:
3623 * intervals.c:
3624 * keyboard.c:
3625 * keymap.c:
3626 * lread.c:
3627 * marker.c:
3628 * menu.c:
3629 * minibuf.c:
3630 * print.c:
3631 * process.c:
3632 * scroll.c:
3633 * search.c:
3634 * sound.c:
3635 * strftime.c:
3636 * syntax.c:
3637 * sysdep.c:
3638 * term.c:
3639 * terminal.c:
3640 * textprop.c:
3641 * unexalpha.c:
3642 * w32console.c:
3643 * w32fns.c:
3644 * w32font.c:
3645 * w32menu.c:
3646 * w32term.c:
3647 * w32uniscribe.c:
3648 * window.c:
3649 * xdisp.c:
3650 * xfaces.c:
3651 * xfns.c:
3652 * xfont.c:
3653 * xftfont.c:
3654 * xmenu.c:
3655 * xselect.c:
3656 * xterm.c: Likewise.
3657
3658 Remove P_ and __P macros.
3659 * atimer.h: Remove P_ and __P macros.
3660 * buffer.h:
3661 * category.h:
3662 * ccl.h:
3663 * character.h:
3664 * charset.h:
3665 * cm.h:
3666 * coding.h:
3667 * composite.h:
3668 * dispextern.h:
3669 * disptab.h:
3670 * dosfns.h:
3671 * font.h:
3672 * fontset.h:
3673 * frame.h:
3674 * gtkutil.h:
3675 * indent.h:
3676 * intervals.h:
3677 * keyboard.h:
3678 * keymap.h:
3679 * lisp.h:
3680 * macros.h:
3681 * md5.h:
3682 * menu.h:
3683 * msdos.h:
3684 * nsterm.h:
3685 * puresize.h:
3686 * region-cache.h:
3687 * syntax.h:
3688 * syssignal.h:
3689 * systime.h:
3690 * termhooks.h:
3691 * w32font.h:
3692 * w32term.h:
3693 * widget.h:
3694 * window.h:
3695 * xgselect.h:
3696 * xsettings.h:
3697 * xterm.h: Likewise.
3698
3699 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3700
3701 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3702
3703 Cleanup old code.
3704 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3705 * syssignal.h: Remove code for Lynx, not supported anymore.
3706 * vm-limit.c: Remove unused code the depends on emacs not being
3707 defined and NO_LIM_DATA being defined.
3708 * mem-limits.h: Remove dead code.
3709
3710 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3711
3712 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3713
3714 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3715 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3716
3717 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3718 parameters, they are already absolute.
3719
3720 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3721 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3722
3723 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3724
3725 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3726 Update FRAME_TOOLBAR_HEIGHT.
3727
3728 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3729 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3730
3731 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3734 check default-frame-alist.
3735
3736 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3737
3738 * process.c (create_process): Avoid using invalid file descriptors.
3739
3740 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3741
3742 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3743
3744 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3745 Improve documentation. Return font regardless of use_system_font.
3746 (syms_of_xsettings): Improve documentation for font-use-system-font.
3747
3748 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * xfaces.c (realize_face): Garbage the frame if a face is removed
3751 (Bug#6593).
3752
3753 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3754
3755 * keyboard.c: Remove duplicate <setjmp.h>.
3756 (read_key_sequence): Remove volatile qualifiers.
3757
3758 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3759
3760 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3761 (struct glyph_row): New members left_fringe_offset and
3762 right_fringe_offset.
3763
3764 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3765 specially.
3766 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3767 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3768
3769 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3770 Take account of bitmap offset.
3771 (draw_window_fringes): Take account of window vscroll.
3772 (update_window_fringes): Likewise. Extend top-aligned top indicator
3773 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3774 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3775 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3776
3777 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3778
3779 * w32fns.c (Qtooltip): Declare.
3780 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3781
3782 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3783
3784 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3785 grab on just Press (Bug#6499).
3786
3787 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * frame.c (Qtooltip): New var.
3790 (delete_frame): Use it. Fix faulty if statement. Don't update
3791 mode line for tooltip frames. Suggested by Martin Rudalics.
3792
3793 * xfns.c (x_create_tip_frame):
3794 * w32fns.c (x_create_tip_frame): Use it.
3795
3796 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3797
3798 * xftfont.c (xftfont_open): Check font width one by one also when
3799 spacing is dual.
3800
3801 * ftfont.c (ftfont_open): Ditto.
3802
3803 2010-06-30 Glenn Morris <rgm@gnu.org>
3804
3805 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3806
3807 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3808
3809 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3810 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3811 * s/darwin.h (SYSTEM_MALLOC):
3812 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3813
3814 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3815
3816 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3817 (ns_get_screen): Don't assign integer to f.
3818 (Fx_display_color_cells): Declarations before statements.
3819
3820 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3821
3822 * xfns.c (x_default_font_parameter): Remove got_from_system
3823 (Bug#6526).
3824
3825 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3826 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3827 defines based on what configure finds.
3828
3829 * xterm.c (XTflash): Use gtk_widget_get_window.
3830 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3831 gtk_adjustment_get_page_size.
3832 (handle_one_xevent): Use gtk_widget_get_mapped.
3833 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3834 messages.
3835
3836 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3837
3838 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3839 HAVE_GTK_FILE_SELECTION_NEW.
3840
3841 * gtkutil.c (xg_display_open, xg_display_close): Remove
3842 HAVE_GTK_MULTIDISPLAY, it is always defined.
3843 (xg_display_open): Return type is void.
3844 (gtk_widget_set_has_window)
3845 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3846 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3847 (gtk_adjustment_set_page_increment)
3848 (gtk_adjustment_get_step_increment): #define these if not found
3849 by configure.
3850 (remove_submenu): New define based on Gtk+ version.
3851 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3852 gtk_widget_get_window.
3853 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3854 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3855 (create_dialog): Use gtk_dialog_get_action_area and
3856 gtk_dialog_get_content_area.
3857 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3858 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3859 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3860 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3861 g_object_ref and g_object_unref.
3862 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3863 gtk_widget_get_sensitive.
3864 (xg_update_submenu): Use remove_submenu.
3865 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3866 properties instead to get old x and y position.
3867 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3868 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3869 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3870 (xg_get_tool_bar_widgets): New function.
3871 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3872 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3873 (toolbar_set_orientation): New #define based on if configure
3874 finds gtk_orientable_set_orientation.
3875 (xg_create_tool_bar): Call toolbar_set_orientation.
3876 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3877 instead of gtk_box_pack_start_defaults.
3878
3879 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * cmds.c (Fdelete_backward_char): Move into Lisp.
3882
3883 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3884
3885 * s/freebsd.h (BSD4_2): Remove redundant definition.
3886 bsd-common.h defines it already.
3887
3888 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3889
3890 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3891 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3892 tool-bar-mode, which are now set using these X resources at
3893 startup, to determine the defaults (Bug#2249).
3894
3895 * w32fns.c (Fx_create_frame):
3896 * nsfns.m (Fx_create_frame): Likewise.
3897
3898 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3899
3900 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * gtkutil.c (xg_update_scrollbar_pos):
3903 Avoid C99 mid-block variable declaration.
3904
3905 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3906
3907 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3908
3909 * gtkutil.h (xg_show_scroll_bar): Remove.
3910
3911 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3912 if height is less than scroll bar min size.
3913 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3914
3915 * xfns.c (x_default_font_parameter): Try to open font from system
3916 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3917
3918 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3919
3920 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3921
3922 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3923
3924 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3925 most-positive-fixnum, be extra accurate when scrolling window
3926 start, to avoid missing the cursor line.
3927
3928 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3929
3930 * xdisp.c (try_scrolling): Compute the limit for searching point
3931 in forward scroll from scroll_max, instead of an arbitrary limit
3932 of 10 screen lines. See
3933 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3934 and
3935 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3936 for details.
3937
3938 2010-06-16 Glenn Morris <rgm@gnu.org>
3939
3940 * editfns.c (Fbyte_to_string): Pacify compiler.
3941
3942 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * lread.c (read1): Phase out old-style backquotes a bit more.
3945
3946 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3947
3948 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3949 bidimirror.h.
3950
3951 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3952
3953 * bidi.c (bidi_initialize): Remove explicit initialization of
3954 bidi_type_table; include biditype.h instead. Don't support
3955 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3956 (bidi_mirror_char): Use bidi_mirror_table.
3957
3958 * biditype.h: New file.
3959
3960 * bidimirror.h: New file.
3961
3962 * window.c (syms_of_window): Doc fix (bug#6409).
3963
3964 2010-06-12 Romain Francoise <romain@orebokech.com>
3965
3966 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3967 ediff-hook.
3968
3969 2010-06-10 Glenn Morris <rgm@gnu.org>
3970
3971 * editfns.c (Fbyte_to_string): Pacify compiler.
3972
3973 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3974
3975 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3976
3977 * alloc.c (Fmake_byte_code): Don't access undefined argument
3978 (Bug#6517).
3979
3980 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * xdisp.c (next_element_from_image): Ensure that after-strings are
3983 read the next time we hit handle_stop (Bug#1336).
3984
3985 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3986
3987 * lread.c (read1): Signal error if #s is not followed by paren.
3988
3989 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3992
3993 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3994
3995 2010-06-15 Glenn Morris <rgm@gnu.org>
3996
3997 * editfns.c (Fbyte_to_string): Pacify compiler.
3998
3999 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
4002 Check `object's type before accessing its guts.
4003
4004 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * s/usg5-4.h: Fix previous change.
4007 Suggested by Lawrence Mitchell <wence@gmx.li>
4008
4009 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
4010
4011 * minibuf.c (Fall_completions): Add more checks.
4012
4013 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
4016
4017 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4018
4019 * lread.c (X_OK): Remove, unused.
4020
4021 * dispnew.c: Remove obsolete comment.
4022
4023 Remove INCLUDED_FCNTL.
4024 * xterm.c (INCLUDED_FCNTL):
4025 * callproc.c (INCLUDED_FCNTL):
4026 * alloc.c (INCLUDED_FCNTL):
4027 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
4028 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
4029
4030 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4031
4032 * window.c (Fselect_window): Move `record_buffer' up to the
4033 beginning of this function, so the buffer gets recorded
4034 even if the selected window does not change.
4035 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
4036
4037 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
4040 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
4041
4042 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4043
4044 Remove BSTRING related code, all platforms define it.
4045 * s/usg5-4.h (BSTRING): Remove definition.
4046 * s/template.h (BSTRING):
4047 * s/msdos.h (BSTRING):
4048 * s/ms-w32.h (BSTRING):
4049 * s/hpux10-20.h (BSTRING):
4050 * s/gnu-linux.h (BSTRING):
4051 * s/darwin.h (BSTRING):
4052 * s/cygwin.h (BSTRING):
4053 * s/bsd-common.h (BSTRING):
4054 * s/aix4-2.h (BSTRING): Likewise.
4055 * sysdep.c: Remove code depending on BSTRING not being defined.
4056
4057 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4058
4059 Remove obsolete macro BASE_LEADING_CODE_P.
4060 * character.h (BASE_LEADING_CODE_P): Remove.
4061 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
4062 * buffer.c (Fset_buffer_multibyte):
4063 * indent.c (scan_for_column, compute_motion):
4064 * insdel.c (count_combining_before, count_combining_after):
4065 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
4066
4067 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4068
4069 Turn `directory-sep-char' into a noop.
4070
4071 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
4072 (DIRECTORY_SEP): Define unconditionally.
4073
4074 * s/ms-w32.h (DIRECTORY_SEP): Remove.
4075
4076 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
4077 call dostounix_filename directly.
4078
4079 * fileio.c (CORRECT_DIR_SEPS): Remove.
4080 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
4081 (Fsubstitute_in_file_name): Use dostounix_filename instead.
4082 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
4083 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
4084
4085 * w32proc.c (CORRECT_DIR_SEPS): Remove.
4086 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
4087
4088 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
4089
4090 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
4091 (Bug#6346)
4092
4093 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * ccl.c (Fccl_program_p): Fix typo in docstring.
4096
4097 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4098
4099 Move UNEXEC definition to autoconf.
4100 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
4101 * s/sol2-10.h (UNEXEC):
4102 * s/irix6-5.h (UNEXEC):
4103 * s/hpux10-20.h (UNEXEC):
4104 * s/gnu-linux.h (UNEXEC):
4105 * s/darwin.h (UNEXEC):
4106 * s/cygwin.h (UNEXEC):
4107 * s/bsd-common.h (UNEXEC):
4108 * s/aix4-2.h (UNEXEC):
4109 * m/alpha.h (UNEXEC): Likewise.
4110 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
4111
4112 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4113
4114 Remove obsolete pre-unicode2 macros.
4115 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
4116 * composite.c (composition_reseat_it):
4117 * data.c (Faset):
4118 * fns.c (Ffillarray):
4119 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
4120 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
4121
4122 2010-06-03 Juri Linkov <juri@jurta.org>
4123
4124 * buffer.c (Fother_buffer): Add CHECK_FRAME.
4125 (Fswitch_to_buffer): Remove unused variable `err'.
4126
4127 2010-06-03 Glenn Morris <rgm@gnu.org>
4128
4129 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
4130
4131 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
4132 now that AH_BOTTOM does it.
4133
4134 * m/hp800.h (HAVE_ALLOCA):
4135 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
4136
4137 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
4138 Remove NOT_C_CODE tests, it is always true now.
4139
4140 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 Fix config.h includes.
4143 * xsettings.c:
4144 * xgselect.c:
4145 * nsterm.m:
4146 * nsselect.m:
4147 * nsimage.m:
4148 * nsfont.m:
4149 * nsfns.m:
4150 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
4151 other files do.
4152
4153 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
4154
4155 * s/sol2-6.h: Remove obsolete comments.
4156
4157 Remove unnecessary alloca.h includes.
4158 * keymap.c: Do not include alloca.h, config.h does that.
4159 * sysdep.c: Likewise. Do not define fwrite, not used.
4160
4161 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
4164 the HAVE_TERMIO where it belongs (bug#6149).
4165
4166 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
4169 of bug#6305).
4170
4171 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4172
4173 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
4174 state is always cached (bug#6306).
4175
4176 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4177
4178 Fix cursor motion in bidi-reordered continued lines.
4179 * xdisp.c (try_cursor_movement): Backup to non-continuation line
4180 only after finding point's row. Fix the logic. Rewrite the loop
4181 over continuation lines in bidi-reordered buffers. Return
4182 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
4183 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
4184
4185 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4186
4187 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
4188
4189 2010-05-28 Kenichi Handa <handa@m17n.org>
4190
4191 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4192 Don't sheck SPEC if it is nil.
4193 (font_list_entities): Call font_delete_unmatched if
4194 Vface_ignored_fonts is non-nil. (Bug#6287)
4195
4196 2010-05-28 Glenn Morris <rgm@gnu.org>
4197
4198 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4199
4200 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4203 whether to trash.
4204 (internal_delete_file, Frename_file): Callers changed.
4205 (delete_by_moving_to_trash): Doc fix.
4206 (Fdelete_directory_internal): Don't move to trash.
4207
4208 * callproc.c (delete_temp_file):
4209 * buffer.c (Fkill_buffer): Callers changed.
4210
4211 * lisp.h: Update prototype.
4212
4213 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * xdisp.c (redisplay_window): After redisplay, check if point is
4216 still valid before setting it (Bug#6177).
4217
4218 2010-05-27 Glenn Morris <rgm@gnu.org>
4219
4220 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4221 Convert comments to Makefile format.
4222
4223 * Makefile.in (bootstrap-clean): No more Makefile.c.
4224
4225 2010-05-26 Glenn Morris <rgm@gnu.org>
4226
4227 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4228 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4229
4230 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4231 Remove.
4232 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4233
4234 2010-05-26 Kenichi Handa <handa@m17n.org>
4235
4236 * composite.c (composition_compute_stop_pos): Fix condition for
4237 backward scanning.
4238
4239 2010-05-25 Glenn Morris <rgm@gnu.org>
4240
4241 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4242 Move before TEMACS_LDFLAGS.
4243 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4244 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4245
4246 * Makefile.in (NOT_C_CODE): No longer define.
4247 (config.h): No longer include.
4248
4249 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4250 variables it may reference.
4251
4252 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4253 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4254
4255 2010-05-25 Kenichi Handa <handa@m17n.org>
4256
4257 * dispextern.h (struct composition_it): New members rule_idx and
4258 charpos.
4259
4260 * xdisp.c (set_iterator_to_next): While scanning backward, assume
4261 that the character positions of IT point the last character of the
4262 current grapheme cluster.
4263 (next_element_from_composition): Don't change character positions
4264 of IT.
4265 (append_composite_glyph): Set glyph->charpos to
4266 it->cmp_it.charpos.
4267
4268 * composite.c (autocmp_chars): Change the first argument to RULE,
4269 and try composition with RULE only.
4270 (composition_compute_stop_pos): Record the index number of the
4271 composition rule in CMP_IT->rule_idx.
4272 (composition_reseat_it): Call autocmp_chars repeatedly until the
4273 correct rule of the composition is found.
4274 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
4275 is at the last character of the current grapheme cluster when
4276 CMP_IT->reversed_p is nonzero.
4277
4278 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * editfns.c (Fbyte_to_string): New function.
4281
4282 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4285 Suggested by Masatake YAMATO <yamato@redhat.com>.
4286
4287 2010-05-23 Eli Zaretskii <eliz@gnu.org>
4288
4289 * dispextern.h (init_iterator): Sync prototype with changed definition.
4290
4291 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4292
4293 * s/netbsd.h: If terminfo is found, use it in preference to
4294 termcap. (Bug#6190) [Backport from trunk]
4295
4296 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4297
4298 Redesign and reimplement bidi-aware edge positions of glyph rows.
4299
4300 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4301 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4302 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4303 and maxpos members instead of start.pos and end.pos, respectively.
4304
4305 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4306 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4307 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4308 (try_window_reusing_current_matrix, try_window_id):
4309 Use ROW->minpos rather than ROW->start.pos.
4310 (init_from_display_pos, init_iterator): Use EMACS_INT for
4311 character and byte positions.
4312 (find_row_edges): Rename from find_row_end. Accept additional
4313 arguments for minimum and maximum buffer positions seen by
4314 display_line for this row. Don't use iterator to find the
4315 position following the maximum one; instead, increment the
4316 position found by display_line directly. Fix logic; eol_pos
4317 should be tested before the rest. Handle the case of characters
4318 delivered from display vector (bug#6036). Fix tests related to
4319 it->method. Handle the truncated_on_right_p rows.
4320 (RECORD_MAX_MIN_POS): New macro.
4321 (display_line): Use it to record the minimum and maximum buffer
4322 positions for glyphs in the row being assembled. Record the
4323 position of the newline that terminates the line. If word wrap is
4324 in effect, restore minimum and maximum positions seen up to the
4325 wrap point, when iterator returns to it.
4326 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4327 row and cursor not already at point. Restore original pre-bidi
4328 code for unidirectional buffers.
4329
4330 * dispnew.c (increment_row_positions, check_matrix_invariants):
4331 Increment and check row->start.pos and row->end.pos, in addition
4332 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4333
4334 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4335 Display truncated_on_left_p and truncated_on_right_p flags.
4336 Formatting fixes.
4337 (pmtxrows): Display the ordinal number of each row. Don't display
4338 rows beyond the last one.
4339
4340 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4341 it is not copied by bidi_copy_it.
4342
4343 2010-05-22 Eli Zaretskii <eliz@gnu.org>
4344
4345 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4346 (Bug#6237)
4347
4348 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * image.c (Fimage_flush): Rename from image-refresh.
4351
4352 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4355 just one window.
4356
4357 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4358 (clear_image_cache): If the number of cached images is unusually
4359 large, decrease the cache eviction delay (Bug#6230).
4360
4361 2010-05-21 Glenn Morris <rgm@gnu.org>
4362
4363 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4364 Move these rules to ns.mk.
4365 * ns.mk: New file.
4366
4367 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4368
4369 * Makefile.in (CANNOT_DUMP): New, set by configure.
4370 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4371
4372 2010-05-20 Juri Linkov <juri@jurta.org>
4373
4374 * fileio.c (Fdelete_file): Change interative spec to use
4375 `read-file-name' like in `find-file-read-args' where the default
4376 value is `default-directory' instead of `buffer-file-name'.
4377 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4378
4379 2010-05-20 Kevin Ryde <user42@zip.com.au>
4380
4381 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4382 (Voverriding_terminal_local_map, Vsystem_key_alist)
4383 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4384
4385 2010-05-20 Glenn Morris <rgm@gnu.org>
4386
4387 * Makefile.in (DEPDIR): New constant.
4388 (DEPFLAGS): Set with configure, not cpp.
4389 (MKDEPDIR): New, set by configure.
4390 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4391 (clean): Use $DEPDIR.
4392 (deps_frag): Include from configure.
4393 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4394 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4395
4396 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4397 reallocation of the cache. (Bug#6210)
4398
4399 2010-05-19 Glenn Morris <rgm@gnu.org>
4400
4401 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4402
4403 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4404 (GNULIB_VAR): Remove.
4405 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4406
4407 * m/ibms390x.h (LINKER):
4408 * m/macppc.h (LINKER) [GNU_LINUX]:
4409 * s/aix4-2.h (ORDINARY_LINK):
4410 * s/cygwin.h (LINKER):
4411 * s/darwin.h (ORDINARY_LINK):
4412 * s/gnu.h (ORDINARY_LINK):
4413 * s/netbsd.h (LINKER):
4414 * s/usg5-4.h (ORDINARY_LINK):
4415 Move to configure.
4416
4417 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4418
4419 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4422 prevent stack overflow if number of arguments is too large
4423 (Bug#6214).
4424
4425 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4428
4429 2010-05-18 Glenn Morris <rgm@gnu.org>
4430
4431 * s/gnu-linux.h: Combine two conditionals.
4432
4433 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4434 $(POST_ALLOC_OBJ).
4435
4436 * Makefile.in (RALLOC_OBJ): New, set by configure.
4437 (rallocobj): Replace with the previous variable.
4438 (otherobj): Use $RALLOC_OBJ.
4439
4440 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4441 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4442
4443 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4444 (gmallocobj, vmlimitobj): Replace with previous two variables.
4445 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4446
4447 2010-05-17 Glenn Morris <rgm@gnu.org>
4448
4449 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4450 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4451
4452 2010-05-16 Glenn Morris <rgm@gnu.org>
4453
4454 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4455
4456 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4457
4458 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4459 trailing "/".
4460
4461 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4462 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4463
4464 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4465 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4466 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4467 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4468 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4469
4470 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4471 Remove ${STARTFLAGS}, nothing ever sets it.
4472
4473 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4474
4475 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4476
4477 2010-05-16 Glenn Morris <rgm@gnu.org>
4478
4479 * Makefile.in (LIBX_BASE): Always define.
4480
4481 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4482
4483 * Makefile.in (LIBXT): Always define.
4484
4485 2010-05-15 Glenn Morris <rgm@gnu.org>
4486
4487 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4488
4489 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4490 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4491
4492 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4493
4494 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
4495 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4496
4497 * emacs.c (main): Initialize initial-environment and
4498 process-environment before generating from env, not after.
4499
4500 Handle --version reasonably in CANNOT_DUMP configuration.
4501 * emacs.c (emacs_version, emacs_copyright): New string variables.
4502 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4503 (syms_of_emacs): Defvar them, and initialize them from the C
4504 string variables.
4505 (main): If initialization hasn't been done, print initial version
4506 info from the C strings, instead of starting an interactive session.
4507
4508 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4509
4510 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4511 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4512 (bidi_paragraph_init): Remove redundant assertion that we are at
4513 the beginning of a line after call to bidi_find_paragraph_start.
4514
4515 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4516 (syms_of_xdisp): Defsubr it.
4517
4518 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4519
4520 * Makefile.in: Fix MSDOS-related comments.
4521
4522 2010-05-15 Glenn Morris <rgm@gnu.org>
4523
4524 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4525 (really-lwlib, really-oldXMenu): Always define.
4526 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4527
4528 * Makefile.in: Simplify cpp conditional.
4529
4530 * Makefile.in (${ns_appdir}): Simplify using umask.
4531
4532 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4533
4534 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * eval.c (specbind): Remove left-over duplicate test.
4537 Disallow let-binding frame-local vars. Add comment.
4538
4539 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4540
4541 Make the cache of bidi iterator states dynamically allocated.
4542 * bidi.c (bidi_cache_shrink): New function.
4543 (bidi_init_it): Call it.
4544 (bidi_cache_iterator_state): Enlarge the cache if needed.
4545
4546 * bidi.c (bidi_move_to_visually_next): Rename from
4547 bidi_get_next_char_visually. All callers changed.
4548
4549 2010-05-14 Kenichi Handa <handa@m17n.org>
4550
4551 * dispextern.h (struct composition_it): New member reversed_p.
4552
4553 * composite.c (composition_compute_stop_pos): Search backward if
4554 ENDPOS < CHARPOS.
4555 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4556 Set CMP_IT->reversed_p.
4557 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4558
4559 * xdisp.c (set_iterator_to_next):
4560 Call composition_compute_stop_pos with negative ENDPOS if we are
4561 scanning backward. Call composition_compute_stop_pos if scan
4562 direction is changed.
4563 (next_element_from_buffer): Call composition_compute_stop_pos with
4564 negative ENDPOS if we are scanning backward.
4565 (next_element_from_composition): Pay attention to
4566 IT->cmp_it.reversed_p.
4567
4568 2010-05-14 Kenichi Handa <handa@m17n.org>
4569
4570 * font.c (font_range): Return the range for the font found at first.
4571
4572 2010-05-14 Glenn Morris <rgm@gnu.org>
4573
4574 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4575
4576 * Makefile.in (mktime, X11, register): Move undefs to configure.
4577
4578 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4579 (MSDOS_X_OBJ): New variable.
4580 (MSDOS_SUPPORT_REAL): New constant.
4581 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4582 (obj): Use MSDOS_X_OBJ.
4583 (lisp): Use MSDOS_SUPPORT as a variable.
4584
4585 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4586 (GPM_MOUSE_SUPPORT): Now it's a constant.
4587 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4588 not cpp.
4589
4590 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4591 (ns_appresdir): Remove, unused.
4592
4593 * Makefile.in (SHELL): Move outside cpp section.
4594
4595 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4596
4597 2010-05-13 Glenn Morris <rgm@gnu.org>
4598
4599 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4600 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4601
4602 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4603 HAVE_WINDOW_SYSTEM must be too.
4604
4605 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4606 (lisp): Remove WINNT_SUPPORT.
4607
4608 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4609 Let configure set these variables (to empty) in this case as well.
4610
4611 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4612 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4613
4614 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4615 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4616 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4617 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4618 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4619 the values output by configure.
4620 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4621
4622 2010-05-12 Glenn Morris <rgm@gnu.org>
4623
4624 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4625 (LINKER_WAS_SPECIFIED): Remove.
4626
4627 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4628 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4629 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4630 * s/cygwin.h (LIB_GCC):
4631 * s/freebsd.h (LIB_GCC):
4632 * s/gnu-linux.h (LIB_GCC):
4633 * s/msdos.h (LIB_GCC):
4634 * s/netbsd.h (LIB_GCC):
4635 Move to configure.
4636
4637 2010-05-11 Karel Klic <kklic@redhat.com>
4638
4639 * ftfont.c: Fix incorrect parentheses of #if condition for
4640 definining M17N_FLT_USE_NEW_FEATURE.
4641
4642 2010-05-11 Glenn Morris <rgm@gnu.org>
4643
4644 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4645 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4646
4647 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4648
4649 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4650 unibyte buffers. See
4651 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4652
4653 2010-05-10 Glenn Morris <rgm@gnu.org>
4654
4655 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4656 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4657 (LIBES): Use LIBS_SYSTEM as a variable.
4658 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4659 * s/aix4-2.h (LIBS_SYSTEM):
4660 * s/freebsd.h (LIBS_SYSTEM):
4661 * s/hpux10-20.h (LIBS_SYSTEM):
4662 * s/sol2-6.h (LIBS_SYSTEM):
4663 * s/unixware.h (LIBS_SYSTEM):
4664 Move to configure.
4665
4666 * s/aix4-2.h (MAIL_USE_LOCKF):
4667 * s/bsd-common.h (MAIL_USE_FLOCK):
4668 * s/darwin.h (MAIL_USE_FLOCK):
4669 * s/gnu-linux.h (MAIL_USE_FLOCK):
4670 * s/irix6-5.h (MAIL_USE_FLOCK):
4671 * s/template.h (MAIL_USE_FLOCK):
4672 Move to configure.
4673
4674 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * Version 23.2 released.
4677
4678 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4679
4680 * composite.c (autocmp_chars): Save point as marker before calling
4681 auto-composition-function (Bug#5984).
4682
4683 * lisp.h (restore_point_unwind): Add prototype.
4684
4685 * fileio.c (restore_point_unwind): Remove static attribute.
4686
4687 2010-05-08 Kenichi Handa <handa@m17n.org>
4688
4689 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4690 new feature of libotf and m17n-flt.
4691 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4692 Call OTF_check_features even if no specific feature is given.
4693 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4694 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4695 that OUT is NULL. Use OTF_drive_gsub_with_log and
4696 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4697 OTF_drive_gpos.
4698 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4699 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4700 Setup mflt_enable_new_feature and mflt_try_otf.
4701
4702 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4703
4704 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4705
4706 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4707 box and toolbar (Bug #6139).
4708 (xg_create_tool_bar): Remove comment (Bug #6139).
4709 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4710 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4711
4712 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4715 Update dependencies.
4716
4717 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4718
4719 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4720 R2L lines.
4721
4722 2010-05-08 Glenn Morris <rgm@gnu.org>
4723
4724 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4725
4726 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4727 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4728 (termcapobj): Replace with TERMCAP_OBJ.
4729 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4730 (LIBES): Use LIBS_TERMCAP as a variable.
4731
4732 * s/freebsd.h (osreldate.h): No longer include, since this file
4733 does not use __FreeBSD_version any more.
4734
4735 * s/aix4-2.h (TERMINFO):
4736 * s/cygwin.h (TERMINFO):
4737 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4738 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4739 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4740 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4741 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4742 * s/irix6-5.h (TERMINFO):
4743 * s/netbsd.h (LIBS_TERMCAP):
4744 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4745 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4746 * s/usg5-4.h (TERMINFO):
4747 Move to configure.
4748
4749 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * eval.c (unbind_to): Don't unbind a local binding into the global
4752 binding when the local binding disappeared. Inversely, don't unbind
4753 a global binding into a newly created local binding.
4754 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4755 can specify the frame to use, when applicable. Adjust callers.
4756
4757 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4758 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4761
4762 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4763
4764 * w32fns.c: Include w32.h.
4765 (Fw32_shell_execute): Decode the error message before passing it
4766 to `error'. (Bug#6126)
4767
4768 * msdos.c (dos_set_window_size):
4769 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4770 instead of `XSYMBOL (foo)->value'.
4771
4772 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4773
4774 Fix the MS-DOS build, broken by autoconfiscation.
4775
4776 * Makefile.in: Don't use Make-style comments past the "start of
4777 cpp stuff" line.
4778 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4779
4780 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4781 edited directly by msdos/sed1v2.inp).
4782
4783 2010-05-07 Glenn Morris <rgm@gnu.org>
4784
4785 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4786 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4787 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4788 move out of cpp section.
4789 * s/freebsd.h (LD_SWITCH_SYSTEM):
4790 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4791 * s/netbsd.h (LD_SWITCH_SYSTEM):
4792 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4793
4794 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4795
4796 Define LIB_STANDARD and START_FILES using autoconf.
4797 * s/usg5-4.h (LIB_STANDARD):
4798 * s/netbsd.h (START_FILES):
4799 * s/irix6-5.h (LIB_STANDARD):
4800 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4801 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4802 * s/freebsd.h (START_FILES):
4803 * s/darwin.h (START_FILES):
4804 * s/cygwin.h (START_FILES):
4805 * s/aix4-2.h (LIB_STANDARD):
4806 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4807 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4808 autoconf, not cpp.
4809
4810 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4811
4812 Remove NEED_BSDTTY and NEED_UNISTD_H.
4813 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4814 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4815 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4816 <sys/ptyio.h> and <unistd.h>.
4817
4818 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4819
4820 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4821 * s/gnu.h (START_FILES): Remove empty definition.
4822
4823 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4824
4825 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4826
4827 2010-05-06 Glenn Morris <rgm@gnu.org>
4828
4829 * Makefile.in (CPP, LN_S): Remove unused variables.
4830
4831 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4834
4835 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4836
4837 * m/sparc.h: Fix typo in earlier change.
4838
4839 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 Misc tweaks.
4842 * eval.c (Fdefvaralias): Remove unintended nested if.
4843 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4844
4845 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4846
4847 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4848
4849 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4850
4851 Remove BSD_PGRPS.
4852 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4853 * s/gnu-linux.h (BSD_PGRPS): Remove.
4854 * term.c (dissociate_if_controlling_tty):
4855 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4856 (init_sys_modes, reset_sys_modes):
4857 * emacs.c (main):
4858 * callproc.c (Fcall_process, child_setup): Remove code depending
4859 on BSD_PGRPS.
4860
4861 Remove POSIX_SIGNALS.
4862 * s/usg5-4.h (POSIX_SIGNALS):
4863 * s/netbsd.h (POSIX_SIGNALS):
4864 * s/msdos.h (POSIX_SIGNALS):
4865 * s/ms-w32.h (POSIX_SIGNALS):
4866 * s/hpux11.h (POSIX_SIGNALS):
4867 * s/gnu.h (POSIX_SIGNALS):
4868 * s/gnu-linux.h (POSIX_SIGNALS):
4869 * s/freebsd.h (POSIX_SIGNALS):
4870 * s/darwin.h (POSIX_SIGNALS):
4871 * s/cygwin.h (POSIX_SIGNALS):
4872 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4873 * s/unixware.h:
4874 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4875 * process.c (create_process):
4876 * syssignal.h:
4877 * sysdep.c (wait_for_termination, init_signals):
4878 * process.c (create_process):
4879 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4880 remove all code that assumes the contrary.
4881
4882 2010-05-04 Glenn Morris <rgm@gnu.org>
4883
4884 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4885 variable.
4886 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4887 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4888 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4889 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4890 LD_SWITCH_SYSTEM_tmp.
4891 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4892 New variables, set by configure.
4893
4894 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4895 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4896 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4897 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4898 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4899
4900 * s/aix4-2.h (C_SWITCH_SYSTEM):
4901 * m/alpha.h (C_SWITCH_MACHINE):
4902 Move to configure.in.
4903 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4904 New variables, set by configure.
4905 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4906 $c_switch_machine and $c_switch_system.
4907
4908 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4909
4910 * s/hpux10-20.h (LIB_STANDARD): New definition.
4911 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4912 on it, not used anymore.
4913
4914 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * eval.c (internal_condition_case_n): Rename from
4917 internal_condition_case_2.
4918 (internal_condition_case_2): New function.
4919
4920 * xdisp.c (safe_call): Use internal_condition_case_n.
4921
4922 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4923 (internal_delete_file, Frename_file): Callers changed.
4924
4925 * buffer.c (Fkill_buffer):
4926 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4927
4928 * lisp.h: Update prototypes.
4929
4930 2010-05-03 Glenn Morris <rgm@gnu.org>
4931
4932 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4933 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4934 (LIBXT): Set with configure, not cpp.
4935 (LIBX): Remove.
4936 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4937
4938 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4939
4940 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4941 The FreeBSD is not needed, the default works, Solaris version is
4942 not needed, and the remaining case is not supported by configure.
4943
4944 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4945
4946 * xsmfns.c (CHDIR_OPT): New define.
4947 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4948 restarting emacs.
4949
4950 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4951 shut_down_emacs.
4952
4953 * emacs.c (USAGE1): Mention --chdir.
4954 (main): Handle --chdir.
4955 (standard_args): Add --chdir.
4956 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4957 #5552).
4958
4959 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4960
4961 Remove LD_SWITCH_MACHINE.
4962 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4963 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4964
4965 Clean up IRIX code.
4966 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4967 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4968
4969 Clean up AIX code.
4970 * m/ibmrs6000.inp: Remove file, unused.
4971 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4972 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4973 definition ...
4974 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4975
4976 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4977 unused.
4978
4979 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4980
4981 Emulate POSIX_SIGNALS on MS-Windows.
4982
4983 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4984 (SIG_SETMASK, SIG_UNBLOCK): Define.
4985
4986 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4987 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4988 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4989
4990 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4991 New stubs.
4992
4993 Miscellaneous fixes of bidi display.
4994
4995 * xdisp.c (find_row_end): New function, refactored from display_line.
4996 (display_line): Use it.
4997 (extend_face_to_end_of_line): In almost-filled rows, extend only
4998 if the row is R2L and not continued.
4999 (display_line): Fix prepending of truncation glyphs to R2L rows.
5000 Preserve overlay and string info in row->end.
5001 (insert_left_trunc_glyphs): Support addition of left truncation
5002 glyphs to R2L rows.
5003 (set_cursor_from_row): Don't place cursor on the vertical border
5004 glyph between adjacent windows. Fix a crash when a display string
5005 is continued to the next line. Don't return zero if cursor was
5006 found by `cursor' property of a display string.
5007 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
5008 test for that explicitly.
5009
5010 2010-05-01 Glenn Morris <rgm@gnu.org>
5011
5012 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
5013 for clarity.
5014 (OTHER_OBJ): Remove.
5015 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
5016 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
5017
5018 2010-05-01 Karel Klíč <kklic@redhat.com>
5019
5020 * fileio.c (Ffile_selinux_context): Context functions may return null.
5021
5022 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5023
5024 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
5025
5026 2010-04-30 Glenn Morris <rgm@gnu.org>
5027
5028 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
5029 (OTHER_OBJ): Define as a separate variable, for clarity.
5030
5031 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
5032
5033 * xsettings.c: include limits.h and update file comment.
5034
5035 2010-04-30 Glenn Morris <rgm@gnu.org>
5036
5037 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
5038 Set with configure, not cpp.
5039 (LIBW): Remove, replace with $TOOLKIT_LIBW.
5040
5041 * Makefile.in (mallocobj): Remove.
5042 (otherobj): Simplify using @OTHER_OBJ@.
5043
5044 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
5045 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
5046 Don't bother making nsgui.h dependency platform-specific.
5047
5048 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
5049
5050 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * process.c (read_process_output, exec_sentinel): Don't burp if the
5053 sentinel/filter kills the current buffer (bug#6060).
5054
5055 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
5056 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
5057 Remove unused var `args'.
5058 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
5059 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
5060 * doc.c (store_function_docstring): Use XSETCAR.
5061
5062 2010-04-28 Glenn Morris <rgm@gnu.org>
5063
5064 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
5065 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
5066
5067 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
5068
5069 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
5070 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
5071
5072 * Makefile.in (FONT_OBJ): New, set by configure.
5073 (FONT_DRIVERS): Use $FONT_OBJ.
5074
5075 * Makefile.in (LIBXMU): Set with configure, not cpp.
5076 * s/aix4-2.h (LIBXMU):
5077 * s/hpux10-20.h (LIBXMU):
5078 Remove definition, now set in configure.
5079
5080 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
5081
5082 * m/amdx86-64.h [i386]: Move this test to configure.in.
5083
5084 2010-04-27 Glenn Morris <rgm@gnu.org>
5085
5086 * Makefile.in (LIBXTR6): Set with configure, not cpp.
5087 * s/unixware.h (NEED_LIBW): Remove definition.
5088
5089 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
5090 (TOOLKIT_LIBW): New, set by configure.
5091 (@X_TOOLKIT_TYPE@): No longer define it.
5092
5093 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
5094 (MOTIF_LIBW): Set with configure, not cpp.
5095 * s/aix4-2.h (LIB_MOTIF):
5096 * s/gnu-linux.h (LIB_MOTIF):
5097 * s/unixware.h (LIB_MOTIF): Move to configure.in.
5098
5099 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 Reduce CPP usage.
5102 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5103 (obj): Use autoconf for unexec instead of cpp.
5104 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
5105 definitions and undefs. Inline definitions in the only user.
5106 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
5107
5108 2010-04-27 Glenn Morris <rgm@gnu.org>
5109
5110 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
5111 since the defaults (set by the system file) are fine in most cases.
5112 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
5113 * m/ibms390x.h (START_FILES, LIB_STANDARD):
5114 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
5115 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
5116 Remove definitions, since they are set correctly in s/gnu-linux.h.
5117 * s/freebsd.h (START_FILES, LIB_STANDARD):
5118 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5119 * s/hpux10-20.h (START_FILES):
5120 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
5121 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
5122
5123 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
5124 (MOTIF_LIBW): Use $LIBXP.
5125 (otherobj): Use $WIDGET_OBJ.
5126
5127 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5128
5129 * Makefile.in (LIBS_MACHINE): Remove, unused.
5130
5131 Use autoconf instead of cpp for LIB_MATH.
5132 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5133 * s/cygwin.h (LIB_MATH): Likewise.
5134 * Makefile.in (LIB_MATH): Do not define with cpp.
5135 (LIBES): Use autoconf for LIB_MATH.
5136
5137 2010-04-26 Kenichi Handa <handa@m17n.org>
5138
5139 * composite.c (Ffind_composition_internal): Fix the return value
5140 for an automatic composition.
5141
5142 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5143
5144 Remove all NO_ARG_ARRAY uses.
5145 * fns.c (concat2, concat3, nconc2):
5146 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
5147 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
5148 * m/xtensa.h (NO_ARG_ARRAY):
5149 * m/template.h (NO_ARG_ARRAY):
5150 * m/sparc.h (NO_ARG_ARRAY):
5151 * m/sh3.h (NO_ARG_ARRAY):
5152 * m/mips.h (NO_ARG_ARRAY):
5153 * m/macppc.h (NO_ARG_ARRAY):
5154 * m/iris4d.h (NO_ARG_ARRAY):
5155 * m/intel386.h (NO_ARG_ARRAY):
5156 * m/ibms390x.h (NO_ARG_ARRAY):
5157 * m/ibms390.h (NO_ARG_ARRAY):
5158 * m/ibmrs6000.h (NO_ARG_ARRAY):
5159 * m/ia64.h (NO_ARG_ARRAY):
5160 * m/hp800.h (NO_ARG_ARRAY):
5161 * m/arm.h (NO_ARG_ARRAY):
5162 * m/amdx86-64.h (NO_ARG_ARRAY):
5163 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
5164
5165 2010-04-25 Eli Zaretskii <eliz@gnu.org>
5166
5167 * xdisp.c (display_line): Don't assume 2nd call to
5168 get_next_display_element cannot return zero. (Bug#6030)
5169 (iterate_out_of_display_property): New function, body from pop_it.
5170 (pop_it): Use it.
5171
5172 2010-04-24 Glenn Morris <rgm@gnu.org>
5173
5174 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
5175 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
5176 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
5177 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
5178
5179 2010-04-24 Eli Zaretskii <eliz@gnu.org>
5180
5181 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
5182 use `get_next_display_element' and `set_iterator_to_next' to
5183 advance to the next character, when looking for the character that
5184 begins the next row.
5185
5186 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
5187 definition of "struct Lisp_Symbol".
5188
5189 2010-04-24 Glenn Morris <rgm@gnu.org>
5190
5191 * Makefile.in (CRT_DIR): New variable, set by configure.
5192 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5193 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
5194
5195 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5196
5197 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5198
5199 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5200
5201 Remove redundant flags.
5202 * s/freebsd.h (C_SWITCH_SYSTEM):
5203 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5204 * s/netbsd.h (C_SWITCH_SYSTEM):
5205 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5206 of these.
5207
5208 Simplify m/intel386.h.
5209 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5210 user: ecrt0.c.
5211 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5212 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5213 the only user: s/unixware.h.
5214 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
5215 from m/intel386.h.
5216 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5217 moved here from m/intel386.h.
5218
5219 * m/mips.h: Remove #if 0 code.
5220
5221 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5222
5223 Fix display of composed characters from L2R scripts in bidi buffers.
5224 * xdisp.c (set_iterator_to_next, next_element_from_composition):
5225 After advancing IT past the composition, resync the bidi iterator
5226 with IT's position. (Bug#5977)
5227
5228 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5229
5230 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5231 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5232
5233 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5236
5237 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5238
5239 Support `display' text properties and overlay strings in bidi buffers.
5240 * xdisp.c (pop_it): When the stack is popped after displaying
5241 from a string, bidi-iterate to exit from the text portion covered
5242 by the `display' property or overlay. (Bug#5988, bug#5920)
5243
5244 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5245
5246 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5247 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5248
5249 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5250 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5251
5252 Simplify STARTFILES definition.
5253 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5254 relying on Makefile.in to define it.
5255 * s/cygwin.h (START_FILES): Likewise.
5256 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5257
5258 Clean up Solaris code.
5259 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5260 (LIB_MOTIF): Remove, configure takes care of this.
5261 (NOT_USING_MOTIF): Remove, unused.
5262 * xrdb.c: Remove #if 0-ed #include.
5263 (SYSV): Remove conditional for old SysV.
5264 * sysdep.c (closedir): Remove conditional code for Solaris,
5265 Solaris has closedir.
5266
5267 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
5268
5269 * xsettings.c (read_and_apply_settings): Check if current_font is
5270 NULL before strcmp (Bug#6001).
5271
5272 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5273
5274 Clean up HP-UX files.
5275 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5276 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5277 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5278 * s/hpux10-20.h: ... to the only user, here.
5279
5280 2010-04-21 Eli Zaretskii <eliz@gnu.org>
5281
5282 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5283 use buffer-local values of paragraph-start and paragraph-separate.
5284 <paragraph_start_re, paragraph_separate_re>: Rename from
5285 fallback_paragraph_start_re and fallback_paragraph_separate_re.
5286 (Bug#5992)
5287
5288 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5289
5290 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5291 current_tool_bar_style are new.
5292 (store_config_changed_event): Rename from store_font_changed_event.
5293 (XSETTINGS_TOOL_BAR_STYLE): New define.
5294 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5295 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5296 HAVE_XFT.
5297 (something_changedCB): store_font_changed_event is now
5298 store_config_changed_event.
5299 (parse_settings): Rename from parse_xft_settings. Read
5300 non-xft xsettings outside #ifdef HAVE_XFT.
5301 (read_settings): Renamed from read_xft_settings.
5302 (apply_xft_settings): Take current settings as parameter. Do not
5303 call read_(xft)_settings.
5304 (read_and_apply_settings): New function.
5305 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5306 read_and_apply_settings if there are settings to be read.
5307 (init_xsettings): Renamed from init_xfd_settings.
5308 Call read_and_apply_settings unconditionally.
5309 (xsettings_initialize): Call init_xsettings.
5310 (Ftool_bar_get_system_style): New function.
5311 (syms_of_xsettings): Define Qmonospace_font_name and
5312 Qtool_bar_style. Initialize current_tool_bar_style to nil.
5313 defsubr Stool_bar_get_system_style. Fprovide on
5314 dynamic-setting.
5315 Move misplaced HAVE_GCONF
5316
5317 * xsettings.h (Ftool_bar_get_system_style): Declare.
5318
5319 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5320 Qtext, Qboth, Qboth_horiz are new.
5321 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5322 Vtool_bar_style, tool_bar_max_label_size.
5323
5324 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5325
5326 * keyboard.c: QClabel is new.
5327 (parse_tool_bar_item): Take out QClabel from tool bar items.
5328 Try to construct a label if ther is no QClabel.
5329 (syms_of_keyboard): Intern :label as QClabel.
5330
5331 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5332 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5333 New.
5334
5335 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5336 dynamic-setting.el.
5337
5338 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5339 (xg_make_tool_item, xg_show_toolbar_item): New function.
5340 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5341 Call xg_make_tool_item to make a tool bar item.
5342 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5343
5344 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5345 into account for toolbars.
5346
5347 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5348
5349 * data.c (make_blv): Declarations before code (Bug#5993).
5350
5351 2010-04-21 Glenn Morris <rgm@gnu.org>
5352
5353 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5354 Define using autoconf, not cpp.
5355 (LIBXSM): New variable, set by autoconf.
5356 (LIBXT): Use $LIBXSM.
5357
5358 2010-04-21 Dan Nicolaescu <local_user@dannlt>
5359
5360 Remove NOMULTIPLEJOBS, unused.
5361 * s/template.h (NOMULTIPLEJOBS):
5362 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5363
5364 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5365 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5366 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5367 detects -znocombreloc and passes it to the linker
5368 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5369
5370 2010-04-21 Glenn Morris <rgm@gnu.org>
5371
5372 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5373
5374 2010-04-21 Karel Klíč <kklic@redhat.com>
5375
5376 * Makefile.in (LIBSELINUX_LIBS): New.
5377 (LIBES): Add $LIBSELINUX_LIBS.
5378 * eval.c, lisp.h (call7): New function.
5379 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5380 (Ffile_selinux_context, Fset_file_selinux_context):
5381 New functions.
5382 (Fcopy_file): New parameter preserve-selinux-context.
5383 (Frename_file): Preserve selinux context when renaming by copy-file.
5384
5385 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5386 Eli Zaretskii <eliz@gnu.org>
5387
5388 Don't depend on cm.c or termcap.c on Windows, use stubs.
5389 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5390 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5391 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5392 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5393 (sys_tputs, sys_tgetstr): New stubs.
5394 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5395 (tputs, tgetstr): New; define to sys_*.
5396
5397 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5400
5401 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5404 Just signal a warning rather than an error when inside a let.
5405 (Fmake_variable_frame_local): Add the same test.
5406
5407 * font.c (syms_of_font): Make the style table vars read-only.
5408
5409 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5410 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5411
5412 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5413
5414 2010-04-20 Eli Zaretskii <eliz@gnu.org>
5415
5416 Fix R2L paragraph display on TTY.
5417
5418 * xdisp.c (unproduce_glyphs): New function.
5419 (display_line): Use it when produced glyphs are discarded from R2L
5420 glyph rows.
5421 (append_composite_glyph): In R2L rows, prepend the glyph rather
5422 than appending it.
5423
5424 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5425 rather than append it. Set up the resolved_level and bidi_type
5426 attributes of the appended glyph.
5427 (produce_special_glyphs): Mirror the backslash continuation
5428 character in R2L lines.
5429
5430 Implement display of R2L paragraphs in GUI sessions.
5431
5432 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5433 append_stretch_glyph.
5434 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5435 off-by-one error in computing x at end of text in the row.
5436 (append_stretch_glyph): In reversed row, prepend the glyph rather
5437 than append it. Set resolved_level and bidi_type of the glyph.
5438 (extend_face_to_end_of_line): If the row is reversed, prepend a
5439 stretch glyph whose width is such that the rightmost glyph will be
5440 drawn at the right margin of the window. Fix off-by-one error on
5441 TTY frames in testing whether a line needs face extension. Fix
5442 face extension at ZV. If this is the last glyph row, use
5443 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5444 region face.
5445 (set_cursor_from_row, display_line): Use
5446 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5447 row->continuation_lines_width.
5448 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5449 are at ZV. Fixes a crash when reseated to ZV by
5450 try_window_reusing_current_matrix.
5451 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5452 which happens with R2L glyph rows. Fixes a crash when inserting a
5453 character at end of an R2L line.
5454 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5455 treat them as having zero-width characters. Improve comments.
5456 Don't reverse pos_before and pos_after for reversed glyph rows.
5457 Set cursor.x to negative value when the cursor might be on the
5458 left fringe.
5459 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5460 left fringe, not the right one.
5461 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5462 (erase_phys_cursor): For reversed cursor_row, support cursor on
5463 the left fringe.
5464
5465 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5466 of continuation indicators on the fringes.
5467 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5468 left fringe.
5469
5470 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5471 draw cursor on the left fringe.
5472
5473 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5474 cursor on the left fringe.
5475
5476 * dispnew.c (update_text_area): Handle reversed desired rows when
5477 the cursor is on the left fringe.
5478 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5479 below, not by 0, for when the cursor is on the left fringe.
5480
5481 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5482
5483 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5484 widget is a scrollbar.
5485
5486 2010-04-20 Kenichi Handa <handa@m17n.org>
5487
5488 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5489 only when the arg CHARSET_LIST is nil.
5490
5491 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 Make variable forwarding explicit rather the using special values.
5494 Basically, this makes the structure of buffer-local values and object
5495 forwarding explicit in the type of Lisp_Symbols rather than use
5496 special Lisp_Objects for that. This tends to lead to slightly more
5497 verbose code, but is more C-like, simpler, and makes it easier to make
5498 sure we handled all cases, among other things by letting the compiler
5499 help us check it.
5500 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5501 Removing forwarding objects.
5502 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5503 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5504 explicit rather than hiding them inside Lisp_Object "values".
5505 (XFWDTYPE): New macro.
5506 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5507 (XBUFFER_LOCAL_VALUE): Remove.
5508 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5509 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5510 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5511 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5512 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5513 Remove the Lisp_Misc_* header.
5514 (struct Lisp_Buffer_Local_Value): Redefine.
5515 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5516 (struct Lisp_Misc_Any): Add filler to get the right size.
5517 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5518 Lisp_Intfwd.
5519 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5520 (DEFVAR_KBOARD): Allocate a forwarding object.
5521 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5522 (let_shadows_global_binding_p): New function.
5523 (union Lisp_Val_Fwd): New type.
5524 (make_blv): New function.
5525 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5526 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5527 (swap_in_symval_forwarding, find_symbol_value, Fset)
5528 (let_shadows_buffer_binding_p, set_internal, default_value)
5529 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5530 (Fkill_local_variable, Fmake_variable_frame_local)
5531 (Flocal_variable_p, Flocal_variable_if_set_p)
5532 (Fvariable_binding_locus):
5533 * xdisp.c (select_frame_for_redisplay):
5534 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5535 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5536 * frame.c (store_frame_param):
5537 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5538 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5539 value structure.
5540 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5541 (clone_per_buffer_values): Only adjust markers into the current buffer.
5542 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5543 (Fbuffer_local_value, set_buffer_internal_1)
5544 (swap_out_buffer_local_variables):
5545 Adapt to the new symbol value structure.
5546 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5547 (defvar_per_buffer): Take a new arg for the fwd object.
5548 (buffer_lisp_local_variables): Return a proper alist (different fix
5549 for bug#4138).
5550 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5551 (Fgarbage_collect): Don't handle buffer_defaults specially.
5552 (mark_object): Handle new symbol value structure rather than the old
5553 special Lisp_Misc_* objects.
5554 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5555 * term.c (set_tty_color_mode):
5556 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5557 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5558 a buffer_local_flags.
5559 * print.c (print_object): Get rid of impossible forwarding objects.
5560
5561 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5562
5563 * bidi.c (bidi_get_type, bidi_get_category)
5564 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5565 (bidi_type_of_next_char, bidi_level_of_next_char):
5566 Declare static. Use `INLINE' rather than `inline'.
5567
5568 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * dired.c (Ffile_attributes): Fix typo in docstring.
5571
5572 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5573
5574 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5575 NSInteger (Bug#5811).
5576
5577 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5578
5579 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5580 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5581
5582 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5583
5584 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5585
5586 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5589 terminal frames (Bug#5837).
5590
5591 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5592
5593 * .gdbinit (xsubchartable): New command.
5594
5595 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5596
5597 * xdisp.c (display_line): Don't write beyond the last glyph row in
5598 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5599 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5600 and
5601 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5602
5603 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * alloc.c (Fpurecopy): Hash-cons if requested.
5606 (syms_of_alloc): Update purify-flag docstring.
5607
5608 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5609
5610 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5611 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5612
5613 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5614
5615 Fix a crash when an NSM character is inserted at BEGV.
5616
5617 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5618 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5619 NEUTRAL_B or UNKNOWN_BT.
5620
5621 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5622
5623 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5624 other rows with cursor unless they are different from this row and
5625 this row is part of a continued line. (Bug#5943)
5626
5627 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5628
5629 * s/freebsd.h: Restore osreldate.h include.
5630 Suggested by Naohiro Aota.
5631
5632 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5633
5634 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5635
5636 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5637
5638 * s/cygwin.h: Avoid linking against static libgcc.
5639
5640 2010-04-15 Juri Linkov <juri@jurta.org>
5641
5642 * window.c: Add Qscroll_command.
5643 Remove Vscroll_preserve_screen_position_commands.
5644 (window_scroll_pixel_based, window_scroll_line_based): Check the
5645 `scroll-command' property on the last command instead of searching
5646 the last command in Vscroll_preserve_screen_position_commands.
5647 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5648 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5649 (scroll-preserve-screen-position): Doc fix.
5650 (Vscroll_preserve_screen_position_commands): Remove variable.
5651
5652 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5653
5654 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5655
5656 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5657
5658 Reduce cpp use in Makefile.in.
5659 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5660 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5661 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5662 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5663 (CRT0_COMPILE): Remove, inline it in the only user.
5664
5665 2010-04-14 Juri Linkov <juri@jurta.org>
5666
5667 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5668 `scroll-up-command' and `M-v' from `scroll-down' to
5669 `scroll-down-command'.
5670
5671 2010-04-14 Juri Linkov <juri@jurta.org>
5672
5673 * window.c (Vscroll_preserve_screen_position_commands): New variable
5674 with the default value as the list of Qscroll_down and Qscroll_up.
5675 (window_scroll_pixel_based, window_scroll_line_based): Search the
5676 last command in the list Vscroll_preserve_screen_position_commands
5677 instead of comparing with Qscroll_up and Qscroll_down.
5678
5679 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5680
5681 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5682 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5683 does that.
5684
5685 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5686 to zero.
5687
5688 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5691
5692 Try to solve the problem of spurious EOF chars in long lines of text
5693 sent to interactive subprocesses.
5694 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5695 (system_process_attributes): Remove unused var `ttotal'.
5696 * process.c (send_process): Don't bother breaking long line with EOF
5697 chars when talking to ttys any more.
5698 (wait_reading_process_output): Output a warning when called in such
5699 a way that it could block without being interruptible.
5700
5701 Try to detect file modification within the same second.
5702 * buffer.h (struct buffer): New field modtime_size.
5703 * buffer.c (reset_buffer): Initialize it.
5704 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5705 (Fverify_visited_file_modtime): Check it.
5706 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5707 (Fset_visited_file_modtime): Set (or clear) it.
5708
5709 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * process.c (status_notify): Remove unused var `ro'.
5712
5713 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5714
5715 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5716 more than one visual (Bug#5938).
5717
5718 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5719
5720 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5721 Undefine.
5722
5723 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 Remove C_SWITCH_SYSTEM_TEMACS.
5726 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5727 (malloc, realloc, free): Use emacs, not temacs for conditional
5728 definition.
5729
5730 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5731 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5732
5733 Use autoconf, not cpp for some variables.
5734 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5735 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5736 (ALL_CFLAGS): Use them as make variables.
5737 (really-lwlib, really-oldXMenu): Do not pass them.
5738
5739 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5740
5741 * xmenu.c (apply_systemfont_to_dialog): New.
5742 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5743
5744 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * process.c (exec_sentinel): Preserve current-buffer.
5747
5748 * process.c (read_process_output): Move the save-current-buffer to
5749 apply to both the filter and the non-filter branches.
5750
5751 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5752
5753 * s/msdos.h (UNEXEC): New definition.
5754
5755 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5756
5757 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5758 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5759
5760 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5761 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5762 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5763 TRY_WINDOW_CHECK_MARGINS.
5764
5765 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5766 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5767 width only when it is for padding.
5768
5769 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5770
5771 * xfns.c (Fx_show_tip): Call try_window in a loop until
5772 fonts_changed_p is zero (Bug#2423).
5773
5774 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5775
5776 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5777 the end of TEXT_AREA. (Bug#5856)
5778
5779 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5780
5781 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5782 HAVE_GCONF.
5783
5784 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5785
5786 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5787 prev.orig_type, for resolving type of NSM. (Bug#5858)
5788
5789 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5790
5791 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5792 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5793 in current_font.
5794 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5795 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5796 New functions.
5797 (syms_of_xsettings): Initialize current_font.
5798 defsubr Sfont_get_system_normal_font.
5799
5800 * xsettings.h (Ffont_get_system_normal_font)
5801 (xsettings_get_system_normal_font): Declare.
5802
5803 * xfns.c (extern xlwmenu_default_font): Remove.
5804 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5805 to xlwmenu.c.
5806
5807 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5808 menu items in UTF-8.
5809
5810 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5811 (apply_systemfont_to_menu): New function.
5812 (set_frame_menubar, create_and_show_popup_menu): Call
5813 apply_systemfont_to_menu.
5814
5815 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5816
5817 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5818 FRAME_LINE_TO_PIXEL_Y.
5819
5820 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5821 pixelwidth/height.
5822
5823 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5824
5825 Simplify code for HP machines.
5826 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5827 for GNU_LINUX, not needed.
5828 (UNEXEC, NEED_BSDTTY): Move definitions...
5829 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5830
5831 * m/iris4d.h (UNEXEC): Move definition ...
5832 * s/irix6-5.h (UNEXEC): ... here.
5833
5834 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5835
5836 * xfns.c (set_machine_and_pid_properties): New function.
5837 (Fx_create_frame): Call set_machine_and_pid_properties.
5838
5839 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5840
5841 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5842 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5843 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5844
5845 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5846 in this function. (Bug#5703)
5847
5848 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5849
5850 * nsterm.h: Fix last change.
5851
5852 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5853
5854 * m/intel386.h (NO_REMAP): Move definition ...
5855 * s/msdos.h (NO_REMAP): ... here.
5856
5857 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5858
5859 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5860 used on those platforms.
5861
5862 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5863
5864 Remove extern errno declarations.
5865 * xterm.c:
5866 * xrdb.c:
5867 * w32term.c:
5868 * unexec.c:
5869 * unexaix.c:
5870 * sysdep.c:
5871 * process.c:
5872 * lread.c:
5873 * keyboard.c:
5874 * floatfns.c:
5875 * filelock.c:
5876 * fileio.c:
5877 * emacs.c (main):
5878 * ecrt0.c:
5879 * dispnew.c:
5880 * callproc.c:
5881 * buffer.c: Remove errno extern declarations.
5882 * s/netbsd.h (NEED_ERRNO): Remove.
5883
5884 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5885
5886 Remove all uses of LIBX11_SYSTEM.
5887 * Makefile.in (LIBX11_SYSTEM): Remove.
5888 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5889 instead.
5890
5891 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5892
5893 Remove support for DJGPP v1.x (bug#5813).
5894
5895 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5896 * s/msdos.h:
5897 * unexec.c (make_hdr, copy_text_and_data):
5898 * sysdep.c (wait_for_termination, sys_subshell):
5899 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5900 (IT_set_terminal_modes, __write, _rename, gethostname)
5901 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5902 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5903 the value of __DJGPP__.
5904 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5905 compatibility code.
5906 * lread.c:
5907 * gmalloc.c (memalign):
5908 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5909 * emacs.c (main):
5910 * dosfns.c (init_dosfns):
5911 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5912
5913 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5914
5915 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5916 string with `cursor' property comes from an `after-string'
5917 overlay. (Bug#5816)
5918
5919 2010-04-01 Glenn Morris <rgm@gnu.org>
5920
5921 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5922 Define as Makefile variables.
5923 (LIBX): Use above variables rather than directly using autoconf.
5924
5925 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 Clean up BSD_SYSTEM use.
5928 * xterm.c:
5929 * process.c:
5930 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5931 for including <sys/ioctl.h>.
5932 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5933 code is only used for MSDOS.
5934
5935 2010-03-31 Juri Linkov <juri@jurta.org>
5936
5937 * image.c: Add `Qextension_data'.
5938 (syms_of_image): Initialize and staticpro `Qextension_data'.
5939 (Fimage_metadata): Rename from `Fimage_extension_data'.
5940 (gif_load): Put GIF extension data to the property
5941 `Qextension_data'.
5942
5943 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5946 * nsterm.h: Fix prototype.
5947
5948 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5949
5950 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5951 trailing whitespace in right-to-left rows.
5952
5953 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 Get rid of the direct_output optimizations.
5956 * keyboard.c (nonundocount): Remove extern declaration.
5957 (command_loop_1): Remove brittle optimisation for cheap and
5958 common operations.
5959 * xdisp.c (redisplay_internal): Don't bother checking
5960 redisplay_performed_directly_p any more.
5961 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5962 any more.
5963 * dispnew.c (redisplay_performed_directly_p)
5964 (direct_output_for_insert, direct_output_forward_char):
5965 * dispextern.h (redisplay_performed_directly_p)
5966 (direct_output_for_insert, direct_output_forward_char): Remove.
5967 * cmds.c (nonundocount): Make it static.
5968
5969 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5970
5971 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5972
5973 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5974
5975 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5976 invisible (Bug#5766).
5977
5978 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5979
5980 * xdisp.c (x_consider_frame_title, update_window_cursor):
5981 Remove HAVE_NS conditionals.
5982 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5983
5984 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5985 filename for the title.
5986 (ns_set_doc_edited): Do nothing if the selected window is a
5987 minibuffer window.
5988
5989 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5990 ns_set_doc_edited.
5991
5992 * nsterm.m: Remove unneeded prototype.
5993
5994 2010-03-31 Glenn Morris <rgm@gnu.org>
5995
5996 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5997 in the DOC file. (Bug#5336)
5998
5999 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
6002
6003 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * window.c (keys_of_window): Remove redundant/overridden bindings.
6006
6007 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6008
6009 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
6010 Restore original behavior when the iterator is not bidi_p.
6011
6012 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6013
6014 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
6015
6016 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6017
6018 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
6019 are outside the range of cached character positions.
6020
6021 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
6022
6023 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
6024
6025 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6026
6027 Initial support for bidirectional editing.
6028
6029 * Makefile.in (obj): Include bidi.o.
6030 (bidi.o): New target.
6031
6032 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
6033 ($(BLD)/bidi.$(O)): New target.
6034
6035 * bidi.c: New file.
6036
6037 * buffer.h (struct buffer): New members bidi_display_reordering
6038 and bidi_paragraph_direction.
6039
6040 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
6041 and bidi_paragraph_direction.
6042 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
6043 and bidi-paragraph-direction.
6044 (Fbuffer_swap_text): Swap the values of
6045 bidi_display_reordering and bidi_paragraph_direction.
6046
6047 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
6048 (bidi_type_t, bidi_dir_t): New types.
6049 (bidi_saved_info, bidi_stack, bidi_it): New structures.
6050 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
6051 prev_stop, base_level_stop, and eol_pos.
6052 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
6053 (IT_STACK_SIZE): Enlarge to 5.
6054 (struct glyph_row): New member reversed_p.
6055 <string_buffer_position>: Update prototype.
6056 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
6057 glyph_row if bidi_it.paragraph_dir == R2L.
6058 (struct glyph): New members resolved_level and bidi_type.
6059
6060 * dispnew.c (direct_output_forward_char): Give up if we need bidi
6061 processing or buffer's direction is right-to-left.
6062 (prepare_desired_row): Preserve the reversed_p flag.
6063 (row_equal_p): Compare the reversed_p attributes as well.
6064
6065 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
6066 bidi_init_it and set it->paragraph_embedding from the current
6067 buffer's value of bidi_paragraph_direction.
6068 (reseat_1): Initialize bidi_it.first_elt.
6069 (set_iterator_to_next, next_element_from_buffer): Use the value of
6070 paragraph_embedding to determine the paragraph direction.
6071 (set_iterator_to_next): Under bidi reordering, call
6072 bidi_get_next_char_visually. Call bidi_paragraph_init if the
6073 new_paragraph flag is set in the bidi iterator.
6074 (next_element_from_buffer): If bidi_it.first_elt is set,
6075 initialize paragraph direction and find the first character to
6076 display in the visual order. If reseated to a middle of a line,
6077 prime the bidi iterator starting at the line's beginning. Handle
6078 the situation where we overstepped stop_charpos due to
6079 non-linearity of the bidi iteration. Likewise for when we back up
6080 beyond the previous stop_charpos. When moving across stop_charpos,
6081 record it in prev_stop.
6082 (display_line): Set row->end and it->start for the next row to the
6083 next character in logical order. Always extend reversed_p rows to
6084 the end of line, even if they end at ZV. Copy the reversed_p flag
6085 to the next glyph row. Keep calling set_cursor_from_row for
6086 bidi-reordered rows even if we already have a possible candidate
6087 for cursor position. Set row_end after all the row's glyphs have
6088 been produced, by looping over the glyphs. Record the position
6089 after EOL in it->eol_pos, and use it to set end_pos of the last
6090 row produced for a continued line.
6091 <Qright_to_left, Qleft_to_right>: New variables.
6092 (syms_of_xdisp): Initialize and staticpro them.
6093 (string_buffer_position_lim): New function.
6094 (string_buffer_position): Most of code moved to
6095 string_buffer_position_lim. Last argument and return value are
6096 now EMACS_INT; all callers changed.
6097 (set_cursor_from_row): Rewritten to support bidirectional text and
6098 reversed glyph rows.
6099 (text_outside_line_unchanged_p, try_window_id): Disable
6100 optimizations if we are reordering bidirectional text and the
6101 paragraph direction can be affected by the change.
6102 (append_glyph, append_composite_glyph)
6103 (produce_image_glyph, append_stretch_glyph): Set the
6104 resolved_level and bidi_type members of each glyph.
6105 (append_glyph): If the glyph row is reversed, prepend the glyph
6106 rather than appending it.
6107 (handle_stop_backwards): New function.
6108 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
6109 (reseat): call handle_stop_backwards to recompute prev_stop and
6110 base_level_stop for the new position.
6111 (handle_invisible_prop): Under bidi iteration, skip invisible text
6112 using bidi_get_next_char_visually. If we are `reseat'ed, init the
6113 paragraph direction. Update IT->prev_stop after skipping
6114 invisible text.
6115 (move_it_in_display_line_to): New variables prev_method
6116 and prev_pos. Compare for strict equality in
6117 BUFFER_POS_REACHED_P.
6118 (try_cursor_movement): Examine all the candidate rows that occlude
6119 point, to return the best match. If rows are bidi-reordered
6120 and point moved backwards, back up to the row that is not a
6121 continuation line, and start looking for a suitable row from
6122 there.
6123
6124 * term.c (append_glyph): Reverse glyphs by pre-pending them,
6125 rather than appending, if the glyph_row's reversed_p flag is set.
6126 Set the resolved_level and bidi_type members of each glyph.
6127
6128 * .gdbinit (pbiditype): New command.
6129 (pgx): Use it to display bidi level and type of the glyph.
6130 (pitx): Display some bidi information about the iterator.
6131 (prowlims, pmtxrows): New commands.
6132
6133 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
6136 * s/usg5-4.h (LIBS_DEBUG):
6137 * s/irix6-5.h (C_DEBUG_SWITCH):
6138 * s/gnu-linux.h (LIBS_DEBUG):
6139 * s/darwin.h (LIBS_DEBUG):
6140 * s/bsd-common.h (LIBS_DEBUG):
6141 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
6142 * m/iris4d.h (LIBS_DEBUG):
6143 * m/hp800.h (LIBS_DEBUG): Remove definitions.
6144
6145 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
6146 (LIBS_DEBUG): Remove definition.
6147
6148 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
6151 Windows.
6152
6153 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6154
6155 * process.c (Fmake_network_process): Don't call turn_on_atimers around
6156 `connect' (Bug#5723).
6157
6158 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
6159
6160 * process.c (Fmake_network_process): Call `select' for interrupted
6161 `connect' rather than creating new socket (Bug#5173).
6162
6163 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
6164
6165 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
6166
6167 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
6168
6169 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
6170
6171 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6172
6173 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
6174 XLoadQueryFont.
6175
6176 2010-03-24 Kenichi Handa <handa@m17n.org>
6177
6178 * coding.c (decode_coding_ccl): Fix previous change for the
6179 multibyte case.
6180 (encode_coding_ccl): Don't setup ccl program here. Fix for the
6181 case that the output buffer is fullfilled.
6182 (encode_coding): Setup ccl program here.
6183
6184 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6185
6186 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
6187
6188 Simplify LIBS_MACHINE definitions.
6189 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
6190 * m/iris4d.h (LIBS_MACHINE): Likewise.
6191 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6192 * s/aix4-2.h (LIBS_SYSTEM): ... here.
6193 * s/netbsd.h: Remove commented out code.
6194
6195 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 Remove dead code dealing with POSIX_SIGNALS.
6198 * atimer.c (set_alarm): Remove dead code, all USG systems define
6199 POSIX_SIGNALS.
6200 * data.c (arith_error): Likewise.
6201 * keyboard.c (input_available_signal, handle_user_signal)
6202 (interrupt_signal): Likewise.
6203 * process.c (sigchld_handler): Likewise.
6204 (create_process): Remove if 0 code. Remove HPUX conditional when
6205 !defined (POSIX_SIGNALS), it cannot be true.
6206 * syssignal.h: Remove USG5_4 and USG conditionals when
6207 !POSIX_SIGNALS, they cannot be true.
6208
6209 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6210 NO_SOCK_SIGIO, not used anymore.
6211
6212 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6213
6214 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6215 support vax on BSDs.
6216
6217 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6218 * s/aix4-2.h (ORDINARY_LINK): ... here.
6219
6220 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6221
6222 * Makefile.in (abs_builddir): Define.
6223 (bootstrap_exe): Use it.
6224 (VPATH): Use $(srcdir) instead of @srcdir@.
6225
6226 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * Makefile.in (bootstrap_exe): Use an absolute name.
6229
6230 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6231
6232 Remove support for old GNU/Linux using libc version 5.
6233 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6234 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6235
6236 Consolidate redundant definitions in s/bsd-common.h.
6237 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6238 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6239 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6240 doing it in all files that include this one.
6241 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6242 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6243 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6244 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6245 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6246 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6247 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6248 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6249 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6250
6251 Consolidate redundant definitions.
6252 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6253 it's undefined in all files that include this one.
6254 (POSIX_SIGNALS): Define here instead of doing it in all files that
6255 include this one.
6256 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6257 (POSIX_SIGNALS): Do not define.
6258 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6259 (POSIX_SIGNALS): Do not define.
6260 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6261 (POSIX_SIGNALS): Do not define.
6262
6263 Remove support for old UNIX System V systems.
6264 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6265 * s/usg-5-4-2.h: Remove.
6266
6267 Remove support for Solaris on PPC and for old versions.
6268 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6269 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6270 that cancel each other.
6271 * s/sol2-3.h:
6272 * s/sol2-4.h:
6273 * s/sol2-5.h: Remove.
6274 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6275 (NO_REMAP): Remove, unused.
6276 (UNEXEC): Move definition ...
6277 * s/aix4-2.h (UNEXEC): ... here.
6278
6279 * s/openbsd.h: Remove support for non-ELF and for systems that do
6280 not support shared libraries.
6281 * s/netbsd.h:
6282 * s/freebsd.h: Likewise.
6283
6284 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 Remove non-working support for lynxos 3.0.
6287 * s/lynxos.h: Remove file.
6288
6289 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6290 COFF_BSD_SYMBOLS, nothing defines it anymore.
6291
6292 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 Remove obsolete uses of HAVE_SHM.
6295 * emacs.c (standard_args):
6296 (Fdump_emacs):
6297 (syms_of_emacs): Remove code depending on HAVE_SHM.
6298
6299 * alloc.c: Remove HAVE_SHM dependent definition.
6300
6301 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6302
6303 2010-03-18 Glenn Morris <rgm@gnu.org>
6304
6305 * emacs.c (USAGE4): Hard-code bug address.
6306 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6307 (bug_reporting_address): Remove.
6308 (main): Don't call bug_reporting_address.
6309
6310 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6311 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6312
6313 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * xfns.c (Fx_create_frame):
6316 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6317 on left.
6318
6319 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6320
6321 * editfns.c (Fformat): Account for string precision when computing
6322 field width (Bug#5710).
6323
6324 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6325
6326 * xfns.c (Fx_create_frame): Set default to Qright.
6327
6328 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6329 all window systems.
6330
6331 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6332
6333 These changes remove termcap.c from the build on Posix platforms.
6334 * Makefile.in (termcapobj): Move termcap.o from here...
6335 (MSDOS_OBJ): ...to here.
6336 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6337 now identical to when LIBS_TERMCAP is defined.
6338
6339 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6340
6341 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6342
6343 * config.in: Regenerated. (See top-level ChangeLog.)
6344
6345 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6346
6347 * Branch for 23.2.
6348
6349 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 Cleanup setup of gl_state in various parts of the code.
6352 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6353 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6354 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6355 (skip_chars):
6356 * regex.c (regex_compile): Use it.
6357 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6358 it's now set in regex_compile when/if we need it.
6359
6360 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6363 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6364 (QUIT): Use it to consolidate code and remove redundancy.
6365 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6366
6367 * regex.c (regex_compile): Setup gl_state as well.
6368
6369 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6370 (in_classes): Use CONSP before XCAR/XCDR.
6371
6372 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6375 definitions, so that keyboard macros are correctly handled
6376 (Bug#5481).
6377
6378 2010-03-02 Eli Zaretskii <eliz@gnu.org>
6379
6380 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6381 text that could be relocated inside the call to emacs_mule_char.
6382 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6383 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6384
6385 2010-03-02 Kenichi Handa <handa@m17n.org>
6386
6387 * character.c (parse_str_as_multibyte): Fix handling of the
6388 multibyte form of raw-bytes.
6389 (str_as_multibyte): Likewise.
6390
6391 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6392 form of raw-bytes.
6393
6394 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * charset.c (load_charset_map_from_file)
6397 (load_charset_map_from_vector): Zero out allocated
6398 charset_map_entries before using them.
6399
6400 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6401
6402 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6403
6404 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6405
6406 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6407 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6408
6409 2010-02-26 Kenichi Handa <handa@m17n.org>
6410
6411 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6412
6413 * xdisp.c (reseat_to_string): Fix previous change.
6414
6415 2010-02-26 David Reitter <david.reitter@gmail.com>
6416
6417 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6418 Lisp_Object (Bug#4736).
6419
6420 2010-02-25 Kenichi Handa <handa@m17n.org>
6421
6422 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6423
6424 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6425
6426 * xterm.c (XTflash): Move declarations before statements.
6427
6428 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6429 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6430 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6431 (xg_create_tool_bar): Remove unused variables.
6432 (x_wm_set_size_hint): Move declarations before statements.
6433 (xg_create_frame_widgets): Remove variable grav.
6434
6435 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6438
6439 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * term.c (fatal): Add a final \n if needed (bug#5596).
6442
6443 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6446
6447 2010-02-18 Glenn Morris <rgm@gnu.org>
6448
6449 * callint.c (Finteractive): Doc fix.
6450
6451 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6452
6453 * coding.c (record_conversion_result):
6454 Handle CODING_RESULT_INSUFFICIENT_DST.
6455 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6456 memory allocation error.
6457
6458 2010-02-17 Kenichi Handa <handa@m17n.org>
6459
6460 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6461 Fix for the case that the output buffer is fullfilled.
6462 (decode_coding): Setup ccl program here. Keep looping when the
6463 decoder stopped because the output buffer is
6464 fullfilled (bug#5534).
6465
6466 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6467
6468 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6469
6470 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6471 bug #5571.
6472 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6473 overdrawn.
6474
6475 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6476
6477 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6478 doing_interact here.
6479 (ice_connection_closed): New function.
6480 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6481 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6482 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6483 returns I/O error.
6484 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6485 bug #5512.
6486
6487 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
6488
6489 * nsfont.m (nsfont_open): The system's value for the font descent
6490 is negative, so round it down to avoid clipping.
6491
6492 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * charset.c (load_charset_map_from_file)
6495 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6496 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6497
6498 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * charset.c (load_charset_map_from_file): Allocate large
6501 charset_map_entries structure on the heap rather than the stack.
6502 (Bug#5526).
6503
6504 2010-01-31 Kenichi Handa <handa@m17n.org>
6505
6506 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6507 size in NAME is invalid, return -1 (Bug#5396).
6508
6509 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6512 <deactivated@gmail.com> (Bug#3605).
6513
6514 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6515
6516 * fileio.c (Frename_file): Correctly rename symlinks to
6517 directories (Bug#5496).
6518
6519 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6520
6521 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6522
6523 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6524
6525 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6526
6527 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * frame.c (DEFAULT_ROWS): Change default to 35.
6530
6531 * xfns.c (x_default_font_parameter): Change default XFT font to
6532 monospace-10 (Bug#3643).
6533
6534 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6535
6536 * w32inevt.c (key_event): Remove unnecessary comparison of
6537 event->uChar.AsciiChar with 128.
6538
6539 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * fileio.c (Frename_file): Fix last change (Bug#5487).
6542
6543 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6544
6545 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6546
6547 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6548
6549 * xfns.c (Fx_create_frame): Remove window size matching code from
6550 2010-01-15.
6551 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6552
6553 2010-01-27 Jason Rumney <jasonr@gnu.org>
6554
6555 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6556 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6557
6558 2010-01-27 Kenichi Handa <handa@m17n.org>
6559
6560 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6561 pattern string (Bug#4209).
6562
6563 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6564
6565 * fileio.c (Frename_file): Call copy-directory and
6566 delete-directory for directories, in order to handle cross-device
6567 renaming (Bug#3353).
6568
6569 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6570
6571 * xfns.c (Fx_create_frame): If frame height is too big, try
6572 sizes 24 and 10. Bug #3643.
6573
6574 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 Try and fix bug#788, hopefully for real this time.
6577 * keymap.c (shadow_lookup): Add `remap' arg.
6578 (describe_map, describe_vector): Update calls to shadow_lookup.
6579 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6580 `remapped' so this flag is applicable to `sequence'. Be careful to
6581 perform remapping during shadow_lookup check of remapped_sequences.
6582
6583 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6584
6585 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6586 png_check_sig, which has been removed in libpng 1.4.
6587
6588 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6589
6590 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6591 lacks this header file).
6592
6593 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6594
6595 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6596 as in Emacs 22.
6597
6598 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6599
6600 * lisp.h (make_pure_string): String pointer arg now points to const.
6601
6602 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6603 args now point to const.
6604
6605 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6606
6607 * lread.c (Fload): Don't treat files without .elc extension as
6608 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6609 them. (bug#5303)
6610
6611 2010-01-20 Kenichi Handa <handa@m17n.org>
6612
6613 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6614 treat the source as actual byte sequence.
6615
6616 2010-01-19 Alan Mackenzie <acm@muc.de>
6617
6618 Fix spurious before-change-functions invocation from (insert ?\n).
6619 * textprop.c (set_text_properties): Rename parameter
6620 `signal_after_change_p' to `coherent_change_p', and make the
6621 invocation of `modify_region' conditional on it.
6622
6623 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6624
6625 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6626 for debug purpose.
6627 (syms_of_xsettings): Declare xft-settings.
6628
6629 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6630
6631 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6632
6633 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6636
6637 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * emacs.c (standard_args): Adjust arg priorities to reflect how
6640 they are processed in startup.el.
6641
6642 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6643
6644 * Makefile.in (lisp, shortlisp): Update.
6645
6646 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6649 code, link the new kboard into all_kboard before running Lisp code,
6650 and protect the new terminal with GCPRO (Bug#5365).
6651 (x_term_init): Remove unused var `atom'.
6652 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6653
6654 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6655
6656 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6657 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6658 to find out usable size of the desktop. Don't make frames larger than
6659 this. Bug #3643.
6660
6661 2010-01-15 Kenichi Handa <handa@m17n.org>
6662
6663 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6664
6665 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * nsterm.m (Qnone): Define.
6668
6669 * nsfns.m (Qnone): Move definition to nsterm.m.
6670
6671 2010-01-14 Kenichi Handa <handa@m17n.org>
6672
6673 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6674 systems.
6675
6676 2010-01-14 Kenichi Handa <handa@m17n.org>
6677
6678 Make auto-composition work on all buffers even if they are
6679 fundamental mode.
6680
6681 * composite.c (Vauto_composition_mode): New variable.
6682 (composition_compute_stop_pos): Check Vauto_composition_mode
6683 instead of Vauto_composition_function.
6684 (composition_adjust_point, Ffind_composition_internal): Likewise.
6685 (syms_of_composite): Declare Lisp variable
6686 "auto-composition-mode" here.
6687
6688 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6691 during call to vendor-specific-keysyms (Bug#5365).
6692
6693 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6694
6695 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6696 Call SIGNAL_THREAD_CHECK (Bug#5333).
6697
6698 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6699 Call SIGNAL_THREAD_CHECK.
6700
6701 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 Try to fix bug#5314. This is probably not the final word, tho.
6704 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6705 recent-auto-save-p as a side-effect.
6706 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6707 * buffer.c (Fkill_buffer, reset_buffer):
6708 * editfns.c (Fsubst_char_in_region):
6709 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6710 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6711
6712 2010-01-13 Kenichi Handa <handa@m17n.org>
6713
6714 Display buffer name, etc. in mode line by composing correctly.
6715
6716 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6717 STRING is not nil.
6718 (display_mode_element): Adjust for the change of
6719 decode_mode_spec and display_line.
6720 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6721 (display_string): Handle the case that STRING is non-null and
6722 LISP_STRING is not nil.
6723
6724 * xterm.c (x_draw_composite_glyph_string_foreground):
6725 Pay attention to s->face->overstrike.
6726
6727 * composite.c (composition_reseat_it): Don't check PT if STRING is
6728 non nil.
6729
6730 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6731
6732 * keyboard.c (read_char): Don't apply previous change when current
6733 buffer is unchanged by command execution.
6734
6735 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6736
6737 * keyboard.c (read_char): Return after executing from special map.
6738
6739 2010-01-12 Glenn Morris <rgm@gnu.org>
6740
6741 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6742 bug-gnu-emacs rather than emacs-pretest-bug.
6743
6744 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6747 initializing the Lisp variables that depend on them.
6748
6749 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6750
6751 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6752 Clear areas that will not be updated after change of menu bar lines.
6753 Clear the menu bar window's current matrix when the window gets empty.
6754
6755 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * intervals.h, textprop.c (extend_property_ranges): Return value
6758 and args changed. Discard properties that begin at or after the
6759 new end (Bug#5306).
6760
6761 * editfns.c (Fformat): Caller changed.
6762
6763 * nsterm.m (ns_set_default_prefs): Delete function.
6764 (syms_of_nsterm): Initialize ns_command_modifier,
6765 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6766 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6767
6768 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6769 position (Bug#4040).
6770
6771 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6772
6773 * editfns.c (Ffloat_time): Doc fix.
6774
6775 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6776
6777 * xfns.c (Fx_create_frame): Don't create frame larger than display
6778 by default bug#3643.
6779
6780 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6781
6782 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6783 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6784 windows above internal border.
6785
6786 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6787 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6788 windows above internal border.
6789
6790 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6791 tool bar windows specially.
6792
6793 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6794
6795 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6796 specially.
6797 (XTflash): Take account of menu bar height.
6798
6799 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6800 specially.
6801
6802 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6803
6804 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6805 also be true before we can return early (bug #5339).
6806
6807 2010-01-06 David Reitter <david.reitter@gmail.com>
6808
6809 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6810 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6811 (Bug#3233).
6812
6813 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6814
6815 * font.c (font_open_entity): Enable chache and call cached_font_ok
6816 for the driver if defined.
6817 (QCuser_spec): New symbol.
6818 (font_spec_from_name): Save name as user-spec.
6819 (font_load_for_lface): Keep user-spec instead of name.
6820 (font_open_by_name): Save name as user-spec.
6821 (syms_of_font): Initialize QCuser_spec.
6822 (font_clear_prop): Clear name if it exists in font (bug#5157).
6823
6824 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6825 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6826 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6827
6828 * font.h (struct font_driver): Add cached_font_ok.
6829
6830 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6831
6832 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6833
6834 * xterm.c (x_new_font): Move code for setting rows/cols before
6835 resizing ...
6836 (x_set_window_size): ... to here. Bug #2568.
6837
6838 * gtkutil.c (xg_clear_under_internal_border): New function.
6839 (xg_frame_resized, xg_frame_set_char_size):
6840 Call xg_clear_under_internal_border.
6841 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6842
6843 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * keyboard.c (read_key_sequence): Catch keyboard switch after
6846 making a new tty frame (Bug#5095).
6847
6848 2010-01-05 Kenichi Handa <handa@m17n.org>
6849
6850 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6851
6852 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6855 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6856 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6857
6858 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6859
6860 * dbusbind.c (xd_add_watch): Improve debug message.
6861 (xd_remove_watch): Improve debug message. If DATA is the session
6862 bus, unset D-Bus session environment.
6863 (Fdbus_init_bus): Pass the bus as argument to
6864 dbus_connection_set_watch_functions. (Bug#5283)
6865
6866 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6869
6870 * lread.c (syms_of_lread): Make it clearer that these are the
6871 names of loaded files (Bug#5068).
6872
6873 * eval.c (run_hook_with_args): Handle the case where the global
6874 value has the obsolete single-function form (Bug#5026).
6875
6876 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * minibuf.c (Fall_completions): Minor optimization.
6879
6880 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6881
6882 * .gdbinit (pgx): Fix display of composite glyphs.
6883 Display cmp.from and cmp.to as well.
6884 (pitx): Fix last change.
6885
6886 2009-12-25 Kenichi Handa <handa@m17n.org>
6887
6888 * composite.h (composition_adjust_point): Update prototype.
6889
6890 * composite.c (composition_reseat_it): Don't make a composition
6891 spanning over point.
6892 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6893 composable characters.
6894 (composition_adjust_point): New arg NEW_PT. Callers changed.
6895
6896 * keyboard.c (command_loop_1): Force redisplay if the last point
6897 was within a composition.
6898 (adjust_point_for_property): Don't adjust point for automatic
6899 composition when called after buffer modification.
6900
6901 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6902
6903 * .gdbinit (pitx): Don't use enum names, use their values.
6904 Remove reference to non-existing value GET_FROM_COMPOSITION.
6905 (pgx): Don't use enum names, use their values.
6906 (pitmethod): New helper command.
6907 (pitx): Use it to display iteration method.
6908 (pgrowit): New command.
6909
6910 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6911
6912 Update dependencies in Makefile.in.
6913
6914 * Makefile.in (alloc.o): Depend on termhooks.h.
6915 (atimer.o): Depend on blockinput.h.
6916 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6917 and frame.h.
6918 (callint.o): Depend on systime.h, coding.h, and composite.h.
6919 (callproc.o): Depend on buffer.h.
6920 (casefiddle.o): Don't depend on charset.h.
6921 (casetab.o): Depend on character.h.
6922 (ccl.o): Depend on composite.h.
6923 (chartab.o): Depend on ccl.h.
6924 (cm.o): Depend on dispextern.h.
6925 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6926 (coding.o): Don't depend on $(INTERVALS_H).
6927 (composite.o): Don't depend on dispextern.h explicitly (it's in
6928 $(INTERVALS_H)). Depend on ccl.h.
6929 (data.o): Depend on systime.h, coding.h, composite.h,
6930 dispextern.h, font.h, and ccl.h.
6931 (dired.o): Depend on composite.h.
6932 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6933 composite.h (it's in $(INTERVALS_H)).
6934 (doc.o): Depend on systime.h, coding.h, and composite.h.
6935 (editfns.o): Don't depend explicitly on dispextern.h.
6936 (emacs.o): Depend on frame.h and coding.h.
6937 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6938 (fileio.o): Depend on frame.h and commands.h. Don't depend
6939 explicitly on dispextern.h.
6940 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6941 composite.h.
6942 (fns.o): Don't depend on termhooks.h.
6943 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6944 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6945 coding.h, $(INTERVALS_H), window.h, xterm.h.
6946 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6947 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6948 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6949 fontset.h, ccl.h, and ftfont.h.
6950 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6951 (gtkutil.o): Depend on dispextern.h and composite.h.
6952 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6953 termhooks.h, and ccl.h.
6954 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6955 (intervals.o): Depend on systime.h and coding.h.
6956 (keyboard.o): Depend on composite.h and coding.h.
6957 (keymap.o): Depend on coding.h and frame.h.
6958 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6959 (macros.o): Depend on systime.h, coding.h, and composite.h.
6960 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6961 and atimer.h.
6962 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6963 dispextern.h explicitly.
6964 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6965 Don't depend explicitly on dispextern.h and composite.h.
6966 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6967 (regex.o): Don't depend on charset.h.
6968 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6969 (search.o): Don't depend explicitly on composite.h.
6970 (sound.o): Depend on atimer.h and systime.h.
6971 (syntax.o): Don't depend explicitly on composite.h.
6972 (sysdep.o): Depend on coding.h and composite.h.
6973 (term.o): Depend on xterm.h and buffer.h.
6974 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6975 (textprop.o): Don't depend on dispextern.h explicitly.
6976 (undo.o): Depend on dispextern.h.
6977 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6978 dispextern.h and composite.h explicitly.
6979 (xdisp.o): Depend on ccl.h.
6980 (xfaces.o): Depend on coding.h and ccl.h.
6981 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6982 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6983 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6984 ftfont.h.
6985 (xgselect.o): New dependency.
6986 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6987 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6988 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6989 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6990 (xsmfns.o): Depend on frame.h and dispextern.h.
6991 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6992 sysselect.h.
6993
6994 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6995
6996 * font.c (Fclear_font_cache): Pass correct cache argument to
6997 font_clear_cache.
6998
6999 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
7000
7001 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
7002 twice.
7003
7004 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
7007 calling file-remote-p. Reported by Jim Meyering.
7008
7009 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
7010
7011 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
7012 avoid compiler warnings. (Bug #5217)
7013
7014 2009-12-14 Kenichi Handa <handa@m17n.org>
7015
7016 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
7017 in 8-bit encoding.
7018
7019 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
7020
7021 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
7022 tooltip windows.
7023
7024 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
7025
7026 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
7027 Xatom_net_window_type.
7028
7029 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
7030 Xatom_net_window_type.
7031
7032 * xterm.c (my_log_handler): New function.
7033 (x_term_init): Set my_log_handler as log handler during gtk_init
7034 so we can filter out buggy messages. (Bug #5120).
7035
7036 * xterm.c (xg_scroll_callback): Parameter list changed,
7037 use parameter GtkScrollType to determine scroll/line/page.
7038 Only allow dragging if a button < 4 is grabbed (bug #5177).
7039 (xg_end_scroll_callback): New function.
7040 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
7041 xg_create_scroll_bar.
7042
7043 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
7044 (scroll_end_callback): Remove.
7045 (xg_create_scroll_bar): Add parameter end_callback, bind it to
7046 button-release-event. Replace value-changed event with change-value,
7047 bug #5177.
7048 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
7049 bug #5177.
7050
7051 * gtkutil.h (XG_LAST_SB_DATA): Remove.
7052 (xg_create_scroll_bar): Add GCallback end_callback.
7053
7054 * xftfont.c (QClcdfilter): New variable.
7055 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
7056 (syms_of_xftfont): Initialize QClcdfilter.
7057
7058 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
7059
7060 * xsettings.c (struct xsettings): Add member seen.
7061 (parse_xft_settings): Update member seen with what we have read.
7062 Return non-zero if Xft-settings have been parsed, 0 otherwise.
7063 (apply_xft_settings): Only update Xft settings with what member seen
7064 indicates as new.
7065
7066 2009-12-12 Eli Zaretskii <eliz@gnu.org>
7067
7068 * dispextern.h (struct text_pos): Use EMACS_INT.
7069 (struct glyph): Use EMACS_INT for charpos.
7070 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
7071 region_beg_charpos, region_end_charpos,
7072 redisplay_end_trigger_charpos, and also for
7073 iterator_stack_entry.end_charpos and
7074 iterator_stack_entry.stop_charpos.
7075
7076 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
7077
7078 * gtkutil.c (scroll_end_callback): New function (bug #5177).
7079 (xg_create_scroll_bar): Call scroll_end_callback on button release
7080 event (bug #5177).
7081 (xg_event_is_for_scrollbar): != replaced with ==.
7082
7083 2009-12-12 Kenichi Handa <handa@m17n.org>
7084
7085 * ftfont.c (struct ftfont_info): New member matrix.
7086 (ftfont_open): Setup xftfont_info->matrix.
7087 (MFLTFontFT): New member matrix.
7088 (FLOOR, CEIL, ROUND): New macros.
7089 (ftfont_get_metrics): Handle matrix transformation.
7090 (ftfont_shape_by_flt): New arg matrix. Callers changed.
7091
7092 * xftfont.c (struct xftfont_info): New member matrix.
7093 (xftfont_open): Setup xftfont_info->matrix.
7094
7095 2009-12-10 Kenichi Handa <handa@m17n.org>
7096
7097 * xdisp.c (append_space_for_newline): Consider face-remapping.
7098
7099 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
7100
7101 * xsettings.c: Include "keyboard.h".
7102
7103 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
7104
7105 Fix implicit function declarations.
7106 * cmds.c: Include "frame.h".
7107 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
7108 * frame.h: Move declaration of delete_frame outside of
7109 HAVE_WINDOW_SYSTEM.
7110
7111 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
7112
7113 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
7114
7115 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
7116 GTK builds.
7117
7118 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
7119
7120 * unexelf.c (unexec): Don't search for .data twice.
7121
7122 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7123
7124 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
7125 if push failed.
7126 (handle_line_prefix): Set avoid_cursor_p here. Check return value
7127 of push_display_prop (Bug#5000).
7128
7129 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
7130 value of font_list_entities (Bug#5085).
7131
7132 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
7133
7134 Fix `string-to-number' to deal consistently with integers and floats.
7135 * lread.c (isfloat_string): New argument ignore_trailing to accept all
7136 trailing characters, not just whitespace.
7137 (read1): Pass new arg 0 to keep old behavior.
7138 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
7139 trailing chars, as it is already done for integers. Doc fixes.
7140 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
7141
7142 2009-12-04 Eli Zaretskii <eliz@gnu.org>
7143
7144 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
7145 Delete unused enumeration value.
7146
7147 2009-12-03 Eli Zaretskii <eliz@gnu.org>
7148
7149 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
7150
7151 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
7152
7153 * process.c (Fmake_network_process): Fix up the tests for
7154 "connectionless socket", so they DTRT for seqpacket sockets as well.
7155
7156 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * process.c (Qseqpacket): New symbol.
7159 (HAVE_SEQPACKET): New macro.
7160 (Fmake_network_process): Accept new :type `seqpacket'.
7161 (init_process): Add `seqpacket' feature when applicable.
7162 (syms_of_process): Initialize Qseqpacket.
7163
7164 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7165
7166 * font.c (font_load_for_lface, font_open_by_name): Don't store name
7167 if entity is Qnil.
7168
7169 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * print.c (print_preprocess): Preprocess the key_and_value table of
7172 hashtables, even tho they're "hidden" (bug#5082).
7173
7174 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
7175
7176 * frame.c (frame_make_pointer_invisible)
7177 (frame_make_pointer_visible): Declare f before statements.
7178
7179 2009-11-28 Eli Zaretskii <eliz@gnu.org>
7180
7181 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
7182 omitted dependencies on lisp.h.
7183
7184 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
7185
7186 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
7187 is NULL.
7188
7189 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
7190
7191 * frame.c (frame_make_pointer_invisible)
7192 (frame_make_pointer_visible): Just return if there isn't any selected
7193 frame.
7194
7195 * search.c (simple_search): Remove warning by making *p const.
7196
7197 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 * xdisp.c (power_letter): Remove duplicate const.
7200
7201 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
7202
7203 * term.c (delete_tty): Remove check for last terminal (bug#4970).
7204
7205 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
7206 defaults (bug #5025).
7207
7208 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * insdel.c (adjust_markers_for_delete): Move it in the
7211 right direction! (bug#4803)
7212
7213 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7214
7215 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7216
7217 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7218
7219 2009-11-24 Glenn Morris <rgm@gnu.org>
7220
7221 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7222
7223 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
7224
7225 * Makefile.in: Must create deps for ecrt0.o in its rule.
7226
7227 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7228 because that is what Gtk+ font dialog understands.
7229
7230 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7231 of Fcopy_sequence.
7232 (font_open_by_name): Put name given into QCname for font-object returned.
7233
7234 * frame.c (x_set_font): Save original font name as frame parameter
7235 font-parameter.
7236
7237 * xsettings.c (set_default_xft_settings): New function.
7238 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7239 is found.
7240
7241 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
7242
7243 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7244 searching backwards through multibyte buffer.
7245
7246 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7247
7248 * xterm.c: #include xgselect.h.
7249 (x_initialize): Call xgselect_initialize.
7250
7251 * xsettings.c (something_changedCB): C++ comments => C comments.
7252 (init_gconf): Do not deal with any GLib file descriptors, xg_select
7253 does that now.
7254
7255 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7256 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7257 (scroll_bar_button_cb): Remove.
7258 (create_menus): C++ comments => C comments. Don't bind grab-notify
7259 event.
7260 (xg_create_scroll_bar): Don't bind button-press-event and
7261 button-release-event.
7262
7263 * process.c: Include xgselect.h if defined (USE_GTK) ||
7264 defined (HAVE_GCONF).
7265 (wait_reading_process_output): Call xg_select for the same condition.
7266
7267 * xgselect.c (xg_select): New function to better integrate with
7268 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
7269
7270 * xgselect.h: New file, declare xg_select, xgselect_initialize.
7271
7272 * Makefile.in (XOBJ): Add xgselect.o.
7273
7274 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
7275
7276 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7277 Remove ignored second argument. All callers changed.
7278 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7279 (RE_STRING_CHAR_AND_LENGTH): Likewise.
7280 * xdisp.c (string_char_and_length): Likewise.
7281
7282 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
7283
7284 * xterm.c (x_new_font):
7285 * print.c (print_object):
7286 * cmds.c (Fself_insert_command): Move declarations before statements.
7287
7288 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7289
7290 * s/cygwin.h: Remove unneeded linker flags.
7291
7292 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7293
7294 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7295
7296 * xsettings.h: Declare xsettings_get_system_font.
7297
7298 * xsettings.c (xsettings_get_system_font): New function.
7299 (init_gconf): No use initiating gconf unless we have Xft also.
7300 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7301 HAVE_GCONF.
7302
7303 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7304 add a blank entry so it doesn't collapse into nothing.
7305
7306 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * lread.c (Funintern): Comment out last change.
7309
7310 2009-11-19 Richard Stallman <rms@gnu.org>
7311
7312 * lread.c (Funintern): Error if symbol is t or nil.
7313
7314 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7317 representation of Lisp integers.
7318 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7319
7320 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7321
7322 * lisp.h: Remove declaration of Ffont_get_system_font.
7323 * xfns.c: Move include of "xsettings.h".
7324 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7325
7326 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7327
7328 * xsettings.c (something_changedCB, Ffont_get_system_font):
7329 Check use_system_font.
7330 (syms_of_xsettings): DEFVAR font-use-system-font.
7331
7332 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7333
7334 * xfns.c (x_default_font_parameter): Remove dead assignment.
7335
7336 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7337
7338 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7339
7340 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7341 not have FC_LCD_*. #define them if not there.
7342
7343 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7344
7345 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7346
7347 * xterm.c (handle_one_xevent): Call xft_settings_event for
7348 ClientMessage, PropertyNotify and DestroyNotify.
7349 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7350 Call xsettings_initialize.
7351
7352 * xftfont.c (xftfont_fix_match): New function.
7353 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7354 Call xftfont_fix_match after XftFontMatch.
7355
7356 * xfont.c (xfont_driver): Initialize all members.
7357
7358 * xfns.c (x_default_font_parameter):
7359 Try font from Ffont_get_system_font.
7360 Do not get font from x_default_parameter if we got one from
7361 Ffont_get_system_font.
7362 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7363
7364 * w32font.c (w32font_driver): Initialize all members.
7365
7366 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7367
7368 * lisp.h: Declare syms_of_xsettings.
7369
7370 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7371 Handle CONFIG_CHANGED_EVENT.
7372
7373 * ftfont.c (ftfont_filter_properties): New function.
7374
7375 * frame.c (x_set_font): Remove unused variable lval.
7376
7377 * font.h (struct font_driver): Add filter_properties.
7378
7379 * font.c (font_put_extra): Don't return if val is nil, it means
7380 boolean option is off.
7381 (font_parse_fcname): Collect all extra properties in extra_props
7382 and call filter_properties for all drivers with extra_props and
7383 font as parameter.
7384 (font_open_entity): Do not use cache, it does not pick up new
7385 fontconfig settings like hinting.
7386 (font_load_for_lface): If spec had a name in it, store it in entity.
7387
7388 * emacs.c (main): Call syms_of_xsettings.
7389
7390 * config.in: HAVE_GCONF is new.
7391
7392 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7393 xsettings.o is new.
7394
7395 2009-11-17 Kenichi Handa <handa@m17n.org>
7396
7397 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7398 back to the default font in case that no suitable font is found.
7399
7400 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7403 Suggested by Chad Brown <yandros@mit.edu>.
7404 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7405
7406 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7407
7408 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7409
7410 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7411
7412 * Makefile.in: Ignore errors from mkdir when creating deps directory.
7413
7414 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7415
7416 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7417 has a parent.
7418
7419 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7420 dependency files in deps/. Include those files into Makefile.
7421
7422 * config.in: Generated (AUTO_DEPEND).
7423
7424 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7425
7426 * dbusbind.c (Vdbus_registered_objects_table): Rename from
7427 Vdbus_registered_functions_table, because it contains also
7428 properties. Fix docstring.
7429 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7430
7431 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * alloc.c (mark_object): Don't reprocess marked strings.
7434 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7435 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7436
7437 2009-11-13 Kenichi Handa <handa@m17n.org>
7438
7439 * category.c (word_boundary_p): Adjust for the change of the
7440 semantics of Vword_combining_categories.
7441 (Vword_combining_categories): Describe the slight change of the
7442 semantics.
7443
7444 2009-11-13 Eli Zaretskii <eliz@gnu.org>
7445
7446 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7447
7448 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7449
7450 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7453
7454 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7457
7458 2009-11-11 David Reitter <david.reitter@gmail.com>
7459
7460 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7461 variables to fix 2009-11-09 change.
7462
7463 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7464
7465 * process.c (ifflag_def): Make flag_sym constant.
7466 (Fnetwork_interface_info): Use a constant pointer.
7467 (ifflag_table):
7468 * xfns.c (cursor_bits):
7469 * xdisp.c (power_letter):
7470 * termcap.c (speeds, esctab):
7471 * sysdep.c (baud_convert):
7472 * keyboard.c (lispy_accent_codes, modifier_names):
7473 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7474 (jpeg_format, tiff_format, gif_format, svg_format)
7475 (interlace_start, interlace_increment, gs_format):
7476 * gtkutil.c (separator_names):
7477 * fringe.c (swap_nibble):
7478 * fns.c (base64_value_to_char, base64_char_to_value):
7479 * fileio.c (make_temp_name_tbl):
7480 * coding.c (suffixes): Make constant.
7481
7482 * frame.c (make_initial_frame):
7483 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7484 build_string.
7485 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7486
7487 * s/freebsd.h:
7488 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7489
7490 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7491 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7492
7493 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7494 * xterm.c (syms_of_xterm):
7495 * xfaces.c (syms_of_xfaces):
7496 * xdisp.c (syms_of_xdisp):
7497 * lread.c (syms_of_lread):
7498 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7499 build_string.
7500
7501 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7502
7503 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * fns.c (Fplist_get): Merge the active and the commented out code.
7506
7507 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7508
7509 * keyboard.h: Declare timer_check.
7510
7511 * keyboard.c (timer_check_2): New function that does what the old
7512 timer_check did.
7513 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7514 returned, i.e. don't return -1 with timers pending.
7515
7516 * process.c: Remove extern declaration of timer_check.
7517
7518 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7519 even if timer_check returned -1.
7520
7521 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7522 xg_dialog_data.
7523 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7524 the event loop.
7525 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7526 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7527 Destroy the dialog after xg_dialog_run.
7528
7529 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7532
7533 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7534
7535 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7536
7537 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7540
7541 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7544 w32menu.c, and nsmenu.m.
7545 Simplify the obsolete case where position is nil.
7546 (cleanup_popup_menu): New function, moved from nsmenu.m.
7547 (struct skp): Remove slot `notreal'.
7548 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7549 adjust callers.
7550 (single_menu_item): Adjust call to parse_menu_item.
7551 (syms_of_menu): Defsubr x-popup-menu.
7552 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7553 (keymap_panes): Don't export any more.
7554 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7555 (xmenu_show): Declare.
7556 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7557 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7558 * keyboard.h (parse_menu_item): Update declaration.
7559 * xmenu.c (Fx_popup_menu): Remove.
7560 (syms_of_xmenu): Don't defsubr x-popup-menu.
7561 * w32menu.c (Fx_popup_menu): Remove.
7562 (syms_of_w32menu): Don't defsubr x-popup-menu.
7563 * nsmenu.m (cleanup_popup_menu): Remove.
7564 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7565 moved to menu.c's Fx_popup_menu.
7566 (Fx_popup_menu): Remove.
7567 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7568 menu_items (it's done in menu.c already).
7569
7570 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7573 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7574
7575 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7578 xmenu_show. Hide any tooltip before opening a menu.
7579 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7580 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7581
7582 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 Let integers use up 2 tags to give them one extra bit and thus double
7585 their range.
7586 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7587 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7588 New macros.
7589 (enum Lisp_Type): Use them. Give explicit values.
7590 (Lisp_Type_Limit): Remove.
7591 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7592 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7593 Pay attention to USE_2_TAGS_FOR_INTS.
7594 (INTEGERP): Use LISP_INT_TAG_P.
7595 * fns.c (internal_equal): Simplify the default case.
7596 (sxhash): Use case_Lisp_Int.
7597 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7598 any more.
7599 (Ftype_of): Use case_Lisp_Int.
7600 (store_symval_forwarding): Take into account the fact that Ints can
7601 now have more than one tag.
7602 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7603 (buffer_slot_type_mismatch):
7604 * xfaces.c (face_attr_equal_p):
7605 * print.c (print_object):
7606 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7607 Use case_Lisp_Int.
7608
7609 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7610
7611 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7612
7613 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7614 warning.
7615
7616 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7617
7618 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7619
7620 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7621
7622 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7623 ButtonPressRelease and MotionNotify (bug#4870).
7624
7625 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7626
7627 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7628
7629 * xterm.c (syms_of_xterm):
7630 * xselect.c (syms_of_xselect):
7631 * xmenu.c (syms_of_xmenu):
7632 * xfns.c (syms_of_xfns):
7633 * xfaces.c (syms_of_xfaces):
7634 * xdisp.c (syms_of_xdisp):
7635 * window.c (syms_of_window):
7636 * w32fns.c (syms_of_w32fns):
7637 * undo.c (syms_of_undo):
7638 * textprop.c (syms_of_textprop):
7639 * terminal.c (syms_of_terminal):
7640 * syntax.c (syms_of_syntax):
7641 * sound.c (syms_of_sound):
7642 * search.c (syms_of_search):
7643 * print.c (syms_of_print):
7644 * minibuf.c (syms_of_minibuf):
7645 * macros.c (syms_of_macros):
7646 * keymap.c (syms_of_keymap, initial_define_key)
7647 (initial_define_lispy_key):
7648 * keyboard.c (syms_of_keyboard):
7649 * insdel.c (syms_of_insdel):
7650 * image.c (syms_of_image):
7651 * fringe.c (syms_of_fringe):
7652 * frame.c (syms_of_frame):
7653 * fontset.c (syms_of_fontset):
7654 * fns.c (syms_of_fns):
7655 * fns.c (syms_of_fns):
7656 * fileio.c (syms_of_fileio):
7657 * fileio.c (syms_of_fileio):
7658 * eval.c (syms_of_eval):
7659 * doc.c (syms_of_doc):
7660 * dispnew.c (syms_of_display):
7661 * dired.c (syms_of_dired):
7662 * dbusbind.c (syms_of_dbusbind):
7663 * data.c (syms_of_data):
7664 * composite.c (syms_of_composite):
7665 * coding.c (syms_of_coding):
7666 * cmds.c (syms_of_cmds):
7667 * charset.c (define_charset_internal, syms_of_character):
7668 * ccl.c (syms_of_ccl):
7669 * category.c (syms_of_category, init_category_once):
7670 * casetab.c (syms_of_casetab):
7671 * casefiddle.c (syms_of_casefiddle):
7672 * callint.c (syms_of_callint):
7673 * bytecode.c (syms_of_bytecode):
7674 * buffer.c (keys_of_buffer, syms_of_buffer):
7675 * alloc.c (syms_of_alloc):
7676 * process.c (syms_of_process, init_process):
7677 * lread.c (syms_of_lread, init_obarray):
7678 * font.c (build_style_table):
7679 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7680 intern_c_string, calls to make_pure_string with
7681 make_pure_c_string. Use pure_cons instead of Fcons.
7682
7683 * process.c (socket_options): Make it const.
7684 (set_socket_option, init_process): Use a const pointer.
7685
7686 * lread.c (intern_c_string): New function.
7687 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7688 (defvar_int): Uset it. Make the name const char*.
7689
7690 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7691 (defvar_int): Update prototypes.
7692 (DEFUN, EXFUN): Support for prototypes is now required.
7693 (intern_c_string): New prototype.
7694 (struct Lisp_Subr): Make symbol_name constant.
7695
7696 * font.c (struct table_entry): Remove unused member. Make NAMES
7697 constant.
7698 (weight_table, slant_table, width_table): Make constant.
7699
7700 * emacs.c (struct standard_args): Make name and longname constant.
7701
7702 * character.h (DEFSYM): Use intern_c_string.
7703
7704 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * alloc.c (make_pure_c_string): New function.
7707
7708 * eval.c (Fautoload): Purecopy all arguments.
7709
7710 2009-11-05 Kenichi Handa <handa@m17n.org>
7711
7712 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7713 the buffer in case of replace.
7714
7715 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7716
7717 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7718
7719 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7722 when applicable (bug#4851).
7723
7724 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7725 (P_): Support for prototypes is now required.
7726
7727 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7730 (Bug#4827).
7731
7732 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7733
7734 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7735
7736 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7737
7738 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7739
7740 * lread.c (Fload): Purecopy the file name when building
7741 Vpreloaded_file_list.
7742
7743 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7744
7745 * w32fns.c (syms_of_w32fns): Change default value of
7746 w32-scroll-lock-modifier to nil. (Bug#2827)
7747
7748 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7749
7750 * minibuf.c (Fall_completions): Fix typos in docstring.
7751
7752 2009-10-26 Andreas Schwab <schwab@redhat.com>
7753
7754 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7755
7756 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7757
7758 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7759 For delta < 0, skip check that only makes sense when the mini-window
7760 is going to be enlarged. (Bug#4534)
7761
7762 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7765 string in menu maps (Bug#4471).
7766
7767 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7768
7769 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7770 FRAME_NS_VIEW on terminal frames (Bug#4765).
7771
7772 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7773
7774 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7775 DBUS_TYPE_UINTnn separately to get proper sign extension.
7776
7777 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7778 can properly handle unsigned types.
7779 (make_uid, make_gid): Remove.
7780
7781 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7782 types again.
7783
7784 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7785 (system_process_attributes): Likewise.
7786
7787 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7788
7789 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7790
7791 * eval.c (Fautoload): Purecopy the filename. Simplify.
7792
7793 * category.c (Fdefine_category): Purecopy docstring.
7794
7795 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7796
7797 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7798
7799 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7800
7801 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7804 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7805 (Bug#4775).
7806
7807 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7810 (init_fileio_once):
7811 * lisp.h (init_fileio_once): Remove.
7812 * emacs.c (main): Don't call init_fileio_once.
7813
7814 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7817
7818 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7819
7820 * doprnt.c (doprnt): Fix overflow check.
7821
7822 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7823
7824 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7825
7826 * xterm.h (x_wait_for_event): Declare it.
7827
7828 * xterm.c (pending_event_wait): New variable.
7829 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7830 see pending_event_wait.eventtype.
7831 (handle_one_xevent): Don't change gravity when parent changes.
7832 (x_new_font): Call change_frame_size with new rows/columns before we
7833 try to resize the frame.
7834 (x_wait_for_event): New function.
7835 (x_set_window_size_1): Don't change gravity unless change_gravity
7836 is set.
7837 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7838 don't change frame size, instead wait for the ConfigureNotify.
7839 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7840 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7841 (x_initialize): Initialize pending_event_wait.
7842
7843 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7844 size.
7845
7846 * widget.c (EmacsFrameSetValues): Add comment.
7847 (EmacsFrameSetCharSize): Just call x_set_window_size.
7848
7849 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7850 x_wait_for_event.
7851 (flush_and_sync): Remove again.
7852 (xg_get_font_name): Suggest monospace if no previous font is known.
7853
7854 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7857 8th bit, since that only made sense in the ASCII world (bug#4751).
7858
7859 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7860
7861 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7862 processing pending events when event is filtered for input method.
7863 (Bug#3681)
7864
7865 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7866
7867 * fns.c: Add #endif accidentally removed in previous change.
7868
7869 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7870
7871 * fns.c: Remove code for unsupported system: MAC_OS.
7872 * image.c: Likewise. Include setjmp.h.
7873
7874 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7875
7876 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7877 pixel -1 (bug #4742).
7878
7879 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7880
7881 * process.c (create_pty): Remove conditionals for no longer
7882 supported systems: UNIPLUS and RTU.
7883
7884 * xterm.c:
7885 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7886
7887 * alloc.c: Do not define struct catchtag.
7888 * eval.c: Move struct catchtag definition ...
7889 * lisp.h: ... here.
7890
7891 * image.c: Move png.h #include earlier to avoid warnings.
7892
7893 * xterm.c:
7894 * xsmfns.c:
7895 * xselect.c:
7896 * xrdb.c:
7897 * xmenu.c:
7898 * xftfont.c:
7899 * xfont.c:
7900 * xfns.c:
7901 * xfaces.c:
7902 * xdisp.c:
7903 * window.c:
7904 * widget.c:
7905 * w32xfns.c:
7906 * w32uniscribe.c:
7907 * w32term.c:
7908 * w32select.c:
7909 * w32reg.c:
7910 * w32proc.c:
7911 * w32menu.c:
7912 * w32inevt.c:
7913 * w32heap.c:
7914 * w32font.c:
7915 * w32fns.c:
7916 * w32console.c:
7917 * w32.c:
7918 * w16select.c:
7919 * vm-limit.c:
7920 * unexsol.c:
7921 * unexec.c:
7922 * unexcw.c:
7923 * unexaix.c:
7924 * undo.c:
7925 * tparam.c:
7926 * textprop.c:
7927 * terminfo.c:
7928 * terminal.c:
7929 * termcap.c:
7930 * term.c:
7931 * syntax.c:
7932 * sound.c:
7933 * sheap.c:
7934 * search.c:
7935 * scroll.c:
7936 * region-cache.c:
7937 * regex.c:
7938 * ralloc.c:
7939 * process.c:
7940 * print.c:
7941 * nsterm.m:
7942 * nsselect.m:
7943 * nsmenu.m:
7944 * nsimage.m:
7945 * nsfont.m:
7946 * nsfns.m:
7947 * msdos.c:
7948 * minibuf.c:
7949 * menu.c:
7950 * marker.c:
7951 * macros.c:
7952 * keymap.c:
7953 * keyboard.c:
7954 * intervals.c:
7955 * insdel.c:
7956 * indent.c:
7957 * gtkutil.c:
7958 * ftxfont.c:
7959 * ftfont.c:
7960 * fringe.c:
7961 * frame.c:
7962 * fontset.c:
7963 * font.c:
7964 * fns.c:
7965 * floatfns.c:
7966 * filelock.c:
7967 * fileio.c:
7968 * emacs.c:
7969 * editfns.c:
7970 * dosfns.c:
7971 * doprnt.c:
7972 * doc.c:
7973 * dispnew.c:
7974 * dired.c:
7975 * dbusbind.c:
7976 * data.c:
7977 * composite.c:
7978 * coding.c:
7979 * cmds.c:
7980 * cm.c:
7981 * chartab.c:
7982 * charset.c:
7983 * character.c:
7984 * ccl.c:
7985 * category.c:
7986 * casetab.c:
7987 * casefiddle.c:
7988 * callproc.c:
7989 * callint.c:
7990 * bytecode.c:
7991 * buffer.c:
7992 * atimer.c: Include setjmp.h. (Bug#4643)
7993
7994 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 Remove leftover table unibyte_to_multibyte_table.
7997 * character.c (unibyte_to_multibyte_table): Remove.
7998 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7999 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
8000 * character.h (UNIBYTE_TO_CHAR): New macro.
8001 (MAKE_CHAR_MULTIBYTE): Use it.
8002 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
8003 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
8004 (message_dolog, set_message_1):
8005 * search.c (Freplace_match):
8006 * editfns.c (Fcompare_buffer_substrings):
8007 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
8008 (concat):
8009 * insdel.c (copy_text, count_size_as_multibyte):
8010 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
8011 * term.c (produce_glyphs):
8012 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
8013 * regex.c (RE_CHAR_TO_MULTIBYTE):
8014 * cmds.c (internal_self_insert):
8015 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
8016
8017 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
8018
8019 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * puresize.h (BASE_PURESIZE): Increase to 1310000.
8022
8023 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
8026
8027 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8028
8029 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
8030 still needed under Tiger.
8031
8032 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
8033
8034 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
8035 __Apple__.
8036
8037 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
8038
8039 2009-10-15 Kenichi Handa <handa@m17n.org>
8040
8041 * print.c (print_object): Escape a symbol like "2E10" too.
8042
8043 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
8044
8045 Cleanups and changes for 64-bit compile under Snow Leopard.
8046 Based on suggestions by Erik Charlebois.
8047
8048 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
8049
8050 * nsfont.m (ns_char_width): Replace deprecated call.
8051 (ns_findfonts, nsfont_list_family): Use long format in printf, and
8052 cast argument.
8053 (nsfont_open): Use ns_char_width() everywhere.
8054 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
8055
8056 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
8057
8058 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
8059 where appropriate.
8060
8061 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
8062 where appropriate.
8063 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
8064 Use stringWithUTF8String.
8065 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
8066
8067 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
8068 Add formal protocol mention to inheritance.
8069 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
8070
8071 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
8072 Fix printf format.
8073 (ns_query_color): Use CGFloat where appropriate.
8074 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
8075 (EmacsScroller-mouseDown:): Use long format in printf, and cast
8076 argument.
8077
8078 * config.in (NS_HAVE_NSINTEGER): Drop.
8079
8080 * dbusbind.c (dbus-method-return-internal)
8081 (dbus-method-error-internal): Use long format in printf, and cast
8082 argument.
8083
8084 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
8085 in printf, and cast argument.
8086
8087 * process.c (list_processes_1): Use long format in printf, and
8088 cast argument.
8089
8090 2009-10-11 Glenn Morris <rgm@gnu.org>
8091
8092 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
8093
8094 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
8095
8096 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
8097 menu bar with a small width so it doesn't enlarge the frame.
8098
8099 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * fontset.c (Fset_fontset_font): Fix typos in error messages.
8102
8103 2009-10-06 Glenn Morris <rgm@gnu.org>
8104
8105 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
8106 SOME_MACHINE_LISP (this enters indirectly via DOC).
8107
8108 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8109
8110 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
8111
8112 2009-10-04 Eli Zaretskii <eliz@gnu.org>
8113
8114 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
8115 Doc fix.
8116
8117 2009-10-03 Martin Rudalics <rudalics@gmx.at>
8118
8119 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
8120
8121 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * lisp.h (Qdelete_directory_internal): Remove, because it is not
8124 used anymore outside fileio.c.
8125
8126 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
8127
8128 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * lisp.h (Qdelete_directory_internal):
8131 Declare, instead of Qdelete_directory.
8132
8133 * w32fns.c (Fsystem_move_file_to_trash): Use it.
8134
8135 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * eval.c (Fcalled_interactively_p): Add `kind' argument.
8138
8139 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8140
8141 * fileio.c (Fdelete_directory_internal): Rename from
8142 Fdelete_directory. It is not a command anymore. It has no file
8143 name handler.
8144
8145 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * xdisp.c (get_next_display_element): Use an enum in last change.
8148
8149 2009-09-28 Kenichi Handa <handa@m17n.org>
8150
8151 * xdisp.c (get_next_display_element): Pay attention to
8152 unibyte_display_via_language_environment in handling
8153 Vnobreak_char_display.
8154
8155 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8156
8157 * nsterm.h (ns_app_name): New extern variable.
8158
8159 * nsterm.m (ns_app_name): New variable.
8160 (ns_term_init): Set and use it.
8161 (ns_term_shutdown): Use it.
8162
8163 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
8164 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
8165
8166 * nsfns.m (ns_set_name_iconic, ns_set_name)
8167 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
8168 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
8169
8170 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
8171 Remove double-casting in client_data comparison.
8172
8173 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8174
8175 * keyboard.c (make_lispy_event): Remember last wheel direction.
8176 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
8177
8178 2009-09-26 Glenn Morris <rgm@gnu.org>
8179
8180 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
8181 internal.elc. Add term/pc-win.elc.
8182 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
8183 term/x-win.elc.
8184 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
8185 term/w32-win.elc.
8186 (NS_SUPPORT): New.
8187 (lisp): Add NS_SUPPORT.
8188 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
8189
8190 2009-09-25 David Reitter <david.reitter@gmail.com>
8191
8192 * nsmenu.m (EmacsMenu-clear): Recognize application menu
8193 on Mac OS X 10.6+ (bug#4513).
8194
8195 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * frame.c (xrdb_get_resource): Return nil for empty string resources;
8198 some parts of Emacs code (like font selection) don't grok them.
8199 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
8200
8201 2009-09-24 Andreas Schwab <schwab@redhat.com>
8202
8203 * coding.c (decode_coding_iso_2022): Fix operator precedence.
8204
8205 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * dired.c (Fdirectory_files): Fix typo in docstring.
8208
8209 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8210
8211 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8212 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8213 (EmacsScroller-setPosition:portion:whole:): Remove -display call
8214 under GNUstep.
8215 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8216
8217 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8218 glyph advancement.
8219
8220 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8221
8222 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8223 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8224
8225 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8226 deleted (bug #4492).
8227
8228 * nsfont.m (Vns_reg_to_script): New lisp variable.
8229 (syms_of_nsfont): Declare it.
8230 (ns_registry_to_script): New function.
8231 (ns_get_req_script): Call it.
8232 (ns_findfonts): Don't give up on non-unicode registry.
8233
8234 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8235
8236 2009-09-20 Tom Tromey <tromey@redhat.com>
8237
8238 * eval.c (find_handler_clause): Make stack-trace-on-error work in
8239 batch mode (bug#4228).
8240
8241 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
8242
8243 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8244 carefully. (Bug #4339)
8245
8246 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8247
8248 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8249
8250 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8251
8252 * emacs.c (inhibit_x_resources): Update doc string for NS.
8253 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
8254 legacy code for -NXHost. Fix error printf in daemon case.
8255
8256 * nsterm.h (ns_no_defaults): Remove.
8257
8258 * nsterm.m (ns_no_defaults): Remove.
8259 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8260 (ns_use_qd_smoothing): Remove legacy variable.
8261 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8262 don't update the NSWindow itself.
8263 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8264 state detection and store user rect ourselves. (Bug #3581)
8265
8266 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8267 ns_use_qd_smoothing.
8268
8269 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8270 platform versions. Drop support for emacs-20-style face specs.
8271 (x-close-connection): Drop PSFlush() under OS X.
8272 (x-focus-frame): Activate the app first. (Bug #4180)
8273
8274 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * emacs.c (inhibit_x_resources): New variable.
8277 (main) [HAVE_NS]: Don't process --quick command line option.
8278 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8279
8280 * lisp.h (inhibit_x_resources): Declare it extern.
8281
8282 * w32reg.c (x_get_string_resource):
8283 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8284
8285 2009-09-17 Eli Zaretskii <eliz@gnu.org>
8286
8287 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8288 Add lisp/term/internal.elc.
8289
8290 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8293 (bug#4461).
8294
8295 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8296
8297 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8298
8299 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8300 (OBJECTS_MACHINE): Remove, unused.
8301
8302 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * frame.c (x_get_resource_string): Remove unused.
8305
8306 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8307
8308 * xterm.c (x_new_font): Call change_frame_size before calling
8309 x_set_window_size, in case frame size won't change.
8310
8311 * frame.c (x_set_font): Remove dead code.
8312
8313 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8316
8317 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * lread.c (Fload): Don't output a message after loading an obsolete
8320 package any more (done in Lisp now).
8321
8322 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8325
8326 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * keymap.c (Fwhere_is_internal): Use nconc2.
8329
8330 2009-09-11 Alan Mackenzie <acm@muc.de>
8331
8332 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8333 batch mode.
8334
8335 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8336
8337 * xdisp.c (display_mode_element): Detect cycles.
8338
8339 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * keymap.c (where_is_internal): Don't erroneously return nil right after
8342 filling the cache.
8343 (where_is_internal_1): Fix up typo.
8344
8345 2009-09-11 Glenn Morris <rgm@gnu.org>
8346
8347 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8348 share a common doc-string.
8349
8350 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8353 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8354
8355 * keymap.c (QCadvertised_binding): New constant.
8356 (syms_of_keymap): Initialize it.
8357 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8358 if applicable.
8359
8360 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8363 (parse_menu_item): Streamline since bindings are recomputed all the
8364 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8365 more and don't support lmenu's menu-alias any more either.
8366
8367 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8368 (where_is_internal): Strip it down to only traverse the keymaps.
8369 Move the cache handling from Fwhere_is_internal to here.
8370 (Fwhere_is_internal): Move the handling of remapping and the choice of
8371 the best binding from where_is_internal to here.
8372 Unify the cached/noncached paths, so remapping is also handled
8373 correctly when the cache is used, and so the cache can be used to
8374 speed up remap-handling when applicable.
8375 Give preference to non-remapped bindings.
8376 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8377 non-remapped bindings.
8378 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8379 command remapping.
8380
8381 * xdisp.c (display_mode_element): Move list length limit from 50 to
8382 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8383
8384 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
8385
8386 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8387
8388 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8391 (Bug#4334)
8392
8393 * keymap.c (where_is_internal): Filter out shadowed remappings.
8394 Assume that where_is_internal returns unshadowed bindings to simplify
8395 the code and get rid of the gotos. Use ASIZE.
8396
8397 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8398
8399 * xterm.c (x_focus_changed): If we get a focusout and pointer
8400 is invisible, make it visible.
8401
8402 * xterm.h: Remove condition for declaration of
8403 x_*_window_to_frame.
8404
8405 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8408 initial terminal as well.
8409
8410 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8411
8412 * xterm.h: Rename x_non_menubar_window_to_frame to
8413 x_menubar_window_to_frame.
8414
8415 * xterm.c: Remove declarations also in xterm.h.
8416 (XTmouse_position): Do not return valid positions
8417 for clicks in the menubar and the toolbar for Gtk+.
8418
8419 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8420 if the widget for the event has the same top level as a frame,
8421 return the frame.
8422 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8423 internal windows, bug #4122.
8424 (x_non_menubar_window_to_frame): Remove.
8425
8426 2009-09-02 Glenn Morris <rgm@gnu.org>
8427
8428 * buffer.c (default-major-mode): Move most of the doc from here...
8429 (major-mode): ... to here.
8430
8431 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8432
8433 * process.c (wait_reading_process_output): Keep the descriptor
8434 when pty is used by a non-child process, e.g., in I/O buffer of
8435 GDB this allows inferior to be restarted.
8436
8437 2009-08-29 Eli Zaretskii <eliz@gnu.org>
8438
8439 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8440 both branches into one.
8441
8442 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8445 (main): Use enable-multibyte-characters rather than
8446 default-enable-multibyte-characters. Output a warning message when
8447 running a unibyte session.
8448
8449 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8450
8451 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8452 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8453 (copy_data_segment): Also copy __program_vars section.
8454 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8455 (dump_it) [LC_DYLD_INFO]: Use it.
8456
8457 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8458
8459 2009-08-28 Eli Zaretskii <eliz@gnu.org>
8460
8461 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8462 $(SRC)/buildobj.h.
8463 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8464 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8465 $(SRC)/buildobj.h.
8466 (clean): Add buildobj.h.
8467
8468 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8469
8470 * print.c (print_object): Set escapeflag to 1 when printing
8471 hashtable keys and values.
8472
8473 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * lread.c (read_integer): Use doubles (and potentially return a float
8476 number) as we do in string-to-number.
8477 (read1): Use strtol to read integers, signal errors on strtol's
8478 overflow and use floats if strtol's output is too large for
8479 Elisp integers.
8480
8481 2009-08-27 Eli Zaretskii <eliz@gnu.org>
8482
8483 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8484 (make-buildobj-SH): Fix last change.
8485 (SRC): Move to before where it's first used.
8486
8487 2009-08-27 Kenichi Handa <handa@m17n.org>
8488
8489 * process.c (send_process): Use encode_coding_object instead of
8490 encode_coding_string to perform eol-conversion even if the string
8491 is unibyte.
8492
8493 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8494 character.
8495
8496 * cmds.c (Fself_insert_command): Avoid unnecessay
8497 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
8498
8499 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8500
8501 * callproc.c (Fcall_process): Remove always true #if.
8502
8503 * lisp.h: Replace #if 0 code for checking with text pointing to
8504 the --enable-checking configure flag.
8505
8506 * emacs.c (main): Mention the --enable-profiling configure flag
8507 instead of using CFLAGS.
8508
8509 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8510
8511 * Makefile.in (buildobj.h): New target.
8512 (doc.o): Depend on it.
8513 (temacs${EXEEXT}): Don't generate buildobj.lst.
8514 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8515 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8516 ($(BLD)/doc.$(O)): Depend on it.
8517 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8518 provided by Eli Zaretskii.)
8519 ($(TEMACS)): Don't generate buildobj.lst.
8520 * doc.c: Include buildobj.h.
8521 (buildobj): New static variable.
8522 (Fsnarf_documentation): Use it, instead of opening and reading
8523 buildobj.lst.
8524
8525 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8526
8527 * dbusbind.c (Fdbus_call_method)
8528 (Fdbus_call_method_asynchronously): Use English numeric format for
8529 timeout values in doc string.
8530
8531 2009-08-25 Kenichi Handa <handa@m17n.org>
8532
8533 * alloc.c (mark_char_table): New function.
8534 (mark_object): Use mark_char_table for a char-table.
8535
8536 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8537 (CHAR_TABLE_REF): Use it.
8538
8539 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8540
8541 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8542 before invoking the newly build emacs to check for load-path
8543 shadowing.
8544
8545 2009-08-22 Glenn Morris <rgm@gnu.org>
8546
8547 * Makefile.in (bootstrap_exe): New variable.
8548 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8549 Use ${bootstrap_exe}.
8550
8551 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8552
8553 * coding.h (encode_coding_string): Don't encode unibyte strings.
8554 (Bug#4047)
8555
8556 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8557
8558 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8559
8560 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8561 intended as hotfix only.
8562 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8563
8564 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8565
8566 * nsterm.m (ns_get_color): Update documentation properly for last
8567 change, and clean up loose ends in the code left by it. Fix
8568 longstanding bug with 16-bit hex parsing, and add support for
8569 yet another X11 format (rgb:r/g/b) for compatibility.
8570 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8571 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8572
8573 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8576
8577 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8578
8579 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8580 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8581 (xd_initialize, xd_pending_messages): Check, whether
8582 $DBUS_SESSION_BUS_ADDRESS is set.
8583
8584 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8585
8586 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8587
8588 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8589
8590 2009-08-20 Glenn Morris <rgm@gnu.org>
8591
8592 * emacs.c (system-type): Doc fix.
8593
8594 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8597 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8598
8599 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8602 New functions.
8603 (xd_initialize): Revert change from 2009-08-16.
8604
8605 2009-08-18 Kenichi Handa <handa@m17n.org>
8606
8607 * fontset.c (Ffontset_font): If a nil element is found in a
8608 font-group vector, return nil.
8609
8610 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8611
8612 * process.c (status_notify): Don't perform redisplay.
8613 (Fdelete_process, list_processes_1, process_send_signal):
8614 Expliticly perform redisplay.
8615 (wait_reading_process_output): Always check process status, but
8616 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8617
8618 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8619
8620 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8621 (XFLOAT_INIT): New macro for storing a float value.
8622 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8623 * fns.c (sxhash): Copy out the value of a float in order to
8624 examine its bytes.
8625 * dbusbind.c (xd_append_arg): Likewise.
8626
8627 * emacs.c (main): Don't call syms_of_data twice.
8628
8629 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8630
8631 * dbusbind.c (xd_initialize): Add connection file descriptor to
8632 input_wait_mask, in order to let select() detect, whether a new
8633 message has been arrived.
8634 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8635
8636 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8637
8638 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8639 New functions.
8640
8641 * lisp.h (xd_pending_messages): Declare.
8642
8643 * keyboard.c (readable_events): Call xd_pending_messages.
8644
8645 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8648
8649 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8650
8651 * buffer.c (set_buffer_internal_1)
8652 (swap_out_buffer_local_variables): Check for unbound local
8653 variables (Bug#4138).
8654
8655 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8656
8657 * process.c (create_pty): Fix last change.
8658
8659 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8662 (xbm_load_image): Caller changed.
8663 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8664
8665 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8666
8667 * process.c (create_pty): New function.
8668 (Fstart_process): Use it to allow Emacs to just associate a pty
8669 with the buffer. See associated change in gdb-mi.el.
8670 (list_processes_1): Deal with no program name.
8671 (start_process_unwind): Use pid == -2 to mean no process.
8672
8673 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * cmds.c (nonundocount): New global variable.
8676 (keys_of_cmds): Initialize it.
8677 (Fself_insert_command): Use it to combine upto 20 sequential chars
8678 into a single undo entry, just like the Qself_insert_command code in
8679 keyboard.c does.
8680 Call frame_make_pointer_invisible, also like the Qself_insert_command
8681 code in keyboard.c does.
8682 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8683 than its own local replacement for it.
8684
8685 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8686
8687 * fns.c (concat): Don't re-set string length to its current value.
8688
8689 * coding.h (decode_coding_string, encode_coding_string):
8690 Use SBYTES macro.
8691
8692 * doprnt.c (doprnt_lisp): Delete unused function.
8693 (doprnt): Merge with doprnt1, discarding lispstrings code.
8694 * lisp.h (doprnt_lisp): Don't declare.
8695
8696 2009-08-07 Juri Linkov <juri@jurta.org>
8697
8698 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8699
8700 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * print.c (syms_of_print): Undo previous change.
8703
8704 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8705
8706 * lread.c (read1, syms_of_lread): Read hashtables back from the
8707 readable format.
8708
8709 * print.c (print_preprocess, print_object): Print hashtables fully
8710 and readably.
8711 (syms_of_print): Provide 'hashtable-print-readable.
8712
8713 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8714
8715 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8716 no family set.
8717 (nsfont_open): Handle case when entity has no family.
8718
8719 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8720
8721 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8722 element, not a list, for match case.
8723
8724 2009-07-28 Kenichi Handa <handa@m17n.org>
8725
8726 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8727 rigidly.
8728
8729 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8730 font_parse_xlfd. Check font properties more rigidly.
8731
8732 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8733
8734 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8735 bsd-common.h.
8736
8737 2009-07-27 Kenichi Handa <handa@m17n.org>
8738
8739 * xfaces.c (face_with_height): Call font_clear_prop.
8740
8741 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8742
8743 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8744
8745 * xterm.c (x_term_init): Use Qx.
8746
8747 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8748
8749 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8750 (ns_get_color): Revert 2009-07-16 change.
8751
8752 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8753
8754 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8755 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8756
8757 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8758
8759 * coding.h (decode_coding_string, encode_coding_string):
8760 Use SCHARS macro.
8761
8762 * lread.c: Rewrite 2009-07-21 changes.
8763 (load_depth): Delete.
8764 (Qload_in_progress): New variable.
8765 (load_unwind): Don't reference load_depth or load_in_progress.
8766 (Fload): Likewise; specbind Qload_in_progress instead.
8767 (init_lread): Don't initialize load_depth.
8768 (syms_of_lread): Initialize and protect Qload_in_progress.
8769
8770 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8773
8774 2009-07-23 Yavor Doganov <yavor@gnu.org>
8775
8776 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8777
8778 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8779
8780 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8781 Bugs 3792, 3720, 2402.
8782 (ns_lookup_indexed_color): Check for bad index.
8783 (ns_index_color): Init unused slot to 0.
8784 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8785 Bug 3714, possibly 3082.
8786
8787 2009-07-22 Jason Rumney <jasonr@gnu.org>
8788
8789 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8790 Position IME window at cursor (Bug#2570).
8791 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8792 (globals_of_w32fns): Dynamically load functions required above.
8793
8794 * w32term.c (w32_draw_window_cursor): Send message to reposition
8795 any IME window.
8796
8797 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8798
8799 * fileio.c: Revert 2009-07-16 changes.
8800 (Vauto_save_include_big_deletions): New variable.
8801 (Fdo_auto_save): Disable auto-save only if
8802 auto-save-include-big-deletions is nil.
8803
8804 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8805
8806 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8807 the overflowed pixels into account (Bug#3879).
8808
8809 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8810
8811 * lread.c (load_depth): New variable.
8812 (Fload, load_unwind, init_lread): Set it to the load recursion
8813 depth; set load_in_progress as a simple boolean based on the
8814 current load_depth. (Bug#3892)
8815
8816 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8817
8818 * nsfont.m (ns_has_attribute): Remove.
8819 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8820
8821 2009-07-18 Juri Linkov <juri@jurta.org>
8822
8823 * process.c (Fset_process_query_on_exit_flag): Mention killing
8824 a buffer in docstring.
8825
8826 2009-07-17 Kenichi Handa <handa@m17n.org>
8827
8828 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8829
8830 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8831
8832 * nsfns.m (Fns_set_alpha): Remove function.
8833 (syms_of_nsfns): Don't defsubr it.
8834
8835 * nsterm.m (ns_get_color): Remove incompatible color formats.
8836 (ns_color_to_lisp): Generate #rrggbb color format string.
8837
8838 2009-07-16 Richard Stallman <rms@gnu.org>
8839
8840 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8841 (Fset_buffer_auto_saved): Handle save_length = -2.
8842
8843 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * xterm.c (Qx_gtk_map_stock): New var.
8846
8847 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8848 of calling intern each time.
8849
8850 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8851
8852 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8853 does tiling.
8854
8855 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8856
8857 2009-07-14 Kenichi Handa <handa@m17n.org>
8858
8859 * font.c (font_vconcat_entity_vectors): New function.
8860 (struct font_sort_data): New member font_driver_preference.
8861 (font_compare): Check font_driver_preference.
8862 (font_sort_entities): The format of the first argument changed.
8863 (font_delete_unmatched): Likewise.
8864 (font_list_entities): The return type changed.
8865 (font_select_entity): The format of the second argument changed.
8866 (font_find_for_lface): Adjuste for the above changes.
8867 Don't suppress the checking of C even if the repertory supports it.
8868 (Flist_fonts): Adjust for the above changes.
8869
8870 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8871 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8872 Reject a font who has adstyle property that is different from a
8873 langname derived from registry property.
8874 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8875
8876 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8877
8878 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8879 local copy of dirfilename.
8880
8881 2009-07-13 Kenichi Handa <handa@m17n.org>
8882
8883 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8884 against max_char.
8885
8886 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8887 calling XSYMBOL (sym).
8888
8889 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8890
8891 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8892 New function.
8893 (directory_files_internal) [WINDOWSNT]:
8894 Bind w32-get-true-file-attributes to either t or nil, depending whether
8895 the filesystem of the directory is fast or slow.
8896
8897 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8898 file name.
8899 (is_slow_fs): New function.
8900 (stat): Use it to determine whether to issue more system calls to
8901 get accurate file attributes, when w32-get-true-file-attributes is
8902 `local'.
8903
8904 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8905
8906 * xfns.c (Fx_select_font): Remember last font selected in
8907 x_last_font_name and use that the next time. Also try the frame
8908 parameter font-parameter as default to the font dialog.
8909
8910 2009-07-10 Kenichi Handa <handa@m17n.org>
8911
8912 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8913
8914 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8915
8916 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8917
8918 * w32.c (stat): Treat UNC file names as residing on remote
8919 drives. (Bug#3542)
8920
8921 2009-07-09 Kenichi Handa <handa@m17n.org>
8922
8923 * fontset.c (fontset_find_font): Fix previous change.
8924
8925 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8928 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8929 error flag.
8930
8931 2009-07-08 Kenichi Handa <handa@m17n.org>
8932
8933 * fontset.c (fontset_find_font): Fix the logic of handling
8934 charset_matched.
8935 (font_for_char): Delete unused var.
8936 (generate_ascii_font_name): Delete it.
8937
8938 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8939
8940 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8941 (encode_coding_sjis): Fix the code range check.
8942
8943 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8946 (Fexpand_file_name): Copy string data properly (Bug#3772).
8947
8948 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8949
8950 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8951 first MapNotify.
8952
8953 2009-07-07 Kenichi Handa <handa@m17n.org>
8954
8955 * character.h (unibyte_has_multibyte_table): Delete extern.
8956 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8957
8958 * charset.c (Fset_charset_priority): Update charset_unibyte.
8959 (syms_of_charset): Initialize charset_unibyte.
8960
8961 * character.c (unibyte_has_multibyte_table): Delete it.
8962 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8963 charset_unibyte.
8964 (multibyte_char_to_unibyte_safe): Likewise.
8965 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8966
8967 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8968 (x_produce_glyphs): Likewise.
8969
8970 * .gdbinit (xcharset): Fix the treating $arg0.
8971
8972 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8973
8974 Emulation of `getloadavg' on MS-Windows.
8975 * w32.c: Include float.h.
8976 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8977 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8978 (get_native_system_info, get_system_times): New functions.
8979 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8980 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8981 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8982 g_b_init_get_system_times, and num_of_processors.
8983
8984 2009-07-03 Jason Rumney <jasonr@gnu.org>
8985
8986 * w32term.c (w32_initialize): Use standard types.
8987
8988 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8989
8990 * dired.c (Ffile_attributes): Decode user and group names by the
8991 locale's encoding. (Bug#3443)
8992
8993 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8994
8995 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8996 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8997
8998 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8999
9000 * term.c (init_tty): Remove spurious #ifdef.
9001
9002 * m/mips.h: Mention this file is also used for netbsd.
9003 * m/pmax.h: Remove file.
9004
9005 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9006
9007 * xterm.h (struct x_display_info): Add invisible_cursor.
9008 (struct x_output): Add current_cursor.
9009
9010 * xterm.c (XTtoggle_invisible_pointer): New function.
9011 (x_define_frame_cursor): Don't define cursor if invisible or the
9012 same as before. Set current_cursor.
9013 (x_create_terminal): Set toggle_invisible_pointer_hook.
9014
9015 * xfns.c (make_invisible_cursor): New function.
9016 (x_set_mouse_color): Call make_invisible_cursor.
9017 Set current_cursor.
9018 (x_window): Set current_cursor.
9019
9020 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
9021
9022 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
9023 inserting a character.
9024 (read_avail_input): Call frame_make_pointer_visible.
9025
9026 * frame.c (Vmake_pointer_invisible): New variable.
9027 (frame_make_pointer_invisible, frame_make_pointer_visible):
9028 New functions.
9029 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
9030
9031 * frame.h: Declare frame_make_pointer_invisible and
9032 frame_make_pointer_visible.
9033 (struct frame): Add pointer_invisible.
9034
9035 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
9036
9037 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
9038 frame isn't visible.
9039 (xg_frame_resized): If width/height is -1, get size of window
9040 from X server.
9041
9042 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
9043 for MapNotify.
9044
9045 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
9046 here or call change_frame_size. Just call flush_and_sync.
9047 (flush_and_sync): Reintroduce.
9048
9049 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9050
9051 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
9052
9053 * xterm.c (x_handle_net_wm_state): Also look for sticky.
9054 (x_term_init): Initialize Xatom_net_wm_state_sticky.
9055
9056 * frame.h: Declare Qsticky.
9057
9058 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
9059
9060 * nsfns.m (ns_frame_parm_handlers): Ditto.
9061
9062 * frame.c: Declare Qsticky.
9063 (frame_parms): Add sticky.
9064
9065 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
9066
9067 * xterm.h: Declare x_set_sticky.
9068
9069 * xterm.c (x_set_sticky): New function.
9070
9071 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
9072 (xg_tool_bar_menu_proxy): Attach enter/leave events to
9073 xg_tool_bar_proxy_help_callback.
9074
9075 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
9076
9077 * frame.c: Qmaximized is new.
9078 (x_set_frame_parameters): Do not handle fullscreen specially.
9079 Only set width and height if explicitly set.
9080 (x_set_fullscreen): Handle Qmaximized.
9081 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
9082 (syms_of_frame): Initialize Qmaximized.
9083
9084 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
9085 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
9086
9087 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
9088 for Expose event. Add call to x_check_fullscreen for MapNotify event.
9089 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
9090 set gravity to NorthWestGravity when USE_GTK.
9091 (set_wm_state): New function.
9092 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
9093 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
9094 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
9095 or the case when no window manager is running. That means remove calls
9096 to x_real_positions and x_fullscreen_adjust.
9097
9098 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
9099 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
9100 flush_and_sync.
9101 (xg_height_changed): New function.
9102 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
9103 and gtk_window_set_policy. Set frame gravity after parsing the
9104 geometry string.
9105 (xg_update_frame_menubar, free_frame_menubar)
9106 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9107 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
9108 Remove calls to xg_frame_set_char_size.
9109
9110 2009-07-01 Kenichi Handa <handa@m17n.org>
9111
9112 * keyboard.c (decode_keyboard_code): New function.
9113 (tty_read_avail_input): Decode the input bytes if necessary.
9114
9115 * coding.c (setup_coding_system):
9116 Initialize coding->carryover_bytes to 0.
9117 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
9118 use Qno_conversion.
9119
9120 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9121
9122 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
9123
9124 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
9127
9128 2009-06-30 Jason Rumney <jasonr@gnu.org>
9129
9130 * w32term.c (w32_initialize): Use GetModuleHandle for library that
9131 is already loaded.
9132 Set user model ID if supported (bug#1849).
9133
9134 2009-06-29 Jim Meyering <meyering@redhat.com>
9135
9136 Remove useless if-before-xfree test.
9137 * nsfont.m (nsfont_close): Remove useless test.
9138 * term.c (delete_tty): Likewise.
9139 * w32.c (system_process_attributes): Likewise.
9140 * w32font.c (w32font_close): Likewise.
9141 * xfaces.c (x_free_gc): Likewise.
9142 * xselect.c (buffer): Likewise.
9143
9144 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
9145
9146 * process.c (send_process): Keep decoded string in a local
9147 variable and protect it from GC. (Bug#3521)
9148
9149 2009-06-28 Eli Zaretskii <eliz@gnu.org>
9150
9151 * term.c (create_tty_output) [MSDOS]: #ifdef away.
9152 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
9153
9154 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9155
9156 * xdisp.c (start_display, handle_face_prop)
9157 (move_it_vertically_backward, cursor_row_fully_visible_p)
9158 (redisplay_window, try_window_id, produce_image_glyph):
9159 Delete some #ifdef-ed out code chunks that are now obsolete.
9160
9161 * xterm.c (x_update_window_begin, x_new_focus_frame)
9162 (x_scroll_bar_handle_click, handle_one_xevent)
9163 (handle_one_xevent, XTread_socket, x_focus_on_frame)
9164 (x_make_frame_visible, x_make_frame_invisible)
9165 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
9166 code chunks that are now obsolete.
9167
9168 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
9169
9170 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
9171 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
9172 for hours, when optimzation is enabled.
9173 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
9174 (xd_read_message): Make them static.
9175
9176 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
9177
9178 * term.c (turn_on_face): Allow simultaneously bold and dim
9179 terminal faces (Bug#3530).
9180
9181 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9182
9183 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
9184
9185 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
9186 truncation glyphs (Bug#3686).
9187
9188 2009-06-27 Glenn Morris <rgm@gnu.org>
9189
9190 * m/pmax.h: Restore file, with only netbsd portions.
9191
9192 2009-06-26 David Reitter <david.reitter@gmail.com>
9193
9194 * nsterm.m (keydown): Avoid infinite loop.
9195
9196 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
9197
9198 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9199 the arg FORCE_SYMBOL.
9200
9201 2009-06-25 Kenichi Handa <handa@m17n.org>
9202
9203 * fontset.c (fontset_find_font): When a usable rfont_def is found
9204 in a fallback font-group, make it the first element of the group.
9205
9206 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
9207
9208 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9209
9210 2009-06-24 Kenichi Handa <handa@m17n.org>
9211
9212 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9213 set for C.
9214 (fontset_font): Record the availability of a font for C both in
9215 the realized fontsets of the current one and the default one.
9216
9217 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9218
9219 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9220 conditional, it is always defined on AIX.
9221
9222 2009-06-23 Miles Bader <miles@gnu.org>
9223
9224 * window.c (Vrecenter_redisplay): New variable.
9225 (syms_of_window): Initialize it.
9226 (Qtty): New extern declaration.
9227 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9228
9229 2009-06-23 Jim Meyering <meyering@redhat.com>
9230
9231 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9232 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9233 pointer dereferences are guaranteed to be valid.
9234
9235 2009-06-23 Kenichi Handa <handa@m17n.org>
9236
9237 * emacs.c (main): Call init_font ().
9238
9239 * font.h (Vfont_log): Extern it.
9240 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9241
9242 * font.c (font_sort_entities, font_list_entities)
9243 (font_matching_entity, font_open_entity)
9244 (font_close_object): Change font_add_log to FONT_ADD_LOG.
9245 (Vfont_log): Delete static.
9246 (font_log_env_checked): Delete this variable.
9247 (font_add_log): Don't check font_log_env_checked.
9248 (font_deferred_log): Check Vfont_log.
9249 (init_font): New function.
9250
9251 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9252
9253 * w32font.c: Change font_add_log to FONT_ADD_LOG.
9254
9255 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9256
9257 * xfont.c: Change font_add_log to FONT_ADD_LOG.
9258
9259 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9260 (face_for_char): Don't call font_deferred_log here.
9261 (font_for_char): Likewise.
9262
9263 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * w32term.c (x_draw_glyph_string): Use the glyph string's width
9266 rather than its background_width for drawing the overline and
9267 underline (Bug#489).
9268
9269 * xterm.c (x_draw_glyph_string): Use the glyph string's width
9270 rather than its background_width for drawing the overline and
9271 underline (Bug#489).
9272 (xg_default_icon_file): New variable.
9273 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9274 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9275
9276 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9277 (load_overlay_strings): Remove externs.
9278 (fast_find_position): Function deleted.
9279 (mouse_face_from_buffer_pos): New function, based on
9280 fast_find_position. Correctly handle before-strings,
9281 display-strings, and after-strings (Bug#1220).
9282 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9283
9284 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9287 (move_it_in_display_line_to, move_it_in_display_line_to)
9288 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9289
9290 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * Branch for 23.1.
9293
9294 2009-06-21 Jason Rumney <jasonr@gnu.org>
9295
9296 * w32term.c (keyboard_codepage): New static variable.
9297 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9298 (w32_read_socket) [WM_CHAR]: Use it to decode character
9299 input (bug#3237).
9300 (w32_initialize): Initialize it.
9301 (codepage_for_locale): New function.
9302
9303 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
9304
9305 * process.c (status_message): Pass Faset index argument as a lisp
9306 object, so as to work with USE_LISP_UNION_TYPE.
9307
9308 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9309
9310 * coding.c (Ffind_coding_systems_region_internal):
9311 Cache checked characters.
9312
9313 2009-06-18 Kenichi Handa <handa@m17n.org>
9314
9315 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9316
9317 2009-06-18 Andreas Schwab <aschwab@redhat.com>
9318
9319 * xdisp.c (redisplay_internal): Check that the frame is still
9320 live after redisplay of its windows.
9321 (redisplay_windows): Check that the window is still live.
9322
9323 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9324
9325 * coding.c (detect_coding_utf_16): Fix previous change.
9326
9327 2009-06-16 Kenichi Handa <handa@m17n.org>
9328
9329 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9330 UTF-16 by checking the dispersion of Eth and Oth bytes.
9331
9332 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9333
9334 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9335
9336 2009-06-15 Kenichi Handa <handa@m17n.org>
9337
9338 * process.c (status_message): Fix previous change. Be sure to
9339 decode a localized string.
9340
9341 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9342
9343 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9344 add comment explaining why.
9345
9346 2009-06-14 Sidney Markowitz <sidney@sidney.com>
9347
9348 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9349
9350 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9351
9352 * nsfont.m (ns_attribute_value): Remove.
9353 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9354 (ns_has_attribute): Shrink the normal range.
9355 (ns_findfonts): Don't worry about requested spec in determining
9356 need for synthItal.
9357 (ns_get_covering_families): Retain scriptToFamilies.
9358
9359 2009-06-14 Seiji Zenitani <zenitani@mac.com>
9360
9361 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9362
9363 2009-06-11 Kenichi Handa <handa@m17n.org>
9364
9365 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9366 overhang for the static composition case.
9367
9368 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9369
9370 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9371 overhang for the automatic composition case.
9372
9373 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9374 composition case.
9375
9376 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * xdisp.c (get_next_display_element): When handling wrap-prefix
9379 and line-prefix, treat \n as a control character (bug#3502).
9380
9381 2009-06-10 Kenichi Handa <handa@m17n.org>
9382
9383 * font.c (font_parse_family_registry): Fix for one-char foundry.
9384 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9385
9386 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9387
9388 * process.c (status_message): Fix handling of multibyte signal
9389 string (Bug#3499).
9390
9391 2009-06-09 Jim Meyering <meyering@redhat.com>
9392
9393 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9394 color name is missing.
9395
9396 2009-06-09 Kenichi Handa <handa@m17n.org>
9397
9398 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9399 FROM-CODE and TO-CODE are codepoints of CHARSET.
9400
9401 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9402
9403 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9404
9405 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9406
9407 Changes to support :script/:lang/:otf in NS font driver.
9408 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9409 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9410 indicate not part of font driver interface, and change callers.
9411 (ns_get_family): Remove pointless null check.
9412 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9413 ns_spec_to_descriptor, ns_descriptor_to_entity.
9414 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9415 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9416 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9417 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9418 (ns_get_req_script, ns_accumulate_script_ranges)
9419 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9420 New functions.
9421 (nsfont_list, nsfont_match): Use ns_findfonts.
9422 (nsfont_open): Use font descriptor instead of traits.
9423 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9424 (dump_glyphstring): Rename to ns_dump_glyphstring.
9425
9426 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9427
9428 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9429
9430 * fontset.c (fontset_from_font): Remove NS-specific code.
9431
9432 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
9433
9434 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9435 nonactive windows.
9436
9437 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
9438
9439 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9440
9441 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9442
9443 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9444
9445 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
9446
9447 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9448 account for the overflowing of newlines into the last glyph on the
9449 display line (Bug#3482).
9450
9451 2009-06-05 David Reitter <david.reitter@gmail.com>
9452
9453 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9454 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9455 Fns_selection_exists_p, Fns_selection_owner_p.
9456
9457 2009-06-03 Jason Rumney <jasonr@gnu.org>
9458
9459 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9460 available. (Bug#3379)
9461
9462 2009-05-29 Kenichi Handa <handa@m17n.org>
9463
9464 * coding.c (get_translation_table):
9465 Check Venable_character_translation.
9466
9467 2009-05-26 David Reitter <david.reitter@gmail.com>
9468
9469 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9470 (x_make_frame_visible): Move frame to front rather than calling
9471 ns_raise_frame().
9472 (keyDown:): Do not swallow events that aren't re-sent if frame
9473 isn't key window.
9474 (drawRect:): Do not set visibility/iconified flags because
9475 drawRect may be called by NSView even if the frame is hidden.
9476
9477 * nsfns.m (Fx_create_frame): Follow other ports in
9478 determining visibility; default to t. Ensure async_visible is set.
9479
9480 2009-05-23 Eli Zaretskii <eliz@gnu.org>
9481
9482 * dired.c (Ffile_attributes): Doc fix.
9483
9484 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
9485
9486 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9487
9488 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9491 and xfont_scratch_props.
9492 (syms_of_xfont): Do it here instead.
9493 (xfont_find_ccl_program): Delete, unused.
9494 (xfont_open): Delete unused var `i'.
9495
9496 2009-05-21 Kenichi Handa <handa@m17n.org>
9497
9498 * fontset.c (Qlatin): Don't make it static.
9499
9500 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9501 New functions.
9502 (xfont_scripts_cache, xfont_scratch_props): New variables.
9503 (Qlatin, Vscalable_fonts_allowed): Extern it.
9504 (xfont_list_pattern): Argument changed. Callers changed.
9505 Check Vscalable_fonts_allowed. Check the support of a script.
9506 (xfont_list): Don't reject a font spec with :script property.
9507 (xfont_has_char): Fix setting of encoding.
9508 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9509 xfont_scratch_props.
9510
9511 2009-05-19 Kenichi Handa <handa@m17n.org>
9512
9513 * font.c (font_sort_entities): Rename from font_sort_entites.
9514 Callers changed.
9515
9516 2009-05-18 Kenichi Handa <handa@m17n.org>
9517
9518 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9519
9520 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9523 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9524
9525 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9526
9527 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9528 (x_delete_terminal): Dissociate resource database from display and
9529 then call XrmDestroyDatabase before closing display.
9530
9531 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9532
9533 * nsterm.m (ns_read_socket): Remove unused variable.
9534 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9535 whether selected frame is viable before raising it (based on patch
9536 by David Reitter), and improve commentary.
9537 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9538
9539 2009-05-15 Kenichi Handa <handa@m17n.org>
9540
9541 * font.c (Ffont_spec): Check arguments.
9542
9543 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9546 weight when testing attributes (Bug#3282).
9547
9548 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9549
9550 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9551 what we expect to get in the next ConfigureNotify event.
9552
9553 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9554 before Xft one (Bug#1696).
9555
9556 2009-05-07 David Reitter <david.reitter@gmail.com>
9557
9558 * nsfns.m (Fx_display_planes): Compute bitplanes using
9559 NSBitsPerPixelFromDepth (Bug#3207).
9560
9561 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9564
9565 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9566
9567 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9568
9569 2009-05-07 David Reitter <david.reitter@gmail.com>
9570
9571 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9572 Respect mouse face background.
9573
9574 2009-05-07 David Reitter <david.reitter@gmail.com>
9575
9576 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9577 Mouse movement/highlight: bracket drawing operations
9578 in ns_update_begin and ns_update_end.
9579
9580 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * nsfns.m (ns_get_screen): Rewrite.
9583 Don't presume selected-frame is of type `ns'.
9584
9585 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9586 all drivers.
9587
9588 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9589
9590 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9591
9592 * keyboard.h (add_user_signal): Fix typo in extern.
9593
9594 * lisp.h (add_user_signal): Remove extern.
9595
9596 * unexelf.c (unexec): Consider a section to precede the .bss section
9597 if its addresses overlap that of .bss.
9598 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9599 instead of dumping process.
9600
9601 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9604
9605 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9608
9609 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9610
9611 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9612 any statements.
9613
9614 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9615
9616 * process.c (read_process_output): Make sure the current buffer is
9617 always restored.
9618
9619 * coding.c (record_conversion_result): Don't modify
9620 Vlast_code_conversion_error for successful result.
9621 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9622
9623 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9624
9625 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9626 (load_charset_map): Remove unnecessary code.
9627
9628 2009-04-30 David Reitter <david.reitter@gmail.com>
9629
9630 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9631 through f24.
9632
9633 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9636
9637 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9638 face_at_buffer_position.
9639 (face_before_or_after_it_pos, get_next_display_element)
9640 (note_mouse_highlight): Update face_at_buffer_position call.
9641
9642 * term.c (term_mouse_highlight):
9643 * msdos.c (IT_note_mouse_highlight):
9644 * fontset.c (Finternal_char_font):
9645 * font.c (font_at, font_range): Update face_at_buffer_position call.
9646
9647 * dispextern.h (face_at_buffer_position): Update prototype.
9648
9649 2009-04-30 Kenichi Handa <handa@m17n.org>
9650
9651 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9652
9653 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9654
9655 * callproc.c (Fcall_process): Fix GC protection. Make sure
9656 current buffer is always restored.
9657
9658 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9659
9660 * atimer.c (init_atimer): Also clear stopped_atimers.
9661
9662 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9663
9664 * process.c (create_process): Clean up merger residues of
9665 2008-07-17 change.
9666
9667 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9668
9669 * lread.c (Vread_circle): New variable.
9670 (read1): Disable recursive read if Vread_circle is nil.
9671
9672 2009-04-29 Kenichi Handa <handa@m17n.org>
9673
9674 * fontset.h (set_default_ascii_font): Delete extern.
9675
9676 * fontset.c (set_default_ascii_font): Delete this unused function.
9677
9678 * frame.c (x_set_font): When ARG is a font-object, check if the
9679 font-object matches with the ASCII font-spec of the frame's
9680 fontset. If not, create a new fontset for the frame. (Bug #3075)
9681
9682 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9683
9684 * fns.c (Flocale_info): Protect vector from GC during decoding.
9685
9686 * process.c (Fstart_process): Protect argv strings from GC during
9687 encoding.
9688
9689 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9690
9691 * sysdep.c: Include <ctype.h>.
9692
9693 2009-04-27 David Reitter <david.reitter@gmail.com>
9694
9695 * nsfont.m (nsfont_open): Remove unused variable shrink.
9696 Remove commented-out code.
9697
9698 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9699
9700 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9701
9702 2009-04-25 Jason Rumney <jasonr@gnu.org>
9703
9704 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9705
9706 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9707
9708 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9709 Swap bytes in short integer if fringe bitmap width > 8.
9710
9711 2009-04-23 Kenichi Handa <handa@m17n.org>
9712
9713 * xfaces.c (Fx_list_fonts): If a font size is specified in
9714 PATTERN, set it in returned scalable fonts.
9715
9716 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9717
9718 * keyboard.c (Fset_input_meta_mode): Doc fix.
9719
9720 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9721
9722 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9723
9724 * coding.c (Fterminal_coding_system): Doc fix.
9725
9726 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9727 (Fx_display_pixel_height, Fx_display_planes)
9728 (Fx_display_color_cells, Fx_server_max_request_size)
9729 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9730 (Fx_display_mm_height, Fx_display_mm_width)
9731 (Fx_display_backing_store, Fx_display_visual_class)
9732 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9733 Doc fixes, replacing "terminal id" with "terminal object".
9734 (check_x_display_info): Handle terminal objects instead of
9735 terminal ids.
9736
9737 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9738 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9739 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9740 Doc fixes, replacing "terminal id" with "terminal object".
9741
9742 2009-04-21 Kenichi Handa <handa@m17n.org>
9743
9744 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9745 (font_score): Check AVGWIDTH too.
9746
9747 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9748 worst case.
9749 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9750 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9751
9752 2009-04-19 Jason Rumney <jasonr@gnu.org>
9753
9754 The following changes fix Bug#3005 for wide glyphs on each platform,
9755 without reintroducing Bug#1258 for stretch glyphs.
9756
9757 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9758 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9759 get_phys_cursor_geometry.
9760
9761 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9762 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9763 using get_phys_cursor_geometry.
9764
9765 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9766 correctly calculated.
9767
9768 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9769
9770 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9771 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9772 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9773 is deprecated.
9774
9775 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9776
9777 * font.c (font_put_frame_data): Use xfree instead of free.
9778
9779 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * w32font.c (Qja, Qko): Remove declarations.
9782 (syms_of_w32font): Don't DEFSYM them.
9783
9784 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9787
9788 * font.h (Qja, Qko): Extern them.
9789
9790 * ftfont.c (Qja, Qko): Remove declarations.
9791
9792 * xfont.c (Qja, Qko): Remove declarations.
9793
9794 2009-04-17 Kenichi Handa <handa@m17n.org>
9795
9796 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9797 string from a vector to handle Latin-1 characters correctly.
9798
9799 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9800 entity even if the cache hits.
9801
9802 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9803
9804 * search.c (boyer_moore): Use zero as marker value for a possible
9805 match instead of depending on overflow behavior. (Bug#2844)
9806
9807 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9808 * lisp.h: Adjust prototypes.
9809
9810 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9811
9812 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9813 change (Bug#3003).
9814
9815 2009-04-16 Kenichi Handa <handa@m17n.org>
9816
9817 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9818
9819 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9820 adstyle.
9821
9822 * ftfont.c (Qja, Qko): Don't make them static.
9823 (enum ftfont_cache_for): New enum.
9824 (fc_charset_table): Undo the previous change.
9825 (ftfont_get_latin1_charset): Delete it.
9826 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9827 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9828 non-scarable font, try to get AVERAGE_WIDTH.
9829 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9830 Change ft_face_cache from a list of a hash-table. Don't check
9831 `ja' and `ko' adstyle here.
9832 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9833 FTFONT_CACHE_FOR_CHARET.
9834 (ftfont_get_charset): Undo the previous change.
9835 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9836 (ftfont_close): Likewise.
9837 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9838
9839 * font.c (font_sort_entites): Change the meaning of the arg
9840 BEST-ONLY. Don't optimize for VEC of lenght 1.
9841 (font_select_entity): Just return the value of font_sort_entites.
9842
9843 * xfaces.c (merge_face_vectors): Reflect font properties in
9844 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9845 font_clear_prop if a face attribute doesn't change.
9846
9847 * charset.h (charset_ksc5601): Extern it.
9848
9849 * charset.c (charset_ksc5601): New variable.
9850 (Fdefine_charset_internal): Set charset_ksc5601.
9851 (init_charset_once): Initialize charset_ksc5601 to -1.
9852
9853 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9854
9855 * fileio.c (history_delete_duplicates): Remove unused declaration.
9856
9857 * callint.c (history_delete_duplicates): New declaration.
9858 (Fcall_interactively): Remove command history duplicates when
9859 history_delete_duplicates is true.
9860
9861 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9862
9863 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9864
9865 2009-04-14 Kenichi Handa <handa@m17n.org>
9866
9867 * font.c (Ffont_info): Fix docstring. Fix the second element of
9868 the returned value (bug#2949).
9869
9870 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9873
9874 2009-04-14 Kenichi Handa <handa@m17n.org>
9875
9876 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9877 encoding charset is ascii_compatible.
9878
9879 * charset.c (Fdefine_charset_internal): Make charset
9880 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9881 code_offset is 0, and covers all ASCII characters.
9882
9883 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9886 (ns_string_to_pasteboard_internal):
9887 * nsmenu.m (process_dialog):
9888 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9889 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9890 * lisp.h (Fx_load_color_file): Declare.
9891
9892 2009-04-13 Kenichi Handa <handa@m17n.org>
9893
9894 * font.c (font_delete_unmatched): Preserve the order of list elements.
9895 (font_select_entity): Suppress the code to optimize for the same
9896 kind of fonts.
9897 (font_load_for_lface): Get a font that supports at least ASCII
9898 characters.
9899
9900 * ftfont.c (Qja, Qko): New variables.
9901 (fc_charset_table): Delete uniquifier data for iso8859-1.
9902 (ftfont_get_latin1_charset): New function.
9903 (get_adstyle_property): New function.
9904 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9905 bitmap fonts.
9906 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9907 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9908 `ko' or `ja'.
9909 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9910 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9911 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9912 property.
9913 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9914 (syms_of_ftfont): DEFSYM Qja and Qko.
9915
9916 2009-04-09 Kenichi Handa <handa@m17n.org>
9917
9918 * charset.c (map_charset_chars): For a charset of `superset'
9919 method, fix calculation of code range.
9920
9921 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9922 from the list of extra properties.
9923 (font_clear_prop): Be sure to delete `:name' font property.
9924
9925 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9926
9927 * dispnew.c (redraw_overlapping_rows): Fix detection of
9928 overlapping for topmost and bottommost rows.
9929
9930 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9931
9932 2009-04-06 Jason Rumney <jasonr@gnu.org>
9933
9934 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9935
9936 2009-04-06 Kenichi Handa <handa@m17n.org>
9937
9938 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9939
9940 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9941
9942 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9943
9944 * ftfont.c (ftfont_open): Fix checking of the return value of
9945 FT_Load_Char. Fix setting font->underline_thickness.
9946
9947 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9948
9949 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9950 (Fterminal_parameters, Fterminal_parameter)
9951 (Fset_terminal_parameter): In doc string, refer to terminal
9952 objects rather than terminal ids.
9953
9954 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9955
9956 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9957 ret_lim_data. (Bug#2867)
9958
9959 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9960
9961 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9962 so they don't get wider than the window, matching 2006-01-23
9963 change to the partner function in xdisp.c (Bug#2800).
9964
9965 2009-04-03 Kenichi Handa <handa@m17n.org>
9966
9967 * print.c (print_object): Make each lowest sub_char_table start a
9968 new line (Bug#2866).
9969
9970 2009-04-02 Kenichi Handa <handa@m17n.org>
9971
9972 * fontset.c (fontset_font): Record no-font when a fontset
9973 explicitly tells not to try another font-specs.
9974
9975 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9976
9977 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9978
9979 2009-03-30 Kenichi Handa <handa@m17n.org>
9980
9981 * fontset.c (fontset_from_font): Specify only registry in a
9982 font-spec for all characters supported by that registry.
9983
9984 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9985 even if HAVE_M17N_FLT is not defined.
9986
9987 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9988
9989 * ftfont.c: Conditionalize prototyping and use of
9990 ftfont_variation_glyphs.
9991
9992 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * frame.c (delete_frame): Work around compiler bug.
9995
9996 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9997 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9998 Some more EMACS_INT.
9999 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
10000
10001 * xdisp.c (dump_glyph): Fix typo.
10002
10003 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
10004 (adjust_markers_gap_motion, adjust_markers_for_delete)
10005 (adjust_markers_for_insert, adjust_point)
10006 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
10007 (make_gap, copy_text, count_size_as_multibyte, insert)
10008 (insert_and_inherit, insert_before_markers)
10009 (insert_before_markers_and_inherit, insert_1)
10010 (count_combining_before, count_combining_after, insert_1_both)
10011 (insert_from_string, insert_from_string_before_markers)
10012 (insert_from_string_1, insert_from_gap, insert_from_buffer)
10013 (insert_from_buffer_1, adjust_after_replace)
10014 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
10015 (replace_range_2, del_range, del_range_1, del_range_byte)
10016 (del_range_both, del_range_2, modify_region)
10017 (prepare_to_modify_buffer, signal_before_change)
10018 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
10019 for buffer positions and sizes.
10020 * lisp.h: Adjust prototypes accordingly.
10021
10022 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
10023 (non_regular_inserted, non_regular_nbytes, read_non_regular)
10024 (Finsert_file_contents): Use EMACS_INT for buffer positions.
10025
10026 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
10027
10028 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
10029
10030 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
10031 lines and columns so we keep the same pixel height and width.
10032
10033 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
10034 the property _NET_WM_STATE has changed.
10035 (x_handle_net_wm_state): New function to update frame parameter
10036 fullscreen.
10037 (x_term_init): Initialize atoms for _NET_WM_STATE.
10038
10039 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
10040
10041 2009-03-27 Kevin Ryde <user42@zip.com.au>
10042
10043 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
10044 Gpm_GetEvent as an error that justifies closing the filedescriptor.
10045 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
10046 (Fgpm_mouse_stop): Pass that new parameter.
10047 * termhooks.h (close_gpm): Adjust prototype.
10048
10049 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * lisp.h (Fx_focus_frame): Declare.
10052
10053 * callint.c (Fcall_interactively): For '^' just delegate the work to
10054 handle-shift-selection.
10055 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
10056
10057 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
10060
10061 * data.c (Qinteractive_form): New variable.
10062 (Finteractive_form): Use it.
10063
10064 * eval.c (Fcommandp): Use Qinteractive_form.
10065
10066 2009-03-24 Jason Rumney <jasonr@gnu.org>
10067
10068 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
10069 Calculate total size precisely. Decode environment variables
10070 before substituting. (Bug#38)
10071
10072 2009-03-24 Kenichi Handa <handa@m17n.org>
10073
10074 * font.c (find_font_encoding): Return Qnil for unsupported
10075 encoding (Bug#2722).
10076
10077 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
10078
10079 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
10080 that gdpy is set.
10081
10082 2009-03-22 Alan Mackenzie <acm@muc.de>
10083
10084 * callint.c (Finteractive): Clarify the doc string - even
10085 promptless elements need \n separators.
10086
10087 2009-03-22 Jason Rumney <jasonr@gnu.org>
10088
10089 * w32term.c (syms_of_w32term): Doc fix for
10090 x-use-underline-position-properties.
10091
10092 2009-03-21 Eli Zaretskii <eliz@gnu.org>
10093
10094 * w32.c (getpwuid): Change argument type to unsigned.
10095 (struct w32_id): Change type of `rid' member to unsigned.
10096 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
10097 argument ID to unsigned. All callers changed.
10098 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
10099
10100 2009-03-20 Eli Zaretskii <eliz@gnu.org>
10101
10102 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
10103 negative, produce a float value.
10104
10105 * dired.c (make_uid, make_gid): New functions.
10106 (Ffile_attributes): Use them to avoid negative UID and GID.
10107
10108 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
10109
10110 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
10111 (syms_of_keyboard) <command-hook-internal, input-method-function>:
10112 Fix typos in docstrings.
10113
10114 2009-03-19 Kenichi Handa <handa@m17n.org>
10115
10116 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
10117 changed, use font_load_for_lface to get a new font object.
10118 Call free_realized_fontset after handling ASCII font change.
10119
10120 * frame.c (x_set_font): Handle the case that ARG is a cons.
10121
10122 2009-03-19 Glenn Morris <rgm@gnu.org>
10123
10124 * fileio.c (Fsubstitute_in_file_name): Doc fix.
10125
10126 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
10129
10130 2009-03-19 Kenichi Handa <handa@m17n.org>
10131
10132 * charset.c (load_charset_map_from_file): When a mapfile can't be
10133 loaded, signal an error.
10134
10135 2009-03-18 Eli Zaretskii <eliz@gnu.org>
10136
10137 * dired.c (Ffile_attributes): Make sure UID and GID are always
10138 positive, even if the value is too large for a positive EMACS_INT.
10139 Doc fix.
10140
10141 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
10142
10143 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10144
10145 * xmenu.c (xdialog_show): Move Fredisplay call ...
10146 (Fx_popup_dialog): ... here.
10147
10148 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * dired.c (file_name_completion): Disable the first optimization just
10151 installed, since it is not implemented correctly.
10152
10153 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * dired.c (file_name_completion): Check completion-ignored-extensions
10156 only if the entry can affect bestmatch.
10157 Stop the search early, as Ftry_completion already does.
10158
10159 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
10162
10163 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * keyboard.c (parse_menu_item): Don't display remappings as menu
10166 equivalent bindings (Bug#788).
10167
10168 2009-03-15 Jason Rumney <jasonr@gnu.org>
10169
10170 * w32term.h (WM_EMACS_PAINT): New message.
10171 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
10172 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
10173 before passing to lisp thread. (Bug#950)
10174
10175 2009-03-14 David Reitter <david.reitter@gmail.com>
10176
10177 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
10178 variable as it was never reset.
10179 (ns_term_init): Remove initialization of Lisp-settable defaults
10180 and ns_expand_space.
10181 (-setPanelFromDefaultValues): Remove ns_expand_space.
10182 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
10183 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
10184 i.e. no additional spacing, similar to Carbon port.
10185
10186 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
10187 * nsfns.m (ns-popup-prefs-panel): Remove.
10188
10189 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
10190
10191 * sound.c (alsa_configure): Remove call to deprecated
10192 snd_pcm_sw_params_set_xfer_align.
10193
10194 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
10195
10196 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10197 after clicking in a detached tool bar.
10198 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10199
10200 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10203 int/Lisp_Object mixup).
10204
10205 2009-03-13 Kenichi Handa <handa@m17n.org>
10206
10207 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
10208 Handle NAME nil and t correctly. Callers changed.
10209 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10210 (set_fontset_font): Change ARG to a vector. Handle range_list in
10211 ARG correctly.
10212 (Fset_fontset_font): Fix the case that TARGET is both a script
10213 name and charset name. Adjust the arg to set_fontset_font for
10214 the above change.
10215 (fontset_from_font): Fix previous change.
10216 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10217 entry. If FONTSET is the default fontset, don't set the extra
10218 slot of the returning char-table.
10219
10220 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
10221
10222 * nsfns.m (Fx_close_connection): Doc fix.
10223 (Fns_do_applescript): Reflow docstring.
10224 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10225 (Fx_display_pixel_width, Fx_display_pixel_height)
10226 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10227 Fix typos in docstrings.
10228 (Fns_set_alpha): Fix typos in error messages.
10229
10230 2009-03-12 David Reitter <david.reitter@gmail.com>
10231
10232 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10233 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
10234 were used for such events.
10235
10236 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10237 (toggleToolbar, performDragOperation, runHelp): Use it.
10238
10239 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10240 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10241
10242 2009-03-11 Kenichi Handa <handa@m17n.org>
10243
10244 * font.h (font_open_by_spec): Extern it.
10245
10246 * font.c (font_open_by_spec): New function.
10247 (font_open_by_name): Use font_open_by_spec.
10248
10249 * frame.c (x_set_font): When ARG is a font-object, don't alter the
10250 fontset of the frame.
10251
10252 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10253 modify the default font of frames that use this fontset.
10254 (num_auto_fontsets): New variable.
10255 (fontset_from_font): Use num_auto_fontsets to decide a fontset
10256 name. Be sure to set FONTSET_ASCII to the correct font name.
10257 (update_auto_fontset_alist): New function.
10258
10259 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
10260
10261 * makefile.w32-in: Update dependencies.
10262
10263 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10264
10265 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10266
10267 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10270
10271 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * lread.c (Feval_buffer): Doc fix.
10274
10275 2009-03-09 Kenichi Handa <handa@m17n.org>
10276
10277 * charset.c (Qfile_name_handler_alist): Extern it.
10278 (load_charset_map_from_file): Temporarily bind
10279 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
10280
10281 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
10282
10283 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10284 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
10285
10286 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10287
10288 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10289 (x_set_window_size): Change back to calculated method of setting
10290 toolbar height under Cocoa. (Bug#2546)
10291 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10292 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10293
10294 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10295
10296 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10297 accelerator in parens under GNUstep.
10298
10299 2009-03-06 Kenichi Handa <handa@m17n.org>
10300
10301 These changes are to detect incorrect composition sequence without
10302 looking ahead the source. (Bug#2370)
10303
10304 * coding.h: Include "composite.h".
10305 (enum compisition_state): New enum.
10306 (struct compisition_status): New struct.
10307 (struct iso_2022_spec): New member cmp_status.
10308 (struct emacs_mule_spec): New struct.
10309 (struct coding_system): New members ctext_extended_segment_len and
10310 embedded_utf_8. Change the union member
10311 spec.emacs_mule_full_support to spec.emacs_mule.
10312
10313 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10314 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10315 (MAX_ANNOTATION_LENGTH): Define to 5.
10316 (ADD_COMPOSITION_DATA): New arg nbytes.
10317 (emacs_mule_char): New arg cmp_status.
10318 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10319 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10320 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10321 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10322 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10323 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10324 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10325 (EMACS_MULE_COMPOSITION_END): New macro.
10326 (emacs_mule_finish_composition): New function.
10327 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10328 (decode_coding_emacs_mule): Avoid long looking ahead while
10329 handling composition.
10330 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10331 (ENCODE_COMPOSITION_RULE): New macro.
10332 (finish_composition): New function.
10333 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10334 (DECODE_COMPOSITION_START): New implementation.
10335 (DECODE_COMPOSITION_END): Likewise.
10336 (STORE_COMPOSITION_RULE): New macro.
10337 (decode_coding_iso_2022): Avoid long looking ahead while handling
10338 composition, CTEXT extended segment, and embedded UTF-8.
10339 (setup_coding_system): For a coding of type iso-2022, reset
10340 CODING_ISO_EXTSEGMENT_LEN (coding) and
10341 CODING_ISO_EMBEDDED_UTF_8 (coding).
10342 (get_translation): Delete arguments last_block, from_nchars,
10343 to_nchars. Callers changed.
10344 (produce_chars): Don't modify charbuf. Adjusted for the change of
10345 get_translation.
10346 (produce_composition): Adjust for the new annotation sequence.
10347 (handle_composition_annotation): Likewise.
10348 (consume_chars): Adjust for the change of get_translation.
10349
10350 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10351
10352 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
10353
10354 2009-03-05 Kenichi Handa <handa@m17n.org>
10355
10356 * font.c (font_select_entity): New function.
10357 (font_find_for_lface): Use font_select_entity to select a font.
10358
10359 * fontset.c (fontset_find_font): If a font found without
10360 restricting to the characters C doesn't support C, try to find a
10361 font with C restriction.
10362
10363 2009-03-04 Nikolaj Schumacher <me@nschum.de>
10364
10365 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10366
10367 2009-03-04 Jason Rumney <jasonr@gnu.org>
10368
10369 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10370 characters that have already been read. (Bug#2569)
10371
10372 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10373 Log an error message if check_image_size failed.
10374 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10375 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10376
10377 2009-03-02 Eli Zaretskii <eliz@gnu.org>
10378
10379 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10380 when decoding process output.
10381
10382 2009-03-01 Richard M Stallman <rms@gnu.org>
10383
10384 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10385
10386 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10387
10388 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10389
10390 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10391 (decode_coding_emacs_mule, decode_coding_iso_2022)
10392 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10393 (decode_coding_raw_text, decode_coding_charset)
10394 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10395 Honor inhibit-eol-conversion. (Bug #2186)
10396
10397 2009-02-28 Jason Rumney <jasonr@gnu.org>
10398
10399 * coding.c (detect_coding_charset): If not checking latin extra,
10400 fail on characters between 0x80 and 0xA0. (Bug#2354)
10401
10402 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10403
10404 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10405 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
10406
10407 2009-02-27 Glenn Morris <rgm@gnu.org>
10408
10409 * callint.c (Finteractive): Doc fix.
10410
10411 2009-02-27 Kenichi Handa <handa@m17n.org>
10412
10413 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10414
10415 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
10416
10417 * font.c (font_style_to_value): Set value for unknown symbols to
10418 100 instead of 255.
10419 (weight_table, slant_table, width_table): Treat "unspecified" as
10420 the default value.
10421
10422 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
10423
10424 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10425
10426 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10429 error as soon as a recursive load is detected.
10430
10431 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10432
10433 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10434 before caching.
10435
10436 2009-02-24 Kenichi Handa <handa@m17n.org>
10437
10438 * fontset.c (fontset_find_font): Fix the condition for checking
10439 unavailable font.
10440
10441 2009-02-24 Glenn Morris <rgm@gnu.org>
10442
10443 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10444 whitespace that confuses documentation.
10445
10446 2009-02-23 Miles Bader <miles@gnu.org>
10447
10448 * process.c (Flist_system_processes, Fprocess_attributes)
10449 (syms_of_process): Rename `system-process-attributes' to
10450 `process-attributes'.
10451
10452 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10453
10454 * coding.h (struct coding_system): Make safe_charsets a pointer to
10455 unsigned char.
10456 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10457 being 255.
10458 (SAFE_CHARSET_P): Likewise.
10459 (setup_iso_safe_charsets): Properly setup safe_charsets.
10460 (Fdefine_coding_system_internal): Likewise.
10461 (setup_coding_system): Likewise. Remove unneeded casts.
10462 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10463 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10464 unneeded casts.
10465
10466 * insdel.c (del_range_2): Don't modify gap contents when called
10467 from decode_coding_object. (Bug#1809)
10468
10469 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10472 Qfont_object.
10473 (Ftype_of): Recognize font objects.
10474
10475 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10476
10477 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10478 moved to data.c.
10479
10480 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10481
10482 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10483 async_iconified. Based on a patch by Christian Lynbech
10484 <christian.lynbech@tieto.com>.
10485 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10486
10487 2009-02-20 Glenn Morris <rgm@gnu.org>
10488
10489 * syntax.c (Fskip_chars_forward): Fix doc typo.
10490
10491 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10494
10495 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
10496
10497 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10498
10499 2009-02-19 Kenichi Handa <handa@m17n.org>
10500
10501 * coding.c (detect_coding): Preserve coding->mode.
10502 Don't overflow coding->carryover. (Bug#2370)
10503
10504 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10505
10506 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10507
10508 2009-02-18 Kenichi Handa <handa@m17n.org>
10509
10510 * font.c (font_check_otf_features): Fix handling of `nil' element.
10511 (Ffont_spec): Describe :lang and :otf in the docstring.
10512
10513 2009-02-16 Andreas Schwab <schwab@suse.de>
10514
10515 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10516 string.
10517
10518 2009-02-16 Kenichi Handa <handa@m17n.org>
10519
10520 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10521 (Bug#1723)
10522
10523 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10526
10527 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10528 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10529
10530 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10531
10532 * msdos.c (MAX_SCREEN_BUF): New macro.
10533 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10534 Encode the entire run of glyphs sharing the same face, instead of
10535 doing that one glyph at a time (fixes a bug with displaying
10536 double-size characters).
10537
10538 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10539
10540 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10541
10542 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10543 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10544 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10545
10546 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10547 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10548
10549 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * keyboard.c (adjust_point_for_property): Allow stopping between two
10552 invisible areas.
10553
10554 2009-02-12 Jason Rumney <jasonr@gnu.org>
10555
10556 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10557 (add_font_entity_to_list): Call check_face_name even when family
10558 is unspecified.
10559
10560 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10561 Release DC when finished. Use NULL window to refer to desktop.
10562 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10563
10564 * w32font.c (add_font_entity_to_list): Fix check for substituted
10565 raster fonts. (Bug#2219)
10566
10567 2009-02-12 Kenichi Handa <handa@m17n.org>
10568
10569 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10570 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10571 (autocmp_chars): Use fast_looking_at. Don't compose more
10572 characters than MAX_COMPOSITION_COMPONENTS.
10573 (find_automatic_composition): While looking forward and backward,
10574 check static composition. Fix where to stop looking forward.
10575 (composition_adjust_point): Fix checking of static composition.
10576 (Fcomposition_get_gstring): Pay attention to
10577 MAX_COMPOSITION_COMPONENTS.
10578
10579 * lisp.h (fast_looking_at): Extern it.
10580
10581 * search.c (fast_looking_at): New function.
10582
10583 * term.c (encode_terminal_code): Adjust for the change of
10584 <struct glyph>.u.cmp.to.
10585 (append_composite_glyph): Likewise.
10586
10587 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10588 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10589 composition.
10590 (append_composite_glyph): Adjust for the change of
10591 <strcut glyph>.u.cmp.to.
10592
10593 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10594
10595 * casetab.c (init_casetab_once):
10596 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10597 * font.c (font_update_lface):
10598 * fontset.c (Fnew_fontset):
10599 * ftfont.c (ftfont_drive_otf):
10600 * xfont.c (xfont_open):
10601 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10602
10603 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * fileio.c (Fwrite_region): !NILP -> CONSP.
10606
10607 2009-02-10 Andreas Schwab <schwab@suse.de>
10608
10609 * process.c (send_process): Properly relocate pointer into data
10610 when using encoded data. (Bug#2272)
10611
10612 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10613
10614 * coding.c (detect_coding_charset): Fix previous change.
10615
10616 2009-02-08 Jason Rumney <jasonr@gnu.org>
10617
10618 * w32fns.c (w32_hide_hourglass): Handle case where frame
10619 disappeared while hourglass was displayed. (Bug #2193)
10620
10621 2009-02-07 Andreas Schwab <schwab@suse.de>
10622
10623 * unexelf.c (unexec): Fix error message.
10624
10625 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10626
10627 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10628 when modal window is active. (Bug #2152)
10629 (applicationShouldTerminate:): Remove now-unneeded while loop
10630 around NSRunAlertPanel.
10631
10632 * nsmenu.m (popupSession): New file-global variable.
10633 (pop_down_menu): End the popupSession before closing dialog.
10634 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10635 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10636 don't query NSApp for events (just sleep instead).
10637
10638 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10639
10640 * coding.c (syms_of_coding) <translation-table-for-input>:
10641 Modify doc string to discourage use for character code unification.
10642
10643 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10644
10645 * atimer.c (run_timers): Update pending_atimers.
10646
10647 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10648
10649 * image.c (svg_load_image): Fix last change.
10650
10651 * xfns.c (Fx_create_frame): Signal an error if no font is
10652 found (Bug#2147).
10653
10654 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * character.c (syms_of_character) <script-representative-chars>:
10657 Fix typo in docstring.
10658
10659 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10660
10661 * nsmenu.m (pop_down_menu): New function.
10662 (ns_popup_dialog): Call it on unwind.
10663 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10664 call timer_check() (Bug#2154).
10665 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10666 handling_signal is set.
10667 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10668
10669 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10670
10671 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10672
10673 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10674
10675 * keyboard.c (poll_for_input_1, handle_async_input):
10676 Set handling_signal under HAVE_NS.
10677
10678 2009-02-04 Glenn Morris <rgm@gnu.org>
10679
10680 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10681
10682 2009-02-04 Kenichi Handa <handa@m17n.org>
10683
10684 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10685
10686 * charset.c (Fchar_charset): New optional arg restriction.
10687
10688 * coding.h (coding_system_charset_list): Extern it.
10689
10690 * coding.c (coding_system_charset_list): New function.
10691
10692 * composite.c: Include coding.h and termhooks.h.
10693 (composition_gstring_p): Fix for the terminal case.
10694 (composition_gstring_width): Likewise.
10695 (fill_gstring_body): Likewise.
10696 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10697 the frame.
10698 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10699 is within a composition.
10700 (Fcomposition_get_gstring): Fix the terminal case.
10701
10702 * term.c (encode_terminal_code): Fix handling of composition.
10703 (produce_composite_glyph): For static composition, get pixel_width
10704 from struct composition.
10705
10706 2009-02-02 Andreas Schwab <schwab@suse.de>
10707
10708 * unexelf.c (unexec): Handle unaligned bss offset.
10709
10710 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10711
10712 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10713 XT,w32read_socket changes to ns_read_socket.
10714
10715 * keyboard.c (handle_interrupt): Don't call
10716 quit_throw_to_read_char() under NS.
10717
10718 * blockinput.h: Remove NS-specific code.
10719
10720 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10721
10722 * dispnew.c (window_change_signal): Don't try to get the size of a
10723 suspended tty frame.
10724 * term.c (Fresume_tty): Resize if the size has changed while the
10725 tty was suspended.
10726
10727 * alloc.c (mark_stack): Properly conditionalize previous change.
10728
10729 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10730
10731 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10732 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10733 Remove; this code is not used on Windows.
10734
10735 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10736
10737 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10738 EOLs that also has stray ^M characters.
10739
10740 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10741
10742 * atimer.c (run_timers, alarm_signal_handler):
10743 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10744 * w32inevt.c (w32_console_read_socket):
10745 * w32term.c (w32_read_socket):
10746 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10747
10748 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10749
10750 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10751 Initialize it as a relative filename pattern.
10752 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10753 (Fcall_process_region): Simplify temp file creation using
10754 temporary-file-directory.
10755
10756 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10757
10758 * msdos.c: Rename pending_signals to msdos_pending_signals.
10759 (sig_suspender, sigprocmask): Adjust.
10760
10761 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * keyboard.c (pending_signals): New var.
10764 (poll_for_input, input_available_signal, init_keyboard): Set it.
10765 (process_pending_signals): New function.
10766
10767 * lisp.h (QUIT): Check pending_signals instead of
10768 interrupt_input_pending. Use process_pending_signals.
10769
10770 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10771
10772 * process.c (wait_reading_process_output): Use process_pending_signals.
10773
10774 * sysdep.c (emacs_write): Use process_pending_signals.
10775
10776 * xterm.c (XTread_socket): Update pending_signals.
10777
10778 * w32term.c (w32_read_socket): Update pending_signals.
10779
10780 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10781
10782 2009-01-29 Kenichi Handa <handa@m17n.org>
10783
10784 * xftfont.c (xftfont_has_char): New function.
10785 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10786
10787 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10788
10789 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10790 under GNUstep.
10791 (ns_query_color): New declaration.
10792
10793 * nsterm.m (ns_confirm_quit): New variable.
10794 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10795 (EmacsApp-applicationShouldTerminate:): Use it.
10796 (EmacsPrefsController): Let user set it.
10797 (ns_query_color): New function.
10798 (ns_defined_color): Use it.
10799 (ns_initialize): Drop.
10800 (ns_term_init): Add two lines from ns_initialize(), and set
10801 input_interrupt_mode to nil.
10802
10803 * image.c (svg_load_image): Don't right-shift background RGB when
10804 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10805
10806 2009-01-28 Kenichi Handa <handa@m17n.org>
10807
10808 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10809 (fontset_get_font_group): Remember that no font-group is specified
10810 for C.
10811
10812 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10813
10814 * fns.c (concat): Check for string overflow (bug#1787).
10815
10816 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10817 Quadruple undo limits (bug#1501).
10818
10819 2009-01-27 Kenichi Handa <handa@m17n.org>
10820
10821 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10822 directly use GT_Get_Char_index.
10823
10824 * xftfont.c (struct xftfont_info): New member `index'.
10825
10826 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10827 (Ffontset_font): Adjust for the change of fontset entry.
10828
10829 2009-01-26 Kenichi Handa <handa@m17n.org>
10830
10831 * fontset.c (fontset_find_font): Fix handling of non-cons return
10832 value of fontset_get_font_group.
10833 (fontset_font): Revert last change.
10834
10835 2009-01-26 Jason Rumney <jasonr@gnu.org>
10836
10837 * w32font.c (w32font_list_internal): Return quickly if registry is
10838 unknown. Simplify final return.
10839 (add_font_entity_to_list): Break complex logic down into more
10840 manageable chunks. Move unknown registry check to
10841 w32font_list_internal.
10842
10843 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10844
10845 Changes to remove Feval calls from GUI under NS.
10846
10847 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10848 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10849 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10850
10851 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10852 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10853 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10854 instead of NON_ASCII_KEYSTROKE_EVENT.
10855 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10856 (EmacsApp-applicationShouldTerminate:): Query user.
10857 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10858 instead of Feval.
10859
10860 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10861
10862 * keyboard.c (kbd_buffer_get_event): Check for it.
10863 (keys_of_keyboard): Define lispy keys for
10864 ns-put/unput-working-text.
10865
10866 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10867 versions.
10868 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10869
10870 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10873 setting current_buffer directly. (Bug#2044)
10874
10875 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10876
10877 * fontset.c (fontset_font): If we know there is no font, don't do
10878 any work. (Bug#1952, bug#1990).
10879
10880 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10881
10882 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10883
10884 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10885 (ns_no_defaults): New declaration.
10886 (main): Use it.
10887
10888 * nsterm.h (ns_no_defaults): New declaration.
10889
10890 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10891
10892 * nsterm.m (ns_no_defaults): New variable.
10893 (ns_initialize): Don't read defaults when ns_no_defaults.
10894 (EmacsView-readSelectionFromPasteboard:)
10895 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10896 NSServicesRequests protocol. (Bug#1435)
10897 (ns_dumpglyphs_stretch): New function.
10898 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10899 of 2008-11-15 to other terms. (Bug#615)
10900
10901 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10902
10903 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10904
10905 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10906 call for Sparc64.
10907
10908 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10909
10910 * nsfns.m:
10911 * nsgui.h:
10912 * nsmenu.m:
10913 * nsselect.m:
10914 * nsterm.h:
10915 * nsterm.m: Remove '23' comments that indicated code added during
10916 update from emacs-20 -> emacs-23.
10917
10918 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10919
10920 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10921 ns_alternate_modifier. (Bug#1217)
10922
10923 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10924 Display all shortcuts, including those w/o super modifier.
10925
10926 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10927
10928 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10929
10930 * fileio.c (Vwrite_region_post_annotation_function)
10931 (Vwrite_region_annotation_buffers): New vars.
10932 (build_annotations_unwind): Just reset
10933 Vwrite_region_annotation_buffers.
10934 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10935 Call write-region-post-annotation-function.
10936 (build_annotations): Add to Vwrite_region_annotation_buffers if
10937 buffer changes.
10938
10939 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10940
10941 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10942 Tiger.
10943 * nsfns.m (ns_do_applescript):
10944 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10945
10946 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10947
10948 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10949
10950 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10951
10952 * nsmenu.m (NSMENUPROFILE): Change #if style.
10953
10954 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10955
10956 * nsterm.m (x_set_frame_alpha): Add prototype.
10957 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10958 handle Ctrl-tab. (Bug#1841)
10959 (ns_get_color): Use unsigned long long for scanned hex string value.
10960 (ns_term_shutdown): Abort on non SIGTERM signals.
10961 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10962 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10963 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10964 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10965 (ns_defined_color): Fix settings of the XColor variable fields:
10966 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10967
10968 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10969 DPI. (Bug#1316)
10970 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10971 values in onTiger section.
10972
10973 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10976 Check return value of font_spec_from_name.
10977 (Fx_list_fonts): Doc fix. (Bug#1951)
10978
10979 * font.c (font_spec_from_name): Return Qnil if font name could not
10980 be parsed.
10981 (font_parse_name): Treat a `?' character as part of an XLFD.
10982
10983 * fns.c (Fsubstring): Doc fix.
10984
10985 2009-01-19 Kenichi Handa <handa@m17n.org>
10986
10987 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10988 (ftfont_list): Likewise.
10989
10990 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10991
10992 * dbusbind.c (Fdbus_register_signal):
10993 * process.c (conv_sockaddr_to_lisp):
10994 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10995
10996 * callproc.c (Fgetenv_internal): Doc fix.
10997
10998 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
11001 it is not even used.
11002
11003 2009-01-16 Glenn Morris <rgm@gnu.org>
11004
11005 * font.c (Ffont_variation_glyphs): Silence compiler.
11006
11007 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
11008
11009 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
11010 Reported by David Robinow <drobinow@gmail.com>.
11011
11012 2009-01-15 Kenichi Handa <handa@m17n.org>
11013
11014 * coding.c (detect_coding_system): Fix handling of null_byte_found.
11015
11016 2009-01-14 Jason Rumney <jasonr@gnu.org>
11017
11018 * frame.c (x_set_font): Always store a font to the font parameter,
11019 never a fontset. (Bug#1562)
11020
11021 2009-01-14 Kenichi Handa <handa@m17n.org>
11022
11023 * coding.c (TWO_MORE_BYTES): New macro.
11024 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
11025
11026 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * font.c (font_clear_prop): If clearing the family, clear the font
11029 width index too.
11030
11031 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
11032
11033 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
11036 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
11037 functions, use sizeof.
11038
11039 2009-01-12 Martin Rudalics <rudalics@gmx.at>
11040
11041 * keyboard.c (read_char): Fix case where last_nonmenu_event
11042 returned a bad value with submenus. (Bug#447)
11043
11044 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
11045
11046 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
11047 family, clear the font width index too.
11048
11049 2009-01-11 Jason Rumney <jasonr@gnu.org>
11050
11051 * keyboard.c (cmd_error_internal): Exit when errors occur before
11052 frame creation and not in daemon mode. (Bug#1836)
11053
11054 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
11057 of a display vector, backtrack.
11058 (try_window_reusing_current_matrix): Check glyph type before
11059 referencing charpos member.
11060
11061 2009-01-10 Eli Zaretskii <eliz@gnu.org>
11062
11063 Fix Bug #876:
11064
11065 * coding.c (inhibit_null_byte_detection): New variable.
11066 (detect_coding, detect_coding_system): Don't pay attention to null
11067 bytes if inhibit_null_byte_detection is non-zero.
11068 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
11069 <inhibit-iso-escape-detection>: Doc fix.
11070
11071 2009-01-09 Jason Rumney <jasonr@gnu.org>
11072
11073 * w32font.c (add_font_entity_to_list): Don't report unknown
11074 Windows charset as any unrecognized registry. (Bug#1548)
11075 Only report Unicode Plane 2 fonts as unicode-sip.
11076
11077 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * xfaces.c (Fx_font_family_list): Delete function.
11080 Move compatibility version to faces.el.
11081
11082 * font.c (Ffont_family_list): Return a list of strings, not symbols.
11083
11084 2009-01-09 Martin Rudalics <rudalics@gmx.at>
11085
11086 * frame.c (x_set_frame_parameters): Remember requested value for
11087 fullscreen before it's reset by the parameter handler.
11088
11089 2009-01-09 Glenn Morris <rgm@gnu.org>
11090
11091 * keyboard.c (last_command_char): For clarity, rename to...
11092 (last_command_event): ... and update all users.
11093 (last_input_char): For clarity, rename to...
11094 (last_input_event): ... and update all users.
11095 (last-command-char, last-input-char): Move to subr.el as aliases.
11096 * cmds.c, commands.h: Update for last_command_char rename.
11097
11098 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
11099
11100 * font.c (font_open_for_lface): Handle unspecified height attribute.
11101
11102 2009-01-08 Jason Rumney <jasonr@gnu.org>
11103
11104 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
11105 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
11106 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
11107 Don't declare.
11108 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
11109 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
11110
11111 2009-01-07 Kenichi Handa <handa@m17n.org>
11112
11113 * fileio.c (Finsert_file_contents): In the case of replace,
11114 remember the coding system used for decoding in
11115 coding_system (Bug#1039).
11116
11117 * coding.c (decode_coding_utf_8): Check byte_after_cr before
11118 breaking the loop. (Bug#870)
11119 (decode_coding_utf_16, decode_coding_emacs_mule)
11120 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11121 (decode_coding_charset): Likewise.
11122
11123 2009-01-05 Martin Rudalics <rudalics@gmx.at>
11124
11125 * frame.c (x_set_frame_parameters): Make sure height (width) get
11126 applied when fullwidth (fullheight) is set. (Bug#1522)
11127
11128 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
11129
11130 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
11131 (utc_base): Declare as ULONGLONG, not long double.
11132 (convert_time_raw): Delete.
11133 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
11134 (initialize_utc_base): New function.
11135 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
11136 (convert_from_time_t): Use initialize_utc_base; compute result with
11137 64-bit arithmetic.
11138 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
11139
11140 2009-01-03 Eli Zaretskii <eliz@gnu.org>
11141
11142 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
11143 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
11144 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
11145 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
11146 [!subprocesses]: Define.
11147 (syms_of_process) [!subprocesses]: Intern and staticpro them.
11148 (Flist_system_processes, Fsystem_process_attributes)
11149 [!subprocesses]: Call list_system_processes and
11150 system_process_attributes instead of returning Qnil.
11151
11152 * dosfns.c (system_process_attributes, list_system_processes):
11153 New functions.
11154
11155 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
11156
11157 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
11158 Don't use the default (no-op) implementation.
11159
11160 2009-01-03 Jason Rumney <jasonr@gnu.org>
11161
11162 * keyboard.c (parse_modifiers_uncached): Wheel events are
11163 clicks (bug#687).
11164
11165 * w32term.c (x_query_colors, x_query_color): New functions.
11166
11167 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
11168 (svg_load_image): Cast returned pointers from dynamically loaded
11169 functions. Eliminate W32 specific code.
11170
11171 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11172
11173 * nsfns.m (x_set_foreground_color, x_set_background_color)
11174 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
11175 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
11176 x_ prefix instead of ns_. Update references.
11177 (syms_of_nsfns): Add a FIXME comment.
11178
11179 * nsterm.m (x_set_cursor_type): New prototype.
11180 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
11181
11182 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
11183 for Solaris instead of incorrectly providing Qutime and Qcutime.
11184
11185 2009-01-02 Eli Zaretskii <eliz@gnu.org>
11186
11187 * w32.c (process_times): Compute sum of utime and stime.
11188 (system_process_attributes): Add Qtime to the alist.
11189
11190 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
11191 and add them to the alist.
11192
11193 * process.c (top level) <Qtime, Qctime>: New variables.
11194 (syms_of_process): staticpro them.
11195 (Fsystem_process_attributes): Add their documentation to the doc
11196 string.
11197
11198 * process.h: Declare Qtime and Qctime.
11199
11200 2009-01-02 Jason Rumney <jasonr@gnu.org>
11201
11202 * image.c (Qgobject): New symbol.
11203 (syms_of_image): Initialize it.
11204 (init_svg_functions): Load some functions from gobject library.
11205
11206 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11207
11208 * frame.c (make_terminal_frame): Remove redundant code and useless
11209 block.
11210
11211 2009-01-01 Andreas Schwab <schwab@suse.de>
11212
11213 * process.c (conv_sockaddr_to_lisp): Add workaround for
11214 getsockname bug on BSD.
11215
11216 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * xfns.c (x_create_tip_frame): Set border width of the X window.
11219
11220 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11221
11222 2009-01-01 Jason Rumney <jasonr@gnu.org>
11223
11224 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
11225 Don't block input, as per earlier xterm.c changes.
11226
11227 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
11228
11229 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11230 (ns_appkit_version_int): New function.
11231 (x-server-version): Use ns_appkit_version_int and follow 21+
11232 convention of returning 3 integers.
11233
11234 2008-12-30 Kenichi Handa <handa@m17n.org>
11235
11236 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11237 (CHAR_SURROGATE_PAIR_P): New macro.
11238
11239 * font.h (struct font_driver): New member get_variation_glyphs.
11240
11241 * font.c (font_range): Don't require a font for a variation selector.
11242 (Ffont_variation_glyphs): New function.
11243 (syms_of_font): Defsubr it.
11244
11245 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11246 ftfont_variation_glyphs.
11247 (setup_otf_gstring): New function.
11248 (ftfont_drive_otf): Use it.
11249 (ftfont_shape_by_flt): Handle variation selector.
11250 (ftfont_variation_glyphs): New function.
11251
11252 2008-12-30 Martin Rudalics <rudalics@gmx.at>
11253
11254 * frame.c (Vemacs_iconified): Remove.
11255
11256 2008-12-30 Jason Rumney <jasonr@gnu.org>
11257
11258 * frame.c (store_frame_param, x_get_arg): Enable newer code on
11259 WINDOWSNT too, as related changes have already been synced. (Bug#117)
11260
11261 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * indent.c (Fvertical_motion): Don't advance iterator if we have
11264 reseated to the desired position.
11265
11266 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11267 checking for pos match.
11268
11269 2008-12-30 Kenichi Handa <handa@m17n.org>
11270
11271 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11272 just get the low 8-bit of the code.
11273
11274 * font.c (font_intern_prop): Validate str as multibyte.
11275
11276 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11277
11278 * dispextern.h (struct face): Move lface and hash from the middle
11279 of bitfields.
11280
11281 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11282
11283 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11284
11285 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11286 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11287 instead of intervals.h.
11288
11289 2008-12-26 Andreas Schwab <schwab@suse.de>
11290
11291 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11292 cons.
11293
11294 2008-12-26 Martin Rudalics <rudalics@gmx.at>
11295
11296 * textprop.c (Qminibuffer_prompt): New variable.
11297 (syms_of_textprop): Initialize it.
11298 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11299 in minibuffer-prompt face. (Bug#1662)
11300
11301 2008-12-25 Jason Rumney <jasonr@gnu.org>
11302
11303 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11304
11305 2008-12-24 Jason Rumney <jasonr@gnu.org>
11306
11307 * ralloc.c (r_alloc_reset_variable): New function.
11308
11309 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11310 record of what points where. (Bug#716)
11311
11312 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11313
11314 * minibuf.c (read_minibuf): Follow the non-interactive case when
11315 running as a daemon, before detaching.
11316
11317 2008-12-22 Andreas Schwab <schwab@suse.de>
11318
11319 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11320 * gtkutil.c (free_widget_value): Use xfree instead of free.
11321
11322 2008-12-22 Martin Rudalics <rudalics@gmx.at>
11323
11324 * frame.c (delete_frame): New function derived from
11325 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11326 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11327 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11328 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11329 * frame.h: Extern delete_frame.
11330 * window.c (window_loop):
11331 * terminal.c (delete_terminal):
11332 * xterm.c (x_connection_closed):
11333 * xfns.c (Fx_hide_tip):
11334 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11335
11336 2008-12-21 Jason Rumney <jasonr@gnu.org>
11337
11338 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11339 when character maps to .notdef character.
11340
11341 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11344
11345 2008-12-20 Jason Rumney <jasonr@gnu.org>
11346
11347 * frame.c (Fmake_terminal_frame): Raise an error when called from
11348 a graphical frame on Windows. (Bug#1325)
11349
11350 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11351
11352 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11353
11354 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * minibuf.c (Fread_buffer): Doc fix.
11357
11358 2008-12-20 Jason Rumney <jasonr@gnu.org>
11359
11360 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11361 server name in UNC paths. (Bug#719)
11362
11363 * coding.c (decode_coding): Clear chars_at_source flag when using
11364 charbuf. (Bug#1035)
11365
11366 2008-12-19 Daniel Engeler <engeler@gmail.com>
11367
11368 * sysdep.c (serial_configure): Fix typo.
11369
11370 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * sysdep.c: Include alloca.h.
11373 (system_process_attributes): Add implementation for Solaris.
11374
11375 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11376
11377 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11378
11379 Reorganize implementation of Flist_system_processes and
11380 Fsystem_process_attributes. No functional changes.
11381 * process.c: Don't #include pwd.h, grp.h and limits.h.
11382 (Flist_system_processes): Just call list_system_processes.
11383 (Fsystem_process_attributes): Just call system_process_attributes.
11384 (procfs_list_system_processes, time_from_jiffies)
11385 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11386 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11387
11388 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11389 (list_system_processes): Rename from
11390 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11391 Provide a do nothing implementation.
11392 (system_process_attributes): Rename from
11393 procfs_list_system_processes.
11394 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11395 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11396
11397 * w32.c (list_system_processes): Rename from
11398 w32_list_system_processes.
11399 (system_process_attributes): Rename from
11400 w32_system_process_attributes.
11401
11402 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11403
11404 * process.h (w32_list_system_processes)
11405 (w32_system_process_attributes): Remove.
11406 (list_system_processes, system_process_attributes):
11407 New prototypes.
11408
11409 2008-12-19 Kenichi Handa <handa@m17n.org>
11410
11411 * xfont.c (xfont_decode_coding_xlfd): New function.
11412 (xfont_encode_coding_xlfd): New function.
11413 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11414 (xfont_list): Decode and encode XLFD by iso-8859-1.
11415 (xfont_match): Likewise.
11416 (xfont_list_family): Likewise.
11417 (xfont_open): Likewise.
11418
11419 * ftfont.c (ftfont_open): Generate a multibyte string if given
11420 names are utf-8.
11421
11422 * xftfont.c (xftfont_open): Generate a multibyte string if given
11423 names are utf-8.
11424
11425 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11426
11427 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11428 changed.
11429 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11430 clicked on a detached tool bar button.
11431
11432 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11433
11434 * emacs.c (main): Print and error and exit when no data is read
11435 from the pipe.
11436
11437 2008-12-17 Jason Rumney <jasonr@gnu.org>
11438
11439 * w32font.c (w32font_has_char): Always return -1.
11440
11441 2008-12-16 Kenichi Handa <handa@m17n.org>
11442
11443 * font.c (font_open_entity): Fix previous change.
11444
11445 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11446
11447 * process.c: Include <limits.h>.
11448
11449 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
11450
11451 * font.c (font_update_drivers): Fix mistake in reconstructing the
11452 driver list.
11453
11454 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * font.c (font_clear_cache): Fix format of font cache data.
11457
11458 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
11459
11460 * xftfont.c (xftfont_open): Free Xft font pattern if
11461 XftFontOpenPattern fails.
11462
11463 * xterm.c (x_free_frame_resources): Remove extraneous call to
11464 free_frame_faces.
11465
11466 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11467
11468 * xterm.c (x_delete_display): Move xim_close_dpy call to
11469 x_delete_terminal.
11470 (x_delete_terminal): Call xim_close_dpy.
11471
11472 2008-12-13 Jason Rumney <jasonr@gnu.org>
11473
11474 * w32font.c (intern_font_name): New function.
11475 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11476 (w32font_open_internal, Fx_select_font): Decode font name.
11477 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11478
11479 * w32font.h (intern_font_name): Declare new function.
11480
11481 * w32uniscribe.c (add_opentype_font_name_to_list):
11482 Use intern_font_name.
11483
11484 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11485
11486 * frame.c (Fdelete_frame): Call free_font_driver_list.
11487
11488 * font.c (free_font_driver_list): Implement missing function.
11489
11490 * w32term.c (w32_term_init): Don't initialize the image cache
11491 here; it will be done in init_frame_faces.
11492
11493 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11494 (struct x_display_info): Remove unused member null_pixel. New
11495 member xim_callback_data.
11496
11497 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11498 (xim_initialize): Save pointer to callback function data.
11499 (xim_close_dpy): Free callback function data. Call XCloseIM,
11500 reverting 2008-11-04 change by David Smith.
11501 (x_term_init): Don't initialize the image cache here; it will be
11502 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11503 (x_delete_display): Free x_dnd_atoms member.
11504
11505 2008-12-13 Kenichi Handa <handa@m17n.org>
11506
11507 * font.c (font_rescale_ratio): Moved from xfaces.c.
11508 Argument type changed. Handle a font-spec too.
11509 (font_score): Check Vface_font_rescale_alist.
11510 (font_open_entity): Likewise. (Bug#1547)
11511
11512 * xfaces.c (font_rescale_ratio): Moved to font.c.
11513
11514 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11515
11516 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11517
11518 2008-12-12 Jason Rumney <jasonr@gnu.org>
11519
11520 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11521 Vwindow_system_version to the real w32 major version.
11522
11523 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11524
11525 * term.c (init_tty): Move setting the terminal name before the
11526 potential user: maybe_fatal.
11527
11528 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11531 all callers changed. Call free_frame_faces to free the face cache.
11532
11533 2008-12-11 Jason Rumney <jasonr@gnu.org>
11534
11535 * w32font.c (fill_in_logfont): Don't assume symbol script means
11536 SYMBOL_CHARSET. (Bug#547)
11537
11538 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11539 size for surrogates. (Bug#1096, bug#872)
11540
11541 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11542
11543 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11544
11545 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11546
11547 * process.c (Fsystem_process_attributes, syms_of_process):
11548 Fix typo in name of Ssystem_process_attributes.
11549 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11550
11551 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11552
11553 * syntax.c (Fmodify_syntax_entry): Doc fix.
11554
11555 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11556
11557 * font.c (Ffont_spec): Move usage to end of docstring.
11558
11559 2008-12-10 Jason Rumney <jasonr@gnu.org>
11560
11561 * w32font.c (Qcham): New symbol.
11562 (font_supported_scripts): Add cham, and comments for other new
11563 scripts in bitfield from OpenType spec.
11564 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11565 contain characters beyond the bmp.
11566
11567 2008-12-10 Kenichi Handa <handa@m17n.org>
11568
11569 * ftfont.c (fc_charset_table): Add "unicode-sip".
11570 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11571 Qunicode_sip.
11572
11573 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11576 (Fcoding_system_put): Use QCdefault_char.
11577 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11578
11579 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * xftfont.c (syms_of_xftfont): Fix typo.
11582
11583 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11584
11585 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11586
11587 * emacs.c (main): Close daemon_pipe on exec.
11588
11589 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11590
11591 * termchar.h (struct tty): New members termcap_term_buffer and
11592 termcap_strings_buffer.
11593
11594 * term.c (encode_terminal_code): Free any previous memory blocks
11595 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11596 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11597 All callers changed.
11598 (init_tty): Store termcap data and string buffers in new struct
11599 tty members termcap_term_buffer and termcap_strings_buffer.
11600 (delete_tty): Free them.
11601 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11602
11603 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11604
11605 * nsfns.m (ns_set_background_color): Remove code duplication.
11606 It was a substitute for face-transparency on OS X 10.3.
11607
11608 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11609
11610 * coding.c (make_conversion_work_buffer): Disable buffer
11611 modification hooks in the work buffer.
11612
11613 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11614
11615 * process.c (procfs_system_process_attributes): If `nread' has a
11616 negative value, assign zero to it.
11617
11618 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * eval.c (Vdebug_on_error): Doc fix.
11621
11622 2008-12-05 Kenichi Handa <handa@m17n.org>
11623
11624 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11625 second character is a combining character.
11626
11627 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11628
11629 * process.c (procfs_system_process_attributes): Don't use cmd,
11630 cmdsize, and q without initializing them first.
11631
11632 2008-12-04 Jason Rumney <jasonr@gnu.org>
11633
11634 * w32font.c (w32font_draw): Initialize orig_clip before getting
11635 it, and delete it when finished.
11636
11637 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11638
11639 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11640 case when running as a daemon before detaching.
11641
11642 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11643
11644 * w32.c (init_environment): Don't unload library shell32.dll.
11645
11646 2008-12-03 Kenichi Handa <handa@m17n.org>
11647
11648 * font.c (font_at): Set `multibyte' at first.
11649
11650 * coding.c (decode_coding_charset): Check type of an element of
11651 vector VALIDS.
11652 (encode_coding_emacs_mule): Be sure to set `code'.
11653
11654 * fontset.c (face_for_char): Handle invalid charset property correctly.
11655 (font_for_char): Likewise.
11656
11657 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11658
11659 * font.c (Fopen_font): Compute pixel size correctly.
11660 (font_update_lface): Handle fonts with corrupted size specs,
11661 i.e. non-int and non-float.
11662
11663 * ftfont.c (ftfont_match): Initialize entity variable.
11664 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11665 (ftfont_list_family): Initialize list var earlier.
11666
11667 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11668
11669 * xterm.c (x_draw_glyph_string): Fall back on
11670 underline_minimum_offset for underline position.
11671
11672 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11673
11674 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11675
11676 * character.c (c_string_width): Specify the type for LEN.
11677
11678 2008-12-03 Kenichi Handa <handa@m17n.org>
11679
11680 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11681 (decode_coding_utf_8): Likewise.
11682 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11683 (produce_chars): Initialize consumed_chars to 0.
11684
11685 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11686
11687 * keyboard.c (make_lispy_position): Only use PT if the selected
11688 window is current.
11689
11690 2008-12-02 Andreas Schwab <schwab@suse.de>
11691
11692 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11693
11694 * doprnt.c (doprnt1): Fix size of charbuf.
11695
11696 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * keyboard.c (timer_check): Revert last change.
11699
11700 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11703
11704 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11705
11706 * makefile.w32-in: Update dependencies.
11707 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11708
11709 2008-12-01 Andreas Schwab <schwab@suse.de>
11710
11711 * font.c (register_font_driver): Use xmalloc.
11712 (font_put_frame_data): Likewise.
11713
11714 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * xfaces.c (realize_x_face): Make abort condition clearer.
11717
11718 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11719
11720 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11721
11722 * keyboard.c (timer_check): After a timer runs, ensure that the
11723 selected window's buffer is current.
11724
11725 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11728 It was accidentally restored by the Unicode merge.
11729
11730 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11731
11732 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * w32proc.c: Include "coding.h".
11735 (Fw32_short_file_name): Encode filename passed to Windows API.
11736 (Fw32_long_file_name): Encode filename passed to Windows API and
11737 decode back the result. (Bug#1433)
11738
11739 2008-11-29 Kenichi Handa <handa@m17n.org>
11740
11741 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11742 not before accessing it.
11743
11744 * charset.c (Fdefine_charset_internal): After calculating
11745 min_char, max_char, and fastmap, copy the charset structure again.
11746 (encode_char): Fix the previous change.
11747
11748 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11749
11750 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11751
11752 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11753
11754 * nsterm.m (x_set_frame_alpha): New function.
11755
11756 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11757
11758 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11759
11760 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11761
11762 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11763 pointer to check_face_name.
11764
11765 2008-11-27 Kenichi Handa <handa@m17n.org>
11766
11767 * category.h (SET_CATEGORY_SET): Call set_category_set.
11768 (set_category_set): Extern it.
11769
11770 * category.c (hash_get_category_set): New function.
11771 (Fmodify_category_entry): Adjusted for the change of
11772 char_table_ref_and_range. Call hash_get_category_set to get a
11773 category set to store in the table.
11774
11775 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11776 Funify_charset.
11777
11778 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11779 (DECODE_CHAR): Check if the decoder vector is ready.
11780 (ENCODE_CHAR): Check if the encoder char-table is ready.
11781 (maybe_unify_char): Extern it.
11782
11783 * charset.c (Vchar_unified_charset_table): Delete it.
11784 (inhibit_load_charset_map): New variable.
11785 (temp_charset_work): New variable.
11786 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11787 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11788 New macros.
11789 (load_charset_map): Meaning of control_flag changed. If
11790 inhibit_load_charset_map is nonzero, setup a table in
11791 temp_charset_work.
11792 (load_charset): New argument control_flag.
11793 (map_charset_for_dump): New function.
11794 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11795 map_charset_for_dump.
11796 (Fdefine_charset_internal): If the charset method is MAP, load
11797 mapping tables by calling load_charset.
11798 (Funify_charset): Don't load a mapping table but directly set
11799 Vchar_unify_table.
11800 (maybe_unify_char): New function.
11801 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11802 Handle the case of inhibit_load_charset_map being nonzero.
11803 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11804 Handle the case of inhibit_load_charset_map being nonzero.
11805 (Fclear_charset_maps): Just free temp_charset_work.
11806 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11807 variable.
11808
11809 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11810 change of char_table_ref_and_range.
11811 (char_table_ref_and_range): Change the meaning of argument FROM
11812 and TO. Now the caller must provide initial values for *FROM
11813 and *TO.
11814
11815 * fontset.c (fontset_add): Adjusted for the change of
11816 char_table_ref_and_range.
11817 (fontset_get_font_group): Likewise.
11818 (Ffontset_info): Likewise.
11819
11820 * keymap.c (describe_vector): Adjusted for the change of
11821 char_table_ref_and_range. For char-table, put boundary between
11822 non-ASCII and 8-bit characters.
11823
11824 * print.c (print_object): For bool-vector, delete unnecessary
11825 check of ASCII_BYTE_P.
11826
11827 2008-11-26 Jason Rumney <jasonr@gnu.org>
11828
11829 * w32font.c (w32font_open_internal): Don't include external
11830 leading in font height. (Bug#879)
11831
11832 2008-11-26 Glenn Morris <rgm@gnu.org>
11833
11834 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11835 redefinition with ifdef. (Bug#1383)
11836
11837 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11838
11839 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11840
11841 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11842
11843 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11844 New EmacsView methods.
11845 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11846 Fixes bug #1048,1357,1414.
11847
11848 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11849
11850 Fix bug #1362.
11851 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11852 is not an indexed color.
11853 * nsterm.m (free_indexed_color): Add argument checking.
11854 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11855
11856 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11857
11858 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11859 Document confirm-after-completion value for
11860 minibuffer-completion-confirm.
11861
11862 2008-11-24 Jason Rumney <jasonr@gnu.org>
11863
11864 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11865 warning.
11866
11867 2008-11-23 Jason Rumney <jasonr@gnu.org>
11868
11869 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11870 restored before returning.
11871
11872 * w32font.c (check_face_name): New function.
11873 (add_font_entity_to_list): Use it to filter out common substituted
11874 fonts. (Bug#642)
11875
11876 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11877
11878 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11879 confirm-nonexistent-file-or-buffer in doc-string.
11880
11881 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11884 Fix copy/paste typo. Add checks.
11885
11886 2008-11-21 Kenichi Handa <handa@m17n.org>
11887
11888 * coding.c (detect_coding_iso_2022): Reject invalid composition
11889 sequence.
11890 (DECODE_COMPOSITION_START): If the current source is the last
11891 block, and the current composition doesn't end, regard this
11892 sequence as invalid.
11893 (decode_coding_iso_2022): Handle invalid composition sequence.
11894
11895 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11896
11897 * window.c (coordinates_in_window): Don't return
11898 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11899 line when the window is not the rightmost one. (Bug#1372)
11900
11901 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11902
11903 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11904
11905 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11906
11907 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11908 and bright_bg if noninteractive is non-zero.
11909
11910 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11911
11912 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11913 x_draw_glyph_string_background.
11914
11915 * w32term.c (x_draw_glyph_string): Likewise.
11916
11917 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11918
11919 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11920 the next glyph string once past the overhang width.
11921
11922 * nsterm.m (ns_draw_glyph_string): Likewise.
11923
11924 * w32term.c (x_draw_glyph_string): Likewise.
11925
11926 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11927
11928 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11929 double file close.
11930
11931 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11932
11933 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11934 dedicated status of window before attempting to display another
11935 buffer in it.
11936
11937 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11938
11939 * msdos.c (Fmsdos_long_file_names):
11940 (syms_of_msdos) <dos-unsupported-char-glyph>:
11941 * dosfns.c (Fint86): Fix typos in docstrings.
11942
11943 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11944
11945 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11946
11947 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11948
11949 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11950
11951 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11952
11953 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11954
11955 * frame.h: Negative alpha means "don't touch".
11956
11957 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11958
11959 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11960
11961 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11962
11963 * hftctl.c:
11964 * chpdef.h:
11965 * acldef.h: Remove files used only for systems no longer supported.
11966
11967 * Makefile.in: Fix .o alphabetical ordering.
11968 (hftctl.o): Remove dependency, file removed.
11969 (keymap.o, print.o): Depend on charset.h.
11970
11971 2008-11-10 Kenichi Handa <handa@m17n.org>
11972
11973 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11974
11975 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * dired.c (file_name_completion): If completion_ignore_case is
11978 enabled, ignore case when checking completion-regexp-list.
11979
11980 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11981
11982 * vm-limit.c (get_lim_data): Fix last change.
11983
11984 2008-11-08 Kenichi Handa <handa@m17n.org>
11985
11986 * character.c (Fget_byte): New function.
11987 (syms_of_character): Defsubr Fget_byte.
11988
11989 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11990
11991 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11992 cursor position is valid after scrolling.
11993
11994 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11997
11998 2008-11-06 Glenn Morris <rgm@gnu.org>
11999
12000 * xterm.c (handle_one_xevent): Don't let popup menus cause
12001 mouse-autoselect-window related window switching. (Bug#1261)
12002
12003 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
12004
12005 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
12006
12007 2008-11-04 Andreas Schwab <schwab@suse.de>
12008
12009 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
12010
12011 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * xfns.c (Fx_wm_set_size_hint): New function.
12014
12015 2008-11-03 Martin Rudalics <rudalics@gmx.at>
12016
12017 * textprop.c (Fprevious_single_char_property_change): Return 0
12018 when there's no change in a string. (Bug#1301)
12019
12020 2008-11-02 Martin Rudalics <rudalics@gmx.at>
12021
12022 * frame.c (do_switch_frame): New argument NORECORD passed to
12023 Fselect_window.
12024 (Fselect_frame): New argument NORECORD passed to
12025 do_switch_frame.
12026 (Fset_frame_selected_window): New argument NORECORD passed to
12027 Fselect_frame.
12028 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
12029 in call of do_switch_frame.
12030 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
12031 Handle NORECORD argument in call of Fselect_frame.
12032 * lisp.h (do_switch_frame, Fselect_frame)
12033 (Fset_frame_selected_window): Adjust declarations.
12034 * window.c (select_frame_norecord): New function.
12035 (run_window_configuration_change_hook): Use it and call
12036 Fselect_frame with NORECORD set.
12037 (Fselect_window): Pass NORECORD to Fselect_frame.
12038 (Fset_window_configuration): Handle NORECORD argument in call of
12039 do_switch_frame.
12040 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
12041 Fset_frame_selected_window.
12042 * keyboard.c (command_loop_1): Handle NORECORD in call of
12043 Fselect_frame (currently ifdefd).
12044
12045 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
12046
12047 * emacs.c (USAGE2): Untabify.
12048
12049 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * composite.c (fill_gstring_header): Fix copy/paste typo.
12052
12053 2008-10-31 Martin Rudalics <rudalics@gmx.at>
12054
12055 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
12056 (Fother_window): Rename argument and rewrite doc-string.
12057 (select_window_norecord): Fix return value. (Bug#1276)
12058
12059 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
12060
12061 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
12062 new frames overriding foreground for tooltips. Based on similar patch
12063 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
12064
12065 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
12066
12067 * emacs.c (Fdaemon_initialized): Initialize nfd.
12068
12069 2008-10-29 Martin Rudalics <rudalics@gmx.at>
12070
12071 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
12072 (Fwindow_text_height): Clarify doc-strings.
12073 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
12074 doc-string of window-scroll-functions.
12075
12076 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12077
12078 * category.c (syms_of_category): Fix typo in docstring.
12079
12080 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
12083 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
12084 Fix typos in docstrings.
12085
12086 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
12087
12088 * emacs.c (daemon_pipe): Make non-static.
12089 (IS_DAEMON): Move definition ...
12090 * lisp.h (IS_DAEMON): ... here.
12091 (daemon_pipe): Declare.
12092 (is_daemon): Remove.
12093 * dispnew.c (init_display): Use IS_DAEMON.
12094
12095 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
12098 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
12099
12100 * emacs.c (is_daemon): Remove.
12101 (main): Don't set is_daemon.
12102 (IS_DAEMON): New macro.
12103 (Fdaemonp, Fdaemon_initialized): Use it.
12104 (Fdaemon_initialized): Write a char into the pipe to make sure the
12105 parent exits.
12106 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
12107
12108 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
12111 over-sized glyph, draw it with the default glyph width.
12112
12113 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12114 glyph, draw it with the default glyph width.
12115
12116 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12117 glyph, draw it with the default glyph width.
12118
12119 * xdisp.c (try_scrolling): When computing the distance from the
12120 scroll margin to PT, try moving some distance past the window
12121 bottom before giving up.
12122
12123 2008-10-27 Martin Rudalics <rudalics@gmx.at>
12124
12125 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
12126 (Fset_window_buffer): Explain in doc-string that a window can be
12127 "strongly" dedicated to its buffer.
12128
12129 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
12130
12131 * emacs.c (daemon_name): New variable.
12132 (main): Deal with --daemon=SERVER_NAME.
12133 (Fdaemonp): Return a name if one was passed to --daemon.
12134
12135 2008-10-26 Romain Francoise <romain@orebokech.com>
12136
12137 * emacs.c (daemon_pipe): New variable.
12138 (main): Create a pipe before forking, make the parent exit only after
12139 the child has closed its end of the pipe. Move closing the
12140 descriptors ...
12141 (Fdaemon_initialized): ... here. New function.
12142
12143 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
12146 the previous unoptimized table.
12147
12148 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
12149 the distinction between non-nil and non-t value of `dedicated'.
12150
12151 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
12152
12153 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
12154 read_char_minibuf_menu_text is large enough to hold the menu string.
12155
12156 2008-10-25 Martin Rudalics <rudalics@gmx.at>
12157
12158 * window.c (Fget_buffer_window, Fdelete_windows_on)
12159 (Freplace_buffer_in_windows): Make buffer argument optional and
12160 rename to buffer_or_name.
12161
12162 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
12163
12164 * xdisp.c (handle_single_display_spec, handle_display_prop):
12165 Undo 2005-05-16 change.
12166 (handle_stop): Pop iterator if it's loaded with an empty string.
12167 (get_overlay_strings_1): Don't save iterator if it's loaded with
12168 an empty string (bug#1201).
12169
12170 2008-10-24 Kenichi Handa <handa@m17n.org>
12171
12172 * ftfont.c (ftfont_otf_features): Fix previous change.
12173 (ftfont_otf_capability): Check FeatureList.FeatureCount before
12174 calling ftfont_otf_features.
12175
12176 2008-10-24 Kenichi Handa <handa@m17n.org>
12177
12178 * font.c (font_match_p): Fix for the case that a vector of
12179 characters is in script-representative-chars.
12180
12181 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * dbusbind.c (xd_in_read_queued_messages): New variable.
12184 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
12185 (xd_read_queued_messages): Catch Qdbus_error from the macros.
12186 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
12187 macro. (Bug#1186)
12188
12189 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
12190
12191 * s/sol2-10.h: New file.
12192
12193 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * xdisp.c (fill_glyph_string): Fix typo in source (though the
12196 poor beast has survived 9+ years and the jump from xterm.c!).
12197
12198 2008-10-23 Martin Rudalics <rudalics@gmx.at>
12199
12200 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12201 Reword doc-string.
12202 (Fbury_buffer): In doc-string say what happens to the buffer's window.
12203
12204 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * character.c (syms_of_character) <script-representative-chars>:
12207 <unicode-category-table>: Doc fixes.
12208
12209 2008-10-23 Noah Friedman <friedman@splode.com>
12210
12211 * coding.c (make_conversion_work_buffer): Check that
12212 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12213 Fget_buffer_create.
12214
12215 2008-10-23 Kenichi Handa <handa@m17n.org>
12216
12217 * font.c (font_add_log): Check the values of extra properties.
12218
12219 2008-10-22 Martin Rudalics <rudalics@gmx.at>
12220
12221 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12222 Reword doc-string.
12223 (Fset_window_parameter): Use NILP.
12224 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12225 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12226
12227 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12228
12229 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12230
12231 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12232
12233 * nsfns.m (ns_appkit_version): New function.
12234 (x-server-version): Use it.
12235 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12236 (x-server-vendor): Don't check_ns().
12237
12238 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12239
12240 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12241
12242 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12243 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12244
12245 2008-10-22 Kenichi Handa <handa@m17n.org>
12246
12247 * syntax.c (scan_words): Call word_boundary_p instead of comparing
12248 scripts.
12249
12250 * category.c (word_boundary_p): Check scripts instead of charset.
12251 Handle nil value in word-separating-categories and
12252 word-combining-categories.
12253 (syms_of_category): Fix docstrings of word-separating-categories
12254 and word-combining-categories.
12255
12256 2008-10-21 Eli Zaretskii <eliz@gnu.org>
12257
12258 * coding.c (Fencode_coding_region, Fdecode_coding_region)
12259 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12260
12261 2008-10-21 Martin Rudalics <rudalics@gmx.at>
12262
12263 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12264 Rename arg "buffer" to "buffer_or_name".
12265 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12266 it optional.
12267 (no_switch_window): Remove since the return value is not used.
12268 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12269 Consider window as dedicated when Fwindow_dedicated_p returns a
12270 non-nil value.
12271 * lisp.h: Remove prototype for no_switch_window.
12272
12273 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
12274
12275 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12276 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12277
12278 2008-10-21 Kenichi Handa <handa@m17n.org>
12279
12280 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12281 check Vlatin_extra_code_table.
12282
12283 2008-10-20 Eli Zaretskii <eliz@gnu.org>
12284
12285 * fileio.c (Fset_file_modes): Doc fix.
12286
12287 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
12288
12289 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12290 in arrays.
12291
12292 2008-10-19 Martin Rudalics <rudalics@gmx.at>
12293
12294 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12295 Mention kill-buffer in doc-string.
12296 (Fset_window_buffer): Reinsert tem check removed in last commit.
12297 (Fenlarge_window, Fshrink_window): Have argument names and
12298 doc-string follow Elisp manual more closely.
12299
12300 2008-10-18 Eli Zaretskii <eliz@gnu.org>
12301
12302 * fileio.c (Fset_file_modes): Doc fix.
12303
12304 2008-10-18 Martin Rudalics <rudalics@gmx.at>
12305
12306 * window.c (Fwindow_width, Fset_window_start)
12307 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12308 (Fdelete_windows_on, Freplace_buffer_in_windows):
12309 Make doc-strings follow code and Elisp manual more closely.
12310 (Fwindow_dedicated_p): Make window argument optional.
12311 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12312 (Fset_window_buffer): Respect any non-nil dedicated value for
12313 window. Rename "buffer" argument to "buffer_or_name".
12314
12315 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
12316
12317 * m/sh3.h: New file, machine description for SuperH.
12318
12319 2008-10-17 Martin Rudalics <rudalics@gmx.at>
12320
12321 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12322
12323 2008-10-17 Kenichi Handa <handa@m17n.org>
12324
12325 * ftfont.c (ftfont_otf_features): Fix indexing
12326 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12327
12328 2008-10-16 Magnus Henoch <mange@freemail.hu>
12329
12330 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12331 (Fdbus_call_method_asynchronously): Ditto.
12332 This change makes C-h f display the argument list.
12333
12334 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
12335
12336 * fileio.c (Fexpand_file_name): Doc fix.
12337
12338 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12339 of :foreground and :background equivalent to unspecified (20.x
12340 compatibility).
12341
12342 2008-10-15 Eli Zaretskii <eliz@gnu.org>
12343
12344 * buffer.c (syms_of_buffer): Doc fix.
12345
12346 2008-10-14 Kenichi Handa <handa@m17n.org>
12347
12348 * font.c (font_clear_prop): When clearing font width, clear the
12349 average width field too.
12350
12351 2008-10-12 Andreas Schwab <schwab@suse.de>
12352
12353 * ftfont.c (ftfont_shape_by_flt): Make static.
12354 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12355
12356 * font.c: Don't include <m17n-flt.h>.
12357
12358 2008-10-10 Eli Zaretskii <eliz@gnu.org>
12359
12360 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12361
12362 2008-10-09 Eli Zaretskii <eliz@gnu.org>
12363
12364 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12365 away code.
12366
12367 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
12368
12369 * dispnew.c (update_text_area): Avoid looping due to large glyph
12370 overhangs (bug#1070).
12371
12372 2008-10-09 Kenichi Handa <handa@m17n.org>
12373
12374 * fontset.c (face_for_char): If face->fontset is negative, just
12375 return ascii_face.
12376
12377 * font.c (font_delete_unmatched): Fix previous change.
12378 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12379
12380 2008-10-09 Martin Rudalics <rudalics@gmx.at>
12381
12382 * frame.c (Fraise_frame): On text-only terminals select frame in
12383 order to make it visible. (Bug#1061)
12384
12385 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * fontset.c (fontset_find_font): Check frame validity.
12388
12389 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
12390
12391 * gtkutil.c (xg_display_open): Reset default display if none exists.
12392 (xg_display_close): Allow Emacs to close all displays (bug#985).
12393
12394 2008-10-06 Andreas Schwab <schwab@suse.de>
12395
12396 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12397
12398 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
12399
12400 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12401
12402 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12403
12404 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12405 during initialization.
12406
12407 2008-10-04 Eli Zaretskii <eliz@gnu.org>
12408
12409 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12410 whole thing on MSDOS frames as well as on a TTY.
12411
12412 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12413 well as for TTY.
12414 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12415 well as on a TTY.
12416
12417 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12418 as well as for TTY.
12419
12420 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12421
12422 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12423 MSDOS frames as well.
12424
12425 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12426
12427 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12428 correct arguments.
12429 * menu.c (find_and_return_menu_selection): Add cast.
12430
12431 2008-10-03 Glenn Morris <rgm@gnu.org>
12432
12433 * emacs.c (USAGE1): Add --daemon.
12434
12435 2008-10-02 Eli Zaretskii <eliz@gnu.org>
12436
12437 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12438 100, so it's in percents as advertised.
12439
12440 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12441
12442 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12443 (ns_output.current_cursor, ns_output.desired_cursor)
12444 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12445 (FRAME_NEW_CURSOR_COLOR): Remove.
12446
12447 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12448 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12449 enumeration (HOLLOW_BOX_CURSOR, etc.).
12450
12451 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12452 (draw_window_cursor): Simplify code.
12453 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12454 Don't change cursor type. In latter, call rehighlight instead of doing
12455 updates manually.
12456 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12457 Use core Emacs cursor types.
12458
12459 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12460
12461 2008-10-02 Martin Rudalics <rudalics@gmx.at>
12462
12463 * process.c (Faccept_process_output): Fix doc-string.
12464
12465 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12466
12467 * gmalloc.c (__sbrk): Also define for uClibc.
12468
12469 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12470 for uClibc.
12471
12472 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12473
12474 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12475 styles.
12476 (nsfont_open): Reenable the cache.
12477
12478 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12479
12480 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12481 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12482
12483 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12484
12485 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12486 a suspended terminal.
12487
12488 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
12489
12490 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12491
12492 2008-09-30 Eli Zaretskii <eliz@gnu.org>
12493
12494 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12495
12496 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12497
12498 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12499 in a continued line coincides with a line beginning.
12500
12501 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12502
12503 * nsfont.m (nsfont_trait_distance): Fix bug.
12504 (nsfont_list): Return a list rather than a vector (syncs with Handa
12505 changes of 2008-05-14).
12506 (nsfont_open): Improve logging.
12507
12508 2008-09-29 Andreas Schwab <schwab@suse.de>
12509
12510 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12511
12512 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12513
12514 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12515 name as char-resolve-modifiers.
12516 Reported by: Markus Triska <markus.triska@gmx.at>
12517
12518 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12519
12520 * dispnew.c (init_display): Return earlier when running as a daemon.
12521
12522 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12523
12524 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12525
12526 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12527
12528 * composite.c (Fcomposition_get_gstring)
12529 (Fcompose_region_internal, Fcompose_string_internal)
12530 (Ffind_composition_internal): Doc fix.
12531 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12532 (syms_of_composite) <auto-composition-function>: Doc fix.
12533 (syms_of_composite) <composition-function-table>: Doc fix.
12534
12535 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12536
12537 * search.c (wordify): New argument for lax word-ends.
12538 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12539
12540 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12541
12542 * lisp.h (is_daemon): Declare.
12543 * dispnew.c (init_display): Do not try to initialize the terminal
12544 when running as a daemon.
12545
12546 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12549 x_display_pixel_height.
12550
12551 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12552
12553 * undo.c (record_point): Don't call Fundo_boundary for first
12554 change. (Bug#731)
12555
12556 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * emacs.c (Fdaemonp): Doc fix.
12559
12560 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12561
12562 * emacs.c (main): Place #ifdef in the proper place.
12563
12564 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12565
12566 * emacs.c (standard_args): Add --daemon.
12567 (main): Disconnect from the terminal when --daemon is passed.
12568 (is_daemon): New variable.
12569 (Fdaemonp): New function.
12570 (syms_of_emacs): Defsubr it.
12571
12572 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12573
12574 * xdisp.c (get_next_display_element): Handle string display
12575 correctly when checking for the end of a box run.
12576
12577 2008-09-20 Glenn Morris <rgm@gnu.org>
12578
12579 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12580 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12581 (Frename_file): Avoid copying to trash if a rename involves
12582 a delete. (Bug#964).
12583
12584 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12585
12586 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12587 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12588 frames as well as termcap frames.
12589 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12590 get_named_tty.
12591
12592 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12593
12594 * process.c (procfs_system_process_attributes): Fix cmdline in
12595 case /proc/PID/cmdline is empty.
12596
12597 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12598 x_display_pixel_height.
12599
12600 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12601
12602 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12603
12604 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12605 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12606
12607 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12608
12609 * dispextern.h (struct it): Move line_wrap away from the middle of
12610 bitfields. Move voffset in struct iterator_stack_entry after the
12611 bitfields. Move tab_width near after another short.
12612
12613 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12614
12615 * frame.h (struct frame): Move alpha from the middle of bitfields.
12616
12617 * window.h (struct window): Move frozen_window_start_p after the
12618 rest of the bitfields to reduce padding.
12619
12620 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12621
12622 * xterm.h (x_display_info): Remove `height' and `width' members.
12623
12624 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12625
12626 * w32term.h (w32_display_info): Remove `height', `width',
12627 `height_in', and `width_in' members.
12628
12629 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12630 New functions.
12631 (x_calc_absolute_position): Use them.
12632 (x_term_init): Omit removed `height' and `width' members.
12633
12634 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12635 New functions.
12636 (w32_read_socket, x_calc_absolute_position): Use them.
12637 (w32_initialize_display_info, w32_term_init): Omit removed members
12638 of w32_display_info.
12639
12640 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12641 New functions.
12642 (ns_initialize_display_info): Omit removed members of ns_display_info.
12643
12644 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12645 New functions.
12646 (x_calc_absolute_position): Use them.
12647 (x_term_init): Omit removed `height' and `width' members.
12648
12649 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12650 (compute_tip_xy):
12651 * frame.c (x_fullscreen_adjust):
12652 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12653 x_display_pixel_width.
12654
12655 2008-09-18 Kenichi Handa <handa@m17n.org>
12656
12657 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12658 (composition_compute_stop_pos): Fix handling of static composition.
12659 (Fcomposition_get_gstring): Check FROM and TO at first.
12660
12661 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12664 mixup (YAILOM).
12665
12666 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12667
12668 * indent.c (Fvertical_motion): Use position reported by iterator
12669 instead of PT for determining screen motion (bug#943).
12670
12671 2008-09-17 Romain Francoise <romain@orebokech.com>
12672
12673 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12674
12675 2008-09-17 Kenichi Handa <handa@m17n.org>
12676
12677 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12678
12679 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12680 if necessary.
12681
12682 2008-09-16 Kenichi Handa <handa@m17n.org>
12683
12684 * coding.c (make_conversion_work_buffer): Avoid calling
12685 Fget_buffer_create if it is not necessary.
12686
12687 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12688
12689 * window.c (Fselect_window): Don't update window_select_count and
12690 use_time when norecord is not nil.
12691
12692 2008-09-14 Kenichi Handa <handa@m17n.org>
12693
12694 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12695 specpdl_ptr.
12696
12697 2008-09-12 Kenichi Handa <handa@m17n.org>
12698
12699 * indent.c (scan_for_column): Don't handle automatic composition
12700 if the current buffer is not associated with a window.
12701
12702 * composite.c (composition_reseat_it): If the current buffer is
12703 not associated with a window, ignore the automatic composition.
12704 (find_automatic_composition): Likewise.
12705
12706 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12709 (Fgpm_mouse_stop): Use it.
12710 * termhooks.h (close_gpm): Declare.
12711 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12712 connection if Gpm_GetEvent fails.
12713
12714 * window.c (set_window_buffer): Always preserve current-buffer.
12715
12716 2008-09-12 Glenn Morris <rgm@gnu.org>
12717
12718 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12719
12720 2008-09-11 Glenn Morris <rgm@gnu.org>
12721
12722 * charset.c (charset-map-path): Doc fix.
12723
12724 2008-09-10 Kenichi Handa <handa@m17n.org>
12725
12726 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12727
12728 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12729 compose a grapheme cluster with the preceding base glyph.
12730
12731 * composite.c (composition_compute_stop_pos): Fix previous change.
12732 Reset cmp_it->id to -1 at first.
12733
12734 2008-09-10 Glenn Morris <rgm@gnu.org>
12735
12736 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12737
12738 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * keyboard.c (read_key_sequence): Reapply translation maps when
12741 switching keyboards.
12742
12743 2008-09-09 Kenichi Handa <handa@m17n.org>
12744
12745 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12746 characters.
12747
12748 * composite.c (FORWARD_CHAR): Fix calculation
12749 of (POSITION).pos_byte.
12750 (composition_compute_stop_pos): Limit the search of composition to
12751 at most 500 characters ahead. If we reach the limit or find a
12752 newline, set cmp_it->ch to -2 and return 0.
12753 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12754
12755 2008-09-08 Kenichi Handa <handa@m17n.org>
12756
12757 * indent.c (Fvertical_motion): Be sure to set
12758 it_overshoot_expected if it.cmp_it.id is non-negative.
12759
12760 2008-09-07 Andreas Schwab <schwab@suse.de>
12761
12762 * callproc.c (Fcall_process): Don't hold references to string data
12763 across garbage collection. Move initialisation of new_argv down
12764 to avoid compiler bug.
12765
12766 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12767
12768 * process.c (Fsystem_process_attributes): Doc fix.
12769
12770 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12771
12772 * callproc.c (Fcall_process): Canonicalize current directory name.
12773
12774 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12775 iterator advances to the next line if the current line ends in a
12776 continued tab.
12777
12778 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12779
12780 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12781 member to point to cmp_from.
12782
12783 * xdisp.c: Doc fix for references to gidx data member.
12784
12785 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12788
12789 2008-09-07 Kenichi Handa <handa@m17n.org>
12790
12791 * composite.c (FORWARD_CHAR): Check STOP after
12792 incrementing (POSITION).pos.
12793
12794 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12795
12796 * process.c (Fsystem_process_attributes): Doc fix.
12797
12798 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * keyboard.c (Ftop_level): Doc fix.
12801
12802 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12803
12804 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12805 minibuffer, don't let lower part of menu invade the echo area.
12806
12807 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12808 "char *q" to access menu text and advance through it. Revert the
12809 change that displayed ">" instead of ASCII character 0x10.
12810
12811 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12812
12813 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12814 toggle boxes and radio buttons on MS-DOS as well.
12815
12816 2008-09-05 Kenichi Handa <handa@m17n.org>
12817
12818 * composite.c (autocmp_chars): Check lookback count.
12819 (composition_compute_stop_pos): Set cmp_it->lookback.
12820 (composition_reseat_it): Check lookback count.
12821 (struct position_record): New struct.
12822 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12823 (find_automatic_composition): New function.
12824 (composition_adjust_point): Use find_automatic_composition.
12825
12826 * dispextern.h (struct composition_it): New member lookback.
12827
12828 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12829
12830 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12831 if moving by a single line.
12832
12833 2008-09-02 Andreas Schwab <schwab@suse.de>
12834
12835 * xterm.c (x_delete_display): Fix merge error.
12836
12837 * fileio.c (Fexpand_file_name): Remove unused variables.
12838
12839 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12840
12841 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12842 storage on all platforms, not just on DOS_NT.
12843
12844 2008-09-02 Jason Rumney <jasonr@gnu.org>
12845
12846 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12847 Ensure mouse is not grabbed after menu is finished.
12848
12849 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * xfaces.c (Finternal_set_alternative_font_family_alist)
12852 (Finternal_set_alternative_font_registry_alist): Properly copy
12853 entire alist structure.
12854
12855 2008-09-01 Kenichi Handa <handa@m17n.org>
12856
12857 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12858 representative chars of the script is a vector.
12859 (ftfont_list): Handle the case where the representative chars of
12860 the script is a vector.
12861
12862 * character.c (syms_of_character): Docstring of
12863 script-representative-chars fixed.
12864
12865 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12866
12867 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12868 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12869 the menu. Allocate larger buffer for `text', to account for
12870 possible ^C characters.
12871
12872 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12873
12874 * xdisp.c (prepare_menu_bars): Don't call
12875 Vwindow_size_change_functions with arg Qt.
12876
12877 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * font.h (font_range):
12880 * fileio.c (report_file_error):
12881 * composite.c (composition_update_it): Yet another int/Lisp_Object
12882 mixup (YAILOM).
12883
12884 2008-08-30 Glenn Morris <rgm@gnu.org>
12885
12886 * data.c (Fmake_variable_frame_local): Doc fix.
12887
12888 * frame.c (Fmodify_frame_parameters): Doc fix.
12889
12890 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12891
12892 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12893 needed by GetTokenInformation.
12894 (w32_system_process_attributes): Check return values of all system
12895 APIs.
12896
12897 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12898 only when the state changes.
12899 (IT_update_begin, IT_update_end): Add termscript trace.
12900
12901 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12902 clipboard is unavailable. Set dst to NULL if it doesn't point to
12903 malloc'ed data.
12904 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12905 passing random values to xfree.
12906
12907 * dispnew.c (init_display): Set `tty's association in frame's
12908 parameters alist to the name of the terminal device, if that is known.
12909
12910 2008-08-29 Jason Rumney <jasonr@gnu.org>
12911
12912 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12913
12914 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12915
12916 * composite.c (fill_gstring_body): Avoid compiler warnings.
12917
12918 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12919 LGLYPH_SET_CODE to avoid compiler warnings.
12920
12921 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12922
12923 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12924
12925 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12926 LGLYPH_SET_CODE.
12927
12928 2008-08-29 Kenichi Handa <handa@m17n.org>
12929
12930 * fileio.c (report_file_error): Don't downcase the first character
12931 of errstring if it is still unibyte.
12932
12933 2008-08-29 Kenichi Handa <handa@m17n.org>
12934
12935 These changes are to re-implement the automatic composition so
12936 that it doesn't use text properties.
12937
12938 * Makefile.in (ftfont.o): Depend on composite.h.
12939 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12940
12941 * character.h (Vunicode_category_table): Extern it.
12942
12943 * character.c (Vunicode_category_table): New variable.
12944 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12945
12946 * chartab.c (optimize_sub_char_table): Perform more greedy
12947 optimization.
12948
12949 * composite.h (enum composition_method):
12950 Delete COMPOSITION_WITH_GLYPH_STRING.
12951 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12952 (Vcomposition_function_table): Extern it.
12953 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12954 (composition_gstring_put_cache, composition_gstring_from_id)
12955 (composition_gstring_p, composition_gstring_width)
12956 (composition_compute_stop_pos, composition_reseat_it)
12957 (composition_update_it, composition_adjust_point): Extern them.
12958 (Fcomposition_get_gstring): EXFUN it.
12959
12960 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12961 (Vcomposition_function_table)
12962 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12963 (gstring_hash_table, gstring_work, gstring_work_headers):
12964 New variables.
12965 (gstring_lookup_cache, composition_gstring_put_cache)
12966 (composition_gstring_from_id, composition_gstring_p)
12967 (composition_gstring_width, fill_gstring_header)
12968 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12969 (composition_reseat_it, composition_update_it)
12970 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12971 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12972 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12973 Defsubr composition_get_gstring.
12974
12975 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12976 cmp_id.
12977 (struct glyph_string): Delete the member gidx. New members
12978 cmp_id, cmp_from, and cmp_to.
12979 (enum it_method): Delete GET_FROM_COMPOSITION.
12980 (struct composition_it): New struct.
12981 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12982 Delete c, len, cmp_id, cmp_len in u.comp.
12983
12984 * font.h (enum lgstring_indices): Delete it.
12985 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12986 (enum lglyph_indices): Likewise.
12987 (font_range): Adjust extern.
12988 (font_fill_lglyph_metrics): Extern it.
12989
12990 * font.c (QCf): New variable.
12991 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12992 (font_prepare_composition): Delete this function.
12993 (font_range): Type and arguments changed.
12994 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12995 (font_fill_lglyph_metrics): New function.
12996 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12997 (syms_of_font): DEFSYM QCf. Delete defsubr for
12998 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12999 Defsubr Sfont_shape_gstring.
13000
13001 * fontset.h (font_for_char): Extern it.
13002
13003 * fontset.c (font_for_char): New function.
13004
13005 * ftfont.c: Include composite.h.
13006 (ftfont_resolve_generic_family): Add langset "en" to pattern.
13007 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13008
13009 * indent.c: Include composite.h and dispextern.h.
13010 (check_composition): Delete this function.
13011 (scan_for_column): Handle composition by
13012 composition_compute_stop_pos, composition_reseat_it, and
13013 composition_update_it.
13014 (compute_motion): Likewise.
13015 (Fvertical_motion): Fix checking of composition.
13016
13017 * keyboard.c (adjust_point_for_property): Check composition by
13018 composition_adjust_point.
13019
13020 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
13021 struct glyph_string.
13022
13023 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
13024 (append_composite_glyph): Adjust for the change of struct it and
13025 struct glyph.
13026 (produce_composite_glyph): Likewise.
13027
13028 * w32term.c (x_draw_composite_glyph_string_foreground):
13029 Adjust for the change of struct glyph_string.
13030 (x_draw_glyph_string): Likewise.
13031
13032 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
13033 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13034
13035 * xdisp.c: Include font.h.
13036 (it_props): Delete the entry for Qauto_composed.
13037 (init_iterator): Initialize it->cmp_it.id to -1.
13038 (compute_stop_pos): Call composition_compute_stop_pos.
13039 (face_before_or_after_it_pos): Adjust for the change of struct it.
13040 (handle_auto_composed_prop): Delete it.
13041 (handle_composition_prop): Handle only static composition.
13042 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
13043 from xassert. Initialize it->cmp_it.stop_pos.
13044 (push_it): Adjust for the change of struct it.
13045 (pop_it): Likewise.
13046 (get_next_element): Delete next_element_from_composition.
13047 (CHAR_COMPOSED_P): New macro.
13048 (get_next_display_element): For automatic composition, get a face
13049 from the font in the glyph-string.
13050 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
13051 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
13052 (next_element_from_string): Check if the character at the current
13053 position is composed by CHAR_COMPOSED_P.
13054 (next_element_from_buffer): Likewise.
13055 (next_element_from_composition): Adjust for the change of struct it.
13056 Update it->cmp_it.
13057 (dump_glyph): Adjust for the change of struct glyph.
13058 (fill_composite_glyph_string): Adjust for the change of struct
13059 it and struct glyph. Don't handle automatic composition here.
13060 (fill_gstring_glyph_string): New function.
13061 (x_get_glyph_overhangs): Handle automatic composition.
13062 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
13063 (BUILD_GSTRING_GLYPH_STRING): New macro.
13064 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
13065 automatic composition.
13066 (append_composite_glyph): Adjust for the change of struct it and
13067 struct glyph.
13068 (x_produce_glyphs): Adjust for the change of struct it.
13069
13070 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13071 the change of struct glyph_string.
13072 (x_draw_glyph_string): Likewise.
13073
13074 2008-08-29 Glenn Morris <rgm@gnu.org>
13075
13076 * buffer.c (word-wrap): Doc fix.
13077 * xdisp.c (truncate-partial-width-windows): Doc fix.
13078 Increase default to 50.
13079
13080 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * xdisp.c (update_tool_bar_unwind): New function.
13083 (update_tool_bar): Temporarily set selected frame before building
13084 tool-bar items.
13085
13086 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
13087
13088 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
13089 snprintf, respectively.
13090 (xd_append_arg): Convert strings with Fstring_make_unibyte.
13091
13092 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
13093
13094 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
13095 LDFLAGS to GNUstep CC invocation.
13096
13097 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
13098
13099 * indent.c (Fvertical_motion): Revert last change. Handle the
13100 general case where we are moving forward, and PT spans multiple
13101 screen lines.
13102
13103 * eval.c (find_handler_clause): Temporarily increase
13104 max-lisp-eval-depth while printing the backtrace buffer, to
13105 guarantee that help-mode code can run.
13106
13107 2008-08-27 Eli Zaretskii <eliz@gnu.org>
13108
13109 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
13110 colors under -rv.
13111 (IT_set_frame_parameters): Don't swap foreground and background
13112 colors if `(reverse . t)' is present in the frame properties.
13113 (internal_terminal_init): Call init_frame_faces only for the
13114 initial frame.
13115
13116 2008-08-27 Andreas Schwab <schwab@suse.de>
13117
13118 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
13119
13120 2008-08-27 Andreas Schwab <schwab@suse.de>
13121
13122 * search.c (search_buffer): Set char_base to zero only at the end.
13123
13124 2008-08-27 Kenichi Handa <handa@m17n.org>
13125
13126 * fileio.c (report_file_error): Fix handling of multibyte error string.
13127
13128 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
13129
13130 * xterm.c (x_term_init): Temporarily hide the partially
13131 initialized terminal while calling vendor-specific-keysyms.
13132
13133 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13134
13135 * msdos.c (internal_terminal_init): Most initializations done only
13136 once, especially initial_screen_colors[] and termscript open.
13137
13138 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * eval.c (Fcondition_case): Doc fix.
13141
13142 * widgetprv.h (EmacsFramePart): Change font member to the new font
13143 struct.
13144
13145 * widget.c: Include character.h and font.h for XSETFONT.
13146 (setup_frame_gcs): Compute X font id from font struct, just once.
13147
13148 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13149
13150 * term.c (get_named_tty): Fix last change.
13151
13152 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * indent.c (Fvertical_motion): If moving forward starting from a
13155 multi-line string, move the iterator to the last line of that string.
13156
13157 2008-08-25 Eli Zaretskii <eliz@gnu.org>
13158
13159 * frame.c (do_switch_frame): Mark previously displayed frame as
13160 obscured for FRAME_MSDOS_P frames as well.
13161
13162 2008-08-24 Eli Zaretskii <eliz@gnu.org>
13163
13164 * frame.c (make_terminal_frame): Initialize f->terminal,
13165 f->terminal->reference_count, and scroll bars on MS-DOS as well.
13166 Set the top frame to newly created frame.
13167 (Fmake_terminal_frame): Reuse the_only_display_info.
13168
13169 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
13170 estimating available memory.
13171
13172 2008-08-23 David Reitter <david.reitter@gmail.com>
13173
13174 * nsterm.m (ns_draw_window_cursor): Don't call
13175 NSDisableScreenUpdates and NSEnableScreenUpdates on
13176 non-NS_IMPL_COCOA systems.
13177
13178 2008-08-23 Andreas Schwab <schwab@suse.de>
13179
13180 * process.c (procfs_system_process_attributes): Fix use of
13181 uninitialized variables.
13182
13183 2008-08-23 Eli Zaretskii <eliz@gnu.org>
13184
13185 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
13186
13187 * dispnew.c (init_display): Remove MS-DOS specific conditions for
13188 calling tty-set-up-initial-frame-faces.
13189
13190 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
13191 Allow MSDOS frames along with X frames.
13192
13193 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13194 addition to output_termcap.
13195
13196 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13197
13198 * termchar.h (FRAME_TTY): Support output_msdos_raw.
13199 (struct tty_display_info) [MSDOS]: Add fields related to mouse
13200 highlight.
13201
13202 * process.c [!subprocesses]: Define QCname.
13203 (syms_of_process): Intern and staticpro it.
13204
13205 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
13206 Adjust for changes in encoding/decoding routines.
13207 Use encode_coding_object and decode_coding_object instead of
13208 encode_coding and decode_coding.
13209
13210 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
13211
13212 * dosfns.c: Include frame.h before termhooks.h.
13213 (dos_cleanup): Use CURTTY ()->termscript instead of a global
13214 variable termscript.
13215
13216 * s/msdos.h (USER_FULL_NAME): Define.
13217 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13218
13219 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13220 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13221 pw->pw_gecos.
13222
13223 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13224 SELECTED_FRAME as additional (1st) argument.
13225 (tty_read_avail_input): Handle output_msdos_raw in
13226 addition to output_termcap.
13227
13228 * msdos.c: Include frame.h before termhooks.h.
13229 (mouse_on, mouse_off, mouse_moveto, mouse_init)
13230 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13231 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13232 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13233 (IT_set_terminal_modes, IT_reset_terminal_modes)
13234 (IT_set_frame_parameters): Use tty->termscript instead of a global
13235 variable termscript.
13236 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13237 global variable terminal_coding. Don't refer to
13238 Vnonascii_translation_table.
13239 (internal_terminal_init): Set Vwindow_system in current_kboard.
13240 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
13241 Announce date and time of session start, if termscript is open.
13242 Don't zero out the_only_display_info (it is done in
13243 term.c:init_tty). Open termscript only of not already open.
13244 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
13245 here instead of dos_ttraw. Don't initialize display if this is an
13246 initial tty. Don't set FRAME_FONT.
13247 (Vwindow_system_version): Bump to 23.
13248 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
13249 is available, set up mouse_position_hook.
13250 (dos_ttraw, IT_set_terminal_modes): If called with initial
13251 terminal, do nothing.
13252 (IT_set_frame_parameters): Handle the Qtty_type frame
13253 parameter by calling internal_terminal_init.
13254 (dos_set_window_size, show_mouse_face)
13255 (clear_mouse_face, IT_note_mode_line_highlight)
13256 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13257 (dos_rawgetc): Use tty_display_info instead of x_display_info.
13258 (initialize_msdos_display): New function.
13259 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13260 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13261 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13262 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13263 Accept additional argument: a pointer to a frame. Update all callers.
13264 (request_sigio, unrequest_sigio): Don't define, now defined on
13265 sysdep.c.
13266 (IT_write_glyphs): Rewrite to use encode_terminal_code.
13267
13268 * term.c [MSDOS]: Include msdos.h.
13269 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
13270 conditional to DOS_NT. Allow only one call to this function in a
13271 session. Don't allocate a new struct tty_display_info; instead,
13272 reuse the_only_display_info. Call get_tty_size to get screen
13273 dimensions. Call init_baud_rate to set bad_rate.
13274 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13275 (Fsuspend_tty) [MSDOS]: Don't close input and output.
13276 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13277 (get_tty_terminal, get_named_tty, Ftty_type)
13278 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13279 output_termcap.
13280 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13281 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13282 only when subprocesses are supported.
13283
13284 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13285 f->output_data.x.
13286 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13287 terminal devices.
13288
13289 * msdos.h: Remove definition of struct x_display_info and struct
13290 x_output.
13291 (FRAME_FONT): Use output_data.tty.
13292 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13293 (struct x_display_info): Rename from display_info. Update all users in
13294 msdos.c.
13295 (struct x_output): Remove background_pixel and foreground_pixel.
13296 (the_only_display_info): Rename from the_only_x_display.
13297 (dos_ttraw): Update prototype.
13298
13299 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13300 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13301
13302 2008-08-23 Jason Rumney <jasonr@gnu.org>
13303
13304 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13305 (fn_TIFFSetDirectory): New library function used.
13306 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13307 (tiff_load): Use :index to select among multiple images. Set count
13308 property when multiple images exist.
13309 (gif_format): Use :index, not :image.
13310
13311 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * xdisp.c (try_scrolling): Check INT_MAX instead of
13314 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13315 to obtain INT_MAX.
13316
13317 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13318
13319 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13320
13321 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13322
13323 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13324 GNUstep library location.
13325
13326 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
13327
13328 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13329 before using it.
13330
13331 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13332
13333 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13334
13335 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13336 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13337 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13338 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13339 (EmacsApp-cursor_blink_handler): Remove declaration.
13340 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13341 match 01 Feb 2008 changes in xterm.c.
13342 (ns_read_socket): Add cast to avoid warning.
13343 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13344 GNUstep.
13345
13346 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * xselect.c (x_get_foreign_selection): Return nil if desired
13349 selection could not be obtained, instead of signalling an error.
13350
13351 2008-08-20 David Reitter <david.reitter@gmail.com>
13352
13353 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13354 * nsterm.m: Remove ns-specific code for cursor blinking.
13355 (ns_draw_window_cursor): Clear cursor properly rather than
13356 redrawing the area. Respect width of bar cursors.
13357 These changes enable the use of generic blink-cursor-mode and
13358 generic cursor types in NS and support smooth cursor movements (do
13359 not blink off after command).
13360 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13361 Nextstep, too.
13362
13363 2008-08-19 Kenichi Handa <handa@m17n.org>
13364
13365 * font.c (Vfont_log_deferred): New variable.
13366 (font_add_log): Check Vfont_log_deferred.
13367 (font_deferred_log): New function.
13368
13369 * font.h (font_deferred_log): Extern it.
13370
13371 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13372 for sorting.
13373 (face_for_char): Use deferred log.
13374
13375 2008-08-18 Kenichi Handa <handa@m17n.org>
13376
13377 * fontset.c (face_for_char): Add font log.
13378
13379 * font.c (font_add_log): Add the font properties :script, :lang,
13380 and :otf in the log.
13381
13382 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
13383
13384 * xdisp.c: Remove dead code.
13385 (handle_invisible_prop, next_overlay_string): Defer call to
13386 setup_for_ellipsis.
13387 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13388
13389 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
13390
13391 * xfaces.c (lookup_derived_face): Properly handle possible zero
13392 return value of get_lface_attributes.
13393 (merge_faces): Don't tell lookup_derived_face to signal an error
13394 if face is not found.
13395
13396 * dired.c (Fdirectory_files): Doc fix.
13397
13398 * process.c (make_process): Initialize kill_without_query struct
13399 member.
13400
13401 2008-08-15 Eli Zaretskii <eliz@gnu.org>
13402
13403 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13404 Alternative calculation of totphys for Visual Studio 6.
13405
13406 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13407
13408 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13409 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13410 All users changed.
13411 (stat): Only root directory passed to GetDriveType. Allow RAM
13412 disk as well as local fixed disk when w32-get-true-file-attributes
13413 is set to `local'.
13414 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13415 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13416 (w32_cached_id, w32_add_to_cache): New functions.
13417 (get_name_and_id): Look account names in the cache before calling
13418 lookup_account_sid.
13419 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13420 New initialization flags.
13421 (globals_of_w32): Initialize them to zero.
13422 (w32_system_process_attributes): Use w32_cached_id and
13423 w32_add_to_cache.
13424
13425 2008-08-14 Lawrence Mitchell <wence@gmx.li>
13426
13427 * lread.c (Fread_char, Fread_char_exclusive): If no character
13428 event is read before timeout is reached, return nil, rather than
13429 converting to a number.
13430
13431 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
13432
13433 * fns.c (use_dialog_box): Doc fix.
13434
13435 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13436 on OS X.
13437
13438 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
13439
13440 * frame.c (Qns_parse_geometry): New var.
13441 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13442
13443 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13446 space character in calculating tabs.
13447
13448 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13449
13450 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13451
13452 2008-08-10 Glenn Morris <rgm@gnu.org>
13453
13454 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13455 silence gcc "limited range of data type" warnings in some
13456 make_fixnum_or_float calls.
13457
13458 2008-08-09 Eli Zaretskii <eliz@gnu.org>
13459
13460 * w32.c (w32_system_process_attributes): If the process does not
13461 exist, return nil.
13462
13463 * w32.c: Include thelp32.h, psapi.h and coding.h.
13464 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13465 declarations.
13466 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13467 (Process32Next_Proc): New typedefs.
13468 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13469 (g_b_init_process32_next, g_b_init_open_thread_token)
13470 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13471 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13472 (g_b_init_get_process_working_set_size)
13473 (g_b_init_global_memory_status_ex): New static variables.
13474 (globals_of_w32): Initialize them.
13475 (create_toolhelp32_snapshot, process32_first, process32_next)
13476 (open_thread_token, impersonate_self, revert_to_self)
13477 (get_process_memory_info, get_process_working_set_size)
13478 (global_memory_status, global_memory_status_ex): New wrapper
13479 functions.
13480 (w32_list_system_processes, w32_system_process_attributes)
13481 (enable_privilege, restore_privilege, ltime, process_times):
13482 New functions.
13483 (convert_time_raw): New function.
13484 (convert_time): Remove conversion of FILETIME into time in 100
13485 nsec units, call convert_time_raw instead.
13486
13487 * process.h (w32_list_system_processes, w32_system_process_attributes):
13488 Add prototypes.
13489 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13490 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13491 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13492 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13493
13494 * process.c (Fsystem_process_attributes): Doc fix.
13495
13496 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
13497
13498 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13499 a continued multi-char glyph; if so, advance to the actual glyph.
13500
13501 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13502
13503 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13504
13505 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13506 (.m.o): Use it.
13507 * config.in: Regenerate.
13508
13509 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13510
13511 * xdisp.c (redisplay_window): Revert last change.
13512 (try_window): Check bottom scroll margin too.
13513
13514 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13515
13516 * config.in: Regenerate.
13517
13518 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13519 -list-load-path-shadows'.
13520 (nsgui.h): Reduce number of things depending on it.
13521
13522 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13523
13524 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13525 instead of window-end which does the wrong thing at eob.
13526 (try_cursor_movement): Minor optimization.
13527 (redisplay_window): If scroll margin is defined, don't assume
13528 window doesn't need scrolling.
13529
13530 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13531
13532 * config.in: Regenerate.
13533
13534 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13535 (mostlyclean): Don't delete *.d under NS.
13536
13537 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13538
13539 2008-08-06 Kenichi Handa <handa@m17n.org>
13540
13541 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13542
13543 2008-08-06 Andreas Schwab <schwab@suse.de>
13544
13545 * config.in: Regenerate.
13546
13547 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13548
13549 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13550 forcing a window start.
13551
13552 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13553 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13554
13555 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13556
13557 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13558 argument.
13559
13560 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13561
13562 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13563 <scroll-down-aggressively, before-change-functions>:
13564 <after-change-functions>: Reflow docstrings.
13565
13566 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13567 Ken Raeburn <raeburn@gnu.org>
13568
13569 Dock menu customization, based on a patch by Ken Raeburn, plus some
13570 other fixes.
13571 * nsmenu.m (dockMenu): New variable.
13572 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13573
13574 * nsterm.h (dockMenu): Declare.
13575
13576 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13577 (ns_term_init): Initialize dockMenu.
13578 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13579 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13580 left.
13581
13582 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13583
13584 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13587
13588 * config.in: Regenerate.
13589
13590 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13591
13592 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13593
13594 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13595
13596 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13597
13598 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13599
13600 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13601
13602 * keyboard.h: Comment an #endif.
13603
13604 * lisp.h (have_menus_p): Adjust comment.
13605
13606 * menu.c (find_and_return_menu_selection): Fix comparison with
13607 client_data.
13608
13609 * nsmenu.m (popup_activated_flag): New variable.
13610 (popup_activated): New function.
13611 (menu-or-popup-active-p): New exported lisp definition.
13612 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13613 when popup done.
13614 (ns_popup_dialog): Set popup_activated_flag.
13615
13616 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13617 version for GNUstep (handled by conditional typedef in nsterm.m).
13618 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13619 in rgb.txt).
13620
13621 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13622
13623 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13624
13625 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13626
13627 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13628 shortcircuit if popup_activated like GTK and X toolkit.
13629
13630 * m/inter386.h: Change DARWIN to DARWIN_OS.
13631
13632 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13633 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13634 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13635 comment on NO_SOCK_SIGIO.
13636
13637 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13638
13639 * nsterm.m (windowDidResize): Remove stopModal call.
13640
13641 2008-08-03 Andreas Schwab <schwab@suse.de>
13642
13643 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13644 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13645
13646 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13647
13648 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13649 Don't use uninitialized pointer variable when using getrlimit.
13650
13651 2008-08-02 Jason Rumney <jasonr@gnu.org>
13652
13653 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13654
13655 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13656
13657 * alloc.c (NSTATICS): Bump to 0x640.
13658
13659 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13660
13661 * lisp.h: Add prototype for directory_files_internal.
13662
13663 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13664 New functions.
13665 (syms_of_process): Defsubr them. Add initializations for various
13666 Q* symbols used in procfs_system_process_attributes.
13667 (procfs_list_system_processes, procfs_system_process_attributes)
13668 [HAVE_PROCFS]: New functions.
13669 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13670 (procfs_get_total_memory): New functions.
13671
13672 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * xfaces.c (Fx_load_color_file): Fix previous change;
13675 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13676
13677 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13678
13679 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13680
13681 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13682
13683 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13684
13685 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13686
13687 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13688
13689 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13690 define NSApplicationDelegateReplySuccess.
13691 (EmacsView -converstationIdentifier): Use long instead of
13692 NSInteger for GNUstep, since it doesn't have NSInteger.
13693
13694 * xmenu.c: Revert last change.
13695
13696 * keyboard.h: Fix last change.
13697
13698 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13699
13700 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13701 on Windows.
13702
13703 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13704
13705 Warning clearing and clean-up in NS port.
13706 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13707 Add prototypes.
13708 * nsgui.h (FACE_DEFAULT): Remove, unused.
13709 (XGCValues): Change colors to unsigned long.
13710 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13711 nsterm.m.
13712 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13713 (ns_list_fonts): Remove, unused.
13714 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13715 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13716 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13717 (nsfont_draw): Compare face colors to 0, not nil.
13718 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13719 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13720 (-addSubmenuWithTitle:): Use NSMenuItem class.
13721 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13722 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13723 (ns_clip_to_row): Make gc arg a BOOL.
13724 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13725 ns_clip_to_row() call.
13726 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13727 used). Cast FRAME_FONT assignments.
13728 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13729 (ns_string_to_lispmod): Change arg to const char.
13730 (ns_term_init): Use NSMenuItem class.
13731 (EmacsApp -openFile:): Move to different section of file.
13732 (EmacsApp -application:openFiles:): Don't return a value, call
13733 -replyToOpenOrPrint:.
13734 (EmacsView -keyDown:): Fix up cast.
13735 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13736 (EmacsView -menuDown:): Cast tag in call to
13737 find_and_call_menu_selection().
13738 (ns_list_fonts): Remove, unused.
13739 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13740 (ns_fontname_to_xlfd): Make static.
13741 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13742 Remove prototypes (now in keyboard.h).
13743 (next_menubar_widget_id): Remove, unused.
13744 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13745 Remove prototypes (now in keyboard.h).
13746 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13747
13748 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13749
13750 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13751 (floatfns.o): Depend on syssignal.h.
13752 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13753
13754 * systty.h: Fix previous change that removed BSD_TERMIOS.
13755 Add comments to #ifdefs.
13756
13757 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13758
13759 * w32fns.c (w32-load-color-file): Remove.
13760 (x-open-connection): Use renamed Fx_load_color_file.
13761 * xfaces.c (x-load-color-file): Add.
13762 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13763 Emacs.clr.
13764 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13765
13766 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13767
13768 * dbusbind.c (Fdbus_call_method_asynchronously)
13769 (Fdbus_method_error_internal): New defuns.
13770 (xd_read_message): Handle also reply messages.
13771 (Vdbus_registered_functions_table): Extend docstring.
13772
13773 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * keyboard.c (gobble_input): Fix previous change.
13776
13777 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13778
13779 * bitmaps/README:
13780 * xfns.c:
13781 * termcap.c:
13782 * term.c:
13783 * syswait.h:
13784 * systty.h:
13785 * systime.h:
13786 * syssignal.h:
13787 * sysdep.c:
13788 * process.h:
13789 * process.c:
13790 * print.c:
13791 * ndir.h:
13792 * lread.c:
13793 * keyboard.c:
13794 * getpagesize.h:
13795 * floatfns.c:
13796 * fileio.c:
13797 * emacs.c:
13798 * doc.c:
13799 * dispnew.c:
13800 * dired.c:
13801 * data.c:
13802 * callproc.c:
13803 * buffer.c:
13804 * README:
13805 * Makefile.in:
13806 * s/template.h:
13807 * s/msdos.h:
13808 * m/vax.h: Remove VMS support.
13809 * s/vms.h:
13810 * vlimit.h:
13811 * uaf.h:
13812 * temacs.opt:
13813 * param.h:
13814 * ioctl.h: Remove file.
13815
13816 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13817
13818 * s/ms-w32.h (MULTI_KBOARD): Remove.
13819 * xterm.c:
13820 * xselect.c:
13821 * xfns.c:
13822 * window.c:
13823 * w32term.c:
13824 * w32fns.c:
13825 * terminal.c:
13826 * termhooks.h:
13827 * term.c:
13828 * sysdep.c:
13829 * keyboard.h:
13830 * keyboard.c:
13831 * frame.h:
13832 * frame.c:
13833 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13834 * config.in: Regenerate.
13835
13836 2008-07-30 Jason Rumney <jasonr@gnu.org>
13837
13838 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13839
13840 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13841 (w32font_open_internal): Get unicode version of textmetrics.
13842 Don't enable or disable glyph indices here.
13843 (w32font_open): Disable use of glyph indices.
13844
13845 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13846
13847 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13848
13849 * minibuf.c (Vread_buffer_function): Doc fix.
13850
13851 2008-07-30 John Paul Wallington <jpw@pobox.com>
13852
13853 * minibuf.c (read_buffer_completion_ignore_case): New var.
13854 (Fread_buffer): Use it.
13855
13856 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13857
13858 * systty.h (sensemode): Remove empty #if. Remove reference to
13859 BSD_TERMIOS, unused.
13860
13861 * sysdep.c: Remove reference to DGUX.
13862 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13863
13864 * config.in: Regenerate.
13865
13866 2008-07-30 Jason Rumney <jasonr@gnu.org>
13867
13868 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13869
13870 2008-07-29 Jason Rumney <jasonr@gnu.org>
13871
13872 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13873 is populated.
13874 (uniscribe_encode_char): Always use uniscribe.
13875 Avoid using context if cache is populated.
13876
13877 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13878
13879 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13880 open menu.
13881
13882 * gtkutil.c (menu_nav_ended): Remove.
13883 (create_menus): Remove signal connect for menu_nav_ended.
13884
13885 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13886
13887 * xdisp.c (redisplay_window): Check return value of
13888 compute_window_start_on_continuation_line before forcing a window
13889 start.
13890
13891 2008-07-28 Jason Rumney <jasonr@gnu.org>
13892
13893 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13894
13895 * w32term.c (w32_enable_unicode_output, cleartype_active):
13896 Remove obsolete display options.
13897 (x_draw_glyph_string_background): Don't use old cleartype_active
13898 workaround.
13899 (w32_initialize): Remove cleartype_active initialization.
13900 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13901
13902 2008-07-28 Andreas Schwab <schwab@suse.de>
13903
13904 * lisp.h (init_weak_hash_tables, syms_of_font)
13905 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13906 (remove_hash_entry): Don't declare.
13907 * eval.c (maybe_call_debugger): Make static and move before use.
13908 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13909 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13910 * xterm.h (x_set_frame_alpha): Declare.
13911
13912 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13913
13914 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13915 (create_menus): Connect selection-done to menu_nav_ended.
13916
13917 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13918
13919 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13920 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13921 parameter with read of 'alpha' one.
13922 (Qns_frame_parameter): Remove.
13923 * nsselect.m (selection-coding-system)
13924 (next-selection-coding-system, Vselection_coding_system)
13925 (Vnext_selection_coding_system): Drop.
13926
13927 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13928
13929 * nsfns.m (do-applescript, do_applescript): Rename to
13930 ns-do-applescript, ns_do_applescript, and move within file.
13931
13932 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13933
13934 Remove support for Mac Carbon.
13935 * mactoolbox.c:
13936 * macterm.h:
13937 * macterm.c:
13938 * macselect.c:
13939 * macmenu.c:
13940 * macgui.h:
13941 * macfns.c:
13942 * mac.c: Remove file.
13943 * s/darwin.h:
13944 * m/intel386.h:
13945 * xfaces.c:
13946 * xdisp.c:
13947 * window.c:
13948 * tparam.c:
13949 * termhooks.h:
13950 * termcap.c:
13951 * term.c:
13952 * syssignal.h:
13953 * sysselect.h:
13954 * sysdep.c:
13955 * process.c:
13956 * lread.c:
13957 * lisp.h:
13958 * keyboard.c:
13959 * image.c:
13960 * fringe.c:
13961 * frame.h:
13962 * frame.c:
13963 * fontset.c:
13964 * font.h:
13965 * font.c:
13966 * fns.c:
13967 * fileio.c:
13968 * emacs.c:
13969 * dispnew.c:
13970 * dispextern.h:
13971 * config.in:
13972 * atimer.c:
13973 * Makefile.in: Remove code for Carbon.
13974
13975 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13976
13977 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13978
13979 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13980
13981 * macterm.h (kCGBitmapByteOrder32Host): New define for
13982 non-universal SDKs.
13983
13984 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13985 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13986
13987 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13988 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13989
13990 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13991
13992 * w32inevt.c: Include dispextern.h.
13993
13994 2008-07-26 Andreas Schwab <schwab@suse.de>
13995
13996 * print.c (print_object): Fix off-by-one in last change.
13997
13998 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13999
14000 * term.c (syms_of_term): Don't initialize default_orig_pair,
14001 default_set_foreground and default_set_background on Windows.
14002
14003 2008-07-25 Jason Rumney <jasonr@gnu.org>
14004
14005 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
14006 ScriptItemize. Clean up return value checking. Remove unused
14007 variables.
14008 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
14009 shaping engine.
14010
14011 * w32font.c (w32font_has_char): Handle the case where we can't
14012 determine the script for a character.
14013
14014 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14015
14016 * term.c (syms_of_term): Initialize default_orig_pair,
14017 default_set_foreground, and default_set_background.
14018
14019 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
14020 clash (bug#86).
14021 (getloadavg): Callers changed.
14022
14023 * image.c (svg_load_image): Fix last change.
14024 (svg_load_image): Use rsvg_handle_get_dimensions to check that
14025 image size is valid. Use g_object_unref instead of deprecated
14026 rsvg_handle_free to free rsvg handle.
14027 (x_from_xcolors): Don't initialize pixmap (silence compiler).
14028
14029 2008-07-25 Jason Rumney <jasonr@gnu.org>
14030
14031 * w32font.c (w32font_encode_char): Encode characters outside BMP as
14032 surrogates before looking up glyph index.
14033 (w32font_text_extents): Encode as surrogates if falling back to
14034 functions that need UTF-16 wide chars.
14035
14036 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
14037 BMP as surrogates before looking up glyph index.
14038
14039 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * image.c (svg_load_image): Check for failure in return value of
14042 rsvg_handle_get_pixbuf. Free rsvg handle when done.
14043
14044 2008-07-25 Jason Rumney <jasonr@gnu.org>
14045
14046 * w32font.c (Fx_select_font): Reverse sense of second arg.
14047
14048 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
14051 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
14052
14053 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
14054 (PURESIZE): Use it.
14055
14056 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14057
14058 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
14059 * m/alpha.h (TEXT_END):
14060 * m/ibmrs6000.h (TEXT_END):
14061 * m/macppc.h (TEXT_END):
14062 * s/darwin.h (TEXT_END):
14063 * s/msdos.h (TEXT_END): Remove, unused.
14064 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
14065 * s/cygwin.h: Remove comment.
14066
14067 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
14068 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
14069 * m/intel386.h (DOT_GLOBAL_START):
14070 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
14071 (USG): Remove, file not used on USG platforms.
14072
14073 * Makefile.in (HAVE_X11): Remove empty #else.
14074
14075 2008-07-24 Andreas Schwab <schwab@suse.de>
14076
14077 * fileio.c (Finsert_file_contents): Properly adjust undo list
14078 after format conversion.
14079
14080 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
14081
14082 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
14083 (menu_nav_ended): Remove.
14084 (create_menus): Remove signal connect for menu_nav_ended.
14085 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
14086 create_menus.
14087 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
14088
14089 2008-07-23 Jason Rumney <jasonr@gnu.org>
14090
14091 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
14092 with opened font.
14093 (w32font_open): Set font type to gdi.
14094
14095 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
14096
14097 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14098
14099 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
14100 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
14101 defines it.
14102 * unexec.c (ADDR_CORRECT): Define unconditionally.
14103
14104 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
14105
14106 * unexec.c: Remove code depending on !COFF and USG, the file is
14107 not used for such systems.
14108
14109 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
14110 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
14111 (LD_SWITCH_SYSTEM_1): Remove, update users.
14112
14113 * s/darwin.h (DATA_END):
14114 * m/intel386.h (DATA_END):
14115 * m/ibmrs6000.h (DATA_END):
14116 * m/alpha.h (DATA_END): Remove, unused.
14117
14118 * config.in: Regenerate.
14119 * s/ms-w32.h (subprocesses): Define unconditionally.
14120 * s/template.h (subprocesses): Update comment.
14121 * s/vms.h (subprocesses):
14122 * s/usg5-4.h (subprocesses):
14123 * s/hpux10-20.h (subprocesses):
14124 * s/gnu-linux.h (subprocesses):
14125 * s/cygwin.h (subprocesses):
14126 * s/bsd-common.h (subprocesses):
14127 * s/aix4-2.h (subprocesses):
14128 * s/darwin.h (subprocesses): Do not define, defined by default now.
14129
14130 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
14131 Remove all references.
14132 (temacs): Add GNUstep specific ld flags.
14133
14134 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
14135 similarly to what X does.
14136
14137 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14138
14139 * nsfns.m (x-list-fonts): Remove.
14140 (syms_of_nsfns): Drop the x-list-fonts declaration.
14141 * nsterm.m: Get rid of remaining "//" comments.
14142
14143 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
14144
14145 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
14146
14147 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
14148 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
14149 (Fns_own_selection_internal, Fx_disown_selection_internal)
14150 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
14151
14152 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
14153 ... */' style of docstrings. Doc fixes.
14154
14155 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14156
14157 * terminfo.c (UP, BC, PC): Undo previous change.
14158
14159 * nsfns.m: Rename ns prefixed functions/variables to the
14160 corresponding x versions. Update references.
14161
14162 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
14165
14166 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14167
14168 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
14169 Remove forwarding functions.
14170 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
14171 non-static.
14172 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
14173 non-static.
14174 (ns_frame_parm_handlers): Use the new names.
14175 (syms_of_nsfns): Move to the end of file.
14176
14177 * nsterm.m (syms_of_nsterm): Move to the end of file.
14178
14179 * dispnew.c (init_display): Remove code for X10.
14180
14181 2008-07-22 Jason Rumney <jasonr@gnu.org>
14182
14183 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
14184 bare drive.
14185
14186 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14187
14188 * nsterm.m (syms_of_nsterm): Remove debugging println.
14189
14190 2008-07-22 David Reitter <david.reitter@gmail.com>
14191
14192 * nsfns.m (do_applescript, F_do_applescript): NS version of the
14193 Carbon implementation of the same functionality: execute arbitrary
14194 AppleScript code.
14195
14196 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
14197
14198 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14199 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14200 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14201 (Fx_display_mm_height, Fx_display_mm_width)
14202 (Fx_display_backing_store, Fx_display_visual_class)
14203 (Fx_display_save_under, Fx_open_connection)
14204 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14205 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14206 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14207 (Fx_display_pixel_width, Fx_display_pixel_height)
14208 (Fx_display_usable_bounds, Fx_display_planes)
14209 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14210 ... */' style of docstrings.
14211
14212 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
14213
14214 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14215 on this platform.
14216 (mips):
14217 * m/iris4d.h (mips): Do not define.
14218 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14219
14220 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14221
14222 * image.c:
14223 * nsfns.m:
14224 * nsselect.m:
14225 * nsterm.h:
14226 * nsterm.m: Rename ns prefixed functions/variables to the
14227 corresponding x versions. Update references.
14228
14229 * m/ibms390x.h (NO_REMAP): Do not undefine.
14230
14231 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14232
14233 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
14234
14235 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14236 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14237 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14238 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14239 (Fns_display_mm_height, Fns_display_mm_width)
14240 (Fns_display_backing_store, Fns_display_visual_class)
14241 (Fns_display_save_under, Fns_open_connection)
14242 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14243 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14244 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14245 (Fns_display_pixel_width, Fns_display_pixel_height)
14246 (Fns_display_usable_bounds, Fx_display_planes)
14247 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14248
14249 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
14250
14251 * print.c (print_object): Check print_depth before searching for
14252 circularities.
14253
14254 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
14255
14256 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14257 only sprintf.
14258
14259 2008-07-21 Kenichi Handa <handa@m17n.org>
14260
14261 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14262
14263 2008-07-20 Andreas Schwab <schwab@suse.de>
14264
14265 * syntax.c (find_start_pos, find_start_value)
14266 (find_start_value_byte, find_start_begv, find_defun_start)
14267 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14268
14269 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14270
14271 * s/sol2-3.h: Insert contents of s/sol2.h.
14272 (LD_SWITCH_SYSTEM): Remove redundant definition.
14273 * s/sol2.h: Remove, unused.
14274
14275 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14276
14277 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14278
14279 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14280
14281 * Makefile.in (ns_appdir): Fix typo in find command.
14282
14283 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14284
14285 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14286
14287 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14288 added not supported anymore.
14289
14290 * s/usg5-4-2.h (LIBS_SYSTEM):
14291 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14292
14293 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14294 * s/lynxos.h (GETPGRP_NO_ARG):
14295 * s/hpux10-20.h (NO_SIOCTL_H):
14296 * s/gnu.h (GETPGRP_NO_ARG):
14297 * s/gnu-linux.h (NO_SIOCTL_H):
14298 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14299 * s/cygwin.h (GETPGRP_NO_ARG):
14300 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14301 (C_DEBUG_SWITCH): Remove duplicate definition.
14302
14303 * m/ibms390.h: Remove boilerplate comments.
14304
14305 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14306
14307 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14308 (wait_reading_process_output): Remove code for SunOS, platform not
14309 supported anymore. Use SOLARIS2 instead of sun.
14310
14311 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14312
14313 * font.c (font_open_by_name): Under NS, default lface height to zero.
14314 (font_open_for_lface): Under NS, set size based on frame fontsize.
14315 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14316 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14317
14318 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14319
14320 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14321 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14322 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14323 YES/NO.
14324 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14325 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14326 * Makefile.in (clean): Clear out build destination dir.
14327
14328 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14329
14330 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14331 xterm, xselect.
14332 * lisp.h: Remove declaration of hash_remove.
14333 * nsgui.h: Remove redefinitions of hash_remove.
14334 * fns.c (hash_remove): Rename to hash_remove_from_table.
14335
14336 2008-07-19 Seiji Zenitani <zenitani@mac.com>
14337
14338 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14339 strdup() the family UTF8String before modifying it.
14340
14341 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14342
14343 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14344 NS_FACE_BACKGROUND with 0 instead of nil.
14345 * nsfont.m (nsfont_draw): Same.
14346
14347 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
14348
14349 * nsfns.m (ns_set_background_color): Fix crash.
14350
14351 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
14352
14353 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14354
14355 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14356
14357 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14358
14359 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14360
14361 * gtkutil.c: Include <config.h> instead of "config.h".
14362
14363 * lisp.h (Foverlay_buffer): Add EXFUN.
14364
14365 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14366 child process to complete child_setup. Undo 2005-09-21 change.
14367
14368 * s/darwin.h: Mention setsid after vfork.
14369
14370 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14371
14372 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14373 Depend on macgui.h.
14374
14375 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14376 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14377
14378 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14379 and f19.
14380 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14381
14382 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14383 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14384 Remove enumerators.
14385
14386 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14387 Check if FACE_FROM_ID returns NULL.
14388
14389 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14390
14391 * w32inevt.c (change_frame_size): Remove extern declaration.
14392 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14393 change_frame_size.
14394
14395 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14396
14397 * getloadavg.c: Revert last change (2008-07-15).
14398
14399 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14400
14401 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14402 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14403 from configure.
14404
14405 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14406
14407 * s/sol2.h:
14408 * s/sol2-4.h: Reorganize conditionals.
14409
14410 * ecrt0.c: Remove code depending on m68000, not used anymore.
14411
14412 * fns.c (hash_remove): Make static.
14413 * lisp.h (hash_remove): Don't prototype.
14414
14415 * m/ibmrs6000.h:
14416 * m/ibms390x.h:
14417 * m/macppc.h: Remove boilerplate comments.
14418
14419 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14420 Solaris, which does not need them.
14421
14422 * m/vax.h: Remove comments about unsupported systems.
14423
14424 * s/darwin.h: Reorganize ifdefs.
14425
14426 2008-07-17 Andreas Schwab <schwab@suse.de>
14427
14428 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14429
14430 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 Use SDATA. Follow coding convention of placing operators at
14433 beginning of next line rather than end of previous line, and placing
14434 spaces around infix operators.
14435
14436 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14437 in case it was defined already.
14438 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14439 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14440 ns_default.
14441 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14442 Lisp_Objects.
14443 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14444 (ns_defined_color, ns_color_to_lisp): Declare.
14445 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14446 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14447 it's accepted even with USE_LISP_UNION_TYPE.
14448 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14449 (update_frame_tool_bar): Remove apparently obsolete tests for
14450 non-integerness of f->tool_bar_lines.
14451 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14452 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14453 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14454 (nsfont_open): Don't confuse NULL for Qnil.
14455 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14456 * menu.h (find_and_call_menu_selection):
14457 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14458 (find_and_return_menu_selection): Always return something.
14459 * frame.h: Include dispextern.h for Display_Info.
14460 (display_x_get_resource): Declare.
14461
14462 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14463
14464 * syntax.c: Remove stdio.h include accidentally introduced in
14465 Emacs.app commit.
14466 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14467 NS_IMPL_COCOA.
14468 * keyboard.c (handle_async_input, input_available_signal): Remove
14469 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14470
14471 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14474 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14475 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14476 Use SDATA.
14477
14478 * keymap.c: Remove all NS-specific code.
14479 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14480 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14481 where_is_preferred_modifier, return a different value depending on how
14482 preferred is the binding.
14483 (where_is_internal): Adjust accordingly.
14484 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14485 Adjust to new preferred_sequence_p.
14486 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14487 * keyboard.c (parse_solitary_modifier): Not static any more.
14488 * keyboard.h (parse_solitary_modifier): Declare.
14489
14490 2008-07-16 Andreas Schwab <schwab@suse.de>
14491
14492 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14493 of easymenu.
14494
14495 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
14496
14497 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14498 that we don't move off the line.
14499
14500 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * keyboard.c (Qsuper): Remove.
14503 (parse_menu_item): Don't call where_is_internal specially for NS.
14504
14505 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14506
14507 * s/gnu-linux.h: Remove boilerplate comments.
14508
14509 * m/alpha.h (__ELF__): Consolidate conditions.
14510
14511 * m/m68k.h (linux): Use GNU_LINUX instead.
14512 Remove boilerplate comments.
14513
14514 * m/intel386.h: Undo refactoring from previous change.
14515 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14516 too, remove dead code.
14517 (linux): Use GNU_LINUX instead.
14518
14519 2008-07-16 Jason Rumney <jasonr@gnu.org>
14520
14521 * w32gui.h: Repeat 26 June changes lost by last change.
14522
14523 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14524
14525 * systty.h: Remove code for Aix on 386, unsupported platform.
14526
14527 * s/ms-w32.h: Remove boilerplate comments.
14528 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14529
14530 * s/gnu-linux.h (TERM): Remove support.
14531 (HAVE_SYSVIPC): Remove, unused.
14532 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14533 for this system.
14534
14535 * process.c: Remove support for IRIS, unused.
14536 Remove support for TERM, not relevant anymore.
14537
14538 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14539 used with the definition.
14540
14541 * s/aix4-2.h (static): Do not undef.
14542
14543 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14544 only used on Aix.
14545 (HAVE_SYSVIPC): Remove, unused.
14546
14547 * m/hp800.h (CANNOT_DUMP): Do not undef.
14548
14549 * m/alpha.h: Fix comment.
14550
14551 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14552 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14553 used by this configuration.
14554 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14555 * unexec.c: Remove code depending on HPUX and
14556 USG_SHARED_LIBRARIES, not used with this file. Remove code
14557 depending on IRIS, unused. Remove if 0-ed code.
14558
14559 * s/template.h: Remove comments about static.
14560
14561 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14562 Remove if 0-ed code.
14563 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14564 were the same as the default.
14565 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14566 Remove boilerplate comments.
14567 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14568 (HAVE_SYSVIPC): Remove, unused.
14569 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14570
14571 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14572 Remove boilerplate comments.
14573 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14574 Remove boilerplate comments.
14575 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14576 Remove boilerplate comments.
14577 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14578
14579 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14580 USG systems which do not use DATA_SEG_BITS.
14581 Refactor code. Remove boilerplate comments.
14582
14583 * m/ibms390.h:
14584 * m/m68k.h:
14585 * s/bsd-common.h:
14586 * s/cygwin.h:
14587 * s/darwin.h:
14588 * s/freebsd.h:
14589 * s/gnu.h:
14590 * s/msdos.h: Remove boilerplate comments.
14591
14592 * m/iris4d.h: Remove boilerplate comments and code for systems that
14593 do not use this file.
14594 (IRIS_4D): Remove, unused.
14595
14596 * m/mips.h: Remove boilerplate comments and code for systems that
14597 do not use this file.
14598 (SIGN_EXTEND_CHAR):
14599 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14600 * unexmips.c: Remove file, unused.
14601
14602 * editfns.c (Fuser_full_name): Replace the only use of
14603 USER_FULL_NAME with its value.
14604 * config.in: Regenerate.
14605
14606 2008-07-16 David Reitter <david.reitter@gmail.com>
14607
14608 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14609 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14610
14611 2008-07-16 Glenn Morris <rgm@gnu.org>
14612
14613 * emacs.c (system-type): Doc fix.
14614
14615 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14618 If the cache doesn't work, let's fix it, rather than work around it.
14619
14620 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14621
14622 * Makefile.in: Correct additions for nsfont.o in last commit.
14623 * nsfont.m: New file (forgot last commit).
14624
14625 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14626
14627 * callproc.c (set_initial_environment): Initialize
14628 Vprocess_environment under CANNOT_DUMP (fixes crash when
14629 batch-compiling for bootstrap).
14630
14631 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14632 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14633
14634 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14635 CANNOT_DUMP case -- fix crash due to different init order.
14636
14637 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14638
14639 Changes and additions for NeXTstep windowing system (Cocoa and
14640 GNUstep) support.
14641
14642 * Makefile.in:
14643 * config.in: Support defines and build commands for NS port.
14644 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14645 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14646 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14647 windowing.
14648 (struct face): Add synth_ital field.
14649 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14650 (init_display): Initialize Vinitial_window_system to "ns" when so
14651 compiled.
14652 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14653 (display_arg): Use under NS.
14654 (main): Under NS, allocate autorelease pool and handle command line
14655 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14656 (standard_args): Add NS-specific args.
14657 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14658 * font.c (DEFAULT_ENCODING): New variable.
14659 (font_find_for_lface): Use it.
14660 (syms_of_font): Load syms_of_nsfont under NS.
14661 * font.h: Declare nsfont_driver when compiled under NS.
14662 * fontset.c: When compiling under NS, include nsterm.h.
14663 (fontset_from_font): Autoconstruct fontset under NS.
14664 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14665 symbol, document and use it.
14666 (do_switch_frame): When for_deletion under Cocoa, add
14667 Fraise_frame(Qnil).
14668 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14669 (x_get_arg): Allow "yes" and "no" as boolean values.
14670 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14671 Qright under Cocoa.
14672 (focus-follows-mouse): Default to 0 under NS.
14673 * frame.h (enum output_method): Add output_ns.
14674 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14675 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14676 (FRAME_WINDOW_P): NS-specific definition.
14677 * fringe.c (max_used_fringe_bitmap): Make public.
14678 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14679 (getloadavg): Use NeXT code under descendant OS's.
14680 * image.c (includes and header section, x_create_bitmap_from_data)
14681 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14682 (image_background_transparent, x_clear_image_1)
14683 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14684 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14685 (x_to_xcolors, x_from_xcolors, x_disable_image)
14686 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14687 other GUIs, including XPM support using code originally written for
14688 Carbon GUI.
14689 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14690 using NS API.
14691 (image_ascent): Use font metrics macros instead of direct struct field
14692 access.
14693 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14694 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14695 Also, handle NS as GTK for menu bar purposes.
14696 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14697 toolkit where they differ.
14698 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14699 use cachelist, still needed under NS.
14700 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14701 (struct widget_value): Define it here for menu.c.
14702 * keymap.c (includes): Include modifier internals.
14703 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14704 NS.
14705 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14706 support for preferring sequences using certain modifiers, specified by
14707 the FIRSTONLY argument.
14708 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14709 under NS GNUstep implementation.
14710 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14711 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14712 * menu.c: Include nsterm.h under NS.
14713 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14714 (free_menubar_widget_tree_value, update_submenu_strings)
14715 (find_and_call_menu_selection): Treat NS as X and NT.
14716 (find_and_return_menu_selection): New function, used for popup menus.
14717 * nsgui.h:
14718 * nsterm.h:
14719 * nsfns.m:
14720 * nsimage.m:
14721 * nsmenu.m:
14722 * nsselect.m:
14723 * nsterm.m: New files.
14724 * process.c (wait_reading_process_output): Under NS, call ns_select()
14725 instead of plain select().
14726 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14727 beginning of buffer.
14728 * sysselect.h (init_process): Rename when compiling under Cocoa to
14729 avoid name conflict.
14730 * termhooks.h (display_info): Add ns_display_info to union.
14731 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14732 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14733 COCOA environment.
14734 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14735 unexec() signature. (Note, this will dump, but the resulting file
14736 crashes; unexosx is used instead; keeping around for reference and
14737 possible aid in getting dump working under GNUstep.)
14738 * w32gui.h (button_type, widget_value): Remove definitions (now in
14739 keyboard.h).
14740 * window.c: Include nsterm.h when compiling under NS.
14741 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14742 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14743 other GUI windowing systems.
14744 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14745 GTK.
14746 (x_consider_frame_title): Under NS, set icon type and frame
14747 modified-state indicator; use ns_set_name_as_filename() when using
14748 formatted title.
14749 (update_window_cursor): Make public when compiling under NS.
14750 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14751 (hourglass_atimer, Vhourglass_delay
14752 * xfaces.c (header section, init_frame_faces, clear_font_table)
14753 (defined_color, unload_color, x_face_list_fonts)
14754 (prepare_face_for_display): Add NS support parallel to other GUIs.
14755 Emulate GCs like other non-X GUIs.
14756 (split_font_name): Don't lowercase font name under NS.
14757 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14758 under NS.
14759 * s/darwin.h: Add support for compilation under NS.
14760
14761 2008-07-15 Jason Rumney <jasonr@gnu.org>
14762
14763 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14764 (w32_show_hourglass): Rename from show_hourglass.
14765 (w32_hide_hourglass): Rename from hide_hourglass.
14766 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14767 (Vhourglass_delay): Declare extern.
14768 (hourglass_started): Remove.
14769
14770 * xdisp.c (Vhourglass_delay): Remove static.
14771 (hourglass_started, start_hourglass, cancel_hourglass):
14772 Don't include these versions on WINDOWSNT.
14773
14774 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14775
14776 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14777 variables (formerly in xfns.c).
14778 (show_hourglass, hide_hourglass): New prototypes (same).
14779 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14780 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14781 in xfns.c).
14782 (syms_of_xdisp): Declare/initialize display-hourglass,
14783 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14784 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14785 formerly in xfns.c.
14786 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14787 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14788 (start_hourglass, cancel_hourglass): Remove.
14789 (show_hourglass, hide_hourglass): Remove prototypes and static
14790 modifiers.
14791 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14792 hourglass_atimer, hourglass_shown_p declaration/initialization.
14793 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14794 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14795 (start_hourglass, cancel_hourglass): Remove.
14796 (show_hourglass, hide_hourglass): Remove prototypes and static
14797 modifiers.
14798 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14799 hourglass_atimer, hourglass_shown_p declaration/initialization.
14800 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14801 (DEFAULT_HOURGLASS_DELAY): Remove.
14802 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14803 hourglass_shown_p declaration/initialization.
14804
14805 2008-07-14 Jason Rumney <jasonr@gnu.org>
14806
14807 * w32fns.c (w32_get_arg): Remove wrapper function.
14808 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14809 directly.
14810 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14811
14812 2008-07-14 Kenichi Handa <handa@m17n.org>
14813
14814 * xfont.c (xfont_open): Add workaround for X's bug.
14815
14816 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14817
14818 * fontset.c: Include <stdio.h> unconditionally.
14819
14820 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14821
14822 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14823 for filtering.
14824
14825 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14826
14827 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14828
14829 * m/macppc.h:
14830 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14831
14832 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14833 (SPECIAL_EMACS_INT):
14834 * m/ia64.h (SPECIAL_EMACS_INT):
14835 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14836 * s/gnu.h (NLIST_STRUCT):
14837 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14838 * s/gnu-linux.h (LINUX):
14839 * s/msdos.h (HAVE_FACES):
14840 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14841
14842 * systty.h:
14843 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14844 anymore.
14845
14846 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14847
14848 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14849 always defined as int.
14850
14851 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14852 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14853 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14854 * s/freebsd.h (HAVE_WAIT_HEADER):
14855 * s/bsd-common.h (HAVE_UNION_WAIT):
14856 * s/aix4-2.h (HAVE_WAIT_HEADER):
14857 * m/mips.h (HAVE_UNION_WAIT):
14858 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14859 (COFF, static): Do not define, they are undefined later in the file.
14860
14861 * process.c (update_status): Don't use a union.
14862 (status_convert):
14863 (sigchld_handler): Use int instead of WAITTYPE.
14864
14865 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14866
14867 * indent.c (Fvertical_motion): Restore hscroll before moving to
14868 goal column.
14869
14870 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14871
14872 * lisp.h: Remove left over code.
14873
14874 2008-07-11 Andreas Schwab <schwab@suse.de>
14875
14876 * lisp.h: Fix logic in last change.
14877
14878 * menu.h: New file.
14879 * menu.c: Include it.
14880 * xmenu.c: Likewise.
14881 * Makefile.in: Update dependencies.
14882
14883 2008-07-11 Kenichi Handa <handa@m17n.org>
14884
14885 * fontset.c (fontset_from_font): Cancel the previous change.
14886
14887 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14888
14889 * lisp.h:
14890 * w32heap.c:
14891 * emacs.c:
14892 * alloc.c: Replace all references of NO_UNION_TYPE with
14893 USE_LISP_UNION_TYPE.
14894
14895 * m/xtensa.h (NO_UNION_TYPE):
14896 * m/vax.h (NO_UNION_TYPE):
14897 * m/template.h (NO_UNION_TYPE):
14898 * m/sparc.h (NO_UNION_TYPE):
14899 * m/mips.h (NO_UNION_TYPE):
14900 * m/macppc.h (NO_UNION_TYPE):
14901 * m/m68k.h (NO_UNION_TYPE):
14902 * m/iris4d.h (NO_UNION_TYPE):
14903 * m/intel386.h (NO_UNION_TYPE):
14904 * m/ibms390x.h (NO_UNION_TYPE):
14905 * m/ibms390.h (NO_UNION_TYPE):
14906 * m/ibmrs6000.h (NO_UNION_TYPE):
14907 * m/ia64.h (NO_UNION_TYPE):
14908 * m/hp800.h (NO_UNION_TYPE):
14909 * m/arm.h (NO_UNION_TYPE):
14910 * m/amdx86-64.h (NO_UNION_TYPE):
14911 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14912 defining it the same.
14913
14914 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14915
14916 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14917
14918 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14919
14920 * fileio.c:
14921 * sysdep.c:
14922 * systty.h:
14923 * m/ibmrs6000.h:
14924 * m/iris4d.h:
14925 * s/aix4-2.h:
14926 * s/freebsd.h:
14927 * s/gnu-linux.h:
14928 * s/hpux10-20.h:
14929 * s/hpux11.h:
14930 * s/netbsd.h:
14931 * s/sol2-3.h:
14932 * s/sol2-4.h:
14933 * s/sol2.h:
14934 * s/usg5-4.h:
14935 * s/vms.h: Remove references to unused variables.
14936
14937 2008-07-10 Andreas Schwab <schwab@suse.de>
14938
14939 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14940 pattern before matching the generic family.
14941
14942 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14943
14944 * unexec.c:
14945 * s/vms.h:
14946 * s/usg5-4-2.h:
14947 * s/sol2-5.h:
14948 * s/freebsd.h:
14949 * s/darwin.h: Remove dead code.
14950
14951 * m/template.h:
14952 * m/sparc.h:
14953 * m/mips.h:
14954 * m/m68k.h:
14955 * m/iris4d.h:
14956 * m/intel386.h:
14957 * m/ibms390x.h:
14958 * m/ibms390.h:
14959 * m/ia64.h:
14960 * m/hp800.h:
14961 * m/arm.h:
14962 * m/amdx86-64.h: Remove dead code and references to unused
14963 and compiler defined symbols.
14964
14965 * unexmips.c:
14966 * unexelf.c: Remove references to desupported systems.
14967
14968 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14969
14970 * m/powermac.h: Remove boilerplate comments.
14971 (NO_REMAP): Remove unused definition.
14972
14973 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14974 define them.
14975
14976 2008-07-10 Kenichi Handa <handa@m17n.org>
14977
14978 * xfont.c (xfont_open): Log the reason of failure.
14979
14980 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * fontset.c (fontset_get_font_group):
14983 * font.c (font_check_otf): Specify argument types.
14984
14985 2008-07-09 Kenichi Handa <handa@m17n.org>
14986
14987 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14988 non-ASCII char is found.
14989
14990 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14991 (reorder_font_vector): Change the arg preferred_family to font.
14992 Prefer the spec matching with font.
14993 (fontset_get_font_group): New function.
14994 (fontset_find_font): Change the format of an element of a realized
14995 fontset. Use fontset_get_font_group.
14996 (fontset_font): Try the current fontset, the default fontset, the
14997 fallbacks of the current fontset, and the fallbacks of the default
14998 fontset in this order.
14999 (face_for_char): Delete the shortcut to use the current font.
15000 (fontset_from_font): Don't set fonts for Latin in the fontset.
15001
15002 * font.h (font_make_object, font_match_p): Adjust prototypes.
15003
15004 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
15005
15006 * font.c (font_make_object): New arg entity and pixelsize.
15007 (font_check_otf_features, font_check_otf): New functions.
15008 (font_match_p): Check :lang, :script, and :otf properties.
15009
15010 * xfont.c (xfont_open): Adjust it for the change of
15011 font_make_object.
15012 (xfont_text_extents): Fix initial setting of metrics.
15013
15014 * ftfont.c (struct ftfont_info): New member index, delete member
15015 fc_charset_idx. Make the member order compatible with struct
15016 xftfont_info.
15017 (fc_charset_table): Change charset names to registry names.
15018 (ftfont_pattern_entity): Delete the args registry and
15019 fc_charset_idx. Change the value of :font-entity property
15020 to (FONTNAME . INDEX). Always set :registry property to
15021 `iso10646-1'.
15022 (struct ftfont_cache_data): New struct.
15023 (ftfont_lookup_cache): New arg for_face.
15024 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
15025 (ftfont_driver): Set the member otf_capability.
15026 (ftfont_get_charset): Adjust it for the change of
15027 fc_charset_table.
15028 (OTF_TAG_SYM): New macro.
15029 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
15030 for the change of fc_charset_table.
15031 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
15032 ftfont_pattern_entity. Add FC_INDEX to objset.
15033 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
15034 and ftfont_pattern_entity.
15035 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
15036 font_make_object, struct ftfont_info.
15037 (ftfont_has_char): Use ftfont_get_fc_charset.
15038 (ftfont_otf_features, ftfont_otf_capability): New functions.
15039 (ftfont_shape): Use ftfont_get_otf.
15040 (ftfont_text_extents): Fix initial setting of metrics.
15041
15042 * xftfont.c (struct xftfont_info): New member ft_size. Make the
15043 member order compatible with struct ftfont_info.
15044 (xftfont_open): Add FC_CHARSET to the pattern. Set
15045 xftfont_info->ft_size. Don't unlock the face. Check BDF
15046 properties if appropriate.
15047 (xftfont_close): Unlock the face.
15048 (xftfont_anchor_point, xftfont_shape): Deleted.
15049 (syms_of_xftfont): Don't set members anchor_point and shape of
15050 xftfont_driver.
15051
15052 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
15053 font_make_object.
15054
15055 * w32font.c (w32font_open): Adjust it for the change of
15056 font_make_object.
15057 (w32font_open_internal): Don't set properties of font_object here.
15058
15059 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
15060
15061 * macfns.c (x_create_tip_frame):
15062 * w32fns.c (x_create_tip_frame):
15063 * xfns.c (x_create_tip_frame): Pass parameter argument to
15064 face-set-after-frame-default.
15065
15066 * xfaces.c (Finternal_merge_in_global_face): Save merged
15067 attributes for the default face back into the face vector.
15068
15069 2008-07-08 Andreas Schwab <schwab@suse.de>
15070
15071 * fontset.h: Declare fontset_from_font. Don't declare
15072 new_fontset_from_font and fontset_from_font_name.
15073 * xterm.c: Include "fontset.h".
15074 * Makefile.in (xterm.o): Update dependencies.
15075
15076 2008-07-08 Glenn Morris <rgm@gnu.org>
15077
15078 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
15079 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
15080
15081 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
15082
15083 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
15084 (x_set_frame_parameters): Don't bind it.
15085
15086 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
15087
15088 * w32fns.c (map_w32_filename): Declare extern.
15089
15090 2008-07-07 Jason Rumney <jasonr@gnu.org>
15091
15092 * w32term.c (WS_EX_LAYERED): Define if not already.
15093
15094 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
15095
15096 * xfaces.c (set_font_frame_param): Don't try to set the font
15097 parameter if it is still unspecified in the lface.
15098
15099 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15100
15101 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
15102 face if it didn't already exist.
15103
15104 * xdisp.c (try_window_id): Give up if word-wrapping is on.
15105
15106 2008-07-05 Andreas Schwab <schwab@suse.de>
15107
15108 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
15109
15110 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15111
15112 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
15113 word-wrapping.
15114 (IT_DISPLAYING_WHITESPACE): New macro.
15115 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
15116 when word-wrapping. Simplify word-wrapping logic. Use correct
15117 pixel positions when saving copies of the iterator.
15118 (display_line): Use proper wrap point if the last character on a
15119 line was preceded by whitespace.
15120
15121 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15122
15123 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
15124
15125 2008-07-04 Kenichi Handa <handa@m17n.org>
15126
15127 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
15128
15129 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
15130
15131 2008-07-02 Jason Rumney <jasonr@gnu.org>
15132
15133 * xfns.c (syms_of_xfns): Only define x-select-font when both
15134 HAVE_FREETYPE and USE_GTK.
15135
15136 * xdisp.c (next_element_from_display_vector): Move assignment out
15137 of if statement.
15138
15139 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
15140
15141 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
15142
15143 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
15144 (syms_of_fileio): Initialize and export them.
15145 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
15146
15147 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
15148 (Fsystem_move_file_to_trash): New function.
15149 (syms_of_w32fns): Export it to lisp.
15150
15151 2008-07-01 Jason Rumney <jasonr@gnu.org>
15152
15153 * w32font.c (w32font_text_extents): Don't count overhang as part
15154 of width.
15155
15156 2008-06-30 Miles Bader <miles@gnu.org>
15157
15158 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
15159 Add `avoid_cursor_p' field.
15160
15161 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
15162 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
15163 (append_glyph, append_composite_glyph, produce_image_glyph)
15164 (append_stretch_glyph): Initialize avoid_cursor_p.
15165 (get_it_property): Rename from `get_line_height_property'.
15166 (x_produce_glyphs): Use get_it_property.
15167 (handle_line_prefix, push_display_prop): New functions.
15168 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
15169 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
15170 New variables.
15171 (syms_of_xdisp): Initialize them.
15172
15173 2008-06-30 Kenichi Handa <handa@m17n.org>
15174
15175 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
15176 XftDefaultSubstitute (they are called in XftFontMatch).
15177 (xftfont_open): Fix args to ftfont_font_format.
15178
15179 * ftfont.c (fc_charset_table): New member lang.
15180 (ftfont_resolve_generic_family): New arg pattern.
15181 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
15182 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
15183 (ftfont_open): Fix args to ftfont_font_format.
15184 (ftfont_font_format): New arg filename.
15185
15186 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * xfaces.c (Finternal_merge_in_global_face): If default face was
15189 modified, realize it again. Update the font face attribute.
15190
15191 2008-06-29 Jason Rumney <jasonr@gnu.org>
15192
15193 * w32term.c (x_set_frame_alpha): Fix logic.
15194
15195 2008-06-29 Kenichi Handa <handa@m17n.org>
15196
15197 * fontset.c (Finternal_char_font): Return font-object instead of
15198 font-name.
15199
15200 * composite.c (get_composition_id): Fix the width calculation for TAB.
15201
15202 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * indent.c (Fvertical_motion): Properly handle float column arg.
15205
15206 2008-06-28 Jason Rumney <jasonr@gnu.org>
15207
15208 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15209 (pfnSetLayeredWindowAttributes): New function pointer.
15210 (w32_initialize): Initialize it when supported.
15211 (x_set_frame_alpha): New function.
15212
15213 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15214 (w32_frame_parm_handlers): Set alpha handler.
15215
15216 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15217
15218 2008-06-27 Jason Rumney <jasonr@gnu.org>
15219
15220 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15221 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15222 (w32_to_x_charset, x_to_w32_charset)
15223 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15224 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15225 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15226 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15227 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15228 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15229 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15230 (Qw32_charset_unicode): Remove.
15231 (syms_of_w32fns): Update for above changes.
15232
15233 * w32font.c (w32_to_x_charset, x_to_w32_charset)
15234 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15235 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15236 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15237 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15238 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15239 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15240 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15241 (syms_of_w32font): Update for above changes.
15242
15243 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
15244
15245 * s/usg5-4.h: Fix previous change: keep the correct branch of a
15246 removed #if.
15247 (USG_SHARED_LIBRARIES): Remove duplicate definition.
15248
15249 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15250 Eli Zaretskii <eliz@gnu.org>
15251
15252 * makefile.w32-in (LOCAL_FLAGS):
15253 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15254
15255 * sysdep.c (_spawnlp, _getpid):
15256 Declare with explicit _cdecl instead of _CRTAPI1.
15257
15258 * editfns.c (Fget_internal_run_time):
15259 Check for WINDOWSNT with #ifdef, not #if.
15260
15261 2008-06-26 Jason Rumney <jasonr@gnu.org>
15262
15263 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15264
15265 * w32term.c (x_draw_glyph_string_foreground)
15266 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15267 Use FONT_HANDLE macro.
15268 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15269
15270 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15271 (uniscribe_encode_char): Use FONT_HANDLE macro.
15272
15273 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15274 (w32font_text_extents): Use precast w32_font.
15275 (w32font_close): Free cached metrics.
15276 (w32font_open_internal): Allocate space for name on stack.
15277
15278 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * xdisp.c (extend_face_to_end_of_line): Fix last change.
15281
15282 2008-06-26 Jason Rumney <jasonr@gnu.org>
15283
15284 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15285 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15286
15287 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15290
15291 2008-06-26 Jason Rumney <jasonr@gnu.org>
15292
15293 * w32bdf.c, w32bdf.h: Remove obsolete files.
15294
15295 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15296
15297 * w32gui.h: Don't include w32bdf.h.
15298 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15299 Remove obsolete font support.
15300
15301 * w32font.h (struct w32font_info): Remove compat_w32_font.
15302 Add hfont member.
15303 (FONT_COMPAT): Remove obsolete macro.
15304
15305 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15306 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15307 (w32font_open_internal): Remove compat code. Set new hfont member.
15308 (Fx_select_font): Use new hfont member.
15309
15310 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15311 (uniscribe_encode_char): Use new hfont member.
15312
15313 * w32term.c (x_draw_glyph_string_foreground)
15314 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15315 (x_draw_glyph_string): Use metrics in w32font_info.
15316
15317 2008-06-26 Kenichi Handa <handa@m17n.org>
15318
15319 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15320
15321 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15322
15323 * unexnext.c:
15324 * m/ews4800.h:
15325 * m/hp9000s300.h:
15326 * m/ibm370aix.h:
15327 * m/mips-siemens.h:
15328 * m/ncr386.h:
15329 * m/next.h:
15330 * m/pmax.h:
15331 * m/powerpcle.h:
15332 * m/tandem-s2.h:
15333 * s/386bsd.h:
15334 * s/bsd386.h:
15335 * s/bsd4-1.h:
15336 * s/bsd4-2.h:
15337 * s/bsdos2-1.h:
15338 * s/bsdos2.h:
15339 * s/bsdos3.h:
15340 * s/bsdos4.h:
15341 * s/nextstep.h:
15342 * s/ultrix4-3.h:
15343 * s/usg5-0.h:
15344 * s/usg5-2-2.h:
15345 * s/usg5-2.h:
15346 * s/usg5-4-3.h:
15347 * s/ux4800.h:
15348 * s/uxpds.h:
15349 * s/uxpv.h: Remove support for obsolete systems.
15350 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15351 Remove, insert contents in s/hpux10-20.h.
15352 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15353 Remove, insert contents in s/aix4-2.h.
15354 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15355 * s/bsd4-3.h: Rename to ...
15356 * s/bsd-common.h: ... this.
15357 * data.c:
15358 * doc.c:
15359 * ecrt0.c:
15360 * emacs.c:
15361 * fileio.c:
15362 * floatfns.c:
15363 * keyboard.c:
15364 * mem-limits.h:
15365 * print.c:
15366 * process.c:
15367 * sysdep.c:
15368 * syssignal.h:
15369 * systty.h:
15370 * syswait.h:
15371 * term.c:
15372 * unexec.c:
15373 * unexelf.c:
15374 * unexhp9k800.c:
15375 * m/hp800.h:
15376 * m/ibmrs6000.h:
15377 * m/mips.h:
15378 * m/vax.h:
15379 * s/darwin.h:
15380 * s/freebsd.h:
15381 * s/gnu.h:
15382 * s/ms-w32.h:
15383 * s/msdos.h:
15384 * s/netbsd.h:
15385 * s/template.h: Remove references to obsolete variables.
15386
15387 * Makefile.in: Add dependencies for all unexec files.
15388 (admindir): Remove unused variable.
15389 (UNEXEC_SRC): Remove references.
15390
15391 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
15392
15393 * xfns.c (x_default_font_parameter): If Xft is available, first
15394 try Monospace-12 for the default font.
15395
15396 2008-06-25 Jason Rumney <jasonr@gnu.org>
15397
15398 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15399
15400 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15401
15402 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15403
15404 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15405
15406 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
15407
15408 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15409 <scroll-conservatively>: Fix typo in docstring.
15410
15411 * xselect.c (Fx_send_client_event): Doc fix.
15412
15413 2008-06-25 Kenichi Handa <handa@m17n.org>
15414
15415 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15416
15417 * font.c (font_parse_fcname): Remove unused variables.
15418 (font_sort_entites): Delete the arg SPEC. Caller changed.
15419 Fix for the case of ! best_only.
15420 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15421
15422 * lisp.h (Fstring_to_unibyte): EXFUN it.
15423
15424 * character.h (str_to_unibyte): Extern it.
15425
15426 * character.c (str_to_unibyte): New function.
15427
15428 * fns.c (Fstring_to_unibyte): New function.
15429 (syms_of_fns): Defsubr it.
15430
15431 2008-06-24 Kenichi Handa <handa@m17n.org>
15432
15433 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15434 DPI too.
15435 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15436
15437 2008-06-24 Andreas Schwab <schwab@suse.de>
15438
15439 * Makefile.in (${lispsource}loaddefs.el): Rename from
15440 ../lisp/loaddefs.el.
15441 (bootstrap-clean): Do what distclean does but don't remove
15442 Makefile.
15443 (distclean): Depend on bootstrap-clean and remove Makefile.
15444
15445 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * buffer.h (struct buffer): New member word_wrap.
15448
15449 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15450 word-wrap.
15451 (init_buffer_once): Initialize them.
15452
15453 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15454 line_wrap enum possessing three possible values.
15455
15456 * termopts.h: Replace truncate_partial_width_windows with
15457 Vtruncate_partial_width_windows.
15458
15459 * dispnew.c (direct_output_for_insert): Avoid direct output when
15460 inserting a space with word wrap on.
15461
15462 * indent.c (compute_motion): Obey integer values of
15463 truncate-partial-width-windows.
15464
15465 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15466 replacing truncate_partial_width_windows.
15467 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15468 truncate only if the window width is below that integer.
15469 (start_display, resize_mini_window, produce_stretch_glyph)
15470 (display_string, move_it_in_display_line_to): Use line_wrap.
15471 (back_to_previous_visible_line_start, reseat_1): Reset
15472 string_from_display_prop_p.
15473 (display_line): Extend default face to end of line when wrapping.
15474
15475 2008-06-24 Kim F. Storm <storm@cua.dk>
15476
15477 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15478 to wrap continued lines at word boundaries.
15479
15480 2008-06-24 Jason Rumney <jasonr@gnu.org>
15481
15482 * font.c (Ffont_face_attributes): Multiply pixel size before point
15483 conversion to avoid multiplying rounding error.
15484
15485 2008-06-23 Jason Rumney <jasonr@gnu.org>
15486
15487 * w32term.c (x_draw_glyph_string_background)
15488 (x_draw_glyph_string): Remove old bdf font code.
15489
15490 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15491
15492 2008-06-22 Kenichi Handa <handa@m17n.org>
15493
15494 * font.c (font_find_for_lface): Try the adstyle specified in
15495 the property of LFACE_FONT of LFACE (if any).
15496
15497 2008-06-21 Seiji Zenitani <zenitani@mac.com>
15498 Ryo Yoshitake <ryo@shiftmode.net>
15499
15500 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15501
15502 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15505 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15506 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15507 (witness-emacs): Remove.
15508 (lisp, shortlisp): Move loaddefs.el earlier.
15509 (mostlyclean): Forget about witness-emacs.
15510
15511 2008-06-22 Glenn Morris <rgm@gnu.org>
15512
15513 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15514 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15515
15516 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * Makefile.in (PRECOMP): Remove.
15519 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15520 (witness-emacs): Run `compile-first'.
15521 (.el.elc): Use the new compile-onefile target.
15522
15523 2008-06-21 Kenichi Handa <handa@m17n.org>
15524
15525 * xftfont.c (xftfont_open): Handle QCembolden only when
15526 FC_EMBOLDEN is defined.
15527
15528 2008-06-21 Andreas Schwab <schwab@suse.de>
15529
15530 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15531 (.el.elc): Likewise.
15532
15533 2008-06-21 Miles Bader <miles@gnu.org>
15534
15535 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15536 build dir, not the lisp source dir.
15537
15538 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15541 (bootstrapclean): Remove.
15542 (.el.elc): New rule.
15543 (PRECOMP): New var.
15544 (../lisp/subdirs.el): Remove.
15545 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15546 (witness-emacs): New target.
15547 (mostlyclean): Remove witness-emacs as well.
15548 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15549 Add witness-emacs dependency.
15550
15551 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15552
15553 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15554 defined by the font.
15555
15556 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15559 (bootstrap-clean): New target that keeps TAGS around.
15560 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15561 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15562
15563 2008-06-20 Jason Rumney <jasonr@gnu.org>
15564
15565 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15566 Remove obsolete font code.
15567
15568 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15569 to determine language support.
15570
15571 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * sysdep.c (cfsetspeed): New fun extracted from the code.
15574 (cfmakeraw): Move before first use.
15575
15576 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15577
15578 * sysdep.c (cfmakeraw): Provide fallback implementation.
15579 (serial_configure): Provide fallback implementation of cfsetspeed.
15580
15581 2008-06-20 Kenichi Handa <handa@m17n.org>
15582
15583 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15584 the pattern.
15585
15586 * fontset.c (fontset_from_font): Copy font_spec before changing
15587 the elements.
15588
15589 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15590
15591 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15592
15593 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15594 for explicit `font' parameters.
15595
15596 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15597
15598 2008-06-19 Kenichi Handa <handa@m17n.org>
15599
15600 * frame.c: Include <ctype.h>.
15601 (x_set_font_backend): Allow spacing characters in the X resource
15602 for FontBackend.
15603
15604 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * w32fns.c, xfns.c (Qfont_param): New var.
15607 (syms_of_w32fns): Initialize it.
15608 (x_default_font_parameter): Record explicit `font' into
15609 `font-parameter'.
15610
15611 2008-06-18 Kenichi Handa <handa@m17n.org>
15612
15613 * font.c (font_parse_xlfd): Fix previous change.
15614 (font_parse_fcname): Don't use :fc-unknown-spec.
15615 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15616 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15617 (font_add_log): Prepend the driver name to the resulting fonts.
15618
15619 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15620 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15621 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15622
15623 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15624 (QCembolden): New variables.
15625 (syms_of_xftfont): DEFSYM them.
15626 (xftfont_open): Call XftFontMatch. Don't trust the result of
15627 XftTextExtents8 if the pixel_size is less than 5.
15628
15629 2008-06-18 Andreas Schwab <schwab@suse.de>
15630
15631 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15632 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15633
15634 2008-06-18 Jason Rumney <jasonr@gnu.org>
15635
15636 * w32font.c (w32font_list, w32font_match): Add logging.
15637
15638 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15639
15640 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * font.c (font_parse_fcname): Store divider characters for
15643 unknown-spec list. For known key symbols, intern using correct
15644 symbol name.
15645
15646 2008-06-17 Kenichi Handa <handa@m17n.org>
15647
15648 * xfaces.c (realize_default_face): If the frame is not on window
15649 system, set the fontset of face to nil.
15650
15651 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15652
15653 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15654
15655 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15656
15657 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15658 (build_font_name_from_vector): Delete externs.
15659
15660 * xfaces.c (struct font_name): Don't declare.
15661
15662 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15665
15666 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15667
15668 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15669
15670 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * font.c (Ffont_spec): Fix usage in docstring.
15673 (Ffont_face_attributes): Doc fix.
15674
15675 2008-06-16 Andreas Schwab <schwab@suse.de>
15676
15677 * font.c (Ffont_face_attributes): Fix definition.
15678
15679 2008-06-16 Jason Rumney <jasonr@gnu.org>
15680
15681 * font.h (font_style_symbolic_from_value): Remove.
15682
15683 * font.c (font_style_symbolic_from_value): Remove.
15684 (font_style_symbolic): Revert to pre 2008-06-13 version.
15685
15686 * w32font.c (w32_to_fc_weight): New function.
15687 (w32font_full_name, logfont_to_fcname): Use it.
15688
15689 2008-06-16 Kenichi Handa <handa@m17n.org>
15690
15691 * font.c (font_check_object): Delete it.
15692 (font_clear_cache): Check if a font-object is alive.
15693 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15694 font-object to nil.
15695 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15696 (font_at): Don't call font_check_object.
15697 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15698
15699 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15700
15701 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15702
15703 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15704
15705 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15706
15707 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15708
15709 * font.c (font_parse_fcname): Only one decimal point.
15710 (font_unparse_fcname): Handle data in family and foundry indices
15711 as symbols, not strings.
15712 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15713
15714 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15715
15716 * font.h (font_unparse_gtkname): Add prototype.
15717
15718 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15719
15720 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15721
15722 2008-06-15 Andreas Schwab <schwab@suse.de>
15723
15724 * font.c (font_update_drivers): Fix crash when no drivers match.
15725
15726 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15729 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15730
15731 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15734
15735 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * process.c (Fserial_process_configure, Fprocess_send_eof):
15738 Use EQ to compare Lisp_Objects.
15739
15740 2008-06-13 Jason Rumney <jasonr@gnu.org>
15741
15742 * w32fns.c (Fw32_select_font): Remove old font API function.
15743
15744 * w32font.c (logfont_to_fcname): New function.
15745 (Fx_select_font): New font dialog function compatible with
15746 GTK/fontconfig version.
15747
15748 * font.c (font_style_symbolic_from_value): New function.
15749 (font_style_symbolic): Use it.
15750
15751 * font.h (font_style_symbolic_from_value): Declare new function.
15752
15753 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15754
15755 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15756 <font-width-table>: Fix typos in docstrings.
15757
15758 2008-06-13 Daniel Engeler <engeler@gmail.com>
15759
15760 These changes add serial port access.
15761 * process.c: Add HAVE_SERIAL.
15762 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15763 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15764 (list_processes_1, select_wrapper, Fstop_process)
15765 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15766 (status_notify): Modify to handle serial processes.
15767 [HAVE_SERIAL] (Fserial_process_configure)
15768 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15769 New functions.
15770 * process.h (struct Lisp_Process): Add `type'.
15771 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15772 New functions.
15773 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15774 serial ports.
15775 (serial_open, serial_configure): New functions.
15776 * w32.h: Add FILE_SERIAL.
15777 (struct _child_process): Add ovl_read, ovl_write.
15778
15779 2008-06-13 Kenichi Handa <handa@m17n.org>
15780
15781 * dispextern.h (enum lface_attribute_index): New member
15782 LFACE_FOUNDRY_INDEX.
15783
15784 * font.c (font_score): Delete arg alternate_families. Check only
15785 weight, slant, width, and size. Ignore the difference of alias
15786 style symbols.
15787 (font_sort_entites): Adjust for the above change. Reflect the
15788 order of font-driver to scores.
15789 (font_list_entities): Don't check alternate_familes here.
15790 (font_clear_prop): Handle foundry.
15791 (font_update_lface): Don't parse "foundry-family" form here.
15792 Handle FONT_FOUNDRY_INDEX.
15793 (font_find_for_lface): Likewise. Handle alternate families here.
15794 If registry is nil, try iso8859-1 and ascii-0.
15795 (font_open_for_lface): Pay attention to size in ENTITY.
15796 (font_open_by_name): Simplify by calling font_load_for_lface.
15797 (free_font_driver_list): Delete it.
15798 (font_update_drivers): Preserve the order of backends.
15799 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15800 of font_score and font_sort_entites.
15801 (font_update_sort_order): Likewise.
15802
15803 * xfaces.c (LFACE_FOUNDRY): New macro.
15804 (check_lface_attrs): Check foundry.
15805 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15806 (merge_face_vectors): Check foundry.
15807 (merge_face_ref): Likewise.
15808 (Finternal_set_lisp_face_attribute): Likewise.
15809 (x_update_menu_appearance): Likewise.
15810 (Finternal_get_lisp_face_attribute): Likewise.
15811 (lface_hash): Likewise.
15812 (lface_same_font_attributes_p): Likewise.
15813 (x_supports_face_attributes_p): Likewise.
15814 (tty_supports_face_attributes_p): Likewise.
15815 (Finternal_set_alternative_font_family_alist): Intern strings.
15816 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15817 (realize_default_face): Set LFACE_FOUNDRY (lface).
15818
15819 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15820 font-driver at first.
15821
15822 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15823
15824 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15825
15826 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15827
15828 2008-06-12 Jim Meyering <meyering@redhat.com>
15829
15830 Make unexec_free handle NULL the same way free does.
15831 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15832
15833 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15836 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15837 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15838 (WEAK_ALIAS): Simplify.
15839 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15840 when searching a unibyte buffer.
15841
15842 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15843
15844 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15845
15846 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15847
15848 * w32font.c: Include ctype.h.
15849
15850 2008-06-11 Jason Rumney <jasonr@gnu.org>
15851
15852 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15853 misreported as space.
15854 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15855 as aliases for registry iso10646-1.
15856
15857 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * buffer.c (clone_per_buffer_values): Skip `name'.
15860
15861 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15862
15863 * font.c (font_parse_fcname): Fix last change; accept decimal
15864 points in font size.
15865
15866 2008-06-10 Jason Rumney <jasonr@gnu.org>
15867
15868 * w32uniscribe.c (add_opentype_font_name_to_list):
15869 Skip non unicode fonts.
15870
15871 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15872
15873 * xfns.c (Fx_font_dialog): New function.
15874
15875 * gtkutil.c (xg_dialog_response_cb): Rename from
15876 xg_file_response_callback.
15877 (pop_down_dialog): Rename from pop_down_file_dialog.
15878 (xg_get_file_name): Callers changed.
15879 (xg_get_font_name): New function.
15880
15881 * gtkutil.h (xg_get_font_name): Insert prototype.
15882
15883 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15886 x_underline_minimum_display_offset.
15887 (syms_of_xdisp): Declare it here rather than in xterm.c.
15888 * dispextern.h (underline_minimum_offset): Declare it.
15889 * w32term.c (x_draw_glyph_string): Use it.
15890 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15891 (syms_of_xterm): Don't declare it any more.
15892 (x_draw_glyph_string): Adjust to the new name.
15893
15894 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15895
15896 * xterm.c (x_underline_minimum_display_offset): New var.
15897 (x_draw_glyph_string): Use it.
15898 (syms_of_xterm): Declare it.
15899
15900 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15901
15902 * font.c (font_parse_fcname): Accept GTK-style font names too.
15903
15904 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * dired.c (file_name_completion): Don't return t if the match is exact
15907 but with different capitalization.
15908 * minibuf.c (Ftry_completion): Simplify.
15909
15910 * window.c (Vwindow_point_insertion_type): New var.
15911 (set_window_buffer): Use it.
15912 (syms_of_window): Init and export it to Lisp.
15913
15914 2008-06-10 Kenichi Handa <handa@m17n.org>
15915
15916 * font.h (font_intern_prop): Prototype adjusted.
15917
15918 * font.c (font_intern_prop): New arg force_symbol.
15919 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15920 Adjust for the change of font_intern_prop.
15921
15922 * ftfont.c (ftfont_pattern_entity):
15923 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15924 (w32_registry):
15925 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15926 the change of font_intern_prop.
15927
15928 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15929
15930 * w32menu.c (digest_single_submenu): Declare extern.
15931
15932 2008-06-09 Jason Rumney <jasonr@gnu.org>
15933
15934 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15935
15936 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15937 (parse_single_submenu): Remove.
15938 (digest_single_submenu): Remove.
15939 (syms_of_w32menu): Don't initialise variables that have moved
15940 to menu.c.
15941 (set_frame_menubar): Sync with version in xmenu.c.
15942 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15943
15944 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15945 Make static again.
15946
15947 2008-06-09 Jason Rumney <jasonr@gnu.org>
15948
15949 Changes to w32 files related to the move of common menu code
15950 to menu.c on 2008-06-08 by Chong Yidong.
15951
15952 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15953 defs to w32gui.h.
15954 (single_keymap_panes, push_menu_item, push_menu_pane):
15955 Make globally visible.
15956
15957 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15958 (local_free, malloc_widget_value, free_widget_value)
15959 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15960 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15961 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15962 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15963 (menu_items, menu_items_allocated, menu_items_used)
15964 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15965 (init_menu_items, finish_menu_items, discard_menu_items)
15966 (grow_menu_items, push_submenu_start, push_submenu_end)
15967 (push_left_right_boundary, push_menu_pane, push_menu_item)
15968 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15969 (free_menubar_widget_tree_value, parse_single_submenu)
15970 (update_submenu_strings): Remove functions.
15971 (xmalloc_widget_value): Remove and declare extern.
15972
15973 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15974 (OBJ1): Build it.
15975
15976 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15977 (local_heap, local_alloc, local_free, malloc_widget_value)
15978 (free_widget_value): Define here.
15979
15980 2008-06-09 Kenichi Handa <handa@m17n.org>
15981
15982 * font.h (Qascii_0): Extern it.
15983
15984 * font.c (Qascii_0): New variable.
15985 (syms_of_font): DEFSYM it.
15986 (font_open_by_name): If the registry "iso8859-1" fails, try also
15987 "ascii-0".
15988
15989 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15990
15991 2008-06-08 Kenichi Handa <handa@m17n.org>
15992
15993 * .gdbinit (xfont): New command.
15994
15995 2008-06-08 Andreas Schwab <schwab@suse.de>
15996
15997 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15998 * Makefile.in (menu.o): Update dependencies.
15999
16000 * Makefile.in (obj): Always add menu.o.
16001 * emacs.c (main): Always call syms_of_menu.
16002 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
16003
16004 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
16005
16006 * Makefile.in: Compile menu.c.
16007
16008 * lisp.h: Declare syms_of_menu.
16009
16010 * emacs.c (main): Call syms_of_menu.
16011
16012 * keyboard.h: Relocate platform-independent menu definitions from
16013 xmenu.c.
16014
16015 * menu.c: New file. Relocate platform-independent menu
16016 definitions from xmenu.c. Suggested by Adrian Robert.
16017
16018 * xmenu.c: Remove platform-independent menu definitions.
16019 (menu_items, menu_items_inuse, menu_items_allocated)
16020 (menu_items_used, menu_items_n_panes)
16021 (menu_items_submenu_depth): Move to keyboard.h.
16022 (init_menu_items, finish_menu_items, unuse_menu_items)
16023 (discard_menu_items, restore_menu_items, save_menu_items)
16024 (grow_menu_items, push_submenu_start, push_submenu_end)
16025 (push_left_right_boundary, push_menu_pane, push_menu_item)
16026 (keymap_panes, single_keymap_panes, single_menu_item)
16027 (list_of_panes, list_of_items, find_and_call_menu_selection)
16028 (xmalloc_widget_value, free_menubar_widget_value_tree)
16029 (parse_single_submenu, digest_single_submenu)
16030 (update_submenu_strings): Move to menu.c.
16031
16032 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
16033
16034 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
16035
16036 2008-06-06 Miles Bader <miles@gnu.org>
16037
16038 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
16039 face, not frame default.
16040
16041 2008-06-05 Martin Rudalics <rudalics@gmx.at>
16042
16043 * window.c (pop_up_windows, pop_up_frames)
16044 (display_buffer_reuse_frames, Vpop_up_frame_function)
16045 (Vdisplay_buffer_function, Veven_window_heights)
16046 (Vspecial_display_buffer_names, Vspecial_display_regexps)
16047 (Vspecial_display_function, Vsame_window_buffer_names)
16048 (Vsame_window_regexps, split_height_threshold)
16049 (Vsplit_window_preferred_function): Move those vars to window.el.
16050 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
16051 (Fdisplay_buffer): Move those functions to window.el.
16052 (syms_of_window): Remove corresponding declarations.
16053 (display_buffer): New function.
16054 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
16055 * dispnew.c (Flast_nonminibuf_frame): New function.
16056 * buffer.c (Fpop_to_buffer): Move to window.el.
16057
16058 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
16061
16062 2008-06-05 Kenichi Handa <handa@m17n.org>
16063
16064 * coding.c (detect_coding): Fix previous change.
16065 (detect_coding_system): Likewise.
16066
16067 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
16070
16071 * keymap.c (Vminibuffer_local_filename_must_match_map):
16072 Rename from Vminibuffer_local_must_match_filename_map.
16073 (syms_of_keymap):
16074 * minibuf.c (Fcompleting_read): Adjust accordingly.
16075 * commands.h: Rename declaration as well.
16076
16077 2008-06-05 Kenichi Handa <handa@m17n.org>
16078
16079 * font.c (Ffont_spec): Don't use font_parse_family_registry for
16080 family name.
16081 (Ffont_put): Likewise.
16082
16083 * fontset.c (fontset_find_font): Call font_open_for_lface with the
16084 current font-spec.
16085
16086 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
16087 is unspecified.
16088
16089 * xfaces.c (realize_x_face): If the font-related face attributes
16090 are the same as those of default face, realize a new fontset from
16091 default->fontset.
16092 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
16093
16094 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
16097 (move_it_in_display_line): New wrapper.
16098
16099 * window.c (window_scroll_pixel_based_preserve_x)
16100 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
16101 (window_scroll_pixel_based, window_scroll_line_based):
16102 Use them to preserve column positions.
16103 (syms_of_window): Initialize them.
16104
16105 * indent.c (Fvertical_motion): Extend first arg to allow passing an
16106 (HPOS . VPOS) pair.
16107
16108 * dispextern.h (move_it_in_display_line): Declare.
16109
16110 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
16111
16112 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
16113 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
16114 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
16115
16116 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
16117
16118 * window.c (Fset_window_parameter): Doc fix.
16119 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
16120
16121 2008-06-04 Joakim Verona <joakim@verona.se>
16122
16123 * window.h (struct window): Add new member window_parameters.
16124
16125 * window.c (Fwindow_parameters, Fwindow_parameter)
16126 (Fset_window_parameter): New defuns.
16127 (syms_of_window): Defsubr the new defuns.
16128 (make_window): Initialize window_parameters to nil.
16129
16130 2008-06-04 John Paul Wallington <jpw@pobox.com>
16131
16132 * eval.c (Fdefmacro): Doc fix.
16133
16134 2008-06-04 Kenichi Handa <handa@m17n.org>
16135
16136 * coding.c (detect_coding): Fix handling of coding->head_ascii.
16137 Be sure to call setup_coding_system when we find a proper coding system.
16138 (detect_coding_system): Fix handling of coding->head_ascii.
16139
16140 2008-06-03 Andreas Schwab <schwab@suse.de>
16141
16142 * font.c (font_prop_validate_spacing): Fix last change.
16143
16144 2008-06-03 Kenichi Handa <handa@m17n.org>
16145
16146 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
16147 (font_parse_fcname): Fix handling of unknown key.
16148
16149 * xfont.c (xfont_list): Try an alias.
16150
16151 * charset.c (char_charset): Return NULL if the arg charset_list is
16152 specified and C doesn't belong to any of them.
16153
16154 2008-06-02 Chip Coldwell <coldwell@redhat.com>
16155
16156 * font.c (font_pixel_size): Don't take cdr of an integer.
16157
16158 2008-06-02 Jim Meyering <meyering@redhat.com>
16159
16160 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
16161 * alloc.c (xfree): Return right away for a NULL arg.
16162 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
16163 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
16164 * mac.c (create_apple_event_from_event_ref): Likewise.
16165 (create_apple_event_from_drag_ref, cfstring_create_normalized):
16166 Likewise.
16167 * doprnt.c (doprnt1): Likewise.
16168 * frame.c (frame): Likewise.
16169 * keyboard.c (wipe_kboard): Likewise.
16170 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
16171 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
16172 * term.c (tty_default_color_capabilities, maybe_fatal)
16173 (delete_tty): Likewise.
16174 * w16select.c (string): Likewise.
16175 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
16176 * w32bdf.c (w32_free_bdf_font): Likewise.
16177 * w32fns.c (w32_unload_font): Likewise.
16178 * w32font.c (w32font_close): Likewise.
16179 * window.c (size_window): Likewise.
16180 * xselect.c (receive_incremental_selection): Likewise.
16181 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
16182 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
16183 * w32.c (stat): Likewise.
16184
16185 Remove useless if-before-free tests.
16186 * editfns.c (Fset_time_zone_rule): Likewise.
16187 * lread.c (nosuffix): Likewise.
16188 * ralloc.c (get_bloc): Likewise.
16189 * regex.c (reg_free): Likewise.
16190 * xftfont.c (xftfont_open, xftfont_close): Likewise.
16191 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16192 * xsmfns.c (smc_save_yourself_CB): Likewise.
16193
16194 2008-06-02 Kenichi Handa <handa@m17n.org>
16195
16196 * font.c (font_find_for_lface): Handle float font size.
16197 (font_open_for_lface): Likewise.
16198
16199 * xfaces.c (x_supports_face_attributes_p): Check face->font before
16200 comparing the properties.
16201
16202 2008-06-01 Jason Rumney <jasonr@gnu.org>
16203
16204 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16205 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16206 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16207 Don't add empty script list.
16208 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16209
16210 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
16211
16212 * Makefile.in (dot, dotdot): Remove, update users.
16213 ".." has been used elsewhere in the file for a long time.
16214 (LIBXT_STATIC): Remove conditional based on unused variable.
16215
16216 2008-06-01 Miles Bader <miles@gnu.org>
16217
16218 * xfaces.c (Vface_remapping_alist): New variable.
16219 (syms_of_xfaces): Initialize it.
16220 (enum named_merge_point_kind): New type.
16221 (struct named_merge_point): Add `named_merge_point_kind' field.
16222 (push_named_merge_point): Make cycle detection respect different
16223 named-merge-point kinds.
16224 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16225 Remove face-name alias resolution.
16226 (lface_from_face_name): New definition using
16227 `lface_from_face_name_no_resolve'.
16228 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16229 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16230 (get_lface_attributes): New definition that layers face-remapping on
16231 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
16232 (lookup_basic_face): New function.
16233 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16234 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16235 `get_lface_attributes'.
16236 (face_at_buffer_position): Use `lookup_basic_face' to lookup
16237 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
16238 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16239
16240 * xdisp.c (init_iterator): Pass base_face_id through
16241 `lookup_basic_face' when we actually use it as a face-id.
16242 (handle_single_display_prop): Use `lookup_basic_face' to lookup
16243 DEFAULT_FACE_ID.
16244
16245 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16246 lookup the initial face-id.
16247
16248 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16249
16250 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
16251
16252 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16253 (Fremove_text_properties): Fix typos in docstrings.
16254
16255 2008-05-31 Kenichi Handa <handa@m17n.org>
16256
16257 * font.c (font_list_entities): Fix the car part of data to be
16258 stored in the cache.
16259
16260 * ftfont.c (ftfont_font_format): Don't use strcasestr.
16261
16262 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16265 Add a `test' argument so another predicate than `equal' can be used.
16266 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16267 (map_char_table): Remove unused vars `c' and `i'.
16268 * lisp.h (Foptimize_char_table): Adjust declaration.
16269 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16270
16271 2008-05-30 Kenichi Handa <handa@m17n.org>
16272
16273 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16274 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16275 defined.
16276
16277 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16278
16279 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16280 (Fmake_variable_frame_local): Disallow mixing buffer-local and
16281 frame-local settings for the same variable.
16282
16283 2008-05-30 Kenichi Handa <handa@m17n.org>
16284
16285 * fontset.c (Ffont_info): Move to font.c.
16286 (syms_of_fontset): Delete defsubr of Sfont_info.
16287
16288 * font.c (font_style_to_value, font_score): Delete casting of the
16289 args to xstcasecmp.
16290 (register_font_driver): Increment num_font_drivers only when
16291 registering the driver globally.
16292 (Ffont_info): Move from fontset.c. Handle a font object too.
16293 (syms_of_font): Defsubr Sfont_info.
16294
16295 2008-05-29 Kenichi Handa <handa@m17n.org>
16296
16297 * coding.h (enum define_coding_utf8_arg_index): New enum.
16298 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16299 coding_attr_utf_bom.
16300 (enum utf_bom_type): Rename from utf_16_bom_type.
16301 (struct utf_16_spec): Adjust for the above change.
16302 (struct coding_system): Add utf_8_bom in `spec' union.
16303
16304 * coding.c (CODING_UTF_8_BOM): New macro.
16305 (enum coding_category): Delete coding_category_utf_8, add
16306 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16307 coding_category_utf_8_sig.
16308 (CATEGORY_MASK_UTF_8): Delete it.
16309 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16310 (CATEGORY_MASK_UTF_8_SIG): New macros.
16311 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16312 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16313 CATEGORY_MASK_UTF_8_SIG.
16314 (CATEGORY_MASK_UTF_8): New macro.
16315 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16316 (detect_coding_utf_8): Check BOM.
16317 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16318 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16319 (encode_coding_utf_16): Likewise.
16320 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16321 (detect_coding, detect_coding_system): Handle utf-8-auto.
16322 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16323 (syms_of_coding): Fix setting up of Vcoding_category_table.
16324
16325 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * process.c (Faccept_process_output): If `millisec' is non-nil,
16328 `seconds' default to 0.
16329 (wait_reading_process_output): Also return non-nil if we read output
16330 from a non-running process.
16331
16332 2008-05-29 Jason Rumney <jasonr@gnu.org>
16333
16334 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16335 `raster' specified.
16336 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16337 in the uniscribe backend, but disallow any font that has no
16338 unicode subrange support.
16339
16340 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
16341
16342 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16343 Fix typos in docstrings.
16344
16345 2008-05-29 Kenichi Handa <handa@m17n.org>
16346
16347 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16348 (Fx_family_fonts): Set frame correctly.
16349
16350 2008-05-28 Jason Rumney <jasonr@gnu.org>
16351
16352 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16353
16354 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16355
16356 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16357 calling build_annotations.
16358
16359 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
16360
16361 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16362 (Fencode_coding_string):
16363 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16364 <latin-extra-code-table>: Fix typos in docstrings.
16365 (syms_of_coding) <coding-system-alist>: Doc fix.
16366 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16367
16368 2008-05-28 Kenichi Handa <handa@m17n.org>
16369
16370 * fontset.c (Ffont_info): Don't call font_close_object.
16371
16372 * font.c (font_parse_family_registry): Use Ffont_put to validate
16373 foundry and family.
16374 (font_delete_unmatched): Don't check spacing.
16375 (font_list_entities): Add spacing to the spec to list fonts.
16376
16377 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16378 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16379
16380 * coding.c (encode_coding_raw_text): Fix previous change.
16381 (encode_coding_object): When the dst_object is a buffer and is
16382 different from src_object, move gap to PT.
16383
16384 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16387
16388 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16391 all branches. Compute it differently.
16392
16393 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16394
16395 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16398 into "else if () ... else ...".
16399
16400 2008-05-27 Jason Rumney <jasonr@gnu.org>
16401
16402 * w32font.c (w32font_open_internal): Determine if glyph indices
16403 are likely to work here.
16404
16405 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16406
16407 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16408 draw overlap glyphs with appropriate highlighting.
16409
16410 2008-05-27 Kenichi Handa <handa@m17n.org>
16411
16412 * xfont.c (xfont_open): Fix calculation of font->average_width.
16413
16414 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16415
16416 * casefiddle.c (casify_object): Try to guess better whether the
16417 argument is a byte or a char.
16418
16419 2008-05-26 Andreas Schwab <schwab@suse.de>
16420
16421 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16422 Always send multiples of format size.
16423
16424 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16425
16426 2008-05-26 Jason Rumney <jasonr@gnu.org>
16427
16428 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16429 (compute_metrics): Don't set failure if we just cleared the cache.
16430 (w32_weight_table): Remove unused variable.
16431 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16432 backwards compatibility.
16433
16434 2008-05-25 Kenichi Handa <handa@m17n.org>
16435
16436 * w32term.c (x_draw_glyph_string):
16437 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16438
16439 * xfaces.c: Delete unused function prototypes.
16440 (xstrlwr, font_frame): Delete them.
16441 (clear_face_cache): Delete unused variable.
16442
16443 * xftfont.c (xftfont_open): Delete unused variable.
16444 If underline_thickness is not 1, adjust underline_position.
16445
16446 * ftxfont.c (ftxfont_open): Delete unused variable.
16447
16448 * fontset.c (face_for_char): Optimize for the case of no charset
16449 property.
16450
16451 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16452 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16453 (otf_open, font_otf_capability, generate_otf_features)
16454 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16455 Comment out by surrounding "#if 0" and "#endif" for the moment.
16456 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16457 (syms_of_font): Codes for accessing above commented out.
16458
16459 2008-05-24 Eli Zaretskii <eliz@gnu.org>
16460
16461 * w32proc.c: Include dispextern.h.
16462
16463 * w32.c: Include dispextern.h.
16464
16465 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
16466
16467 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16468 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16469 Fix typos in docstrings.
16470
16471 2008-05-23 Jason Rumney <jasonr@gnu.org>
16472
16473 * xsmfns.c: Remove includes that are already included by config.h.
16474
16475 2008-05-23 Kenichi Handa <handa@m17n.org>
16476
16477 * charset.c (Qemacs, charset_emacs): New variables.
16478 (char_charset): Fix for non-Unicode characters.
16479 (syms_of_charset): Define charset_emacs.
16480
16481 * w32term.c (x_draw_glyph_string): Be sure to update
16482 s->underline_thickness and s->underline_position. Be sure to draw
16483 underline within the current line area.
16484
16485 * xterm.c (x_draw_glyph_string): Be sure to update
16486 s->underline_thickness and s->underline_position. Be sure to draw
16487 underline within the current line area.
16488
16489 * fontset.c: Delete unused variables and add casting for char *
16490 throughout the file.
16491 (fontset_font): Try the fallback fonts of the current fontset
16492 before consulting the default fontset.
16493
16494 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16495
16496 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16497
16498 2008-05-22 Jason Rumney <jasonr@gnu.org>
16499
16500 * font.c: Don't include strings.h.
16501
16502 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16503
16504 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16505 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16506 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16507 to call xstrcasecmp.
16508
16509 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16510
16511 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16512
16513 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16514
16515 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16516
16517 2008-05-22 Kenichi Handa <handa@m17n.org>
16518
16519 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16520
16521 * font.c (font_prop_validate_style): Adjust for the format
16522 change of font_style_table.
16523
16524 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16525 two args.
16526
16527 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16528 two args.
16529
16530 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16531
16532 * minibuf.c (keys_of_minibuf): Delete.
16533 * lisp.h (keys_of_minibuf): Delete.
16534 * emacs.c (main): Don't call keys_of_minibuf.
16535
16536 2008-05-22 Kenichi Handa <handa@m17n.org>
16537
16538 * ftfont.c (ftfont_resolve_generic_family): Rename from
16539 ftfont_list_generic_family. Return a single family for each
16540 generic family.
16541 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16542 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16543 Call font_add_log.
16544 (ftfont_match): Call font_add_log.
16545
16546 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16547 (FONT_DEBUG): Define it.
16548 (font_add_log): Extern it.
16549 (font_assert): Rename from xassert.
16550
16551 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16552 (xfont_list_family): Call font_add_log.
16553 (xfont_match): Likewise.
16554 (memq_no_quit): Delete.
16555
16556 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16557 call of Ffont_xlfd_name.
16558
16559 * xfaces.c (struct table_entry, slant_table, weight_table)
16560 (swidth_table): Move to font.c.
16561
16562 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16563 xassert are changed to font_assert. Delete many unused variables.
16564 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16565 New variables.
16566 (struct table_entry): Move from xfaces.c and modified.
16567 (weight_table, slant_table, width_table): Move from xfaces.c and
16568 contents adjusted for the change of struct table_entry.
16569 (font_style_to_value, font_style_symbolic): Adjust for the
16570 format change of font_style_table.
16571 (font_parse_family_registry): Don't overwrite existing foundry and
16572 family of font_spec.
16573 (font_score): Fix calculation of diff for sizes.
16574 (font_sort_entites): Call font_add_log.
16575 (font_delete_unmatched): Return a newly created list.
16576 (font_list_entities): Fix previous change. Call font_add_log.
16577 (font_matching_entity, font_open_entity, font_close_entity):
16578 Call font_add_log.
16579 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16580 (Finternal_set_font_style_table): Delete.
16581 (BUILD_STYLE_TABLE): New macro.
16582 (build_style_table): New function.
16583 (Vfont_log, font_log_env_checked): New variables.
16584 (font_add_log): New function.
16585 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16586 Declare Lisp variables "font-weight-table", "font-slant-table",
16587 "font-width-table", and "font-log". Initialize font_style_table.
16588
16589 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16590
16591 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16592
16593 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16594 Ryo Yoshitake <ryo@shiftmode.net>
16595
16596 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16597 (Vframe_alpha_lower_limit): New variable.
16598 (x_set_alpha): New function.
16599
16600 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16601
16602 * xfns.c (x-create-frame, Qalpha):
16603 Initialize the frame parameter `alpha'.
16604 * xterm.c (OPAQUE, OPACITY): New.
16605 (x_set_frame_alpha): New function.
16606 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16607
16608 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16609 * w32fns.c (w32_frame_parm_handlers): Likewise.
16610
16611 2008-05-20 Jason Rumney <jasonr@gnu.org>
16612
16613 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16614 truetype fonts to opentype list.
16615
16616 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16617
16618 * fontset.c (Ffontset_info): Doc fix.
16619 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16620 <ignore-relative-composition>: Fix typos in docstrings.
16621
16622 * font.c (syms-of-font) <font-encoding-alist>:
16623 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16624 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16625 (Ffont_otf_alternates): Doc fixes.
16626
16627 2008-05-20 Kenichi Handa <handa@m17n.org>
16628
16629 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16630 font.h through out the file.
16631 (FONT_DRIVERS): Rename from FONTOBJ.
16632 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16633 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16634
16635 * emacs.c (main): Call syms_of_font unconditionally.
16636
16637 * font.h (find_font_encoding): Extern it.
16638
16639 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16640 fontset.c.
16641 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16642 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16643 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16644 only when HAVE_WINDOW_SYSTEM is defined.
16645 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16646 when HAVE_WINDOW_SYSTEM is defined.
16647
16648 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16649 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16650
16651 * xfaces.c: Include font.h unconditionally.
16652 (merge_face_ref, merge_face_vectors)
16653 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16654
16655 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16656
16657 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16658 indirect_variable.
16659 * eval.c (lisp_indirect_variable): New fun.
16660 (Fuser_variable_p): Use it.
16661
16662 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * lisp.h (indirect_variable):
16665 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16666 Use Lisp_Symbol pointers rather than Lisp_Object.
16667 Adjust callers.
16668 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16669 To this end, change calling-convention.
16670
16671 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16672 if some non-hidden buffers are selected by string&pred.
16673
16674 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16675
16676 * process.c (wait_reading_process_output): Always check status
16677 when in batch mode.
16678
16679 2008-05-19 Kenichi Handa <handa@m17n.org>
16680
16681 * font.c (font_list_entities): Fix handling of cache.
16682 (font_matching_entity): Likewise.
16683
16684 * ftfont.c (cs_iso8859_1): Delete.
16685 (ft_face_cache): New variable.
16686 (struct ftfont_info): New member fc_charset_idx.
16687 (ftfont_build_basic_charsets): Delete.
16688 (fc_charset_table): New variable.
16689 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16690 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16691 Callers changed.
16692 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16693 (ftfont_spec_pattern): New argument fc_charset_idx.
16694 Check registry more rigidly. Change callers.
16695 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16696 change of :font-entity property of the font.
16697
16698 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16699 property of the font.
16700
16701 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16702
16703 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16704 (Funencodable_char_position, Fcheck_coding_systems_region)
16705 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16706 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16707 (Ffind_operation_coding_system, Fset_coding_system_priority)
16708 (Fcoding_system_eol_type): Doc fixes.
16709
16710 2008-05-17 Glenn Morris <rgm@gnu.org>
16711
16712 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16713
16714 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16715
16716 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16717 and st_gid.
16718
16719 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16720 HAVE_WINDOW_SYSTEM is not defined.
16721
16722 * xfaces.c (merge_face_ref, merge_face_vectors)
16723 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16724 HAVE_WINDOW_SYSTEM is defined.
16725 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16726
16727 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16730
16731 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16732
16733 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16734
16735 2008-05-15 Kenichi Handa <handa@m17n.org>
16736
16737 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16738 preference.
16739
16740 2008-05-15 Glenn Morris <rgm@gnu.org>
16741
16742 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16743
16744 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16745
16746 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16747 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16748
16749 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16750
16751 2008-05-15 Kenichi Handa <handa@m17n.org>
16752
16753 * ftfont.c (ftfont_list): Downcase family name to check generic
16754 families.
16755
16756 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16757 font-spec for QCfont value.
16758
16759 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16760 buffer. Check the return value of it.
16761
16762 2008-05-14 Jason Rumney <jasonr@gnu.org>
16763
16764 * w32term.c (w32_get_glyph_overhangs): Remove.
16765 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16766
16767 2008-05-14 Kenichi Handa <handa@m17n.org>
16768
16769 * font.c (font_prop_validate): Make nil a valid value.
16770 (font_clear_cache): Check if the cached vector of entities is nil
16771 or not.
16772
16773 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16774
16775 * emacs.c (main_thread): Conditionalize on
16776 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16777 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16778
16779 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16780 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16781 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16782
16783 2008-05-14 Kenichi Handa <handa@m17n.org>
16784
16785 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16786 has no corresponding coding system.
16787
16788 2008-05-14 Jason Rumney <jasonr@gnu.org>
16789
16790 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16791
16792 * w32font.h (w32font_open_internal): Update declaration.
16793
16794 * w32font.c (w32font_open_internal): Change last argument from
16795 w32font_info struct to font object. Fill in font object from
16796 font_entity. Get Outline metrics if possible. Use them to
16797 calculate underline position and thickness. Use xlfd name as name
16798 property. Don't set codepage.
16799 (w32font_open): Pass font_object to w32font_open_internal. Don't
16800 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16801 (w32font_draw): Use s->font.
16802 (clear_cached_metrics): Don't clear non-existent blocks.
16803
16804 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16805 font was not found.
16806 (x_draw_glyph_string): Use underline position and thickness from font.
16807
16808 * w32uniscribe.c (uniscribe_open): Pass font_object to
16809 w32font_open_internal.
16810
16811 2008-05-14 Kenichi Handa <handa@m17n.org>
16812
16813 These changes are to delete all legacy font-handling codes, and
16814 make Emacs use only font-backends.
16815
16816 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16817 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16818
16819 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16820
16821 * charset.h (Vcharset_non_preferred_head)
16822 (Vcurrent_iso639_language): Extern them.
16823
16824 * charset.c (Vcharset_non_preferred_head): New variable.
16825 (Vcurrent_iso639_language): New variable.
16826 (syms_of_charset): Declare it as a Lisp variable.
16827 (char_charset): Don't check non preferred charsets. As a last
16828 resort, return charset_unicode.
16829 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16830
16831 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16832 conditionals. Don't check enable_font_backend. Delete all codes
16833 used only when USE_FONT_BACKEND is not defined.
16834
16835 * dispextern.h (struct glyph_string): Change type of `font' to
16836 `struct font *'.
16837 (struct glyph_string): New member underline_position and
16838 underline_thickness.
16839 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16840 (struct face): Change type of `font' to `struct font *'. Remove
16841 members `font_name', `font_info_id'.
16842 (per_char_metric, encode_char): Delete externs.
16843 (calc_pixel_width_or_height): Adjust the prototype.
16844
16845 * emacs.c (enable_font_backend): Delete extern.
16846 (main): Don't set enable_font_backend. Don't check the command
16847 line argument "-disable-font-backend".
16848
16849 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16850 (enum font_property_index): New members FONT_DPI_INDEX,
16851 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16852 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16853 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16854 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16855 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16856 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16857 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16858 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16859 (struct font_spec, struct font_entity): New structs.
16860 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16861 (struct font): Many members from old "struct font_info" moved to
16862 here. Members font and entity deleted.
16863 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16864 the new font-related objects.
16865 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16866 (CHECK_FONT_GET_OBJECT): Likewise.
16867 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16868 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16869 (struct font_driver): New members case_sensitive anc check. Type
16870 of the member list and open changed.
16871 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16872 (font_symbolic_width, font_find_object, font_get_spec)
16873 (font_set_lface_from_name): Delete extern.
16874 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16875
16876 * font.c: Include <strings.h>.
16877 (enable_font_backend): Delete it.
16878 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16879 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16880 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16881 (null_string): Delete it.
16882 (null_vector): Make it static.
16883 (font_family_alist): Delete it.
16884 (Qnormal): Extern it.
16885 (QCextra, QClanguage): Delete it.
16886 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16887 (font_make_spec, font_make_entity, font_make_object)
16888 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16889 the string. Callers changed.
16890 (font_pixel_size): Adjusted for the format change of font-related
16891 objects.
16892 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16893 (font_style_to_value, font_style_symbolic): New function.
16894 (build_font_family_alist): Delete it.
16895 (font_registry_charsets): Use Fassoc_string instead of
16896 assq_no_quit.
16897 (font_prop_validate_symbol): Don't return null_string.
16898 (font_prop_validate_style): Adjusted for the change of
16899 style-related values in a font vector.
16900 (font_property_table): Delete entries for QClanguage and
16901 QCantialias, add entries for QCavgwidth.
16902 (get_font_prop_index): Delete the 2nd argument FROM.
16903 (font_prop_validate): Arguments changed.
16904 (font_put_extra): Adjusted for the change of font-related objects.
16905 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16906 (font_parse_fcname, font_unparse_fcname)
16907 (font_prepare_composition): Likewise.
16908 (font_parse_family_registry): Renamed from font_merge_old_spec.
16909 (otf_open): Delete the 1st arg entity.
16910 (font_otf_capability): Adjusted for the above change.
16911 (font_score): New arg alternate_families. Adjusted for the change
16912 of font-related objects.
16913 (font_sort_entites): New arg best_only.
16914 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16915 Delete them.
16916 (font_match_p): Check alternate families.
16917 (font_find_object): Delete it.
16918 (font_check_object): New function.
16919 (font_clear_cache): Adjusted for the change of font-related objects.
16920 (font_delete_unmatched): New arg.
16921 (font_list_entities): Call font_driver->list with a spec that
16922 doesn't specify style-related properties.
16923 (font_matching_entity): Arguments changed. Caller changed.
16924 (font_open_entity): Adjusted for the change of font-related objects.
16925 (font_close_object, font_has_char, font_encode_char)
16926 (font_get_name, font_get_spec): Likewise.
16927 (font_spec_from_name, font_clear_prop, font_update_lface):
16928 New functions.
16929 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16930 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16931 (font_at): Adjusted for the change of font-related objects.
16932 (font_range): New function.
16933 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16934 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16935 (Fcopy_font_spec, Fmerge_font_spec): New function.
16936 (Ffont_family_list): Renamed from list-families.
16937 (Finternal_set_font_style_table): Arguments changed.
16938 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16939 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16940 change of font-related objects.
16941 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16942
16943 * fontset.h (struct font_info): Delete it. Most members go to
16944 struct font.
16945 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16946 (enum FONT_SPEC_INDEX): Delete it.
16947 (font_info, list_fonts_func, load_font_func, query_font_func)
16948 (set_frame_fontset_func, find_ccl_program_func)
16949 (get_font_repertory_func, new_fontset_from_font_name): Delete
16950 externs.
16951 (fontset_from_font_name): Extern it.
16952 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16953 (FONT_INFO_FROM_FACE): Deleted.
16954 (face_for_font): Adjust prototype.
16955
16956 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16957 conditionals. Don't check enable_font_backend. Delete all codes
16958 used only when USE_FONT_BACKEND is not defined.
16959 (get_font_info_func, list_font_func, load_font_func)
16960 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16961 (get_font_repertory_func): Delete them.
16962 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16963 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16964 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16965 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16966 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16967 (fontset_compare_rfontdef): New function.
16968 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16969 rfont-defs by qsort. Adjusted for the change of font-group vector.
16970 (load_font_get_repertory): Deleted.
16971 (fontset_find_font): Use new macros to ref/set elements of
16972 font-def and rfont-def.
16973 (fontset_font): Fix the timing of remembering that no font for C.
16974 (free_face_fontset): Do nothing if the face has no fontset.
16975 (face_suitable_for_char_p): Use new macros to ref/set elements of
16976 rfont-def.
16977 (face_for_char): Likewise. Call face_for_char with font_object.
16978 (fs_load_font): Delete. Delete #pragma surrounding it.
16979 (fs_query_fontset): Use strcasecmp instead of strcmp.
16980 (generate_ascii_font_name): Adjusted for the format change of
16981 font-spec.
16982 (Fset_fontset_font): Likewise. Use new macros to set elements of
16983 font-def.
16984 (Fnew_fontset): Use font_unparse_xlfd to generate
16985 FONTSET_ASCII (fontset).
16986 (new_fontset_from_font_name): Deleted.
16987 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16988 a fontset is already created for the font. FIx updating of
16989 Vfontset_alias_alist.
16990 (fontset_ascii_font): Deleted.
16991 (Ffont_info): Adjusted for the format change of font-spec.
16992 (Finternal_char_font): Likewise.
16993 (Ffontset_info): Likewise.
16994 (syms_of_fontset): Don't check load_font_func.
16995
16996 * fns.c (internal_equal): Handle PREV_FONT.
16997
16998 * frame.h: Delete USE_FONT_BACKEND conditional.
16999
17000 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
17001 conditionals. Don't check enable_font_backend. Delete all codes
17002 used only when USE_FONT_BACKEND is not defined.
17003 (x_set_font): Call x_new_font, not x_new_fontset2.
17004 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
17005 already set for the frame.
17006
17007 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
17008 a font-entity by font_make_entity. Use font_intern_prop instead
17009 of intern_downcase. Use FONT_SET_STYLE to set a style-related
17010 font property. If a font is scalable, set avgwidth property to 0.
17011 Set font-entity property by font_put_extra.
17012 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
17013 (ffont_driver): Adjusted for the change of struct font_driver.
17014 (ftfont_spec_pattern): New function.
17015 (ftfont_list): Return a list, not vector.
17016 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
17017 (ftfont_list_family): Don't downcase names.
17018 (ftfont_free_entity): Deleted.
17019 (ftfont_open): Return a font-object. Adjusted for the change of
17020 struct font. Get underline_thickness and underline_position from
17021 font property. Don't update dpyinfo->smallest_font_height and
17022 dpyinfo->smallest_char_width.
17023 (ftfont_close): Don't free `struct font'.
17024 (ftfont_has_char): Adjusted for the format change of font-entity.
17025 (ftfont_encode_char, ftfont_text_extents): Likewise.
17026
17027 * ftxfont.c (ftxfont_list): Return a list, not vector.
17028 (ftxfont_open): Return a font-object. Adjusted for the change of
17029 struct font. Get underline_thickness and underline_position from
17030 font property. Don't update dpyinfo->smallest_font_height and
17031 dpyinfo->smallest_char_width.
17032 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
17033 (ftxfont_draw): Adjusted for the change of struct font.
17034
17035 * image.c (image_ascent): Don't include "charset.h". Include
17036 "character.h" and "font.h".
17037
17038 * lisp.h (enum pvec_type): New member PREV_FONT.
17039 (Fassoc_string): EXFUN it.
17040
17041 * print.c: Include font.h.
17042 (print_object): Handle font-related objects.
17043
17044 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
17045 conditionals. Don't check enable_font_backend. Delete all codes
17046 used only when USE_FONT_BACKEND is not defined.
17047 (handle_auto_composed_prop): Do nothing if it->f is not on a
17048 window system. Check how many following characters can be
17049 displayed by the same font.
17050 (calc_pixel_width_or_height): Type of the 4th arg is changed to
17051 'struct font *'.
17052 (get_char_face_and_encoding): Assign the whole encoding task to
17053 the `encode-char' method of a font driver.
17054 (fill_composite_glyph_string): Adjusted for the change of `struct
17055 face' and `struct glyph_string'.
17056 (fill_glyph_string): Likewise.
17057 (get_per_char_metric): Arguments changed.
17058 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
17059 and `struct glyph_string'.
17060 (produce_stretch_glyph, calc_line_height_property)
17061 (x_produce_glyphs): Likewise.
17062
17063 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
17064 conditionals. Don't check enable_font_backend. Delete all codes
17065 used only when USE_FONT_BACKEND is not defined. Use
17066 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
17067 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
17068 (Qp): Extern them.
17069 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
17070 Deleted.
17071 (struct font_name): Deleted.
17072 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
17073 (compare_fonts_by_sort_order): New function.
17074 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
17075 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
17076 Deleted.
17077 (Fx_family_fonts): Use font_list_entities, and sort fonts by
17078 compare_fonts_by_sort_order.
17079 (Fx_font_family_list): Call Ffont_family_list.
17080 (face_numeric_value, face_numeric_weight, face_numeric_slant)
17081 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
17082 (face_symbolic_slant, face_symbolic_swidth)
17083 (split_font_name_into_vector, build_font_name_from_vector)
17084 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
17085 (font_rescale_ratio, split_font_name, build_font_name)
17086 (free_font_names, sort_fonts, x_face_list_fonts)
17087 (face_font_available_p, sorted_font_list, cmp_font_names)
17088 (font_list_1, concat_font_list, font_list, remove_duplicates):
17089 Deleted.
17090 (Fx_list_fonts): Use Ffont_list.
17091 (LFACE_AVGWIDTH): Deleted.
17092 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
17093 by FONTP.
17094 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
17095 (set_lface_from_font_name): Delete it.
17096 (set_lface_from_font): Renamed from
17097 set_lface_from_font_and_fontset. Caller changed. Don't set
17098 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
17099 for face.
17100 (merge_face_vectors): Copy font-spec if necessary.
17101 Clear properties of the font-spec if necessary.
17102 (merge_face_ref): Clear properties of the font-spec if necessary.
17103 (Finternal_set_lisp_face_attribute): Likewise.
17104 (set_font_frame_param): Use font_load_for_lface to load a
17105 font-object, and call Fmodify_frame_parameters with it.
17106 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
17107 font name by Ffont_xlfd_name.
17108 (Finternal_lisp_face_attribute_values): Don't check QCweight,
17109 QCslant, and QCwidth.
17110 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
17111 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
17112 Compare fonts by EQ.
17113 (lookup_non_ascii_face): Deleted.
17114 (face_for_font): The 2nd argument changed.
17115 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
17116 Check atomic font properties by case insensitive.
17117 (realize_non_ascii_face): Set face->overstrike correctly.
17118 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
17119 (dump_realized_face): Get font name from
17120 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
17121
17122 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
17123 conditionals. Don't check enable_font_backend. Delete all codes
17124 used only when USE_FONT_BACKEND is not defined.
17125 (xic_create_xfontset): Original code deleted and renamed from
17126 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
17127 (x_make_gc): Don't set GCFont in GCs.
17128 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
17129 opened by "fixed".
17130 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
17131 find_ccl_program_func, query_font_func, set_frame_fontset_func,
17132 get_font_repertory_func.
17133
17134 * xfont.c: Include <stdlib.h> and "ccl.h".
17135 (struct xfont_info): New structure.
17136 (xfont_query_font): Deleted.
17137 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
17138 moved from xterm.c.
17139 (xfont_driver): Adjusted for the change of struct font_driver.
17140 (compare_font_names): New function.
17141 (xfont_list_pattern): Sort font names case insensitively. Make
17142 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
17143 (xfont_list): Return a list, not vector.
17144 (xfont_match): If the font doesn't have QCname property, generate
17145 a name from the other font properties.
17146 (xfont_open): Return a font-object. Adjusted for the change of
17147 struct font. Get underline_thickness and underline_position from
17148 font property. Don't update dpyinfo->smallest_font_height and
17149 dpyinfo->smallest_char_width.
17150 (xfont_close): Don't free struct font.
17151 (xfont_prepare_face): Adjusted for the change of struct font.
17152 (xfont_done_face): Deleted.
17153 (xfont_has_char): Adjusted for the change of struct font.
17154 (xfont_encode_char, xfont_draw): Likewise.
17155 (xfont_check): New function.
17156
17157 * xftfont.c (xftfont_list): Adjusted for the change of `list'
17158 callback function.
17159 (xftfont_match): Adjusted for the format change of font-entity.
17160 (xftfont_open): Adjusted for the format change of font-entity and
17161 font-object. Adjusted for the change of struct font. Return a
17162 font-object. Don't update dpyinfo->smallest_font_height and
17163 dpyinfo->smallest_char_width.
17164 (xftfont_close): Block input while calling XftFontClose.
17165 (xftfont_prepare_face): Don't block input while calling
17166 xftfont_get_colors. Adjusted for the change of struct font.
17167 (xftfont_shape): Return value of error case fixed.
17168
17169 * xrdb.c (x_load_resources): Don't setup a fontset resource.
17170
17171 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
17172 conditionals.
17173 (FONT_WIDTH): Return (f)->max_width.
17174 (struct x_display_info): Delete member `font'.
17175 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
17176 (x_find_ccl_program, x_get_font_repertory): Delete externs.
17177 (struct x_output): Change type of `font' to `struct font *'.
17178
17179 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
17180 conditionals. Don't check enable_font_backend. Delete all codes
17181 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
17182 (x_per_char_metric, x_encode_char): Deleted.
17183 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
17184 (x_compute_glyph_string_overhangs): Adjusted for the change of
17185 `struct face'.
17186 (x_draw_glyph_string_foreground)
17187 (x_draw_composite_glyph_string_foreground): Likewise.
17188 (x_draw_glyph_string): Likewise. Use font->underline_position and
17189 font->underline_thickness.
17190 (x_new_font): Renamed from x_new_fontset2.
17191 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17192 (x_check_font): Call `check' method of a font driver.
17193 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17194 (x_query_font, x_get_font_repertory): Deleted.
17195 (x_find_ccl_program): Renamed and moved to xfont.c.
17196 (x_redisplay_interface): Adjusted for the change of `struct
17197 redisplay_interface'.
17198
17199 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17200 conditionals. Don't check enable_font_backend. Delete all codes
17201 used only when USE_FONT_BACKEND is not defined. Surround non-used
17202 code by "#ifdef OLD_FONT" and "endif".
17203 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17204
17205 * w32font.h (struct w32font_info): New member.
17206 (FONT_COMPAT): New macro.
17207 (w32font_open_internal): Prototype adjusted.
17208
17209 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17210 OLD_FONT" and "endif".
17211
17212 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17213 conditionals. Don't check enable_font_backend. Delete all codes
17214 used only when USE_FONT_BACKEND is not defined.
17215 (w32font_open): Return a font-object. Make a font-object by
17216 font_make_object. Adjusted for the change of struct w32font_info.
17217 (w32font_close): Don't free struct font. Adjusted for the change
17218 of struct w32font_info.
17219 (w32font_encode_char, w32font_text_extents, w32font_draw):
17220 Adjusted for the change of struct w32font_info.
17221 (w32font_draw): Likewise.
17222 (w32font_list_internal): Return a list, not vector.
17223 (w32font_open_internal): Change the 4th arg to font-object.
17224 Adjusted for the change of struct w32font_info and font-object format.
17225 (add_font_name_to_list): Don't downcase names.
17226 (w32_enumfont_pattern_entity): Make a font-entity by
17227 font_make_entity. Adjusted for the format change of font-entity.
17228 Use FONT_SET_STYLE to set a style-related font property. If a
17229 font is scalable, set avgwidth property to 0. Set font-entity
17230 property by font_put_extra.
17231 (font_matches_spec): Adjusted for the format change of font-entity.
17232 (w32_weight_table, w32_decode_weight): New variables.
17233 (w32_encode_weight): New function.
17234 (fill_in_logfont): Adjusted for the format change of font-spec.
17235 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17236 weight value.
17237 (w32font_driver): Adjusted for the change of struct font_driver.
17238
17239 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17240 conditionals. Don't check enable_font_backend. Surround non-used
17241 code by "#ifdef OLD_FONT" and "endif".
17242 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17243 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17244
17245 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17246 conditionals. Don't check enable_font_backend. Delete all codes
17247 used only when USE_FONT_BACKEND is not defined. Surround non-used
17248 code by "#ifdef OLD_FONT" and "endif".
17249
17250 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17251 (uniscribe_open): Return value changed to font-object.
17252 Adjusted for the format change of font-object.
17253 (uniscribe_otf_capability): Adjusted for the change of struct font.
17254 (add_opentype_font_name_to_list): Don't downcase names.
17255 (uniscribe_font_driver): Adjusted for the change of struct
17256 font_driver.
17257
17258 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
17259
17260 * dispnew.c (update_frame_1): Check if tty output is still valid
17261 before flushing it.
17262
17263 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
17264
17265 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17266 to Gtk+ menus.
17267
17268 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * dired.c (file_name_completion): Tweak the code so as to always do it
17271 in a single pass. Tighten the scope of some variables.
17272
17273 * dired.c (Qdefault_directory): New var.
17274 (file_name_completion): Use it instead of Fexpand_file_name.
17275 (syms_of_dired): Initialize it.
17276
17277 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * fileio.c (double_dollars): Remove dead code.
17280
17281 2008-05-10 Eli Zaretskii <eliz@gnu.org>
17282
17283 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17284 Mention w32-get-true-file-attributes in doc string.
17285
17286 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17287
17288 2008-05-09 Glenn Morris <rgm@gnu.org>
17289
17290 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17291 2008-04-23.
17292
17293 2008-05-09 Eli Zaretskii <eliz@gnu.org>
17294
17295 Support for reporting owner and group of each file on MS-Windows:
17296 * dired.c (stat_uname, stat_gname): New functions, with special
17297 implementation for w32.
17298 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17299
17300 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17301 (dflt_group_name): New static variable.
17302 (dflt_group): Rename from the_group.
17303 (init_user_info): Init dflt_group fields. Get user's group name
17304 from LookupAccountSid.
17305 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17306 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17307 New initialization states.
17308 (globals_of_w32): Initialize them to zero. Initialize the default
17309 group name to "None".
17310 (GetFileSecurity_Name): New global var, the name of the function
17311 to call for GetFileSecurity.
17312 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17313 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17314 (get_file_security, get_security_descriptor_owner)
17315 (get_security_descriptor_group, is_valid_sid)
17316 (get_file_security_desc, get_rid, get_name_and_id)
17317 (get_file_owner_and_group): New functions.
17318 (stat): Use get_file_security_desc and get_file_owner_and_group to
17319 report the owner and primary group of each file. Don't ignore the
17320 high 32 bits of file's size, now that st_size is 64-bit wide.
17321 Fix test when to get true file attributes.
17322 (init_user_info): Use get_rid instead of equivalent inline code.
17323 (fstat): Don't ignore the high 32 bits of file's size.
17324
17325 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
17326
17327 * image.c (png_load): Use correct bit-depth for setting background
17328 color.
17329
17330 2008-05-08 Eli Zaretskii <eliz@gnu.org>
17331
17332 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17333 epa-hook.elc.
17334
17335 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
17336
17337 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17338
17339 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17340
17341 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17342 because the original parameters are in pure storage now.
17343 (mac_window): Remove unused params. Update callers.
17344
17345 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * lread.c (substitute_object_recurse): Use lower-level primitives.
17348 Don't signal errors when traversing sub-char-tables.
17349 Don't loop over all the possible characters when traversing char-tables.
17350
17351 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17352 just like we do in print.c.
17353
17354 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17355
17356 * minibuf.c (Ftry_completion): Remove code left over from when we used
17357 scmp instead of Fcompare_strings.
17358
17359 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
17360
17361 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17362
17363 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17364
17365 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17366 Create bitmap context in native byte order.
17367
17368 * macterm.c (XDrawLine)
17369 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17370 context in native byte order.
17371
17372 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17373
17374 * config.in: Regenerate.
17375
17376 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17377 New definitions for Image I/O support.
17378 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17379 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17380 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17381 (mac_data_provider_release_data, image_load_image_io)
17382 [USE_MAC_IMAGE_IO]: New functions.
17383 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17384 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17385 (init_image_func_pointer) [MAC_OSX]: Remove function.
17386 (image_load_quartz2d) [MAC_OSX]: Check availability of
17387 CGImageCreateWithPNGDataProvider at compile time.
17388 Use lowercase `false' for boolean constant.
17389 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17390 Use image_load_image_io.
17391 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17392 Don't check MyCGImageCreateWithPNGDataProvider.
17393 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17394 Don't call init_image_func_pointer.
17395
17396 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17397
17398 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17399 Make variable non-static.
17400 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17401 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17402
17403 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17404 (RED_FROM_ULONG): Mask off higher bits.
17405 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17406
17407 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17408 Include AvailabilityMacros.h.
17409 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17410 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17411
17412 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17413
17414 * chartab.c (Fset_char_table_range): If range is t, really set all
17415 chars to that value.
17416
17417 2008-05-03 Eli Zaretskii <eliz@gnu.org>
17418
17419 * dired.c (Ffile_attributes): Don't allow the device number become
17420 negative.
17421
17422 2008-05-02 Daiki Ueno <ueno@unixuser.org>
17423
17424 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17425
17426 2008-05-02 Juri Linkov <juri@jurta.org>
17427
17428 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17429 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17430 DEFAULT argument as a list of default values in docstrings.
17431
17432 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
17433
17434 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17435
17436 2008-05-01 Martin Rudalics <rudalics@gmx.at>
17437
17438 * dispnew.c (change_frame_size_1): Preserve small windows when
17439 shrinking frames by calling set_window_height|width with third
17440 arg 2.
17441
17442 * window.h (struct window): Replace field too_small_ok by field
17443 resize_proportionally.
17444
17445 * window.c (make_window): Initialize resize_proportionally.
17446 (enlarge_window): Temporarily set resize_proportionally to make
17447 sure that shrink_windows does scale the window proportionally.
17448 (shrink_windows): When window has resize_proportionally set try
17449 to shrink it proportionally by stealing from other windows.
17450 (struct saved_window, Fset_window_configuration)
17451 (compare_window_configurations): Handle resize_proportionally.
17452 (WINDOW_TOTAL_SIZE): New macro.
17453 (window_min_size, shrink_windows, size_window): Use it.
17454 (check_min_window_sizes): Remove. Invalid values of
17455 window-min-height|width are handled by window_min_size_2 now.
17456 (size_window, Fsplit_window, enlarge_window)
17457 (adjust_window_trailing_edge, grow_mini_window): Don't call
17458 check_min_window_sizes.
17459 (window_min_size_2, window_min_size_1, window_min_size):
17460 New argument safe_p for retrieving "safe" minimum sizes.
17461 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17462 (adjust_window_trailing_edge, grow_mini_window):
17463 Adjust arguments of window_min_size... functions.
17464 (shrink_windows): Argument min_size removed. New argument
17465 safe_p allows shrinking windows to their safe minimum sizes.
17466 Calculate minimum size and decide whether a window shall be
17467 deleted for each window individually.
17468 (size_window): When nodelete_p equals 2, tell shrink_windows to
17469 delete windows only if their new minimum size is no more safe.
17470 (shrink_window_lowest_first): Call window_min_size_1 to make
17471 sure to preserve modeline of bottom-most window when resizing
17472 the minibuffer.
17473 (Fset_window_configuration, Fcurrent_window_configuration)
17474 (compare_window_configurations): Do not handle
17475 window-min-height|width any more.
17476 (syms_of_window): Clarify window-min-height|width doc-strings.
17477
17478 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17481 some more. Copy some of the code from Ftry_completions.
17482 Remove special case code that dates back to initial revision when the
17483 slash was only added when necessary and that can't trigger nowadays.
17484
17485 2008-04-27 Kenichi Handa <handa@m17n.org>
17486
17487 * font.c (font_prop_validate): Signal `error' instead of `font'.
17488
17489 2008-04-29 Jason Rumney <jasonr@gnu.org>
17490
17491 * w32fns.c (Fw32_battery_status): New defun.
17492 (syms_of_w32fns): Defsubr it.
17493
17494 2008-04-28 Andreas Schwab <schwab@suse.de>
17495
17496 * dired.c (file_name_completion): Fix another mixing of encoded
17497 and decoded names.
17498
17499 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
17500
17501 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17502
17503 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17504
17505 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17506
17507 2008-04-27 Andreas Schwab <schwab@suse.de>
17508
17509 * dired.c (file_name_completion): Fix inappropriate mixing of
17510 encoded and decoded names.
17511
17512 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17513
17514 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17515
17516 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17517
17518 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17519 2008-03-31, it's not needed anymore with `struct stat' definition
17520 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17521 for the same reasons.
17522
17523 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17524
17525 * m/sparc.h: Additional redefinitions for GNU/Linux.
17526
17527 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17528
17529 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17530 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17531 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17532 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17533 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17534 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17535 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17536 Likewise.
17537
17538 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17539 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17540 (mac_ax_number_of_characters): Add externs.
17541 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17542 [USE_MAC_TSM]: Likewise.
17543 (mac_handle_text_input_event) [MAC_OSX]:
17544 Handle kEventTextInputOffsetToPos for no active input area case.
17545 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17546 (mac_handle_document_access_event)
17547 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17548 (install_application_handler) [MAC_OSX]: Register handlers for
17549 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17550 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17551 Register mac_handle_document_access_event.
17552
17553 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17554 Make functions non-static.
17555
17556 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17557
17558 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17559 (read_file_name_completion_ignore_case, insert_default_directory)
17560 (Qdefault_directory): Move to minibuffer.el.
17561 (Fread_file_name): Call the new `read-file-name' instead.
17562
17563 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17564
17565 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17566 Make function non-static.
17567 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17568 Remove function.
17569 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17570 Move to mactoolbox.c.
17571 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17572
17573 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17574 (mac_rect_make): New macro.
17575
17576 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17577 instead of float.
17578 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17579 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17580 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17581 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17582 CGRectMake.
17583 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17584 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17585 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17586 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17587 instead of WindowRef in argument type.
17588 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17589 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17590 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17591 instead of DISPLAY. All uses changed.
17592 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17593 (x_calc_absolute_position): Simplify so as not to use
17594 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17595
17596 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17597 instead of WindowRef in argument type.
17598 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17599 [TARGET_API_MAC_CARBON]: Remove externs.
17600 (create_apple_event, mac_event_parameters_to_lisp)
17601 [TARGET_API_MAC_CARBON]: Add externs.
17602
17603 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17604 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17605 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17606 is clicked.
17607 (x_activate_menubar): Remove extern for saved_menu_event_location.
17608 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17609 Move from mac.c.
17610
17611 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17612
17613 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17614 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17615
17616 2008-04-23 Jason Rumney <jasonr@gnu.org>
17617
17618 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17619 attributes only for local files.
17620
17621 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17622 default to Qlocal.
17623
17624 2008-04-22 Juri Linkov <juri@jurta.org>
17625
17626 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17627 read-buffer-to-switch instead of using the letter "B".
17628
17629 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * fileio.c (Qdefault_directory): New variable.
17632 (Fread_file_name): Use it to pass `dir' to the completion functions.
17633
17634 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17635
17636 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17637
17638 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17639
17640 * keyboard.c (Vpre_help_message): Remove.
17641 (show_help_echo): Remove default C code.
17642
17643 * dired.c (directory_files_internal, file_name_completion):
17644 Only call ENCODE_FILE if the string is indeed decoded.
17645
17646 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * Makefile.in (TOOLKIT_DEFINES): Remove.
17649 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17650
17651 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17652
17653 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17654 (mactoolbox.o): New target.
17655
17656 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17657 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17658
17659 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17660 Use mac_set_frame_window_background instead of XSetWindowBackground.
17661 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17662 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17663 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17664 instead of SetWindowTitleWithCFString.
17665 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17666 Move function to mactoolbox.c.
17667 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17668 Use mac_set_window_modified instead of SetWindowModified.
17669 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17670 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17671 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17672 FrontNonFloatingWindow. Use mac_activate_window instead of
17673 ActivateWindow. Use mac_active_non_floating_window instead of
17674 ActiveNonFloatingWindow.
17675 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17676 Use mac_show_hourglass and mac_hide_hourglass.
17677 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17678 instead of GetGlobalMouse.
17679 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17680 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17681 Use mac_bring_window_to_front instead of BringToFront.
17682 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17683 mactoolbox.c.
17684 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17685 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17686 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17687 mactoolbox.c.
17688
17689 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17690 (XtPointer): Move typedef from macmenu.c.
17691 (enum button_type): Move enum from macmenu.c.
17692 (widget_value): Move typedef from macmenu.c.
17693 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17694 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17695 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17696 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17697 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17698 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17699 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17700 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17701 (Selection): Move typedef from macselect.c.
17702 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17703 macterm.c.
17704 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17705 (mac_is_window_collapsed, mac_bring_window_to_front)
17706 (mac_send_window_behind, mac_hide_window, mac_show_window)
17707 (mac_collapse_window, mac_front_non_floating_window)
17708 (mac_active_non_floating_window, mac_activate_window)
17709 (mac_move_window_structure, mac_move_window, mac_size_window)
17710 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17711
17712 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17713 (enum mac_menu_kind): Move enum to mactoolbox.c.
17714 (min_menu_id): Move variable to mactoolbox.c.
17715 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17716 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17717 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17718 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17719 [TARGET_API_MAC_CARBON]: Likewise.
17720 (XtPointer): Move typedef to macgui.h.
17721 (enum button_type): Move enum to macgui.h.
17722 (widget_value): Move typedef to macgui.h.
17723 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17724 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17725 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17726 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17727 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17728 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17729 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17730 (popup_activated_flag): Make variable non-static.
17731 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17732 (add_menu_item, fill_menu, dispose_menus):
17733 Move functions to mactoolbox.c.
17734 (restore_show_help_function, menu_target_item_handler)
17735 (install_menu_target_item_handler, mac_handle_dialog_event)
17736 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17737 [TARGET_API_MAC_CARBON]: Likewise.
17738 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17739 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17740 (find_and_call_menu_selection, name_is_separator): Make function
17741 non-static.
17742 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17743 to mactoolbox.c.
17744 (set_frame_menubar): Don't call install_menu_quit_handler.
17745 (menu_item_selection): New variable.
17746 (mac_menu_show): Use create_and_show_popup_menu.
17747 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17748 selection but set variable menu_item_selection. All uses changed.
17749 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17750 Call install_menu_quit_handler. Move to mactoolbox.c.
17751
17752 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17753 (Selection): Move typedef to macgui.h.
17754 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17755 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17756 Make variables non-static.
17757 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17758 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17759 Make functions non-static.
17760 (Vmac_service_selection) [MAC_OSX]: Likewise.
17761 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17762 (mac_valid_selection_target_p, mac_clear_selection)
17763 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17764 (mac_put_selection_value, mac_selection_has_target_p)
17765 (mac_get_selection_value, mac_get_selection_target_list)
17766 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17767 Move functions to mactoolbox.c.
17768 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17769 Likewise.
17770 (copy_scrap_flavor_data, mac_handle_service_event)
17771 (install_service_handler) [MAC_OSX]: Likewise.
17772 (syms_of_macselect) <Vmac_dnd_known_types>:
17773 Use mac_dnd_default_known_types.
17774
17775 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17776 Move to mactoolbox.c.
17777 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17778 (Fx_selection_owner_p): Add EXFUN.
17779 (install_window_handler, remove_window_handler, XSetWindowBackground):
17780 Remove externs.
17781 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17782 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17783 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17784 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17785 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17786 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17787 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17788 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17789 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17790 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17791 (mac_valid_selection_target_p, mac_clear_selection)
17792 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17793 (mac_put_selection_value, mac_selection_has_target_p)
17794 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17795 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17796 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17797 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17798 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17799 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17800 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17801 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17802 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17803
17804 * mactoolbox.c: New file.
17805
17806 2008-04-18 Jason Rumney <jasonr@gnu.org>
17807
17808 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17809
17810 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * character.c (Fmultibyte_char_to_unibyte):
17813 Return latin1 chars unchanged.
17814
17815 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17816 relocated if it points to `name'.
17817
17818 2008-04-17 Kenichi Handa <handa@m17n.org>
17819
17820 * data.c (Faset): Allow setting a multibyte character in an
17821 ASCII-only unibyte string.
17822
17823 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17824
17825 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17828 done in config.h.
17829
17830 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17831
17832 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17833 (Fchar_direction): Add usage in the docstring.
17834
17835 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17836
17837 * keyboard.c (read_key_sequence): Remove always-true checks.
17838
17839 2008-04-14 Jason Rumney <jasonr@gnu.org>
17840
17841 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17842 compatibility struct, for better underline positioning.
17843
17844 2008-04-13 David Hansen <david.hansen@gmx.net>
17845
17846 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17847 string.
17848
17849 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17850
17851 * m/hp800.h (XUINT, XSET): Remove.
17852
17853 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17854
17855 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17856 previous change.
17857
17858 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17859
17860 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17861 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17862
17863 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * keymap.h (map_keymap_canonical): Declare.
17866 * xmenu.c (single_keymap_panes): Use it.
17867
17868 2008-04-11 Glenn Morris <rgm@gnu.org>
17869
17870 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17871 set the target's value to that of the alias.
17872
17873 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * term.c (set_tty_color_mode): Left over typo.
17876
17877 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17878
17879 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17880 only after check for file name handler functions. Signal, when
17881 native functionality is not supported.
17882 (syms_of_fileio): Declare it unconditionally.
17883
17884 2008-04-10 Jason Rumney <jasonr@gnu.org>
17885
17886 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17887 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17888
17889 * w32.c (logon_network_drive): Also logon to remote drives that
17890 are mapped to drive letters.
17891
17892 2008-04-10 Glenn Morris <rgm@gnu.org>
17893
17894 * xdisp.c (truncate-partial-width-windows): Doc fix.
17895
17896 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17897
17898 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17899 Move functions to minibuffer.el.
17900 (syms_of_fileio): Don't declare them.
17901
17902 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17903
17904 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17905 (syms_of_minibuf): Remove its initialization.
17906
17907 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17908
17909 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17910
17911 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17912
17913 2008-04-09 Jason Rumney <jasonr@gnu.org>
17914
17915 * makefile.w32-in (distclean): Delete makefile too.
17916 (maintainer-clean): New target.
17917
17918 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17919
17920 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17921 for new font backend and composite cases.
17922
17923 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17924
17925 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17926 Most of the code moved to run_timers.
17927 (do_pending_atimers): Call run_timers.
17928 (run_timers): New function.
17929
17930 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17931 run atimers.
17932
17933 * process.c (wait_reading_process_output): The same as above.
17934
17935 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * minibuf.c (last_exact_completion): Remove variable.
17938 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17939 (complete_and_exit_1, complete_and_exit_2)
17940 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17941 (Fdisplay_completion_list, display_completion_list_1)
17942 (Fminibuffer_completion_help, Fself_insert_and_exit)
17943 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17944 minibuffer.el.
17945 (syms_of_minibuf): Remove corresponding initializations.
17946
17947 * keyboard.c (Qdeactivate_mark): New var.
17948 (command_loop_1): Use it to call `deactivate-mark'.
17949 (syms_of_keyboard): Initialize it.
17950
17951 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17952 to another frame.
17953 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17954 Don't call set_tty_color_mode.
17955 (store_frame_param): Reset previous_frame rather than call
17956 set_tty_color_mode.
17957 * term.c (set_tty_color_mode): Rewrite.
17958 * dispextern.h (set_tty_color_mode): New type.
17959 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17960
17961 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17964 for generic chars, which do not exist any more in emacs-unicode.
17965
17966 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17967
17968 * coding.c (detect_coding_emacs_mule)
17969 (Ffind_operation_coding_system): Fix typo.
17970
17971 2008-04-08 Jason Rumney <jasonr@gnu.org>
17972
17973 * w32uniscribe.c (SNAME): Extract only symbol name.
17974
17975 * w32font.h (struct w32_metric_cache): New struct.
17976 (w32font_info): Use it.
17977 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17978 (CACHE_BLOCKSIZE): New constants.
17979
17980 * w32font.c (Qja, Qko, Qzh): New symbols.
17981 (syms_of_w32font): Initialise them.
17982 (font_matches_spec): Use them to filter by language.
17983 (recompute_cached_metrics): Remove function.
17984 (compute_metrics, clear_cached_metrics): New functions.
17985 (w32font_encode_char): Use them to manage metric cache.
17986 (w32font_text_extents): Cache metrics for all glyphs on demand.
17987 Delay converting glyph indices to WORD until needed.
17988 (w32font_open_internal): Initialize metric cache to empty.
17989 (registry_to_w32_charset): Charset should always be a symbol.
17990 (fill_in_logfont, list_all_matching_fonts): Family should
17991 always be a symbol.
17992
17993 2008-04-06 Jason Rumney <jasonr@gnu.org>
17994
17995 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17996 Give up if glyph indices not supported. Use uniscribe obtained
17997 ABC widths for individual metrics. Map glyph clusters back to
17998 characters using fClusterStart flag. Return number of glyphs
17999 produced, not chars processed.
18000 (uniscribe_shape): Map char at FROM to current glyph.
18001
18002 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18003
18004 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
18005 Use SetMenuItemHierarchicalMenu.
18006
18007 2008-04-05 Jason Rumney <jasonr@gnu.org>
18008
18009 * image.c (pbm_load): Allow color values up to 65535.
18010 Throw an error if max_color_idx is outside the supported range.
18011 Report an error when image size is invalid.
18012 Read two bytes at a time when raw images have max_color_idx above 255.
18013
18014 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
18015
18016 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
18017 append "CCL: Quitted" when the CCL program is quitted.
18018 (setup_ccl_program): Initialize ccl->quit_silently to zero.
18019
18020 * ccl.h (struct ccl_program): New member quit_silently.
18021
18022 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
18023
18024 * search.c (compile_pattern_1): Treat non-nil and non-string of
18025 search-spaces-regexp as nil.
18026
18027 * minibuf.c (Fassoc_string): Tweak docstring.
18028
18029 2008-04-05 Eli Zaretskii <eliz@gnu.org>
18030
18031 * dired.c (Ffile_attributes): Support inode numbers wider than 32
18032 bits. Remove ugly WINDOWSNT-specific kludge introduced on
18033 2008-03-14 to force inode be positive.
18034
18035 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
18036 _S_* ones, since we now use our own sys/stat.h.
18037 (stat, fstat): Don't mangle the inode number.
18038 (init_user_info): Don't restrict UID and GID to 0-60000 range.
18039
18040 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * frame.h (struct frame): Give one more bit to `visible' since we use
18043 values larger than 1 to indicate obscured frames on ttys.
18044
18045 * keymap.c (Qkeymap_canonicalize): New var.
18046 (Fmap_keymap_internal): New fun.
18047 (describe_map): Use keymap-canonicalize.
18048
18049 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
18050 (Fundo_boundary): Set them.
18051 (syms_of_undo): Initialize them.
18052 (record_point): Use them instead of last_point_position*.
18053 (last_undo_buffer): Change type.
18054
18055 2008-04-04 Jason Rumney <jasonr@gnu.org>
18056
18057 * w32font.c (w32font_text_extents): Use font's ascent and descent.
18058 (recompute_cached_metrics): Don't set ascent and descent per char.
18059
18060 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
18061 (uniscribe_check_otf): Add GC protection before consing.
18062 Rearrange loop for counting features.
18063
18064 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18065
18066 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
18067 buffer with byte-size of source buffer.
18068
18069 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
18070
18071 * callint.c (Fcall_interactively): Handle temporary region even
18072 when shift-select-mode is off.
18073
18074 2008-04-03 Jason Rumney <jasonr@gnu.org>
18075
18076 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
18077
18078 2008-04-03 Kenichi Handa <handa@m17n.org>
18079
18080 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
18081 (CATEGORY_MASK_UTF_16): Likewise.
18082 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
18083 binary file.
18084 (detect_coding): Add null-byte detection for a binary file.
18085 (detect_coding_system): Likewise.
18086
18087 2008-04-03 Jason Rumney <jasonr@gnu.org>
18088
18089 * w32uniscribe.c: New file.
18090
18091 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
18092
18093 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
18094
18095 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
18096 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
18097 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
18098 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
18099 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
18100 (Qphonetic): New symbols.
18101 (syms_of_w32font): Initialize them.
18102 (font_supported_scripts): Use them.
18103 (w32font_list_family): List all charsets.
18104 (w32font_text_extents, recompute_cached_metrics): Fix metric
18105 calculations.
18106 (w32_enumfont_pattern_entity): Make full_type a DWORD.
18107 Give opentype fonts their own format.
18108 (font_matches_spec): New arguments backend and logfont.
18109 Handle :otf spec for uniscribe backend.
18110 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
18111 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
18112
18113 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
18114 font backend.
18115 (globals_of_w32fns): Initialize uniscribe font backend.
18116
18117 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
18118 dependencies.
18119 (w32uniscribe.$(O)): New file to build.
18120 (FONT_OBJ): Include w32uniscribe.$(O).
18121 (LIBS): Add uniscribe libraries.
18122
18123 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
18124
18125 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * callint.c (Vshift_select_mode): New var.
18128 (Finteractive): Document new ^ spec.
18129 (Fcall_interactively): Call handle-shift-selection if the ^ spec
18130 is present.
18131
18132 * keyboard.c (Vthis_command_keys_shift_translated): New var.
18133 (command_loop_1): Avoid running the direct display versions of
18134 forward-char and backward-char if shift-selection may occur.
18135 (read_key_sequence): Set Vthis_command_keys_shift_translated if
18136 shift-translation takes place.
18137
18138 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
18139 avoid clobbering by define-minor-mode.
18140
18141 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
18142 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
18143
18144 * syntax.c (Fforward_word): Add ^ interactive spec.
18145
18146 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
18147 (Fscroll_right): Add ^ interactive spec.
18148
18149 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18150
18151 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
18152
18153 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
18154
18155 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
18156
18157 2008-03-31 Juri Linkov <juri@jurta.org>
18158
18159 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
18160
18161 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
18162
18163 * gtkutil.c (xg_set_geometry): Fix indentation.
18164 (xg_resize_outer_widget): Remove.
18165 (x_wm_size_hint_off): Fix indentation.
18166 (xg_frame_set_char_size): Call flush_and_sync after
18167 gtk_window_resize.
18168 (x_wm_set_size_hint): Pass NULL as geometry window to
18169 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
18170 Add menu bar and tool bar height to base height.
18171 (xg_update_frame_menubar, free_frame_menubar)
18172 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
18173 (update_frame_tool_bar, free_frame_tool_bar):
18174 Change xg_resize_outer_widget to xg_frame_set_char_size.
18175
18176 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
18177
18178 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
18179 (Fdbus_call_method): New parameter TIMEOUT.
18180 (dbus-send-signal): Optimize UNGCPRO call.
18181
18182 2008-03-29 Juri Linkov <juri@jurta.org>
18183
18184 * window.c (Fdisplay_buffer): Move call to
18185 Vsplit_window_preferred_function out of conditions that check
18186 if window is eligible for vertical splitting.
18187 When Vsplit_window_preferred_function is non-nil, call it and use
18188 its non-nil return value as window. Otherwise, continue doing
18189 vertical splitting using Fsplit_window with arg horflag=nil.
18190 (syms_of_window) <Vsplit_window_preferred_function>: Change the
18191 default value from `split-window' to nil.
18192
18193 2008-03-29 Juri Linkov <juri@jurta.org>
18194
18195 * callint.c (Fcall_interactively): Revert 2008-03-16 change
18196 for interactive code letters 'b' and 'B'.
18197
18198 2008-03-29 Eli Zaretskii <eliz@gnu.org>
18199
18200 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18201 multibyte string.
18202
18203 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18204
18205 * keyboard.c (pending_funcalls): New var.
18206 (timer_check): Run it.
18207 (syms_of_keyboard): Initialize it.
18208 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18209 (Vdelete_terminal_functions): New vars.
18210 (syms_of_terminal): Initialize them.
18211 (Fdelete_terminal): Run delete-terminal-functions.
18212 * xdisp.c (safe_eval): Rewrite.
18213 (safe_call2): New fun.
18214 * frame.c (Qdelete_frame_functions): New var.
18215 (syms_of_frame): Initialize it.
18216 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18217 * lisp.h (safe_call2, pending_funcalls): Declare.
18218
18219 2008-03-28 Andreas Schwab <schwab@suse.de>
18220
18221 * indent.c (Fmove_to_column): Move declaration before statements.
18222
18223 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
18226 (struct frame): Use bit fields for boolean vars.
18227
18228 * process.c (server_accept_connection): Simplify naming.
18229 (emacs_get_tty_pgrp): Use SDATA.
18230
18231 * coding.c (decode_coding_object): Fix last change.
18232
18233 2008-03-27 Jason Rumney <jasonr@gnu.org>
18234
18235 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18236
18237 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
18238
18239 * charset.c (Fdefine_charset_internal): Change the way of
18240 registering charsets in Vcharset_order_list.
18241 (syms_of_charset): Make the charset `eight-bit' supplementary.
18242
18243 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
18244
18245 * regex.c (EXTEND_BUFFER): Change order of pointer addition
18246 operations, to avoid having the difference between pointers
18247 overflow.
18248
18249 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18250
18251 * indent.c (check_display_width): New fun.
18252 (scan_for_column): Use it.
18253
18254 * data.c (syms_of_data): Mark most-positive-fixnum and
18255 most-negative-fixnum as constants.
18256
18257 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18258
18259 * indent.c (scan_for_column): Extract from current_column_1.
18260 Merge with the same code from Fmove_to_column.
18261 (current_column_1, Fmove_to_column): Use it.
18262
18263 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * keymap.c (map_keymap_internal): New fun.
18266 (map_keymap): Use it.
18267 (Fmap_keymap_internal): New fun.
18268 (Fmap_keymap): Remove left-out test from before make_save_value.
18269
18270 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18271
18272 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18273 Use XCAR/XCDR.
18274
18275 * process.h (struct Lisp_Process): Remove filter_multibyte.
18276 * process.c (QCfilter_multibyte): Remove.
18277 (setup_process_coding_systems): Don't use filter_multibyte.
18278 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18279 (read_process_output): Don't adjust multibyteness to filter_multibyte.
18280 (Fset_process_filter_multibyte): Change the coding-system to
18281 approximate the previous behavior.
18282 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18283 coding-system.
18284
18285 * coding.c (decode_coding_object): When not decoding into a buffer,
18286 obey the coding system's preference of (uni|multi)byte.
18287
18288 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18291 every char is changed and has a different byte-length.
18292 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18293 Fix int -> EMACS_INT.
18294
18295 2008-03-23 David Hansen <david.hansen@gmx.net>
18296
18297 * dbusbind.c (xd_read_message): Remove extra copying of message
18298 strings. Check for NULL `interface' or `member'.
18299
18300 2008-03-22 Eli Zaretskii <eliz@gnu.org>
18301
18302 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18303 cFileName a file name that includes `?' characters, use the 8+3
18304 alias in cAlternateFileName instead.
18305
18306 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18307
18308 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18309
18310 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18311
18312 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18313 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18314 work on current_buffer only instead (that was already the case
18315 for some of the code anyway).
18316 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18317 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18318 (SET_PT, SET_PT_BOTH): Adjust.
18319 * intervals.h (set_point, temp_set_point, set_point_both)
18320 (temp_set_point_both): Remove redundant declarations.
18321
18322 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * fileio.c (Finsert_file_contents):
18325 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18326 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18327 when buffer != current_buffer anyway.
18328
18329 2008-03-20 Andreas Schwab <schwab@suse.de>
18330
18331 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18332 as default.
18333
18334 2008-03-19 Jason Rumney <jasonr@gnu.org>
18335
18336 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18337 (syms_of_w32fns): Initialize them.
18338 (HOURGLASS_ID): New constant.
18339 (x_window_to_frame): Don't check hourglass_window.
18340 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18341 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18342 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18343 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18344 Only change the cursor if hourglass is not active.
18345 (Fx_create_frame): Initialize frame's current_cursor.
18346 (hourglass_atimer): Remove.
18347 (hourglass_started): New function.
18348 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18349 (show_hourglass): Adapt to w32, changing argument to frame.
18350
18351 * w32term.h (struct w32_output): Remove hourglass_window.
18352 Add current_cursor.
18353
18354 * eval.c (call_debugger, Fsignal):
18355 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18356 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18357 (Fexecute_extended_command, cancel_hourglass_unwind):
18358 * minibuf.c (read_minibuf):
18359 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18360
18361 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * window.c (run_funs): New fun.
18364 (run_window_configuration_change_hook): Use it to run the buffer-local
18365 and the global part of the hook.
18366
18367 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18368 (unwind_format_mode_line): Restore selected window.
18369 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18370
18371 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * editfns.c (Fchar_equal): Check they are valid characters.
18374
18375 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18376
18377 2008-03-17 Andreas Schwab <schwab@suse.de>
18378
18379 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18380 against a charset.
18381
18382 * lisp.h (Fbuffer_list): Declare.
18383
18384 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
18385
18386 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18387 handlebox_widget is != 0.
18388
18389 2008-03-16 Juri Linkov <juri@jurta.org>
18390
18391 * callint.c (Fcall_interactively): For interactive code letters
18392 'b' and 'B' put the buffer list into the list of default "future"
18393 values of the minibuffer.
18394
18395 2008-03-16 Andreas Schwab <schwab@suse.de>
18396
18397 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18398 modifiers.
18399
18400 * regex.c (re_match_2_internal): Correct matching of a charset
18401 against latin-1 characters.
18402
18403 2008-03-16 Kenichi Handa <handa@m17n.org>
18404
18405 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18406 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18407 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18408 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18409 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18410 CHAR_STRING_ADVANCE.
18411 (produce_chars): Fix for the case that the source and the
18412 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18413 instead of CHAR_STRING_ADVANCE.
18414 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18415 STRING_CHAR_ADVANCE.
18416
18417 2008-03-15 Andreas Schwab <schwab@suse.de>
18418
18419 * regex.c (re_match_2_internal): Correct matching of eight bit
18420 characters in unibyte strings.
18421
18422 2008-03-15 Martin Rudalics <rudalics@gmx.at>
18423
18424 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18425 at end of range when it coincides with the end of the buffer.
18426
18427 2008-03-14 Eli Zaretskii <eliz@gnu.org>
18428
18429 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18430
18431 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18432
18433 2008-03-14 Jason Rumney <jasonr@gnu.org>
18434
18435 * editfns.c (initial_tz): New variable.
18436 (syms_of_editfns): Initialize it.
18437 (Fset_time_zone_rule): Set it when first called.
18438 Use it when TZSTRING is nil.
18439
18440 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18441 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18442 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18443 (globals_of_w32fns): Initialize them.
18444 (compute_tip_xy): Use them to position tooltips.
18445
18446 2008-03-14 Glenn Morris <rgm@gnu.org>
18447
18448 * emacs.c (main): Revert previous change.
18449 (standard_args): Revert -internal-script back to -scriptload,
18450 and remove the long-option form.
18451
18452 2008-03-13 Glenn Morris <rgm@gnu.org>
18453
18454 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18455 Remove option -enable-font-backend.
18456
18457 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18460
18461 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18462
18463 * xterm.c (x_connection_closed): For GTK: If this is the last
18464 terminal just exit without closing the display.
18465
18466 2008-03-11 Jason Rumney <jasonr@gnu.org>
18467
18468 * w32font.c (w32font_full_name): Use floor to round.
18469
18470 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18471
18472 * sound.c (alsa_configure): Declare vol at beginning of block.
18473
18474 * fontset.c (Ffontset_info): Remove extra semicolon.
18475
18476 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18477
18478 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18479 size of resulting string.
18480
18481 2008-03-10 Jason Rumney <jasonr@gnu.org>
18482
18483 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18484
18485 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18486
18487 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18488 Don't pretend as if characters with display property haven't been
18489 consumed for string-replacing-string case.
18490
18491 2008-03-08 Kim F. Storm <storm@cua.dk>
18492
18493 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18494 (get_next_display_element, next_element_from_string)
18495 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18496
18497 2008-03-08 Andreas Schwab <schwab@suse.de>
18498
18499 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18500
18501 2008-03-06 Jason Rumney <jasonr@gnu.org>
18502
18503 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18504 when charset not specified. Only translate ANSI to unicode when
18505 font_type is truetype.
18506 (w32font_coverage_ok): New function.
18507 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18508
18509 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18510
18511 * lread.c (Fread_char): Resolve modifiers.
18512 (Fread_char_exclusive): Likewise.
18513
18514 * character.c (char_resolve_modifier_mask): New function.
18515 (char_string): Use char_resolve_modifier_mask.
18516 (Fchar_resolve_modifiers): New function.
18517 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18518 function.
18519
18520 2008-03-04 Jason Rumney <jasonr@gnu.org>
18521
18522 * makefile.w32-in: Always include w32font.c in the build.
18523 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18524
18525 2008-03-04 Andreas Schwab <schwab@suse.de>
18526
18527 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18528 (versionclean): Likewise.
18529
18530 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18531
18532 * .cvsignore: Add oo.
18533
18534 2008-03-03 Andreas Schwab <schwab@suse.de>
18535
18536 * coding.c (decode_coding_object): Inhibit gap shrinking while
18537 decoding in place.
18538
18539 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18540
18541 * w32term.c: Remove unused include "gnu.h".
18542 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18543
18544 * gnu.h: Rename to ...
18545 * emacs-icon.h: ... this.
18546 * xterm.c: Use emacs-icon.h instead of gnu.h.
18547 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18548
18549 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18550
18551 * w32font.c: Include math.h.
18552
18553 2008-03-03 Jason Rumney <jasonr@gnu.org>
18554
18555 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18556 Compute options separately.
18557 (w32font_open_internal): Set glyph_idx before caching metrics.
18558
18559 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18560 Define if system headers don't.
18561 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18562 (w32font_encode_char): Don't declare here.
18563
18564 * w32font.c (Quniscribe, QCformat): New symbols.
18565 (syms_of_w32font): Define them.
18566 (w32font_has_char): Indicate uncertainty.
18567 (w32font_encode_char): Encode as glyph point. Make static.
18568 (recompute_cached_metrics): New function.
18569 (w32font_open_internal): Use it. Set font to use glyph points
18570 initially. Set format based on type of font.
18571 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18572 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18573 on it. Set format based on information available here.
18574 (add_font_entity_to_list): Identify backend based on opentype_only.
18575
18576 2008-03-02 Andreas Schwab <schwab@suse.de>
18577
18578 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18579
18580 * coding.c (decode_coding_big5, produce_chars):
18581 Fix typos in last change.
18582
18583 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18584
18585 * gnu.h: New icon.
18586
18587 2008-03-02 Kenichi Handa <handa@m17n.org>
18588
18589 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18590 `dos', don't decode '\r' if that is the last in the source.
18591 (decode_coding_utf_16, decode_coding_emacs_mule)
18592 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18593 (decode_coding_raw_text, decode_coding_charset): Likewise.
18594 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18595
18596 2008-03-01 Jason Rumney <jasonr@gnu.org>
18597
18598 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18599
18600 2008-03-01 Kim F. Storm <storm@cua.dk>
18601
18602 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18603
18604 2008-03-01 Jason Rumney <jasonr@gnu.org>
18605
18606 * w32font.c (w32font_full_name): New function.
18607 (w32font_open_internal): Use it.
18608
18609 2008-03-01 Kim F. Storm <storm@cua.dk>
18610
18611 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18612
18613 2008-03-01 Jason Rumney <jasonr@gnu.org>
18614
18615 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18616
18617 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18618
18619 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18620 xg_frame_resized when the event is for the edit widget.
18621
18622 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18623
18624 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18625 set_char_size.
18626 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18627 operations on widgets here. Just set frame size if needed.
18628 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18629 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18630 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18631 the whole frame.
18632 (xg_create_tool_bar): Move attachment of the tool bar to
18633 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18634 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18635
18636 2008-03-01 Jason Rumney <jasonr@gnu.org>
18637
18638 * w32fns.c (w32_msg_pump): Disable debug code.
18639
18640 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18641
18642 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18643
18644 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18645
18646 * xdisp.c (next_overlay_string): Don't set
18647 overlay_strings_at_end_processed_p if we're currently reading from
18648 a display string.
18649
18650 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18651
18652 * xdisp.c (get_overlay_strings_1): Fix typo.
18653
18654 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18655
18656 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18657
18658 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18659
18660 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18661
18662 * xdisp.c (display_mode_element): Cancel the previous change.
18663 (decode_mode_spec): Likewise.
18664 (handle_auto_composed_prop): Don't make composition if it->string
18665 is a string.
18666
18667 2008-02-27 Kim F. Storm <storm@cua.dk>
18668
18669 * lisp.h (GLYPH): Change type from int to struct with separate char
18670 and face_id members.
18671 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18672 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18673 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18674 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18675 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18676 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18677 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18678 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18679 handle new Lisp glyph code encoding, either an integer or a cons.
18680
18681 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18682 (GLYPH_ALIAS): Delete.
18683 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18684 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18685 (GLYPH_FROM_CHAR): Replace macro by ...
18686 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18687
18688 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18689 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18690 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18691 (GLYPH_INVALID_P): New macro.
18692 (spec_glyph_lookup_face): Update prototype.
18693
18694 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18695 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18696 new glyph code encoding.
18697 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18698 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18699
18700 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18701 Adapt to new glyph type and new glyph code encoding.
18702
18703 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18704
18705 * indent.c (current_column, current_column_1, Fmove_to_column)
18706 (compute_motion): Adapt to new glyph code encoding.
18707
18708 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18709
18710 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18711
18712 * process.c (wait_reading_process_output): Check for window
18713 changes caused by timers.
18714 Suggested by Johan Bockgård.
18715
18716 2008-02-27 Glenn Morris <rgm@gnu.org>
18717
18718 * emacs.c (USAGE1): Add `--disable-font-backend'.
18719
18720 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18723 is made to the buffer.
18724
18725 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18728 (face_at_string_position):
18729 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18730 (face_at_string_position):
18731 * xdisp.c (display_string, next_overlay_change):
18732 * buffer.h (overlays_at):
18733 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18734 Update callers.
18735
18736 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18737
18738 * editfns.c (Fformat): Doc fix.
18739
18740 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18741
18742 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18743 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18744 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18745
18746 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * buffer.c (Fbuffer_swap_text): New function.
18749 (syms_of_buffer): Defsubr it.
18750
18751 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18752
18753 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18754
18755 2008-02-25 Jason Rumney <jasonr@gnu.org>
18756
18757 * w32font.c (w32font_draw): Draw one character at a time when padding.
18758
18759 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18762 Handle a nil arg. Use run_window_configuration_change_hook.
18763 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18764 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18765 Use run_window_configuration_change_hook.
18766
18767 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18768
18769 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18770 1-pixel width.
18771
18772 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18773
18774 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18775 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18776 if the glyph in the font is zero pixel with.
18777
18778 * dispextern.h (struct glyph_string): New member padding_p.
18779
18780 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18781
18782 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18783
18784 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18785
18786 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18787
18788 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18789
18790 2008-02-25 Jason Rumney <jasonr@gnu.org>
18791
18792 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18793
18794 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18795
18796 Allow fine-grained image-cache flushing.
18797 * dispextern.h (struct image): Add `dependencies' field.
18798 (clear_image_caches): Change arg to Lisp_Object.
18799 * image.c (make_image): Initialize `dependencies' field.
18800 (clear_image_cache): Change arg to allow fine-grained flushing.
18801 Perform the flush even if image-cache-eviction-delay is nil.
18802 (clear_image_caches): Change arg to Lisp_Object.
18803 (Fclear_image_cache): Expand meaning of the argument.
18804 (mark_image): Mark `dependencies' field.
18805 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18806 (lface_hash): Use XHASH rather than XFASTINT.
18807 (face_at_buffer_position): Fix int -> EMACS_INT position.
18808 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18809 (select_frame_for_redisplay): Remove code duplication.
18810 (redisplay_internal): Adapt arg to call to clear_image_caches.
18811
18812 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18813
18814 * s/vms4-0.h:
18815 * s/vms4-2.h:
18816 * s/vms4-4.h:
18817 * s/vms5-5.h: Remove, unused.
18818
18819 * s/irix5-2.h:
18820 * s/irix6-0.h:
18821 * s/riscos5.h:
18822 * s/mach-bsd4-3.h:
18823 * m/mips4.h: Remove files for obsolete systems.
18824
18825 * Makefile.in:
18826 * filelock.c:
18827 * unexmips.c:
18828 * m/hp9000s300.h:
18829 * m/iris4d.h:
18830 * s/aix3-1.h:
18831 * s/hpux.h:
18832 * s/msdos.h:
18833 * s/usg5-0.h:
18834 * s/usg5-2-2.h:
18835 * s/usg5-2.h:
18836 * s/usg5-3.h: Remove references to obsolete variables.
18837
18838 * s/irix5-0.h: Remove, move all the contents ...
18839 * s/irix6-5.h: ... here. Simplify.
18840 * config.in: Regenerate.
18841
18842 2008-02-24 Jason Rumney <jasonr@gnu.org>
18843
18844 * w32term.c (x_draw_glyph_string_background): Clear the background
18845 manually when cleartype is in use.
18846 (x_draw_glyph_string_foreground): Draw text transparently when
18847 cleartype is in use.
18848
18849 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18850 a font into it unless we have to.
18851
18852 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18853
18854 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18855 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18856
18857 2008-02-18 Jason Rumney <jasonr@gnu.org>
18858
18859 * w32fns.c (Fw32_shell_execute): Encode parameters.
18860
18861 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18862
18863 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18864
18865 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18866
18867 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18868
18869 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18870
18871 * xterm.c (x_set_offset): Don't change the gravity if
18872 CHANGE_GRAVITY is -1.
18873
18874 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18875
18876 * fileio.c (auto_save_error_occurred): New var.
18877 (auto_save_error): Set it.
18878 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18879 error occurred.
18880
18881 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18882
18883 * w32.c (globals_of_w32): Add initializations for
18884 g_b_init_get_sid_sub_authority and
18885 g_b_init_get_sid_sub_authority_count.
18886
18887 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18890 (font_parse_xlfd): Use them for sanity check.
18891 (Finternal_set_font_style_table): Make sure the table is bijective.
18892
18893 Consolidate the image_cache to the terminal struct.
18894 * termhooks.h (P_): Remove redundant def.
18895 (struct terminal): New field `image_cache'.
18896 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18897 of FRAME_X_IMAGE_CACHE.
18898 * xterm.h (struct x_display_info): Remove image_cache field.
18899 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18900 * w32term.h (struct w32_display_info): Remove image_cache field.
18901 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18902 * macterm.h (struct mac_display_info): Remove image_cache field.
18903 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18904 * xterm.c (x_term_init):
18905 * w32term.c (w32_term_init):
18906 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18907 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18908 Remove declarations.
18909 (clear_image_caches, mark_image_cache): New declarations.
18910 * xfaces.c (clear_face_cache):
18911 * xdisp.c (redisplay_internal): Use clear_image_caches.
18912 * image.c (clear_image_cache): Don't check that a frame is on
18913 a window-system before checking if it shares the same cache.
18914 (clear_image_caches): New function.
18915 (Fclear_image_cache): Use it.
18916 (mark_image): Move from allo.c.
18917 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18918 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18919 (mark_object): Don't call mark_image_cache for frames.
18920 (mark_terminals): Call mark_image_cache.
18921
18922 * lisp.h (Fdelete_terminal): Declare.
18923
18924 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18925 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18926 wrong_type_argument.
18927
18928 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18929
18930 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18931 malayalam.el, and tamil.el. Add sinhala.el.
18932
18933 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * xterm.c (x_connection_closed): Consolidate identical tests.
18936 (x_delete_terminal): Don't crash if called via x_connection_closed.
18937
18938 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18939
18940 * xdisp.c (decode_mode_spec): New arg string.
18941 (display_mode_element): Adjust for the above change.
18942
18943 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * callint.c (Fcall_interactively): Use AREF.
18946
18947 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18948
18949 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18950
18951 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18952
18953 * xfns.c (Fx_show_tip): Set string to " " if empty.
18954
18955 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18956
18957 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18958 with Qt.
18959
18960 2008-02-17 Kenichi Handa <handa@m17n.org>
18961
18962 * ftfont.c (ftfont_shape): Return Lispy number.
18963
18964 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18965 for GCs.
18966 (Finternal_set_font_selection_order): Call font_update_sort_order
18967 only when enable_font_backend is set.
18968 (realize_x_face): Set face->font_info to that of default face only
18969 when enable_font_backend is set.
18970
18971 * xdisp.c (handle_composition_prop): Set it->c to the fist
18972 character of the composed region.
18973 (fill_composite_glyph_string): Set base_face->font_info to
18974 s->font_info. Get a face for ascii from base_face->ascii_face.
18975 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18976 with a face already decided.
18977 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18978 non-negative.
18979 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18980 call font_prepare_composition unconditionally.
18981
18982 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18983
18984 * xterm.h (struct x_display_info): New member font.
18985
18986 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18987 (x_set_mouse_face_gc, x_new_font): Likewise.
18988 (x_term_init): Setup display_info->font.
18989 (x_delete_terminal): Free display_info->font.
18990
18991 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18992
18993 * ftxfont.c (ftxfont_default_fid): Delete it.
18994 (ftxfont_open): Set xfont->fid to 0.
18995 (ftxfont_end_for_frame): Clear data specific to the frame and the
18996 font-driver.
18997
18998 * xftfont.c (xftfont_default_fid): Delete it.
18999 (xftfont_open): Set xfont->fid to 0.
19000
19001 * fontset.c (FONTSET_OBJLIST): New macro.
19002 (fontset_find_font): Update font-object list of the fontset.
19003 (free_realized_fontset): New function.
19004 (free_face_fontset): Call free_realized_fontset.
19005 (Ffont_info): Call font_close_object only when enable_font_backend
19006 is set.
19007
19008 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
19009 [HAVE_NTGUI]: Include w32term.h.
19010 [MAC_OS]: Include macterm.ch.
19011 (font_otf_ValueRecord): Use make_number.
19012 (font_finish_cache): Fix handling of reference count.
19013 (font_clear_cache): Update num_fonts.
19014 (font_open_entity): Update smallest_char_width and
19015 smallest_font_height of the frame.
19016 (font_close_object): Update num_fonts.
19017 (Fclear_font_cache): Fix finding the target cache data.
19018
19019 2008-02-16 Glenn Morris <rgm@gnu.org>
19020
19021 * fontset.c (Finternal_char_font): Fix compilation warning.
19022
19023 2008-02-16 Eli Zaretskii <eliz@gnu.org>
19024
19025 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
19026 instead of char arrays. Enlarge the size of array passed to
19027 get_token_information.
19028
19029 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
19030 warnings.
19031
19032 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19033
19034 * .gdbinit: Don't set `args', it breaks gdb --args.
19035
19036 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19037
19038 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
19039 within a narrowed buffer.
19040
19041 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
19042
19043 * coding.c (decode_coding_object, encode_coding_object):
19044 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
19045
19046 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19047
19048 * coding.c (coding_set_destination): Use BEG_BYTE rather than
19049 hardcoding 1.
19050 (detect_coding_system):
19051 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
19052 (string_char_to_byte, string_byte_to_char, insert_from_gap):
19053 * insdel.c (insert_from_gap):
19054 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
19055 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
19056 (string_to_multibyte):
19057 * character.c (chars_in_text, multibyte_chars_in_text):
19058 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
19059
19060 * character.h (FETCH_STRING_CHAR_ADVANCE)
19061 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
19062 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
19063 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
19064
19065 * casefiddle.c (casify_region): Only call after-change and composition
19066 functions on the part of the region that was changed.
19067
19068 * keyboard.c (read_avail_input):
19069 * frame.c (Fdelete_frame): Call Fdelete_terminal.
19070
19071 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19072
19073 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
19074 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
19075
19076 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * w32menu.c (push_submenu_start, push_submenu_end)
19079 (push_left_right_boundary, push_menu_pane, push_menu_item):
19080 * keyboard.c (read_key_sequence): Don't pass args with side effects
19081 to AREF, it fails when compiling with -DENABLE_CHECKING.
19082
19083 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
19084
19085 * Makefile.in (${lispsource}international/charprop.el):
19086 Delete this target.
19087
19088 * search.c (boyer_moore): Fix incorrect synching of the trunk and
19089 emacs-unicode-2.
19090
19091 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * terminal.c (Fdelete_terminal): Clean up the `force' path.
19094
19095 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * frame.c (Qnoelisp): New symbol.
19098 (syms_of_frame): Initialize it.
19099 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
19100 harmless Elisp code, from a strong `force' from x_connection_closed.
19101 * frame.h (Qnoelisp): Declare.
19102 * xterm.c (x_connection_closed): Pass `noelisp'.
19103
19104 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
19105 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
19106 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
19107 rather than `int' for the type of `type'.
19108
19109 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19110
19111 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
19112
19113 * Makefile.in (GNUC): Remove support for gcc-1.x.
19114
19115 2008-02-10 Richard Stallman <rms@gnu.org>
19116
19117 * lisp.h (ASET): Use AREF, not ASLOT.
19118
19119 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * lisp.h (ASET): Check bounds.
19122
19123 2008-02-10 Glenn Morris <rgm@gnu.org>
19124
19125 * buffer.c (mode-name): Doc fix.
19126
19127 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19128
19129 * Makefile.in:
19130 * emacs.c:
19131 * gmalloc.c:
19132 * keyboard.c:
19133 * lisp.h:
19134 * m/ibm370aix.h:
19135 * process.c:
19136 * regex.c:
19137 * s/hpux.h:
19138 * sysdep.c:
19139 * sysselect.h:
19140 * systty.h:
19141 * unexec.c:
19142 * w32term.c:
19143 * xsmfns.c:
19144 * xterm.c: Remove code that deals with obsolete variables.
19145
19146 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
19147
19148 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
19149 nothing else needs it anymore.
19150
19151 2008-02-09 Eli Zaretskii <eliz@gnu.org>
19152
19153 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
19154 instead of unibyte_char_to_multibyte.
19155
19156 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19157
19158 * s/gnu-linux.h: Remove commented out code.
19159
19160 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
19161
19162 * Makefile.in: Update what RMS says about using autoconf.
19163 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
19164 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
19165 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
19166 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
19167
19168 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * keymap.c (Fkey_description): Move side effect outside of macro call.
19171
19172 * xfaces.c (Finternal_make_lisp_face):
19173 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
19174
19175 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
19176 (syms_of_fontset): Use ASET.
19177
19178 * fns.c (concat): Move side effect outside of macro call.
19179 (hash_clear): Use ASET.
19180
19181 2008-02-08 Richard Stallman <rms@gnu.org>
19182
19183 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
19184 If FORCE, and frame has a surrogate minibuffer for another frame,
19185 delete the other frame first.
19186
19187 2008-02-07 Timo Savola <timo.savola@iki.fi>
19188
19189 * xterm.c (x_detect_focus_change): Handle embed client message.
19190 (handle_one_xevent): Ditto.
19191 (handle_one_xevent): If embedded and we get a button press/release,
19192 request focus.
19193 (xembed_set_info, xembed_send_message): New functions.
19194 (x_make_frame_visible): Call xembed_set_info if embedded.
19195 (x_make_frame_invisible): Call xembed_set_info if embedded.
19196 (x_term_init): Initialize Xatom_XEMBED.
19197 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19198 (x_iconify_frame): Ditto.
19199
19200 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19201 (enum xembed_info, enum xembed_message, enum xembed_focus)
19202 (enum xembed_modifier, enum xembed_accelerator): New.
19203 (xembed_set_info, xembed_send_message): Declare.
19204 (FRAME_X_EMBEDDED_P): New.
19205
19206 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19207 gtk_plug_new.
19208
19209 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19210 window ID of a frame.
19211 (x_window): Reparent frame if embedded.
19212 (Fx_create_frame): Don't set border width if embedded.
19213
19214 * emacs.c (USAGE3): Add --parent-id.
19215 (standard_args): Ditto.
19216
19217 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
19218
19219 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19220
19221 2008-02-07 Jim Meyering <meyering@redhat.com>
19222
19223 Use "do...while (0)", not "if (1)...else" in macro definitions.
19224 The latter provokes a warning from gcc about the empty else, when
19225 followed by ";". Also, without that trailing semicolon, it would
19226 silently swallow up any following statement.
19227 * syntax.h (SETUP_SYNTAX_TABLE)
19228 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19229 * buffer.h (DECODE_POSITION): Likewise.
19230 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19231 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19232 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19233 (FETCH_CHAR_ADVANCE): Likewise.
19234 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19235
19236 2008-02-07 Jim Meyering <meyering@redhat.com>
19237
19238 * lread.c [lint]: Don't include <sys/inode.h>.
19239
19240 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
19241
19242 * xselect.c (x_handle_dnd_message):
19243 * xmenu.c (digest_single_submenu, xmenu_show):
19244 * xdisp.c (with_echo_area_buffer_unwind_data)
19245 (format_mode_line_unwind_data, unwind_format_mode_line)
19246 (display_menu_bar):
19247 * eval.c (Ffetch_bytecode):
19248 * doc.c (store_function_docstring):
19249 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19250 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19251 * buffer.c (add_overlay_mod_hooklist): Use ASET.
19252
19253 2008-02-07 Kenichi Handa <handa@m17n.org>
19254
19255 * ftxfont.c (ftxfont_open): Don't set
19256 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19257
19258 * ftfont.c (ftfont_open): Fix previous change.
19259
19260 2008-02-06 Jason Rumney <jasonr@gnu.org>
19261
19262 * w32font.c (w32font_text_extents): Fill in lbearing metric.
19263 Use cached metrics for ASCII characters.
19264 (w32font_open_internal): Don't set font's owning_frame.
19265 Cache metrics for ASCII characters.
19266
19267 * w32font.h (struct w32font_info): Add ascii_metrics.
19268 Remove owning_frame.
19269
19270 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
19271
19272 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19273 to negative value.
19274
19275 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19276
19277 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19278
19279 * charset.c (syms_of_charset): Set QCtest and Qeq.
19280
19281 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19282
19283 * process.c (Fstart_process):
19284 * callproc.c (Fcall_process): Handle the case where
19285 Funhandled_file_name_directory returns nil.
19286
19287 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19288 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19289 * font.c (check_gstring): Use them and AREF to access the vector before
19290 we know it's really a gstring.
19291 (Ffont_shape_text): Fix typo.
19292 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19293
19294 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19295 Declare.
19296
19297 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19298
19299 2008-02-05 Jason Rumney <jasonr@gnu.org>
19300
19301 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19302 Set smallest_font_height and smallest_char_width in display info.
19303
19304 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19305
19306 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19307
19308 2008-02-05 Miles Bader <miles@gnu.org>
19309
19310 * xfaces.c (get_lface_attributes, merge_named_face)
19311 (lookup_named_face, lookup_derived_face, realize_named_face):
19312 Revert 2008-02-01 change by cyd@stupidchicken.com.
19313
19314 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19315
19316 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19317 fallback fonts.
19318 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19319
19320 2008-02-04 Jason Rumney <jasonr@gnu.org>
19321
19322 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19323 set full_name.
19324 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19325
19326 2008-02-03 Jason Rumney <jasonr@gnu.org>
19327
19328 * makefile.w32-in (OBJ1): Include font.o here.
19329 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19330
19331 2008-02-02 Jason Rumney <jasonr@gnu.org>
19332
19333 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19334
19335 2008-02-01 Jason Rumney <jasonr@gnu.org>
19336
19337 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19338
19339 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19340
19341 2008-02-01 Andreas Schwab <schwab@suse.de>
19342
19343 * Makefile.in (shortlisp, lisp): Update for rename of
19344 ../lisp/language/myanmar.el.
19345
19346 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
19347
19348 * xfaces.c (get_lface_attributes): Delete function.
19349 (merge_named_face, lookup_named_face, lookup_derived_face)
19350 (realize_named_face): Call lface_from_face_name directly, and use
19351 the fact that merge_face_vectors does not alter its FROM argument.
19352
19353 2008-02-01 Jason Rumney <jasonr@gnu.org>
19354
19355 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19356 input in the default locale. Handle non-Unicode multibyte input.
19357
19358 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19359
19360 * fontset.c (reorder_font_vector): Exclude nil elements from the
19361 font group. Don't try multiple fonts.
19362 (fontset_font): Adjust for the above change.
19363 (Finternal_char_font): Return nil if the found font doesn't
19364 contain the character ch.
19365
19366 * Makefile.in (lisp, shortlisp): Add cham.el.
19367
19368 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19369
19370 * font.h (FONTP): Make it return 1 also for a font-object.
19371
19372 * .gdbinit (xfontset): New function.
19373
19374 * font.c (font_find_for_lface): Check if the character C is
19375 supported or not only for the first font.
19376
19377 * fontset.c (reorder_font_vector): Fix typo.
19378 (fontset_find_font): Don't add a font-spec specifying a script.
19379 Use 0 (not Qt) for the indication of empty font-group. Change the
19380 format of RFONT-DEF. Return Qt if no font in the font-group
19381 support the character.
19382 (fontset_font): Adjust for the above change. If no font was
19383 found the character, remember that.
19384 (face_for_char): Adjust for the change of RFONT-DEF.
19385 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19386 no font for the target.
19387 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19388
19389 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19390
19391 * font.c (font_load_for_face): Handle the case that the font in
19392 face->lface is a string.
19393
19394 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19395
19396 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19397
19398 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19399
19400 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19401 Fix previous change. If the frame is not on a window system,
19402 signal an error.
19403
19404 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19405
19406 * coding.c (decode_coding_object, encode_coding_object): Adjust
19407 marker positions after conversion.
19408
19409 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19410
19411 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19412
19413 * font.c (font_find_for_lface): Fix the handling of the return
19414 value of font_has_char.
19415 (Ffont_shape_text): Fix previous change.
19416
19417 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19418 (fontset_ref_and_range): Delete it.
19419 (fontset_find_font): Call char_table_ref_and_range instead of
19420 FONTSET_REF_AND_RANGE.
19421 (make_fontset): Don't setup font groups of Latin here.
19422 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19423 (new_fontset_from_font): Make the specified font the default for
19424 all Latin characters.
19425
19426 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19427
19428 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19429 is on a window system before accessing the fontset of the frame.
19430
19431 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19432
19433 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19434
19435 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19436 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19437
19438 * font.c (Ffont_shape_text): If the font driver doesn't have a
19439 shaper function, make zero-width glyphs to have at least one-pixel
19440 width. Fix setting of `to' field of glyphs.
19441
19442 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19443
19444 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19445 glyphs.
19446
19447 * font.h (struct font_driver): Improve docstring of member `shape'.
19448
19449 2008-02-01 Kenichi Handa <handa@m17n.org>
19450
19451 * composite.c (syms_of_composite): Fix docstring of
19452 auto-composition-function.
19453
19454 * font.h (LGLYPH_SIZE): New macro.
19455
19456 * font.c (Ffont_fill_gstring): Stop filling when a character not
19457 supported by the font is found.
19458 (Ffont_shape_text): When a shape callback function returns nil,
19459 try at most two more times with larger gstring.
19460 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19461
19462 * xdisp.c (handle_auto_composed_prop): Change the argument to
19463 auto-composition-function.
19464
19465 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19466 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19467 Lispy glyph and store it in the lgstring.
19468
19469 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19470
19471 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19472
19473 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19474
19475 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19476
19477 * fontset.c (Vfont_encoding_charset_alist): New variable.
19478 (syms_of_fontset): DEFVAR it.
19479 (reorder_font_vector, fontset_find_font): Optimize for the case of
19480 no need of reordering.
19481 (face_for_char): Map the charset property by
19482 Vfont_encoding_charset_alist.
19483
19484 2008-02-01 Jason Rumney <jasonr@gnu.org>
19485
19486 * w32font.c (logfonts_match): Don't check adstyle here.
19487 (font_matches_spec): Check here against physical font instead.
19488 (add_font_entity_to_list): Avoid some substitutions.
19489
19490 * font.c (font_parse_fcname): Default weight and slant to normal.
19491 (font_score): Prefer normal fonts if weight or slant unspecified.
19492 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19493 match freetype scores.
19494
19495 2008-02-01 Jason Rumney <jasonr@gnu.org>
19496
19497 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19498 font, as it may have been deleted.
19499 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19500 most common hyphenless variation.
19501 (logfonts_match): Check generic family.
19502 (font_matches_spec): Don't check generic family here.
19503 (fill_in_logfont): Set generic family based on adstyle.
19504
19505 * w32font.h (w32font_get_cache): Update declaration.
19506
19507 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19508
19509 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19510
19511 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19512 If none of the new drivers are available, call font_update_drivers
19513 with the old drivers.
19514
19515 * w32font.c (w32font_get_cache): Adjust the argument type.
19516
19517 * xfont.c (xfont_get_cache): Adjust the argument type.
19518
19519 * font.h (struct font_driver): Change argument type of get_cache.
19520
19521 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19522
19523 * font.c (Ffont_get): Fix arguments to Fassoc.
19524 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19525 (font_clear_cache): New function.
19526 (font_list_entities, font_matching_entity): Use font_get_cache.
19527 (font_update_drivers): Call font_clear_cache when finishing a driver.
19528
19529 * fontset.c (fontset_find_font): Fix previous change.
19530
19531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19532
19533 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19534 dpyinfo->font_table.
19535 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19536 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19537
19538 * font.c (font_at): Handle the case that the arg C is negative.
19539 Handle the unibyte case.
19540 (Ffont_at): Call font_at with the arg C -1.
19541
19542 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19543 the position here, and call font_at with the arg C -1.
19544 Don't check the range of the existing composition at the point.
19545
19546 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19547
19548 * fontset.c (fontset_add): New args charset_id and family.
19549 Change caller.
19550 (load_font_get_repertory, fontset_find_font): Assume that
19551 font_spec is always a font-spec object.
19552 (Fset_fontset_font): Always store a font-spec object in a fontset.
19553
19554 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19555 instead of get_property_and_range.
19556
19557 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19558
19559 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19560 (xftfont_open): Don't keep locking face.
19561 (xftfont_close): Don't unlock face.
19562 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19563
19564 * fontset.c (fontset_find_font): Don't prefer a font of
19565 supplementary charset.
19566
19567 2008-02-01 Kenichi Handa <handa@m17n.org>
19568
19569 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19570 script, langsys_tag to langsys, new member script.
19571 (OTF_TAG_STR): Terminate by '\0'.
19572 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19573 listing to the script specified in that property. Fix arg to
19574 OTF_check_features.
19575
19576 2008-02-01 Jason Rumney <jasonr@gnu.org>
19577
19578 * w32font.h: New file.
19579
19580 * w32font.c: Include it.
19581 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19582 (w32font_open): Set owning_frame.
19583 (w32font_text_extents): Use owning_frame.
19584 (struct font_callback_data): Add opentype_only field.
19585 (add_font_entity_to_list): Use it to filter fonts.
19586 Don't check against full name.
19587 (w32font_list_internal): New function.
19588 (w32font_list): Use it.
19589 (w32font_match_internal): New function.
19590 (w32font_match): Use it.
19591 (w32font_open_internal): New function.
19592 (w32font_open): Use it.
19593 (w32font_get_cache, w32font_close, w32font_has_char)
19594 (w32font_encode_char, w32font_text_extents, w32font_draw):
19595 Make non-static.
19596
19597 * makefile.w32-in (w32font.o): Depend on w32font.h.
19598
19599 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19600
19601 * charset.c (Fdefine_charset_internal): Record a supplementary
19602 charset at the tail of Vcharset_order_list.
19603
19604 * font.c (Ffont_shape_text): Fix the return value.
19605
19606 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19607
19608 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19609
19610 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19611
19612 * ftfont.c (struct OpenTypeSpec): New struct.
19613 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19614 (ftfont_get_open_type_spec): New function.
19615 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19616
19617 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19618
19619 2008-02-01 Jason Rumney <jasonr@gnu.org>
19620
19621 * w32font.c (add_font_entity_to_list): Compare only the beginning
19622 of full name.
19623
19624 2008-02-01 Kenichi Handa <handa@m17n.org>
19625
19626 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19627 Never return HANDLED_RECOMPUTE_PROPS.
19628
19629 2008-02-01 Kenichi Handa <handa@m17n.org>
19630
19631 * font.c (font_gstring_produce): Delete it.
19632
19633 * composite.h (COMPOSITION_METHOD):
19634 Handle COMPOSITION_WITH_GLYPH_STRING.
19635
19636 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19637
19638 * xfont.c (Qx): Delete.
19639 (syms_of_xfont): Don't initialize Qx.
19640
19641 * composite.h (enum composition_method):
19642 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19643
19644 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19645
19646 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19647 (choose_face_font): Accept new form of font-spec.
19648
19649 * frame.h (font_driver_list): Declare it unconditionally.
19650 (struct frame): Define members font_driver_list and font_data_list
19651 unconditionally.
19652
19653 * fontset.c: Include "font.h" unconditionally.
19654 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19655 (Fset_fontset_font): Accept a font-spec object.
19656
19657 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19658 PIXEL_SIZE part a wild card.
19659
19660 * dispextern.h (struct glyph_string): Define members clip and
19661 num_clips unconditionally.
19662 (struct face): Define members font_info and extra unconditionally.
19663
19664 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19665 ftfont_info only when HAVE_LIBOTF is defined.
19666
19667 2008-02-01 Andreas Schwab <schwab@suse.de>
19668
19669 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19670 and end.
19671
19672 2008-02-01 Jason Rumney <jasonr@gnu.org>
19673
19674 * w32font.c (w32font_driver): Add new fields.
19675
19676 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19677
19678 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19679 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19680 (LIBES): Add @M17N_FLT_CFLAGS@.
19681
19682 * composite.c (compose_text): Don't treat the new style
19683 composition specially.
19684
19685 * emacs.c (main): Call syms_of_font unconditionally.
19686
19687 * font.h (FONT_ENTITY_NOT_LOADABLE)
19688 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19689 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19690 (struct font_driver): New member shape.
19691 (font_registry_charsets): Extern it.
19692 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19693 (font_otf_capability, font_drive_otf): Delete their externs.
19694
19695 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19696 (font_charset_alist, font_registry_charsets): Move from xfont.c
19697 and rename.
19698 (font_prop_validate_otf): New function.
19699 (font_property_table): Register it for QCotf.
19700 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19701 (font_drive_otf): Delete.
19702 (font_prepare_composition): New arg F. Adjust for the change of
19703 lispy gstring.
19704 (font_find_for_lface): New arg C.
19705 (font_load_for_face): Adjust for the change of font_find_for_lface.
19706 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19707 lispy gstring.
19708 (Ffont_shape_text): New function.
19709 (Fopen_font): If the font size is not given, use 12-pixel.
19710 (Ffont_at): New arg STRING.
19711 (syms_of_font): Initialize font_charset_alist.
19712 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19713 conditionally.
19714
19715 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19716 fonts of the same font-spec. Change the format of RFONT-DEF.
19717 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19718 Adjust for the change of RFONT-DEF.
19719 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19720
19721 * ftfont.h: New file.
19722
19723 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19724 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19725 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19726 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19727 font_otf_capability and font_drive_otf, set ftfont_shape.
19728 (ftfont_list): Adjust for the change of :otf property value.
19729 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19730 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19731 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19732 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19733 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19734 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19735
19736 * w32term.c (x_draw_composite_glyph_string_foreground):
19737 Adjust for the change of lispy gstring.
19738
19739 * xdisp.c (handle_composition_prop): Adjust for the change of
19740 lispy gstring. Call a function for auto-composition with the
19741 third arg it->window.
19742 (fill_composite_glyph_string): Adjust for the change of lispy string.
19743 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19744
19745 * xfaces.c (set_font_frame_param): Adjust for the change of
19746 font_find_for_lface.
19747
19748 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19749 (xfont_registry_charsets): Likewise. Change caller.
19750 (syms_of_xfont): Don't handle x_font_charset_alist.
19751
19752 * xftfont.c: Include "ftfont.h".
19753 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19754 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19755 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19756 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19757 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19758 Set xftfont_driver.shape to xftfont_shape.
19759
19760 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19761 the change of lispy gstring.
19762
19763 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19764
19765 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19766
19767 2008-02-01 Jason Rumney <jasonr@gnu.org>
19768
19769 * w32font.c (w32font_draw): Fill background manually.
19770
19771 2008-02-01 Jason Rumney <jasonr@gnu.org>
19772
19773 * font.c (Qfontp): Remove unused symbol.
19774 (QCantialias): New symbol.
19775 (syms_of_font): Define it.
19776 (font_property_table): Set a validator for QCantialias.
19777
19778 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19779 Define if not already.
19780 (QCfamily): Share with xfaces.c.
19781 (Qstandard, Qsubpixel, Qnatural): New symbols.
19782 (syms_of_w32font): Define them. Don't define QCfamily here.
19783 (w32_antialias_type, lispy_antialias_type): New functions.
19784 (w32_enumfont_pattern_entity): New arg requested_font.
19785 Set antialias parameter if non-default was requested.
19786 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19787
19788 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19789
19790 * lread.c (read1): Undo the previous change.
19791
19792 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19793
19794 * frame.c (Fdelete_frame): Call font_update_drivers only when
19795 USE_FONT_BACKEND is defined.
19796
19797 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19798
19799 * font.h (struct font_bitmap): New member bits_per_pixel.
19800 (struct font_driver): New members start_for_frame and end_for_frame.
19801 (struct font_data_list): New struct.
19802 (font_put_frame_data, font_get_frame_data): Extern them.
19803
19804 * frame.h (struct frame): New member font_data_list.
19805
19806 * font.c (font_update_drivers): Call driver->start_for_frame and
19807 driver->end_for_frame at proper timings.
19808 (font_put_frame_data, font_get_frame_data): New functions.
19809 (Ffont_spec): Add usage in the docstring.
19810
19811 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19812 (Fdelete_frame): Call font_update_drivers.
19813
19814 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19815 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19816 (xftfont_get_xft_draw): New function.
19817 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19818 (xftfont_end_for_frame): New function.
19819 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19820
19821 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19822 Change argument. Cache GCs in the per-frame data.
19823 (struct ftxfont_frame_data): New struct.
19824 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19825 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19826 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19827 (ftxfont_end_for_frame): New function.
19828 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19829
19830 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19831
19832 2008-02-01 Kenichi Handa <handa@m17n.org>
19833
19834 * xselect.c (Vselection_coding_system)
19835 (Vnext_selection_coding_system): Delete them.
19836 (syms_of_xselect): Don't declare selection-coding-system and
19837 next-selection-coding-system. They are declared in select.el.
19838
19839 2008-02-01 Jason Rumney <jasonr@gnu.org>
19840
19841 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19842
19843 * w32fns.c: Include imm.h.
19844 (get_composition_string_fn, get_ime_context_fn): New optional
19845 system functions.
19846 (globals_of_w32fns): Load them from imm32.dll.
19847 (ignore_ime_char): New flag.
19848 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19849 WM_IME_ENDCOMPOSITION messages.
19850
19851 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19852 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19853
19854 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19855
19856 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19857 (READCHAR_REPORT_MULTIBYTE): New macro.
19858 (readchar): New 2nd arg MULTIBYTE.
19859 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19860 Make symbol's name multibyte according to the multibyteness of the
19861 source.
19862
19863 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19864
19865 * xfaces.c (face_for_overlay_string): Call lookup_face with
19866 correct arguments (fix of synching with the trunk).
19867
19868 2008-02-01 Kenichi Handa <handa@m17n.org>
19869
19870 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19871 (font_prop_validate_non_neg, font_prop_validate_spacing):
19872 Delete argument prop_index.
19873 (font_property_table): Change arguments to validater. Change Callers.
19874 (font_lispy_object): Delete.
19875 (font_at): Use font_find_object instead fo font_lispy_object.
19876
19877 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19878
19879 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19880 and file names.
19881
19882 2008-02-01 Jason Rumney <jasonr@gnu.org>
19883
19884 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19885 (font_matches_spec): Remove debug output.
19886 (add_font_entity_to_list): Avoid using substituted fonts.
19887
19888 2008-02-01 Jason Rumney <jasonr@gnu.org>
19889
19890 * doc.c (Fsnarf_documentation):
19891 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19892
19893 2008-02-01 Miles Bader <miles@gnu.org>
19894
19895 * dispextern.h (struct glyph_row): Only define "clip" field if
19896 HAVE_WINDOW_SYSTEM is defined.
19897
19898 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 Fix up multi-tty merge.
19901
19902 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19903 and indentation.
19904
19905 * xfaces.c (free_realized_face, clear_face_gcs):
19906 Include font_done_for_face in the input_blocked section, just in case.
19907
19908 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19909 (get_char_face_and_encoding): Undo last change and remove the *other*
19910 duplicate definition (i.e. keep the one that's better scoped and that
19911 includes code for the font-backend).
19912
19913 * terminal.c (create_terminal): Default keyboard_coding to
19914 `no-conversion' and terminal_coding to `undecided'.
19915
19916 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19917
19918 * fontset.c (free_realized_fontsets): Check that the table entry does
19919 contain a fontset before trying to compare it to `base'.
19920
19921 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19922 syms_of_charset, and syms_of_coding earlier because init_window_once
19923 now needs Vcoding_system_hash_table to be setup.
19924
19925 * coding.h (default_buffer_file_coding): Remove.
19926
19927 * coding.c (default_buffer_file_coding): Remove.
19928 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19929 than ->symbol, and use the terminal-local coding system.
19930 (syms_of_coding): Don't setup the coding-systems that are not
19931 terminal-local.
19932 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19933
19934 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19935 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19936
19937 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19938 in chartab.c and were re-added here by mistake.
19939 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19940
19941 * doc.c (Fsnarf_documentation):
19942 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19943 src to etc.
19944
19945 * ChangeLog.10: Add mistakenly removed entry.
19946
19947 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19948
19949 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19950
19951 2008-02-01 Miles Bader <miles@gnu.org>
19952
19953 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19954 Add extra args to FACE_FOR_CHAR.
19955
19956 2008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19959 in sequence.
19960
19961 * chartab.c (map_sub_char_table, map_char_table): If the range
19962 contains just one character, call the function with that character
19963 even if the depth is not 3.
19964
19965 2008-02-01 Jason Rumney <jasonr@gnu.org>
19966
19967 * w32font.c (w32font_text_extents): Calculate metrics for the
19968 whole string.
19969
19970 2008-02-01 Jason Rumney <jasonr@gnu.org>
19971
19972 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19973
19974 2008-02-01 Jason Rumney <jasonr@gnu.org>
19975
19976 * w32term.c (x_set_glyph_string_clipping): Use
19977 get_glyph_string_clip_rects.
19978 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19979 Adjust for the change of struct glyph_string.
19980
19981 * w32font.c (w32font_draw): Do clipping here.
19982
19983 2008-02-01 Kenichi Handa <handa@m17n.org>
19984
19985 * xftfont.c (xftfont_draw): Adjust for the change of struct
19986 glyph_string.
19987
19988 * xterm.c (x_set_glyph_string_clipping): Use
19989 get_glyph_string_clip_rects.
19990 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19991 Adjust for the change of struct glyph_string.
19992
19993 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19994 the resulting clip(s}.
19995 (expose_overlaps): Add arg r. Change callers. Set it to
19996 row->clip temporarily.
19997 (expose_window): Redraw rows overlapping the exposed area.
19998
19999 * dispextern.h (struct glyph_row): New member clip.
20000 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
20001 clip_height, new member clip, and num_clips.
20002
20003 2008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * data.c (Fchar_or_string_p): Fix docstring.
20006
20007 2008-02-01 Kenichi Handa <handa@m17n.org>
20008
20009 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
20010 create a temporary XftDraw object.
20011
20012 2008-02-01 Kenichi Handa <handa@m17n.org>
20013
20014 * font.c (Ffontp): Fix docstring.
20015
20016 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
20017 strong evidence of ISO-2022.
20018
20019 2008-02-01 Kenichi Handa <handa@m17n.org>
20020
20021 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
20022 SYNTAX_ENTRY_FOLLOW_PARENT.
20023
20024 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
20027 its type.
20028 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20029 Update to the new type of weak_hash_tables and next_weak.
20030
20031 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
20032 a plain C pointer to Lisp_Hash_Table.
20033
20034 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
20035 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
20036 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
20037 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
20038 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
20039 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
20040 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
20041 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
20042 (GC_EQ): Remove since they've been identical to their non-GC_
20043 alter-egos ever since the markbit was eradicated.
20044
20045 * alloc.c:
20046 * buffer.c:
20047 * buffer.h:
20048 * data.c:
20049 * fileio.c:
20050 * filelock.c:
20051 * fns.c:
20052 * frame.h:
20053 * lisp.h:
20054 * macterm.c:
20055 * print.c:
20056 * process.c:
20057 * w32fns.c:
20058 * w32menu.c:
20059 * w32term.c:
20060 * xfns.c:
20061 * xmenu.c:
20062 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
20063
20064 2008-02-01 Kenichi Handa <handa@m17n.org>
20065
20066 * chartab.c (map_sub_char_table): Make it work for the top-level
20067 char-table. Fix handling of parent char-table.
20068 (map_char_table): Adjust for the above change.
20069
20070 2008-02-01 Jason Rumney <jasonr@gnu.org>
20071
20072 * w32font.c (Qgdi): Rename from Qw32.
20073
20074 2008-02-01 Jason Rumney <jasonr@gnu.org>
20075
20076 * w32bdf.c (get_quoted_string): Make function static.
20077
20078 2008-02-01 Kenichi Handa <handa@m17n.org>
20079
20080 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
20081 bigger ascent and descent than those of the font, use them as
20082 font's ascent and descent.
20083
20084 2008-02-01 Kenichi Handa <handa@m17n.org>
20085
20086 * Makefile.in (${lispsource}international/charprop.el): Move this
20087 target within "#ifdef HAVE_UNIDATA" and "#endif".
20088
20089 2008-02-01 Kenichi Handa <handa@m17n.org>
20090
20091 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
20092 (shortlisp): Add ../lisp/language/tai-viet.el.
20093
20094 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
20095
20096 * Makefile.in (${lispsource}international/charprop.el): Depend on
20097 temacs${EXEEXT}.
20098
20099 2008-02-01 Jason Rumney <jasonr@gnu.org>
20100
20101 * w32font.c (w32font_close): Delete the GDI font object.
20102
20103 * w32menu.c: Include character.h.
20104
20105 * w32proc.c: Likewise.
20106
20107 * w32select.c: Likewise.
20108
20109 * makefile.w32-in (w32proc.o): Depend on character.h.
20110
20111 2008-02-01 Jason Rumney <jasonr@gnu.org>
20112
20113 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
20114
20115 * w32menu.c (syms_of_w32menu): Likewise.
20116
20117 * w32proc.c (syms_of_ntproc): Likewise.
20118
20119 * w32select.c (syms_of_w32select): Likewise.
20120
20121 * w32term.c (syms_of_w32term): Likewise.
20122
20123 2008-02-01 Jason Rumney <jasonr@gnu.org>
20124
20125 * w32font.c (w32font_draw): Delete brush after using it.
20126
20127 2008-02-01 Jason Rumney <jasonr@gnu.org>
20128
20129 * w32font.c (w32font_open): Don't set font_idx.
20130 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
20131 to font settings.
20132 (w32font_draw): Fill background explicitly.
20133
20134 2008-02-01 Jason Rumney <jasonr@gnu.org>
20135
20136 * w32term.c (w32_initialize): Don't call w32font_initialize.
20137
20138 * w32font.c (w32font_info): Remove subranges.
20139 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
20140 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
20141 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
20142 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
20143 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
20144 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
20145 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
20146 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
20147 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
20148 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
20149 New symbols.
20150 (font_callback_data): New struct.
20151 (w32font_list, w32font_match): Use it.
20152 (w32font_open): Don't populate subranges.
20153 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
20154 (w32font_encode_char): Always return unicode code-point as-is.
20155 (w32font_text_extents): Supply a transformation matrix to
20156 GetGlyphOutline. Never look up by glyph index. Avoid looping
20157 twice. Use unicode version of GetTexExtentPoint32 instead of
20158 glyph index version.
20159 (set_fonts_frame): Remove.
20160 (w32_enumfont_pattern_entity): Add frame parameter, use it to
20161 set frame parameter. Use backward compatible fake foundries.
20162 Save generic family in extra slot under QCfamily. Make width slot
20163 constant. Save QCspacing value. Save list of scripts instead of
20164 binary subranges.
20165 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
20166 (add_font_entity_to_list): Use font_callback_data struct. Filter
20167 unwanted fonts.
20168 (add_one_font_entity_to_list): Use font_callback_data struct.
20169 (w32_registry): Default to iso10646_1.
20170 (fill_in_logfont): Use dpi from extra slot. Don't bother with
20171 string font registries. Don't fill in font name if it is a generic
20172 family name, fill family instead. Use spacing, family and script
20173 extra info to fill pitch, family and charset fields.
20174 (list_all_matching_fonts): Use font_callback_data struct.
20175 (unicode_range_for_char): Remove.
20176 (font_supported_scripts): New function.
20177 (w32font_initialize): Remove.
20178 (syms_of_w32font): Update which symbols are defined.
20179
20180 2008-02-01 Jason Rumney <jasonr@gnu.org>
20181
20182 * font.c (font_pixel_size): Reverse assq_no_quit args.
20183
20184 * w32term.h (FONT_WIDTH): Report max width, not average.
20185 (FONT_MAX_WIDTH): Remove.
20186 (FONT_AVG_WIDTH): New macro.
20187
20188 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
20189 redefinition of FONT_WIDTH.
20190
20191 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20192 (w32_cache_char_metrics): Use FONT_WIDTH.
20193
20194 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20195
20196 2008-02-01 Jason Rumney <jasonr@gnu.org>
20197
20198 * w32font.c (w32font_open): Make lfHeight negative.
20199
20200 * w32fns.c (x_default_font_parameter): Use new style font name.
20201 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20202
20203 2008-02-01 Jason Rumney <jasonr@gnu.org>
20204
20205 * w32font.c (QCsubranges): New symbol.
20206 (w32font_open, w32font_has_char): Get subranges from subproperty
20207 of extra.
20208 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20209 (syms_of_w32font): Define :subranges symbol.
20210
20211 * font.c (font_put_extra): Expose externally.
20212
20213 * font.h (font_put_extra): Move declaration from font.c.
20214
20215 * font.c (Ffont_get): Use font driver to determine otf capability.
20216 (adjust_anchor): Check if driver defines anchor_point before using.
20217
20218 * w32font.c (w32font_open): Handle size, height and pixel_size better.
20219 (w32font_draw): Use options.
20220 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20221 Fix detection of truetype fonts.
20222 (registry_to_w32_charset): Handle charsets other than iso8859-1
20223 expressed as lisp symbols.
20224 (w32_registry): Express charset as lisp symbol.
20225 (fill_in_logfont): Reverse pixel and point height logic.
20226 Don't set width here. Set quality to default.
20227
20228 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20229 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20230
20231 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20232 Remove redundant loop and allocation.
20233
20234 * makefile.w32-in (font.o, w32font.o): New objects.
20235 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20236 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20237
20238 * xdisp.c (fill_composite_glyph_string): Make the first arg to
20239 STORE_XCHARB a valid l-value.
20240
20241 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20242 calculations for non-Truetype fonts.
20243 (x_draw_glyph_string): Sync with xterm.c.
20244 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20245 Remove redundant code.
20246 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20247
20248 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20249 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20250
20251 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20252 (x_to_w32_charset, w32_to_x_charset): Expose externally.
20253
20254 * w32font.c: New file for w32 font backend.
20255
20256 2008-02-01 Kenichi Handa <handa@m17n.org>
20257
20258 * term.c: Don't include "buffer.h" twice.
20259
20260 2008-02-01 Kenichi Handa <handa@m17n.org>
20261
20262 * character.c (Funibyte_string): New function.
20263 (syms_of_character): Defsubr it.
20264
20265 2008-02-01 Jason Rumney <jasonr@gnu.org>
20266
20267 * w32term.c [USE_FONT_BACKEND]:
20268 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20269 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20270 (x_draw_glyph_string, x_draw_glyph_string_foreground)
20271 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20272 (x_free_frame_resources): Sync with xterm.c.
20273
20274 2008-02-01 Andreas Schwab <schwab@suse.de>
20275
20276 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20277 char-table size.
20278
20279 2008-02-01 Kenichi Handa <handa@m17n.org>
20280
20281 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20282
20283 2008-02-01 Kenichi Handa <handa@m17n.org>
20284
20285 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20286 font_otf_gpos, add font_drive_otf.
20287
20288 * fontset.c (fontset_find_font): Pay attention to font size
20289 specified for a font.
20290 (reorder_font_vector): Check contents of font_def.
20291
20292 * font.c (struct otf_list): Delete it.
20293 (otf_list): Make it a lisp variable.
20294 (otf_open): Use lispy otf_list.
20295 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20296 (check_otf_features): New function.
20297 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20298 New functions.
20299 (font_drive_otf): New function merging font_otf_gsub and
20300 font_otf_gpos.
20301 (font_open_for_lface): New arg spec. Change argument order.
20302 (font_load_for_face): Adjust for the change of font_open_for_lface.
20303 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20304 Ffont_otf_gpos.
20305 (syms_of_font): Staticpro otf_list. Delete defsubr of
20306 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20307
20308 * xfaces.c (set_font_frame_param): Adjust for the change of
20309 font_open_for_lface.
20310
20311 * font.h (font_open_for_lface): Adjust prototype.
20312 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20313 member otf_drive.
20314 (font_otf_gsub, font_otf_gpos): Delete externs.
20315 (font_drive_otf): Extern it.
20316
20317 2008-02-01 Kenichi Handa <handa@m17n.org>
20318
20319 * font.c (font_at): If the window W is not on a window system,
20320 return Qnil.
20321
20322 * coding.c (produce_chars, encode_coding): Don't call
20323 insert_from_gap if no characters to produce.
20324
20325 2008-02-01 Kenichi Handa <handa@m17n.org>
20326
20327 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20328 Fclear_face_cache.
20329
20330 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20331
20332 2008-02-01 Miles Bader <miles@gnu.org>
20333
20334 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20335 Parse "--disable-font-backend" option.
20336 (standard_args): Add "--disable-font-backend" option.
20337
20338 2008-02-01 Kenichi Handa <handa@m17n.org>
20339
20340 * fontset.c (fontset_find_font): New function.
20341 (fontset_font): Use fontset_find_font.
20342 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20343 Register the specified font for all Latin characters.
20344 (new_fontset_from_font): Register the specified font for all Latin
20345 characters.
20346 (dump_fontset): For a realized fontset, include the base fontset
20347 name in the returned vector.
20348
20349 2008-02-01 Kenichi Handa <handa@m17n.org>
20350
20351 * character.h (CHAR_STRING): Cast C to unsigned on calling
20352 char_string.
20353
20354 * character.c (char_string): Type of arg C changed to unsigned.
20355 Signal an error if C is an invalid character code.
20356
20357 * editfns.c (general_insert_function, Fchar_to_string):
20358 Use CHARACTERP, not INTEGERP.
20359
20360 2008-02-01 Kenichi Handa <handa@m17n.org>
20361
20362 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20363 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20364
20365 * regex.c (analyse_first): Fix for multibyte characters in "case
20366 charset:" and "case categoryspec:".
20367
20368 2008-02-01 Andreas Schwab <schwab@suse.de>
20369
20370 * Makefile.in (LIBES): Move standard libraries to the end.
20371
20372 2008-02-01 Kenichi Handa <handa@m17n.org>
20373
20374 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20375 nonzero, don't shrink the buffer nextb.
20376
20377 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20378
20379 * coding.c (coding_alloc_by_making_gap): New arg offset.
20380 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20381 offset.
20382 (decode_coding_iso_2022): Update coding->safe_charsets.
20383 (decode_coding_gap): Temporarily set
20384 current_buffer->text->inhibit_shrinking to 1.
20385
20386 2008-02-01 Kenichi Handa <handa@m17n.org>
20387
20388 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20389 indexing into elements of s->cmp and s->char2b.
20390
20391 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
20392
20393 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20394
20395 2008-02-01 Kenichi Handa <handa@m17n.org>
20396
20397 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20398 target_multibyte instead of multibyte.
20399 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20400 (bcmp_translate): Change the argument name from multibyte to
20401 target_multibyte.
20402
20403 2008-02-01 Kenichi Handa <handa@m17n.org>
20404
20405 These changes are to compile a regexp into a pattern that can be
20406 used both for multibyte and unibyte targets.
20407
20408 * Makefile.in (search.o): Depend on charset.h.
20409
20410 * character.c (multibyte_char_to_unibyte_safe): New function.
20411
20412 * search.c: Include "charset.h".
20413 (compile_pattern_1): Delete argument multibyte. Don't set
20414 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20415 (compile_pattern): Don't compare cp->buf.target_multibyte.
20416 Compare cp->buf.charset_unibyte.
20417 (compile_pattern): Set cp->buf.target_multibyte.
20418
20419 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20420
20421 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20422
20423 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20424 multibyte. Change callers.
20425 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20426 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20427 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20428 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20429 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20430 (regex_compile): Make the compiled pattern usable both for
20431 multibyte and unibyte targets.
20432 (analyse_first): Make the fastmap usable both for multibyte and
20433 unibyte targets.
20434 (TRANSLATE_VIA_MULTIBYTE): Delete.
20435 (re_match_2_internal): Pay attention to the case that the
20436 multibyteness of bufp and target may be different.
20437
20438 2008-02-01 Kenichi Handa <handa@m17n.org>
20439
20440 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20441 empty box occupy at least one column width.
20442
20443 2008-02-01 Miles Bader <miles@gnu.org>
20444
20445 * Makefile.in: Remove redundant HAVE_XFT clause.
20446
20447 2008-02-01 Kenichi Handa <handa@m17n.org>
20448
20449 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20450
20451 2008-02-01 Kenichi Handa <handa@m17n.org>
20452
20453 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20454 being nil.
20455
20456 2008-02-01 Kenichi Handa <handa@m17n.org>
20457
20458 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20459
20460 2008-02-01 Kenichi Handa <handa@m17n.org>
20461
20462 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20463
20464 2008-02-01 Kenichi Handa <handa@m17n.org>
20465
20466 * search.c (simple_search): Fix previous change.
20467
20468 2008-02-01 Kenichi Handa <handa@m17n.org>
20469
20470 * xftfont.c (ftfont_font_format): Extern declaration.
20471
20472 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20473
20474 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20475 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20476
20477 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20478 (ftfont_font_format): Fix previous change.
20479
20480 * font.h (Ffont_xlfd_name): EXFUN it.
20481
20482 * font.c (font_parse_xlfd): Fix the array size of `f'.
20483 (register_font_driver): Use EQ to compare driver->type.
20484
20485 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20486 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20487 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20488
20489 2008-02-01 Kenichi Handa <handa@m17n.org>
20490
20491 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20492 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20493
20494 2008-02-01 Kenichi Handa <handa@m17n.org>
20495
20496 * xfont.c (xfont_open): Set font->format.
20497
20498 * xftfont.c (xftfont_open): Set font->format.
20499
20500 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20501 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20502 (ftfont_open): Set font->format.
20503 (ftfont_font_format): New function.
20504
20505 * font.h (struct font): New member format.
20506
20507 * font.c (Qopentype): New variable.
20508 (syms_of_font): Defsym it.
20509 (Fquery_font): Change the format of the last element of the return
20510 value.
20511
20512 2008-02-01 Kenichi Handa <handa@m17n.org>
20513
20514 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20515 last resort.
20516
20517 2008-02-01 Kenichi Handa <handa@m17n.org>
20518
20519 * coding.c (detect_coding_charset): Fix detection of multi-byte
20520 charset.
20521
20522 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20523
20524 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20525
20526 2008-02-01 Kenichi Handa <handa@m17n.org>
20527
20528 * xdisp.c (get_next_display_element): Set it->face_id for the
20529 first component of a composition.
20530 (x_produce_glyphs): Check if the font is changed or not for composition.
20531
20532 2008-02-01 Kenichi Handa <handa@m17n.org>
20533
20534 * fontset.c (Qlatin): New variable.
20535 (syms_of_fontset): Define it as a lisp symbol.
20536 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20537
20538 2008-02-01 Kenichi Handa <handa@m17n.org>
20539
20540 * font.c (font_unparse_fcname): Pay attention to the case that
20541 some of font property is a null string.
20542
20543 2008-02-01 Kenichi Handa <handa@m17n.org>
20544
20545 * term.c: Include "composite.h".
20546 (encode_terminal_code): Output all components of composition.
20547 Check the size of encode_terminal_src.
20548 (produce_glyphs): For composition, call produce_composite_glyph.
20549 (append_composite_glyph, produce_composite_glyph): New functions.
20550
20551 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20552 is not found, get font_info from the current ascii face.
20553
20554 2008-02-01 Kenichi Handa <handa@m17n.org>
20555
20556 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20557 buffer-file-name to Qnil before calling insert_from_buffer.
20558
20559 * font.c (font_unparse_fcname): Pay attention to the case that
20560 foundry is a null string.
20561
20562 2008-02-01 Kenichi Handa <handa@m17n.org>
20563
20564 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20565
20566 * font.c (Qunicode_sip): New variable.
20567 (syms_of_font): Declare it as a Lisp symbol.
20568
20569 * font.h (Qunicode_sip): Extern it.
20570
20571 2008-02-01 Kenichi Handa <handa@m17n.org>
20572
20573 * composite.c (get_composition_id): Pay attention to TAB component.
20574
20575 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20576 TAB. Adjust for the change of s->char2b which always points to
20577 the first element of allocated memory.
20578
20579 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20580
20581 * xdisp.c (handle_composition_prop): Set it->c to the first
20582 non-TAB component.
20583 (fill_composite_glyph_string): Change argument.
20584 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20585 (x_produce_glyphs): Fix handling of left/right padding.
20586
20587 2008-02-01 Kenichi Handa <handa@m17n.org>
20588
20589 * coding.c (detect_coding_system): Fix for handling off
20590 inhibit_iso_escape_detection. Fix for the case that no coding
20591 system is defined for a specific coding category.
20592
20593 2008-02-01 Kenichi Handa <handa@m17n.org>
20594
20595 * font.c (font_matching_entity): Delete unused local var.
20596
20597 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20598 opening a font.
20599
20600 * fileio.c (Finsert_file_contents): On recovering a file, assume
20601 Unix-like eol.
20602 (choose_write_coding_system): On auto-saving a file, force
20603 Unix-like eol.
20604
20605 * coding.c (setup_coding_system): Fix setting of
20606 coding->common_flags based on eol_type.
20607 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20608 inherit from it.
20609
20610 2008-02-01 Kenichi Handa <handa@m17n.org>
20611
20612 * alloc.c (NSTATICS): Increas to 0x600.
20613
20614 2008-02-01 Kenichi Handa <handa@m17n.org>
20615
20616 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20617 (ftfont_list): Don't check :name property.
20618 (ftfont_match): New function.
20619 (ftfont_pattern_entity): If the pattern doesn't contain
20620 FC_SPACING, don't assume FC_MONO.
20621
20622 * font.h (struct font_driver): New member `match'.
20623 (font_update_drivers): Adjust prototype.
20624
20625 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20626 property of FONT.
20627 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20628 them unconditionally.
20629 (font_matching_entity): New function.
20630 (font_open_by_name): Try font_matching_entity if exact match is
20631 not found.
20632 (font_update_drivers): Delete the arg FONT. Return a list of
20633 actually used backends. Don't free faces, font caches here.
20634 Don't store data in frame parameters. Don't call x_set_font.
20635 (Ffont_spec): Store :name property as is.
20636 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20637 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20638 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20639 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20640 Call font->driver->otf_gsub instead of font_otf_gsub.
20641
20642 * frame.c (x_set_font_backend): Do more works that were done in
20643 font_update_drivers before.
20644
20645 * xfont.c (xfont_match): New function.
20646 (xfont_driver): Set xfont_driver.match to xfont_match.
20647 (xfont_draw): Set font in GC if necessary.
20648
20649 * ftxfont.c (ftxfont_match): New function.
20650 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20651
20652 * xftfont.c (xftfont_match): New function.
20653 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20654
20655 2008-02-01 Kenichi Handa <handa@m17n.org>
20656
20657 * font.h (struct font): New member scalable.
20658 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20659 (font_otf_gsub): Adjust prototype.
20660
20661 * font.c (font_otf_capability): Fix handling of the default langsys.
20662 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20663 Check the contents of SPEC.
20664 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20665 (check_gstring): New function.
20666 (REPLACEMENT_CHARACTER): New macro.
20667 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20668 glyph codes of GSTRING.
20669 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20670 (font_prepare_composition): Set cmp->glyph_len.
20671 (font_open_entity): Set font->scalable.
20672 (Ffont_get): Handle :otf property.
20673 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20674 functions.
20675 (Fquery_font): Use font->font.full_name.
20676 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20677 Sfont_otf_alternates.
20678
20679 * ftfont.c (ftfont_open): Set font->font.full_name and
20680 font->font.name properly. Fix calculation of font->font.height
20681 and font->min_width.
20682
20683 * ftxfont.c (ftxfont_create_gcs): New function.
20684 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20685 (ftxfont_draw_backgrond): Fix filling region.
20686 (ftxfont_default_fid): New function.
20687 (ftxfont_open): Set xfont->fid to the return value of
20688 ftxfont_default_fid.
20689 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20690 (ftxfont_done_face): Free only GCs that are created by
20691 ftxfont_create_gcs.
20692 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20693
20694 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20695 Clip to src->width, etc (not src->clip_XXX).
20696
20697 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20698 FontBackend frame parameter.
20699
20700 2008-02-01 Kenichi Handa <handa@m17n.org>
20701
20702 * font.h (struct font_driver_list): New member `on'.
20703 (Fclear_font_cache): EXFUN it.
20704 (font_update_drivers): Extern it.
20705
20706 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20707 (font_list_entities): Check driver_list->on.
20708 (register_font_driver): Initialize `on' member to 0.
20709 (font_update_drivers): New function.
20710 (Fclear_font_cache): Check driver_list->on.
20711
20712 * frame.h (Qfont_backend): Extern it.
20713 (x_set_font_backend): Extern it.
20714
20715 * frame.c (Qfont_backend): New variable.
20716 (frame_parms): New element for font-backend.
20717 (x_set_font_backend): New function.
20718
20719 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20720 FontBackend frame parameter.
20721 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20722 x_set_font_backend.
20723
20724 * xfont.c (xfont_list): Don't try listing by :name property if the
20725 name is not for XLFD.
20726
20727 2008-02-01 Kenichi Handa <handa@m17n.org>
20728
20729 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20730 (LGLYPH_SET_TO): New macros.
20731 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20732 element of G is vector or not.
20733 (font_at): Extern it.
20734
20735 * font.c: Include window.h.
20736 (font_lispy_object): New function.
20737 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20738 end of valid glyph.
20739 (font_close_object): Fix getting (struct font *).
20740 (font_at): New function.
20741 (Ffont_get): If FONT is a font-object, get entity from it.
20742 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20743 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20744 range check.
20745 (Ffont_at): New function.
20746 (syms_of_font): Defsubr Sfont_at.
20747
20748 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20749 before the entry for Qcomposition.
20750 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20751 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20752 the font in gstring.
20753 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20754 LGLYPH_FORM (g) to detect the end of valid glyph.
20755 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20756 we are composing with gstring.
20757
20758 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20759 Check if adjustment is vector or not.
20760
20761 * Makefile.in (font.o): Make it depends on window.h.
20762
20763 2008-02-01 Kenichi Handa <handa@m17n.org>
20764
20765 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20766 adjustment is vector or not.
20767
20768 2008-02-01 Miles Bader <miles@gnu.org>
20769
20770 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20771
20772 2008-02-01 Kenichi Handa <handa@m17n.org>
20773
20774 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20775 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20776 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20777
20778 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20779 (DEVICE_DELTA): Fix typo.
20780 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20781 LGLYPH format.
20782
20783 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20784 the change of LGLYPH format.
20785
20786 2008-02-01 Kenichi Handa <handa@m17n.org>
20787
20788 * ftfont.c (ftfont_list): Fix typo.
20789 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20790
20791 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20792
20793 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20794
20795 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20796 xftface_info is non-NULL.
20797
20798 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20799
20800 * ftfont.c (ftfont_list): Move misplaced #endif.
20801
20802 2008-02-01 Kenichi Handa <handa@m17n.org>
20803
20804 * ftfont.c (ftfont_list): Pay attention to the case that
20805 FC_CAPABILITY is not defined.
20806
20807 2008-02-01 Kenichi Handa <handa@m17n.org>
20808
20809 * xftfont.c (xftfont_open): Set charset related members to -1.
20810
20811 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20812 QCname.
20813 (ftfont_open): Set charset related members to -1.
20814
20815 * fontset.c (Votf_script_alist): New variable.
20816 (syms_of_fontset): Initialize it.
20817 (fontset_font): Delete unused variable.
20818
20819 * fontset.h (Votf_script_alist): Extern it.
20820
20821 * font.c (font_find_for_lface): Optimize code.
20822
20823 * font.h (font_close_object, font_merge_old_spec): Extern them.
20824
20825 2008-02-01 Kenichi Handa <handa@m17n.org>
20826
20827 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20828 (syms_of_font): Initialize them.
20829 (font_pixel_size): Allow float value in dpi.
20830 (font_prop_validate_type): Delete.
20831 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20832 Change caller.
20833 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20834 (font_prop_validate_extra): Delete.
20835 (font_prop_validate_spacing): New function.
20836 (font_property_table): Add elements for all known properties.
20837 (get_font_prop_index): Rename from check_font_prop_name. New
20838 argument FROM. Change caller.
20839 (font_prop_validate): Validate all known properties.
20840 (font_put_extra): Delete argument force. Change caller.
20841 (font_expand_wildcards): Make it static. Fix the way of shrinking
20842 the possible range.
20843 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20844 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20845 Change caller.
20846 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20847 (font_parse_fcname): Delete argument merge. Fix parsing of point
20848 size. Don't validate properties values here. Change caller.
20849 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20850 (font_open_by_name): Delete unused variable.
20851 (Ffont_spec): Likewise. Validate property values.
20852 (Ffont_match_p): New function.
20853
20854 * font.h (QCscalable): Extern it.
20855 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20856
20857 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20858
20859 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20860 (xfont_list_pattern): New function.
20861 (xfont_list): Use xfont_list_pattern.
20862
20863 2008-02-01 Kenichi Handa <handa@m17n.org>
20864
20865 * font.h (Flist_fonts): EXFUN it.
20866
20867 2008-02-01 Jason Rumney <jasonr@gnu.org>
20868
20869 * w32term.c (w32_initialize): Add back smoothing_type and
20870 smoothing_enabled definitions.
20871
20872 2008-02-01 Kenichi Handa <handa@m17n.org>
20873
20874 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20875 s->face->font on determining underline position.
20876
20877 2008-02-01 Kenichi Handa <handa@m17n.org>
20878
20879 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20880 (font_has_char): Accept font-object too.
20881 (font_find_for_lface): Try at first with a size specified in face.
20882
20883 2008-02-01 Kenichi Handa <handa@m17n.org>
20884
20885 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20886 font_open_by_name.
20887
20888 2008-02-01 Kenichi Handa <handa@m17n.org>
20889
20890 * font.h (QCspacing, QCdpi): Extern them.
20891 (enum font_spacing): New enum.
20892 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20893
20894 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20895 (QCspacing, QCdpi): New variables.
20896 (syms_of_font): Initialize them.
20897 (font_pixel_size): New function.
20898 (font_put_extra): New function.
20899 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20900 in FONT_EXTRA.
20901 (font_parse_fcname): Handle enumerated values (e.g. bold).
20902 Fix handling font size. Add QCname property that contains only
20903 unknown properties.
20904 (font_score): Change argument. Change caller. Pay attention to
20905 FONT_PIXEL_SIZE_QUANTUM.
20906 (font_sort_entites, font_list_entities, font_find_for_lface)
20907 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20908 (Ffont_spec): Add QCname property that contains only unknown properties.
20909
20910 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20911 include weight in listing pattern, instead check weight of each
20912 listed font. Don't include scalable in pattern. Pay attention to
20913 FONT_PIXEL_SIZE_QUANTUM.
20914
20915 2008-02-01 Kenichi Handa <handa@m17n.org>
20916
20917 * font.c (font_parse_fcname): Fix parsing of point-size.
20918 (font_unparse_fcname): Produce symbolic names for style properties.
20919 (font_list_entities): Handle float size correctly.
20920 (font_open_by_name): Prefer `normal' property values if the name
20921 doesn't specify them.
20922
20923 * fontset.c (Finternal_char_font): Use font_get_name, not
20924 Ffont_xlfd_name.
20925
20926 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20927 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20928 pattern. Don't force scalable.
20929
20930 * xftfont.c (xftfont_open): For generating a name, start from
20931 96-byte buffer.
20932
20933 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20934
20935 * frame.h (x_new_fontset2): Fix prototype.
20936
20937 2008-02-01 Kenichi Handa <handa@m17n.org>
20938
20939 * font.h (struct font_driver): Delete member parse_name.
20940 (font_match_p, font_get_spec, font_parse_fcname)
20941 (font_unparse_fcname): Extern them.
20942 (font_get_name): Adjust prototype.
20943
20944 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20945 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20946 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20947 unnecessary checks for weight, slant, and swidth.
20948 (font_parse_fcname): New function.
20949 (font_unparse_fcname): New function.
20950 (font_parse_name): New function.
20951 (font_match_p): New function.
20952 (font_get_name): Change return value to Lisp string.
20953 (font_get_spec): New function.
20954 (Qunspecified, Qignore_defface): Don't extern them.
20955 (font_find_for_lface): Assume that LFACE is fully specified.
20956 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20957 object, use it for FACE.
20958 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20959 driver->parse_name.
20960 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20961
20962 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20963 prototype.
20964
20965 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20966 argument F. Don't call Fnew_fontset. Instead, directly call
20967 make_fontset.
20968
20969 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20970
20971 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20972 of x_new_fontset2.
20973
20974 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20975 (Qsans__serif): New variables.
20976 (ftfont_generic_family_list): New variable.
20977 (syms_of_ftfont): Initialize the above variables.
20978 (ftfont_pattern_entity): Delete argument NAME.
20979 (ftfont_list_generic_family): New function.
20980 (ftfont_parse_name): Delete this function.
20981 (ftfont_list): Try generic family only when FcFontList found no font.
20982 (ftfont_list_family): Fix args to FcObjectSetBuild.
20983
20984 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20985 object in attrs[LFACE_FONT_INDEX].
20986 (set_lface_from_font_name): Cancel all changes for font-backend.
20987 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20988 function.
20989 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20990 font object in QCfont attribute.
20991 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20992 (realize_default_face) [USE_FONT_BACKEND]: Call
20993 set_lface_from_font_and_fontset.
20994
20995 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20996 "fixed", and signal error here if no suitable font was found.
20997
20998 * xfont.c (xfont_parse_name): Delete this function.
20999
21000 * xftfont.c (xftfont_open): Change coding style of error
21001 handling. Generate fontconfig's fontname pattern.
21002
21003 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
21004 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
21005
21006 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
21007 Both args FONTSET and FONT_OBJECT must be existing ones.
21008
21009 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21010
21011 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
21012
21013 2008-02-01 Kenichi Handa <handa@m17n.org>
21014
21015 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
21016
21017 * font.h (struct font): Fix typo.
21018
21019 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
21020 XLFD_XXX_INDEX.
21021 (enum xlfd_field_mask): New enum.
21022 (intern_font_field): Changed argument. Change caller. If digits
21023 are followed by non-digits, return a symbol.
21024 (font_expand_wildcards): New function.
21025 (font_parse_xlfd): Fix wildcard handling.
21026 (Ffont_spec): If :name is specified, reflect the info in the other
21027 properties.
21028
21029 * ftfont.c (ftfont_pattern_entity): Fix typo.
21030 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
21031 locale.
21032
21033 2008-02-01 Kenichi Handa <handa@m17n.org>
21034
21035 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
21036
21037 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
21038 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
21039 registry doesn't specify encoding part.
21040 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
21041 (font_open_by_name): At first try parsing the name.
21042 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
21043 as Lisp symbols.
21044
21045 * fontset.c (reorder_font_vector): Pay attention to the case that
21046 the 3rd element of font_def is nil.
21047 (fontset_font): For the default fontset, append one more fontset
21048 elements for a script-based font specification. Don't add script
21049 attribute on finding a font.
21050 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
21051 font name.
21052 (fontset_ascii_font): If a font can't be opened, return nil.
21053
21054 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
21055 (ftfont_pattern_entity): New function.
21056 (ftfont_get_cache): Assume that freetype_font_cache is already
21057 initialized.
21058 (ftfont_list): Handle the case that a file is specified in font
21059 name. Use ftfont_pattern_entity to generate entities.
21060 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
21061 (syms_of_ftfont): Initialize freetype_font_cache.
21062
21063 * xftfont.c (xftfont_open): Make the font name fontconfig's
21064 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
21065 (xftfont_close): Free font->font.name if not NULL.
21066
21067 * xfont.c (xfont_list): If script is specified for a font, return
21068 null_vector.
21069 (xfont_list_family): Declare argument type.
21070
21071 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
21072 name, set LFACE_FONT (lface) to nil.
21073
21074 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
21075 return Qnil.
21076
21077 2008-02-01 Kenichi Handa <handa@m17n.org>
21078
21079 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
21080 (standard_args): Add "-enable-font-backend".
21081
21082 2008-02-01 Kenichi Handa <handa@m17n.org>
21083
21084 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
21085 (struct xftdraw_list, xftdraw_list): Delete them.
21086 (register_xftdraw, check_xftdraw): Delete them.
21087 (xftfont_prepare_face): Don't call register_xftdraw.
21088 (xftfont_done_face): Don't call check_xftdraw.
21089 (xftfont_draw): Get background color only when with_background is
21090 nonzero.
21091
21092 * xfont.c (xfont_encode_char): Fix calculation of char2b.
21093
21094 2008-02-01 Kenichi Handa <handa@m17n.org>
21095
21096 These changes are for the new font handling codes.
21097
21098 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
21099 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
21100 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
21101 (FONTSRC, FONTOBJ): New variables.
21102 (obj): Add $(FONTOBJ).
21103 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
21104 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
21105 @LIBOTF_LIBS@.
21106 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
21107 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
21108
21109 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
21110
21111 * character.h (Vscript_representative_chars): Extern it.
21112
21113 * character.c (Vscript_representative_chars): New variable.
21114 (syms_of_character): Declare it as a Lisp variable.
21115
21116 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
21117 enable_font_backend is nonzero, accept the composition method
21118 COMPOSITION_WITH_GLYPH_STRING.
21119
21120 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
21121 enumeration COMPOSITION_WITH_GLYPH_STRING.
21122
21123 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
21124 members clip_x, clip_y, clip_width, and clip_height.
21125 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
21126
21127 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
21128 --enable-font-backend. Call syms_of_font.
21129
21130 * fns.c (assoc_no_quit): New function.
21131
21132 * fontset.h (FONT_INFO_FROM_FACE): New macro.
21133 (face_for_font, new_fontset_from_font)
21134 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
21135
21136 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
21137 (fontset_font, fontset_ascii, face_for_char)
21138 (make_fontset_for_ascii_face, Ffont_info)
21139 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
21140 is nonzero, use font-backend mechanism.
21141 (find_font_encoding): Make it non-static.
21142 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
21143 New functions.
21144
21145 * frame.h (struct frame): New members resx and resy.
21146 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
21147 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
21148
21149 * frame.c [USE_FONT_BACKEND]: Include "font.h".
21150 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
21151
21152 * lisp.h (assoc_no_quit): Extern it.
21153
21154 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
21155 Through out the file, use FONT_INFO_FROM_FACE instead of
21156 FONT_INFO_FROM_ID, use get_per_char_metric instead of
21157 rif->per_char_metric.
21158 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
21159 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
21160 (get_glyph_face_and_encoding, fill_composite_glyph_string)
21161 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21162 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
21163 nonzero, use font-backend mechanism.
21164 (get_per_char_metric): New function.
21165
21166 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
21167 (set_lface_from_font_name)
21168 (set_font_frame_param, free_realized_face)
21169 (prepare_face_for_display, clear_face_gcs)
21170 (Finternal_set_font_selection_order, realize_x_face)
21171 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
21172 font-backend mechanism.
21173 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
21174 (load_face_font) [USE_FONT_BACKEND]: Abort.
21175 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
21176 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
21177
21178 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
21179 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
21180 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
21181 nonzero, register all available font drivers. Call
21182 x_default_font_parameter for deciding a font.
21183 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
21184
21185 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
21186 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
21187 (x_set_glyph_string_clipping_exactly)
21188 (x_compute_glyph_string_overhangs)
21189 (x_draw_glyph_string_foreground)
21190 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
21191 (x_free_frame_resources) [USE_FONT_BACKEND]: If
21192 enable_font_backend is nonzero, use font-backend mechanism.
21193 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21194
21195 2008-02-01 Kenichi Handa <handa@m17n.org>
21196
21197 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21198 system_eol_type.
21199 (syms_of_coding): Initialize system_eol_type.
21200
21201 * process.c (Fset_process_coding_system): Inherit system's eol
21202 format if necessary.
21203
21204 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21205
21206 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21207
21208 2008-02-01 Kenichi Handa <handa@m17n.org>
21209
21210 * coding.c (decode_eol): Pay attention to buffer relocation in
21211 del_range_2.
21212 (decode_coding): Call decode_eol before restoring undo_list.
21213
21214 2008-02-01 Kenichi Handa <handa@m17n.org>
21215
21216 * charset.c (Fdefine_charset_internal): Fix setting of
21217 emacs_mule_bytes.
21218
21219 2008-02-01 Kenichi Handa <handa@m17n.org>
21220
21221 * keyboard.c (read_char): Check if C is a character or not before
21222 looking up Vkeyboard_translate_table.
21223
21224 2008-02-01 Kenichi Handa <handa@m17n.org>
21225
21226 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21227 condition to terminate the loop.
21228
21229 2008-02-01 Kenichi Handa <handa@m17n.org>
21230
21231 * coding.c (produce_composition): Compare charbuf[i] instead of
21232 args[i] against 0.
21233 (Fterminal_coding_system): Use EQ to compare Lisp objects.
21234
21235 2008-02-01 Kenichi Handa <handa@m17n.org>
21236
21237 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21238 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21239 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21240 detect_coding.
21241 (emacs_mule_char): Handle old style (Emacs 20) component character
21242 of a composition.
21243 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21244 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21245 composition rule.
21246 (decode_coding_emacs_mule): Handle invalid bytes correctly.
21247
21248 2008-02-01 Kenichi Handa <handa@m17n.org>
21249
21250 * coding.c (encode_coding_ccl): Allocate destination dynamically
21251 when necessary.
21252
21253 2008-02-01 Kenichi Handa <handa@m17n.org>
21254
21255 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21256 the loop. When quitted, show a proper error message.
21257
21258 2008-02-01 Kenichi Handa <handa@m17n.org>
21259
21260 * xterm.c (x_set_glyph_string_clipping_exactly): Set
21261 src->clip_head and src->clip_tail temporarily instead of src->hl.
21262
21263 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21264 character sequence.
21265 (Fccl_execute_on_string): Use ASET, not XSET.
21266
21267 2008-02-01 Kenichi Handa <handa@m17n.org>
21268
21269 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21270
21271 2008-02-01 Kenichi Handa <handa@m17n.org>
21272
21273 * coding.c (decode_coding): Fix the condition of terminating the
21274 decoding loop.
21275
21276 2008-02-01 Kenichi Handa <handa@m17n.org>
21277
21278 * data.c (Faset): On setting a character bigger than 255 in a
21279 unibyte string, signal an error instead of make the string multibyte.
21280
21281 2008-02-01 Kenichi Handa <handa@m17n.org>
21282
21283 * charset.c (map_charset_chars): Fix for ascii-compatible charset
21284 made by a mapping table.
21285
21286 2008-02-01 Kenichi Handa <handa@m17n.org>
21287
21288 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21289 not.
21290 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21291 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21292
21293 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21294 s->face is NULL or not.
21295
21296 2008-02-01 Kenichi Handa <handa@m17n.org>
21297
21298 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21299 (x_draw_glyph_string): Fix drawing of right_overhang and
21300 left_overhang around/on cursor.
21301
21302 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21303
21304 2008-02-01 Kenichi Handa <handa@m17n.org>
21305
21306 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21307
21308 2008-02-01 Kenichi Handa <handa@m17n.org>
21309
21310 * coding.c (Fdefine_coding_system_internal)
21311 (Fdefine_coding_system_alias): Avoid a duplicated element in
21312 Vcoding_system_alist.
21313
21314 2008-02-01 Kenichi Handa <handa@m17n.org>
21315
21316 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21317
21318 * coding.c (Qcoding_system_define_form): New variable.
21319 (syms_of_coding): Intern and staticpro it.
21320 (Fcoding_system_p): Check Qcoding_system_define_form.
21321 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21322
21323 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21324 Fcoding_system_p.
21325 (CHECK_CODING_SYSTEM): If ID is not available, call
21326 Fcheck_coding_system.
21327 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21328 Try also Fcheck_coding_system.
21329
21330 2008-02-01 Kenichi Handa <handa@m17n.org>
21331
21332 * coding.c (code_conversion_restore): GCPRO arg.
21333
21334 2008-02-01 Kenichi Handa <handa@m17n.org>
21335
21336 * character.c (lisp_string_width): Check multibyteness of STRING.
21337
21338 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21339
21340 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21341 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21342 (decode_mac_font_name): Use decode_coding_c_string instead of
21343 decode_coding.
21344 (x_load_font): Initialize fontp->fontset to -1. Set
21345 fontp->encoding_type.
21346
21347 2008-02-01 Kenichi Handa <handa@m17n.org>
21348
21349 * search.c (search_buffer): Give up BM search on case-fold-search
21350 if one of a target character has a case-equivalence of different
21351 byte length even if that target character is an ASCII.
21352 (simple_search): Fix calculation of byte length of matched text.
21353 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21354
21355 2008-02-01 Kenichi Handa <handa@m17n.org>
21356
21357 * coding.c (decode_coding): Fix handling of invalid bytes.
21358
21359 2008-02-01 Kenichi Handa <handa@m17n.org>
21360
21361 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21362 Unicode characters.
21363
21364 2008-02-01 Kenichi Handa <handa@m17n.org>
21365
21366 * coding.c (encode_coding_object): If a pre-write-conversion
21367 function makes a new buffer, kill it.
21368
21369 2008-02-01 Kenichi Handa <handa@m17n.org>
21370
21371 * coding.c (QCascii_compatible_p): New variable.
21372 (syms_of_coding): Initialize it.
21373 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21374 calling string_char.
21375 (record_conversion_result): Add `default:' case.
21376 (coding_charset_list): Delete unused variable `coding_type'.
21377 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21378 property in the plist of the coding system.
21379 (Fcoding_system_put): Check QCascii_compatible_p.
21380
21381 2008-02-01 Miles Bader <miles@gnu.org>
21382
21383 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21384 removed calculation of frame `f', as it's now used.
21385
21386 2008-02-01 Kenichi Handa <handa@m17n.org>
21387
21388 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21389 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21390 (UNIDATA): New variable.
21391 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21392 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21393 $(RUN_TEMACS) unconditionally.
21394
21395 2008-02-01 Kenichi Handa <handa@m17n.org>
21396
21397 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21398 (admindir): New variable.
21399 ($(lispsource)international/charprop.el): New target.
21400
21401 2008-02-01 Miles Bader <miles@gnu.org>
21402
21403 * character.c (chars-in-region): Remove obsolete function.
21404 (syms_of_character): Remove its initialization.
21405
21406 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21407
21408 * w32select.c (validate_coding_system)
21409 (setup_windows_coding_system): New functions.
21410 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21411 setup_windows_coding_system.
21412 (setup_config, Fw32_get_clipboard_data): Use
21413 validate_coding_system.
21414 (Fx_selection_exists): Move call to setup_config to a place
21415 where signals are allowed.
21416
21417 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21418 (Fcheck_coding_system): Add declarations.
21419
21420 2008-02-01 Kenichi Handa <handa@m17n.org>
21421
21422 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21423
21424 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21425
21426 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21427 string as the second argument for x_new_fontset.
21428
21429 2008-02-01 Kenichi Handa <handa@m17n.org>
21430
21431 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21432 (encode_coding_object): Use safe_call instead of call2.
21433
21434 2008-02-01 Kenichi Handa <handa@m17n.org>
21435
21436 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21437
21438 * Makefile.in (lisp): Include charprop.el.
21439
21440 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21441
21442 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21443 Not sure if it's unnecessary.
21444
21445 2008-02-01 Steven Tamm <steventamm@mac.com>
21446
21447 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21448 some possibly unnecessary fontset checking code that crashed
21449 when creating a new frame.
21450
21451 2008-02-01 Kenichi Handa <handa@m17n.org>
21452
21453 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21454 lookup_face.
21455
21456 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21457
21458 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21459
21460 2008-02-01 Kenichi Handa <handa@m17n.org>
21461
21462 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21463 (coding_charset_list): New function.
21464
21465 * coding.h (coding_charset_list): Extern it.
21466
21467 2008-02-01 Kenichi Handa <handa@m17n.org>
21468
21469 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21470 concatenation of family and registry.
21471
21472 2008-02-01 Kenichi Handa <handa@m17n.org>
21473
21474 * character.h (BYTE8_STRING): Fix typo.
21475
21476 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21477 string to multibyte (sync to HEAD).
21478
21479 * casefiddle.c (casify_region): Handle changes in byte-length
21480 using replace_range_2 (sync to HEAD).
21481
21482 2008-02-01 Andreas Schwab <schwab@suse.de>
21483
21484 * chartab.c (map_char_table): GCPRO table and arg.
21485
21486 2008-02-01 Kenichi Handa <handa@m17n.org>
21487
21488 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21489 already at limit.
21490
21491 2008-02-01 Kenichi Handa <handa@m17n.org>
21492
21493 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21494 instead of fast_c_string_match_ignore_case.
21495 (find_font_encoding): Change argument to Lisp_Object. Use
21496 fast_string_match_ignore_case instead of
21497 fast_c_string_match_ignore_case. Change caller.
21498
21499 2008-02-01 Kenichi Handa <handa@m17n.org>
21500
21501 * xdisp.c (get_next_display_element): In unibyte case, decide to
21502 display in octal form by checking a character by
21503 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21504
21505 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21506
21507 * character.c (unibyte_has_multibyte_table): New variable.
21508
21509 * character.h (unibyte_has_multibyte_table): Extern it.
21510 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21511
21512 2008-02-01 Kenichi Handa <handa@m17n.org>
21513
21514 * coding.c (encode_coding_iso_2022): Fix handling of charset
21515 annotation.
21516
21517 2008-02-01 Kenichi Handa <handa@m17n.org>
21518
21519 * coding.c (setup_coding_system): If coding_system is nil, use
21520 Qundecided.
21521 (Fterminal_coding_system): Return nil if terminal coding system is
21522 `undecided'.
21523 (syms_of_coding): Define coding-system `undecided' here. Setup
21524 terminal_coding as `undecided'.
21525
21526 2008-02-01 Kenichi Handa <handa@m17n.org>
21527
21528 * xdisp.c (message_dolog, set_message_1): Call
21529 unibyte_char_to_multibyte with arg type int.
21530
21531 * lread.c (read1): Fix reading of a char-table.
21532
21533 * print.c (print_object): Include sub char-table in circularities
21534 detection.
21535
21536 2008-02-01 Kenichi Handa <handa@m17n.org>
21537
21538 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21539 Append the found sequences in car of ARGS instead of prepending.
21540
21541 2008-02-01 Kenichi Handa <handa@m17n.org>
21542
21543 * fileio.c (report_file_error): Make a unibyte string from
21544 strerror (errorno).
21545 (Fsubstitute_in_file_name): Fix the arg to
21546 unibyte_char_to_multibyte. It is evaluated twice.
21547
21548 2008-02-01 Kenichi Handa <handa@m17n.org>
21549
21550 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21551
21552 2008-02-01 Kenichi Handa <handa@m17n.org>
21553
21554 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21555 BOM is not found.
21556 (detect_coding, detect_coding_system): Optimization for ISO-2022
21557 when no 8-bit data is found.
21558
21559 2008-02-01 Jason Rumney <jasonr@gnu.org>
21560
21561 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21562
21563 2008-02-01 Kenichi Handa <handa@m17n.org>
21564
21565 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21566 CHARS.
21567
21568 2008-02-01 Steven Tamm <steventamm@mac.com>
21569
21570 * macterm.c (mac_encode_char): Add charset argument and update
21571 to use encoding_type.
21572 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21573 switch to pure fontset.
21574 (decode_mac_font_name): Temporarily remove decoding.
21575 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21576 (x_load_font): Temporarily remove encoding.
21577
21578 2008-02-01 Kenichi Handa <handa@m17n.org>
21579
21580 * xfaces.c (Fface_font): If frame is not on a window system,
21581 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21582 refer to face->font.
21583 (split_font_name_into_vector, build_font_name_from_vector)
21584 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21585 when HAVE_WINDOW_SYSTEM is defined.
21586
21587 2008-02-01 Kenichi Handa <handa@m17n.org>
21588
21589 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21590 (x_produce_glyphs): Fix setting of members of cmp in case
21591 cmp->glyph_len is zero.
21592
21593 * fontset.c (Fset_fontset_font): Fix docstring.
21594 (Ffontset_info): Make it backward compatible. New arg ALL.
21595
21596 2008-02-01 Kim F. Storm <storm@cua.dk>
21597
21598 * process.c (read_process_output): Grow decoding_buf when needed;
21599 this could cause a crash in allocate_string and compact_small_strings.
21600
21601 2008-02-01 Kenichi Handa <handa@m17n.org>
21602
21603 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21604
21605 2008-02-01 Kenichi Handa <handa@m17n.org>
21606
21607 * coding.c (setup_coding_system): Set coding->common_flags
21608 correctly for raw-text.
21609 (consume_chars): On encoding unibyte text by raw-text, don't check
21610 multibyte form.
21611 (encode_coding): On encoding by raw-text, never use translation tables.
21612
21613 * fileio.c (e_write): Short cut for the case of no encoding.
21614
21615 2008-02-01 Kenichi Handa <handa@m17n.org>
21616
21617 * coding.c (detect_coding, detect_coding_system): Delete unused
21618 variables.
21619
21620 2008-02-01 Kenichi Handa <handa@m17n.org>
21621
21622 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21623 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21624
21625 2008-02-01 Kenichi Handa <handa@m17n.org>
21626
21627 * coding.c (Ffind_coding_systems_region_internal): Include
21628 raw-text and no-conversion in the result.
21629
21630 2008-02-01 Kenichi Handa <handa@m17n.org>
21631
21632 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21633 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21634 FONT_DEF.
21635 (font_def_arg, add_arg, from_arg, to_arg): New args.
21636 (set_fontset_font): Change argument.
21637 (Fset_fontset_font): Fix for the case that TARGET is a script
21638 name and charset name.
21639 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21640
21641 2008-02-01 Kenichi Handa <handa@m17n.org>
21642
21643 * fontset.c (fontset_font): Rename from fontset_face. Change return
21644 value.
21645 (face_suitable_for_char_p, face_for_char): Adjust for the change
21646 of fontset_font.
21647 (make_fontset_for_ascii_face): Fix setting of the fontset element
21648 for ASCII.
21649 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21650 to get a font name.
21651 (Ffontset_info): Adjust for the change of fontset_font.
21652
21653 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21654
21655 * character.h (LEADING_CODE_LATIN_1_MIN)
21656 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21657
21658 2008-02-01 Kenichi Handa <handa@m17n.org>
21659
21660 * editfns.c (check_translation): New function.
21661 (Ftranslate_region_internal): Handle M:N mapping.
21662
21663 2008-02-01 Kenichi Handa <handa@m17n.org>
21664
21665 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21666
21667 2008-02-01 Kenichi Handa <handa@m17n.org>
21668
21669 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21670 goto invalid_code.
21671 (decode_coding_iso_2022): Fix handling of invalid designation.
21672
21673 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21674 after calling code_conversion_save.
21675
21676 2008-02-01 Kenichi Handa <handa@m17n.org>
21677
21678 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21679
21680 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21681
21682 * fontset.c: Include "intervals.h".
21683 (fontset_face): Fix comparing of Lisp_Objects.
21684 (free_face_fontset, new_fontset_from_font_name): Fix
21685 Lisp_Object/int mixup.
21686
21687 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21688
21689 * coding.c: Add many prototypes for static functions.
21690 (get_translation_table): Allow max_lookup to be NULL.
21691 (decode_coding, Ffind_coding_systems_region_internal)
21692 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21693 get_translation_table with max_lookup NULL.
21694
21695 2008-02-01 Kenichi Handa <handa@m17n.org>
21696
21697 * coding.c (get_translation_table): Declare it as Lisp_Object.
21698 (LOOKUP_TRANSLATION_TABLE): New macro.
21699 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21700 instead of CHAR_TABLE_REF.
21701
21702 2008-02-01 Kenichi Handa <handa@m17n.org>
21703
21704 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21705 annotation data format.
21706 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21707 Change arguments FROM and TO to single argument NCHARS. Change caller.
21708 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21709 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21710 (decode_coding_ccl, decode_coding_charset): Pay attention to
21711 coding->charbuf_used.
21712 (get_translation): New function.
21713 (produce_chars): New arguments translation_table and last_block.
21714 Translate characters here. Return number of carryover chars.
21715 Change caller.
21716 (produce_composition): New argument pos. Change caller.
21717 Adjust for the change of annotation data format.
21718 (produce_charset, produce_annotation): Likewise.
21719 (decode_coding, encode_coding): Don't call translate_chars.
21720 (consume_chars): New arg translation_table. Change caller.
21721 (translate_chars): Delete.
21722 (syms_of_coding): Make translation-table's number of extra slots 2.
21723
21724 2008-02-01 Kenichi Handa <handa@m17n.org>
21725
21726 * search.c (simple_search): Fix setting this_pos_byte in backward
21727 search.
21728
21729 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21730 byte sequence.
21731 (detect_coding_ccl): Fix setting of the variable valids.
21732
21733 2008-02-01 Kenichi Handa <handa@m17n.org>
21734
21735 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21736
21737 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21738
21739 * editfns.c (Ftranslate_region_internal): Rename from
21740 Ftranslate_region. Accept a char-table in TABLE.
21741 (syms_of_editfns): Defsubr Stranslate_region_internal.
21742
21743 * xfaces.c (set_lface_from_font_name): If a font is specified for
21744 a frame, generate a fontset from the font.
21745 (build_scalable_font_name): If the scalable font is requested for
21746 a specific size, don't change that size.
21747 (try_font_list): Try a scalable font also in the case that a
21748 pattern string is specified.
21749
21750 2008-02-01 Kenichi Handa <handa@m17n.org>
21751
21752 * xfaces.c (Fface_font): New optional arg CHARACTER.
21753
21754 2008-02-01 Kenichi Handa <handa@m17n.org>
21755
21756 * charset.h (CHARSET_OFFSET): New macro.
21757
21758 2008-02-01 Kenichi Handa <handa@m17n.org>
21759
21760 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21761
21762 * fontset.c (fontset_face): Handle the case that repertory is a
21763 char-table.
21764 (find_font_encoding): Return nil for unknown encoding.
21765 (Fset_fontset_font): Ignore a font of unknown encoding.
21766
21767 2008-02-01 Kenichi Handa <handa@m17n.org>
21768
21769 * keymap.c (describe_vector): Handle default value of a char table.
21770
21771 * fontset.c (fontset_face): Handle fallback fonts correctly.
21772 (Ffontset_info): Return infomation about fallback fonts.
21773
21774 2008-02-01 Kenichi Handa <handa@m17n.org>
21775
21776 * fontset.c (FONTSET_DEFAULT): New macro.
21777 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21778 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21779 the case that it is nil.
21780 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21781 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21782
21783 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21784 subset or superset.
21785
21786 2008-02-01 Kenichi Handa <handa@m17n.org>
21787
21788 * emacs.c (main): Call init_charset after syms_of_XXX.
21789
21790 * charset.c (Vcharset_map_directory): Delete.
21791 (Vcharset_map_path): New variable.
21792 (load_charset_map_from_file): Use Vcharset_map_path instead.
21793 (init_charset): Initialize Vcharset_map_path.
21794 (syms_of_charset): Delete declaration of "charset-map-directory",
21795 add declaration of "charset-map-path".
21796
21797 2008-02-01 Kenichi Handa <handa@m17n.org>
21798
21799 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21800 ASCII only string.
21801
21802 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21803
21804 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21805 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21806
21807 2008-02-01 Kenichi Handa <handa@m17n.org>
21808
21809 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21810
21811 * coding.c (QCmnemonic, QCdefalut_char)
21812 (QCdecode_translation_table, QCencode_translation_table)
21813 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21814 (get_translation_table): Return a list of translation tables if
21815 necessary.
21816 (decode_coding): Call get_translation_table with ENCODEP 0.
21817 (char_encodable_p): If translation_table is non-nil, always call
21818 translate_char.
21819 (Fdefine_coding_system_internal): Accept list of translation
21820 tables as :encode-translation-table and :decode-translation-table.
21821 (Fcoding_system_put): New function.
21822 (syms_of_coding): Declare new symbols. Defsubr
21823 Scoding_system_put.
21824 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21825 typically JISX0212.
21826
21827 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21828 when the charset is superset type.
21829
21830 * character.c (translate_char): Accept list of translation tables.
21831
21832 2008-02-01 Kenichi Handa <handa@m17n.org>
21833
21834 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21835 (CODING_ATTR_TRANS_TBL): New macro.
21836
21837 * coding.c (get_translation_table): New function.
21838 (translate_chars): Fix the bug of skipping annotation data.
21839 (decode_coding, encode_coding): Utilize get_translation_table.
21840 (char_encodable_p, Funencodable_char_position): Translate char if
21841 necessary.
21842 (Ffind_coding_systems_region_internal)
21843 (Fcheck_coding_systems_region): Setup translation table for encode
21844 in a coding system attribute vector in advance.
21845 (Fdefine_coding_system_internal): Allow a symbol as translation
21846 table. For shift-jis type coding system, allow 4th charset.
21847
21848 2008-02-01 Kenichi Handa <handa@m17n.org>
21849
21850 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21851
21852 * xdisp.c (get_next_display_element): Pass -1 as POS to
21853 FACE_FOR_CHAR if displaying a C-string.
21854
21855 2008-02-01 Kenichi Handa <handa@m17n.org>
21856
21857 * composite.c (get_composition_id): Handle xoff and yoff in a
21858 composition rule.
21859
21860 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21861 (struct composition): New member lbearing and rbearing.
21862
21863 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21864 (x_get_glyph_overhangs): Handle a composition glyph.
21865 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21866
21867 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21868 composition glyph.
21869
21870 2008-02-01 Kenichi Handa <handa@m17n.org>
21871
21872 * print.c: Include charset.h.
21873 (Vprint_charset_text_property): New variable.
21874 (Qdefault): Extern it.
21875 (PRINT_STRING_NON_CHARSET_FOUND)
21876 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21877 (print_check_string_result): New variable.
21878 (print_check_string_charset_prop): New function.
21879 (print_prune_charset_plist): New variable.
21880 (print_prune_string_charset): New function.
21881 (print_object): Call print_prune_string_charset if
21882 Vprint_charset_text_property is not t.
21883 (print_interval): Print nothing if interval->plist is nil.
21884 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21885 variable. Init and staticpro print_prune_charset_plist.
21886
21887 2008-02-01 Kenichi Handa <handa@m17n.org>
21888
21889 * fontset.c (new_fontset_from_font_name): Use the specified font
21890 for all characters in the new fontset.
21891
21892 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21893 OBJECT args.
21894
21895 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21896 OBJECT args for composition too.
21897
21898 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21899 OBJECT args.
21900
21901 2008-02-01 Kenichi Handa <handa@m17n.org>
21902
21903 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21904
21905 * fontset.c (reorder_font_vector): Adjust for the change of
21906 FONT_DEF format.
21907 (fontset_face): New arg id. Change caller.
21908 (face_for_char): New args pos and object.
21909 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21910 (fs_query_fontset): Check NAME by Fassoc too.
21911 (Fset_fontset_font): Allow non-XLFD font name.
21912 (Ffontset_info): Adjust for the change of FONT_DEF format.
21913
21914 * fontset.h (face_for_char): Adjust prototype.
21915
21916 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21917 (append_space, extend_face_to_end_of_line)
21918 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21919 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21920
21921 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21922 POS and OBJECT args.
21923
21924 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21925 POS and OBJECT args.
21926
21927 2008-02-01 Jason Rumney <jasonr@gnu.org>
21928
21929 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21930 of GlobalAlloc'ed memory.
21931
21932 2008-02-01 Kenichi Handa <handa@m17n.org>
21933
21934 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21935
21936 * charset.h (charset_table_used): Delete extern.
21937
21938 * charset.c (charset_table_used): Make it static.
21939 (map_charset_chars): Fix args to c_function with.
21940
21941 * chartab.c (map_sub_char_table_for_charset): Fix args to
21942 c_function with.
21943
21944 * coding.h (enum coding_result_code): Delete
21945 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21946
21947 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21948 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21949 (Vlast_code_conversion_error): New variables.
21950 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21951 (ONE_MORE_BYTE): Record error if any instead of signaling an
21952 error. If non-ASCII multibyte char is found, return the negative
21953 value of the code. All callers changed to check it.
21954 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21955 (record_conversion_result): New function. Change all codes setting
21956 coding->result to call this function.
21957 (detect_coding_utf_8, decode_coding_utf_8)
21958 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21959 Don't use the local variable incomplete.
21960 (emacs_mule_char): Change the second arg to `const'.
21961 (decode_coding): Fix of flushing out unprocessed data.
21962 (make_conversion_work_buffer): Fix making of a work buffer.
21963 (decode_coding_object): Return coding->dst_object.
21964
21965 * fontset.c (set_fontset_font): Fix args.
21966
21967 * lisp.h (CHARACTERBITS): Define as 22.
21968
21969 * process.c (send_process): Be sure to set coding->src_multibyte.
21970
21971 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21972
21973 2008-02-01 Kenichi Handa <handa@m17n.org>
21974
21975 * xdisp.c (handle_auto_composed_prop): Give limit to
21976 Fnext_single_char_property_change.
21977
21978 2008-02-01 Kenichi Handa <handa@m17n.org>
21979
21980 * composite.c (syms_of_composite): Don't make the composition hash
21981 table weak.
21982
21983 * fontset.c (Fset_fontset_font): Fix docstring.
21984
21985 * lisp.h (detect_coding_system): Adjust prototype.
21986
21987 * fileio.c (kill_workbuf_unwind): Delete this function.
21988 (Finsert_file_contents): Adjust the call of detect_coding_system.
21989 Get conversion_buffer by code_conversion_save. Use the macro
21990 CODING_MAY_REQUIRE_DECODING. After decoding, update
21991 coding_system.
21992
21993 * coding.h (make_conversion_work_buffer): Delete extern.
21994 (code_conversion_save): Extern it.
21995
21996 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21997 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21998 (decode_coding_utf_8): Don't do eol converion.
21999 (detect_coding_utf_16): Check coding->src_chars, not
22000 coding->src_bytes. Add heuristics for those that have no signature.
22001 (decode_coding_emacs_mule, decode_coding_iso_2022)
22002 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22003 Don't do eol converion.
22004 (adjust_coding_eol_type): Return a new coding system.
22005 (detect_coding): Don't detect eol. Fix for utf-16 detection.
22006 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
22007 each change.
22008 (decode_coding): Pay attention to undo_list. Do eol conversion for
22009 all types of coding-systems (if necessary).
22010 (Vcode_conversion_work_buf_list): Delete it.
22011 (Vcode_conversion_reused_workbuf): Rename from
22012 Vcode_conversion_reused_work_buf.
22013 (Vcode_conversion_workbuf_name): New variable.
22014 (reused_workbuf_in_use): New variable.
22015 (make_conversion_work_buffer): Delete the arg DEPTH.
22016 (code_conversion_restore): Change argument to cons.
22017 (code_conversion_save): Delete the argument BUFFER. Change callers.
22018 (detect_coding_system): New argument src_chars. Change callers.
22019 Fix for utf-16 detection.
22020 (init_coding_once): Don't use ISO_carriage_return.
22021 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
22022 reused_workbuf_in_use.
22023
22024 2008-02-01 Kenichi Handa <handa@m17n.org>
22025
22026 * keymap.c (store_in_keymap): Pay attention to the case that idx
22027 is a cons specifying a character range.
22028
22029 2008-02-01 Kenichi Handa <handa@m17n.org>
22030
22031 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
22032 HANDLED_RECOMPUTE_PROPS.
22033
22034 * coding.c (Fdefine_coding_system_internal): Fix checking of
22035 ascii compatibility.
22036
22037 2008-02-01 Kenichi Handa <handa@m17n.org>
22038
22039 * charset.c (find_charsets_in_text): Delete unused locale variable.
22040 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
22041
22042 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
22043 Resync charset_list to Vemacs_mule_charset_list.
22044
22045 * keymap.c (store_in_keymap): Pay attention to the case that idx
22046 is a cons specifying a character range.
22047
22048 2008-02-01 Kenichi Handa <handa@m17n.org>
22049
22050 * composite.c (update_compositions): Bind inhibit-read-only, etc
22051 to t before calling remove-list-of-text-properties.
22052
22053 * print.c (print_object): Always print ASCII chars as is.
22054
22055 2008-02-01 Kenichi Handa <handa@m17n.org>
22056
22057 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
22058
22059 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
22060 is a char table.
22061
22062 2008-02-01 Kenichi Handa <handa@m17n.org>
22063
22064 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
22065
22066 2008-02-01 Kenichi Handa <handa@m17n.org>
22067
22068 * xfaces.c (set_lface_from_font_name): Fix for the case that
22069 FONTNAME is not fontset name.
22070
22071 2008-02-01 Kenichi Handa <handa@m17n.org>
22072
22073 * fns.c (base64_encode_1): Fix previous change.
22074
22075 2008-02-01 Kenichi Handa <handa@m17n.org>
22076
22077 * fontset.c (set_fontset_font): New function.
22078 (Fset_fontset_font): If a font is specified for a charset, use
22079 map_charset_chars to store the font spec in a fontset.
22080
22081 2008-02-01 Kenichi Handa <handa@m17n.org>
22082
22083 * fontset.c (fontset_face): Create a fallback fontset on demand.
22084 (make_fontset): Don't create a fallback fontset here.
22085 (free_face_fontset): Free a fallback fontset (if any) too.
22086 (n_auto_fontsets): Delete this variable.
22087 (auto_fontset_alist): New variable.
22088 (new_fontset_from_font_name): Check auto_fontset_alist.
22089 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
22090 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
22091 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
22092 Defsubr Sfontset_list_all.
22093
22094 2008-02-01 Kenichi Handa <handa@m17n.org>
22095
22096 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
22097
22098 2008-02-01 Kenichi Handa <handa@m17n.org>
22099
22100 * fontset.c (Fnew_fontset): Check NAME more rigidly.
22101
22102 2008-02-01 Kenichi Handa <handa@m17n.org>
22103
22104 * editfns.c (Fgoto_char): Fix docstring.
22105
22106 2008-02-01 Kenichi Handa <handa@m17n.org>
22107
22108 * insdel.c (insert_from_gap): Adjust intervals correctly.
22109
22110 2008-02-01 Jason Rumney <jasonr@gnu.org>
22111
22112 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
22113 (pfnGetFontUnicodeRanges): New dynamically loaded function.
22114 (w32_initialize): Try to load it.
22115 (x_get_font_repertory): Use it if available.
22116 (w32_encode_char): Add shortcut for unicode output.
22117
22118 * w32fns.c (w32_load_system_font): Default charset to -1.
22119 (x_to_w32_charset): Match all fonts for unicode.
22120 (w32_to_x_charset): New parameter matching. Don't return partial
22121 or wildcard charsets.
22122 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
22123 (w32_codepage_for_font): Return CP_UNICODE for unicode.
22124 (w32_to_x_font): Match charset to real charset.
22125 (enum_font_cb2): Always list unicode versions.
22126
22127 * makefile.w32-in (temacs): Increase EMHEAP.
22128
22129 2008-02-01 Jason Rumney <jasonr@gnu.org>
22130
22131 * w32term.c (w32_encode_char): New charset parameter.
22132 font_info.encoding becomes encoding_type.
22133 (x_get_font_repertory): New function. Warning: stub only!
22134 (x_new_font): Return quickly if font already set.
22135 (x_new_fontset): fontsetname parameter is Lisp_Object.
22136 Use new fs_query_fontset. Try new_fontset_from_font_name.
22137 Use fontset_name for return value.
22138
22139 * w32term.h: Declare x_get_font_repertory.
22140
22141 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
22142 place of find_charset_in_text. Use encode_coding_object in place
22143 of encode_coding.
22144 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
22145 decode_coding.
22146
22147 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
22148 of x_new_fontset.
22149 (w32_load_system_font): Initialize charset as unicode.
22150 font_info.encoding becomes encoding_type.
22151 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
22152 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
22153 (syms_of_w32fns): Set get_font_repertory_func.
22154
22155 * w32console.c: Include character.h. Use terminal_encode_buffer
22156 from term.c.
22157 (write_glyphs): Use new version of encode_terminal_code. Use
22158 encode_coding_object in place of encode_coding.
22159
22160 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
22161 encoding becomes encoding_type.
22162
22163 * term.c (terminal_encode_buffer): Make externally visible.
22164
22165 * makefile.w32-in: Add character.h dependancies.
22166 (character.o, chartab.o): New targets.
22167
22168 2008-02-01 Kenichi Handa <handa@m17n.org>
22169
22170 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
22171 CODING_ID_EOL_TYPE.
22172
22173 2008-02-01 Andreas Schwab <schwab@suse.de>
22174
22175 * coding.c (produce_chars): Revert last change.
22176
22177 2008-02-01 Kenichi Handa <handa@m17n.org>
22178
22179 * charset.h (charset_unicode): Extern it.
22180
22181 * charset.c (string_xstring_p): Check by (C >= 0x100).
22182 (find_charsets_in_text): Change format of the arc CHARSETS. New
22183 arg MULTIBYTE.
22184 (Ffind_charset_region, Ffind_charset_string): Adjust for the
22185 change of find_charsets_in_text.
22186 (Fsplit_char): Fix doc. Never return unknown.
22187
22188 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
22189
22190 * coding.c (Fdefine_coding_system_alias): Update
22191 Vcoding_system_list.
22192
22193 * fontset.c (load_font_get_repertory): Pay attention to the case
22194 that ENCODING of a font is specified by a char-table.
22195
22196 * xterm.c (x_get_font_repertory): Handle the case that the
22197 encoding of font is other than Unicode.
22198
22199 2008-02-01 Kenichi Handa <handa@m17n.org>
22200
22201 * term.c (encode_terminal_code): Don't handle glyph-table. Check
22202 if a character is encodable by the terminal coding system. If
22203 not, produces proper number of `?'s. Update
22204 terminal_encode_buffer and terminal_encode_buf_size if necessary.
22205 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22206
22207 2008-02-01 Kenichi Handa <handa@m17n.org>
22208
22209 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22210 variables.
22211 (encode_terminal_code): Change argument. Encode multiple
22212 characters at once. Store the result of encoding in
22213 terminal_encode_buffer.
22214 (write_glyphs, insert_glyphs): Adjust for the change of
22215 encode_terminal_code.
22216 (term_init): Initialize terminal_encode_buffer and
22217 terminal_encode_buf_size.
22218
22219 * coding.c (consume_chars): If coding->src_object is nil, don't
22220 check annotation.
22221
22222 2008-02-01 Kenichi Handa <handa@m17n.org>
22223
22224 * character.c (char_string): Use ASCII_CHAR_P instead of
22225 SINGLE_BYTE_CHAR_P.
22226
22227 2008-02-01 Kenichi Handa <handa@m17n.org>
22228
22229 * xdisp.c (handle_auto_composed_prop): Check if the last
22230 characters of auto-composed region is newly composed with the
22231 following characters.
22232 (handle_composition_prop): Fix checking of point being inside
22233 composition.
22234
22235 2008-02-01 Kenichi Handa <handa@m17n.org>
22236
22237 * fns.c (concat): Don't change multibyteness of the result by
22238 concatenating an 8-bit character.
22239
22240 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
22241 multibyteness of the result when newelt is an 8-bit character.
22242
22243 2008-02-01 Dave Love <fx@gnu.org>
22244
22245 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22246 EMACS_INT.
22247
22248 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22249
22250 * xfaces.c (face_numeric_value): Declare dim size_t.
22251 (Finternal_lisp_face_equal_p): Remove unused f.
22252
22253 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22254 (MATRIX_ROW): Remove unused vars.
22255 (draw_glyphs, x_insert_glyphs, fast_find_position)
22256 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22257 byte/char counts.
22258
22259 * regex.c (regex_compile): Remove unused var.
22260
22261 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22262
22263 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22264 (Faccessible_keymaps, where_is_internal): Remove unused vars.
22265
22266 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22267
22268 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22269
22270 * fileio.c (Fwrite_region): Remove unused var.
22271
22272 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22273 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22274
22275 * composite.c (Fremove_list_of_text_properties): Declare.
22276
22277 * coding.c (inhibit_pre_post_conversion): Remove (unused).
22278 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22279 (coding_inherit_eol_type): Remove unused attrs.
22280 (detect_coding): Cast arg of detect_eol.
22281
22282 * charset.c (syms_of_charset): Remove unused var p.
22283 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22284 byte/char counts.
22285
22286 * casetab.c (set_case_table): Remove unused var.
22287
22288 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22289 unused vars.
22290
22291 2008-02-01 Dave Love <fx@gnu.org>
22292
22293 * xterm.c (x_bitmap_mask): Declare.
22294
22295 2008-02-01 Dave Love <fx@gnu.org>
22296
22297 * xterm.c (x_term_init): Fix type error.
22298
22299 * lisp.h: Add Funibyte_char_to_multibyte.
22300
22301 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22302 (Fset_coding_system_priority): Doc fix.
22303
22304 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22305
22306 * indent.c (check_composition): Make start and end EMACS_INT.
22307
22308 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22309
22310 * xdisp.c (handle_composition_prop, check_point_in_composition):
22311 Make buffer positions EMACS_INT.
22312
22313 * composite.c (find_composition, run_composition_function)
22314 (update_compositions, Ffind_composition_internal): Make buffer
22315 positions EMACS_INT.
22316
22317 * composite.h (find_composition, update_compositions): Make
22318 position args EMACS_INT.
22319
22320 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22321
22322 * intervals.c (get_property_and_range):
22323 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22324
22325 * unexalpha.c: Don't include varargs.h.
22326
22327 2008-02-01 Dave Love <fx@gnu.org>
22328
22329 * coding.h (ENCODE_UTF_8): New.
22330
22331 * Makefile.in (gtkutil.o): Depend on coding.h.
22332
22333 * coding.c (Fset_coding_system_priority): Doc fix.
22334
22335 2008-02-01 Kenichi Handa <handa@m17n.org>
22336
22337 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22338 the case of auto saving.
22339
22340 2008-02-01 Andreas Schwab <schwab@suse.de>
22341
22342 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22343 `range' from GC.
22344
22345 2008-02-01 Kenichi Handa <handa@m17n.org>
22346
22347 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22348
22349 2008-02-01 Kenichi Handa <handa@m17n.org>
22350
22351 * fileio.c (choose_write_coding_system): Return a decided coding system.
22352 (Fwrite_region): Set Vlast_coding_system_used to the return value
22353 of choose_write_coding_system.
22354
22355 2008-02-01 Kenichi Handa <handa@m17n.org>
22356
22357 * charset.c (Fset_charset_priority): Pay attention to duplicated
22358 arguments.
22359
22360 * coding.c (QCcategory): New variable.
22361 (syms_of_coding): Defsym it. Set all elements of
22362 Vcoding_category_table and their symbol values.
22363 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22364 coding-category-XXX, and coding-category-list.
22365 (Fdefine_coding_system_internal): Add category in the plist.
22366
22367 2008-02-01 Kenichi Handa <handa@m17n.org>
22368
22369 * callproc.c (Fcall_process): Handle carryover correctly.
22370
22371 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22372 (raw_text_coding_system): Check NILP (coding_system).
22373 (coding_inherit_eol_type): Check NILP (coding_system) and
22374 NILP (parent).
22375 (consume_chars): Fix for the case of raw-text.
22376
22377 * process.c (read_process_output): Handle carryover correctly.
22378
22379 2008-02-01 Dave Love <fx@gnu.org>
22380
22381 * regex.c (re_search_2): Fix last change.
22382
22383 2008-02-01 Kenichi Handa <handa@m17n.org>
22384
22385 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22386 target_multibyte. Even in a unibyte case, return a converted
22387 multibyte char.
22388 (GET_CHAR_AFTER): New macro.
22389 (PATFETCH): Translate via multibyte char.
22390 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22391 (SETUP_MULTIBYTE_RANGE): New macro.
22392 (regex_compile): Setup compiled code so that its multibyteness
22393 matches that of a target. Fix the handling of "[X-YZ]" using
22394 SETUP_MULTIBYTE_RANGE.
22395 (analyse_first) <charset>: For filling fastmap for all multibyte
22396 characters, don't check by BASE_LEADING_CODE_P.
22397 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22398 the same as RE_MULTIBYTE_P (bufp) now.
22399 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22400 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22401 (TRANSLATE_VIA_MULTIBYTE): New macro.
22402 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22403 It is the same as RE_MULTIBYTE_P (bufp) now.
22404 <exactn>: Translate via multibyte.
22405 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22406 translate it.
22407 <charset, charset_not>: Fetch a character by
22408 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22409 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22410 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22411 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22412 by GET_CHAR_AFTER.
22413 (bcmp_translate): Likewise.
22414
22415 * search.c (compile_pattern): Check the member target_multibyte,
22416 not the member multibyte of buf.
22417
22418 * lread.c (read1): While reading a string, set force_singlebyte
22419 and force_multibyte correctly.
22420
22421 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22422 up of unibyte_to_multibyte_table.
22423
22424 2008-02-01 Kenichi Handa <handa@m17n.org>
22425
22426 * coding.c (setup_coding_system): If coding has
22427 post-read-conversion or pre-write-conversion, set
22428 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22429 respectively.
22430 (decode_coding_gap): Run post-read-conversion if any.
22431
22432 * fileio.c (Finsert_file_contents): Even if we read into a
22433 unibyte buffer, check if we must decode the result or not.
22434
22435 2008-02-01 Kenichi Handa <handa@m17n.org>
22436
22437 * coding.c (make_conversion_work_buffer): Change the work buffer
22438 name to the same one as that of Emacs 21.
22439
22440 2008-02-01 Kenichi Handa <handa@m17n.org>
22441
22442 * coding.h (make_conversion_work_buffer): Adjust prototype.
22443 (code_conversion_restore): Don't extern it.
22444
22445 * coding.c (detected_mask): Delete unused variable.
22446 (decode_coding_iso_2022): Pay attention to the byte sequence of
22447 CTEXT extended segment, and retain those bytes as is.
22448 (decode_coding_ccl): Delete unused variable `valids'.
22449 (setup_coding_system): Delete unused variable `category'.
22450 (consume_chars): Delete unused variable `category'. Make it work
22451 for non-multibyte case.
22452 (make_conversion_work_buffer): Change argument.
22453 (saved_coding): Delete unused variable.
22454 (code_conversion_restore): Don't check saved_coding->destination.
22455 (code_conversion_save): New function.
22456 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22457 instead of record_unwind_protect.
22458 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22459 (detect_coding_system): Delete unused variable `mask'.
22460 (Fdefine_coding_system_internal): Delete unused variable id.
22461
22462 * fileio.c (kill_workbuf_unwind): New function.
22463 (Finsert_file_contents): On replacing, call
22464 make_conversion_work_buffer with correct args, and call
22465 record_unwind_protect with the first arg kill_workbuf_unwind.
22466
22467 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22468
22469 2008-02-01 Kenichi Handa <handa@m17n.org>
22470
22471 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22472 (fontset_add): Fix for the case that TO is less than TO1.
22473 (Ffontset_info): Don't use fallback fontset on checking the
22474 default fontset.
22475 (dump_fontset): New function for debugging.
22476
22477 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22478 coding_type is Qcharset.
22479
22480 2008-02-01 Kenichi Handa <handa@m17n.org>
22481
22482 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22483 (map_char_table): Don't inherit the value from the parent on
22484 initializing VAL. Adjust for the above change.
22485
22486 2008-02-01 Kenichi Handa <handa@m17n.org>
22487
22488 * coding.c (Qsignature, Qendian): Delete these variables.
22489 (syms_of_coding): Don't initialize them.
22490 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22491 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22492 detect_info->found.
22493 (decode_coding_utf_16): Don't detect BOM here.
22494 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22495 is NOT utf_16_without_bom.
22496 (setup_coding_system): For a coding system of type utf-16, check
22497 if the attribute :endian is Qbig or not (not nil or not), and set
22498 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22499 (detect_coding): If coding type is utf-16 and BOM detection is
22500 required, detect it.
22501 (Fdefine_coding_system_internal): For a coding system of type
22502 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22503
22504 2008-02-01 Kenichi Handa <handa@m17n.org>
22505
22506 * coding.c (coding_set_source): Fix for the case that the current
22507 buffer is different from coding->src_object.
22508 (decode_coding_object): Don't use the conversion work buffer if
22509 DST_OBJECT is a buffer.
22510
22511 2008-02-01 Dave Love <fx@gnu.org>
22512
22513 * lread.c (read_emacs_mule_char) [len==2]: Index
22514 emacs_mule_charset correctly.
22515
22516 2008-02-01 Dave Love <fx@gnu.org>
22517
22518 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22519 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22520 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22521 treated specially.)
22522 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22523 (detected_mask): Remove Big5 bits.
22524
22525 2008-02-01 Kenichi Handa <handa@m17n.org>
22526
22527 The following changes are to make the font rescaling facility
22528 compatible with Emacs 21.
22529
22530 * xfaces.c (Vface_font_rescale_alist): Rename from
22531 Vface_resizing_fonts.
22532 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22533 (font_rescale_ratio): Rename from font_resizing_ratio.
22534 (split_font_name): Set font->rescale_ratio.
22535 (better_font_p): Pay attention to font->rescale_ratio.
22536 (build_scalable_font_name): Likewise. Change RESX, and RESY
22537 fields.
22538 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22539
22540 2008-02-01 Kenichi Handa <handa@m17n.org>
22541
22542 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22543 (Qutf_16_le): Remove these variables.
22544 (syms_of_coding): Don't DEFSYM them.
22545 (decode_coding_utf_16): Fix handling of BOM.
22546 (encode_coding_utf_16): Fix handling of BOM.
22547
22548 2008-02-01 Kenichi Handa <handa@m17n.org>
22549
22550 * fileio.c (Finsert_file_contents): On replacing, before decoding
22551 the file into the work buffer, set point of the work buffer to the end.
22552
22553 2008-02-01 Dave Love <fx@gnu.org>
22554
22555 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22556
22557 2008-02-01 Dave Love <fx@gnu.org>
22558
22559 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22560 and fix C types.
22561
22562 2008-02-01 Kenichi Handa <handa@m17n.org>
22563
22564 * xdisp.c (SKIP_GLYPHS): New macro.
22565 (set_cursor_from_row): Pay attention to string display properties.
22566
22567 * category.c (copy_category_entry): Fix for the case that RANGE
22568 is an integer.
22569
22570 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22571
22572 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22573
22574 2008-02-01 Kenichi Handa <handa@m17n.org>
22575
22576 * charset.c (Fcharset_id_internal): New function.
22577 (syms_of_charset): Defsubr it.
22578
22579 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22580 with the last arg charset_list acquired from coding.
22581 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22582 the attribute coding_attr_ccl_valids.
22583
22584 * coding.h (enum define_coding_ccl_arg_index): Set the first
22585 member coding_arg_ccl_decoder to coding_arg_max.
22586
22587 * ccl.h (ccl_driver): Adjust prototype.
22588
22589 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22590 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22591 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22592 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22593 last arg Qnil.
22594
22595 2008-02-01 Kenichi Handa <handa@m17n.org>
22596
22597 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22598 call encode_char.
22599
22600 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22601
22602 2008-02-01 Dave Love <fx@gnu.org>
22603
22604 * composite.c (syms_of_composite): Make composition_hash_table weak.
22605
22606 2008-02-01 Kenichi Handa <handa@m17n.org>
22607
22608 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22609 (font_name_registry): Don't extern them.
22610 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22611
22612 * fontset.h (Qfontset): Don't extern it.
22613 (new_fontset_from_font_name): Extern it.
22614
22615 * fontset.c: Give 8 extra slots to fontset objects.
22616 (Qfontset_info): New variable.
22617 (syms_of_fontset): Defsym it.
22618 (FONTSET_FALLBACK): New macro.
22619 (fontset_face): Try also the default fontset.
22620 (make_fontset): Realize a fallback fontset from the default fontset.
22621 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22622 using split_font_name_into_vector and build_font_name_from_vector.
22623 (Fset_fontset_font): Access the elements of font_spec by enum
22624 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22625 name by using split_font_name_into_vector.
22626 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22627 generate a proper font name from the fontset name. Update
22628 Vfontset_alias_alist.
22629 (n_auto_fontsets): New variable.
22630 (new_fontset_from_font_name): New function.
22631 (Ffont_info): Store the information about fonts generated from the
22632 default fontset in the first extra slot of the returned char-table.
22633
22634 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22635 (font_name_registry): Delete function.
22636 (split_font_name_into_vector): New function.
22637 (build_font_name_from_vector): New function.
22638 (font_list): The argument REGISTRY is now a list of registry names.
22639 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22640 specifies an explicit font name, return the name as is. Make a
22641 list of registy names.
22642
22643 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22644 of x_new_fontset.
22645 (Fx_create_frame): Don't call x_new_fontset here. Just use
22646 x_list_fonts to check the existence of fonts.
22647
22648 * xterm.h (x_new_fontset): Adjust prototype.
22649
22650 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22651 string. Use new_fontset_from_font_name to create a fontset from a
22652 font name.
22653
22654 2008-02-01 Kenichi Handa <handa@m17n.org>
22655
22656 * syntax.c (Vfind_word_boundary_function_table): New name for
22657 Vnext_word_boundary_function_table.
22658 (find-word-boundary-function-table): New name for
22659 next-word-boundary-function-table.
22660
22661 2008-02-01 Dave Love <fx@gnu.org>
22662
22663 * Makefile.in: Fix some dependencies.
22664
22665 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22666 set it to nil before returning.
22667
22668 * composite.c (update_compositions): Fix type error.
22669
22670 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22671
22672 2008-02-01 Kenichi Handa <handa@m17n.org>
22673
22674 * xterm.c (x_new_font): Optimize for the case that the font is
22675 already set for the frame.
22676
22677 2008-02-01 Kenichi Handa <handa@m17n.org>
22678
22679 * chartab.c (char_table_ascii): Check if the char table contents
22680 is sub-char-table or not.
22681 (char_table_set, char_table_set_range): Fix argument to
22682 char_table_ascii.
22683
22684 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22685 (detect_coding_utf_8, detect_coding_utf_16)
22686 (detect_coding_emacs_mule, detect_coding_iso_2022)
22687 (detect_coding_sjis, detect_coding_big5)
22688 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22689 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22690 sequence is valid in this coding system. Change callers.
22691 (MAX_ANNOTATION_LENGTH): New macro.
22692 (ADD_ANNOTATION_DATA): New macro.
22693 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22694 ADD_ANNOTATION_DATA. Change the format of annotation data.
22695 (ADD_CHARSET_DATA): New macro.
22696 (emacs_mule_char): New argument ID. Change callers.
22697 (decode_coding_emacs_mule, decode_coding_iso_2022)
22698 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22699 Produce charset annotation data in coding->charbuf.
22700 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22701 to charset annotation data in coding->charbuf.
22702 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22703 coding->common_flags if the coding system is iso-2022 based and
22704 uses designation.
22705 (produce_composition): Adjust for the new annotation data format.
22706 (produce_charset): New function.
22707 (produce_annotation): Handle charset annotation.
22708 (handle_composition_annotation, handle_charset_annotation): New
22709 functions.
22710 (consume_chars): Handle charset annotation. Utilize the above two
22711 functions.
22712 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22713 buffer, get the deleted text as a string and set
22714 coding->src_object to that string.
22715 (detect_coding, detect_coding_system): Use the new struct
22716 coding_detection_info.
22717
22718 * coding.h (struct coding_detection_info): New structure.
22719 (struct coding_system): Adjust prototype of the member `detector'.
22720 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22721
22722 2008-02-01 Kenichi Handa <handa@m17n.org>
22723
22724 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22725
22726 2008-02-01 Dave Love <fx@gnu.org>
22727
22728 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22729 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22730 to new local and nullify apropos_accumulate before returning.
22731 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22732
22733 2008-02-01 Kenichi Handa <handa@m17n.org>
22734
22735 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22736 correctly.
22737
22738 2008-02-01 Dave Love <fx@gnu.org>
22739
22740 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22741
22742 2008-02-01 Kenichi Handa <handa@m17n.org>
22743
22744 The following changes are to make character composition happen
22745 automatically on displaying.
22746
22747 * Makefile.in (lisp, shortlisp): Add composite.elc.
22748
22749 * composite.h (Qauto_composed, Vauto_composition_function)
22750 (Qauto_composition_function): Extern them.
22751
22752 * composite.c (Vcomposition_function_table)
22753 (Qcomposition_function_table): Delete variables.
22754 (Qauto_composed, Vauto_composition_function)
22755 (Qauto_composition_function): New variables.
22756 (run_composition_function): Don't call
22757 compose-chars-after-function.
22758 (update_compositions): Clear `auto-composed' text property.
22759 (compose_chars_in_text): Delete this function.
22760 (syms_of_composite): Staticpro Qauto_composed and
22761 Qauto_composition_function. Declare Vauto_composition_function as
22762 a Lisp variable.
22763
22764 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22765
22766 * xdisp.c (it_props): Add an entry for Qauto_composed.
22767 (handle_auto_composed_prop): New function.
22768
22769 * xselect.c (selection_data_to_lisp_data): Don't call
22770 compose_chars_in_text.
22771
22772 2008-02-01 Dave Love <fx@gnu.org>
22773
22774 * keyboard.c (read_char): Modify checking around use of
22775 Vkeyboard_translate_table.
22776
22777 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22778 and fix C types.
22779
22780 2008-02-01 Kenichi Handa <handa@m17n.org>
22781
22782 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22783 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22784 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22785 the case that the last byte is '\r' correctly.
22786 (decode_coding): Flush out the unprocessed data correctly.
22787 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22788
22789 2008-02-01 Dave Love <fx@gnu.org>
22790
22791 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22792 Add XK_ISO... case.
22793 (xaw_scroll_callback): Revert last change.
22794
22795 2008-02-01 Kenichi Handa <handa@m17n.org>
22796
22797 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22798
22799 2008-02-01 Kenichi Handa <handa@m17n.org>
22800
22801 * xfaces.c (Vface_resizing_fonts): New variable.
22802 (struct font_name): New member `resizing_ratio'.
22803 (font_resizing_ratio): New function.
22804 (split_font_name): Set font->resizing_ratio.
22805 (better_font_p): Pay attention to font->resizing_ratio.
22806 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22807 RESX, and RESY fields.
22808 (try_alternative_families): Try scalable fonts if
22809 Vscalable_fonts_allowed is not Qt.
22810 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22811
22812 2008-02-01 Dave Love <fx@gnu.org>
22813
22814 * xterm.c (xaw_scroll_callback): Cast correctly.
22815
22816 2008-02-01 Dave Love <fx@gnu.org>
22817
22818 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22819 (lispy_kana_keys): Comment out.
22820 (make_lispy_event) [XK_kana_A]: Comment out.
22821
22822 * xterm.c (xaw_scroll_callback): Cast call_data.
22823 (XTread_socket): Deal with ASCII keysyms.
22824 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22825
22826 2008-02-01 Dave Love <fx@gnu.org>
22827
22828 * xterm.c (Vx_keysym_table): New.
22829 (syms_of_xterm): Initialize it.
22830 (XTread_socket): Use it.
22831 From head: Eliminate incorrect optimization that tried to avoid
22832 decoding the output of X*LookupString.
22833 (x_get_font_repertory): Delete charset declaration.
22834
22835 2008-02-01 Kenichi Handa <handa@m17n.org>
22836
22837 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22838 return 0.
22839 (Fdefine_coding_system_internal): Setup
22840 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22841
22842 2008-02-01 Dave Love <fx@gnu.org>
22843
22844 * coding.c (Fcheck_coding_system): Doc fix.
22845
22846 * editfns.c (Finsert_byte): Return a proper value.
22847
22848 2008-02-01 Kenichi Handa <handa@m17n.org>
22849
22850 * coding.c (decode_coding): Fix args to translate_chars. Pay
22851 attention to Vstandard_translation_table_for_decode.
22852 (encode_coding): Fix args to translate_chars. Pay attention to
22853 Vstandard_translation_table_for_encode.
22854
22855 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22856 SINGLE_BYTE_CHAR_P.
22857
22858 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22859 not by SINGLE_BYTE_CHAR_P.
22860
22861 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22862 SINGLE_BYTE_CHAR_P.
22863
22864 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22865 SINGLE_BYTE_CHAR_P.
22866
22867 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22868 by SINGLE_BYTE_CHAR_P.
22869
22870 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22871 SINGLE_BYTE_CHAR_P.
22872
22873 2008-02-01 Dave Love <fx@gnu.org>
22874
22875 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22876
22877 2008-02-01 Dave Love <fx@gnu.org>
22878
22879 * fns.c (Flanginfo): Fix typo.
22880
22881 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22882
22883 2008-02-01 Kenichi Handa <handa@m17n.org>
22884
22885 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22886 (detect_coding_emacs_mule, detect_coding_iso_2022)
22887 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22888 incomplete byte sequence. Don't update *mask when correctly detected.
22889 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22890 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22891 (detect_coding, detect_coding_system): Adjust for the changes above.
22892
22893 2008-02-01 Kenichi Handa <handa@m17n.org>
22894
22895 * character.c (char_string): Rename from
22896 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22897 (string_char): Rename from string_char.
22898
22899 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22900 if C is greater than MAX_3_BYTE_CHAR.
22901 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22902 string_char instead of string_char_with_unification.
22903
22904 2008-02-01 Dave Love <fx@gnu.org>
22905
22906 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22907
22908 2008-02-01 Kenichi Handa <handa@m17n.org>
22909
22910 * keymap.c (push_key_description): Pay attention to force_multibyte.
22911
22912 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22913
22914 2008-02-01 Dave Love <fx@gnu.org>
22915
22916 * charset.c (define_charset_internal): Rename `supprementary'.
22917
22918 * Makefile.in (lisp, shortlisp): Remove latin-N.
22919
22920 2008-02-01 Dave Love <fx@gnu.org>
22921
22922 * xfns.c (x_window, x_window): Use use_xim.
22923
22924 * xterm.c (use_xim): Initialize.
22925 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22926 (x_term_init): Maybe set use_xim.
22927
22928 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22929
22930 2008-02-01 Kenichi Handa <handa@m17n.org>
22931
22932 * search.c (search_buffer): Fix case-fold-search of multibyte
22933 characters.
22934 (boyer_moore): Rename the last argument to char_high_bits.
22935
22936 2008-02-01 Kenichi Handa <handa@m17n.org>
22937
22938 * xdisp.c (display_string): Fix for the case of zero width glyph.
22939
22940 * xfns.c (x_set_font): Change the error message of the case that
22941 x_new_fontset returns Qt.
22942
22943 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22944 (Finternal_set_lisp_face_attribute): Use signal_error for the
22945 error of invalid fontset.
22946
22947 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22948 fontset, return Qt.
22949
22950 2008-02-01 Dave Love <fx@gnu.org>
22951
22952 * unexelf.c (unexec): Make .got handling not SGI-specific.
22953
22954 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22955
22956 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22957
22958 * keyboard.c (read_key_sequence): Fix type error.
22959
22960 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22961 type error.
22962
22963 * fontset.c (fontset_add): Return Lisp_Object.
22964
22965 2008-02-01 Dave Love <fx@gnu.org>
22966
22967 * charset.h (charset_ordered_list_tick): Declare extern.
22968
22969 2008-02-01 Kenichi Handa <handa@m17n.org>
22970
22971 The following changes (and some of 2008-02-01 changes of mine) are
22972 for handling syntax, category, and case conversion for unibyte
22973 characters by converting them to multibyte on the fly. With these
22974 changes, we don't have to setup syntax and case tables for unibyte
22975 characters in each language environment.
22976
22977 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22978 multibyte if necessary.
22979
22980 * bytecode.c (Fbyte_code): Likewise.
22981
22982 * character.h (LEADING_CODE_LATIN_1_MIN)
22983 (LEADING_CODE_LATIN_1_MAX): New macros.
22984 (unibyte_to_multibyte_table): Extern it.
22985 (unibyte_char_to_multibyte): New macro.
22986 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22987 (CHAR_LEADING_CODE): New macro.
22988 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22989
22990 * character.c (unibyte_to_multibyte_table): New variable.
22991 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22992 (multibyte_char_to_unibyte): If C is an eight-bit character,
22993 convert it to the corresponding byte value.
22994
22995 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22996 not 1, signals an error. Update the elements of
22997 unibyte_to_multibyte_table.
22998 (init_charset_once): Initialize unibyte_to_multibyte_table.
22999 (syms_of_charset): Define the charset `iso-8859-1'.
23000
23001 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
23002 as is without converting it to unibyte. In a unibyte buffer,
23003 convert C to multibyte before checking the syntax.
23004
23005 * lisp.h (unibyte_char_to_multibyte): Delete extern.
23006
23007 * minibuf.c (Fminibuffer_complete_word): Use the macro
23008 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
23009
23010 * regex.h (struct re_pattern_buffer): New member target_multibyte.
23011
23012 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
23013 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
23014 that is zero, convert an eight-bit char to multibyte.
23015 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
23016 non-emacs case.
23017 (PATFETCH): Convert an eight-bit char to multibyte.
23018 (HANDLE_UNIBYTE_RANGE): New macro.
23019 (regex_compile): Setup the compiled pattern for multibyte chars
23020 even if the given regex string is unibyte. Use PATFETCH_RAW
23021 instead of PATFETCH in many places. To handle `charset'
23022 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
23023 only for ASCII chars.
23024 (analyse_first) <exactn>: Simplify because the compiled pattern
23025 is multibyte.
23026 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
23027 <charset>: Use CHAR_LEADING_CODE to get leading codes.
23028 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
23029 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
23030 multibyte always 1.
23031 (re_search_2): In emacs, set the locale variable multibyte to 1,
23032 otherwise to 0. New local variable target_multibyte. Check it
23033 to decide the multibyteness of STR1 and STR2. If
23034 target_multibyte is zero, convert unibyte chars to multibyte
23035 before translating and checking fastmap.
23036 (TARGET_CHAR_AND_LENGTH): New macro.
23037 (re_match_2_internal): In emacs, set the locale variable multibyte
23038 to 1, otherwise to 0. New local variable target_multibyte. Check
23039 it to decide the multibyteness of STR1 and STR2. Use
23040 TARGET_CHAR_AND_LENGTH to fetch a character from D.
23041 <charset, charset_not>: If multibyte is nonzero, check fastmap
23042 only for ASCII chars. Call bcmp_translate with
23043 target_multibyte, not with multibyte.
23044 <begline>: Declare the local variable C as `unsigned'.
23045 (bcmp_translate): Change the last arg name to target_multibyte.
23046
23047 * search.c (compile_pattern_1): Don't adjust the multibyteness of
23048 the regexp pattern and the matching target. Set cp->buf.multibyte
23049 to the multibyteness of the regexp pattern. Set
23050 cp->but.target_multibyte to the multibyteness of the matching target.
23051 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
23052 FETCH_STRING_CHAR_ADVANCE.
23053 (Freplace_match): Convert unibyte chars to multibyte.
23054
23055 * syntax.c (char_quoted, back_comment, scan_words)
23056 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
23057 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
23058 unibyte chars to multibyte.
23059 (skip_chars): Delete the arg syntaxp, and move the code for
23060 handling syntaxes to skip_syntaxes. Change callers.
23061 Fix the case that the multibyteness of STRING and the current
23062 buffer doesn't match.
23063 (skip_syntaxes): New function.
23064 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
23065 SINGLE_BYTE_CHAR_P.
23066
23067 2008-02-01 Kenichi Handa <handa@m17n.org>
23068
23069 * xfaces.c (QCfontset): New variable.
23070 (LFACE_FONTSET): New macro.
23071 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
23072 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
23073 (Finternal_set_lisp_face_attribute)
23074 (Finternal_get_lisp_face_attribute): Handle QCfontset.
23075 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
23076 check also LFACE_FONTSET_INDEX.
23077 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
23078 attrs[LFACE_FONT_INDEX].
23079 (syms_of_xfaces): Intern and staticpro QCfontset.
23080
23081 * dispextern.h (enum lface_attribute_index): New member
23082 LFACE_FONTSET_INDEX.
23083
23084 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
23085
23086 2008-02-01 Kenichi Handa <handa@m17n.org>
23087
23088 * coding.c (coding_set_destination): Fix coding->destination for
23089 the case converting a region.
23090 (encode_coding_utf_8): Encode eight-bit chars as single byte.
23091 (encode_coding_object): Fix coding->dst_pos and
23092 coding->dst_pos_byte for the case converting a region.
23093
23094 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
23095
23096 * character.h (BYTE8_STRING): New macro.
23097
23098 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
23099
23100 2008-02-01 Kenichi Handa <handa@m17n.org>
23101
23102 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
23103 characters by octal form.
23104
23105 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
23106
23107 * buffer.h (_fetch_multibyte_char_len): Delete extern.
23108 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
23109 _fetch_multibyte_char_len.
23110 (FETCH_CHAR_AS_MULTIBYTE): New macro.
23111
23112 * casetab.c (set_canon, set_identity, shuffle): Simplify.
23113
23114 * casefiddle.c (casify_object): Simplify. Handle the case that
23115 the case conversion change the byte length.
23116 (casify_region): Likewise.
23117
23118 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
23119
23120 * character.c (_fetch_multibyte_char_len): Delete this variable.
23121 (syms_of_character): Setup Vprintable_chars.
23122
23123 * editfns.c (Fchar_equal): Fix for the unibyte case.
23124 (Finsert_byte): New function.
23125 (syms_of_editfns): Defsubr it.
23126
23127 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
23128 of direct code 0x3ffff.
23129
23130 * search.c (Freplace_match): Fix for the unibyte case.
23131
23132 2008-02-01 Kenichi Handa <handa@m17n.org>
23133
23134 * lread.c (safe_to_load_p): Fix the logic.
23135
23136 * syntax.c (scan_words): Don't treat characters belonging to
23137 different scripts as constituting a word.
23138
23139 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23140
23141 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
23142
23143 * emacs.c (main): In the case of --unibyte, instead of aborting on
23144 finding non-empty buffer, make it unibyte.
23145
23146 2008-02-01 Kenichi Handa <handa@m17n.org>
23147
23148 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
23149 to create a fontset.
23150
23151 2008-02-01 Dave Love <fx@gnu.org>
23152
23153 * character.c (Funibyte_char_to_multibyte): Doc fix.
23154
23155 * xfns.c [HAVE_STDLIB_H]: Fix last change.
23156
23157 2008-02-01 Kenichi Handa <handa@m17n.org>
23158
23159 * fontset.c (fontset_add): Make the type `int'.
23160 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
23161
23162 * character.c (unibyte_char_to_multibyte)
23163 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
23164 charset_unibyte, not charset_primary.
23165
23166 * charset.h (charset_unibyte): Extern it instead of charset_primary.
23167
23168 * charset.c (charset_unibyte): Rename from charset_primary.
23169 (Funibyte_charset): Rename from Fprimary_charset.
23170 (Fset_unibyte_charset): Rename from Fset_primary_charset.
23171 (syms_of_charset): Adjust for the above changes.
23172
23173 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23174 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23175 it->multibyte_p is zero.
23176
23177 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
23178 Delete extern.
23179
23180 2008-02-01 Kenichi Handa <handa@m17n.org>
23181
23182 * coding.c (Fdefine_coding_system_internal): Fix category setting
23183 for a coding system of type iso-2022.
23184
23185 2008-02-01 Kenichi Handa <handa@m17n.org>
23186
23187 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
23188
23189 2008-02-01 Kenichi Handa <handa@m17n.org>
23190
23191 * syntax.c (Vnext_word_boundary_function_table): New variable.
23192 (next-word-boundary-function-table): Declare it as a Lisp variable
23193 in syms_of_syntax.
23194 (scan_words): Call functions in Vnext_word_boundary_function_table
23195 if any.
23196
23197 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23198
23199 * fontset.c (fs_load_font): If fontp->charset is not negative,
23200 return fontp without setting its members.
23201
23202 2008-02-01 Dave Love <fx@gnu.org>
23203
23204 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23205
23206 * m/sparc.h (HAVE_ALLOCA): Delete.
23207
23208 * s/irix6-5.h: Don't include strings.h.
23209 (bcopy, bzero, bcmp): Don't undef.
23210
23211 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23212
23213 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23214 (TIOCSIGSEND): Don't test IRIX6.
23215 (bcopy, bzero, bcmp): Define conditionally.
23216
23217 2008-02-01 Kenichi Handa <handa@m17n.org>
23218
23219 * buffer.c (Qas, Qmake, Qto): New variables.
23220 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
23221 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23222
23223 * callproc.c (Fcall_process): Don't call insert_1_both directly if
23224 we are inserting a process output into a multibyte buffer.
23225
23226 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23227 multibyte_char_to_unibyte.
23228
23229 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23230 by the primary charset, make it eight-bit char.
23231 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23232
23233 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23234 (charset_8_bit__control, charset_8_bit_graphic)
23235 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23236 (define_charset_internal): New function.
23237 (syms_of_charset): Call define_charset_internal for pre-defined
23238 charsets.
23239
23240 * charset.h (charset_8_bit): Extern it.
23241
23242 * coding.c (make_conversion_work_buffer): Adjust for the change
23243 of Fset_buffer_multibyte.
23244 (encode_coding_raw_text): Increment p0 in the loop.
23245
23246 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23247
23248 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23249 for the change of Fset_buffer_multibyte.
23250
23251 * fns.c (Fstring_to_multibyte): New function.
23252 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23253
23254 2008-02-01 Dave Love <fx@gnu.org>
23255
23256 * xfns.c (x_put_x_image): Declare args.
23257
23258 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23259 (try_font_list): Declare an arg.
23260
23261 * xdisp.c (message2_nolog, set_message): Declare an arg.
23262
23263 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
23264
23265 * syntax.c (scan_sexps_forward): Declare an arg.
23266
23267 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23268 Declare an arg.
23269
23270 * lisp.h (Fnew_fontset): Declare.
23271
23272 * keymap.c (push_key_description): Call CHARACTERP correctly.
23273
23274 * fontset.c (fontset_add): Declare args. Call make_number correctly.
23275 (face_for_char): Delete unused vars.
23276 (Fset_fontset_font): Doc fix. Delete unused vars.
23277
23278 * doc.c (Fsubstitute_command_keys): Delete unused vars.
23279
23280 * composite.c (update_compositions): Declare arg.
23281
23282 * cm.c (calccost, cmgoto): Declare args.
23283
23284 * charset.c: Remove `emacs' conditional. Doc fixes.
23285 (map_char_table_for_charset): Declare.
23286
23287 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23288
23289 * ccl.c: Remove `emacs' conditional.
23290
23291 2008-02-01 Kenichi Handa <handa@m17n.org>
23292
23293 The following changes are to allow specifying multiple font
23294 patterns for a character range (specified by script or charset).
23295
23296 * Makefile.in (abbrev.o): Depend on syntax.h.
23297 (xfaces.o): Depend on charset.h.
23298
23299 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23300 SINGLE_BYTE_CHAR_P.
23301
23302 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23303
23304 * character.h (Vchar_script_table): Extern it.
23305
23306 * character.c (Vscript_alist): Delete.
23307 (Vchar_script_table, Qchar_script_table): New variable.
23308 (syms_of_character): Declare Vchar_script_table as a lisp variable
23309 and initialize it.
23310
23311 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23312 have property char-table-extra-slots, make no extra slot.
23313
23314 * dispextern.h (struct face): Delete member `charset'.
23315 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23316 SINGLE_BYTE_CHAR_P.
23317 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23318 Add prototypes.
23319 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23320 (generate_ascii_font_name): Rename from generate_ascii_font.
23321
23322 * fontset.h (get_font_repertory_func): New prototype.
23323 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23324 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23325
23326 * fontset.c (Qprepend, Qappend): New variables.
23327 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23328 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23329 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23330 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23331 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23332 (load_font_get_repertory): New functions.
23333 (fontset_set): Delete.
23334 (fontset_face): New arg FACE. Return face ID, not face.
23335 Complete re-write to handle new fontset structure. Change caller.
23336 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23337 (face_for_char): Don't call lookup_face.
23338 (make_fontset_for_ascii_face): New arg FACE.
23339 (fs_load_font): New arg CHARSET_ID. Don't check
23340 Vfont_encoding_alist here.
23341 (find_font_encoding): New function.
23342 (list_fontsets): Use STRINGP, not ! NILP.
23343 (accumulate_script_ranges): New function.
23344 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23345 re-written to handle new fontset structure.
23346 (Ffontset_font): Return a copy of element.
23347 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23348 docstring of font-encoding-alist.
23349
23350 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23351 (Fset_fotset_font): Fix arguments to 5.
23352
23353 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23354
23355 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23356 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23357 (highlight_trailing_whitespace): Adjust for the change of
23358 lookup_named_face.
23359
23360 * xfaces.c: Include charset.h.
23361 (load_face_font): Delete argument C. Change caller.
23362 (generate_ascii_font_name): Rename from generate_ascii_font.
23363 (font_name_registry): New function.
23364 (cache_face): Store ascii faces before non-ascii faces in buckets.
23365 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23366 Lookup only ascii faces.
23367 (lookup_non_ascii_face): New function.
23368 (lookup_named_face): Delete argument C. Change caller.
23369 (lookup_derived_face): Delete argument C. Change caller.
23370 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23371 a string, just call font_list with it.
23372 (choose_face_font): Delete arguments FACE and C. New arg
23373 FONT_SPEC. Change caller.
23374 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23375 Change caller.
23376 (realize_non_ascii_face): New function.
23377 (realize_x_face): Call load_face_font here.
23378 (realize_tty_face): Delete argument C. Change caller.
23379 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23380 get a face ID.
23381 (dump_realized_face): Don't print charset of FACE.
23382
23383 * xfns.c (x_set_font): Always call x_new_fontset and
23384 store_frame_parameter.
23385 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23386 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23387
23388 * xterm.h (x_get_font_repertory): Extern it.
23389
23390 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23391 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23392 it->multibyte_p is zero.
23393 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23394 (x_new_fontset): If FONTSETNAME doesn't match any existing
23395 fontsets, create a new one.
23396 (x_get_font_repertory): New function.
23397
23398 2008-02-01 Kenichi Handa <handa@m17n.org>
23399
23400 * coding.c (Ffind_coding_systems_region_internal): Detect an
23401 ASCII only string correctly.
23402
23403 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23404 version is 0.
23405
23406 2008-02-01 Kenichi Handa <handa@m17n.org>
23407
23408 * lread.c: Include "coding.h".
23409 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23410 (load_each_byte, unread_char): New variables.
23411 (readchar_backlog): Delete.
23412 (readchar): Return a character unless load_each_byte is nonzero.
23413 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23414 cons. If unread_char is not -1, simply return it.
23415 (unreadchar): Handle the case that readcharfun is
23416 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23417 (read_multibyte): Delete.
23418 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23419 (read_emacs_mule_char): New functions.
23420 (Fload): Even if the file doesn't have the extension ".elc", if
23421 safe_to_load_p returns a positive version number, assume that the
23422 file contains bytecompiled code. If the version is less than 22,
23423 load the file while decoding multibyte sequences by emacs-mule.
23424 (readevalloop): Don't use readchar_backlog.
23425 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23426 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23427 (read_escape): Delete the arg BYTEREP.
23428 (read1): Set load_each_byte to 1 temporarily while handling
23429 #@NUMBER. Don't call read_multibyte.
23430 (read_vector): Call Fread with a cons. If readcharfun is
23431 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23432 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23433 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23434 and Qload_force_doc_strings.
23435
23436 2008-02-01 Kenichi Handa <handa@m17n.org>
23437
23438 * xdisp.c (face_before_or_after_it_pos): Call
23439 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23440
23441 2008-02-01 Kenichi Handa <handa@m17n.org>
23442
23443 * character.h (TRAILING_CODE_P): New macro.
23444 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23445 (string_char_with_unification): Fix prototype.
23446 (Vscript_alist): Extern it.
23447
23448 * character.c (Vscript_alist): New variable.
23449 (string_char_with_unification, str_as_unibyte)
23450 (string_escape_byte8): Add `const' to local variables.
23451 (syms_of_character): Declare script-alist as a Lisp variable.
23452
23453 * charset.h (Vcharset_ordered_list): Extern it.
23454 (charset_ordered_list_tick): Extern it.
23455 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23456 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23457 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23458 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23459 (Funify_charset): Adjust for the change of Funify_charset.
23460
23461 * charset.c (charset_ordered_list_tick): New variable.
23462 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23463 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
23464 deunify instead of unify a charset.
23465 (string_xstring_p): Add `const' to local variables.
23466 (find_charsets_in_text): Add `const' to arguments and local variables.
23467 (encode_char): Adjust for the change of Funify_charset. Fix
23468 detecting of invalid code.
23469 (Fset_charset_priority): Increment charset_ordered_list_tick.
23470 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23471 and TO_CODE.
23472
23473 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23474 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23475 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23476 (decode_coding_ccl, consume_chars)
23477 (Ffind_coding_systems_region_internal)
23478 (Fcheck_coding_systems_region): Add `const' to local variables.
23479
23480 * print.c (print_object): Use octal form for printing the
23481 contents of a bool vector.
23482
23483 2008-02-01 Dave Love <fx@gnu.org>
23484
23485 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23486 <version == 20>: Refuse to load.
23487
23488 2008-02-01 Dave Love <fx@gnu.org>
23489
23490 * fns.c: Move coding.h.
23491 (Qcodeset, Qdays, Qmonths): New.
23492 (concat): Use CHARACTERP instead of INTEGERP.
23493 (Flocale_codeset): Delete.
23494 (Flanginfo): New function.
23495 (syms_of_fns): Change accordingly.
23496
23497 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23498
23499 2008-02-01 Dave Love <fx@gnu.org>
23500
23501 * casetab.c (init_casetab_once, init_casetab_once): Fix
23502 CHAR_TABLE_SET call.
23503
23504 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23505
23506 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23507
23508 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23509 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23510 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23511
23512 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23513
23514 * coding.c (ENCODE_DESIGNATION, decode_eol)
23515 (make_conversion_work_buffer, code_conversion_restore)
23516 (Fdefine_coding_system_internal): Convert Lisp types.
23517 (code_conversion_restore): Use EQ, not ==.
23518 (Fencode_coding_string): Fix code_convert_string call.
23519
23520 * coding.h (code_convert_region): Fix prototype.
23521
23522 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23523
23524 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23525 (Ffontset_info): Convert Lisp types.
23526
23527 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23528
23529 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23530
23531 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23532
23533 * chartab.c: Include "...h", not <...h> in some cases.
23534
23535 * callproc.c (Fcall_process): Remove unused variables.
23536
23537 2008-02-01 Dave Love <fx@gnu.org>
23538
23539 * coding.c (Fset_coding_system_priority): Allow null arg list.
23540
23541 2008-02-01 Dave Love <fx@gnu.org>
23542
23543 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23544 (Fself_insert_and_exit): Use CHARACTERP.
23545
23546 * callproc.c (Fcall_process): Remove unused vars.
23547
23548 * xterm.c (XTread_socket): Add extra dead keysyms.
23549
23550 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23551
23552 * dispextern.h: Remove prototypes for redraw_frame,
23553 redraw_garbaged_frames.
23554
23555 * cmds.c (Fself_insert_command): Use CHARACTERP.
23556
23557 * chartab.c (make_sub_char_table): Remove unused var.
23558 (Fset_char_table_default, Fmap_char_table): Doc fix.
23559
23560 * keymap.c (access_keymap): Remove generic char code.
23561 (push_key_description): Use CHARACTERP.
23562
23563 2008-02-01 Dave Love <fx@gnu.org>
23564
23565 * charset.c: Doc fixes.
23566 (Funify_charset): Extra checking.
23567
23568 2008-02-01 Dave Love <fx@gnu.org>
23569
23570 * lread.c: Remove some unused variables.
23571 (safe_to_load_p): If safe, return the magic number version byte.
23572 (Fload): Maybe use load-with-code-conversion.
23573
23574 2008-02-01 Kenichi Handa <handa@m17n.org>
23575
23576 * category.c (Fmodify_category_entry): Don't modify the contents
23577 of category_set for characters out of the range. Avoid
23578 unnecessary modification.
23579
23580 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23581 Vchar_unify_table. The default value of the table is now nil.
23582
23583 * character.c (syms_of_character): Setup Vchar_width_table for
23584 eight-bit-control and raw-byte chars.
23585
23586 * charset.h (enum define_charset_arg_index): Delete
23587 charset_arg_parents and add charset_arg_subset and
23588 charset_arg_superset.
23589 (enum charset_attr_index): Delete charset_parents and add
23590 charset_subset and charset_superset.
23591 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23592 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23593 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23594 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23595 (CHARSET_SUPERSET): New macros.
23596 (charset_work): Extern it.
23597 (ENCODE_CHAR): Use charset_work.
23598 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23599 (map_charset_chars): Extern it.
23600
23601 * charset.c (load_charset_map): Set the default value of encoder
23602 and deunifier char-tables to nil.
23603 (map_charset_chars): Change argument. Change callers. Use
23604 map_char_table_for_charset instead of map_char_table.
23605 (Fmap_charset_chars): New optional args from_code and to_code.
23606 (Fdefine_charset_internal): Adjust for the change of
23607 `define-charset' (:parents -> :subset or :superset).
23608 (charset_work): New variable.
23609 (encode_char, syms_of_charset): Adjust for the change of
23610 Fdefine_charset_internal.
23611 (Ffind_charset_string): Setup the vector `charsets' correctly.
23612
23613 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23614 the previous change.
23615 (char_table_ref_and_range): Adjust for the above change.
23616 (map_sub_char_table_for_charset): New function.
23617 (map_char_table_for_charset): New function.
23618
23619 * keymap.c (describe_vector): Handle a char-table directly here.
23620 (describe_char_table): Delete.
23621
23622 * lisp.h (map_charset_chars): Delete.
23623
23624 2008-02-01 Dave Love <fx@gnu.org>
23625
23626 * fns.c (count_combining): Comment out (unused).
23627 (Flocale_codeset): New.
23628 (syms_of_fns): Defsubr it.
23629
23630 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23631 (size_t): Remove.
23632
23633 2008-02-01 Dave Love <fx@gnu.org>
23634
23635 * Makefile.in (chartab.o): Depend on charset.h.
23636
23637 2008-02-01 Kenichi Handa <handa@m17n.org>
23638
23639 * character.c (syms_of_character): Set the default value of
23640 Vprintable_chars to Qnil.
23641
23642 2008-02-01 Dave Love <fx@gnu.org>
23643
23644 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23645
23646 2008-02-01 Kenichi Handa <handa@m17n.org>
23647
23648 * charset.c (load_charset_map): Handle the case that from < to
23649 correctly.
23650
23651 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23652 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23653 Pay attention to raw-8-bit chars.
23654
23655 2008-02-01 Kenichi Handa <handa@m17n.org>
23656
23657 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23658 It is not bytecompiled now.
23659
23660 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23661 (charset_jisx0208): New variables.
23662 (Fdefine_charset_internal): Setup them if appropriate.
23663 (init_charset_once): Initialize them to -1.
23664
23665 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23666 (charset_jisx0208): Extern them.
23667
23668 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23669 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23670 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23671 (setup_iso_safe_charsets): Fix arguments to Fassq.
23672 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23673 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23674 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23675 (encode_coding_iso_2022): Change the 1st arg to
23676 ENCODE_ISO_CHARACTER to a variable.
23677
23678 2008-02-01 Kenichi Handa <handa@m17n.org>
23679
23680 * charset.h (enum define_charset_arg_index): New enums
23681 charset_arg_min_code and charset_arg_max_code.
23682 (struct charset): New member char_index_offset.
23683
23684 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23685 Take charset->char_index_offset into account.
23686 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23687 args[charset_arg_max_code]. Setup charset.char_index_offset.
23688 (syms_of_charset): Fix args to Fdefine_charset_internal.
23689
23690 2008-02-01 Dave Love <fx@gnu.org>
23691
23692 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23693
23694 2008-02-01 Dave Love <fx@gnu.org>
23695
23696 * coding.c: Doc fixes.
23697 (Fcoding_system_aliases): Fix return value.
23698 (Qmac): Remove (duplicated) definition.
23699
23700 2008-02-01 Dave Love <fx@gnu.org>
23701
23702 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23703 New functions.
23704
23705 * character.c (Fstring): Doc fix.
23706
23707 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23708
23709 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23710 (font-encoding-alist): Doc fix.
23711
23712 2008-02-01 Dave Love <fx@gnu.org>
23713
23714 * term.c (costs_set): Declare static, non-initialized for pcc.
23715 (encode_terminal_code): Remove unused var.
23716
23717 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23718 for K&R.
23719
23720 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23721
23722 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23723 (suffixes): Move out of make_subsidiaries for K&R.
23724
23725 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23726
23727 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23728
23729 2008-02-01 Dave Love <fx@gnu.org>
23730
23731 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23732
23733 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23734
23735 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23736
23737 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23738
23739 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23740
23741 2008-02-01 Kenichi Handa <handa@m17n.org>
23742
23743 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23744 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23745
23746 2008-02-01 Kenichi Handa <handa@m17n.org>
23747
23748 * coding.c (decode_coding_charset): Adjust for the change of
23749 Fdefine_coding_system_internal.
23750 (Fdefine_coding_system_internal): For a coding system of
23751 `charset' type, store a list of charset IDs in
23752 `charset_attr_charset_valids' element of coding attributes.
23753
23754 2008-02-01 Kenichi Handa <handa@m17n.org>
23755
23756 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23757 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23758 caller. Handle 2-byte and 3-byte charsets correctly.
23759 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23760 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23761 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23762 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23763 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23764 sequence.
23765 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23766 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23767 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23768 and alt&rule composition.
23769 (decode_coding_iso_2022): Handle composition correctly.
23770 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23771
23772 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23773 re-defining a charset. If the charset has :emacs-mule-id, setup
23774 emacs_mule_bytes.
23775 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23776
23777 2008-02-01 Kenichi Handa <handa@m17n.org>
23778
23779 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23780 (encode_coding_big5, encode_coding_charset): If coding requires safe
23781 encoding, produce a character specified by
23782 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23783
23784 2008-02-01 Dave Love <fx@gnu.org>
23785
23786 * xterm.c (XSetIMValues): Declare.
23787
23788 * process.c: Conditionally include sys/wait.h, pty.h.
23789
23790 * print.c (print_object): Fix print format for 64-bit systems.
23791
23792 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23793
23794 * buffer.c (emacs_strerror): Declare.
23795
23796 * fontset.c (Fclear_face_cache): Declare.
23797 (accumulate_font_info): Comment-out (unused).
23798 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23799 variables.
23800
23801 * character.h (string_escape_byte8): Declare.
23802
23803 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23804 unused vars.
23805 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23806 (Fmap_charset_chars): Doc fix.
23807
23808 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23809 (Fset_coding_system_priority, Fset_coding_system_priority)
23810 (Fdefine_coding_system_internal): Doc fix.
23811
23812 2008-02-01 Dave Love <fx@gnu.org>
23813
23814 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23815
23816 2008-02-01 Kenichi Handa <handa@m17n.org>
23817
23818 * character.c (string_escape_byte8): Make multibyte string with
23819 correct size.
23820
23821 * charset.c (Fmake_char): Delete unnecessary code.
23822
23823 2008-02-01 Kenichi Handa <handa@m17n.org>
23824
23825 * xfns.c (x_encode_text): Allocate coding.destination here, and
23826 call encode_coding_object with dst_object Qnil.
23827
23828 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23829 multibyte form correctly.
23830
23831 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23832 against Vfont_encoding_alist.
23833
23834 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23835 handling of charset list.
23836 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23837 (decode_coding_object): Move point to coding->dst_pos before
23838 calling post-read-conversion function.
23839 (encode_coding_object): Give correct arguments to
23840 pre-write-conversion. Ignore the return value of
23841 pre-write-conversion function. Pay attention to the case that
23842 pre-write-conversion changes the current buffer. If dst_object is
23843 Qt, even if coding->src_bytes is zero, allocate at least one byte
23844 to coding->destination.
23845
23846 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23847
23848 * charset.c (Fmake_char): Make it more backward compatible.
23849 (Fmap_charset_chars): Fix docstring.
23850
23851 2008-02-01 Dave Love <fx@gnu.org>
23852
23853 * coding.c: Doc fixes.
23854 (Fdefine_coding_system_alias): Use names, not symbols, in
23855 coding-system-alist.
23856
23857 2008-02-01 Kenichi Handa <handa@m17n.org>
23858
23859 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23860 of calling free_realized_face.
23861
23862 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23863
23864 * charset.c (read_hex): Don't treat SPC as a comment starter.
23865 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23866 (Fdecode_char): Fix typo.
23867
23868 2008-02-01 Kenichi Handa <handa@m17n.org>
23869
23870 * charset.h (struct charset): New member `code_space_mask'.
23871
23872 * coding.c (coding_set_source): Delete the local variable beg_byte.
23873 (encode_coding_charset, Fdefine_coding_system_internal):
23874 Delete the local variable charset.
23875 (Fdefine_coding_system_internal): Setup
23876 attrs[coding_attr_charset_valids] correctly.
23877
23878 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23879 member to check if CODE is valid or not.
23880 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23881 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23882 is within the range of charset->min_code and carset->max_code.
23883
23884 2008-02-01 Dave Love <fx@gnu.org>
23885
23886 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23887
23888 * dispextern.h (generate_ascii_font): Fix return type.
23889
23890 * xfaces.c (generate_ascii_font): Fix arg declaration.
23891
23892 * coding.c (coding_inherit_eol_type)
23893 (Fset_terminal_coding_system_internal)
23894 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23895
23896 2008-02-01 Kenichi Handa <handa@m17n.org>
23897
23898 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23899 multiple charsets correctly.
23900
23901 2008-02-01 Kenichi Handa <handa@m17n.org>
23902
23903 * search.c (boyer_moore): Fix handling of multibyte character
23904 translation.
23905
23906 * xdisp.c (display_mode_element): When the variable `elt' is
23907 changed, update `this' and `lisp_string'.
23908
23909 2008-02-01 Kenichi Handa <handa@m17n.org>
23910
23911 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23912
23913 * callproc.c (Fcall_process): Be sure to give the current buffer
23914 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23915
23916 * charset.c (struct charset_map_entries): New struct.
23917 (load_charset_map): Rename from parse_charset_map. New args
23918 entries and n_entries. Change caller.
23919 (load_charset_map_from_file): Rename from load_charset_map.
23920 Change caller. New arg control_flag. Call load_charset_map at
23921 the tail.
23922 (load_charset_map_from_vector): New function.
23923 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23924 (encode_char): If the charset is compact, change a character index
23925 to a code point.
23926
23927 * coding.c (coding_alloc_by_making_gap): Check the case that the
23928 source and destination are the same correctly.
23929 (decode_coding_raw_text): Set coding->consumed_char and
23930 coding->consumed to 0.
23931 (produce_chars): If coding->chars_at_source is nonzero, update
23932 coding->consumed_char and coding->consumed before calling
23933 alloc_destination.
23934 (Fdefine_coding_system_alias): Register ALIAS in
23935 Vcoding_system_alist.
23936 (syms_of_coding): Define `no-conversion' coding system at the tail.
23937
23938 * fileio.c (Finsert_file_contents): Set coding_system instead of
23939 val. If the current buffer is multibyte, always call
23940 decode_coding_gap.
23941
23942 * xfaces.c (try_font_list): Give higher priority to fontset's
23943 family than face's family.
23944
23945 2008-02-01 Kenichi Handa <handa@m17n.org>
23946
23947 * callproc.c (Fcall_process): Be sure to give the current buffer
23948 to decode_coding_c_string.
23949
23950 * xfaces.c (try_font_list): Give a family specified in a fontset
23951 higher priority than a family specified in a face.
23952
23953 2008-02-01 Kenichi Handa <handa@m17n.org>
23954
23955 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23956 Fix arguments to insert_from_buffer.
23957
23958 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23959
23960 2008-02-01 Kenichi Handa <handa@m17n.org>
23961
23962 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23963 (decode_coding_gap): Set coding->dst_multibyte correctly.
23964
23965 2008-02-01 Kenichi Handa <handa@m17n.org>
23966
23967 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23968 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23969 (encode_coding_utf_16): Substitute coding->default_char for
23970 non-Unicode characters.
23971 (decode_coding): Don't call record_insert here.
23972 (setup_coding_system): Initialize `surrogate' of
23973 coding->spec.utf_16 to 0.
23974 (EMIT_ONE_BYTE): Fix for multibyte case.
23975
23976 * insdel.c (insert_from_gap): Call record_insert.
23977
23978 2008-02-01 Kenichi Handa <handa@m17n.org>
23979
23980 * casefiddle.c (casify_region): Fix multibyte case.
23981
23982 * character.c (c_string_width): Add return type `int'.
23983 (char_string_with_unification): Delete arg ADVANCED.
23984
23985 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23986 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23987 (CHAR_STRING_ADVANCE): Make it do-while statement.
23988
23989 * chartab.c (sub_char_table_set_range): Optimize for the case
23990 DEPTH == 3. Add workaround code for a GCC optimization bug.
23991
23992 * charset.c (parse_charset_map): Remove an unused variable.
23993
23994 * coding.c: Delete unused variables.
23995
23996 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23997 earlier. If inserted is zero and the coding system doesn't
23998 require flushing, don't call decode_coding_gap.
23999
24000 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
24001
24002 2008-02-01 Kenichi Handa <handa@m17n.org>
24003
24004 The following changes are for using Unicode as an internal
24005 character model, and use UTF-8 format for buffer/string
24006 representation.
24007
24008 * .gdbinit (xchartable): Adjust for the change of char table structure.
24009 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
24010
24011 * Makefile.in (obj): Add character.o and chartab.o.
24012 (lisp, shortlisp): Remove utf-8.elc.
24013 (*.o): For many files, change dependency on charset.h to
24014 character.h, and add dependency on character.h.
24015 (character.o, chartab.o): New targets.
24016
24017 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
24018 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
24019 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
24020 of "charset.h".
24021
24022 * dired.c, filelock.c: Include "character.h".
24023
24024 * alloc.c: Include "character.h" instead of "charset.h".
24025 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
24026 (syms_of_alloc): Remove defsubr for Smake_char_table.
24027
24028 * buffer.c: Include "character.h" instead of "charset.h", don't
24029 include "coding.h".
24030 (Fset_buffer_multibyte): Adjust for UTF-8.
24031
24032 * buffer.h: EXFUN Fbuffer_live_p.
24033
24034 * callproc.c: Include "character.h" instead of "charset.h".
24035 (Fcall_process): Big change for the new code-conversion APIs.
24036
24037 * casetab.c: Include "character.h" instead of "charset.h".
24038 (set_canon, set_identity, shuffle): Adjust for the new
24039 map_char_table spec.
24040 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
24041 accessing the char table structure.
24042
24043 * chartab.c: New file that implements char table.
24044
24045 * category.c: Include "character.h".
24046 (copy_category_entry): New function.
24047 (copy_category_table): Call map_char_table and copy_category_entry.
24048 (Fmake_category_table): Initialize all top-level slots.
24049 (char_category_set): New function.
24050 (modify_lower_category_set): Delete.
24051 (Fmodify_category_entry): Call char_table_ref_and_range.
24052
24053 * category.h (CATEGORY_SET): Just call char_category_set.
24054
24055 * ccl.c: Include "character.h".
24056 (Qccl, Qcclp): New variables.
24057 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
24058 it's less than 256.
24059 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
24060 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
24061 and DST type.
24062 (ccl_driver): Change types of argument, adjust code accordingly.
24063 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
24064 ccl_driver.
24065 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
24066
24067 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
24068 New members src_multibyte, dst_multibyte, consumed, and produced.
24069 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
24070 (CODING_SPEC_CCL_PROGRAM): New macro.
24071 (ccl_driver): Update prototype.
24072 (Qccl, Qcclp, Fccl_program_p): Extern them.
24073 (CHECK_CCL_PROGRAM): New macro.
24074
24075 * character.c, character.h, chartab.c: New files.
24076
24077 * charset.c: Mostly re-written. Move character and multibyte sequence
24078 handling codes to character.c.
24079
24080 * charset.h: Mostly re-written. Move character and multibyte sequence
24081 handling codes to character.h.
24082
24083 * coding.c, coding.h: Mostly re-written.
24084
24085 * composite.c: Include "character.h" instead of "charset.h".
24086 (CHAR_WIDTH): Move to character.h.
24087 (HASH_KEY, HASH_VALUE): Delete.
24088
24089 * composite.h (enum composition_method): Change order of enumeration
24090 symbols.
24091
24092 * data.c: Include "character.h" instead of "charset.h".
24093 (Faref): Call CHAR_TABLE_REF for a char table.
24094 (Faset): Call CHAR_TABLE_SET for a char table.
24095
24096 * dispextern.h (free_realized_face, check_face_attribytes)
24097 (generate_ascii_font): Extern them.
24098 (free_realized_multibyte_face): Delete extern.
24099
24100 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
24101 table structure.
24102
24103 * editfns.c: Include "character.h" instead of "charset.h".
24104 (Fchar_to_string): Always call CHAR_STRING.
24105
24106 * emacs.c (main): Call init_charset_once, init_charset,
24107 syms_of_chartab, and syms_of_character.
24108
24109 * fileio.c: Include "character.h" instead of "charset.h".
24110 (Finsert_file_contents): Big change for the new code-conversion API.
24111 (choose_write_coding_system, Fwrite_region): Likewise.
24112 (build_annotations_2): Delete.
24113 (e_write): Big change for the new code-conversion API.
24114
24115 * fns.c: Include "character.h" instead of "charset.h".
24116 (copy_sub_char_table): Move to chartab.c.
24117 (Fcopy_sequence): Call copy_char_table for a char table.
24118 (concat): Delete codes calling count_multibyte.
24119 (string_char_to_byte, string_byte_to_char): Adjust for the new
24120 multibyte form.
24121 (internal_equal): Adjust for the change of char table structure.
24122 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
24123 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
24124 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
24125 (char_table_translate, optimize_sub_char_table)
24126 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
24127 chartab.c.
24128 (char_table_ref_and_index): Delete.
24129 (HASH_KEY, HASH_VALUE): Move to lisp.h.
24130 (Fmd5): Call preferred_coding_system instead of accessing
24131 Vcoding_category_list. Adjust for the new code-conversion API.
24132 (syms_of_fns): Move defsubr for char table related functions to
24133 chartab.c.
24134
24135 * fontset.c: Mostly re-written.
24136
24137 * fontset.h (struct font_info): Change type of the member encoding_type.
24138 (enum FONT_SPEC_INDEX): New enum.
24139 (fontset_font_pattern, fs_load_font): Update prototype.
24140 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
24141
24142 * indent.c: Include "character.h" instead of "charset.h".
24143 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
24144
24145 * insdel.c: Include "character.h" instead of "charset.h".
24146 (copy_text): Don't refer to Vnonascii_translation_table.
24147 (insert_from_gap): New function.
24148
24149 * keyboard.c: Include "character.h" instead of "charset.h".
24150 (command_loop_1): Never call direct_output_forward_char before
24151 a non-ASCII character.
24152 (read_char): If Vkeyboard_translate_table is a char table, always
24153 translate a character.
24154
24155 * keymap.c: Include "character.h".
24156 (store_in_keymap): Handle the case that IDX is a cons.
24157 (Fdefine_key): Handle the case that KEY is a cons and the car part
24158 is also a cons (range).
24159 (push_key_description): Adjust for the new character code.
24160 (describe_vector): Call describe_char_table for a char table.
24161 (describe_char_table): New function.
24162
24163 * keymap.h (describe_char_table): Extern it.
24164
24165 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
24166 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
24167 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
24168 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
24169 Delete.
24170 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
24171 structure.
24172 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
24173 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
24174 (CHARTAB_SIZE_BITS_3): New macros.
24175 (chartab_size): Extern it.
24176 (struct Lisp_Char_Table): Re-design.
24177 (struct Lisp_Sub_Char_Table): New structure.
24178 (HASH_KEY, HASH_VALUE): Move from fns.c.
24179 (CHARACTERBITS): Define as 22.
24180 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
24181 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
24182 (GC_SUB_CHAR_TABLE_P): New macro.
24183 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
24184 (code_convert_string_norecord): Deleted extern.
24185 (init_character_once, syms_of_character, init_charset)
24186 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
24187
24188 * lread.c: Include "character.h".
24189 (read_multibyte): New arg NBYTES.
24190 (read_escape): Change the meaning of returned *BYTEREP.
24191 (to_multibyte): Delete.
24192 (read1): Adjust the handling of char table and string.
24193
24194 * print.c: Include "character.h" instead of "charset.h".
24195 (print_string): Convert 8-bit raw bytes to octal form by
24196 string_escape_byte8.
24197 (print_object): Adjust for the new multibyte form. Print 8-bit
24198 raw bytes always in octal form. Handle sub char table correctly.
24199
24200 * process.c: Include "character.h" instead of "charset.h".
24201 (read_process_output, send_process): Adjust for the new
24202 code-conversion API.
24203
24204 * puresize.h (BASE_PURESIZE): Increase.
24205
24206 * regex.c: Include "character.h" instead of "charset.h".
24207 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24208 (regex_compile): Accept a range whose starting and ending
24209 character have different leading bytes.
24210 (analyse_first): Adjust for the above change.
24211
24212 * search.c: Include "character.h" instead of "charset.h".
24213 (search_buffer, boyer_moore): Adjust for the new multibyte form.
24214 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24215
24216 * syntax.c: Include "character.h" instead of "charset.h".
24217 (syntax_parent_lookup): Delete.
24218 (Fmodify_syntax_entry): Accept a cons as CHAR.
24219 (skip_chars): Adjust for the new multibyte form.
24220 (init_syntax_once): Call char_table_set_range instead of directly
24221 accessing the structure of a char table.
24222
24223 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24224 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24225 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24226 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24227
24228 * term.c: Include "buffer.h" and "character.h".
24229 (encode_terminal_code, write_glyphs): Adjust for the new
24230 code-conversion API.
24231 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24232
24233 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24234
24235 * xdisp.c: Include "character.h".
24236 (get_next_display_element): Adjust for the new multibyte form.
24237 (disp_char_vector): Adjust for the new char table structure.
24238 (decode_mode_spec_coding): Adjust for the new structure of
24239 coding system.
24240 (decode_mode_spec): Adjust for the new code-conversion API.
24241
24242 * xfaces.c: Include "character.h" instead of "charset.h".
24243 (load_face_font): Adjust for the change of choose_face_font and
24244 FS_LOAD_FONT.
24245 (generate_ascii_font): New function.
24246 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24247 (set_font_frame_param): Adjust for the change of choose_face_font.
24248 (free_realized_face): Make it public.
24249 (free_realized_faces_for_fontset): Rename from
24250 free_realized_multibyte_face. Free also faces realized for ASCII.
24251 (choose_face_font): Change arguments. Adjust for the change of
24252 fontset_font_pattern and FS_LOAD_FONT.
24253
24254 * xfns.c: Include "character.h".
24255 (x_encode_text): Adjust for the new code-conversion API.
24256
24257 * xselect.c: Don't include "charset.h".
24258 (selection_data_to_lisp_data): Adjust for the new code conversion API.
24259
24260 * xterm.c: Include "character.h".
24261 (x_encode_char): New argument CHARSET. Change caller.
24262 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24263 Call ENCODE_CHAR instead of SPLIT_CHAR.
24264 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24265 CHAR_WIDTH instead of CHARSET_WIDTH.
24266 (XTread_socket): Adjust for the new code-conversion API.
24267 (x_new_font): Adjust for the change of FS_LOAD_FONT.
24268 (x_load_font): Adjust for the change of struct font.
24269
24270 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24271
24272 * xfaces.c (face_at_buffer_position): Remove unused vars.
24273
24274 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24275
24276 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24277 Fix overflow checking.
24278
24279 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24280
24281 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24282 Cancel previous change.
24283
24284 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24285
24286 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24287 ccl->eight_bit_control. Fix check for buffer overflow.
24288 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24289 (ccl_driver): Initialize extra_bytes to 0.
24290
24291 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24292
24293 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24294 return it ORed with ctrl_modifier.
24295
24296 2008-01-29 Miles Bader <miles@gnu.org>
24297
24298 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24299
24300 2008-01-28 Jason Rumney <jasonr@gnu.org>
24301
24302 * w32.c (stat): Don't double check for networked drive.
24303
24304 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24305
24306 * window.c (run_window_configuration_change_hook): New function.
24307 Code extracted from set_window_buffer. Set the selected frame.
24308 (set_window_buffer): Use it.
24309 * window.h (run_window_configuration_change_hook): Declare.
24310 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24311
24312 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24313
24314 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24315
24316 * Makefile.in: Remove references to unused macros.
24317
24318 2008-01-26 Eli Zaretskii <eliz@gnu.org>
24319
24320 * w32.c (g_b_init_get_sid_sub_authority)
24321 (g_b_init_get_sid_sub_authority_count): New static variables.
24322 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24323 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24324 (init_user_info): Use them to retrieve uid and gid.
24325 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24326 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24327 st_uid and st_gid of the file.
24328
24329 2008-01-26 Jason Rumney <jasonr@gnu.org>
24330
24331 * w32.c (logon_network_drive): New function.
24332 (stat): Use it.
24333
24334 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
24335
24336 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24337 invisible text covered with an ellipsis.
24338
24339 2008-01-25 Richard Stallman <rms@gnu.org>
24340
24341 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24342 jump back to beginning. Move some other initializations after that.
24343 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24344 New variables.
24345 (syms_of_xdisp): Init them.
24346
24347 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24348
24349 * buffer.c (reset_buffer_local_variables):
24350 Implement `permanent-local-hook'.
24351 (Qpermanent_local_hook): New variable.
24352 (syms_of_buffer): Init and staticpro it.
24353
24354 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
24355
24356 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24357
24358 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24359
24360 * fns.c (Fclrhash): Return TABLE.
24361
24362 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24363
24364 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24365 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24366 is set even without positional changes.
24367 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24368
24369 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24370
24371 2008-01-23 Jason Rumney <jasonr@gnu.org>
24372
24373 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24374
24375 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24376 the unicode range available in MULE by locale-coding-system.
24377 Improve dbcs lead byte detection. Set event timestamp and modifiers
24378 earlier.
24379
24380 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24381
24382 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24383 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24384 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24385 when used on child processes.
24386
24387 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
24388
24389 * dbusbind.c (Fdbus_method_return_internal): Rename from
24390 Fdbus_method_return.
24391 (Fdbus_unregister_object): Move to dbus.el.
24392 (Fdbus_call_method, Fdbus_method_return_internal)
24393 (Fdbus_send_signal): Improve debug messages.
24394
24395 2008-01-20 Martin Rudalics <rudalics@gmx.at>
24396
24397 * undo.c (undo_inhibit_record_point): New variable.
24398 (syms_of_undo): Initialize it.
24399 (record_point): Don't record point when undo_inhibit_record_point
24400 is set.
24401
24402 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24403
24404 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24405
24406 * xdisp.c (Qauto_hscroll_mode): New var.
24407 (syms_of_xdisp): Initialize it.
24408 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24409 window's buffer.
24410 (hscroll_windows): Don't check automatic_hscrolling_p here.
24411
24412 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24413 vscroll if we're setting window-buffer to the value it already has.
24414
24415 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24416
24417 * m/intel386.h: Remove references to XENIX.
24418
24419 2008-01-17 Andreas Schwab <schwab@suse.de>
24420
24421 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24422 instead of HAVE_X86_64_LIB64_DIR.
24423 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24424
24425 2008-01-17 Glenn Morris <rgm@gnu.org>
24426
24427 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24428 to HAVE_X86_64_LIB64_DIR.
24429
24430 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24431
24432 * s/irix3-3.h:
24433 * s/irix4-0.h:
24434 * s/386-ix.h:
24435 * s/domain.h:
24436 * s/hpux9-x11r4.h:
24437 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24438
24439 * sysdep.c: Remove code containing references to symbols defined
24440 by unsupported systems.
24441
24442 2008-01-16 Glenn Morris <rgm@gnu.org>
24443
24444 * coding.c (select-safe-coding-system-function): Doc fix.
24445
24446 2008-01-15 Glenn Morris <rgm@gnu.org>
24447
24448 * config.in: Revert 2008-01-13 change: this is a generated file.
24449
24450 2008-01-13 Tom Tromey <tromey@redhat.com>
24451
24452 * lisp.h: Fix typo.
24453
24454 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24455
24456 * m/sequent-ptx.h:
24457 * m/sequent.h:
24458 * s/ptx.h:
24459 * s/ptx4-2.h:
24460 * s/ptx4.h: Remove files for systems no longer supported.
24461
24462 * callproc.c (Fcall_process): Fix previous change.
24463
24464 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24465
24466 * unexsunos4.c: Remove file, system not supported anymore.
24467
24468 * m/mips.h:
24469 * m/intel386.h:
24470 * callproc.c:
24471 * config.in:
24472 * ecrt0.c:
24473 * emacs.c:
24474 * fileio.c:
24475 * frame.c:
24476 * getpagesize.h:
24477 * keyboard.c:
24478 * lread.c:
24479 * process.c:
24480 * puresize.h:
24481 * sysdep.c:
24482 * systty.h:
24483 * syswait.h:
24484 * unexec.c:
24485 * xdisp.c:
24486 * alloc.c: Remove code containing references to symbols defined by
24487 unsupported systems.
24488
24489 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24490
24491 * coding.c (detect_coding_mask): Fix previous change.
24492
24493 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24494
24495 * coding.c (detect_coding_iso2022): New arg
24496 latin_extra_code_state. Allow Latin extra codes only
24497 when *latin_extra_code_state is nonzero.
24498 (detect_coding_mask): If there is a NULL byte, detect the encoding
24499 as UTF-16 or binary. If Latin extra codes exist, detect the
24500 encoding as ISO-2022 only when there's no other proper encoding is
24501 found.
24502
24503 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24504
24505 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24506 #ifdef MAC_OS.
24507
24508 2008-01-08 Richard Stallman <rms@gnu.org>
24509
24510 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24511
24512 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24513
24514 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24515 menu bar in parentheses.
24516
24517 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24518
24519 * m/7300.h:
24520 * m/acorn.h:
24521 * m/alliant-2800.h:
24522 * m/alliant.h:
24523 * m/alliant1.h:
24524 * m/alliant4.h:
24525 * m/altos.h:
24526 * m/amdahl.h:
24527 * m/apollo.h:
24528 * m/att3b.h:
24529 * m/aviion-intel.h:
24530 * m/aviion.h:
24531 * m/celerity.h:
24532 * m/clipper.h:
24533 * m/cnvrgnt.h:
24534 * m/convex.h:
24535 * m/cydra5.h:
24536 * m/delta88k.h:
24537 * m/dpx2.h:
24538 * m/dual.h:
24539 * m/elxsi.h:
24540 * m/f301.h:
24541 * m/gould-np1.h:
24542 * m/gould.h:
24543 * m/i860.h:
24544 * m/ibmps2-aix.h:
24545 * m/ibmrt-aix.h:
24546 * m/ibmrt.h:
24547 * m/irist.h:
24548 * m/is386.h:
24549 * m/isi-ov.h:
24550 * m/mega68.h:
24551 * m/mg1.h:
24552 * m/news-r6.h:
24553 * m/news-risc.h:
24554 * m/news.h:
24555 * m/nh3000.h:
24556 * m/nh4000.h:
24557 * m/ns16000.h:
24558 * m/ns32000.h:
24559 * m/nu.h:
24560 * m/orion.h:
24561 * m/orion105.h:
24562 * m/paragon.h:
24563 * m/pfa50.h:
24564 * m/plexus.h:
24565 * m/pyramid.h:
24566 * m/pyrmips.h:
24567 * m/sh3el.h:
24568 * m/sps7.h:
24569 * m/sr2k.h:
24570 * m/stride.h:
24571 * m/sun1.h:
24572 * m/sun2.h:
24573 * m/sun3-68881.h:
24574 * m/sun3-fpa.h:
24575 * m/sun3-soft.h:
24576 * m/sun3.h:
24577 * m/sun386.h:
24578 * m/symmetry.h:
24579 * m/tad68k.h:
24580 * m/tahoe.h:
24581 * m/targon31.h:
24582 * m/tek4300.h:
24583 * m/tekxd88.h:
24584 * m/tower32.h:
24585 * m/tower32v3.h:
24586 * m/ustation.h:
24587 * m/wicat.h:
24588 * m/xps100.h:
24589 * s/cxux.h:
24590 * s/cxux7.h:
24591 * s/dgux.h:
24592 * s/dgux4.h:
24593 * s/dgux5-4-3.h:
24594 * s/dgux5-4r2.h:
24595 * s/esix.h:
24596 * s/esix5r4.h:
24597 * s/hiuxmpp.h:
24598 * s/hiuxwe2.h:
24599 * s/iris3-5.h:
24600 * s/iris3-6.h:
24601 * s/isc2-2.h:
24602 * s/isc3-0.h:
24603 * s/isc4-0.h:
24604 * s/isc4-1.h:
24605 * s/newsos5.h:
24606 * s/newsos6.h:
24607 * s/osf1.h:
24608 * s/osf5-0.h:
24609 * s/riscix1-1.h:
24610 * s/riscix12.h:
24611 * s/sco4.h:
24612 * s/sco5.h:
24613 * s/sunos4-0.h:
24614 * s/sunos4-1.h:
24615 * s/sunos413.h:
24616 * s/sunos4shr.h:
24617 * s/umax.h:
24618 * s/unipl5-2.h:
24619 * s/xenix.h:
24620 * cxux-crt0.s:
24621 * unexapollo.c:
24622 * unexconvex.c:
24623 * unexenix.c:
24624 * unexsni.c: Remove files for systems no longer supported.
24625
24626 * m/intel386.h: Remove references to unsupported systems.
24627
24628 * w32.c (get_emacs_configuration): Remove reference to i860.
24629
24630 * sysdep.c: Remove dead code.
24631
24632 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24633
24634 * s/rtu.h:
24635 * m/masscomp.h: Remove files. Platform is obsolete.
24636
24637 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24638
24639 * dbusbind.c (Fdbus_method_return): New function.
24640 (xd_read_message): Add the serial number to the event.
24641 (Fdbus_register_method): Activate the function.
24642
24643 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24644
24645 * keyboard.c (read_key_sequence): Fix typo.
24646
24647 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24648
24649 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24650 (xd_signature, xd_append_arg): Handle element type detection for
24651 empty arrays.
24652 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24653 SDATA () calls; this must be solved more general.
24654 (Fdbus_register_signal): Use SBYTES instead of strlen.
24655
24656 2008-01-03 Magnus Henoch <magnus@zemdatav>
24657
24658 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24659 unsigned int for byte values (necessary for big-endian platform).
24660 (Fdbus_call_method): Handle the case of no returned arguments.
24661
24662 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24663
24664 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24665
24666 2007-12-31 Magnus Henoch <mange@freemail.hu>
24667
24668 * dbusbind.c (xd_signature): Signature of variant is just "v".
24669
24670 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24671
24672 * dbusbind.c: Fix several errors and compiler warnings.
24673 Reported by Tom Tromey <tromey@redhat.com>.
24674 (XD_ERROR, XD_DEBUG_MESSAGE)
24675 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24676 (xd_append_arg): Part for basic D-Bus types rewritten.
24677 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24678 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24679 appropriate.
24680 (xd_read_message): Return Qnil. Don't signal an error; it is not
24681 useful during event reading.
24682 (Fdbus_register_signal): Signal an error if the check for
24683 FUNCTIONP fails.
24684 (Fdbus_register_method): New function. The implementation is not
24685 complete, the call of the function signals an error therefore.
24686 (Fdbus_unregister_object): New function, renamed from
24687 Fdbus_unregister_signal. The initial check signals an error, if
24688 the object is not well formed.
24689
24690 2007-12-30 Richard Stallman <rms@gnu.org>
24691
24692 * textprop.c (get_char_property_and_overlay):
24693 Signal error if POSITION is out of range in a buffer.
24694
24695 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24696
24697 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24698 because the original parameters are in pure storage now.
24699
24700 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24701
24702 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24703
24704 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24705
24706 * callint.c (syms_of_callint) <command-history>: Add reference to
24707 history-length in the doc string.
24708
24709 2007-12-17 Jason Rumney <jasonr@gnu.org>
24710
24711 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24712 before passing as wParam.
24713
24714 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24715
24716 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24717 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24718 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24719 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24720 as number.
24721 (Fdbus_call_method): Fix docstring.
24722
24723 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24724
24725 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24726 New macros.
24727 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24728 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24729 Simplify.
24730 (xd_signature): New function.
24731 (xd_append_arg): Compute also signatures. Major rewrite.
24732 (xd_retrieve_arg): Make debug messages friendly.
24733 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24734 Check for signatures of arguments.
24735
24736 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24737
24738 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24739 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24740 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24741 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24742 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24743 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24744 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24745 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24746 (xd_retrieve_value): Remove. Functionality included in ...
24747 (xd_append_arg): New function.
24748 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24749
24750 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24751
24752 * dbusbind.c (top): Include <stdio.h>.
24753 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24754 dbus_message_new_method_call and dbus_message_new_signal.
24755 (Fdbus_register_signal): Rename unique_name to uname.
24756 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24757 non-existing unique name. Fix typos in matching rule. Return an
24758 object which is useful in Fdbus_unregister_signal.
24759 (Fdbus_unregister_signal): Reimplementation, in order to remove
24760 only the corresponding entry.
24761 (Vdbus_registered_functions_table): Change the order of entries.
24762 Apply these changes in xd_read_message and Fdbus_register_signal.
24763
24764 2007-12-16 Andreas Schwab <schwab@suse.de>
24765
24766 * fileio.c (Finsert_file_contents): Fix overflow check to not
24767 depend on undefined integer overflow.
24768
24769 2007-12-14 Jason Rumney <jasonr@gnu.org>
24770
24771 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24772 for characters above 127.
24773
24774 2007-12-13 Jason Rumney <jasonr@gnu.org>
24775
24776 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24777 before dereferencing array.
24778 (lookup_vk_code): Remove zero comparison.
24779
24780 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24781
24782 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24783 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24784 Use `unsigned int' instead of `uint'.
24785 (xd_read_message, Fdbus_register_signal): Split expressions into
24786 multiple lines before operators "&&" and "||", according to the
24787 GNU Coding Standards.
24788
24789 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24790
24791 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24792
24793 2007-12-12 Juri Linkov <juri@jurta.org>
24794
24795 * buffer.c (Frename_buffer): In interactive spec replace
24796 `read-buffer' with `read-string' that uses `buffer-name-history'
24797 as history, and the current buffer's name as default.
24798
24799 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24800
24801 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24802 manipulating the backtrace manually.
24803 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24804 (struct backtrace, backtrace_list): Remove.
24805 (command_loop_1): Remove dead var `no_direct'.
24806
24807 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24808 preserve non-built-in buffer-local variables.
24809 (Fkill_all_local_variables): Don't re-create&re-set permanent
24810 buffer-local variables.
24811
24812 2007-12-09 Juri Linkov <juri@jurta.org>
24813
24814 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24815 Lisp code that uses `read-buffer' with current buffer as default.
24816
24817 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24818
24819 * dbusbind.c (xd_read_message): Generate an event for every
24820 registered handler. There might be several handlers registered
24821 for the same signal.
24822 (Fdbus_register_signal): Don't overwrite a registration for the
24823 same signal. Add a new registration if handlers are different.
24824 (Vdbus_registered_functions_table): Rework doc string.
24825
24826 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24827
24828 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24829 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24830 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24831 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24832 Unify argument lists.
24833 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24834 arguments and hash table keys. Use unique name for service.
24835 (Fdbus_unregister_signal): Remove checks.
24836 (Vdbus_registered_functions_table): Fix doc string.
24837
24838 2007-12-05 Magnus Henoch <mange@freemail.hu>
24839
24840 * process.c (make_process): Initialize pty_flag to 0.
24841
24842 2007-12-05 Jason Rumney <jasonr@gnu.org>
24843
24844 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24845 specified XBMs.
24846
24847 2007-12-05 Richard Stallman <rms@gnu.org>
24848
24849 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24850
24851 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24852
24853 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24854 New variable.
24855 (mac_try_close_socket) [MAC_OSX]: New function.
24856 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24857 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24858
24859 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24860 Use mac_try_close_socket.
24861
24862 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24863
24864 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24865 reloc_base.
24866 (copy_dysymtab): Compute relocation base here.
24867 (rebase_reloc_address) [__ppc64__]: New function.
24868 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24869 changed.
24870
24871 2007-12-05 Jason Rumney <jasonr@gnu.org>
24872
24873 * w32proc.c (sys_spawnve): Quote args with wildcards.
24874
24875 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24876
24877 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24878 __objc_* sections.
24879 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24880
24881 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24882
24883 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24884 Move check for Vdbus_registered_functions_table to
24885 xd_read_queued_messages.
24886 (xd_read_queued_messages): Protect xd_read_message calls by
24887 internal_condition_case_1.
24888
24889 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24890
24891 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24892 Qdbus_system_bus and Qdbus_session_bus, respectively.
24893 (Vdbus_intern_symbols): Remove.
24894 (Vdbus_registered_functions_table): New hash table.
24895 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24896 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24897 Rewrite in order to manage registered functions by hash table
24898 Vdbus_registered_functions_table.
24899
24900 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24901
24902 * xterm.c: Update URL to Window Manager Specification in comment.
24903
24904 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24905
24906 * config.in (HAVE_DBUS): Add.
24907
24908 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24909 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24910 (obj): Add $(DBUS_OBJ).
24911 (LIBES): Add $(DBUS_LIBS).
24912 (dbusbind.o): New target.
24913
24914 * dbusbind.c: New file.
24915
24916 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24917
24918 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24919 (Qdbus_event): New Lisp symbol.
24920 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24921 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24922 (keys_of_keyboard): Define dbus-event.
24923
24924 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24925
24926 2007-12-01 Richard Stallman <rms@gnu.org>
24927
24928 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24929
24930 2007-11-30 Jason Rumney <jasonr@gnu.org>
24931
24932 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24933 (w32con_reset_terminal_modes): Clear screen buffer.
24934 (w32_face_attributes): Don't use color indexes that are out of range.
24935 Only reverse the default colors.
24936
24937 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24938 WINDOWSNT.
24939
24940 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24941
24942 2007-11-29 Jason Rumney <jasonr@gnu.org>
24943
24944 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24945 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24946 if the terminal colors are initialized.
24947 (unspecified_fg, unspecified_bg): Remove unused declarations.
24948
24949 2007-11-29 Andreas Schwab <schwab@suse.de>
24950
24951 * keyboard.c (apply_modifiers): Fix typo.
24952
24953 2007-11-29 Richard Stallman <rms@gnu.org>
24954
24955 * keymap.c (Fcurrent_local_map): Doc fix.
24956
24957 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24958
24959 * s/gnu-kfreebsd.h: New file.
24960
24961 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24962
24963 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24964 Don't cast redundantly.
24965
24966 * keyboard.c (KEY_TO_CHAR): New macro.
24967 (parse_modifiers, apply_modifiers): Accept integer arguments.
24968 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24969 for chars and symbol keys.
24970 After doing such remapping, apply function-key-map again.
24971
24972 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24973
24974 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24975 compiled anymore.
24976
24977 2007-11-26 Andreas Schwab <schwab@suse.de>
24978
24979 * process.c (list_processes_1): Fix indentation level of the
24980 command column.
24981
24982 2007-11-23 Andreas Schwab <schwab@suse.de>
24983
24984 * editfns.c (Fformat): Handle %c specially since it requires the
24985 argument to be of type int.
24986
24987 2007-11-23 Markus Triska <markus.triska@gmx.at>
24988
24989 * emacs.c (main): Call init_editfns before init_process, since
24990 init_process sets Vprocess_connection_type depending on OS release.
24991
24992 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24993
24994 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24995 (find_symbol_value): Use do_symval_forwarding.
24996
24997 * data.c (set_internal): Set the value in the `cons-cell' (for
24998 Buffer_Local_values) not only for frame-local variables.
24999
25000 2007-11-22 Andreas Schwab <schwab@suse.de>
25001
25002 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
25003 values to sprintf.
25004 * keymap.c (Fsingle_key_description): Likewise.
25005 * print.c (print_object): Likewise.
25006
25007 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
25008
25009 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
25010 file for image is nil.
25011
25012 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
25013
25014 * term.c: Include stdarg.h.
25015 (fatal): Implement using varargs.
25016 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
25017
25018 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25019
25020 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
25021 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
25022 Update call to buffer_slot_type_mismatch.
25023 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
25024 (buffer_slot_type_mismatch): Update.
25025 * buffer.c (buffer_local_types): Remove.
25026 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
25027 (defvar_per_buffer): Set the type in the buffer_objfwd.
25028
25029 2007-11-21 Jason Rumney <jasonr@gnu.org>
25030
25031 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
25032 CreateFileMapping returns NULL on failure.
25033
25034 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25035
25036 * search.c (Fset_match_data): Remove the `evaporate' feature.
25037 (unwind_set_match_data): Don't use the `evaporate' feature.
25038
25039 2007-11-21 Jason Rumney <jasonr@gnu.org>
25040
25041 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
25042
25043 * w32console.c (w32con_write_glyphs): Remove unused variables.
25044
25045 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
25046
25047 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
25048
25049 * s/darwin.h (MULTI_KBOARD): Remove.
25050
25051 * macfns.c (x_create_tip_frame, Fx_create_frame)
25052 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
25053
25054 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
25055
25056 * buffer.c (Fbuffer_local_value): Remove redundant test.
25057 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
25058 than in `current-buffer' to match the comment.
25059 Do the swap using swap_in_global_binding.
25060
25061 * data.c (store_symval_forwarding, set_internal):
25062 * eval.c (specbind): Remove dead code.
25063
25064 * coding.c (detect_coding, Fupdate_coding_systems_internal):
25065 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
25066 Since we do not want to see internal Lisp_*fwd objects here.
25067
25068 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
25069
25070 * sysdep.c (init_system_name): Use getaddrinfo if available.
25071
25072 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
25073 (x_scroll_bar_note_movement): start, end, with, height in struct
25074 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
25075
25076 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
25077
25078 * puresize.h (BASE_PURESIZE): Increase to 1190000.
25079
25080 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
25081
25082 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
25083 This undoes Richard's change of 14-Oct-2002.
25084
25085 * alloc.c (allocate_other_vector):
25086 * lisp.h (allocate_other_vector): Remove.
25087
25088 * window.c (struct save_window_data): Move non-lisp data to the end
25089 and make it `int' rather than Lisp_Object.
25090 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
25091 Done wrap/unwrap integer values.
25092 (Fset_window_configuration, compare_window_configurations):
25093 Update use of fields to their new types.
25094
25095 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
25096 Turn integer fields into `int'. Merge x_window_low and x_window_high.
25097 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
25098 (SET_SCROLL_BAR_X_WINDOW): Remove.
25099 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
25100 Access the new x_window field directly.
25101 * xterm.c (x_scroll_bar_create): Use a pseudovector.
25102 Don't wrap/unwrap integers into Lisp_Objects.
25103 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
25104 (x_scroll_bar_report_motion):
25105 Don't wrap/unwrap integers into Lisp_Objects.
25106 (x_term_init): Use SDATA.
25107 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
25108 (x_scroll_bar_set_handle, x_scroll_bar_remove)
25109 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
25110 (x_scroll_bar_report_motion, x_scroll_bar_clear):
25111 * xfns.c (x_set_background_color):
25112 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
25113 Access the new x_window field directly.
25114
25115 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
25116 (allocate_pseudovector): Make non-static.
25117
25118 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
25119 (allocate_pseudovector): Declare.
25120 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
25121
25122 2007-11-15 Andreas Schwab <schwab@suse.de>
25123
25124 * editfns.c (Fformat): Correctly format EMACS_INT values.
25125 Also take precision into account when formatting an integer.
25126
25127 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
25128
25129 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
25130
25131 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
25132 (syms_of_keyboard): Defsubr it.
25133
25134 * data.c (swap_in_global_binding): Fix longstanding bug where
25135 store_symval_forwarding was not called with the right second argument,
25136 thus causing objfwd-ing from being dropped.
25137
25138 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25139
25140 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
25141 (Fx_display_pixel_height, Fx_display_planes)
25142 (Fx_display_color_cells, Fx_server_max_request_size)
25143 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25144 (Fx_display_visual_class, Fx_display_save_under):
25145 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
25146 (Fx_display_pixel_height, Fx_display_planes)
25147 (Fx_display_color_cells, Fx_server_max_request_size)
25148 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
25149 (Fx_display_mm_height, Fx_display_mm_width)
25150 (Fx_display_backing_store, Fx_display_visual_class)
25151 (Fw32_select_font, Fx_display_save_under):
25152 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
25153 (Fx_display_pixel_height, Fx_display_planes)
25154 (Fx_display_color_cells, Fx_server_max_request_size)
25155 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25156 (Fx_display_save_under): Fix typos in docstrings.
25157
25158 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25159
25160 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
25161 corresponding to deleted entries; they are an implementation detail.
25162 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
25163 Remove variables.
25164 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
25165 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
25166 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
25167 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
25168 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
25169 (Fw32_define_rgb_color, Fw32_load_color_file)
25170 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
25171 Fix typos in docstrings.
25172 (Fx_server_version): Reflow docstring.
25173 (Fw32_shell_execute): Doc fixes.
25174
25175 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
25176
25177 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
25178 if w32_parse_hot_key returned nil.
25179
25180 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
25181
25182 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
25183
25184 2007-11-09 Jason Rumney <jasonr@gnu.org>
25185
25186 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
25187
25188 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
25189
25190 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
25191 Remove W32_SCROLL_BAR_CLICK_EVENT.
25192
25193 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25194 Add MULTIMEDIA_KEY_EVENT.
25195
25196 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25197 (lispy_multimedia_keys) [WINDOWSNT]: New array.
25198 (make_lispy_event) [WINDOWSNT]: Use it to translate
25199 MULTIMEDIA_KEY_EVENT.
25200
25201 * w32term.h (WM_APPCOMMAND): Define if not already.
25202 (GET_APPCOMMAND_LPARAM): Likewise.
25203
25204 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25205 WM_APPCOMMAND.
25206
25207 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25208 (syms_of_w32fns): Export and initialize it.
25209 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25210
25211 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
25212
25213 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25214 twice.
25215
25216 * xdisp.c (handle_face_prop): Fix last change.
25217
25218 2007-11-09 Richard Stallman <rms@gnu.org>
25219
25220 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25221 not just for after-strings and before-strings.
25222 Call face_for_overlay_string and pass the overlay to it.
25223 (handle_display_prop): Determine whether property came from an overlay.
25224 Pass OVERLAY arg to handle_single_display_spec.
25225 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25226 (load_overlay_strings): Fill in it->string_overlays.
25227 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25228
25229 * xfaces.c (face_for_overlay_string): Function renamed from
25230 face_at_buffer_position_no_overlays, and add arg OVERLAY.
25231
25232 * dispextern.h (struct it): New elt string_overlays.
25233 New elt from_overlay, also in stack.
25234 Rearrange a few elements.
25235 (face_for_overlay_string): Decl renamed from
25236 face_at_buffer_position_no_overlays, and add argument.
25237
25238 2007-11-09 Richard Stallman <rms@gnu.org>
25239
25240 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25241 to get the base face for an overlay string.
25242
25243 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25244
25245 * xfaces.c (face_at_buffer_position_no_overlays): New function.
25246
25247 * xdisp.c (handle_stop): Move some code out of loop.
25248
25249 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25250
25251 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25252 Fix conversion from Lisp object to ATSUFontID.
25253
25254 2007-11-09 Jason Rumney <jasonr@gnu.org>
25255
25256 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25257
25258 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25259
25260 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25261 Don't assume regions are aligned to page boundary.
25262 (print_load_command_name): Add LC_UUID if defined.
25263
25264 2007-11-09 Richard Stallman <rms@gnu.org>
25265
25266 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25267
25268 2007-11-07 Jason Rumney <jasonr@gnu.org>
25269
25270 * s/windows95.h: Remove.
25271
25272 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
25273
25274 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25275 abort with a message on unhandled store_type values.
25276
25277 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
25278
25279 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25280 Remove HAVE_X11R5 and HAVE_X11R4.
25281
25282 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25283
25284 * Makefile.in: Remove references to sunfns.c and sunfns.o.
25285
25286 2007-11-01 Johan Bockgård <bojohan@gnu.org>
25287
25288 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25289 Don't set s->stippled_p here, since it has already been set by
25290 x_set_glyph_string_gc from x_draw_glyph_string.
25291
25292 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25293
25294 * sunfns.c: Remove file.
25295
25296 * m/sun386.h:
25297 * m/sun2.h:
25298 * m/sparc.h: Remove Sun windows code.
25299
25300 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25301
25302 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25303 (init_keyboard): Set current_kboard's window-system to nil.
25304 (tty_read_avail_input): Typo.
25305 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25306
25307 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25308
25309 * s/usg5-4.h:
25310 * s/usg5-3.h:
25311 * s/ptx.h:
25312 * m/is386.h:
25313 * m/ibmps2-aix.h:
25314 * Makefile.in: Remove all mentions of X10.
25315
25316 * dispnew.c (syms_of_display): Don't mention version 10.
25317
25318 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
25319
25320 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25321 ($(BLD)/abbrev.$(O)): Remove.
25322
25323 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25324
25325 Rewrite abbrev.c in Elisp.
25326 * image.c (Qcount): Don't declare as extern.
25327 (syms_of_image): Initialize and staticpro `Qcount'.
25328 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25329 * emacs.c (main): Don't call syms_of_abbrev.
25330 * Makefile.in (obj): Remove abbrev.o.
25331 (abbrev.o): Remove.
25332 * abbrev.c: Remove.
25333
25334 2007-10-26 Martin Rudalics <rudalics@gmx.at>
25335
25336 * window.c (window_min_size_2): Don't count header-line.
25337
25338 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25339
25340 * frame.h (struct frame): Move all bit fields after the first bit
25341 field to take advantage of the available space. Group all the
25342 chars together to reduce wasted space due to padding.
25343
25344 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
25345
25346 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25347
25348 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25349 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25350 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25351 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25352 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25353 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25354 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25355 (last_marked, mark_object_loop_halt): Make static.
25356
25357 * frame.c (syms_of_frame) <delete-frame-functions>:
25358 Fix typo in docstring.
25359
25360 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
25361
25362 * w32.c (init_environment): Fix tiny memory leak.
25363 (w32_get_resource): Remove unused variable `ok'.
25364
25365 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25366
25367 Make `window-system' into a keyboard-local variable (rather than
25368 frame-local as done originally by multi-tty).
25369
25370 * keyboard.h (struct kboard): Add Vwindow_system.
25371 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25372 (mark_kboards): Mark Vwindow_system.
25373
25374 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25375 (init_display): Don't set the obsolete `window-system' frame-param.
25376
25377 * xterm.c (x_term_init):
25378 * w32term.c (w32_create_terminal):
25379 * term.c (init_tty): Set Vwindow_system.
25380 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25381 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25382
25383 * xfns.c (Fx_create_frame, x_create_tip_frame):
25384 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25385 * macfns.c (Fx_create_frame):
25386 Don't set the obsolete `window-system' frame-param.
25387
25388 * frame.h (Qwindow_system): Remove.
25389 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25390 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25391
25392 2007-10-24 Richard Stallman <rms@gnu.org>
25393
25394 * frame.c (x_figure_window_size): For fullscreen case,
25395 set USPosition | PPosition without clobbering rest of window_prompting.
25396
25397 * keyboard.c (Fcurrent_idle_time): Doc fix.
25398
25399 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25400
25401 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * process.c (unwind_request_sigio): Only define if __ultrix__.
25404
25405 * callproc.c (child_setup): Remove spurious *.
25406
25407 * lisp.h (Fget_text_property): Declare.
25408 (have_menus_p): Declare it here rather than in sys-dep header files.
25409 * macterm.h (have_menus_p):
25410 * msdos.h (have_menus_p):
25411 * xterm.h (have_menus_p): Remove.
25412
25413 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25414 (Fmake_variable_frame_local): Just check the variable's const-ness
25415 rather than checking nil or t.
25416
25417 2007-10-22 Jason Rumney <jasonr@gnu.org>
25418
25419 * w32fns.c: Include math.h.
25420 (w32_abort): Declaration moved to nt/config.nt.
25421
25422 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25423 (abort): Redefinition moved to nt/config.nt.
25424
25425 * m/windowsnt.h: Remove.
25426
25427 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
25428
25429 * emacs.c (Fdump_emacs): Fix typo in message.
25430 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25431 <installation-directory>: Reflow docstring.
25432
25433 2007-10-22 Juri Linkov <juri@jurta.org>
25434
25435 * minibuf.c: Allow minibuffer default to be a list of default values.
25436 With empty input use the first element of this list as returned default.
25437 (string_to_object)
25438 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25439 (read_minibuf): If defalt is cons, set histstring to its car.
25440 (Fread_string): If default_value is cons, set val to its car.
25441 (Fread_buffer): If def is cons, use its car.
25442 (Fcompleting_read): If defalt is cons, set val to its car.
25443
25444 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
25445
25446 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25447
25448 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
25449
25450 * doc.c (Fdocumentation): Check for advice in all cases.
25451
25452 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25455
25456 2007-10-19 Richard Stallman <rms@gnu.org>
25457
25458 * doc.c (Fdocumentation): Check for and handle an advised function.
25459
25460 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
25461
25462 * process.c (Fset_process_filter): Doc fix.
25463
25464 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25465
25466 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25467 which caused key-translation-map to applied repeatedly (thus breaking
25468 double-mode).
25469
25470 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25471
25472 * xselect.c (x_own_selection, x_handle_selection_clear)
25473 (x_clear_frame_selections):
25474 * w32menu.c (list_of_panes, list_of_items):
25475 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25476 * textprop.c (validate_plist, interval_has_all_properties)
25477 (interval_has_some_properties, interval_has_some_properties_list)
25478 (add_properties, text_property_list):
25479 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25480 * minibuf.c (Fassoc_string):
25481 * macselect.c (x_own_selection, x_clear_frame_selections)
25482 (Fx_disown_selection_internal):
25483 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25484 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25485
25486 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
25487
25488 * process.c: Link to libs for calling res_init() if available.
25489 (Fmake_network_process): Call res_init() before getaddrinfo or
25490 gethostbyname, if possible.
25491
25492 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25493
25494 * lread.c (read1): Set pvectype for char_tables.
25495
25496 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25497 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25498 Add type checks.
25499 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25500
25501 * alloc.c (free_misc): Use XMISCTYPE.
25502 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25503
25504 2007-10-17 Glenn Morris <rgm@gnu.org>
25505
25506 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25507 (syms_of_minibuf): Add Qcompletion_ignore_case.
25508 * dired.c (Qcompletion_ignore_case): Change to external.
25509 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25510 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25511 (Fread_file_name): Use it rather than intern'ing.
25512
25513 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25514 (Fread_coding_system): Ignore case of user input.
25515
25516 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25517
25518 * xdisp.c (handle_display_prop): Ignore display specs after
25519 replacing one when string text is being replaced.
25520 (handle_single_display_spec): Pretend as if characters with display
25521 property haven't been consumed only when buffer text is being replaced.
25522
25523 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25524
25525 * xfns.c (Fx_create_frame, Fx_display_list):
25526 * window.c (window_fixed_size_p, enlarge_window)
25527 (shrink_window_lowest_first):
25528 * macterm.c (init_font_name_table):
25529 * macfns.c (Fx_create_frame, Fx_display_list):
25530 * lread.c (close_load_descs):
25531 * keyboard.c (read_char_x_menu_prompt):
25532 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25533 * coding.c (code_convert_region_unwind): Test the type of an object
25534 rather than just !NILP before extracting data from it.
25535
25536 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25537
25538 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25539 (XMISCANY): New macro.
25540 (XMISCTYPE): Use it.
25541 (struct Lisp_Misc_Any): New type.
25542 (union Lisp_Misc): Use it.
25543 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25544 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25545 (find_symbol_value, set_internal, default_value, Fset_default)
25546 (Fmake_variable_buffer_local, Fmake_local_variable)
25547 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25548 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25549 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25550 * alloc.c (allocate_buffer): Set the size and tag.
25551 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25552 Use XMISCANY.
25553 (die): Follow the GNU convention for error messages.
25554 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25555 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25556 tag any more.
25557 (set_buffer_internal_1):
25558 * frame.c (store_frame_param):
25559 * eval.c (specbind):
25560 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25561
25562 * doc.c (Fsnarf_documentation): Simplify.
25563
25564 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25565
25566 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25567 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25568
25569 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25570
25571 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25572
25573 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25574
25575 * eval.c (do_autoload): Don't save autoloads.
25576
25577 * data.c (Ffset): Save autoload of the function being set.
25578
25579 2007-10-07 John Paul Wallington <jpw@pobox.com>
25580
25581 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25582 parameter before setting up faces.
25583
25584 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25585
25586 * ccl.c (Fregister_code_conversion_map):
25587 * keyboard.c (append_tool_bar_item): Reformat last change.
25588
25589 * lisp.h (eabs): Rename from `abs'. All callers changed.
25590
25591 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25592
25593 * buffer.c (add_overlay_mod_hooklist):
25594 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25595 * fontset.c (make_fontset):
25596 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25597 (append_tool_bar_item):
25598 * macmenu.c (grow_menu_items):
25599 * w32menu.c (grow_menu_items):
25600 * xmenu.c (grow_menu_items): Use larger_vector.
25601
25602 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25603
25604 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25605 selected frame'' on MSDOS).
25606
25607 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25608
25609 * frame.c (Qexplicit_name): New variable.
25610 (x_report_frame_params): Report it in parameter alist.
25611 (syms_of_frame): Intern and staticpro it.
25612
25613 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25614
25615 * macfns.c (x_create_tip_frame): Set terminal for frame.
25616
25617 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25618
25619 * frame.c (Qenvironment): Remove.
25620 (syms_of_frame) <Qenvironment>: Don't initialize.
25621 (Fdelete_frame): Don't treat the `environment' param specially.
25622 * frame.h (Qenvironment): Don't declare.
25623 * callproc.c (set_initial_environment): Don't set unused frame param.
25624
25625 * frame.c (Fframe_with_environment): Remove.
25626 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25627
25628 * lisp.h (Fframe_with_environment): Don't declare.
25629
25630 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25631
25632 * indent.c (indent_tabs_mode, last_known_column)
25633 (last_known_column_modified): Make static.
25634 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25635
25636 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25637
25638 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25639
25640 2007-10-09 Jason Rumney <jasonr@gnu.org>
25641
25642 * w32term.c (x_set_window_size): Disable code that attempts to tell
25643 Lisp code about a size change before it actually happens.
25644
25645 2007-10-09 Richard Stallman <rms@gnu.org>
25646
25647 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25648 return HANDLED_RETURN.
25649
25650 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25651
25652 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25653 when there's an unread command event.
25654
25655 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25656 window autoselection act appropriately when leaving selected frame.
25657 (syms_of_frame): Initialize focus_follows_mouse.
25658 * frame.h (focus_follows_mouse): Extern it.
25659 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25660 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25661 * msdos.c (dos_rawgetc): Likewise.
25662 * w32term.c (w32_read_socket): Likewise.
25663 * xterm.c (handle_one_xevent): Likewise.
25664 * xdisp.c (syms_of_xdisp): In doc-string of
25665 mouse-autoselect-window mention focus-follows-mouse.
25666
25667 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25668
25669 * macterm.c (mac_load_query_font): Fix missing return value.
25670 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25671 Add BLOCK_INPUT.
25672
25673 2007-10-08 Richard Stallman <rms@gnu.org>
25674
25675 * xdisp.c (get_window_cursor_type): Implement documented behavior
25676 for cursor-in-non-selected-windows = t.
25677
25678 2007-10-08 Jason Rumney <jasonr@gnu.org>
25679
25680 * w32.c (w32_get_resource): Always close registry keys.
25681
25682 2007-10-08 Jason Rumney <jasonr@gnu.org>
25683
25684 * makefile.w32-in (LIBS): Add COMCTL32.
25685
25686 * w32fns.c (globals_of_w32fns): Init common controls.
25687
25688 2007-10-08 Richard Stallman <rms@gnu.org>
25689
25690 * image.c (our_memory_buffer): Rename from omfib_buffer.
25691
25692 2007-10-08 Richard Stallman <rms@gnu.org>
25693
25694 * buffer.c (Foverlays_at): Doc fix.
25695
25696 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25697
25698 * fns.c (Fplist_put): Preserve uneven tail data.
25699
25700 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25701
25702 * termhooks.h (enum event_kind): Remove trailing comma.
25703
25704 * frame.h (enum): Remove trailing comma.
25705
25706 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25707
25708 * w32proc.c (delete_child): Don't terminate threads of zombies.
25709
25710 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25711
25712 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25713
25714 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25715 last-repeatable-command.
25716 (init_kboard): Initialize Vlast_repeatable_command.
25717 (command_loop_1): Set it to real_this_command unless that was
25718 bound to an input event.
25719 (mark_kboards): Mark it.
25720
25721 2007-10-08 Richard Stallman <rms@gnu.org>
25722
25723 * eval.c (condition-case): Doc fix.
25724
25725 2007-10-08 Masatake YAMATO <jet@gyve.org>
25726
25727 * xfaces.c (tty_supports_face_attributes_p): Fix code
25728 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25729 was copied and not edited.
25730
25731 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25732
25733 Add new `input-decode-map' keymap and use it for terminal
25734 escape sequences.
25735 * keyboard.h (struct kboard): Add Vinput_decode_map.
25736 Remove Vlocal_key_translation_map.
25737 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25738 (init_kboard): Init input-decode-map.
25739 Replace local-key-translation-map back with key-translation-map.
25740 (syms_of_keyboard): Declare input-decode-map.
25741 Remove local-key-translation-map. Update docstrings.
25742 (mark_kboards): Mark Vinput_decode_map.
25743 Don't mark Vlocal_key_translation_map.
25744 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25745 Replace local-key-translation-map back with key-translation-map.
25746 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25747 Bind in input-decode-map rather than function-key-map.
25748
25749 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25750 This was made redundant by the previous introduction of XSETPVECTYPE.
25751
25752 2007-10-09 Richard Stallman <rms@gnu.org>
25753
25754 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25755
25756 2007-09-29 Richard Stallman <rms@gnu.org>
25757
25758 * eval.c (internal_condition_case_2, internal_condition_case_1)
25759 (internal_condition_case): Reenable abort if x_catching_errors ()
25760 to see if that really happens and why.
25761
25762 2007-10-06 Andreas Schwab <schwab@suse.de>
25763
25764 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25765
25766 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25767
25768 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25769
25770 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25771
25772 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25773
25774 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25775
25776 * window.h (struct window):
25777 * window.c (struct save_window_data, struct saved_window):
25778 * termhooks.h (struct terminal):
25779 * process.h (struct Lisp_Process):
25780 * frame.h (struct frame):
25781 * buffer.h (struct buffer):
25782 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25783 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25784 The size field of (pseudo)vectors is now unsigned.
25785 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25786
25787 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25788 Turn `count' into an integer.
25789
25790 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25791 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25792 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25793 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25794 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25795
25796 * alloc.c (allocate_pseudovector): New fun.
25797 (ALLOCATE_PSEUDOVECTOR): New macro.
25798 (allocate_window, allocate_terminal, allocate_frame)
25799 (allocate_process): Use it.
25800 (mark_vectorlike): New function.
25801 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25802 (mark_terminals): Use it.
25803 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25804 (Fmake_byte_code): Use XSETPVECTYPE.
25805
25806 * frame.c (Fframe_parameters): Minor simplification.
25807
25808 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25809
25810 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25811
25812 * buffer.c (Fget_buffer_create, init_buffer_once):
25813 * lread.c (defsubr):
25814 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25815
25816 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25817 defined differently in the m/*.h files.
25818 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25819 (XSETPVECTYPE): New macro.
25820 (XSETPSEUDOVECTOR): Use it.
25821
25822 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25823 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25824
25825 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25826 * lread.c (defvar_per_buffer):
25827 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25828
25829 * window.c (candidate_window_p): Only consider as visible frames that
25830 are on the same terminal.
25831
25832 * m/ibms390x.h (MARKBIT): Remove unused macro.
25833
25834 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25835
25836 * lread.c (Fload): Fix typo in docstring.
25837
25838 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25839
25840 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25841 of a non-zero value can't yield zero.
25842
25843 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25844
25845 * term.c (term_clear_mouse_face, term_mouse_highlight)
25846 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25847
25848 * print.c (safe_debug_print): Use XHASH.
25849
25850 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25851 Lisp elements such as tags.
25852 (XHASH): New macro.
25853 (EQ): Use it.
25854 (SREF, SSET, STRING_COPYIN): Use SDATA.
25855 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25856
25857 * alloc.c (mark_terminal): Remove left-over declaration.
25858 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25859 (allocate_vectorlike): Remove type argument. Adjust callers.
25860 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25861 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25862
25863 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25864 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25865 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25866 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25867 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25868 Use them.
25869
25870 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25871 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25872 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25873
25874 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25875
25876 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25877 loaded by default.
25878
25879 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25880
25881 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25882 on this tty.
25883 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25884
25885 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25886 Update all users.
25887 (handle_one_term_event): Use Gpm_DrawPointer.
25888 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25889 Signal errors instead of returning nil. Always return nil.
25890 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25891 Make it a noop if gpm-mouse was not activated.
25892 (syms_of_term): Update names.
25893
25894 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25895
25896 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25897 (init_sys_modes): Check that gpm_tty is the current tty.
25898
25899 * alloc.c (allocate_terminal): Set the vector size to only count the
25900 lisp fields. Initialize those to nil.
25901 (mark_object): Don't treat terminals specially.
25902 (mark_terminal): Remove.
25903 (mark_terminals): Use mark_object instead.
25904
25905 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25906 the GC to the beginning.
25907
25908 * indent.h:
25909 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25910
25911 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25912
25913 2007-09-25 Jason Rumney <jasonr@gnu.org>
25914
25915 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25916
25917 * w32console.c (create_w32cons_output): Remove.
25918
25919 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25920
25921 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25922 (reset_sys_modes): Use reset_terminal_modes_hook.
25923
25924 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25925
25926 * eval.c (do_autoload): Don't output any message.
25927
25928 2007-09-24 Juri Linkov <juri@jurta.org>
25929
25930 * emacs.c (standard_args): Change priority of "--no-splash"
25931 from 40 to 3. Add "--no-desktop" with the same priority.
25932
25933 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25934
25935 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25936 and optimize the case where they are all 1.
25937
25938 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25939
25940 * lisp.h (abs): Define if not defined.
25941 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25942 Don't define `abs', since it's defined in lisp.h.
25943
25944 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25945
25946 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25947 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25948 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25949 (init_tty): Use DEV_TTY instead of "/dev/tty".
25950 [WINDOWSNT]: No need to protect from NAME arg being null.
25951
25952 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25953
25954 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25955 up the tty state.
25956
25957 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25958
25959 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25960 (gpm_tty): Change its type.
25961 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25962 (gpm_tty): Change its type and initialize it.
25963 (Fterm_open_connection): Check the frame is indeed a tty.
25964 Use the new gpm_tty.
25965 (Fterm_close_connection): Use the new gpm_tty.
25966 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25967 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25968
25969 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25970
25971 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25972 underline_color, to draw strike-through.
25973
25974 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25975
25976 * lisp.h (allocate_terminal): Declare.
25977
25978 * window.c (candidate_window_p): Consider frames that are being placed
25979 by the user as somewhere between visible and iconified.
25980 (window_loop): Prefer windows on the current frame.
25981 (Fselect_window): Move the use of select-frame to the beginning so we
25982 can just delegate all the work (it'll call us back anyway).
25983
25984 * frame.c (Qdisplay_environment_variable):
25985 * frame.h (Qdisplay_environment_variable): Delete.
25986
25987 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25988 of the first arg, since that value may be a union.
25989
25990 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25991 parameter rather than Qdisplay_environment_variable. If all else
25992 fails, look for DISPLAY in initial-environment.
25993
25994 2007-09-21 Glenn Morris <rgm@gnu.org>
25995
25996 * Makefile.in (emacstool): Remove target.
25997 (lisp, shortlisp): Remove termdev.elc.
25998
25999 2007-09-21 Markus Triska <markus.triska@gmx.at>
26000
26001 * xterm.c (x_delete_display): Compile session management conditionally.
26002
26003 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
26004
26005 * callproc.c (getenv_internal_1): New function.
26006 (getenv_internal): Use it.
26007 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
26008
26009 * terminal.c (get_terminal): Don't accept ints to represent terminals.
26010 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
26011 (Fset_terminal_parameter): Work with dead terminals as well.
26012 (Fmodify_terminal_parameters): Remove.
26013
26014 * terminal.c (get_terminal): Handle terminals.
26015 Make sure the terminal returned is live.
26016 (create_terminal): Use allocate_terminal.
26017 (mark_terminals): Move to alloc.c.
26018 (delete_terminal): Use terminal->name as liveness status.
26019 NULL out fields after freeing their contents.
26020 Don't deallocate the object.
26021 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
26022 rather than an int.
26023 (Fterminal_live_p): Accept non-integer arguments.
26024 (Fterminal_list): Return terminal objects rather than an ints.
26025
26026 * alloc.c (enum mem_type): New member for `terminal' objects.
26027 (allocate_terminal): New function.
26028 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
26029 Handle terminals.
26030 (mark_terminal): New fun.
26031 (mark_terminals): Move from terminal.c.
26032
26033 * term.c (get_tty_terminal): Don't treat output_initial specially.
26034 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
26035 (delete_tty): Use terminal->name as liveness status.
26036
26037 * termhooks.h (struct terminal): Make it into a pseudovector.
26038 Remove `deleted' replaced by checking `name's nullness.
26039
26040 * print.c (print_object): Handle terminals.
26041
26042 * lisp.h (enum pvec_type): New `terminal' pseudovector.
26043 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
26044
26045 * frame.c (make_terminal_frame):
26046 * keyboard.c (tty_read_avail_input):
26047 * w32term.c (x_delete_terminal):
26048 * xfns.c (Fx_create_frame, x_create_tip_frame):
26049 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
26050
26051 2007-09-20 Glenn Morris <rgm@gnu.org>
26052
26053 * process.c (Fmake_network_process): Doc fix.
26054
26055 2007-09-19 Jason Rumney <jasonr@gnu.org>
26056
26057 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
26058
26059 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
26060
26061 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
26062 Fix a C warning regarding variable constness.
26063
26064 * xterm.c (handle_one_xevent): Fix a C warning.
26065
26066 2007-09-18 Jason Rumney <jasonr@gnu.org>
26067
26068 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
26069
26070 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
26071
26072 * gtkutil.c (gdpy_def): New variable.
26073 (xg_initialize): Initialize gdpy_def.
26074 (xg_display_close): If no other display exists, set gdpy_def to a
26075 new connection.
26076
26077 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
26078
26079 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
26080 when we have no file name for the icon.
26081 (xg_tool_bar_expose_callback): Remove.
26082 (xg_create_tool_bar): Don't connect expose signal to
26083 xg_tool_bar_expose_callback.
26084 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
26085
26086 2007-09-16 Andreas Schwab <schwab@suse.de>
26087
26088 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
26089 values instead of zapping them.
26090
26091 2007-09-14 Glenn Morris <rgm@gnu.org>
26092
26093 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
26094 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
26095 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
26096 scope and rename to omfib_buffer for clarity.
26097 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
26098
26099 2007-09-14 Kenichi Handa <handa@m17n.org>
26100
26101 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
26102
26103 2007-09-13 Jason Rumney <jasonr@gnu.org>
26104
26105 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
26106
26107 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
26108
26109 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
26110 (mac_term_init): Call here instead, passing rif.
26111
26112 2007-09-13 Glenn Morris <rgm@gnu.org>
26113
26114 * s/hpux.h: No longer define `static' as nothing.
26115
26116 2007-09-13 Johan Bockgård <bojohan@gnu.org>
26117
26118 * callint.c (Fcall_interactively): Remove unused var `fun'.
26119
26120 2007-09-12 Romain Francoise <romain@orebokech.com>
26121
26122 * window.c (prefer_window_split_horizontally, display_buffer):
26123 Revert 2007-09-08 change.
26124
26125 2007-09-12 Glenn Morris <rgm@gnu.org>
26126
26127 * alloca.c: Remove file.
26128 * Makefile.in (alloca): Do not undef.
26129 (allocaobj, alloca.o): Remove.
26130 (otherobj): Remove allocaobj.
26131 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
26132 * regex.c (C_ALLOCA): Remove all references and code that was only
26133 used when this was defined.
26134 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
26135 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
26136 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
26137
26138 * Makefile.in (SOURCES, unlock, relock): Delete.
26139
26140 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
26141 (menu_grab_callback): All uses changed.
26142
26143 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
26144 (x_reply_selection_request): All uses changed.
26145
26146 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
26147
26148 * lread.c (load_warn_old_style_backquotes): Change message to look
26149 better when it appears in the middle of byte-compiler messages.
26150
26151 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
26152
26153 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
26154
26155 * xterm.c (x_create_terminal): Add comment.
26156
26157 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
26158
26159 2007-09-10 Richard Stallman <rms@gnu.org>
26160
26161 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
26162
26163 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
26164
26165 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
26166 (DEFUN): Document `intspec', use it instead of `prompt'.
26167
26168 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
26169
26170 * data.c (Finteractive_form): If the interactive specification starts
26171 with a `(', use it as a Lisp form.
26172
26173 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
26174 name and file modes.
26175
26176 * callint.c (Fcall_interactively): Comment fixes.
26177
26178 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
26179
26180 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
26181 and compiled functions.
26182
26183 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
26184
26185 * window.c (prefer_window_split_horizontally): New variable.
26186 (display_buffer): Consider splitting window horizontally depending
26187 on prefer_window_split_horizontally.
26188
26189 2007-09-08 Eli Zaretskii <eliz@gnu.org>
26190
26191 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26192
26193 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26194
26195 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26196
26197 * frame.c (x_set_frame_parameters): Check number is positive before
26198 using XFASTINT.
26199
26200 * window.c (freeze_window_start): Don't presume selected_window holds
26201 a window object.
26202 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26203
26204 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
26205
26206 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26207
26208 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26209
26210 * window.c (Vsplit_window_preferred_function): New var.
26211 (Fdisplay_buffer): Use it.
26212 (syms_of_window): Export, and initialize it.
26213
26214 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
26215
26216 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26217
26218 2007-09-06 Glenn Morris <rgm@gnu.org>
26219
26220 * gtkutil.c (menu_grab_callback) <cnt>:
26221 * xselect.c (x_reply_selection_request) <cnt>: Move static
26222 variable to file scope.
26223
26224 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26225
26226 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26227 consistent values of selected_frame and selected_window.
26228
26229 2007-09-04 Jason Rumney <jasonr@gnu.org>
26230
26231 * w32console.c (initialize_w32_display): Zero unused hooks.
26232
26233 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26234
26235 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26236 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26237
26238 2007-09-04 Jason Rumney <jasonr@gnu.org>
26239
26240 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26241 in w32console.c. Set up input. Remove XXX comments that have been
26242 confirmed as correct.
26243
26244 * s/ms-w32.h (MULTI_KBOARD): Define.
26245
26246 * w32console.c (one_and_only_w32cons): Remove.
26247 (initialize_w32_display): Take terminal argument.
26248
26249 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26250 initialize_w32_display.
26251 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26252
26253 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26254
26255 * keyboard.c (discard_mouse_events): Discard it.
26256 (make_lispy_event): Translate it to a lisp event.
26257 (lispy_wheel_names): Add wheel-left and right events.
26258 (syms_of_keyboard): Enlarge wheel_syms.
26259
26260 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26261 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26262
26263 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26264
26265 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26266 from WM_MOUSEHWHEEL.
26267 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26268
26269 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26270 terminal.
26271
26272 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26273 keyboard for the terminal.
26274
26275 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26276
26277 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26278 (Vresume_tty_hook): Rename from Vresume_tty_functions.
26279 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26280 and resume-tty-function to resume-tty-hook.
26281 (Fsuspend_tty, Fresume_tty): Use new names.
26282
26283 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
26284
26285 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26286 if it starts with "n:".
26287
26288 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26289
26290 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26291
26292 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26293
26294 * frame.h:
26295 * frame.c (Qterm_environment_variable): Remove.
26296 (syms_of_frame): Don't init and staticpro it.
26297
26298 * callproc.c (getenv_internal): Remove special case for $TERM.
26299
26300 * callproc.c (Vinitial_environment): New variable.
26301 (set_initial_environment): Initialize it.
26302 (syms_of_callproc): Declare it.
26303 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26304 TERM under which a process runs is never related to the TERM in which
26305 Emacs is running.
26306
26307 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26308
26309 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26310 * s/darwin.h: ... do it here.
26311
26312 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26313
26314 * lisp.h (set_initial_environment): Rename from set_global_environment.
26315
26316 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26317 removed by mistake on the multi-tty branch.
26318
26319 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26320 (Fmodify_frame_parameters): Return a value.
26321
26322 * image.c (png_load): Comment-out var only used in commented-out code.
26323
26324 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26325 before passing it to mark_object.
26326
26327 * xfaces.c (internal_resolve_face_name): Return a value.
26328 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26329
26330 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26331 (x_icon): Comment-out var only used in commented-out code.
26332
26333 2007-08-29 Romain Francoise <romain@orebokech.com>
26334
26335 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26336 QUIT hasn't been provided.
26337
26338 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26339
26340 * callproc.c (child_setup, getenv_internal): Use the
26341 display-environment-variable and term-environment-variable frame params.
26342 (set_initial_environment): Initialise Vprocess_environment.
26343
26344 * config.in: Disable multi-keyboard support on a mac.
26345
26346 * frame.c (Qterm_environment_variable)
26347 (Qdisplay_environment_variable): New variables.
26348 (syms_of_frame): Intern and staticpro them.
26349 (Fmake_terminal_frame): Disable output method test.
26350
26351 * frame.h: Declare them here.
26352
26353 * macfns.c (x_set_mouse_color): Get rif from the frame.
26354 (x_set_tool_bar_lines): Don't use updating_frame.
26355 (mac_window): Add 2 new parameters for consistency with other systems.
26356 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26357 frame parameters following what is done in X11 and w32. Don't use
26358 FRAME_MAC_DISPLAY_INFO.
26359 (Fx_open_connection, start_hourglass): Remove window-system check.
26360 (x_create_tip_frame): Get the keyboard from the terminal.
26361
26362 * macmenu.c: Reorder includes.
26363 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26364
26365 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26366 terminal parameter.
26367 (x_clear_frame): Add a frame parameter.
26368 (note_mouse_movement): Get rif from the frame.
26369 (mac_term_init): Initialize the terminal.
26370 (mac_initialize): Make static and move terminal initialization ...
26371 (mac_create_terminal): ... to this new function.
26372
26373 * macterm.h (struct mac_display_info): Add terminal.
26374 (mac_initialize): Delete declaration.
26375
26376 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26377
26378 * sysdep.c: Comment out text after #endif.
26379
26380 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26381 is defined. Better initialize ttys in windows. Use terminal
26382 specific mouse_position_hook.
26383
26384 * termhooks.h (union display_info): Add mac_display_info.
26385
26386 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26387 Set the default minibuffer frame, window_system and the rest of the
26388 frame parameters following what is done in X11.
26389
26390 * w32term.c (w32_initialize): Make static.
26391
26392 * xselect.c (x_handle_selection_clear): Only access
26393 terminal->kboard when MULTI_KBOARD is defined.
26394
26395 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26396 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26397
26398 2007-08-29 Jason Rumney <jasonr@gnu.org>
26399
26400 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26401 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26402
26403 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26404 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26405
26406 * keyboard.c (restore_kboard_configuration): Only define when
26407 MULTI_KBOARD defined.
26408
26409 * makefile.w32-in: Update dependancies from Makefile.in.
26410 (OBJ1): Add terminal.$(O)
26411
26412 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26413 Don't define function body.
26414 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26415
26416 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26417
26418 * w32.c (request_sigio, unrequest_sigio): Remove.
26419
26420 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26421 (w32con_clear_frame, w32con_clear_end_of_line)
26422 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26423 (w32con_delete_glyphs, w32con_set_terminal_window)
26424 (scroll_line, w32_sys_ring_bell): Add frame arg.
26425 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26426 Add terminal arg.
26427 (PICK_FRAME): Remove.
26428 (w32con_write_glyphs): Use frame specific terminal coding.
26429 (one_and_only_w32cons): New global variable.
26430 (initialize_w32_display): Use it for storing hooks.
26431 (create_w32cons_output): New function.
26432
26433 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26434 arg a frame.
26435
26436 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26437 Set window_system.
26438 (x_set_tool_bar_lines): Don't use updating_frame.
26439 (Fx_create_frame): Set terminal and ref count.
26440 (Fx_open_connection): Remove window-system check.
26441
26442 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26443
26444 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26445 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26446 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26447 Add frame arg.
26448 (x_delete_terminal, w32_create_terminal): New functions.
26449 (w32_term_init): Create a terminal.
26450 (w32_initialize): Move terminal specific initialization to
26451 w32_create_terminal.
26452
26453 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26454 (w32_clear_rect, w32_clear_area): Use background from frame.
26455 (w32_display_info): Add terminal.
26456 (w32_sys_ring_bell, x_delete_display): Declare here.
26457
26458 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26459
26460 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26461
26462 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26463
26464 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26465 Fix get_named_tty calls for the controlling tty.
26466
26467 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26468
26469 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26470
26471 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26472
26473 * term.c (tty_insert_glyphs): Add missing first parameter.
26474
26475 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26476
26477 * buffer.c (Fbuffer_list, Fbury_buffer):
26478 Take frame->buried_buffer_list into account.
26479
26480 * cm.c (current_tty): New variable, for cmputc().
26481 (cmputc): Use it.
26482 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26483 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26484 (cmgoto): Add tty parameter. Pass it on to calccost().
26485 Use emacs_tputs() instead of tputs().
26486
26487 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26488 tputs().
26489 (current_tty): New variable, for cmputc().
26490 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26491
26492 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26493 (internal_condition_case, internal_condition_case_1)
26494 (internal_condition_case_2): Don't abort when x_catching_errors.
26495
26496 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26497 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26498 prevent crashes caused by bogus longjmps in read_char.
26499
26500 * keymap.h (Fset_keymap_parent): Add EXFUN.
26501
26502 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26503 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26504 Remove redundant definition.
26505
26506 * macfns.c (x_set_mouse_color, x_make_gc):
26507 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26508
26509 * w32term.c (x_free_frame_resources):
26510 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26511 (w32_initialize): Use the accessor macros for terminal characteristics.
26512
26513 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26514 Use the accessor macros for terminal characteristics.
26515 * msdos.c (internal_terminal_init): Use the accessor macros for
26516 terminal characteristics.
26517 (ScreenVisualBell, internal_terminal_init):
26518 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26519
26520 * termopts.h (no_redraw_on_reenter): Declare.
26521
26522 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26523 (mark_terminals, mark_ttys): Declare.
26524 (Fgarbage_collect): Call them.
26525 (mark_object): Mark buried_buffer_list.
26526
26527 * prefix-args.c: Include stdlib.h for exit.
26528
26529 * syssignal.h: Add comment.
26530
26531 * indent.c: Include stdio.h.
26532
26533 * window.h (Vinitial_window_system): Declare.
26534 (Vwindow_system): Delete declaration.
26535
26536 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26537
26538 * image.c (lookup_image): Don't initialize `c' until the xasserts
26539 have been run.
26540
26541 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26542 FRAME_FOREGROUND_PIXEL.
26543
26544 * print.c (print_preprocess): Don't lose print_depth levels while
26545 iterating.
26546
26547 * widget.c (update_from_various_frame_slots):
26548 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26549
26550 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26551 frames.
26552 (window_internal_height): Remove bogus make_number call.
26553 (init_window_once): Call make_terminal_frame with two zero parameters.
26554
26555 * fileio.c (Fread_file_name): Update comment.
26556
26557 * callint.c (Fcall_interactively):
26558 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26559 Make sure it is correctly unwound.
26560
26561 * xsmfns.c (x_session_close): New function.
26562
26563 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26564 Delete declarations.
26565
26566 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26567 (x_output): Remove background_pixel and foreground_pixel fields.
26568 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26569 (x_delete_device, x_session_close): Declare.
26570
26571 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26572 (read_filtered_event): Call `read_char' with a local
26573 `wrong_kboard_jmpbuf'.
26574
26575 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26576 Don't call single_kboard_state. Use FRAME_RIF.
26577
26578 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26579 systems.
26580
26581 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26582 (Fframe_with_environment, Fset_input_meta_mode)
26583 (Fset_quit_char): EXFUN.
26584 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26585 (init_sys_modes, reset_sys_modes): Update prototypes.
26586 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26587
26588 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26589 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26590 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26591 Delete declarations.
26592 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26593 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26594 New declarations.
26595
26596 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26597 already does that during init_display(). Call syms_of_keymap
26598 before syms_of_keyboard. Call `syms_of_terminal'.
26599 Call set_initial_environment, not set_process_environment.
26600 (shut_down_emacs): Call reset_all_sys_modes() instead of
26601 reset_sys_modes().
26602
26603 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26604 (internal_resolve_face_name, resolve_face_name_error): New functions.
26605 (resolve_face_name): Protect against loops and errors thrown by Fget.
26606 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26607 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26608
26609 * scroll.c: Replace CURTTY() with local variables throughout the
26610 file (where applicable).
26611 (calculate_scrolling, calculate_direct_scrolling)
26612 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26613 characteristics.
26614
26615 * keymap.c (Vfunction_key_map): Remove.
26616 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26617 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26618 (Vkey_translation_map): Remove.
26619 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26620 (Fdescribe_buffer_bindings)
26621 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26622 Update for terminal-local key-translation-map.
26623
26624 * Makefile.in (callproc.o): Update dependencies.
26625 (lisp, shortlisp): Add termdev.elc.
26626 (obj): Add terminal.o.
26627 (terminal.o): Add dependencies.
26628 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26629 (data.o, fns.o): Add termhooks.h dependency.
26630 (SOME_MACHINE_LISP): Add dnd.elc.
26631 (minibuf.o): Fix typo.
26632 Update dependencies.
26633
26634 * data.c (do_symval_forwarding, store_symval_forwarding)
26635 (find_symbol_value): Use the selected frame's keyboard, not
26636 current_kboard.
26637
26638 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26639 Vwindow_system.
26640
26641 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26642 Fmenu_bar_open.
26643 (syms_of_xmenu): Update defsubr.
26644 (mouse_position_for_popup, Fx_popup_menu)
26645 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26646 (set_frame_menubar, free_frame_menubar)
26647 (create_and_show_popup_menu, xmenu_show)
26648 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26649 an X frame.
26650
26651 * xselect.c (x_own_selection): Abort if not an X frame.
26652 (some_frame_on_display): Check if it is an X frame.
26653 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26654
26655 * coding.c: Include frame.h and termhooks.h.
26656 (terminal_coding, keyboard_coding): Delete.
26657 (Fset_terminal_coding_system_internal)
26658 (Fset_keyboard_coding_system_internal)
26659 (Fkeyboard_coding_system)
26660 (Fterminal_coding_system): Add a terminal parameter.
26661 Get terminal_coding from the terminal.
26662 (init_coding_once): Don't call setup_coding_system here.
26663
26664 * dispextern.h (set_scroll_region, turn_off_insert)
26665 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26666 (tty_clear_end_of_line, tty_setup_colors)
26667 (delete_tty, updating_frame)
26668 (produce_special_glyphs, produce_glyphs, write_glyphs)
26669 (insert_glyphs): Remove.
26670 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26671 (tty_turn_off_highlight, get_tty_size): Add declaration.
26672 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26673
26674 * frame.h (enum output_method): Add output_initial.
26675 (struct x_output): Delete.
26676 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26677 Access foreground_pixel and background_pixel directly from the frame.
26678 (tty_display): Delete.
26679 (struct frame): Add buried_buffer_list, foreground_pixel,
26680 background_pixel and terminal. Delete kboard.
26681 (union output_data): Add tty.
26682 (FRAME_KBOARD): Get the kboard from the terminal.
26683 (FRAME_INITIAL_P): New macro.
26684 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26685 (Qterm_environment_variable, Qdisplay_environment_variable)
26686 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26687 New declarations.
26688
26689 * termchar.h (tty_output, tty_display_info): New structures.
26690 (tty_list): Declare.
26691 (FRAME_TTY, CURTTY): New macros.
26692 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26693 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26694 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26695 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26696
26697 * callproc.c: Include frame.h and termhooks.h, for terminal
26698 parameters.
26699 (add_env): New function.
26700 (child_setup): Use it.
26701 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26702 (getenv_internal): Fix get_terminal_param call.
26703 (Fgetenv_internal, egetenv): Update doc.
26704 (syms_of_callproc): Initialize Vprocess_environment to nil.
26705 Register and initialize them. Remove obsolete defvars. Update doc
26706 strings.
26707 (child_setup): Handle Vlocal_environment_variables.
26708 (getenv_internal): Add terminal parameter.
26709 Handle Vlocal_environment_variables.
26710 (Fgetenv_internal): Add terminal parameter.
26711 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26712 environment in a frame (not terminal) parameter. Update doc strings.
26713 (set_initial_environment): Rename from set_global_environment.
26714 Store Emacs environment in initial frame parameter.
26715
26716 * xdisp.c (redisplay_internal): Update references to
26717 `previous_terminal_frame'.
26718 (display_mode_line, Fformat_mode_line): Replace calls to
26719 `push_frame_kboard' with `push_kboard'.
26720 (get_glyph_string_clip_rects): Add extra parentheses and
26721 braces to prevent compiler warnings.
26722 (calc_pixel_width_or_height): Add xassert to check that the
26723 frame is alive. Don't call `lookup_image' on a termcap frame.
26724 (message2_nolog, message3_nolog, redisplay_internal)
26725 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26726 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26727 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26728 (Fx_display_pixel_width, Fx_display_pixel_height)
26729 (Fx_display_planes, Fx_display_color_cells)
26730 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26731 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26732 (Fx_display_backing_store, Fx_display_visual_class)
26733 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26734 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26735
26736 * xfns.c (x_set_foreground_color x_set_background_color)
26737 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26738 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26739 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26740 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26741 terminal that is being deleted.
26742 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26743 frame parameter, and make sure it overrides any user-supplied setting.
26744 (Fx_close_connection, Fx_synchronize): Unify argument names with
26745 the rest of the DEFUNs.
26746
26747 * dispnew.c (Fsend_string_to_terminal): Update call to
26748 `get_tty_terminal'.
26749 (Fredraw_frame, Fsend_string_to_terminal)
26750 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26751 FRAME_TERMCAP_P and FRAME_TTY.
26752 (window_change_signal): Don't believe width/height values that are
26753 impossibly small.
26754 (Vinitial_window_system): Rename from Vwindow_system.
26755 (termscript, Wcm, rif): Delete.
26756
26757 * termhooks.h (struct terminal): New struct containing the
26758 previously global text display hooks and new members NAME,
26759 DELETED and PARAM_ALIST.
26760 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26761 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26762 (FRAME_RIF): New macros.
26763 (get_terminal_param, get_device): New declarations.
26764 (termscript): Delete declaration.
26765
26766 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26767 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26768 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26769 FRAME_FOREGROUND_PIXEL.
26770 (x_fully_uncatch_errors): Disable definition.
26771 (x_scroll_bar_expose): Fix reference to foreground pixel.
26772 (XTread_socket): Disable loop on all X displays.
26773 (x_delete_terminal): Don't set terminal->deleted and let
26774 delete_terminal delete the frames on the terminal.
26775 (x_delete_display): Doc update to reflect changes in
26776 delete_terminal.
26777 (x_display_info) <terminal>: Move member earlier in the struct.
26778 (deleting_tty): Remove old variable.
26779 (Fsuspend_tty): Call clear_tty_hooks.
26780 (Fresume_tty, init_tty): Call set_tty_hooks.
26781 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26782 errors on X frames.
26783 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26784 (handle_one_xevent): Initialize `f' to NULL.
26785 (x_delete_terminal, x_create_terminal): New functions.
26786 (XTset_terminal_modes, XTreset_terminal_modes)
26787 (XTread_socket, x_connection_closed, x_term_init)
26788 (x_term_init, x_delete_display): Add terminal parameter.
26789 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26790 X connections.
26791
26792 * frame.c: Include termchar.h.
26793 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26794 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26795 (Qdisplay_environment_variable): New vars.
26796 (Fframep): Deal with output_initial.
26797 (Fframe-live-p): Doc fix.
26798 (Fwindow-system): New function.
26799 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26800 (make_terminal_frame): Don't create frames on a terminal that is
26801 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26802 (store_frame_param): Check for found_for_frame before calling XFRAME.
26803 (Fmake_terminal_frame): Handle NULL tty names correctly.
26804 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26805 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26806 frames to refer to a deleted frame in their 'environment parameter.
26807 (Fframe_with_environment): New function.
26808 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26809 (get_future_frame_param): New function.
26810 (Fmake_terminal_frame): Use it.
26811 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26812
26813 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26814 * sysdep.c (reset_sys_modes): Update for renames.
26815
26816 * keyboard.c (tty_read_avail_input): New function.
26817 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26818 (syms_of_keyboard): Defsubr them.
26819 (Fset_input_meta_mode, Fset_quit_char): New functions.
26820 (Fset_input_mode): Split to above functions.
26821 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26822 parameter. Use it in call to `read_char'.
26823 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26824 Set wrong_kboard_jmpbuf correctly in recursive calls.
26825 Use current_kboard to access Vkeyboard_translate_table.
26826 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26827 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26828 Update longjmp invocations. Remember the original current_kboard,
26829 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26830 changes it. Comment out unnecessary calls to
26831 `record_single_kboard_state' and `any_kboard_state'.
26832 Update recursive calls.
26833 (wrong_kboard_jmpbuf): Remove global variable.
26834 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26835 Handle deleted interrupted_kboards correctly; that is a legal
26836 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26837 and read_char calls. Abort if interrupted_kboard died in read_char.
26838 (any_kboard_state, single_kboard_state)
26839 (push_frame_kboard): Remove function.
26840 (pop_kboard): Switch out of single_kboard mode if the kboard has
26841 been deleted. Remove unused variable. Help debugging by not
26842 changing current_kboard unnecessarily. Set current_kboard to the
26843 kboard of the selected frame when the stored kboard object has
26844 been deleted before pop_kboard.
26845 (temporarily_switch_to_single_kboard): Change first parameter to a
26846 frame pointer. Throw an error when caller wants to change kboards
26847 while in single_kboard mode. Don't push_kboard if we weren't in
26848 single kboard state. Don't pop_kboard if we popped into any
26849 kboard state.
26850 (restore_kboard_configuration): Abort if pop_kboard changed the
26851 kboard in single_kboard mode. Call pop_kboard only after setting
26852 up single_kboard mode.
26853 (Frecursive_edit): Switch to single_kboard mode only in nested
26854 command loops.
26855 (cmd_error, command_loop, command_loop_1, timer_check):
26856 Comment out unnecessary call to `any_kboard_state' and
26857 `record_single_kboard_state'.
26858 (delete_kboard): Exit single_kboard mode if we have just deleted
26859 that kboard. Use FRAME_KBOARD.
26860 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26861 `fatal_error_signal'.
26862 (record_single_kboard_state): Don't push_kboard if we weren't in
26863 single kboard state. Don't pop_kboard if we popped into any
26864 kboard state.
26865 (push_frame_kboard): Rename to push_kboard.
26866 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26867 (read_avail_input): Read input from all terminals.
26868 (mark_kboards): Also mark Vkeyboard_translate_table.
26869 (kbd_buffer_store_event_hold): Simplify condition.
26870 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26871 (Vkeyboard_translate_table): Move to struct kboard.
26872 (init_kboard): Initialize Vkeyboard_translate_table.
26873 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26874 Vkeyboard_translate_table. Update doc strings. Update docs of
26875 local-function-key-map and function-key-map.
26876
26877 * terminal.c: New file.
26878
26879 * term.c: Include errno.h.
26880 (Vring_bell_function, device_list, initial_device)
26881 (next_device_id, ring_bell, update_begin, update_end)
26882 (set_terminal_window, cursor_to, raw_cursor_to)
26883 (clear_to_end, clear_frame, clear_end_of_line)
26884 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26885 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26886 (syms_of_term): Move their initialization to terminal.c.
26887 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26888 (Ftty_display_color_cells)
26889 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26890 (clear_tty_hooks, set_tty_hooks)
26891 (init_tty, maybe_fatal): New functions.
26892 (Ftty_type): Return nil if terminal is not on a tty instead of
26893 throwing an error. Doc update.
26894 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26895 Doc update. Initialize new subrs and variables.
26896 (delete_tty): Use terminal->deleted.
26897 (tty_set_terminal_modes): Rename from set_terminal_modes.
26898 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26899 (set_scroll_region): Rename to `tty_set_scroll_region'.
26900 (turn_on_insert): Rename to `tty_turn_on_insert'.
26901 (turn_off_insert): Rename to `tty_turn_off_insert'.
26902 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26903 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26904 (toggle_highligh): Rename to `tty_toggle_highlight'.
26905 (background_highlight): Rename to `tty_background_highlight'.
26906 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26907 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26908 (tty_set_scroll_region, tty_background_highlight)
26909 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26910 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26911 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26912 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26913 Add static modifier.
26914 (tty_reset_terminal_modes, tty_set_terminal_window)
26915 (tty_set_scroll_region, tty_background_highlight)
26916 (tty_highlight_if_desired, tty_cursor_to)
26917 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26918 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26919 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26920 renames.
26921
26922 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26923
26924 * keyboard.c: Qrtl is new.
26925 (parse_tool_bar_item): Handle :rtl keyword.
26926 (syms_of_keyboard): Intern :rtl keyword.
26927
26928 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26929
26930 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26931 so no Lisp code is executed.
26932 (file_for_image, find_rtl_image): New functions.
26933 (xg_get_image_for_pixmap): Use file_for_image.
26934 (update_frame_tool_bar): If direction is RTL, use RTL image if
26935 defined. Use Gtk stock images if defined.
26936
26937 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26938
26939 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26940 for nonexistent or zero-width glyph in composition glyph.
26941
26942 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26943
26944 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26945
26946 * xdisp.c (Finvisible_p): New function.
26947 (syms_of_xdisp): defsubr it.
26948
26949 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26950
26951 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26952 Doc fixes.
26953
26954 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26955
26956 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26957
26958 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26959
26960 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26961 whether decoding has modified buffer contents.
26962
26963 2007-08-24 Jason Rumney <jasonr@gnu.org>
26964
26965 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26966 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26967 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26968 (init_svg_functions) [HAVE_NTGUI]: New function.
26969 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26970 (svg_load_image): Use them.
26971 (svg_load_image) [HAVE_NTGUI]: Implement background.
26972
26973 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26974
26975 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26976 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26977 (LIBX): Remove @RSVG_LIBS@.
26978 (LIBES): Add $(RSVG_LIBS).
26979
26980 * image.c (svg_load_image): Blend with specified background if exists.
26981 Use IMAGE_BACKGROUND. Add Mac OS Support.
26982
26983 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26984 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26985 Remove macros.
26986 [MAC_OSX] (socket_callback): Do nothing.
26987 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26988 ReceiveNextEvent.
26989 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26990 socket_callback.
26991 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26992
26993 2007-08-22 Glenn Morris <rgm@gnu.org>
26994
26995 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26996
26997 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26998
26999 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
27000
27001 * image.c: Add support for SVG images. Some additional comments
27002 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
27003 (svg_image_p): New function to test for SVG image.
27004 (svg_load): New function to load SVG image.
27005 (svg_load_image): New function, helper for svg_load.
27006 (Qsvg): New Lisp_object.
27007 (svg_keyword_index): New enum.
27008 (svg_format): New static `image_keyword' struct.
27009 (svg_type): New static `image_type' struct.
27010 (librsvg/rsvg.h): Include it.
27011
27012 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
27013
27014 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
27015
27016 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27017
27018 * lread.c (Qold_style_backquotes): New var.
27019 (syms_of_lread): Init and staticpro it.
27020 (load_warn_old_style_backquotes): New fun.
27021 (Fload): Use them to warn about old style backquotes.
27022 (end_of_file_error, Fload): Remove unused vars.
27023
27024 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
27025
27026 * lread.c (Vold_style_backquotes): New var.
27027 (syms_of_lread): Init and export it to Elisp.
27028 (read1): Set it when we find an old-style (back)quote.
27029
27030 2007-08-22 Jason Rumney <jasonr@gnu.org>
27031
27032 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
27033
27034 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
27035
27036 * puresize.h (BASE_PURESIZE): Increase to 1140000.
27037
27038 2007-08-19 Richard Stallman <rms@gnu.org>
27039
27040 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
27041
27042 2007-08-19 Andreas Schwab <schwab@suse.de>
27043
27044 * alloc.c (pure): Round PURESIZE up.
27045
27046 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
27047
27048 * xterm.c (handle_one_xevent): Remove check that mouse click is in
27049 active frame.
27050
27051 2007-08-16 Richard Stallman <rms@gnu.org>
27052
27053 * eval.c (Fcommandp): Add parens to clarify.
27054
27055 * minibuf.c (Fall_completions): Use enum for type of table.
27056
27057 * emacs.c (USAGE2): Improve text.
27058
27059 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
27060
27061 * term.c (tty_default_color_capabilities): Declare static
27062 variables in file scope, to avoid HPUX compiler problem.
27063
27064 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
27065
27066 * gtkutil.c (update_frame_tool_bar): Use -1 as index
27067 to gtk_toolbar_insert.
27068
27069 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
27070
27071 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
27072
27073 * insdel.c (reset_var_on_error): New fun.
27074 (signal_before_change, signal_after_change):
27075 Use it to reset (after|before)-change-functions to nil in case of error.
27076 Bind inhibit-modification-hooks to t.
27077 Don't bind (after|before)-change-functions to nil while they run.
27078
27079 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27080
27081 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
27082 filling pixmap with stippled background.
27083
27084 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27085
27086 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
27087 Don't use invisible frame as parent window for repositioning.
27088
27089 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
27090
27091 * print.c (new_backquote_output): Rename from old_backquote_output.
27092 (print): Inverse its logic (according to its name) so as to match the
27093 behavior of new_backquote_flag in lread.c.
27094
27095 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27096
27097 * gmalloc.c (posix_memalign): New function.
27098
27099 * macterm.c (frame_highlight, frame_unhighlight): Don't call
27100 ActivateControl/DeactivateControl here.
27101 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
27102 frame-notice-user-settings is non-nil.
27103 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
27104 for kEventParamFMFontStyle.
27105 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
27106 mac_pass_command_to_system and mac_pass_control_to_system here.
27107 (XTread_socket): Call ActivateControl/DeactivateControl here.
27108 (XTread_socket) [TARGET_API_MAC_CARBON]:
27109 Check mac_pass_command_to_system and mac_pass_control_to_system here.
27110 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
27111 for window repositioning.
27112
27113 2007-08-08 Glenn Morris <rgm@gnu.org>
27114
27115 * Replace `iff' in doc-strings and comments.
27116
27117 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
27118
27119 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
27120
27121 2007-08-07 Martin Rudalics <rudalics@gmx.at>
27122
27123 * fileio.c (Finsert_file_contents): Run format-decode and
27124 after_insert_file_functions on entire buffer when REPLACE is
27125 non-nil and inhibit modification_hooks and point_motion_hooks.
27126 For consistency, run after_insert_file_functions iff something
27127 got inserted. Move signal_after_change and update_compositions
27128 after code running after_insert_file_functions. Make sure that
27129 undo_list doesn't record intermediate steps of the decoding process.
27130
27131 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27132
27133 * emacs.c (main)
27134 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
27135 Call malloc_enable_thread on interactive startup.
27136
27137 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
27138 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
27139 [USE_PTHREAD]: Conditionalize with it.
27140 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
27141 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
27142 New functions.
27143
27144 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
27145
27146 * xdisp.c (redisplay_window): When restoring original buffer
27147 position, make sure it is still valid.
27148
27149 * image.c (png_load): Ignore png-supplied background color.
27150
27151 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27152
27153 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
27154 Use kCFAbsoluteTimeIntervalSince1970.
27155
27156 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
27157 New variable.
27158 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
27159 event loop should be quit.
27160 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
27161 Quit dialog event loop if quit_dialog_event_loop is set.
27162
27163 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
27164 (Selection): New typedef. Use instead of ScrapRef.
27165 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
27166 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
27167 (mac_clear_selection): Rename from clear_scrap.
27168 (get_flavor_type_from_symbol): New argument SEL and subsume function of
27169 scrap_has_target_type. All uses changed.
27170 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
27171 (mac_selection_has_target_p): New functions.
27172 (mac_put_selection_value): Rename from put_scrap_string.
27173 (mac_get_selection_value): Rename from get_scrap_string.
27174 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
27175 (put_scrap_private_timestamp, scrap_has_target_type)
27176 (get_scrap_private_timestamp): Remove functions.
27177 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
27178 (x_own_selection, x_get_local_selection):
27179 Use mac_valid_selection_value_p.
27180 (x_own_selection): Don't use put_scrap_private_timestamp.
27181 Record OWNERSHIP-INFO into Vselection_alist instead.
27182 (x_get_local_selection): Don't check type if request is local.
27183 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
27184 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
27185
27186 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
27187
27188 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
27189 add comment explaining why.
27190
27191 2007-08-03 Richard Stallman <rms@gnu.org>
27192
27193 * fileio.c (Fvisited_file_modtime): Use make_time.
27194
27195 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
27196
27197 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27198 build.
27199
27200 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
27201
27202 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27203
27204 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
27205
27206 * puresize.h (BASE_PURESIZE): Increase to 1130000.
27207
27208 2007-07-30 Richard Stallman <rms@gnu.org>
27209
27210 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27211
27212 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
27213
27214 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
27215
27216 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
27217
27218 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27219 remote default-directory.
27220
27221 * buffer.c (mode-line-format): Update doc string.
27222
27223 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27224
27225 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27226 scroll bar gap.
27227 (x_scroll_bar_create): Set bar->fringe_extended_p.
27228 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27229 on frame edge. Check fringe background extension. Don't clear
27230 extended fringe background area.
27231
27232 * w32term.h (struct scroll_bar): New member fringe_extended_p.
27233 (w32_fill_area): Enclose multiple statements with do ... while (0).
27234
27235 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27236 Extend fringe background to scroll bar gap.
27237 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27238 Set bar->fringe_extended_p.
27239 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27240 Put leftmost/rightmost scroll bars on frame edge. Check fringe
27241 background extension. Don't clear extended fringe background area.
27242
27243 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27244 New member fringe_extended_p.
27245
27246 2007-07-25 Glenn Morris <rgm@gnu.org>
27247
27248 * Relicense all FSF files to GPLv3 or later.
27249
27250 * COPYING: Switch to GPLv3.
27251
27252 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
27253
27254 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27255
27256 * data.c (Finteractive_form): Check for the presence of an
27257 `interactive-form' symbol property more thoroughly.
27258
27259 * data.c (Finteractive_form): Use an `interactive-form' property if
27260 present, analogous to the function-documentation property.
27261
27262 2007-07-24 Jason Rumney <jasonr@gnu.org>
27263
27264 * w32fns.c (x_real_positions): Get real position from OS instead of
27265 calculating it.
27266
27267 2007-07-23 Jason Rumney <jasonr@gnu.org>
27268
27269 * filelock.c (current_lock_owner): Allow for @ sign in username.
27270
27271 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
27272
27273 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27274 remote default-directory.
27275
27276 * buffer.c (mode-line-format): Describe above case in doc string.
27277
27278 2007-07-20 Eli Zaretskii <eliz@gnu.org>
27279
27280 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27281 Define if not defined.
27282
27283 2007-07-18 Jason Rumney <jasonr@gnu.org>
27284
27285 * w32proc.c (w32_executable_type): Handle 64 bit executables.
27286
27287 2007-07-18 Richard Stallman <rms@gnu.org>
27288
27289 * data.c (Fsetq_default): Doc fix.
27290
27291 * eval.c (Fsetq): Doc fix.
27292
27293 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
27294
27295 * coding.c (Ffind_operation_coding_system):
27296 * eval.c (For, Fand): Doc fixes.
27297 Reported by Johan Bockgård.
27298
27299 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27300
27301 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27302
27303 * xterm.h: Declare x_ewmh_activate_frame.
27304
27305 * xterm.c (x_ewmh_activate_frame): New function.
27306 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27307
27308 2007-07-17 Martin Rudalics <rudalics@gmx.at>
27309
27310 * window.c (Fdisplay_buffer): If largest or LRU window is the
27311 only window, split it even if it is not eligible for splitting.
27312 This restores the original behavior broken by the 2007-07-15
27313 change.
27314
27315 2007-07-17 Glenn Morris <rgm@gnu.org>
27316
27317 * abbrev.c (abbrev_check_chars): New function.
27318 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27319 Call abbrev_check_chars to check abbrev characters are word
27320 constituents. Doc fix.
27321
27322 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27323
27324 * process.c (Fstart_process, Fmake_network_process)
27325 (read_process_output): Fix up last changes.
27326
27327 2007-07-16 Eli Zaretskii <eliz@gnu.org>
27328
27329 * makefile.w32-in (clean): Don't delete *~.
27330
27331 2007-07-16 Andreas Schwab <schwab@suse.de>
27332
27333 * window.c (Fdisplay_buffer): Use NILP.
27334 (Fset_window_scroll_bars): Likewise.
27335
27336 2007-07-15 Martin Rudalics <rudalics@gmx.at>
27337
27338 * window.c (window_min_size_2): New function.
27339 (window_min_size_1, size_window, Fdisplay_buffer)
27340 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27341 windows without mode- or header-lines when window-min-height is
27342 too small.
27343 (size_window): Reset nodelete_p after testing it, following an
27344 earlier note by Kim F. Storm.
27345 (display_buffer): Do not set split_height_threshold to twice the
27346 value of window_min_height to avoid changing the value of a
27347 customizable variable. Rather explicitly check whether the
27348 height of the window that shall be splitted is at least as large
27349 as split_height_threshold.
27350 (Fwindow_full_width_p): New defun.
27351 (syms_of_window): Defsubr it.
27352
27353 * window.h: Add EXFUN for Fwindow_full_width_p.
27354
27355 2007-07-14 Jason Rumney <jasonr@gnu.org>
27356
27357 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27358
27359 2007-07-14 Richard Stallman <rms@gnu.org>
27360
27361 * eval.c (maybe_call_debugger): New function.
27362 (find_handler_clause): Use maybe_call_debugger.
27363 Call it when the handler says `debug'.
27364 Eliminate DEBUGGER_VALUE_PTR.
27365 (Fsignal): Eliminate debugger_value.
27366 (Qdebug): New variable.
27367 (syms_of_eval): Initialize it.
27368
27369 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
27370
27371 * eval.c (Fprogn):
27372 * keyboard.c (Ftrack_mouse):
27373 * print.c (Fwith_output_to_temp_buffer):
27374 * window.c (Fsave_window_excursion): Doc fix.
27375
27376 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27377
27378 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27379
27380 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27381
27382 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27383 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27384 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27385 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27386 Remove unused encoding_carryover.
27387 * process.c: Adjust all functions accordingly.
27388
27389 2007-07-12 Richard Stallman <rms@gnu.org>
27390
27391 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27392
27393 2007-07-11 Jason Rumney <jasonr@gnu.org>
27394
27395 * makefile.w32-in (LIBS): Include OLE32.
27396
27397 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27398 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27399
27400 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27401
27402 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27403 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27404 from a Lisp_Object into a bare pointer.
27405 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27406 Adjust the code correspondingly.
27407
27408 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27409
27410 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27411 (term_show_mouse_face): Remove unused var `j'.
27412 (handle_one_term_event): Remove unused vars `i' and `j'.
27413 Don't cast return value of ttyname since it's not necessary.
27414
27415 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27416
27417 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27418 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27419
27420 * fns.c (map_char_table): Use an array of int for `indices' rather than
27421 an array of Lisp_Objects (which are only ever integers anyway).
27422 (Fmap_char_table): Update caller.
27423 * lisp.h: Update prototype.
27424 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27425 * fontset.c (Ffontset_info):
27426 * casetab.c (set_case_table): Update callers.
27427
27428 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27429
27430 * keymap.c (struct accessible_keymaps_data)
27431 (struct where_is_internal_data): New structures.
27432 (accessible_keymaps_1, where_is_internal_1): Use them to change
27433 interface to adhere to the one used by map_keymap.
27434 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27435 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27436
27437 * keymap.h (map_keymap_function_t): More informative prototype.
27438
27439 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27440
27441 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27442 (looking_at_1): Don't change search_regs and last_thing_searched
27443 if `inhibit-changing-match-data' is non-nil.
27444 (string_match_1, search_buffer, set_search_regs): Likewise.
27445 (syms_of_search): Add Lisp level definition for
27446 `inhibit-changing-match-data' and set it to nil.
27447 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27448 start and end of the match, instead of using values in search_regs.
27449
27450 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27451
27452 * minibuf.c (Fcompleting_read): New value `confirm-only'
27453 for `require-match'.
27454
27455 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27456
27457 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27458 part of the 2007-06-27 change to syms_of_fileio.
27459
27460 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27461
27462 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27463 Check WINDOWP before using XWINDOW. Consolidate return statements.
27464
27465 2007-06-27 Richard Stallman <rms@gnu.org>
27466
27467 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27468
27469 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
27470
27471 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27472
27473 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27474
27475 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27476 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27477 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27478 (_free_internal, memalign): Use them.
27479 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27480 Initialize to PTHREAD_MUTEX_INITIALIZER.
27481 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27482 (morecore_nolock): Rename from morecore. All uses changed.
27483 Use only nolock versions of internal allocation functions.
27484 (_malloc_internal_nolock, _realloc_internal_nolock)
27485 (_free_internal_nolock): New functions created from
27486 _malloc_internal, _realloc_internal, and _free_internal.
27487 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27488 Copy hook value to automatic variable before its use.
27489 (memalign): Copy hook value to automatic variable before its use.
27490
27491 2007-06-26 Kenichi Handa <handa@m17n.org>
27492
27493 * coding.c (Ffind_operation_coding_system): Docstring improved.
27494 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27495
27496 2007-06-25 David Kastrup <dak@gnu.org>
27497
27498 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27499 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27500 cater for additional parameter.
27501
27502 * keymap.h: Adjust number of parameters to `current-active-maps'.
27503
27504 * doc.c (Fsubstitute_command_keys): Adjust call of
27505 `current-active-maps'.
27506
27507 2007-06-25 David Kastrup <dak@gnu.org>
27508
27509 * callint.c (Fcall_interactively): Make the parsing of interactive
27510 specs somewhat more readable.
27511
27512 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27513
27514 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27515 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27516 if extended background has already been filled.
27517
27518 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27519
27520 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27521 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27522
27523 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27524 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27525 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27526 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27527 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27528 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27529 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27530 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27531 Run timers during dialog popup.
27532 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27533
27534 2007-06-21 Jason Rumney <jasonr@gnu.org>
27535
27536 * image.c (convert_mono_to_color_image): Swap fore and background.
27537
27538 2007-06-20 Jason Rumney <jasonr@gnu.org>
27539
27540 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27541 (w32_free_bdf_font): Unmap memory not handle.
27542
27543 2007-06-20 Sam Steingold <sds@gnu.org>
27544
27545 * gmalloc.c (__morecore): Fix the declaration to comply with the
27546 definition.
27547
27548 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27549
27550 * w32term.c (w32_delete_display): Remove leftover declaration.
27551 (w32_define_cursor, w32_initialize): Make static.
27552
27553 * w32.c (_wsa_errlist): Fix typo in error message.
27554 (init_environment): Ignore any environment variable from the
27555 registry having a null value.
27556
27557 2007-06-20 Glenn Morris <rgm@gnu.org>
27558
27559 * Makefile.in (LIBGIF): Default to -lgif.
27560
27561 2007-06-17 Jason Rumney <jasonr@gnu.org>
27562
27563 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27564 unicode strings.
27565
27566 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27567
27568 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27569 Fix typo in docstring.
27570
27571 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27572
27573 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27574 and their keybindings.
27575
27576 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27577
27578 * composite.c (update_compositions): Fix last fix.
27579
27580 2007-06-14 Jason Rumney <jasonr@gnu.org>
27581
27582 * w32.c (get_process_times_fn): New function pointer.
27583 (globals_of_w32): Intialize it if present in kernel32.dll.
27584 (w32_get_internal_run_time): New function.
27585
27586 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27587
27588 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27589
27590 * composite.c (update_compositions): Check the validness of
27591 compositions.
27592
27593 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27594
27595 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27596 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27597
27598 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27599 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27600
27601 * macgui.h (USE_MAC_TOOLBAR): New define.
27602
27603 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27604 Return immediately unless popup is activated.
27605
27606 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27607 background to scroll bar gap.
27608 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27609 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27610 scroll bars on frame edge. Check fringe background extension.
27611 Don't clear extended fringe background area.
27612 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27613 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27614 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27615 [USE_MAC_TOOLBAR]: New macros.
27616 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27617 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27618 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27619 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27620 [USE_MAC_TOOLBAR]: New functions.
27621 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27622 manually if previous repositioning has failed.
27623 (mac_handle_keyboard_event): Use precomputed event kind.
27624 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27625 as tool bar item click. Handle mouse movement over tool bar items.
27626
27627 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27628 toolbar_win_gravity.
27629 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27630 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27631 Add externs.
27632
27633 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27634 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27635
27636 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27637
27638 * image.c (search_image_cache): Remove unused variable.
27639
27640 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27641
27642 * xfns.c, xmenu.c: Link to xaw3d if available.
27643
27644 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27645
27646 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27647 frame_foreground and frame_background.
27648
27649 * image.c (lookup_image): Save frame foreground and background colors.
27650 (search_image_cache): Check if saved and current frame colors match.
27651
27652 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27653
27654 * regex.c (regex_compile): Remove the `regnum' counter.
27655 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27656
27657 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27658
27659 * term.c: Include intervals.h to declare Fget_text_property.
27660
27661 2007-06-10 Jason Rumney <jasonr@gnu.org>
27662
27663 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27664
27665 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27666
27667 * callint.c (Fcall_interactively):
27668 * editfns.c (Fdelete_and_extract_region):
27669 * fileio.c (Fread_file_name):
27670 * fns.c (Fmapconcat):
27671 * keyboard.c (cmd_error_internal):
27672 * keymap.c (Fkey_description):
27673 * lread.c (openp):
27674 * minibuf.c (read_minibuf):
27675 * search.c (wordify):
27676 * sunfns.c (sel_read):
27677 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27678 * xfns.c (x_default_scroll_bar_color_parameter):
27679 * xmenu.c (menu_help_callback):
27680 * xselect.c (Fx_get_atom_name):
27681 * xterm.c (x_term_init): Use empty_unibyte_string.
27682
27683 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27684
27685 * alloc.c (init_strings): Initialize canonical empty strings.
27686 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27687 canonical empty string when the requested size is 0.
27688
27689 * emacs.c (empty_unibyte_string): Rename from empty_string.
27690 (empty_multibyte_string): New canonical empty string.
27691 (syms_of_emacs): Don't initialize empty_string.
27692
27693 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27694 string, if appropriate.
27695 (empty_unibyte_string, empty_multibyte_string): New externs.
27696 (empty_string): Remove extern.
27697
27698 * lread.c (syms_of_lread): Use empty_unibyte_string.
27699
27700 2007-06-07 Jason Rumney <jasonr@gnu.org>
27701
27702 * s/ms-w32.h: Don't define HAVE_TZNAME.
27703
27704 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27705
27706 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27707
27708 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27709
27710 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27711 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27712
27713 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27714 Don't call next handler.
27715 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27716 Remove argument. Install handler to application.
27717 (set_frame_menubar): Don't change deep_p.
27718 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27719 FRAME_OUTER_TO_INNER_DIFF_Y.
27720 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27721 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27722 [HAVE_DIALOGS]: New macros.
27723 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27724 Use them.
27725 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27726
27727 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27728 init_service_handler. All callers changed. Return OSStatus value.
27729
27730 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27731 All callers changed so as not to call SetPortWindowPort.
27732 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27733 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27734 mac_draw_string_common.
27735 (mac_draw_image_string_qd): Likewise.
27736 (mac_draw_string_common): Use them. Add INLINE.
27737 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27738 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27739 GetGlobalMouse.
27740 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27741 and FRAME_OUTER_TO_INNER_DIFF_Y.
27742 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27743 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27744 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27745 repositioning window to mac_handle_window_event.
27746 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27747 saving window location to mac_handle_window_event
27748 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27749 (install_menu_target_item_handler): Remove argument in extern.
27750 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27751 Also accept command events.
27752 (do_keystroke): New function created from XTread_socket.
27753 (init_command_handler): Remove functions.
27754 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27755 and save window location by kEventWindowShowing and kEventWindowHiding
27756 handlers here. Don't call next handler for window state change and
27757 focus events.
27758 (mac_handle_application_event, mac_handle_keyboard_event)
27759 [TARGET_API_MAC_CARBON]: New functions.
27760 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27761 kEventWindowShowing and kEventWindowHiding events. Move installation
27762 of mouse, font, text input and menu target item handlers to
27763 install_application_handler.
27764 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27765 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27766 New function.
27767 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27768 Register it.
27769 (XTread_socket) [TARGET_API_MAC_CARBON]:
27770 Consolidate SendEventToEventTarget calls.
27771 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27772 Move application activation handler to mac_handle_application_event.
27773 Move keyboard handler to mac_handle_keyboard_event.
27774 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27775 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27776 init_command_handler. Call install_application_handler.
27777
27778 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27779 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27780
27781 2007-06-07 Glenn Morris <rgm@gnu.org>
27782
27783 * emacs.c (main): Use `emacs-copyright' in --version output.
27784
27785 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27786
27787 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27788
27789 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27790
27791 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27792
27793 * macgui.h: Replace WindowPtr with WindowRef.
27794
27795 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27796 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27797 Replace ControlHandle with ControlRef.
27798 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27799
27800 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27801 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27802 Replace ControlHandle with ControlRef.
27803 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27804 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27805
27806 * macterm.h (struct scroll_bar): Rename member control_handle_low
27807 and control_handle_high to control_ref_low and control_ref_high.
27808 All uses changed.
27809 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27810 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27811 respectively. All uses changed.
27812 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27813 (install_window_handler, remove_window_handler): Replace WindowPtr
27814 with WindowRef in externs.
27815
27816 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27817
27818 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27819
27820 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27821
27822 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27823
27824 * frame.c (Fmouse_position, Fmouse_pixel_position):
27825 Condition on HAVE_GPM too.
27826
27827 * term.c (term_mouse_highlight): Remove unused variables.
27828 (Fterm_open_connection): Set gpm_zerobased to 1.
27829 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27830 Use zero based co-ordinates.
27831 (handle_one_term_event): Report a drag as mouse movement too.
27832
27833 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27834
27835 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27836
27837 * image.c (search_image_cache): New function. Require background
27838 color match if background color is unspecified in the image spec.
27839 (uncache_image, lookup_image): Use it.
27840
27841 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27842
27843 * window.c (Fshrink_window): Reflow docstring.
27844
27845 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27846
27847 * Version 22.1 released.
27848
27849 2007-06-01 Richard Stallman <rms@gnu.org>
27850
27851 * xfns.c (x_encode_text): Add GCPRO.
27852
27853 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27854
27855 * xfns.c (x_set_name_internal): Save encoded name before
27856 x_encode_text in case string data is relocated.
27857
27858 2007-05-31 Richard Stallman <rms@gnu.org>
27859
27860 * buffer.c (syms_of_buffer): Doc fix.
27861
27862 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27863
27864 * sysdep.c (init_sys_modes): Add rather than replace with
27865 O_NONBLOCK.
27866
27867 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27868 term_mouse_moveto.
27869
27870 * termhooks.h (term_mouse_moveto): New extern.
27871
27872 * term.c (mouse_face_window): Rename...
27873 (Qmouse_face_window): ...to this.
27874 (term_show_mouse_face, term_clear_mouse_face)
27875 (term_mouse_highlight): Use Qmouse_face_window.
27876 (term_mouse_moveto): New function.
27877 (term_mouse_position): Make it work.
27878 (syms_of_term): Uncomment assignment to mouse_position_hook.
27879 Staticpro Qmouse_face_window.
27880
27881 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27882
27883 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27884 around current_column call.
27885
27886 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27887
27888 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27889 * xdisp.c (next_element_from_buffer):
27890 * window.c (delete_window):
27891 * term.c (term_mouse_highlight):
27892 * msdos.c (getdefdir):
27893 * macterm.c (mac_create_bitmap_from_bitmap_data)
27894 (init_font_name_table):
27895 * fns.c (Fsxhash):
27896 * data.c (Fmake_local_variable):
27897 * ccl.c (ccl_driver): Likewise.
27898
27899 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27900
27901 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27902 Call mac_wakeup_from_rne on window size change.
27903
27904 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27905
27906 * image.c (uncache_image): Fix typo.
27907
27908 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27909
27910 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27911
27912 2007-05-22 Richard Stallman <rms@gnu.org>
27913
27914 * xterm.c (x_connection_closed): Remove NO_RETURN.
27915
27916 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27917
27918 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27919
27920 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27921
27922 * image.c (uncache_image): New function.
27923 (Fimage_refresh): New function.
27924
27925 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27926
27927 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27928
27929 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27930
27931 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27932 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27933
27934 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27935
27936 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27937 conditional on [HAVE_GPM_H].
27938
27939 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27940
27941 * syntax.c (skip_chars): Update syntax-table only after we checked that
27942 the new location is valid.
27943
27944 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27945
27946 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27947 mac_get_window_bounds.
27948
27949 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27950
27951 * Makefile.in (LIBGPM): Allow it to be set from configure.
27952 If set then link Emacs with it.
27953
27954 * config.in: Regenerate.
27955
27956 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27957 New externs.
27958
27959 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27960 Include gpm.h.
27961 (handle_one_term_event, term_gpm): New externs.
27962
27963 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27964 and allow it to be interrupted by SIGIO.
27965
27966 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27967 (wait_reading_process_output): Wait on gpm_fd too.
27968 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27969 (add_gpm_wait_descriptor_called_flag): New variable.
27970 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27971
27972 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27973 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27974 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27975 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27976 (make_lispy_event): Add case GPM_CLICK_EVENT.
27977 (read_avail_input): Handle mouse input.
27978
27979 * term.c (write_glyphs_with_face): New function.
27980 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27981 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27982 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27983 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27984 (last_mouse_x, last_mouse_y): New variables.
27985 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27986 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27987 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27988 (Fterm_close_connection): New functions.
27989 (term_init): Initialise mouse_face_window.
27990
27991 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27992
27993 * xdisp.c (redisplay_window): If first window line is a
27994 continuation line, recompute the new window start instead of
27995 recentering.
27996
27997 2007-05-18 Glenn Morris <rgm@gnu.org>
27998
27999 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
28000 Suggested by Alfred M. Szmidt <ams@gnu.org>.
28001
28002 2007-05-17 Glenn Morris <rgm@gnu.org>
28003
28004 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
28005
28006 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28007
28008 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
28009 dead key repeat and up events.
28010
28011 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
28012
28013 * image.c (pbm_load): Check image size for monochrome pbm.
28014
28015 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
28016
28017 * xterm.c (XTread_socket): Revert last change.
28018
28019 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
28020
28021 * image.c (pbm_load): Correctly check image size for greyscale pbm.
28022
28023 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
28024
28025 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28026
28027 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
28028 mixup (YAILOM).
28029
28030 2007-05-07 Andreas Schwab <schwab@suse.de>
28031
28032 * keymap.c (Flookup_key): Fix typo in last change.
28033
28034 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28035
28036 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
28037 mapping for unibyte strings.
28038
28039 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28040
28041 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
28042 (Fx_popup_dialog) [MAC_OSX]: Likewise.
28043
28044 2007-04-29 Richard Stallman <rms@gnu.org>
28045
28046 * insdel.c (replace_range): For undo, record insertion first.
28047
28048 2007-04-29 Andreas Schwab <schwab@suse.de>
28049
28050 * lisp.h (VECSIZE): Use OFFSETOF.
28051
28052 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28053
28054 * xdisp.c (try_window_reusing_current_matrix): Fix number of
28055 disabled lines.
28056
28057 2007-04-28 Richard Stallman <rms@gnu.org>
28058
28059 * lread.c (read_escape): In a string, \s is always space.
28060
28061 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
28062
28063 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
28064
28065 * gtkutil.c (xg_update_menubar, create_menus): Create empty
28066 submenu for menu bar items.
28067
28068 See ChangeLog.10 for earlier changes.
28069
28070 ;; Local Variables:
28071 ;; coding: utf-8
28072 ;; add-log-time-zone-rule: t
28073 ;; End:
28074
28075 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
28076
28077 This file is part of GNU Emacs.
28078
28079 GNU Emacs is free software: you can redistribute it and/or modify
28080 it under the terms of the GNU General Public License as published by
28081 the Free Software Foundation, either version 3 of the License, or
28082 (at your option) any later version.
28083
28084 GNU Emacs is distributed in the hope that it will be useful,
28085 but WITHOUT ANY WARRANTY; without even the implied warranty of
28086 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28087 GNU General Public License for more details.
28088
28089 You should have received a copy of the GNU General Public License
28090 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28091
28092 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40