]> code.delx.au - gnu-emacs/blob - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
1 2006-09-23 Kenichi Handa <handa@m17n.org>
2
3 * keymap.c (Fmap_keymap): Docstring mentions about generic
4 character.
5
6 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * regex.c (analyse_first): For eight-bit-control chars, mark both the
9 char's value and its leading byte in the fastmap.
10 (re_search_2): When fast-scanning without translation, be careful to
11 check that we only match the leading byte of a multibyte char.
12
13 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
14 byte sequence.
15 (AT_CHAR_BOUNDARY): New macro.
16
17 2006-09-22 Kenichi Handa <handa@m17n.org>
18
19 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
20 whose default value is non-nil.
21
22 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23
24 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
25 Gtk+ versions < 2.10.
26
27 * xfns.c (syms_of_xfns): Fix typo in help text for
28 x-gtk-file-dialog-help-text.
29
30 2006-09-21 Kim F. Storm <storm@cua.dk>
31
32 * fns.c (Fmemq): Refill doc string.
33 (Fmemql): New defun, like memq but using eql.
34 (syms_of_fns): Defsubr it.
35
36 2006-09-20 Kim F. Storm <storm@cua.dk>
37
38 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
39 last visible glyph in window.
40
41 * window.c (Fset_window_hscroll, Fwindow_line_height):
42 Doc fix. Use "off-window" instead of "off-screen".
43 (Fpos_visible_in_window_p): Likewise.
44 If POS is t, return info for last visible glyph in window.
45
46 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
47
48 * search.c (struct regexp_cache): New entry syntax_table.
49 (compile_pattern_1): Set it.
50 (syms_of_search): Initialize it.
51 (compile_pattern): Require the syntax_table entry of the cache
52 element to match the current syntax table entry.
53
54 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * window.c (Fwindow_end): Fix recent change.
57
58 2006-09-19 Kim F. Storm <storm@cua.dk>
59
60 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
61 Doc fix. Use "off-screen" instead of "invisible".
62 (Fwindow_line_height): Make line numbers 0-based. Make line arg
63 optional; if nil, use current cursor row. Handle text terminals
64 properly. Return nil if non-interactive or pseudo-window.
65
66 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * keymap.c: Include alloca.h if available.
69 (Fkey_binding): Only use AREF after checking it's a vector.
70 Remove unused var `window'.
71
72 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
73
74 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
75 inhibit_sentinels.
76
77 * mac.c [!MAC_OSX] (select): Fix argument name.
78
79 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
80 menu ID for Apple menu.
81 (menubar_selection_callback): Remove function.
82 (find_and_call_menu_selection): New function from xmenu.c.
83 (x_activate_menubar): Use it.
84 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
85
86 * macterm.c (menubar_selection_callback): Remove extern.
87 (M_APPLE): Change to 234.
88 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
89 (do_menu_choice): Remove function.
90
91 * macterm.h (struct mac_output): Remove member menubar_active.
92 (do_menu_choice): Remove extern.
93 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
94
95 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
96
97 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
98 x_gtk_file_dialog_help_text.
99
100 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
101 to x-gtk-use-old-file-dialog.
102 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
103 x_gtk_file_dialog_help_text.
104
105 * xfns.c (syms_of_xfns): Ditto.
106
107 2006-09-18 Kim F. Storm <storm@cua.dk>
108
109 * window.c (Fwindow_line_visibility): Remove.
110 (Fwindow_line_height): New defun replacing it.
111 (syms_of_window): Defsubr it.
112
113 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
114
115 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
116 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
117
118 2006-09-17 Jay Belanger <belanger@truman.edu>
119
120 * gmalloc.c:
121 * md5.c:
122 * md5.h:
123 * strftime.c: Replace "GNU Library General Public License" by "GNU
124 General Public License" throughout.
125
126 2006-09-17 Kim F. Storm <storm@cua.dk>
127
128 * dispnew.c (update_text_area): Undo 2000-07-18 change.
129 Always redrawing whole row if line has mouse-face in it causes
130 excessive flickering of the mode line.
131
132 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
133
134 * search.c (clear_regexp_cache): New function.
135
136 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
137
138 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
139
140 * gtkutil.c (xg_get_file_with_chooser):
141 Check x-gtk-show-chooser-help-text before adding the help text.
142
143 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
144
145 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
146 will simply crash if we fail.
147
148 2006-09-16 Richard Stallman <rms@gnu.org>
149
150 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
151
152 2006-09-15 Kim F. Storm <storm@cua.dk>
153
154 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
155 (syms_of_window): Defsubr it.
156 (Fwindow_end): Use window's buffer rather than current buffer.
157
158 2006-09-15 Jay Belanger <belanger@truman.edu>
159
160 * COPYING: Replace "Library Public License" by "Lesser Public
161 License" throughout.
162
163 2006-09-15 David Kastrup <dak@gnu.org>
164
165 * Makefile.in (keymap.o): Add "keymap.h" and "window.h"
166 dependencies.
167
168 * keymap.c: include "window.h".
169 (Fcommand_remapping): New optional POSITION argument.
170 (Fkey_binding): New optional POSITION argument. Completely rework
171 handling of mouse clicks to get the same order of keymaps as
172 `read-key-sequence' and heed POSITION. Also temporarily switch
173 buffers to location of mouse click and back.
174
175 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
176 for additional argument.
177 (parse_menu_item): Adjust call of `Fkey_binding' for additional
178 argument.
179 (read_key_sequence): If there are both `local-map' and `keymap'
180 text properties at some buffer position, heed both.
181
182 * keymap.h: Declare additional optional arguments of
183 `Fcommand_remapping' and `Fkey_binding'.
184
185 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
186
187 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
188
189 2006-09-14 Andreas Schwab <schwab@suse.de>
190
191 * print.c: Whitespace fixup.
192
193 2006-09-14 Kim F. Storm <storm@cua.dk>
194
195 * xdisp.c (produce_image_glyph): Automatically crop wide images at
196 right window edge so we can draw the cursor on the same row to
197 avoid confusing redisplay by placing the cursor outside the visible
198 window area.
199
200 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
201
202 * xterm.c (x_initialize): Don't install Xt event timer here.
203 (x_timeout_atimer_activated_flag): New var.
204 (x_activate_timeout_atimer): New function to install Xt timer.
205 (x_send_scroll_bar_event, x_process_timeouts): Use it.
206
207 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
208 (create_and_show_popup_menu, create_and_show_dialog): Use it.
209
210 * xterm.h (x_activate_timeout_atimer): Add prototype.
211
212 2006-09-13 Richard Stallman <rms@gnu.org>
213
214 * print.c (print_string): When printcharfun is t,
215 copy string contents and call strout on the copy.
216
217 * keyboard.c (read_char): If end_time specified, don't put the
218 event into this_command_keys.
219 (read_key_sequence): If Voverriding_terminal_local_map is specified,
220 don't check Voverriding_local_map at all.
221
222 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * textprop.c (Fnext_property_change, Fnext_single_property_change)
225 (Fprevious_property_change, Fprevious_single_property_change):
226 Avoid changing limit, so we can correctly catch the case where the
227 property is constant up to limit.
228
229 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
230
231 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
232 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
233 Undo 2006-09-08 change.
234
235 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
236
237 * keymap.c (Fkey_binding): Use string position for string objects.
238
239 2006-09-11 Kim F. Storm <storm@cua.dk>
240
241 * keymap.c (Fkey_binding): Fix last change.
242
243 * editfns.c (Fmessage): Recommend using (message "%s" ...).
244
245 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
246
247 * keymap.c (Fkey_binding): Check for local keymap for mouse click
248 events.
249
250 2006-09-10 Kim F. Storm <storm@cua.dk>
251
252 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
253 and Vunread_post_input_method_events.
254
255 * dispnew.c (Fredisplay): Document return value.
256
257 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
258
259 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
260
261 * gtkutil.c (xg_display_close): Always change default display if needed,
262 check for < Gtk+ version 2.10 before calling gdk_display_close.
263
264 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
265
266 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
267 Make variable `ofds' static. Remove variable `maxfd'.
268
269 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
270 Call check_mac.
271
272 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
273 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
274 Apply 2006-09-08 change for xmenu.c.
275
276 * xfns.c (Fx_file_dialog): Call check_x.
277
278 2006-09-10 Kim F. Storm <storm@cua.dk>
279
280 * xdisp.c (get_window_cursor_type): Use hollow cursor on
281 non-transparent images.
282
283 2006-09-09 Eli Zaretskii <eliz@gnu.org>
284
285 * editfns.c (Fsystem_name): Mention "host" in the doc string.
286 (syms_of_editfns) <system-name>: Likewise.
287
288 2006-08-27 Martin Rudalics <rudalics@gmx.at>
289
290 * xdisp.c (mouse_autoselect_window): Remove.
291 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
292
293 * dispextern.h (mouse_autoselect_window): Remove extern.
294 (Vmouse_autoselect_window): Add extern.
295
296 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
297 instead of mouse_autoselect_window.
298
299 * msdos.c (dos_rawgetc): Likewise.
300
301 * w32term.c (w32_read_socket): Likewise.
302
303 * xterm.c (handle_one_xevent): Likewise.
304
305 2006-09-08 Richard Stallman <rms@gnu.org>
306
307 * xdisp.c (Vmenu_updating_frame): Define here.
308 (syms_of_xdisp): DEFVAR it here.
309 (update_menu_bar): Always return hooks_run.
310 Set Vmenu_updating_frame.
311
312 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
313 before calculating SELECTED_FRAME.
314
315 * xmenu.c (Vmenu_updating_frame): Don't define here.
316 (syms_of_xmenu): Don't DEFVAR it here.
317
318 * xterm.c (x_error_quitter): For BadName error, just return.
319
320 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
321
322 * casetab.c (init_casetab_once): Call set_case_table.
323
324 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
325
326 * process.c (inhibit_sentinels): New variable.
327 (exec_sentinel): Test inhibit_sentinels.
328 (init_process): Initialize it.
329
330 * process.h (inhibit_sentinels): Add decl.
331
332 * search.c (looking_at_1, string_match_1, search_command):
333 Make syntax table's canon table point to eqv table.
334
335 2006-09-08 Andreas Schwab <schwab@suse.de>
336
337 * print.c (strout): Fix whitespace.
338
339 2006-09-08 Kim F. Storm <storm@cua.dk>
340
341 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
342
343 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
344
345 * mac.c [!MAC_OSX]: Don't include keyboard.h.
346 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
347 in the same BLOCK_INPUT block, in case that some input has already
348 been read asynchronously. Pretend to be interrupted by a signal
349 if some input is available.
350 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
351 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
352 Now used for ReceiveNextEvent timeout instead of select timeout.
353 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
354 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
355 support. Quit event loop.
356 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
357 connect support. Reuse previously allocated CFRunLoopSource.
358 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
359 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
360
361 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
362 Specify kWindowAsyncDragAttribute.
363
364 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
365 (mac_get_ideal_size): New functions.
366 (x_set_offset, x_set_window_size, x_make_frame_visible)
367 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
368 (install_window_handler, mac_handle_window_event)
369 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
370 kEventWindowBoundsChanged.
371 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
372 DragWindow.
373
374 2006-09-07 Andreas Schwab <schwab@suse.de>
375
376 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
377 use lib64 instead of lib.
378
379 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * Makefile.in: Avoid double quotes when possible.
382
383 2006-09-06 Kenichi Handa <handa@m17n.org>
384
385 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
386 a Lisp string from the result of emacs_memftimeu call.
387
388 2006-09-06 Kim F. Storm <storm@cua.dk>
389
390 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
391 so calculate heights even when pos-visible-in-window-p is called
392 with partially = t. Don't overshoot last_visible_y in move_it_to.
393 Return row height and row number in new rowh and vpos args.
394 (cursor_row_fully_visible_p): First line is always "fully visible".
395 (try_window): Don't clear matrix if vscrolled.
396
397 * lisp.h (pos_visible_p): Update prototype.
398
399 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
400 Return row height and row number for partially visible rows.
401 Modify return value to a 2 element list for fully visible rows and
402 6 for partially visible row.
403 (window_scroll_pixel_based): Use pos_visible_p directly instead of
404 Fpos_visible_in_window_p. Fix auto vscrolling for partially
405 visible lines. Only vscroll backwards if already vscrolled
406 forwards. Unconditionally vscroll forwards if PT is first (and
407 only) line. Set new window start instead of scrolling at
408 start/end of tall line.
409
410 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
411
412 * macterm.c (install_window_handler, mac_handle_window_event)
413 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
414 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
415 ASCII keystroke event.
416
417 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
418
419 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
420 the file chooser message. Only call gtk_file_chooser_set_current_name
421 when action is SAVE.
422
423 2006-09-04 Andreas Schwab <schwab@suse.de>
424
425 * Makefile.in: Double all single and back quotes in C-style
426 comments to help fontifier.
427
428 2006-09-03 Jason Rumney <jasonr@gnu.org>
429
430 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
431 (globals_of_w32): Register it as a signal handler.
432
433 2006-09-02 Juri Linkov <juri@jurta.org>
434
435 * marker.c (Fmarker_position): Doc fix.
436
437 2006-09-03 Eli Zaretskii <eliz@gnu.org>
438
439 * window.c (syms_of_window) <split-height-threshold>:
440 <window-min-height, window-min-width>: Doc fix.
441
442 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
443
444 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
445 for writing files. Call gtk_file_chooser_set_current_name to keep
446 default filename.
447
448 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
449
450 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
451
452 * fns.c (concat) [__GNUC__]: Declare with
453 `__attribute__((noinline))'.
454
455 * eval.c (apply1, call2) [__GNUC__]: Declare with
456 `__attribute__((noinline))'.
457
458 2006-09-02 Stuart D. Herring <herring@lanl.gov>
459
460 * minibuf.c (Finternal_complete_buffer): New function.
461 (syms_of_minibuf): Defsubr it.
462 (Fread_buffer): Use it, instead of Vbuffer_alist.
463
464 2006-09-01 Martin Rudalics <rudalics@gmx.at>
465
466 * buffer.h (struct buffer_text): New field chars_modiff.
467 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
468 * buffer.c (Fbuffer_chars_modified_tick): New function returning
469 value of BUF_CHARS_MODIFF.
470 (syms_of_buffer): Defsubr it.
471 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
472 * insdel.c (modify_region): New argument preserve_chars_modiff.
473 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
474 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
475 (adjust_after_replace, adjust_after_replace_noundo)
476 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
477 * lisp.h (modify_region): Add fourth argument in extern.
478 * casefiddle.c (casify_region): Call modify_region with fourth
479 argument zero to assert that CHARS_MODIFF is updated.
480 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
481 (Ftranspose_regions): Likewise.
482 * textprop.c (Fadd_text_properties, Fset_text_properties)
483 (Fremove_text_properties, Fremove_list_of_text_properties):
484 Call modify_region with fourth argument 1 to avoid that
485 CHARS_MODIFF is updated.
486
487 2006-08-31 Richard Stallman <rms@gnu.org>
488
489 * editfns.c (Fformat): Don't sign-extend for %o or %x.
490
491 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
492
493 * indent.c (Fvertical_motion): Don't move back if we were
494 displaying a Lisp string, either.
495
496 2006-08-28 Kim F. Storm <storm@cua.dk>
497
498 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
499 Don't attempt to replace cursor on image glyphs.
500
501 2006-08-28 Kenichi Handa <handa@m17n.org>
502
503 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
504 docstring about ISO-2022 control characters.
505
506 2006-08-28 Kim F. Storm <storm@cua.dk>
507
508 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
509 with a hollow box cursor if image is larger than 32x32 (or the default
510 frame font if that is bigger). Replace any other cursor on images
511 with hollow box cursor, as redisplay doesn't support bar and hbar
512 cursors on images.
513
514 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
515
516 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
517 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
518
519 * dired.c (directory_files_internal_unwind, directory_files_internal)
520 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
521
522 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
523 of OSErr.
524
525 * keyboard.c (in_sighandler): Remove variable.
526 (Fcurrent_idle_time): Add missing `doc:'.
527 (input_available_signal, init_keyboard): Undo previous change.
528
529 * keyboard.h (in_sighandler): Remove extern.
530
531 * mac.c (create_apple_event_from_event_ref, select)
532 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
533 (Fmac_set_file_type, cfstring_create_normalized)
534 (mac_get_system_locale, select_and_poll_event, sys_select):
535 Use OSStatus instead of OSErr.
536
537 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
538 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
539 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
540
541 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
542 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
543 (get_scrap_private_timestamp, get_scrap_target_type_list)
544 (x_own_selection, x_get_foreign_selection)
545 (Fx_disown_selection_internal, Fx_selection_owner_p)
546 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
547
548 * macterm.c (mac_draw_string_common, mac_query_char_extents)
549 (x_iconify_frame, XLoadQueryFont, install_window_handler)
550 (mac_handle_command_event, init_command_handler, init_menu_bar):
551 Use OSStatus instead of OSErr.
552 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
553 FRAME_FILE_NAME.
554 (x_query_font): Apply 2006-08-04 change for xterm.c.
555 (Qhi_command): Rename from Qhicommand. All uses changed.
556
557 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
558 file_name.
559 (FRAME_FILE_NAME): Remove macro.
560 (install_window_handler, create_apple_event_from_event_ref):
561 Return OSStatus instead of OSErr.
562
563 2006-08-26 Kim F. Storm <storm@cua.dk>
564
565 * buffer.c (Fset_buffer_multibyte):
566 * editfns.c (Fcurrent_time, Fget_internal_run_time):
567 * macfns.c (Fxw_color_values):
568 * w32fns.c (Fxw_color_values):
569 * xfns.c (Fxw_color_values): Simplify; use list3.
570
571 * fileio.c (Fmake_directory_internal, Fdelete_directory)
572 (Fdelete_file): Simplify; use list1.
573 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
574 Simplify; remove NO_ARG_ARRAY stuff, use list2.
575
576 2006-08-25 Richard Stallman <rms@gnu.org>
577
578 * buffer.c (Fswitch_to_buffer): Fix previous change.
579
580 2006-08-25 Kim F. Storm <storm@cua.dk>
581
582 * keyboard.c (Fcurrent_idle_time): Simplify.
583
584 2006-08-25 Richard Stallman <rms@gnu.org>
585
586 * fns.c (sxhash_string): Rotate properly; don't lose bits.
587
588 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
589
590 * xdisp.c (overline_margin): New variable.
591 (x_produce_glyphs): Use it.
592 (syms_of_xdisp): DEFVAR_INT it.
593
594 * xterm.c (x_underline_at_descent_line): New variable.
595 (syms_of_xterm): DEFVAR_BOOL it.
596 (x_draw_glyph_string): Use it.
597 Draw underline and overline up to the end of line if the face
598 extends to the end of line.
599
600 * macterm.c: Likewise.
601
602 * w32term.c: Likewise.
603
604 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
605
606 * buffer.c (Fswitch_to_buffer): Move buffer to front of
607 buffer-alist if necessary.
608
609 2006-08-22 Kim F. Storm <storm@cua.dk>
610
611 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
612 number of items changes.
613
614 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
617
618 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
619
620 * keyboard.c: Clarify difference between in_sighandler and
621 handling_signal.
622
623 2006-08-21 Kim F. Storm <storm@cua.dk>
624
625 * macterm.c (x_draw_stretch_glyph_string):
626 * w32term.c (x_draw_stretch_glyph_string):
627 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
628 stretch glyph in left marginal areas on header and mode lines.
629
630 2006-08-21 Kenichi Handa <handa@m17n.org>
631
632 * keyboard.c (syms_of_keyboard): Docstring of
633 Vunread_post_input_method_events and Vunread_input_method_events
634 fixed.
635
636 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
637
638 * keyboard.c (show_help_echo): Preserve mouse movement flag if
639 tracking mouse.
640
641 2006-08-20 Richard Stallman <rms@gnu.org>
642
643 * xfaces.c (load_pixmap): Add quotes in error message.
644
645 * keyboard.c (Fcurrent_idle_time): New function.
646 (syms_of_keyboard): defsubr it.
647
648 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
649
650 * window.c (Fset_window_fringes): Do nothing on a tty.
651 (Fwindow_fringes): Put ? operator after the line break.
652
653 2006-08-16 Andreas Schwab <schwab@suse.de>
654
655 * print.c (debug_output_compilation_hack): Fix return type.
656
657 2006-08-16 Richard Stallman <rms@gnu.org>
658
659 * print.c (debug_output_compilation_hack): New function.
660
661 2006-08-16 Kenichi Handa <handa@m17n.org>
662
663 * fileio.c (choose_write_coding_system): Use LF for end-of-line
664 in auto-saving.
665
666 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
667
668 * keyboard.c (read_char): Don't change idle timer state at all if
669 end_time is supplied.
670
671 2006-08-15 Kenichi Handa <handa@m17n.org>
672
673 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
674 is exhausted, return with RET.
675 (detect_coding_emacs_mule, detect_coding_iso2022)
676 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
677 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
678 change.
679
680 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
681
682 * keyboard.c (read_char): Don't reset idle timers if a time limit
683 is supplied.
684
685 2006-08-14 Kim F. Storm <storm@cua.dk>
686
687 * .gdbinit (pitx): Print iterator position.
688 Limit stack dump in case iterator is not initialized.
689
690 2006-08-12 Eli Zaretskii <eliz@gnu.org>
691
692 * frame.c (Fmouse_position, Fmouse_pixel_position)
693 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
694
695 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
696
697 * xselect.c (Fx_register_dnd_atom): New function.
698 (syms_of_xselect): Defsubr it.
699 (x_handle_dnd_message): Check that message_type is in
700 dpyinfo->x_dnd_atoms before generating lisp event.
701
702 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
703 of drag and drop Atoms.
704
705 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
706
707 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
708
709 * keyboard.c: Define in_sighandler.
710 (input_available_signal): Set in_sighandler.
711 (init_keyboard): Initialize in_sighandler.
712
713 * keyboard.h: Declare in_sighandler.
714
715 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
716 to check if mutex should be locked or not.
717
718 2006-08-09 Richard Stallman <rms@gnu.org>
719
720 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
721 (read_key_sequence): Always start fkey.start and fkey.end at 0,
722 and likewise for keytran.
723
724 2006-08-09 Kenichi Handa <handa@m17n.org>
725
726 * coding.c (syms_of_coding): Improve the docstring
727 file-coding-system-alist.
728
729 2006-08-07 Andreas Schwab <schwab@suse.de>
730
731 * puresize.h (BASE_PURESIZE): Increase to 1120000.
732
733 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
734
735 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
736 (Fkill_all_local_variables): Use it.
737 (syms_of_buffer): Defvar it.
738
739 2006-08-05 Eli Zaretskii <eliz@gnu.org>
740
741 * w32.c (w32_valid_pointer_p): New function.
742
743 * w32.h: Add prototype for w32_valid_pointer_p.
744
745 * alloc.c: Include w32.h.
746 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
747 the job.
748
749 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
750 is exactly equal to end_time, not only when it is past that.
751
752 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
753
754 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
755
756 * process.c: Reapply 2006-08-01 change.
757
758 2006-08-04 Eli Zaretskii <eliz@gnu.org>
759
760 * w32fns.c (w32_query_font): Fix last change: use stricmp.
761
762 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
765 the before-change-functions since they may have altered the buffer.
766
767 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
768
769 * w32fns.c (w32_createwindow): Handle -geometry command line option
770 and the geometry settings in the Registry.
771
772 2006-08-04 Kenichi Handa <handa@m17n.org>
773
774 * w32fns.c (w32_query_font): Compare names by ignoring case.
775
776 * xterm.c (x_query_font): Compare names by ignoring case.
777
778 2006-08-03 Jason Rumney <jasonr@gnu.org>
779
780 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
781 when no option selected.
782
783 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
784
785 * process.c: Revert last change.
786
787 2006-08-01 Kim F. Storm <storm@cua.dk>
788
789 * process.c (wait_reading_process_output_unwind): New function.
790 Restores waiting_for_user_input_p to saved value.
791 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
792 instead of save/restore old value on stack.
793
794 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
795
796 * editfns.c: Undo 2006-06-27 change.
797
798 2006-07-29 Eli Zaretskii <eliz@gnu.org>
799
800 * coding.c (Ffind_operation_coding_system): Revert the change from
801 2006-05-29.
802
803 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
804
805 2006-07-28 Richard Stallman <rms@gnu.org>
806
807 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
808 Add conditional aborts for clarity.
809
810 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
811 Used to avoid running the hooks over and over for each frame.
812 (prepare_menu_bars): Pass value from update_menu_bar
813 as HOOKS_RUN of next call.
814
815 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
816
817 2006-07-28 Kim F. Storm <storm@cua.dk>
818
819 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
820 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
821
822 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
823
824 * keyboard.c (read_char): New arg END_TIME specifying timeout.
825 All callers changed. Turn off echoing if END_TIME is non-NULL.
826 (kbd_buffer_get_event): New arg END_TIME.
827
828 * lread.c (read_filtered_event): New arg SECONDS to wait until.
829 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
830
831 * lisp.h: Update read-char, read-event, and read_filtered_event
832 prototypes.
833
834 * keyboard.h: Include systime.h. Update read_char prototype.
835
836 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
837
838 * alloc.c (find_string_data_in_pure): New function.
839 (make_pure_string): Use it to reuse existing string data if possible.
840
841 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
842
843 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * keymap.c (Fdefine_key): If the key binding definition looks like an
846 XEmacs-style key sequence, convert it to Emacs's format.
847
848 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
849
850 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
851 parameters are bound to some values, use that instead of
852 CW_USEDEFAULT.
853
854 2006-07-21 Eli Zaretskii <eliz@gnu.org>
855
856 * w32.c (convert_time): Use explicit long double constants to
857 ensure long double arithmetics is used throughout.
858
859 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
860
861 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
862 (init_alloc_once): Initialize them.
863 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
864 without alignment.
865
866 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
867
868 2006-07-18 Francis Litterio <franl@world.std.com>
869
870 * w32term.c (x_calc_absolute_position): Fix frame positioning
871 with negative X/Y coordinates.
872
873 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
874
875 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
876
877 * textprop.c (text_read_only): Likewise.
878
879 * lread.c (end_of_file_error): Likewise.
880
881 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
882 Likewise.
883
884 * eval.c (unwind_to_catch): Likewise.
885
886 * buffer.h (buffer_slot_type_mismatch): Likewise.
887
888 2006-07-18 Kim F. Storm <storm@cua.dk>
889
890 Cleanup Fsignal calls that never returns; now only use it for Qquit.
891
892 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
893 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
894 (signal_error): New no-return function (from xfaces.c).
895 (Fthrow): Use xsignal2 instead of Fsignal + abort.
896 (error): Use xsignal1 instead of Fsignal + abort.
897 (FletX, Flet, grow_specpdl): Use signal_error.
898 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
899
900 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
901 (list1): New function.
902
903 * lisp.h (list1): Add EXFUN.
904 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
905 Add prototypes. Mark them as no-return.
906
907 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
908 Use xsignal1.
909
910 * callint.c (check_mark): Use xsignal0.
911
912 * casefiddle.c (casify_object): wrong_type_argument is no-return.
913
914 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
915
916 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
917 (Fdefine_coding_system_internal): Use xsignal1.
918
919 * data.c (circular_list_error): Use xsignal.
920 (wrong_type_argument): Use xsignal2. Don't care about return value.
921 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
922 Remove loop around Fsignal.
923 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
924 (indirect_function, Findirect_function, Fstring_to_number)
925 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
926 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
927 Use xsignal0.
928
929 * doc.c (Fdocumentation): Use xsignal1.
930
931 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
932
933 * fileio.c (report_file_error): Use xsignal.
934 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
935 (Finsert_file_contents): Use xsignal2.
936 (syms_of_fileio): Use list2, list3.
937
938 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
939 (range_error2, domain_error2): Use xsignal3.
940 (rounding_driver, fmod_float): Use xsignal0.
941 (float_error): Use xsignal1.
942 (matherr): Use xsignal.
943
944 * fns.c (Flength): wrong_type_argument is no-return.
945 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
946 (Fmd5): Use xsignal1.
947
948 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
949
950 * keyboard.c (recursive_edit_1): Use xsignal1.
951
952 * keymap.c (Fmap_keymap): Use xsignal1.
953
954 * lread.c (Fload): Use xsignal2, signal_error.
955 (end_of_file_error): Use xsignal0, xsignal1.
956 (read0): Use xsignal1.
957 (invalid_syntax): New error function marked no-return.
958 (read_integer, read1, read_list): Use it.
959
960 * macselect.c (x_get_local_selection): Use signal_error.
961
962 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
963
964 * search.c (compile_pattern_1): Use xsignal1.
965 (signal_failure): Remove (was only called once).
966 (search_command): Use xsignal1 instead of signal_failure.
967
968 * syntax.c (scan_lists): Use xsignal3.
969
970 * textprop.c (text_read_only): Use xsignal0, xsignal1.
971
972 * unexsol.c (unexec): Use xsignal.
973
974 * window.c (window_scroll_pixel_based, window_scroll_line_based):
975 Use xsignal0.
976
977 * xfaces.c (signal_error): Move to eval.c.
978 (resolve_face_name): Use xsignal1.
979
980 * xfns.c (x_decode_color): Use signal_error.
981
982 * xselect.c (x_get_local_selection, copy_multiple_data)
983 (x_get_window_property_as_lisp_data)
984 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
985 (Fx_get_cut_buffer_internal): Use signal_error.
986
987 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
988
989 * macterm.c (XTread_socket): Undo previous change.
990
991 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
992
993 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
994 directly lookup keycode_to_xkeysym_table.
995 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
996 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
997 (XTread_socket): Use character codes to construct keypad key events.
998 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
999 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1000
1001 2006-07-17 Richard Stallman <rms@gnu.org>
1002
1003 * keyboard.c (Vcommand_error_function): New variable.
1004 (syms_of_keyboard): Defvar it.
1005 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1006
1007 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1008
1009 2006-07-17 Kim F. Storm <storm@cua.dk>
1010
1011 * xdisp.c (handle_single_display_spec): Ensure the right value of
1012 it->position is saved by push_it.
1013 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1014 (reseat_1): Don't setup it->object twice.
1015 (set_iterator_to_next): No need to set it->object after pop_it.
1016 (move_it_to): Explicitly check to see if last move reached to_charpos.
1017
1018 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1019
1020 * xdisp.c (display_mode_line): Preserve match data.
1021
1022 2006-07-14 Kim F. Storm <storm@cua.dk>
1023
1024 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1025 (init_winsock): Load them. Use ws2_32.dll.
1026 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1027 (sys_accept): Undo last change. Instead, set child status to
1028 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1029 sys_select will wakeup the reader thread.
1030 (_sys_wait_accept): New function used by reader thread to wait for
1031 an incoming connection on a server socket.
1032
1033 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1034
1035 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1036 server socket (FILE_LISTEN flag).
1037
1038 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1039
1040 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1041
1042 2006-07-14 Kim F. Storm <storm@cua.dk>
1043
1044 * w32.c: Fix high cpu load for server sockets.
1045 (pfn_WSAEventSelect): New function ptr.
1046 (init_winsock): Load it.
1047 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1048 char_avail event object to FD_ACCEPT.
1049 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1050 socket's char_avail event object to FD_READ|FD_CLOSE.
1051
1052 * w32.h (FILE_LISTEN): New filedesc flag value.
1053
1054 2006-07-13 Kim F. Storm <storm@cua.dk>
1055
1056 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1057 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1058 Simplify loops and use CAR for Bnth and Belt.
1059
1060 * data.c (Findirect_function): Optimize for no indirection.
1061
1062 * eval.c (Fthrow): Remove loop around Fsignal.
1063 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1064 Use original function name in all signaled errors.
1065 Simplify Fsignal calls (no return).
1066 (funcall_lambda): Simplify Fsignal calls (no return).
1067
1068 2006-07-13 Andreas Schwab <schwab@suse.de>
1069
1070 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1071 out_charpos.
1072
1073 2006-07-13 Kenichi Handa <handa@m17n.org>
1074
1075 * editfns.c (Fformat): Fix calculation of text property positions
1076 of format string.
1077
1078 2006-07-12 Kim F. Storm <storm@cua.dk>
1079
1080 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1081 (CAR_SAFE, CDR_SAFE): New macros.
1082 (ARRAYP, CHECK_ARRAY): New macros.
1083 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1084 (CHECK_WINDOW_CONFIGURATION): New macro.
1085 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1086 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1087 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1088 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1089 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1090 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1091 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1092 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1093
1094 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1095 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1096
1097 * callint.c (Fcall_interactively):
1098 * casefiddle.c (casify_object):
1099 * editfns.c (general_insert_function):
1100 * fns.c (Flength, Felt, Ffillarray):
1101 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1102
1103 * data.c (wrong_type_argument): Remove loop around Fsignal.
1104 (Farrayp, Fsequencep): Use ARRAYP.
1105 (Fcar): Use CAR.
1106 (Fcar_safe): Use CAR_SAFE.
1107 (Fcdr): Use CDR.
1108 (Fcdr_safe): Use CDR_SAFE.
1109 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1110 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1111 (Faset): Use CHECK_ARRAY.
1112
1113 * fns.c (Felt): Use CHECK_ARRAY.
1114 (concat): Use CHECK_NUMBER.
1115 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1116 (Fmemq): Use CHECK_LIST.
1117 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1118 (assq_no_quit): Use CAR_SAFE.
1119 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1120 Use CHECK_LIST_CONS.
1121 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1122
1123 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1124
1125 * casetab.c (check_case_table):
1126 * category.c (check_category_table):
1127 * marker.c (Fcopy_marker):
1128 * syntax.c (check_syntax_table):
1129 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1130
1131 * fns.c (Fcopy_sequence, concat):
1132 * fringe.c (Fdefine_fringe_bitmap):
1133 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1134
1135 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1136
1137 * keymap.c (Fdefine_key, Flookup_key):
1138 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1139
1140 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1141
1142 * search.c (Fset_match_data): Use CHECK_LIST.
1143
1144 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1145
1146 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1147 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1148
1149 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1150
1151 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1152
1153 * dired.c: Include blockinput.h.
1154 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1155
1156 * editfns.c: Include blockinput.h.
1157 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1158 getpwuid/getpwnam.
1159
1160 * fileio.c: Include blockinput.h.
1161 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1162 around getpwnam.
1163 (search_embedded_absfilename): Remove spurious xfree.
1164
1165 2006-07-11 Kim F. Storm <storm@cua.dk>
1166
1167 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1168 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1169 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
1170 Signal error if TIMEOUT is not a number.
1171 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1172 The rework of sit_for args also fixes several incorrect Qt args
1173 which should have been 1.
1174 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1175 detect_input_pending_run_timers.
1176
1177 * lisp.h (sit_for): Update prototype.
1178 (Fredisplay): Add EXFUN.
1179
1180 * dispextern.h (sit_for): Remove prototype.
1181
1182 * callint.c (Fcall_interactively):
1183 * minibuf.c (temp_echo_area_glyphs):
1184 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1185 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1186
1187 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1190
1191 2006-07-11 Kim F. Storm <storm@cua.dk>
1192
1193 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
1194 input is available. Fix test for redisplay_dont_pause non-nil.
1195 Specbind redisplay-dont-pause to t if FORCE non-nil.
1196
1197 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1200
1201 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1202 (Fsit_for): Function deleted.
1203
1204 * keyboard.c (command_loop_1, Fexecute_extended_command):
1205 Call sit_for instead of Fsit_for.
1206
1207 * minibuf.c (temp_echo_area_glyphs): Likewise.
1208
1209 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * syntax.c (Fforward_comment): Revert the reversion.
1212 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
1213
1214 2006-07-09 John Paul Wallington <jpw@pobox.com>
1215
1216 * syntax.c (Fforward_comment): Revert previous change.
1217
1218 2006-07-09 Kim F. Storm <storm@cua.dk>
1219
1220 * window.c (Fforce_window_update): Doc fix.
1221
1222 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1223
1224 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1225 directory unreadable for better user privacy.
1226
1227 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1230
1231 * lread.c (read_filtered_event): Remove `register' qualifier because it
1232 causes compilation problem with gcc-4.0.2-20051125 on amd64.
1233 (readevalloop): Remove unused var `bpos'.
1234 Yet another int/Lisp_Object mixup (YAILOM).
1235
1236 2006-07-07 Eli Zaretskii <eliz@gnu.org>
1237
1238 * keyboard.c (Fexecute_extended_command): Mention the argument
1239 PREFIXARG in the doc string.
1240
1241 2006-07-07 Kim F. Storm <storm@cua.dk>
1242
1243 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1244
1245 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1248 clash detection using the base buffer.
1249
1250 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1251
1252 2006-07-04 Kim F. Storm <storm@cua.dk>
1253
1254 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1255
1256 2006-07-04 Kenichi Handa <handa@m17n.org>
1257
1258 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1259 to update Voverriding_fontspec_alist.
1260
1261 2006-07-03 Richard Stallman <rms@gnu.org>
1262
1263 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1264
1265 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1266
1267 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1268
1269 * eval.c (Fdefvaralias): Doc fix.
1270
1271 2006-07-03 Kim F. Storm <storm@cua.dk>
1272
1273 * dispnew.c (sit_for): Fix preempt condition.
1274
1275 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * lread.c (read_filtered_event): Treat select-window just like
1278 switch-frame.
1279
1280 2006-07-02 Kim F. Storm <storm@cua.dk>
1281
1282 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1283 to ever fit the tool-bar,
1284 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1285 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1286 (redisplay_tool_bar): Only clear desired matrix if we actually
1287 change the tool-bar window height. Only try to make the tool-bar
1288 window bigger if there is actually room for it.
1289
1290 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
1291
1292 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
1293 SPI_GETWORKAREA to find the dimensions of the screen work area,
1294 and adjust vertical position of the frame in order to avoid being
1295 covered by the task bar.
1296
1297 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
1298 f->left_pos and SH_SHOW instead of f->top_pos in the call to
1299 CreateWindow. Record the actual position in f->left_pos and
1300 f->top_pos.
1301
1302 2006-06-30 John Paul Wallington <jpw@pobox.com>
1303
1304 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
1305 Doc fix - default value has changed.
1306
1307 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1308
1309 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
1310
1311 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
1312
1313 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
1314
1315 * macterm.c (Qeql): Add extern.
1316 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
1317 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
1318 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1319 Change keys of Vmac_atsu_font_table from strings to numbers.
1320 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
1321 (init_font_name_table) [USE_ATSUI]: Use it.
1322 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1323 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
1324 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
1325 only when saved_ts_script_language_on_focus coincides with
1326 Vmac_ts_script_language_on_focus.
1327 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
1328 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
1329 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
1330 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
1331
1332 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
1335 (Ffield_string_no_properties, Ffield_end): Mention
1336 args-out-of-range error condition in docstring.
1337
1338 2006-06-27 Kim F. Storm <storm@cua.dk>
1339
1340 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
1341
1342 2006-06-25 Kim F. Storm <storm@cua.dk>
1343
1344 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
1345 version 2.4 and later.
1346
1347 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * xfns.c (Fx_create_frame): Set font parameter directly instead of
1350 using x_default_parameter, since x_get_args clears the parm alist.
1351
1352 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1353
1354 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
1355 case-insensitively.
1356
1357 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
1358
1359 * lread.c (read_escape): When an unknown Unicode code point is
1360 encountered as a string or character escape, signal an error.
1361
1362 2006-06-23 Kim F. Storm <storm@cua.dk>
1363
1364 * .gdbinit (pitx): Dump iterator stack.
1365
1366 * xdisp.c (handle_composition_prop): Push iterator on stack.
1367 (set_iterator_to_next): Pop iterator at end of composition.
1368
1369 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1370
1371 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
1372 itself on DOS_NT platforms, if the old and new names are identical
1373 but for the letter-case.
1374
1375 2006-06-21 Kim F. Storm <storm@cua.dk>
1376
1377 * dispextern.h (struct it): Add `position' member to iterator stack.
1378 Rename `pos' member to `current'. Rearrange and add comments.
1379
1380 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
1381 if we get any overlays.
1382 (set_cursor_from_row): Don't clobber `end' if we rescan from
1383 start_string.
1384 (push_it, pop_it): Save it->position.
1385
1386 2006-06-19 Richard Stallman <rms@gnu.org>
1387
1388 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
1389 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
1390 for the case of a top-level window and the following minibuffer.
1391 Don't exit because of no `next' when there is a parent.
1392 Use the FIRST_ONLY feature when resizing following windows.
1393
1394 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
1395
1396 2006-06-17 Kim F. Storm <storm@cua.dk>
1397
1398 * dispnew.c (update_frame): Check for input pending on entry.
1399 (update_window, update_frame_1): Break loop if input is detected.
1400
1401 2006-06-16 Francis Litterio <flitterio@gmail.com>
1402
1403 * xterm.c (x_check_expected_move, handle_one_xevent)
1404 (x_set_offset, x_check_fullscreen): Extensive changes to make
1405 frame positioning deterministic under X.
1406
1407 * xterm.h (x_output): Added members left_before_move and
1408 top_before_move. Removed members expected_left and expected_top.
1409
1410 2006-06-16 Kim F. Storm <storm@cua.dk>
1411
1412 * dispextern.h (struct it): Add union to iterator stack to save
1413 image, composition, and stretch specific paramters.
1414
1415 * xdisp.c (next_overlay_string): Fix assert.
1416 (push_it, pop_it): Handle composition and stretch specific values.
1417 Only handle it->slice in image (for now).
1418 (back_to_previous_visible_line_start): Continue search if newline is
1419 part of a compisition. Simplify.
1420 (reseat_1): Set it->object to buffer.
1421 (set_iterator_to_next): Set it->object to string or buffer, when
1422 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
1423 (next_element_from_composition): Set it->object to buffer if not
1424 from string.
1425 (set_cursor_from_row): Only save start of string if not already
1426 done to handle multiple strings in a row.
1427
1428 * .gdbinit (pitx): Show composition parameters.
1429 (pgx, pg): New commands to print a glyph structure.
1430 (pgi, pgn): New commands to print specific/next glyph.
1431 (pgrowx, pgrow): New commands to print all glyphs in a row.
1432
1433 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1434
1435 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
1436 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
1437
1438 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
1439 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
1440 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
1441 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1442 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1443 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
1444 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
1445 Services functions to get size of main display in pixels.
1446
1447 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * xdisp.c (back_to_previous_visible_line_start):
1450 Reset it->continuation_lines_width.
1451
1452 2006-06-14 Richard Stallman <rms@gnu.org>
1453
1454 * eval.c (Fdefconst): Mark variable as risky.
1455
1456 * callproc.c (Fcall_process): Doc fix.
1457
1458 * window.c (adjust_window_trailing_edge): Don't break out of the loop
1459 because there's no next window, if there are parallel windows.
1460 Do break out when WINDOW is nil.
1461
1462 2006-06-14 Kim F. Storm <storm@cua.dk>
1463
1464 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
1465 iterator stack (instead of hardcoded number). Increase from 2 to
1466 4 to make room for propertized overlay strings before and after a
1467 display string, image or composition.
1468 (struct it): Add image_id and method members to iterator stack.
1469
1470 * xdisp.c (init_from_display_pos): Don't set it->method and
1471 overlay_string_index after pop_it. Add asserts.
1472 (handle_stop): Look for overlay strings around a display string,
1473 image, or composition. Handle properties on those strings.
1474 (next_overlay_string): Don't set string, pos or method after pop_it.
1475 (get_overlay_strings_1): Split from get_overlay_strings; don't
1476 modify it if no overlay strings are found.
1477 (get_overlay_strings): Use get_overlay_strings_1. Always set
1478 it->string and it->method.
1479 (push_it): Push it->image_id and it->method. Push it->object
1480 instead of it->string if method is GET_FROM_IMAGE.
1481 (pop_it): Pop it->image_id and it->method. Ppo it->object
1482 instead of it->string if method is GET_FROM_IMAGE.
1483 Reset it->current.string_pos if popped it->string is nil.
1484 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
1485 whether a given change was correct; but the change is correct.
1486 Clear it->string_from_display_prop_p.
1487 (set_iterator_to_next): Rely on it->method and it->image_id from
1488 iterator stack, instead of setting them explicitly after pop_it.
1489
1490 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
1491 negative time forces redisplay even when input is available.
1492 (Fsit_for): Doc fix.
1493
1494 2006-06-13 Kim F. Storm <storm@cua.dk>
1495
1496 * dispnew.c: Modify preemptive redisplay to be based on periodic
1497 checks for input.
1498 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
1499 (Vredisplay_preemption_period): New variable.
1500 (syms_of_display): DEFVAR_LISP and initialize it.
1501 (preemption_period, preemption_next_check): New variables.
1502 (update_frame, update_single_window): Initialize them based on
1503 Vredisplay_preemption_period if !force_p.
1504 (update_window, update_frame_1): Use them to determine when to
1505 check for input.
1506
1507 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
1508
1509 * lread.c (read_escape): Provide a Unicode character escape
1510 syntax; \u followed by exactly four or \U followed by exactly
1511 eight hex digits in a comment or string is read as a Unicode
1512 character with that code point.
1513
1514 2006-06-09 Eli Zaretskii <eliz@gnu.org>
1515
1516 * window.c (window_scroll_pixel_based): Signal "Beginning of
1517 buffer" when scroll-down at the beginning of an empty buffer.
1518
1519 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1522 Exclude 0x7f from ASCII range.
1523
1524 2006-06-05 Jason Rumney <jasonr@gnu.org>
1525
1526 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
1527 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
1528 (x_scroll_bar_report_motion): Remove workarounds for
1529 versions of Windows NT < 3.51.
1530 [!SIF_ALL]: Remove.
1531 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
1532 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
1533
1534 2006-06-04 David Kastrup <dak@gnu.org>
1535
1536 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
1537 `sit-for'.
1538
1539 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1540
1541 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
1542
1543 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
1544
1545 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
1546 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
1547 [USE_MAC_TSM]: Likewise.
1548 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
1549 (Qbefore_string) [USE_MAC_TSM]: Add extern.
1550 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
1551 ActivateTSMDocument/DeactivateTSMDocument.
1552 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
1553 (mac_handle_window_event) [USE_MAC_TSM]: Handle
1554 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1555 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
1556 (install_window_handler) [USE_MAC_TSM]: Install it. Register
1557 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1558 (keycode_to_xkeysym_table): Add entry for f16.
1559 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
1560 before/after passing keystroke event to toolbox dispatcher.
1561 (init_tsm) [USE_MAC_TSM]: New function.
1562 (mac_initialize) [USE_MAC_TSM]: Call it.
1563 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
1564
1565 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
1566
1567 2006-06-02 John Paul Wallington <jpw@gnu.org>
1568
1569 * xfns.c (x_set_name_internal): Set icon to `text', derived from
1570 name, when frame's icon_name isn't a string rather than only when
1571 it is nil.
1572
1573 2006-06-03 Eli Zaretskii <eliz@gnu.org>
1574
1575 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
1576 and not nil.
1577
1578 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
1581 string.
1582
1583 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1584
1585 * xdisp.c (next_element_from_composition): Set it->object to
1586 it->string if composition is coming from string.
1587 (set_cursor_from_row): Don't return 0 unless row displays a
1588 continued line.
1589 (dump_glyph): Dump composite glyph.
1590
1591 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1592
1593 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
1594
1595 2006-06-01 Richard Stallman <rms@gnu.org>
1596
1597 * window.c (Fsplit_window): Doc fix.
1598
1599 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1600
1601 * process.c (deleted_pid_list): New variable to store the pids
1602 of deleted processes. Declare it only if SIGCHLD is defined.
1603 (init_process): Initialize it.
1604 (syms_of_process): Staticpro it.
1605 (Fdelete_process): Add pid of the deleted process to it. Check after
1606 the addition and before the kill if the process is already stopped,
1607 in which case it is deleted from the list and not killed.
1608 (sigchld_handler): Define it only if SIGCHLD is. Search the process
1609 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
1610 Original idea by Stefan Monnier.
1611
1612 2006-06-01 Kim F. Storm <storm@cua.dk>
1613
1614 * dispnew.c (sit_for): Perform redisplay even if input is pending
1615 when redisplay-dont-pause is non-nil.
1616
1617 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1618
1619 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
1620 (XTread_socket): Remove obsolete comment.
1621
1622 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1623
1624 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
1625 menu-bar-open.
1626
1627 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1628
1629 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
1630 menu-bar-open.
1631
1632 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
1633
1634 2006-05-31 Juri Linkov <juri@jurta.org>
1635
1636 * minibuf.c (Vhistory_add_new_input): New variable.
1637 (read_minibuf): Use it.
1638 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
1639 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
1640
1641 2006-05-31 Kim F. Storm <storm@cua.dk>
1642
1643 * process.c (select_wrapper): Add wrapper around select to work around
1644 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
1645 select called from wait_reading_process_output.
1646
1647 2006-05-30 Andreas Schwab <schwab@suse.de>
1648
1649 * xmenu.c (Fmenu_bar_start): Return a value.
1650
1651 2006-05-30 Richard Stallman <rms@gnu.org>
1652
1653 * coding.c (Ffind_operation_coding_system): Doc fix.
1654
1655 2006-05-30 Eli Zaretskii <eliz@gnu.org>
1656
1657 * w32term.c (x_draw_hollow_cursor): Fix last change.
1658
1659 2006-05-29 Kim F. Storm <storm@cua.dk>
1660
1661 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
1662
1663 2006-05-29 Eli Zaretskii <eliz@gnu.org>
1664
1665 * coding.c (Ffind_operation_coding_system): Doc fix.
1666
1667 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1668
1669 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
1670 Call mac_set_font_info_for_selection if font panel is made visible.
1671
1672 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
1673 (mac_font_panel_visible_p, mac_show_hide_font_panel)
1674 [USE_MAC_FONT_PANEL]: New functions.
1675 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
1676 immediately if font panel is not visible.
1677
1678 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
1679 Add externs.
1680
1681 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * search.c (matcher_overflow): Mark as NO_RETURN.
1684
1685 * xterm.c (x_connection_closed): Likewise.
1686
1687 * sysdep.c (croak): Likewise.
1688
1689 * sound.c (sound_perror, alsa_sound_perror): Likewise.
1690
1691 * lisp.h (die, nsberror): Likewise.
1692
1693 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1694
1695 * sound.c (alsa_open, alsa_configure, alsa_write): Move
1696 assignment to err out of if-statement.
1697
1698 * gtkutil.c (menu_nav_ended): New function.
1699 (create_menus): Connect menu_nav_ended to "selection-done" to fix
1700 grabs.
1701
1702 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
1703
1704 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1705
1706 * charset.h (invalid_character): Mark as NO_RETURN.
1707
1708 2006-05-29 Kenichi Handa <handa@m17n.org>
1709
1710 * coding.c (Ffind_operation_coding_system): Call a function by
1711 safe_call1 instead of call1.
1712
1713 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * window.c (struct saved_window): Add `dedicated'.
1716 (Fset_window_configuration, save_window_save): Save/restore the
1717 `dedicated' flag.
1718
1719 2006-05-28 Kim F. Storm <storm@cua.dk>
1720
1721 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
1722 don't update w->cursor and return 0. Return 1 on success.
1723 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
1724 until it succeeds.
1725
1726 * dispextern.h (set_cursor_from_row): Update prototype.
1727
1728 2006-05-28 Kim F. Storm <storm@cua.dk>
1729
1730 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
1731 parameters. Adjust x and width in case cursor in on a partially
1732 visible stretch glyph on the left edge.
1733 (erase_phys_cursor): Don't erase into left fringe/margin in case
1734 previous cursor glyph is a partially visible stretch glyph on left.
1735
1736 * dispextern.h (get_phys_cursor_geometry): Update prototype.
1737
1738 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
1739 cursor and erasing cursor on partially visible stretch glyph on left.
1740 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
1741
1742 * macterm.c: Likewise.
1743
1744 * w32term.c: Likewise.
1745
1746 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1747
1748 * macselect.c (mac_handle_apple_event):
1749 Return errAEEventNotHandled if key binding is not found.
1750
1751 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1752
1753 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
1754 [__MINGW32__]: MinGW-specific declaration of `etext'.
1755
1756 * w32heap.c (etext, edata): Remove unused definitions.
1757
1758 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
1761 Incorporate the exclusive file-opening functionality into the behavior
1762 when OK-IF-ALREADY-EXISTS is nil.
1763 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
1764
1765 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1766
1767 * sound.c (alsa_configure): Move get period/buffer_size after
1768 setting hwparams.
1769
1770 2006-05-26 Kenichi Handa <handa@m17n.org>
1771
1772 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
1773 . BUFFER) in TARGET.
1774
1775 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * image.c (png_load): Don't call fclose on NULL.
1778
1779 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
1780
1781 * fns.c (Fyes_or_no_p):
1782 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
1783 only seven args.
1784
1785 2006-05-25 Juri Linkov <juri@jurta.org>
1786
1787 * lisp.h (Fread_from_minibuffer): Decrement number of args.
1788
1789 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
1790 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
1791
1792 * buffer.c (mode-line-format): Fix docstring.
1793
1794 2006-05-25 Richard Stallman <rms@gnu.org>
1795
1796 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
1797
1798 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1799
1800 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1801
1802 2006-05-24 Alan Mackenzie <acm@muc.de>
1803
1804 * lread.c (Vload_history): Enhance doc-string to say that the file
1805 is the absolute truename of the loaded file.
1806
1807 * lread.c (Vafter_load_alist): doc-string: state that an element
1808 now has a regexp to match file names, not a file name as such.
1809
1810 * lread.c (readevalloop): Call file-truename on the name for
1811 load-history, except at preloading time.
1812
1813 * lread.c (Fload): At preloading time, preserve the extension of
1814 the filename which goes into load-history. New var hist_file_name.
1815
1816 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
1817 function do-after-load-evaluation.
1818
1819 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1820
1821 * mac.c (ae_attr_table): New variable.
1822 (syms_of_mac): Intern and staticpro its elements.
1823 (mac_aelist_to_lisp): Also convert Apple event attributes.
1824 (mac_ae_put_lisp): New function.
1825 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
1826
1827 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
1828
1829 * macselect.c (Qemacs_suspension_id): New variable.
1830 (syms_of_macselect): Intern and staticpro it.
1831 (struct suspended_ae_info): New struct.
1832 (deferred_apple_events, defer_apple_events)
1833 (Fmac_process_deferred_apple_events): Use it.
1834 (suspended_apple_events): New variable.
1835 (mac_handle_apple_event_1): New function.
1836 (mac_handle_apple_event): Use it. Don't process previously
1837 suspended events.
1838 (cleanup_suspended_apple_events, get_suspension_id)
1839 (cleanup_all_suspended_apple_events): New functions.
1840 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
1841 at exit.
1842 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
1843 (Fmac_resume_apple_event): New defuns.
1844 (syms_of_macselect): Defsubr them.
1845
1846 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
1847 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
1848
1849 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
1850 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
1851 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
1852 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1853 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1854 Likewise.
1855 (typeUTF8Text, kEventParamWindowMouseLocation)
1856 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
1857 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
1858
1859 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1860
1861 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
1862 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
1863 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
1864 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
1865 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
1866 resource to backtranslate key with modifiers.
1867 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
1868
1869 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1870
1871 * xterm.c: Remove declarations already in xterm.h
1872
1873 * xterm.h: Add extern declarations for x_clear_errors,
1874 x_fully_uncatch_errors, x_catching_errors and
1875 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
1876
1877 2006-05-21 Richard Stallman <rms@gnu.org>
1878
1879 * xfaces.c (best_matching_font): Abort for best == NULL
1880 before we start to use it.
1881
1882 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
1883
1884 2006-05-20 Kim F. Storm <storm@cua.dk>
1885
1886 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
1887
1888 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1889
1890 * macterm.c (convert_fn_keycode): Fix last change.
1891
1892 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1893
1894 * w32.c (init_environment): Perform the processing of environment
1895 variables on a copy of default variables and their values, not on
1896 the original. Simplify code that calls ExpandEnvironmentStrings
1897 and make buf1[] and buf2[] more visible for easier debugging.
1898
1899 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1900
1901 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
1902
1903 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
1904
1905 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
1906
1907 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
1908 Forward keyUp events to toolbox_dispatcher.
1909
1910 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
1911
1912 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1913
1914 * config.in: Regenerated (HAVE_ALSA).
1915
1916 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
1917 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
1918 (snd_error_quiet, alsa_init): New functions.
1919 (vox_init): Return 0 if unable to open device.
1920 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
1921 a fallback.
1922 (struct sound_device): Add period_size.
1923 (wav_play, au_play): Use period_size if set.
1924
1925 * Makefile.in (CFLAGS_SOUND): New flags for ALSA
1926 (ALL_CFLAGS): Add CFLAGS_SOUND
1927
1928 2006-05-18 Kenichi Handa <handa@m17n.org>
1929
1930 * callproc.c (Fcall_process): Reject encoding arguments by
1931 ascii-incompatible coding systems (e.g. utf-16).
1932
1933 * coding.c (Qascii_incompatible): New variable.
1934 (syms_of_coding): Setup Qascii_incompatible.
1935 (setup_coding_system): Be sure to initialize coding->common_flags.
1936 Check `ascii-incompatible' property of the coding system.
1937
1938 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
1939
1940 2006-05-18 Kim F. Storm <storm@cua.dk>
1941
1942 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
1943 geometry when backtracking in case last image doesn't fit on line.
1944
1945 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1946
1947 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
1948 more than height of one frame default line.
1949
1950 2006-05-17 Richard Stallman <rms@gnu.org>
1951
1952 * xfaces.c (better_font_p): Any font beats no font.
1953 (best_matching_font): Simplify based on above change.
1954
1955 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
1956
1957 2006-05-16 Kim F. Storm <storm@cua.dk>
1958
1959 * xterm.c (handle_one_xevent): Check that f is not NULL before
1960 calling x_kill_gs_process.
1961
1962 2006-05-14 Richard Stallman <rms@gnu.org>
1963
1964 * textprop.c (Fnext_single_char_property_change)
1965 (Fprevious_single_char_property_change): Don't allow returning
1966 value beyond LIMIT in any cases.
1967 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
1968
1969 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
1970
1971 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1972
1973 * xterm.c (handle_one_xevent): Check that f is not NULL before
1974 calling _XEditResCheckMessages.
1975
1976 2006-05-14 Kim F. Storm <storm@cua.dk>
1977
1978 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
1979
1980 2006-05-13 Eli Zaretskii <eliz@gnu.org>
1981
1982 * frame.c (x_set_border_width): Fix error message to say "frame",
1983 not "window".
1984
1985 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
1986
1987 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * intervals.c (set_point_both): Fix mixup before before and after
1990 in variable names.
1991
1992 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
1993 while setting point temporarily.
1994
1995 2006-05-11 Richard Stallman <rms@gnu.org>
1996
1997 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
1998
1999 2006-05-11 Kim F. Storm <storm@cua.dk>
2000
2001 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2002
2003 2006-05-11 Kenichi Handa <handa@m17n.org>
2004
2005 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2006 while handling replace operation.
2007
2008 2006-05-10 Kenichi Handa <handa@m17n.org>
2009
2010 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2011 chosen for the default face was different from the frame font,
2012 adjust the frame font.
2013
2014 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2015
2016 * image.c (Qduration) [MAC_OS]: Undo previous change.
2017 (syms_of_image) [MAC_OS]: Likewise.
2018 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2019
2020 * macfns.c (x_to_mac_color): Fix shift amount change.
2021 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
2022 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2023
2024 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2025 Vmac_services_selection. All uses changed.
2026 (mac_store_service_event): Rename from mac_store_services_event in
2027 extern and calls.
2028
2029 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2030 changed.
2031 [MAC_OSX] (mac_store_service_event): Rename from
2032 mac_store_services_event. All callers changed.
2033 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2034 FACE_ID and C. All callers changed.
2035 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2036 mac_set_font_info_for_selection when focus frame is destroyed.
2037 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2038
2039 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2040 args in extern.
2041
2042 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * keymap.c (describe_map): Avoid generating duplicate entries if
2045 the shadowed binding has the same definition.
2046
2047 2006-05-09 Kenichi Handa <handa@m17n.org>
2048
2049 * keymap.c (push_key_description): Handle invalid character key.
2050
2051 2006-05-08 Kenichi Handa <handa@m17n.org>
2052
2053 * callproc.c (Fcall_process): Use system_eol_type for encoding
2054 arguments if eol_type is not yet decided.
2055
2056 * coding.h (system_eol_type): Extern it.
2057
2058 * coding.c (setup_coding_system): For invalid coding-system, set
2059 coding->eol_type to CODING_EOL_UNDECIDED.
2060 (encode_coding): Cancel previous change.
2061 (shrink_encoding_region): Likewise.
2062 (code_convert_region1): Likewise.
2063 (code_convert_string1): Likewise.
2064 (code_convert_string_norecord): Likewise.
2065
2066 * fileio.c (choose_write_coding_system): Use system_eol_type for
2067 encoding if eol_type is not yet decided.
2068
2069 * process.c (setup_process_coding_systems): Use system_eol_type
2070 for encoding if eol_type is not yet decided.
2071 (read_process_output): Likewise.
2072 (send_process): Likewise.
2073
2074 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2077
2078 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2079
2080 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2081 (syms_of_mac): Likewise for defsubr.
2082
2083 * macfns.c (mac_set_font): New function.
2084 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2085 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2086 kWindowToolbarButtonAttribute when creating window.
2087 (Fmac_clear_font_name_table): Move from macfns.c.
2088 (syms_of_macfns): Likewise for defsubr.
2089 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2090 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2091
2092 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2093 and build is done on Mac OS X 10.2 and later.
2094
2095 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2096 (mac_store_services_event): Change return type in extern.
2097
2098 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2099 FMFontFamily value.
2100 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2101 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2102 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2103 (QWindow) [MAC_OSX]: Likewise.
2104 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2105 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2106 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2107 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2108 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2109 (syms_of_macterm): Intern and staticpro them.
2110 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
2111 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2112 function.
2113 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2114 [MAC_OSX] (mac_store_services_event): Likewise.
2115 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2116 kEventWindowToolbarSwitchMode event.
2117 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2118 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2119 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2120 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2121 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2122
2123 * macterm.h (mac_set_font_info_for_selection): Add extern.
2124
2125 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2126
2127 * image.c (Qduration) [MAC_OS]: New variable.
2128 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2129 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2130 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2131 instead of cfstring_create_with_string.
2132
2133 2006-05-06 Kim F. Storm <storm@cua.dk>
2134
2135 * .gdbinit (xframe): Print frame name.
2136 (xlist): New command to print a list (max 10 elements).
2137 (xpr): Print lisp object of any type.
2138 (pitx): Print it->pixel_width.
2139
2140 2006-05-05 Kenichi Handa <handa@m17n.org>
2141
2142 * xdisp.c (handle_composition_prop): Fix for the case of empty
2143 composition component.
2144
2145 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2146
2147 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2148 from event->arg.
2149
2150 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2151 MAC_APPLE_EVENT.
2152
2153 * macterm.h (mac_make_lispy_event_code): Remove extern.
2154 (mac_post_mouse_moved_event): Add extern.
2155 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2156 `const AEDesc *' in externs.
2157 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2158
2159 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2160 `const AEDesc *'.
2161 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2162 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2163 Use xrealloc instead of repeated xmalloc/xfree.
2164 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2165 function.
2166
2167 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2168
2169 * macselect.c: Update copyright year.
2170 (mac_store_apple_event): Change return type to void in extern.
2171 (mac_handle_apple_event): Don't get return value from
2172 mac_store_apple_event.
2173 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2174 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2175 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2176 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2177 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2178 implementation using create_apple_event_from_drag_ref.
2179 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2180 (mac_do_receive_dragUPP): Move variables from macterm.c.
2181 (install_drag_handler, remove_drag_handler): New functions.
2182
2183 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2184 path select also for proxy icon click.
2185 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2186 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2187 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2188 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2189 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2190 macselect.c.
2191 (install_drag_handler, remove_drag_handler): Add extern.
2192 (mac_store_apple_event): Change return type to void. All uses changed.
2193 Create Lisp object from Apple event and store it into input event.
2194 (mac_make_lispy_event_code): Remove function.
2195 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2196 (install_window_handler): Call install_drag_handler.
2197 (remove_window_handler): Call remove_drag_handler.
2198
2199 2006-05-03 Richard Stallman <rms@gnu.org>
2200
2201 * sound.c (Fplay_sound_internal): Dynamically allocate
2202 current_sound_device and current_sound.
2203 (sound_cleanup): Free them.
2204
2205 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2206 when inside a keyboard macro.
2207
2208 2006-05-02 Andreas Schwab <schwab@suse.de>
2209
2210 * xmenu.c (restore_menu_items): Return a value.
2211
2212 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2213
2214 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2215 buffer when moving backwards.
2216
2217 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2218
2219 * dispnew.c (update_window): Don't set changed_p when mode/header
2220 line is updated.
2221
2222 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2223 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2224 Don't distinguish known faces from others.
2225
2226 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2227 through typeFileURL failed.
2228
2229 * macfns.c (mac_update_title_bar): New function.
2230 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
2231 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2232 Call mac_prepare_for_quickdraw.
2233
2234 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2235 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2236 (enum pcm_status): New enum.
2237 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2238 (XCharStructRow): Remove. Now validity is represented by
2239 non-negativeness of sum of ascent and descent.
2240 (struct MacFontStruct): Change type of member `rows'.
2241 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2242
2243 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2244 Adjust endpoints of strictly horizontal/vertical lines.
2245 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2246 (pcm_init, pcm_get_status): New functions.
2247 (x_per_char_metric, XLoadQueryFont): Use them instead of
2248 XCharStructRow and related macros.
2249 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2250 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2251 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2252 and window path pop-up menu on title bar.
2253 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2254
2255 * macterm.h (mac_update_title_bar): Add extern.
2256 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2257 (FRAME_FILE_NAME): New macro.
2258
2259 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2260
2261 2006-04-30 Richard Stallman <rms@gnu.org>
2262
2263 * keymap.c (Fdefine_key): Improve error message
2264 when KEY begins with a non-prefix key.
2265
2266 2006-04-30 Martin Rudalics <rudalics@gmx.at>
2267
2268 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2269 when we skipped backward over a generic comment.
2270
2271 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2272
2273 * .gdbinit (pp1, pv1): Only print value as expression is now
2274 printed out by gud-print.
2275 (pv1): Correct doc string.
2276
2277 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2280 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2281 keymap.c:895: error: address of register variable `def' requested.
2282
2283 2006-04-26 Jason Rumney <jasonr@gnu.org>
2284
2285 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2286
2287 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2288 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2289 where we preempt mouse_button_timer.
2290
2291 2006-04-25 Miles Bader <miles@gnu.org>
2292
2293 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2294
2295 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * process.h: Include headers for pid_t.
2298
2299 2006-04-24 Kim F. Storm <storm@cua.dk>
2300
2301 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
2302 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
2303 (produce_stretch_glyph): Assume that face box height and width is
2304 already included in stretch glyph size so caller doesn't have to
2305 consider the extra space otherwise added (fixes problem in ses.el).
2306
2307 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
2308 matrices to force recalculation of tool-bar height after font change.
2309
2310 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
2311 Clear it when done, so we don't accidentally draw a second copy of
2312 the tool-bar after resetting f->n_tool_bar_rows.
2313 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
2314 we recalculate f->n_tool_bar_rows.
2315
2316 2006-04-23 Lars Hansen <larsh@soem.dk>
2317
2318 * editfns.c (find_field): Fix comment.
2319 (Ffield_beginning): Fix bug when POS is at field beginning.
2320
2321 2006-04-22 Eli Zaretskii <eliz@gnu.org>
2322
2323 * puresize.h (BASE_PURESIZE): Increase to 1205000.
2324
2325 2006-04-21 Kim F. Storm <storm@cua.dk>
2326
2327 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
2328 window start is at BEGV.
2329
2330 * dispextern.h (struct image): New member `corners'.
2331 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
2332
2333 * image.c (four_corners_best): New arg CORNERS specifies what pixels
2334 to look at in case image has margin.
2335 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
2336 (image_background, image_background_transparent)
2337 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
2338 (gif_load): Set img->corners according to image's margin spec.
2339 Use img->corners values directly where applicable.
2340 Save image extension data in img->data.lisp_val.
2341 (gif_clear_image): New function to free img->data.lisp_val.
2342 (gif_type): Use it instead of generic x_clear_image.
2343 (Fimage_extension_data): New defun.
2344 (syms_of_image): Defsubr it.
2345
2346 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
2347
2348 * window.c (Fdisplay_buffer): Doc fix.
2349
2350 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2351
2352 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
2353
2354 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2355
2356 * image.c [MAC_OS] (xpm_load_image): Fill in background field
2357 while we have ximg handy.
2358
2359 * macmenu.c (restore_menu_items, save_menu_items): New functions
2360 from xmenu.c.
2361 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
2362 changes for xmenu.c.
2363
2364 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
2365 (add_mac_font_name): New function.
2366 (init_font_name_table): Use it. Adopt the first found font from
2367 those having the same family name.
2368
2369 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2370
2371 * xdisp.c (note_mouse_highlight): Use build_string.
2372
2373 2006-04-20 Lars Hansen <larsh@soem.dk>
2374
2375 * textprop.c (Fremove_list_of_text_properties):
2376 Ensure modify_region is called only when buffer is modified and that
2377 signal_after_change is allways called in that case.
2378
2379 * print.c (PRINTFINISH): Call signal_after_change.
2380
2381 2006-04-20 Kim F. Storm <storm@cua.dk>
2382
2383 * xdisp.c (redisplay_window): Fix last change.
2384
2385 * xdisp.c (redisplay_window): If current window start is not at the
2386 beginning of a line, select a new window start if buffer is modified
2387 and window start is in the modified region, but the first change is
2388 before window start.
2389
2390 2006-04-18 Richard Stallman <rms@gnu.org>
2391
2392 * xmenu.c (restore_menu_items, save_menu_items): New fns.
2393 (set_frame_menubar): Use save_menu_items. Save updated vector in
2394 the frame before unwinding it. Don't use unuse_menu_items.
2395 Don't use discard_menu_items.
2396 (digest_single_submenu): Abort if an item is not in a pane.
2397 (init_menu_items): Put the error check at the top.
2398
2399 * keymap.c (describe_map): Make "shadowed" warning more verbose.
2400
2401 * window.c (adjust_window_trailing_edge): Correctly distinguish
2402 series vs parallel cases, even when window has no parent.
2403
2404 * abbrev.c (record_symbol): New function.
2405 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
2406
2407 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2408
2409 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
2410 value of xmalloc.
2411
2412 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2413 (create_apple_event_from_event_ref, xrm_get_preference_database)
2414 (cfstring_create_normalized): Don't check return value of xmalloc.
2415
2416 * macselect.c (get_scrap_target_type_list, defer_apple_events)
2417 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
2418 return value of xmalloc/xrealloc.
2419
2420 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
2421 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
2422 (XLoadQueryFont, mac_store_apple_event): Don't check return value
2423 of xmalloc.
2424
2425 2006-04-17 Kim F. Storm <storm@cua.dk>
2426
2427 * window.c (coordinates_in_window): On the vertical border,
2428 calculate the row number measured from the top of the window, not
2429 the top of the frame.
2430 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
2431 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2432
2433 2006-04-16 Eli Zaretskii <eliz@gnu.org>
2434
2435 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
2436
2437 2006-04-16 Romain Francoise <romain@orebokech.com>
2438
2439 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
2440
2441 2006-04-16 Andreas Schwab <schwab@suse.de>
2442
2443 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2444
2445 2006-04-15 Romain Francoise <romain@orebokech.com>
2446
2447 * puresize.h (BASE_PURESIZE): Increment to 1210000.
2448
2449 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2450
2451 * print.c (Fprin1_to_string): Mention in the `doc' that the
2452 behavior is modified by `print-level' and `print-length'.
2453
2454 2006-04-13 Kenichi Handa <handa@m17n.org>
2455
2456 * coding.c (setup_coding_system): If eol-type is not yet decided
2457 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
2458 If coding_system is nil, return 0.
2459 (code_convert_region1): Even if coding_system is nil, don't skip
2460 conversion if system_eol_type is not LF.
2461 (code_convert_string1): Likewise.
2462 (code_convert_string_norecord): Likewise.
2463
2464 2006-04-13 Kenichi Handa <handa@m17n.org>
2465
2466 * coding.c (setup_coding_system): Fix previous change.
2467 (encode_coding): If eol_type is not yet decided, use system_eol_type.
2468 (shrink_encoding_region): If eol_type is not yet decided and
2469 system_eol_type is not LF, don't shrink.
2470
2471 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2472
2473 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
2474 line.
2475
2476 2006-04-12 Richard Stallman <rms@gnu.org>
2477
2478 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
2479
2480 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
2481 (Fprocess_send_eof): Abort if fail to open null device.
2482
2483 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2484
2485 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
2486
2487 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
2488 assignment used as truth value. Add explicit braces to avoid
2489 ambiguous `else'.
2490 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
2491
2492 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
2493 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
2494 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
2495 Put externs in #ifdef HAVE_X_WINDOWS.
2496 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
2497 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
2498 (init_mac_osx_environment) [MAC_OSX]: Add extern.
2499
2500 * mac.c (init_process): Remove undef.
2501 (select) [MAC_OSX]: Undefine before including sysselect.h.
2502 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
2503 Remove functions and prototypes.
2504 (parse_value): Add parentheses around + inside shift.
2505 (path_from_vol_dir_name): Make static.
2506 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
2507 [!MAC_OSX] (get_path_to_system_folder): Likewise.
2508 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
2509 variable `cCode'.
2510 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
2511 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
2512
2513 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
2514 (x_set_mouse_color): Remove unused variable `dpy'.
2515 (Fx_create_frame): Remove unused variable `x_frame_count'.
2516 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
2517 (x_sync): Move from macterm.c.
2518 (Fx_file_dialog): Remove unused variable `default_filter_index'.
2519
2520 * macmenu.c (min_menu_id): Make element type explicit.
2521
2522 * macselect.c (get_flavor_type_from_symbol): Remove unused
2523 variable `val'.
2524 (get_scrap_private_timestamp, x_get_foreign_selection)
2525 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
2526 (Fmac_process_deferred_apple_events): Remove unused variables
2527 `keyword', `reply', `apple_event', `count', and `err'.
2528
2529 * macterm.c: Don't include gnu.h.
2530 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
2531 (x_sync): Move to macfns.c.
2532 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
2533 variable `mask_bits'.
2534 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
2535 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
2536 (x_mac_to_emacs_modifiers): Remove function.
2537 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
2538 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
2539 Add explicit braces to avoid ambiguous `else'.
2540 (x_make_frame_visible): Remove unused variables `type',
2541 `original_top', and `original_left'.
2542 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
2543 (x_load_font): Remove unused variables `full_name', and `value'.
2544 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
2545 Remove functions.
2546 (do_zoom_window): Reorganize variables with respect to conditionals.
2547 (init_command_handler): Remove unused variable `err'.
2548 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
2549
2550 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
2551 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
2552 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
2553 (do_menu_choice, have_menus_p, x_real_positions)
2554 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
2555 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
2556 (free_frame_menubar): Add externs.
2557
2558 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
2559 (malloc, realloc, free): Add undefs.
2560 (read_load_commands): Remove unused variable `n' and `j'.
2561 (copy_data_segment): Remove unused variable `r'.
2562
2563 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
2564 within ||. Add explicit braces to avoid ambiguous `else'.
2565 (dump_glyph_row): Remove label for `inverse_p' from legend.
2566
2567 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
2568 Add explicit braces to avoid ambiguous `else'.
2569
2570 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2571
2572 * dispnew.c (init_display): Don't init X display if the user asked
2573 for a non-X display.
2574
2575 2006-04-12 Kenichi Handa <handa@m17n.org>
2576
2577 * coding.c (setup_coding_system): Use system_eol_type for default
2578 coding->eol_type.
2579
2580 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
2583
2584 * data.c (wrong_type_argument): Try to avoid compiler warnings due
2585 to the fact the function is now marked as NO_RETURN.
2586
2587 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2588
2589 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
2590
2591 2006-04-10 Romain Francoise <romain@orebokech.com>
2592
2593 * xrdb.c (gethomedir): Use xstrdup.
2594
2595 2006-04-10 Andreas Schwab <schwab@suse.de>
2596
2597 * xrdb.c (gethomedir): Make sure to always return a pointer that
2598 can be passed to free.
2599
2600 2006-04-09 Richard Stallman <rms@gnu.org>
2601
2602 * lisp.h (Fkill_emacs): Undo previous change.
2603
2604 2006-04-08 Richard Stallman <rms@gnu.org>
2605
2606 * search.c (boyer_moore): Test ch >= 0400, not >.
2607
2608 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * puresize.h (pure_write_error): Mark as NO_RETURN.
2611
2612 * lisp.h (args_out_of_range, args_out_of_range_3)
2613
2614 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2615
2616 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
2617 if a menu is active on this frame.
2618
2619 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * lisp.h (report_file_error): Mark as NO_RETURN.
2622
2623 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2624
2625 * alloc.c [STDC_HEADERS]: Include stddef.h.
2626
2627 * lisp.h (PSEUDOVECSIZE): Fix last change.
2628
2629 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2632 `raw_status_high', and `raw_status_low' with plain integers, and move
2633 them to the end of the structure.
2634
2635 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
2636 pseudovector's size field so only the Lisp_Object fields get GC'd.
2637
2638 * process.c (update_status, make_process, Fdelete_process)
2639 (Fprocess_status, list_processes_1, start_process_unwind)
2640 (create_process, Fmake_network_process, server_accept_connection)
2641 (wait_reading_process_output, send_process, Fprocess_running_child_p)
2642 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
2643 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
2644 `pid' and `raw_status'.
2645 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
2646 representing PIDs that are larger than most-positive-fixnum.
2647
2648 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
2649
2650 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
2651
2652 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2653
2654 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
2655
2656 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
2657
2658 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
2659 ../lib-src/b2m.c and ../lib-src/editfns.c.
2660 (Fcurrent_time_string): Use it.
2661 Document that the year might not consume 4 columns if it's outside
2662 the range 1000-9999.
2663 Check for asctime failure.
2664 Don't assume that the output string length is always exactly 24.
2665
2666 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2667
2668 * macterm.c (XTread_socket): Initialize variable `f' before its use.
2669
2670 2006-04-03 Kenichi Handa <handa@m17n.org>
2671
2672 * image.c: Include "charset.h" and "coding.h".
2673 (x_find_image_file): Return an encoded file name.
2674
2675 2006-04-01 Eli Zaretskii <eliz@gnu.org>
2676
2677 * configure: Regenerated.
2678
2679 2006-03-31 Kenichi Handa <handa@m17n.org>
2680
2681 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
2682
2683 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2684
2685 * xdisp.c (syms_of_xdisp): Fix variable name.
2686
2687 2006-03-30 Kenichi Handa <handa@m17n.org>
2688
2689 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
2690
2691 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * keyboard.c (process_tool_bar_item): Reorder dummy args.
2694
2695 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * keyboard.c (tool_bar_items): Use map_keymap.
2698 (process_tool_bar_item): Add dummy args to fit the required interface.
2699
2700 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2701
2702 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
2703 to zero before calling debug_print or safe_debug_print.
2704
2705 * print.c (print_output_debug_flag): New global variable.
2706 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
2707 OutputDebugString if print_output_debug_flag is zero.
2708
2709 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
2710
2711 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
2712 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
2713 (Fdecode_time): Cast tm_year to EMACS_INT.
2714 (Fcurrent_time_string): Report an invalid time specification if
2715 the argument is invalid. Also, check for out-of-range time stamps.
2716
2717 2006-03-24 Kim F. Storm <storm@cua.dk>
2718
2719 * xterm.c (handle_one_xevent):
2720 * w32term.c (w32_read_socket):
2721 * macterm.c (XTread_socket): Don't let key-press clear mouse face
2722 on in toolbar window if mouse-highlight is an integer.
2723
2724 * fns.c (sxhash_list): Include last non-nil CDR in hash.
2725
2726 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2727
2728 * macmenu.c (enum mac_menu_kind): New enum.
2729 (min_menu_id): New variable.
2730 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
2731 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
2732 min_menu_id and enumerators in enum mac_menu_kind.
2733 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
2734 All uses changed. Add range check for menu ID.
2735 (fill_menubar): Add range check for menu ID.
2736 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
2737 GetEventParameter.
2738 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
2739 for each menu kind.
2740
2741 2006-03-22 Kim F. Storm <storm@cua.dk>
2742
2743 * xdisp.c: Undo 2006-03-21 change.
2744
2745 * term.c: Define aliases for append_glyph and produce_stretch_glyph
2746 when `static' is defined to avoid name clash with those in xdisp.c.
2747
2748 * process.c (Faccept_process_output): Fix to comply with lisp
2749 reference. Change arg "timeout" to "seconds" and allow both
2750 integer and float value. Change arg "timeout-msec" to "millisec"
2751 and interpret" as milliseconds rather than microseconds. Fix doc
2752 string accordingly.
2753
2754 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
2755
2756 * xdisp.c (store_next_glyph): Rename from append_glyph.
2757 (generate_stretch_glyph): Rename from produce_stretch_glyph.
2758 All callers changed accordingly.
2759
2760 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2761
2762 * xterm.c: x_session_initialized new variable.
2763 (x_term_init): Use x_session_initialized to check if
2764 x_session_initialize should be called.
2765 (x_initialize): Initialize x_session_initialized.
2766
2767 2006-03-21 Kim F. Storm <storm@cua.dk>
2768
2769 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
2770 bitmap here, but ...
2771 (update_window_fringes): ... here, so we can test if it has changed.
2772
2773 2006-03-20 Andreas Schwab <schwab@suse.de>
2774
2775 * dispnew.c (init_display): Check DISPLAY here.
2776
2777 * emacs.c (main): Don't check here.
2778
2779 * xterm.c (x_display_ok): Don't use DISPLAY env var.
2780
2781 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
2784 mixup (YAILOM).
2785
2786 2006-03-20 Eli Zaretskii <eliz@gnu.org>
2787
2788 * emacs.c (main): Fix last change.
2789
2790 2006-03-20 Kenichi Handa <handa@m17n.org>
2791
2792 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
2793
2794 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
2795
2796 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
2797
2798 * xterm.c (x_term_init): Remove unnecessary GCPRO.
2799
2800 2006-03-19 Kim F. Storm <storm@cua.dk>
2801
2802 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
2803 so it doesn't associate overlay string with following glyph by default.
2804 Allow integer property value to specify explicit number of buffer
2805 positions associate with overlay string.
2806
2807 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
2810
2811 2006-03-18 Nozomu Ando <nand@mac.com>
2812
2813 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
2814 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
2815 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
2816 Don't redefine.
2817
2818 * m/mips.h: Don't use unexmips on NetBSD.
2819 (LIBS_MACHINE): Move definition lower, so it doesn't use
2820 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
2821 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
2822
2823 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
2824 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
2825 option is broken (e.g., MIPS/NetBSD).
2826
2827 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
2828
2829 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
2830 Remove the HAVE_X_WINDOWS conditional.
2831
2832 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
2833
2834 * emacs.c (main): If user asks for a display that is unavailable,
2835 simulate -nw.
2836
2837 * xterm.c (x_display_ok): New function.
2838
2839 * xterm.h: Add prototype for x_display_ok.
2840
2841 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2842
2843 * w32fns.c (Fw32_select_font): Doc fix.
2844
2845 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2846
2847 * image.c [MAC_OS] (XPutPixel, XGetPixel)
2848 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
2849 version when depth is 32.
2850 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
2851 New function.
2852 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
2853 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
2854
2855 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
2856 Create GWorld in ARGB pixel format.
2857 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
2858 Remove functions.
2859 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
2860 instead of mac_copy_area/mac_copy_area_with_mask.
2861
2862 2006-03-15 Kim F. Storm <storm@cua.dk>
2863
2864 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
2865 empty row. Fixes memory corruption revealed by 2006-03-02 change.
2866 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
2867 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
2868 width is exactly the same as the window width. Don't count a final
2869 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
2870
2871 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
2874 conditional on HAVE_NTGUI, not WINDOWS_NT.
2875
2876 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2877
2878 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
2879
2880 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
2881
2882 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
2883 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
2884 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
2885 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
2886 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
2887 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
2888 instead of mac_draw_bitmap.
2889 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
2890 define_fringe_bitmap and destroy_fringe_bitmap.
2891
2892 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * xterm.c (x_uncatch_errors): Block input for entire function.
2895
2896 2006-03-12 Jason Rumney <jasonr@gnu.org>
2897
2898 * w32fns.c (Fx_create_frame): Remove call to
2899 Qface_set_after_frame_default (from xfns.c 2003-05-26).
2900
2901 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
2902 finished with the menu.
2903
2904 * w32term.c: Sync 2005-10-24 xterm.c changes.
2905 (last_mouse_glyph_frame): New var.
2906 (note_mouse_movement): Say mouse moved if current frame differs
2907 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
2908 (w32_mouse_position): Set last_mouse_glyph_frame.
2909 Remove OLD_REDISPLAY_CODE block.
2910
2911 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2912
2913 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
2914
2915 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
2916 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
2917
2918 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2919
2920 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
2921
2922 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
2923 (x_draw_composite_glyph_string_foreground)
2924 (x_draw_image_foreground): Undo previous changes.
2925 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
2926 argument of mac_draw_rectangle.
2927 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
2928 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
2929 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
2930 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
2931 [USE_CG_DRAWING]: New functions.
2932 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
2933 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
2934 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
2935 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
2936 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
2937 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
2938 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2939
2940 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2941
2942 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
2943
2944 2006-03-11 Jason Rumney <jasonr@gnu.org>
2945
2946 * w32fns.c (signal_user_input): New function.
2947 (post_character_message): Use it for keyboard input.
2948 (w32_msg_pump): Use it for mouse input.
2949
2950 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2951
2952 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
2953 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
2954
2955 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2956
2957 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
2958 if a menu is already active (the menubar_active flag is on).
2959
2960 2006-03-11 David Ponce <david@dponce.com>
2961
2962 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
2963
2964 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2965
2966 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
2967 the list of unused display error handling functions.
2968
2969 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
2970 HAVE_X_WINDOWS.
2971 (internal_condition_case, internal_condition_case_1)
2972 (internal_condition_case_2): Call x_catching_errors only if
2973 HAVE_X_WINDOWS.
2974
2975 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
2976 Don't include sys/resource.h unless defined.
2977
2978 2006-03-11 Richard Stallman <rms@gnu.org>
2979
2980 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
2981
2982 * vm-limit.c (get_lim_data, lim_data, data_space_start):
2983 Move from mem-limits.h.
2984 (enum warnlevel): New data type.
2985 (check_memory_limits): Rewrite the logic about warnings.
2986 Use standard `struct rlimit'. Check return values for nonsense.
2987 (memory_warnings): Always clear lim_data.
2988
2989 * mem-limits.h (get_lim_data, lim_data, data_space_start):
2990 Move to vm-limit.c.
2991
2992 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
2993
2994 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
2995 (internal_condition_case_1, internal_condition_case_2):
2996 Abort if within unclosed x_catch_errors.
2997
2998 2006-03-11 Romain Francoise <romain@orebokech.com>
2999
3000 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3001
3002 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3003
3004 * lisp.h: Remove duplicate prototypes. Make the prototype of
3005 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3006
3007 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3008
3009 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3010 argument of XDrawRectangle.
3011
3012 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3013
3014 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3015 (x_draw_glyph_string_foreground)
3016 (x_draw_composite_glyph_string_foreground)
3017 (x_draw_image_foreground): Don't subtract 1 from width and height
3018 arguments to mac_draw_rectangle.
3019 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3020
3021 2006-03-10 Kim F. Storm <storm@cua.dk>
3022
3023 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3024
3025 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3028 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3029
3030 2006-03-09 Kenichi Handa <handa@m17n.org>
3031
3032 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3033 ASCII component of a composition.
3034
3035 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3036
3037 * window.c: Declare preserve_y as a static global variable.
3038 (window_scroll_pixel_based): No longer declare preserve_y;
3039 it is global now.
3040 (syms_of_window): Set preserve_y to -1.
3041
3042 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3043
3044 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3045 depth is 32.
3046 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
3047 depth is 32.
3048
3049 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * xdisp.c (handle_invisible_prop): Don't update it->position with
3052 a buffer position if we're in a display string.
3053
3054 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3055
3056 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3057 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3058
3059 * macfns.c (x_default_scroll_bar_color_parameter)
3060 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3061 Remove unnecessary prototypes.
3062 (x_set_scroll_bar_default_width):
3063 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
3064 (mac_set_scroll_bar_width): New function.
3065 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3066
3067 * macterm.c (get_control_part_bounds): Fix type of return value.
3068 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3069 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3070 scroll bar if it is not tall enough to display scroll bar thumb.
3071 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3072 (mac_handle_command_event, mac_handle_window_event)
3073 (mac_handle_mouse_event): Check error code of GetEventParameter.
3074 (convert_fn_keycode) [MAC_OSX]: Likewise.
3075
3076 2006-03-05 Andreas Schwab <schwab@suse.de>
3077
3078 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3079
3080 2006-03-02 Kim F. Storm <storm@cua.dk>
3081
3082 * frame.h (struct frame): New member n_tool_bar_rows.
3083
3084 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3085 that non-toolkit tool-bars must occupy an integral number of screen
3086 lines, by distributing the rows evenly over the tool-bar screen area.
3087 (Vtool_bar_border): New variable.
3088 (syms_of_xdisp): DEFVAR_LISP it.
3089 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3090 Make tool-bar row the desired height. Use default face for border
3091 below tool-bar.
3092 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3093 actual tool-bar rows.
3094 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3095 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3096 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3097 is resized.
3098
3099 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3100
3101 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3102 backslashes to try to make clear that it has a literal meaning; it
3103 does not do that. (It could close a character alternative
3104 containing a backslash.)
3105
3106 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * xselect.c (x_catch_errors_unwind): New function.
3109 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3110 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3111
3112 * window.c (Qscroll_up, Qscroll_down): New syms.
3113 (window_scroll_pixel_based): Make preserve_y static to avoid
3114 getting point stuck when scrolling 1 line.
3115
3116 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
3119
3120 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3121 (handle_one_xevent, x_connection_closed, x_list_fonts):
3122 No arg for x_uncatch_errors.
3123
3124 * xselect.c (x_own_selection, x_decline_selection_request)
3125 (x_reply_selection_request, x_get_foreign_selection)
3126 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3127
3128 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3129 Likewise.
3130
3131 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3132
3133 * lread.c: Declare Vload_file_rep_suffixes instead of
3134 deleted variable default_suffixes.
3135 (Fget_load_suffixes): New function.
3136 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3137 No longer use deleted variable default_suffixes. Update docstring.
3138 (syms_of_lread): defsubr Sget_load_suffixes.
3139 Expand `load-suffixes' docstring.
3140 Delete default_suffixes and DEFVAR_LISP the new variable
3141 `load-file-rep-suffixes'.
3142
3143 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3144 of Vload_suffixes.
3145
3146 * lisp.h: EXFUN Fget_load_suffixes.
3147 Extern Vload_file_rep_suffixes.
3148
3149 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3150 with lisp.h.
3151
3152 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3155 qualifier which was trying to avoid the bug that was fixed by
3156 yesterday's changes to xterm.c.
3157
3158 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * xterm.h (x_catch_errors) Return value changed to void.
3161 (x_uncatch_errors): Delete unused count argument.
3162
3163 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3164 it can be called in a signal handler.
3165 (x_catch_errors_unwind): Function deleted.
3166 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3167 (x_check_errors): Call x_uncatch_errors before signalling error.
3168
3169 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3170 (x_connection_closed, x_list_fonts): Use new versions of
3171 x_catch_errors and x_uncatch_errors.
3172
3173 * xselect.c (x_own_selection, x_decline_selection_request)
3174 (x_reply_selection_request, x_get_foreign_selection)
3175 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3176
3177 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3178 Likewise.
3179
3180 * eval.c (record_unwind_protect): Add an assertion.
3181
3182 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * process.c (Fmake_network_process): Init the process's mark.
3185
3186 2006-02-25 Kim F. Storm <storm@cua.dk>
3187
3188 * buffer.c (modify_overlay): Force redisplay if we modify an
3189 overlay at the end of the buffer.
3190
3191 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3192
3193 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3194 nil the image file has been removed, in that case use the (cached)
3195 pixmap.
3196
3197 2006-02-24 Kenichi Handa <handa@m17n.org>
3198
3199 * fileio.c (Finsert_file_contents): When a text is replaced
3200 partially, be sure to set point before the inserted characters.
3201
3202 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3203
3204 * xfns.c (Fx_file_dialog): Return a decoded file name.
3205
3206 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3207
3208 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3209 glyph whose face is extended to the text area end.
3210
3211 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3212 values if control is not visible or values are not changed.
3213
3214 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3217 The default `window' should not be "on a different frame".
3218
3219 2006-02-22 Kim F. Storm <storm@cua.dk>
3220
3221 * indent.c (Fvertical_motion): Only try to move back if we can.
3222
3223 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3224
3225 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3226 n_clip_rects.
3227
3228 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3229 xmenu.c.
3230
3231 * macterm.c (GC_CLIP_REGION): Remove macro.
3232 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3233 All uses changed. Don't do clipping if n_clip_rects is zero.
3234 (mac_set_clip_rectangles): Use xassert instead of abort.
3235 Set n_clip_rects. Don't make clip_region empty when number of
3236 clipping rectangles is zero.
3237 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3238 calling mac_set_clip_rectangles.
3239 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3240 avoid multiple redraws.
3241
3242 2006-02-22 Kim F. Storm <storm@cua.dk>
3243
3244 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3245
3246 2006-02-21 Kim F. Storm <storm@cua.dk>
3247
3248 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3249
3250 2006-02-21 Zhang Wei <brep@newsmth.org>
3251
3252 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3253 returning it.
3254
3255 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3256
3257 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3258 (standard_bitmaps): Use it.
3259
3260 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3261
3262 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3263 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3264 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3265 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
3266 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3267 Draw background if BG_WIDTH is not zero. Use float constants as
3268 divisors instead of double. Use alloca instead of xmalloc/xfree.
3269 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3270 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3271 mac_draw_image_string* functions.
3272 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3273 some fonts when srcCopy text transfer mode might be used.
3274 (mac_begin_clip, mac_end_clip): Check if region is empty.
3275 (mac_set_clip_rectangles): When resetting clip region, make it
3276 empty instead of disposing of it.
3277
3278 2006-02-20 Kim F. Storm <storm@cua.dk>
3279
3280 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3281
3282 * buffer.h (struct buffer): New members fringe_indicator_alist and
3283 fringe_cursor_alist.
3284
3285 * buffer.c (init_buffer_once): Set dummy default values for
3286 fringe-indicator-alist and fringe-cursor-alist. The proper
3287 default values are set by pre-loading fringe.el.
3288 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3289 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
3290 corresponding default- variables.
3291
3292 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
3293 to use `int'.
3294 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
3295 Define explicitly.
3296 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
3297 (Qhollow_small): New variables.
3298 (syms_of_fringe): Intern and staticpro them.
3299 (question_mark_bits): Rename from unknown_bits.
3300 (left_curly_arrow_bits): Rename from continuation_bits.
3301 (right_curly_arrow_bits): Rename from continued_bits.
3302 (left_triangle_bits): Rename from ov_bits.
3303 (right_triangle_bits): Add.
3304 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
3305 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
3306 (filled_square_bits): Add.
3307 (vertical_bar_bits): Rename from bar_cursor_bits.
3308 (horizontal_bar_bits): Rename from hbar_cursor_bits.
3309 (empty_line_bits): Rename from zv_bits.
3310 (standard_bitmaps): Update to use new names.
3311 (draw_fringe_bitmap_1): Make static.
3312 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
3313 to map from logical cursors and indicators to physical bitmaps.
3314 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
3315 bitmaps using symbol names instead of bitmap numbers.
3316 (update_window_fringes): Use logical indicator symbol names
3317 instead of bitmap numbers for logical. Add bitmap cache.
3318 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
3319
3320 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * regex.c: Revert 2006-02-19 change.
3323 (xmalloc, xrealloc): Define these when not linked to Emacs.
3324 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
3325
3326 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
3327
3328 * regex.c (extend_range_table_work_area): Fix typo.
3329
3330 2006-02-19 Richard M. Stallman <rms@gnu.org>
3331
3332 * xterm.c (x_catch_errors): Use xmalloc.
3333
3334 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
3335 (regex_compile): Likewise.
3336 (regcomp): Use xmalloc.
3337
3338 * gtkutil.c (malloc_widget_value): Use xmalloc.
3339
3340 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
3341 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
3342
3343 * xmenu.c (digest_single_submenu): When pane_string is empty,
3344 do initialize save_wv.
3345
3346 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3347
3348 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
3349 w->update_mode_line if arg F is not the selected frame.
3350
3351 * macmenu.c (popup_activated_flag, submenu_id)
3352 (next_menubar_widget_id): Remove variables.
3353 (initialize_frame_menubar): Remove function.
3354 (pop_down_menu, mac_menu_show): Simplify save value.
3355 (dispose_menus): New function.
3356 (pop_down_menu, fill_menubar): Use it.
3357 (fill_submenu): Remove function. All uses changed to fill_menu.
3358 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
3359 POS. Don't call SetMenuItemHierarchicalID here.
3360 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
3361 used next. Call SetMenuItemHierarchicalID here.
3362 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
3363 objects if needed. Reuse existing menu bar titles if possible.
3364 (set_frame_menubar): Don't clean up menu objects here.
3365
3366 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * window.c (window_min_size_1): Ensure room for the scroll bar and
3369 fringes.
3370
3371 2006-02-17 Romain Francoise <romain@orebokech.com>
3372
3373 * puresize.h (BASE_PURESIZE): Increment to 1200000.
3374
3375 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
3378 addition of the BLOCK_INPUTs.
3379
3380 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * window.c (Fset_window_scroll_bars): Doc fix.
3383
3384 2006-02-17 Kenichi Handa <handa@m17n.org>
3385
3386 * xdisp.c (display_mode_element): Call display_string with correct
3387 PREC arg (which must be a number of characters, not column width).
3388
3389 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390
3391 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
3392
3393 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
3394
3395 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
3396
3397 2006-02-14 Richard M. Stallman <rms@gnu.org>
3398
3399 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
3400
3401 * m/ibms390x.h: New file.
3402
3403 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3404
3405 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
3406 value of x-gtk-whole-detached-tool-bar.
3407 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
3408
3409 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
3410
3411 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3412
3413 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
3414
3415 * xterm.h: Declare x_x_to_emacs_modifiers.
3416
3417 * gtkutil.c (xg_tool_bar_button_cb): New function.
3418 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
3419 store modifiers in event.
3420 (update_frame_tool_bar): Connect button-release-event to
3421 xg_tool_bar_button_cb.
3422
3423 2006-02-13 Richard M. Stallman <rms@gnu.org>
3424
3425 * .gdbinit (xwindow): Update the code to show the window box.
3426
3427 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3428
3429 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
3430
3431 2006-02-12 Richard M. Stallman <rms@gnu.org>
3432
3433 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
3434
3435 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3436
3437 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
3438 (syms_of_keyboard): DEVFAR_LISP and initialize it.
3439 (parse_tool_bar_item, parse_menu_item): If that variable is
3440 non-nil, don't disable menu items and tool-bar buttons.
3441
3442 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * doc.c (Fsubstitute_command_keys): Doc fix.
3445
3446 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
3447
3448 * data.c (Findirect_function): Rewrite docstring.
3449 Fix omission bug: Declare new arg NOERROR.
3450
3451 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3452
3453 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
3454 if window_desc is not set yet.
3455 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
3456 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
3457 parameter `visibility' is `icon'.
3458 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
3459 instead of "fontset-mac".
3460 (Fx_focus_frame): New defun.
3461 (syms_of_macfns): Defsubr it.
3462
3463 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
3464 for unfocused frame.
3465 (x_raise_frame): Call BringToFront instead of SelectWindow.
3466 (x_lower_frame): Use NULL instead of nil.
3467 (x_make_frame_visible): Don't call SelectWindow.
3468 (XTread_socket): Increment handling_signal at the start, decrement
3469 it at the end.
3470 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
3471 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
3472
3473 2006-02-10 Kim F. Storm <storm@cua.dk>
3474
3475 * data.c (Findirect_function): Add NOERROR arg. All callers changed
3476 to pass Qnil for NOERROR.
3477
3478 * keymap.c (current_minor_maps_error): Remove.
3479 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
3480 instead of using internal_condition_case_1+current_minor_maps_error.
3481
3482 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3483
3484 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
3485 frames for GTK, in that case it is the tool bar. This is so that
3486 highlighted text get reset properly.
3487
3488 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
3491
3492 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3493
3494 * window.c (adjust_window_trailing_edge): Check that shrinking
3495 does not set a window to size zero or less.
3496
3497 2006-02-08 Miles Bader <miles@gnu.org>
3498
3499 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
3500 of Fget_text_property (other field functions work with overlays as
3501 well as text-properties).
3502
3503 2006-02-07 Kenichi Handa <handa@m17n.org>
3504
3505 * dispextern.h (unibyte_display_via_language_environment): Extern it.
3506
3507 * xterm.h (unibyte_display_via_language_environment):
3508 * w32term.h (unibyte_display_via_language_environment):
3509 * macterm.h (unibyte_display_via_language_environment): Delete extern.
3510
3511 2006-02-07 Kenichi Handa <handa@m17n.org>
3512
3513 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
3514 (produce_glyphs): Set the character to print in
3515 it->char_to_display. Handle unibyte-display-via-language-environment.
3516 (produce_stretch_glyph): Set character to print in it->char_to_display.
3517
3518 2006-02-06 Kenichi Handa <handa@m17n.org>
3519
3520 * lread.c (openp): Initialize encoded_fn before GCPRO it.
3521
3522 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
3523
3524 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
3525
3526 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
3527 Cast bitfield value to EMACS_INT, to suppress gcc warning.
3528
3529 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
3530 defining.
3531
3532 2006-02-03 Kim F. Storm <storm@cua.dk>
3533
3534 * xdisp.c: Cache last merged escape glyph face.
3535 (last_escape_glyph_frame, last_escape_glyph_face_id)
3536 (last_escape_glyph_merged_face_id): New variables.
3537 (get_next_display_element): Use/update them.
3538 (redisplay_internal): Reset them before redisplay.
3539
3540 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
3541 Only recheck faces after displaying ellipsis.
3542
3543 2006-02-02 Kenichi Handa <handa@m17n.org>
3544
3545 * coding.c (decode_composition_emacs_mule): Fix handling of
3546 incorrect format data.
3547
3548 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3549
3550 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
3551 (gtk_toolbar_insert) so we can have tool bars of different sizes.
3552
3553 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
3554
3555 * data.c (Flistp): Doc fix.
3556
3557 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3558
3559 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
3560 Fix typos in docstrings.
3561
3562 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3563
3564 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
3565
3566 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * alloc.c (make_interval, allocate_string)
3569 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
3570 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
3571 global variables.
3572
3573 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3574
3575 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
3576 the MSDOS definition.
3577
3578 2006-01-26 Richard M. Stallman <rms@gnu.org>
3579
3580 * alloc.c (check_pure_size): Make overflow message an "error message".
3581
3582 * keymap.c (Fmap_keymap): Doc fix.
3583
3584 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
3585 unless they were cleared out.
3586
3587 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
3588
3589 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3590
3591 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
3592 (find_field): Set before_field to after_field when pos is at BEGV.
3593 (Fline_beginning_position, Fline_end_position):
3594 Clarify confusing doc string.
3595
3596 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
3597 string.
3598
3599 2006-01-26 Kenichi Handa <handa@m17n.org>
3600
3601 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
3602 current_dir, and error_file. On reporting an error, decode them
3603 back.
3604
3605 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
3608 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
3609 Don't check for quit, since any loop will go through fail or jump.
3610
3611 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * alloc.c (allocate_string_data): Update next_free immediately, to
3614 reduce risk of memory clobberage.
3615
3616 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3617
3618 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
3619 display when point moves across an ellipsis. If there are
3620 adjacent invisible texts, don't lose the second one's ellipsis.
3621 (x_produce_glyphs): Doc fix.
3622
3623 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
3626
3627 2006-01-23 Kim F. Storm <storm@cua.dk>
3628
3629 * xdisp.c (handle_single_display_spec): Fix handling of space
3630 property on char from string: set *position rather than
3631 it->current.pos.
3632 (produce_stretch_glyph): Reduce width of stretch glyphs so they
3633 don't get wider than the window (unless truncate-lines is on).
3634
3635 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * xterm.c: Avoid allocating Lisp data from a signal handler.
3638 (x_error_message): New var to replace x_error_message_string.
3639 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
3640 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
3641 (syms_of_xterm): Use it instead of x_error_message_string.
3642
3643 * alloc.c (lisp_align_free): Add an assertion.
3644 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
3645 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
3646 a signal handler.
3647
3648 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
3649
3650 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
3651
3652 2006-01-21 Romain Francoise <romain@orebokech.com>
3653
3654 * xdisp.c (get_window_cursor_type): Fix last change.
3655 Update copyright year.
3656
3657 2006-01-20 Eli Zaretskii <eliz@gnu.org>
3658
3659 * lread.c (Fload): Don't leak the file descriptor returned by
3660 openp if we are going to signal an error.
3661
3662 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
3663 directly to _close.
3664 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
3665 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
3666 to _read.
3667 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
3668 directly to _write.
3669
3670 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
3671 if it is NULL.
3672
3673 2006-01-20 Kenichi Handa <handa@m17n.org>
3674
3675 * puresize.h (BASE_PURESIZE): Increment to 1190000.
3676
3677 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * xdisp.c (get_window_cursor_type): Use cursor type specified by
3680 the selected buffer for the echo area too.
3681
3682 2006-01-19 Richard M. Stallman <rms@gnu.org>
3683
3684 * keymap.c (Fmap_keymap): Doc fix.
3685
3686 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
3687
3688 * keyboard.c (echo_char): Don't omit the space between first two
3689 echoed chars.
3690
3691 * minibuf.c (read_minibuf): Fix previous change.
3692
3693 2006-01-19 Kenichi Handa <handa@m17n.org>
3694
3695 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
3696
3697 2006-01-17 Richard M. Stallman <rms@gnu.org>
3698
3699 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
3700 value in f->param_alist.
3701
3702 2006-01-15 Andreas Schwab <schwab@suse.de>
3703
3704 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
3705
3706 2006-01-13 Richard M. Stallman <rms@gnu.org>
3707
3708 * Makefile.in: Define new macro WINDOW_SUPPORT.
3709 (lisp): Use it.
3710 (SOME_MACHINE_LISP): Add conditionally loaded files.
3711
3712 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3713
3714 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
3715 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
3716 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
3717 decomposed form.
3718
3719 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
3720 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
3721 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
3722 macro. Also try member ifr_addr when getting netmask.
3723
3724 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * fileio.c (Fexpand_file_name): Remove redundant tests.
3727 Fix elimination of // so that it doesn't prevent elimination of an
3728 immediately following /. or /..
3729
3730 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3731
3732 * gtkutil.c (xg_toggle_notify_cb): New function.
3733 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
3734 xg_toggle_notify_cb.
3735 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
3736 parameter value changes so the toggle button gets updated.
3737
3738 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3739
3740 * .gdbinit: Fix typo.
3741
3742 2006-01-05 Eli Zaretskii <eliz@gnu.org>
3743
3744 * .gdbinit: Fix last change.
3745
3746 2006-01-05 Kim F. Storm <storm@cua.dk>
3747
3748 * process.c (Fmake_network_process): Use AF_INET instead of
3749 AF_UNSPEC when AF_INET6 is not defined.
3750
3751 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3752
3753 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
3754 Don't check that the other type is known file-related one.
3755
3756 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
3757 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
3758 OS X 10.4 and later.
3759
3760 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3761
3762 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
3763 let GTK do all image processing. Importing Emacs own pixmaps to GTK
3764 looks bad for inactive tool bar items with some Gnome themes.
3765
3766 2006-01-04 Eli Zaretskii <eliz@gnu.org>
3767
3768 * .gdbinit: Avoid a warning message when x_error_quitter is not
3769 compiled in.
3770
3771 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
3772 for w32.
3773
3774 2006-01-04 Kim F. Storm <storm@cua.dk>
3775
3776 * process.c: Add IPv6 support.
3777 (Qipv4, Qipv6): New vars.
3778 (syms_of_process): Intern and staticpro them.
3779 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
3780 with or without port number. Handle 4 element vector as IPv4 address
3781 without port number.
3782 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
3783 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
3784 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
3785 request that address family only. :family nil or omitted means to
3786 determine address family from the specified :host and :service.
3787 (ifflag_table): Add missing OpenBSD IFF_ flags.
3788 (server_accept_connection): Handle IPv6 addresses.
3789 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
3790
3791 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
3792 determine which breakpoints to set.
3793
3794 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
3797
3798 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
3799
3800 2006-01-03 Romain Francoise <romain@orebokech.com>
3801
3802 * emacs.c (main): Update copyright year.
3803
3804 2006-01-03 Ken Raeburn <raeburn@gnu.org>
3805
3806 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
3807 nil for the call to internal_delete_file.
3808
3809 2006-01-01 Ken Raeburn <raeburn@gnu.org>
3810
3811 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
3812 to nil for the call to Fwrite_region.
3813
3814 2005-12-31 Richard M. Stallman <rms@gnu.org>
3815
3816 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
3817
3818 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3819
3820 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
3821
3822 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
3823
3824 * textprop.c (set_text_properties): Reword description of return value.
3825 Return Qnil if caller wants to remove all text properties from a
3826 string and the string already has no intervals.
3827
3828 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * term.c (visible_cursor): New boolean var.
3831 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
3832 visible_cursor.
3833 (syms_of_term): Export the new var as "visible-cursor".
3834
3835 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3836
3837 * .gdbinit: Tell users not to worry about GDB warnings that some
3838 functions do not exist in the binary.
3839
3840 2005-12-30 Andreas Schwab <schwab@suse.de>
3841
3842 * process.c (Fnetwork_interface_info): Correctly terminate the
3843 loop over ifflag_table.
3844
3845 2005-12-29 Richard M. Stallman <rms@gnu.org>
3846
3847 * lread.c (readevalloop): Test for reading a whole buffer
3848 before actually reading anything. Handle all cases, including
3849 START = END = nil and an already-narrowed buffer.
3850 Convert END to a marker if it is a number.
3851
3852 * keymap.c (describe_map): Put sparse map elements into an array,
3853 sort them, then output a sequence of identical bindings on one line.
3854 (struct describe_map_elt): New data type.
3855 (describe_map_compare): New function.
3856
3857 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3858
3859 * gtkutil.c (xg_get_file_with_chooser): Change message shown
3860 in file chooser.
3861
3862 2005-12-27 Richard M. Stallman <rms@gnu.org>
3863
3864 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
3865 not the current one.
3866
3867 * minibuf.c (Fminibuffer_message): Doc fix.
3868 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
3869
3870 * eval.c (do_autoload): Ignore elements of Vautoload_queue
3871 where car is not symbol.
3872
3873 2005-12-27 Kenichi Handa <handa@m17n.org>
3874
3875 * charset.c (lisp_string_width): Check multibyteness of STRING.
3876
3877 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3878
3879 * xfns.c: x_show_hidden_files, new variable.
3880 (syms_of_xfns): Defvar it.
3881
3882 * gtkutil.c (xg_toggle_visibility_cb): New function.
3883 (xg_get_file_with_chooser): Add toggle hidden files and a message
3884 to the new file chooser dialog. Show hidden files if
3885 x_show_hidden_files is non-zero.
3886
3887 2005-12-26 Richard M. Stallman <rms@gnu.org>
3888
3889 * keyboard.h: Undo previous change.
3890
3891 * Makefile.in (undo.o): Undo previous change.
3892
3893 * undo.c: Undo previous change.
3894
3895 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
3896
3897 * keyboard.h: extern last_point_position_window.
3898
3899 * undo.c: include keyboard.h.
3900
3901 * Makefile.in (undo.o): Depend on keyboard.h.
3902
3903 2005-12-26 Richard M. Stallman <rms@gnu.org>
3904
3905 * commands.h (last_point_position_window): Declare.
3906
3907 * undo.c: Depend on window.h.
3908 (record_point): Save old point from the correct window.
3909
3910 * keyboard.c (last_point_position_window): New variable.
3911 (command_loop_1): Set last_point_position_window.
3912 (syms_of_keyboard): Init it.
3913
3914 * Makefile.in (undo.o): Depend on window.h.
3915
3916 2005-12-25 Richard M. Stallman <rms@gnu.org>
3917
3918 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
3919 to undo a `provide'.
3920
3921 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
3922
3923 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
3924
3925 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
3926 define for FreeBSD on this platform.
3927
3928 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3929
3930 * macterm.h (TYPE_FILE_NAME): New define.
3931 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
3932
3933 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
3934 Add prototypes. Make static.
3935 (mac_aedesc_to_lisp): Initialize err to noErr.
3936 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
3937 (init_coercion_handler): New functions.
3938 (Fmac_coerce_ae_data): Use coercion of Apple event data for
3939 translation from/to file names.
3940
3941 * macterm.c: Don't include sys/param.h.
3942 (init_coercion_handler): Add extern.
3943 [MAC_OS8] (main): Call init_coercion_handler.
3944 (mac_initialize) [MAC_OSX]: Likewise.
3945 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
3946 Apple event data for translation from/to file names.
3947
3948 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
3949
3950 * image.c [MAC_OS] (find_image_fsspec): Likewise.
3951
3952 2005-12-23 Martin Rudalics <rudalics@gmx.at>
3953
3954 * insdel.c (insert, insert_and_inherit, insert_before_markers)
3955 (insert_before_markers_and_inherit): Make sure FROM is correct
3956 when `after-change-functions' are called.
3957
3958 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3959
3960 * xfns.c (Fx_uses_old_gtk_dialog): New function.
3961
3962 * gtkutil.c (xg_uses_old_file_dialog): New function.
3963 (xg_get_file_name): Use xg_uses_old_file_dialog.
3964
3965 * gtkutil.h: Declare xg_uses_old_file_dialog.
3966
3967 2005-12-22 Richard M. Stallman <rms@gnu.org>
3968
3969 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
3970
3971 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3972
3973 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
3974
3975 * macgui.h (XCharStruct): Remove member `valid_p'.
3976 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
3977 (XCharStructRow): New typedef.
3978 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
3979 New macros.
3980 (struct MacFontStruct): Add member `bounds'. Remove member
3981 `per_char'. All uses for QuichDraw Text fonts are changed to
3982 `bounds.per_char'. ATSUI font bounds are represented as an array
3983 `bounds.rows' of XCharStructRow's, each of which consists of a
3984 bitmap of valid entries and an array of char bounds.
3985
3986 * macterm.c (mac_per_char_metric): Add prototype.
3987 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
3988 (mac_query_char_extents): New function.
3989 (x_per_char_metric): Use it.
3990 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
3991 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
3992 Use mac_per_char_metric instead of x_per_char_metric.
3993 (mac_text_extents_16): New function.
3994 (mac_compute_glyph_string_overhangs): Use it.
3995 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
3996
3997 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4000 (Fminibuffer_completion_help): Remove duplicates before display.
4001
4002 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4003
4004 * print.c (print_preprocess): Don't lose print_depth levels while
4005 iterating.
4006
4007 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4008
4009 * macmenu.c (Qmac_apple_event): Add extern.
4010 (set_frame_menubar, mac_menu_show keymp_panes)
4011 (single_keymap_panes, list_of_panes, list_of_item)
4012 (single_menu_item): Add argument types to prototypes.
4013 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4014 (struct skp): New struct (from xmenu.c).
4015 (single_keymap_panes, single_menu_item, list_of_panes)
4016 (list_of_item): Sync with xmenu.c.
4017 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4018 POSITION if it is mac-apple-event event.
4019 (menubar_selection_callback): Don't use menu_command_in_progress.
4020 (set_frame_menubar): First parse all submenus, then make
4021 widget_value trees from them. Don't allocate any widget_value
4022 objects until we are done with the parsing.
4023 (parse_single_submenu, digest_single_submenu): New functions.
4024 (single_submenu): Function deleted, replaced by those two.
4025 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4026 create or dispose of EventHandlerUPP. Install hander to all submenus.
4027 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4028 instead of ENCODE_SYSTEM.
4029 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4030 integer values.
4031 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4032 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4033 format menu item string. Don't use NULL for integer value.
4034
4035 * macterm.h (struct mac_output): Remove unused member
4036 menu_command_in_progress.
4037
4038 2005-12-20 Juri Linkov <juri@jurta.org>
4039
4040 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4041 position is non-nil, else set it to nil.
4042
4043 * macmenu.c (Fx_popup_menu): Add `else' to set
4044 Vmenu_updating_frame to nil only if position is nil.
4045
4046 * w32menu.c (Fx_popup_menu): Add `else' to set
4047 Vmenu_updating_frame to nil only if position is nil.
4048
4049 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4050
4051 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4052 stored in member `args' of struct input_event.
4053
4054 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4055
4056 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4057 stored in member `args' of struct input_event.
4058
4059 * w32term.c (construct_drag_n_drop): Likewise.
4060
4061 * macterm.c (mac_do_receive_drag): Likewise.
4062 (x_use_underline_position_properties): Undo 2005-07-13 change.
4063 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4064 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
4065 (mac_pass_command_to_system, mac_pass_control_to_system):
4066 New boolean variables renamed from Lisp_Object ones
4067 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
4068 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4069 All uses changed.
4070 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4071 Make them user options.
4072 (mac_handle_command_event, mac_store_services_event):
4073 Call create_apple_event_from_event_ref without 5th argument.
4074 (backtranslate_modified_keycode): Mask off modifier keys that are
4075 mapped to some Emacs modifiers before passing it to KeyTranslate.
4076 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4077 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4078 Fix docstrings of `mac-*-modifier'.
4079
4080 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
4081 (do_applescript): Change argument types to Lisp_Object.
4082 All uses changed.
4083
4084 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4085 argument from extern.
4086
4087 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4090 the answer, return `lambda', not nil.
4091
4092 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4093
4094 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4095 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4096 that will break with GNU Make >3.80, when sh.exe is used and
4097 arg quoting is with '..'.
4098
4099 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * print.c (print_preprocess): Just signal an error if print_depth
4102 is exceeded.
4103
4104 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4105
4106 * .gdbinit: Set a breakpoint on w32_abort.
4107
4108 2005-12-16 Juri Linkov <juri@jurta.org>
4109
4110 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4111 created from minibuffer_completion_contents.
4112 (minibuffer_completion_contents): Remove.
4113 (do_completion, Fminibuffer_complete_word)
4114 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4115 with Fminibuffer_completion_contents.
4116 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4117 (Fdisplay_completion_list): Doc fix.
4118 (display_completion_list_1): Use `nil' for second arg of
4119 `Fdisplay_completion_list'.
4120
4121 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4122
4123 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4124
4125 * w32fns.c (compute_tip_xy): Ditto.
4126
4127 * macfns.c (compute_tip_xy): Ditto.
4128
4129 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4132 print_object loop.
4133
4134 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4135
4136 * coding.c (code_convert_region_unwind): GCPRO arg.
4137
4138 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4141 i.e. dy is offset from top of frame instead of bottom.
4142
4143 * macfns.c (compute_tip_xy): Ditto.
4144
4145 * w32fns.c (compute_tip_xy): Ditto.
4146
4147 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4148 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4149 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4150
4151 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4152 is for an unselected radio menu item.
4153
4154 2005-12-11 Richard M. Stallman <rms@gnu.org>
4155
4156 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4157
4158 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4159
4160 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4161 (Flookup_key): Doc fix.
4162 (syms_of_keymap) <function-key-map>: Doc fix.
4163
4164 * fns.c (Frequire): Treat evaluating from a source file
4165 like loading the file.
4166
4167 * floatfns.c (Flog): Doc fix.
4168
4169 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4170 when we change the buffer.
4171
4172 2005-12-11 Juri Linkov <juri@jurta.org>
4173
4174 * minibuf.c (display_completion_list_1):
4175 Call `minibuffer_completion_contents' instead of using `nil' as
4176 second arg of `Fdisplay_completion_list'.
4177 (keys_of_minibuf): Unbind SPC in
4178 Vminibuffer_local_filename_completion_map (see also related
4179 change on 2005-12-06).
4180
4181 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4182
4183 * emacs.c (main) [MAC_OS8]: Undo previous change.
4184
4185 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4186 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4187
4188 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4189
4190 * Makefile.in (macselect.o): Depend on keymap.h.
4191
4192 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4193 syms_of_macselect.
4194
4195 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4196 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4197
4198 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4199 (syms_of_keyboard) [MAC_OS]: Initialize it.
4200 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4201
4202 * mac.c (Qundecoded_file_name): New variable.
4203 (syms_of_mac): Initialize it.
4204 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
4205 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4206 (Fmac_coerce_ae_data): New defun.
4207 (syms_of_mac): Defsubr it.
4208
4209 * macselect.c: Include keymap.h.
4210 (mac_ready_for_apple_events): New variable.
4211 (Vmac_apple_event_map, Qmac_apple_event_class)
4212 (Qmac_apple_event_id): New variables.
4213 (syms_of_macselect): Initialize them.
4214 (Qundefined, mac_store_apple_event): Add externs.
4215 (struct apple_event_binding): New struct.
4216 (find_event_binding_fun, find_event_binding)
4217 (mac_find_apple_event_spec, defer_apple_events)
4218 (mac_handle_apple_event, init_apple_event_handler)
4219 (copy_scrap_flavor_data): New functions.
4220 (Fmac_process_deferred_apple_events): New defun.
4221 (syms_of_macselect): Defsubr it.
4222 (mac_store_services_event): Fix extern.
4223 (mac_handle_service_event): Don't allocate Lisp objects during
4224 asynchronous input processing. Use mac_store_services_event
4225 instead of mac_store_application_menu_event.
4226
4227 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4228 (Qpreferences): Remove variables.
4229 (syms_of_macterm) : Don't initialize them.
4230 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4231 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4232 (init_required_apple_events, do_ae_open_application)
4233 (do_ae_print_documents, do_ae_open_documents)
4234 (do_ae_quit_application): Remove functions and prototypes.
4235 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4236 (mac_find_apple_event_spec): Add externs.
4237 (mac_store_application_menu_event): Remove function.
4238 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4239 (mac_handle_command_event): Create Apple event from Carbon event.
4240 Use mac_store_apple_event instead of mac_store_application_menu_event.
4241 [MAC_OSX] (mac_store_services_event): Likewise.
4242 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4243 [MAC_OS8] (main): Call init_apple_event_handler instead of
4244 init_required_apple_events.
4245 (mac_initialize) [MAC_OSX]: Likewise.
4246 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4247 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4248
4249 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4250 Add externs.
4251 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4252 (Fmac_get_preference): Add EXFUN.
4253
4254 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4255 event.
4256
4257 2005-12-09 Richard M. Stallman <rms@gnu.org>
4258
4259 * xfns.c (Fx_create_frame): Reinstate previous change.
4260
4261 2005-12-09 Eli Zaretskii <eliz@gnu.org>
4262
4263 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4264 GDB to the abort dialog.
4265
4266 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4267
4268 * indent.c (Fvertical_motion): Force move if starting on
4269 stretch glyph.
4270
4271 2005-12-08 Richard M. Stallman <rms@gnu.org>
4272
4273 * lread.c (read_escape) <\s>: Don't treat strings specially.
4274
4275 * xfns.c (Fx_create_frame): Comment out previous change.
4276
4277 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4278
4279 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4280 when needed.
4281
4282 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4285 Vminibuffer_local_filename_completion_map rather than forcing it
4286 explicitly to the same binding as the global map.
4287
4288 2005-12-06 Ken Raeburn <raeburn@gnu.org>
4289
4290 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
4291 * bytecode.c (Fbyte_code): Likewise.
4292 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
4293 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
4294 * undo.c (truncate_undo_list): Likewise.
4295
4296 2005-12-05 Richard M. Stallman <rms@gnu.org>
4297
4298 * window.c (enlarge_window): Eliminate arg preserve_before.
4299 Assume it is 0. All callers changed.
4300 (Fenlarge_window, Fshrink_window): Likewise.
4301
4302 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4303
4304 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
4305 fit below.
4306
4307 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4308
4309 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
4310
4311 * xfns.c (x_real_positions): int ign => unsigned int.
4312 (xg_set_icon_from_xpm_data): Remove unused variable err.
4313 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
4314 to remove compiler warning.
4315 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
4316
4317 2005-12-02 David Reitter <david.reitter@gmail.com>
4318
4319 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4320 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
4321 and Vminibuffer_local_must_match_filename_map keymaps.
4322 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
4323
4324 * keymap.c (Vminibuffer_local_filename_completion_map)
4325 (Vminibuffer_local_must_match_filename_map): New variables.
4326 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
4327 parent to be Vminibuffer_local_completion_map and
4328 Vminibuffer_local_must_match_map, respectively.
4329
4330 * commands.h (Vminibuffer_local_filename_completion_map)
4331 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
4332
4333 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * window.c (Fset_window_configuration): Don't accidentally copy the
4336 window-point of one window to another.
4337
4338 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4339
4340 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4341
4342 2005-11-30 Kim F. Storm <storm@cua.dk>
4343
4344 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
4345 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
4346 passing it to `emacs_write'.
4347
4348 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4349
4350 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
4351
4352 2005-11-27 Richard M. Stallman <rms@gnu.org>
4353
4354 * window.c (adjust_window_trailing_edge): New function.
4355 (Fadjust_window_trailing_edge): New function.
4356 (syms_of_window): Defsubr it.
4357 (window_deletion_count): New variable.
4358 (delete_window): Update window_deletion_count.
4359
4360 2005-11-26 Eli Zaretskii <eliz@gnu.org>
4361
4362 * minibuf.c (syms_of_minibuf): Mention the extension of
4363 `completion-auto-help's meaning by complete.el.
4364
4365 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
4366
4367 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4368 Handle :inherit property as a lisp expression.
4369
4370 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4371
4372 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
4373 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
4374 Qsuper, and Qmodifier_value.
4375 (Vmac_control_modifier, Vmac_option_modifier)
4376 (Vmac_command_modifier, Vmac_function_modifier)
4377 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
4378 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
4379 (Vmac_charset_info_alist): Doc fixes.
4380
4381 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4382
4383 * emacs.c (main) [MAC_OSX]: Change working directory to home
4384 directory if `-psn_*' option is specified.
4385
4386 * mac.c (DECODE_UTF_8): Remove macro.
4387 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
4388 created from cfstring_to_lisp.
4389 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
4390 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
4391
4392 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
4393 Add prototype.
4394
4395 2005-11-21 Ken Raeburn <raeburn@gnu.org>
4396
4397 * keymap.c (shadow_lookup): Use make_number to pass a number to
4398 Fsubstring.
4399
4400 2005-11-21 Juri Linkov <juri@jurta.org>
4401
4402 * puresize.h (BASE_PURESIZE): Increment to 1180000.
4403
4404 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * xfaces.c (Finternal_set_lisp_face_attribute):
4407 Use :ignore-defface for new frame defaults when `unspecified' is
4408 supplied.
4409 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
4410 (merge_face_vectors): Don't do :ignore-defface overwriting here.
4411 (Finternal_merge_in_global_face): Do it here.
4412
4413 2005-11-20 Juri Linkov <juri@jurta.org>
4414
4415 * charset.c (invalid_character): Use Lisp-readable syntax
4416 for octal and hex. Reorder decimal, octal and hex values.
4417
4418 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
4419
4420 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
4421 this type is recognised when debugging.
4422
4423 2005-11-19 Andreas Schwab <schwab@suse.de>
4424
4425 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
4426 Lisp_Cons and Lisp_Float.
4427
4428 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4429
4430 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4431 New variable.
4432 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
4433 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
4434 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
4435 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
4436
4437 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
4440
4441 * xfaces.c (Qignore_defface): New variable.
4442 (syms_of_xfaces): Provide `:ignore-defface'.
4443 (IGNORE_DEFFACE_P): New macro.
4444 (check_lface_attrs, lface_fully_specified_p)
4445 (Finternal_set_lisp_face_attribute)
4446 (Fface_attribute_relative_p, Fmerge_face_attribute):
4447 Handle Qignore_defface as a possible value.
4448 (merge_face_vectors): The merged face is `unspecified' if the
4449 mergee specifies `:ignore-defface'.
4450
4451 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * lread.c (readevalloop): Add missing GCPROs.
4454
4455 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * xfns.c (xg_set_icon_from_xpm_data): New function.
4458
4459 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
4460 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
4461
4462 * xterm.c (x_bitmap_icon): Use the xpm if available.
4463
4464 * image.c (x_create_bitmap_from_xpm_data): New function.
4465 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
4466
4467 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4468
4469 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4470
4471 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4472
4473 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
4474
4475 2005-11-15 Andreas Schwab <schwab@suse.de>
4476
4477 * lisp.h (struct Lisp_Cons): Make cdr a union.
4478 (XCDR_AS_LVALUE): Adjust.
4479 (struct Lisp_Float): Make data a union.
4480 (XFLOAT_DATA): Adjust.
4481
4482 * alloc.c (free_float): Make free list chaining aliasing-safe.
4483 (make_float): Likewise.
4484 (free_cons): Likewise.
4485 (Fcons): Likewise.
4486 (check_cons_list): Likewise.
4487 (Fmake_symbol): Likewise.
4488 (allocate_misc): Likewise.
4489 (free_misc): Likewise.
4490 (gc_sweep): Likewise.
4491
4492 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4493
4494 * mac.c (HASHKEY_QUERY_CACHE): New define.
4495 (xrm_create_database, xrm_q_put_resource): Empty query cache.
4496 (xrm_get_resource): Use query cache.
4497
4498 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
4499 inhibit_window_system is set.
4500
4501 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4502
4503 * macgui.h (USE_CG_TEXT_DRAWING): New define.
4504 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
4505 and cg_glyphs.
4506
4507 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
4508 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
4509 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
4510 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
4511 not used and font substitution never occurs for ASCII and Latin-1
4512 characters.
4513 (XLoadQueryFont): Maximum and minimum metrics are now those among
4514 ASCII characters.
4515 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
4516 height adjustments for Courier, Helvetica, and Times.
4517
4518 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
4519
4520 2005-11-11 David Reitter <david.reitter@gmail.com>
4521
4522 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
4523 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
4524 Vmac_control_modifier / mac-control-modifier,
4525 Vmac_option_modifier / mac-option-modifier,
4526 Vmac_command_modifier / mac-command-modifier.
4527 (mac_to_emacs_modifiers): Use the new style modifier
4528 variables. Return UInt32 (modifiers are longs now.)
4529 (backtranslate_modified_keycode): New function (refactoring).
4530 (XTread_socket): Use new modifier variables and refactored function.
4531 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
4532 no dedicated meta key. Not in use anyway.)
4533 (convert_fn_keycode): Map Fn-keys to their original keycode
4534 using a table (english keyboard only).
4535
4536 2005-11-11 Kim F. Storm <storm@cua.dk>
4537
4538 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
4539 Add post hook to "backtrace" to always dump lisp call stack to
4540 increase chance of people sending it to us when reporting bugs.
4541
4542 * doc.c (Fsubstitute_command_keys): Doc fix.
4543
4544 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
4545
4546 * xdisp.c (handle_stop): Skip overlay string handling if
4547 ignore_overlay_strings_at_pos_p is set.
4548 (set_iterator_to_next): At end of display vector, set
4549 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
4550 string, so we skip those overlay strings at current pos.
4551
4552 2005-11-10 Lars Hansen <larsh@soem.dk>
4553
4554 * fileio.c (file-regular-p): Doc fix.
4555
4556 2005-11-10 Kim F. Storm <storm@cua.dk>
4557
4558 * alloc.c (valid_lisp_object_p): New function to validate that
4559 an object is really a valid Lisp_Object.
4560
4561 * lisp.h (valid_lisp_object_p): Add prototype.
4562
4563 * print.c (safe_debug_print): New function to be called from gdb
4564 to print Lisp objects; use valid_lisp_object_p to avoid crashing
4565 if user tries to print something which is not a Lisp object.
4566
4567 * .gdbinit (pp, pp1): Use safe_debug_print.
4568 (pv, pv1): New commands to print value of a lisp variable.
4569
4570 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4571
4572 * .gdbinit (pp1): New user-defined function.
4573
4574 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4575
4576 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
4577
4578 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
4579 related variables for dumped executable.
4580
4581 * unexmacosx.c (unexec_write_zero): New function.
4582 (copy_data_segment): Clear uninitialized local variables in
4583 statically linked libraries.
4584
4585 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
4586
4587 2005-11-09 Juri Linkov <juri@jurta.org>
4588
4589 * keymap.c (shadow_lookup): If Flookup_key returns a number,
4590 call it again with a sub-key-sequence, and if its return value
4591 is non-nil (sub-key is bound), return nil.
4592
4593 2005-11-08 Kim F. Storm <storm@cua.dk>
4594
4595 * process.c (Fsignal_process): Recognize signal names with and
4596 without SIG prefix, e.g. SIGHUP and HUP.
4597
4598 * search.c (search_buffer): No need to initialize base_pat.
4599
4600 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
4603 Don't abuse the `mini' arg. Use the `obj' arg instead.
4604
4605 2005-11-04 Kim F. Storm <storm@cua.dk>
4606
4607 * xdisp.c (show_mouse_face): Clear mouse face to eol.
4608
4609 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4610
4611 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
4612 font-lock.elc and jit-lock.elc.
4613
4614 2005-11-03 Richard M. Stallman <rms@gnu.org>
4615
4616 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
4617 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
4618 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
4619
4620 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
4621
4622 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
4623
4624 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * window.c (Fdisplay_buffer): Fix last change to not use
4627 a dedicated window.
4628
4629 2005-11-01 Kim F. Storm <storm@cua.dk>
4630
4631 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
4632 Instead, rotate the bottom angle bitmap 180 degrees to indicate
4633 that the bottom row does not end in a newline.
4634
4635 2005-11-01 Andreas Schwab <schwab@suse.de>
4636
4637 * unexelf.c (unexec): Handle .plt section in BSS segment.
4638
4639 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
4642
4643 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
4644 determine whether to consider dedicated windows as well.
4645 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
4646 (Fdisplay_buffer): Do consider dedicated windows in those cases where
4647 we will split the window rather than reuse it.
4648 Don't try to use windows on other displays.
4649
4650 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 * puresize.h (BASE_PURESIZE): Increment to 1170000.
4653
4654 2005-10-31 Romain Francoise <romain@orebokech.com>
4655
4656 * macfns.c: Update copyright year.
4657 * m/gould.h: Likewise.
4658
4659 2005-10-30 Kim F. Storm <storm@cua.dk>
4660
4661 * xdisp.c (display_line): Restore it->current_x and call
4662 extend_face_to_end_of_line when last glyph doesn't fit on line.
4663 (set_glyph_string_background_width): Remove specific tests here
4664 to see if face background should extend to end of line. Simplify.
4665
4666 2005-10-30 Richard M. Stallman <rms@gnu.org>
4667
4668 * alloc.c (BYTES_USED): Use uordblks, not arena.
4669 (bytes_used_when_reconsidered): New variable.
4670 (emacs_blocked_free): Set that.
4671
4672 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * alloc.c (emacs_blocked_free): Fix typo.
4675
4676 2005-10-29 Richard M. Stallman <rms@gnu.org>
4677
4678 * data.c (Fmake_variable_frame_local): Doc fix.
4679
4680 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
4681 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
4682 controls whether to save and restore mode_line_proptrans_alist.
4683 Callers changed.
4684 (unwind_format_mode_line): Work with that feature.
4685 (redisplay_internal): Don't call prepare_menu_bars if memory full.
4686 (move_elt_to_front): New function.
4687 (display_mode_element): Use move_elt_to_front.
4688 Don't bother munging text props on a null string.
4689 Delete obsolete elts from mode_line_proptrans_alist.
4690 (decode_mode_spec): Test Vmemory_full, not spare_memory.
4691 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
4692
4693 * lisp.h (memory_full_cons_threshold): Declare.
4694 (internal_lisp_condition_case): Declare.
4695
4696 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
4697 (Fmemory_full_p): Function deleted.
4698 (syms_of_alloc): Don't defsubr it.
4699 (memory_full_cons_threshold): New variable.
4700 (spare_memory): Now a vector of 7 elts.
4701 (buffer_memory_full): Don't set Vmemory_full here.
4702 (xfree): Don't try to refill here.
4703 (emacs_blocked_free): Record BYTES_USED in local var.
4704 (memory_full): Now free all the slots in spare_memory.
4705 (refill_memory_reserve): Allocate each slot in spare_memory.
4706 (init_alloc_once): Call refill_memory_reserve.
4707
4708 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
4709
4710 * eval.c (internal_lisp_condition_case): New function.
4711 (Fcondition_case): Use internal_lisp_condition_case.
4712 (Feval): Test Vmemory_full and memory_full_cons_threshold.
4713 (Ffuncall): Likewise.
4714
4715 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
4716
4717 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * syntax.c (Fparse_partial_sexp): Fix docstring.
4720
4721 2005-10-28 Romain Francoise <romain@orebokech.com>
4722
4723 * puresize.h (BASE_PURESIZE): Increment to 1130000.
4724
4725 2005-10-28 Richard M. Stallman <rms@gnu.org>
4726
4727 * xfns.c (syms_of_xfns): Provide `x' as feature.
4728
4729 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
4730
4731 * editfns.c (Fformat): Don't include string padding
4732 between info[n].start and info[n].end.
4733
4734 * alloc.c (spare_memory): No longer static.
4735 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
4736
4737 * puresize.h (BASE_PURESIZE): Increment to 1120000.
4738
4739 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
4742
4743 * fringe.c (update_window_fringes): Handle case where buffer ends
4744 with a newline.
4745
4746 2005-10-27 Kenichi Handa <handa@m17n.org>
4747
4748 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
4749
4750 2005-10-24 Kenichi Handa <handa@m17n.org>
4751
4752 * charset.h (charset_mule_unicode_0100_24ff)
4753 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4754 Extern them.
4755
4756 * charset.c (charset_mule_unicode_0100_24ff)
4757 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4758 New variables.
4759 (Fsetup_special_charsets): Initialize them.
4760
4761 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
4762 supported Unicode characters.
4763
4764 2005-10-25 Jason Rumney <jasonr@gnu.org>
4765
4766 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
4767
4768 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4769
4770 * image.c [MAC_OS] (image_load_qt_1): Check image size.
4771 Use GraphicsImportGetImageDescription instead of
4772 GraphicsImportGetNaturalBounds.
4773 [MAC_OSX] (image_load_quartz2d): Check image size.
4774 [MAC_OS] (xpm_load_image): Likewise.
4775
4776 * macterm.c (last_mouse_glyph_frame): New var.
4777 (note_mouse_movement): Say mouse moved if current frame differs
4778 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4779 (XTmouse_position): Set last_mouse_glyph_frame.
4780 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
4781 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
4782 Use EndianU16_BtoN.
4783 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
4784 (x_per_char_metric, XLoadQueryFont)
4785 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
4786 glyph bounds.
4787 (mac_to_x_fontname, mac_do_list_fonts)
4788 (mac_initialize_display_info): Change screen resolutions to 72dpi.
4789
4790 2005-10-25 Masatake YAMATO <jet@gyve.org>
4791
4792 * minibuf.c (Fdisplay_completion_list): Small doc fix.
4793
4794 2005-10-24 Kim F. Storm <storm@cua.dk>
4795
4796 * xterm.c: Undo 2005-10-23 change.
4797 (last_mouse_glyph_frame): New var.
4798 (note_mouse_movement): Say mouse moved if current frame differs
4799 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4800 (XTmouse_position): Set last_mouse_glyph_frame.
4801 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
4802 last_mouse_glyph] on mouse up/down event.
4803
4804 * editfns.c (Fcompare_buffer_substrings): Fix last change.
4805
4806 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
4809
4810 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4811
4812 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
4813 so tool tips don't interfere with press on tool bar button.
4814
4815 2005-10-23 Richard M. Stallman <rms@gnu.org>
4816
4817 * casetab.c (Fset_case_table): Doc fix.
4818
4819 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
4820 (readevalloop): Compute ENTIRE properly.
4821 (syms_of_lread) <load-history>: Doc fix.
4822
4823 2005-10-21 Richard M. Stallman <rms@gnu.org>
4824
4825 * lread.c (Fload): Simplify gcpro structure.
4826 Gcpro FOUND as well as FILE, but not EFOUND.
4827 Unless preloading, record FOUND instead of FILE in Vload_history.
4828 Rename repeat local FILE to MSG_FILE.
4829 (syms_of_lread) <load-history>: Doc fix.
4830
4831 2005-10-21 Kenichi Handa <handa@m17n.org>
4832
4833 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
4834
4835 2005-10-20 Kim F. Storm <storm@cua.dk>
4836
4837 * buffer.c (clone_per_buffer_values): Remove unused var tem.
4838 (init_buffer): Remove unused vars dotstat, pwdstat.
4839
4840 * ccl.c (check_ccl_update): Remove unused var vp.
4841
4842 * fileio.c (auto_save_error): Call SAFE_FREE.
4843
4844 * fns.c (Fchar_table_range): Remove unused var i.
4845
4846 * minibuf.c (display_completion_list_1): New wrapper function
4847 for Fdisplay_completion_list.
4848 (Fminibuffer_completion_help): Use it.
4849
4850 * term.c (encode_terminal_code): Remove unused var src_start.
4851
4852 * window.c (Fwindow_tree): Remove unused var alist.
4853
4854 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
4855
4856 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4857
4858 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
4859
4860 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
4861
4862 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
4863
4864 2005-10-20 Andreas Schwab <schwab@suse.de>
4865
4866 * minibuf.c (Fdisplay_completion_list): Doc fix.
4867
4868 2005-10-19 Kim F. Storm <storm@cua.dk>
4869
4870 * image.c (check_image_size): Handle integer Vmax_image_size value
4871 directly as max pixel value. Use default frame size for null frame.
4872 (syms_of_image) <max-image-size>: Describe integer value.
4873
4874 2005-10-19 Romain Francoise <romain@orebokech.com>
4875
4876 * emacs.c (main): Update copyright year.
4877
4878 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * image.c (Vmax_image_size): New variable.
4881 (check_image_size): New function.
4882 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
4883 (gif_load, gs_load): Use it.
4884 (lookup_image): Try loading again if previous load failed.
4885 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
4886 to display in, NULL if none.
4887 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
4888 argument.
4889
4890 2005-10-18 Richard M. Stallman <rms@gnu.org>
4891
4892 * search.c (Fstring_match): Doc fix.
4893
4894 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4895
4896 * macterm.c (note_mouse_movement): Use PtInRect.
4897 (XTread_socket): Also ignore mouse motion just before a button
4898 release event. Don't process button release event when mouse is
4899 not grabbed.
4900
4901 2005-10-16 Masatake YAMATO <jet@gyve.org>
4902
4903 * minibuf.c (Fdisplay_completion_list): Add new optional
4904 argument COMMON_SUBSTRING. Bind `completion-common-substring'
4905 to the optional argument during running `completion-setup-hook'.
4906
4907 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4908
4909 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
4910 Allow nil as argument.
4911 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
4912 for encoding arguments as UTF-16 in native byte order, no BOM.
4913
4914 * macfns.c (Fx_create_frame): Add debugging code.
4915 (Fx_show_tip): Set frame pixel width and height.
4916
4917 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
4918 (FRAME_NORMAL_GC): New macro.
4919 (mac_draw_line, mac_clear_area, mac_clear_window)
4920 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
4921 (mac_draw_image_string, mac_draw_image_string_16): Rename from
4922 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
4923 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
4924 All uses changed.
4925 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
4926 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
4927 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
4928 (mac_draw_string_16, mac_draw_image_string)
4929 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
4930 (mac_scroll_area): Drawing functions now take frame as destination.
4931 All uses changed.
4932 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
4933 (x_draw_fringe_bitmap): Set clipping area in face->gc.
4934
4935 * macterm.h (mac_clear_area): Add extern.
4936
4937 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4938
4939 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
4940 changes for xterm.c.
4941
4942 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
4943
4944 2005-10-14 Kenichi Handa <handa@m17n.org>
4945
4946 * search.c (search_buffer): Give up BM search on case-fold-search
4947 if one of a target character has a case-equivalence of different
4948 charset even if that target charcter is an ASCII.
4949
4950 * casefiddle.c (casify_object): Fix for the case that case
4951 conversion change the byte length.
4952
4953 2005-10-14 Kim F. Storm <storm@cua.dk>
4954
4955 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
4956 (handle_one_xevent): Only clear help_echo_string; restore it if
4957 note_mouse_movement didn't record any mouse movement.
4958
4959 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
4960 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
4961
4962 * keyboard.c (make_lispy_position): Adjust wx for left margin if
4963 ON_TEXT.
4964 (Fposn_at_x_y): Fix calculation of x coordinate.
4965 (Fposn_at_point): Return nil if point is hscrolled out of view.
4966
4967 2005-10-13 Andreas Schwab <schwab@suse.de>
4968
4969 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
4970 non-interactive mode.
4971
4972 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4973
4974 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
4975
4976 2005-10-12 Kim F. Storm <storm@cua.dk>
4977
4978 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
4979
4980 2005-10-12 Romain Francoise <romain@orebokech.com>
4981
4982 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
4983
4984 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4985
4986 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
4987 get end of text rows. Obtain header-line/mode-line rows directly.
4988
4989 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
4990 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
4991
4992 2005-10-12 Kim F. Storm <storm@cua.dk>
4993
4994 * xdisp.c (remember_mouse_glyph): New generic version based on
4995 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
4996 properly handle all different window areas.
4997
4998 * dispextern.h (remember_mouse_glyph): Add prototype.
4999
5000 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5001 (note_mouse_movement, XTmouse_position): Use generic
5002 remember_mouse_glyph, add last_mouse_glyph arg.
5003
5004 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5005 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5006 (note_mouse_movement, w32_mouse_position): Use generic
5007 remember_mouse_glyph, add last_mouse_glyph arg.
5008
5009 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5010 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5011 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5012 instead of pixel_to_glyph_coords.
5013
5014 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5015 Fix x position for ON_TEXT when left margin width > 0.
5016
5017 2005-10-11 Kim F. Storm <storm@cua.dk>
5018
5019 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
5020
5021 * keyboard.c (make_lispy_position): Fix buffer calculations for
5022 mouse click or movement in right fringe and the margins.
5023
5024 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * image.c (fn_jpeg_stdio_src): Don't define it.
5027 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5028 (our_common_init_source): Rename from `our_init_source'.
5029 (our_common_term_source): Rename from `our_term_source'.
5030 (our_memory_fill_input_buffer): Rename from
5031 `our_fill_input_buffer'.
5032 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5033 (jpeg_memory_src): Use the new names.
5034 (struct jpeg_stdio_mgr): New struct.
5035 (JPEG_STDIO_BUFFER_SIZE): New constant.
5036 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5037 (jpeg_file_src): New functions.
5038 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5039
5040 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5041
5042 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5043 (fm_font_family_alist): New variable.
5044 (syms_of_macterm): Initialize and staticpro it.
5045 (decode_mac_font_name): Replace '-' in family name with '_' if it
5046 occurs just once. Lower family name.
5047 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5048 All uses changed. Remove argument MF and code conversion for it.
5049 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5050 to CHARSET. Parse font size. Lower family name. Return integer
5051 value for status of parsing.
5052 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5053 Don't use Fdowncase because family name is already lowered by
5054 decode_mac_font_name.
5055 (init_font_name_table): Always call decode_mac_font_name.
5056 Add pair of family name and its reference to fm_font_family_alist.
5057 (mac_clear_font_name_table): Clear fm_font_family_alist.
5058 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5059 Lookup fm_font_family_alist to get font family reference.
5060 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5061 name is already lowered by parse_x_font_name.
5062
5063 2005-10-11 Kim F. Storm <storm@cua.dk>
5064
5065 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5066
5067 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5068 mouse click or movement in fringe.
5069
5070 2005-10-10 Jason Rumney <jasonr@gnu.org>
5071
5072 * xterm.c (remember_mouse_glyph): New function.
5073 (note_mouse_movement): Use it to remember the current glyph if changed.
5074 (XTmouse_position): Fix calculation of fake glyph under mouse.
5075 Move code to calculate glyph under mouse into remember_mouse_glyph.
5076
5077 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5078
5079 * emacs.c (USAGE3, standard_args): -nb => -nbi.
5080
5081 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5084 (next_frame, prev_frame, set_term_frame_name): Make static.
5085
5086 * window.c (Fwindow_tree): Fix spelling.
5087
5088 2005-10-09 Romain Francoise <romain@orebokech.com>
5089
5090 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5091
5092 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5093
5094 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5095 Add options -nb, --no-bitmap-icon.
5096
5097 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5098
5099 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5100
5101 * macgui.h (MAX_CLIP_RECTS): New define.
5102 (struct _XGC): New member clip_region.
5103 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5104 clip_rects.
5105
5106 * macterm.c (GC_CLIP_REGION): New macro.
5107 (saved_port_clip_region): New variable.
5108 (mac_begin_clip, mac_end_clip): New functions.
5109 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5110 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5111 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5112 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5113 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5114 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5115 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5116 rectangles stored in gc.
5117 (XFreeGC): Dispose of clipping region.
5118 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5119 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5120 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5121 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5122 (x_draw_bar_cursor): Use them.
5123 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5124 get multiple clipping rectangles.
5125
5126 * macterm.h (mac_term_init): Add types to extern.
5127 (struct mac_output): Remove members mWP and pending_menu_activation.
5128 Put members scroll_bar_foreground_pixel and
5129 scroll_bar_background_pixel in #if 0.
5130 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5131
5132 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
5133 Add debugging code.
5134
5135 2005-10-08 Kim F. Storm <storm@cua.dk>
5136
5137 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5138
5139 2005-10-07 Kim F. Storm <storm@cua.dk>
5140
5141 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5142 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5143 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5144
5145 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5146
5147 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5148 to for_overlaps. Now occupy 3 bits.
5149 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5150 (OVERLAPS_ERASED_CURSOR): New defines.
5151 (struct redisplay_interface): Add new OVERLAPS arg to member
5152 fix_overlapping_area.
5153 (x_fix_overlapping_area): Add new OVERLAPS arg.
5154 (get_glyph_string_clip_rects): Add extern.
5155
5156 * dispnew.c (redraw_overlapping_rows):
5157 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
5158
5159 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5160 for_overlaps.
5161 (get_glyph_string_clip_rects): New function created from
5162 get_glyph_string_clip_rect. Set clipping rectangles according to the
5163 value of for_overlaps. Enable to store multiple clipping rectangles.
5164 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5165 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5166 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
5167 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
5168 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
5169 calculating clipping rectangles later. Call x_fix_overlapping_area
5170 with new OVERLAPS arg to draw only erased cursor area.
5171 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
5172 to draw overlaps in both preceding and succeeding rows.
5173
5174 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5175 struct glyph_string to for_overlaps.
5176
5177 2005-10-04 Richard M. Stallman <rms@gnu.org>
5178
5179 * alloc.c (refill_memory_reserve): Conditionalize the body,
5180 not the function's existence.
5181
5182 2005-10-04 Kim F. Storm <storm@cua.dk>
5183
5184 * window.c (window_split_tree): New function.
5185 (Fwindow_split_tree): New defun.
5186 (syms_of_window): Defsubr it.
5187
5188 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5189
5190 * macterm.c (mac_invert_rectangle): New function.
5191 (XTflash): Use it.
5192
5193 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * regex.h (re_char): Don't expose it in the interface.
5196 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5197
5198 * regex.c (re_char): Move it back here.
5199 (re_set_whitespace_regexp): Change the arg's type to not use it.
5200
5201 * keyboard.c (make_lispy_event): If point has moved between down and up
5202 event, make it a drag, not a click, to mirror what
5203 mouse-drag-region expects.
5204
5205 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5206
5207 * lisp.h (fatal): Undo previous change.
5208 * term.c (fatal): Undo previous change.
5209
5210 2005-10-01 Richard M. Stallman <rms@gnu.org>
5211
5212 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5213
5214 2005-10-01 Kim F. Storm <storm@cua.dk>
5215
5216 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5217
5218 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5219
5220 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5221
5222 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
5223 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
5224 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5225 Try ATSUI-compatible 12pt Monaco font first.
5226
5227 * macgui.h (struct _XCharStruct): New member valid_p.
5228 (STORE_XCHARSTRUCT): Set valid_p.
5229 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5230
5231 * macterm.c (mac_draw_string_common, x_per_char_metric)
5232 (mac_compute_glyph_string_overhangs, init_font_name_table)
5233 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5234 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5235 (x_draw_glyph_string_background)
5236 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5237 XDrawImageString. Always draw background and foreground separately.
5238 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5239 functions for one-byte chars when using ATSUI-compatible fonts.
5240 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5241 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5242 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5243 max_char_or_byte2 more in detail.
5244 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5245
5246 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5247
5248 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
5249 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5250
5251 * unexelf.c (fatal): Fix prototype.
5252
5253 * term.c (fatal): Implement using varargs.
5254
5255 * regex.c (re_char): Move typedef ...
5256 * regex.h (re_char): ... here.
5257 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
5258
5259 * emacs.c (malloc_set_state): Fix return type.
5260 (endif): Fix type.
5261
5262 * lisp.h (fatal): Add argument types.
5263
5264 * dispextern.h (fatal): Delete prototype.
5265
5266 * systime.h (make_time): Prototype moved from ...
5267 * editfns.c (make_time): ... here.
5268
5269 * editfns.c: Move systime.h include after lisp.h.
5270 * dired.c:
5271 * xsmfns.c:
5272 * process.c: Likewise.
5273
5274 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5275 Add parameter types.
5276 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5277 (emacs_blocked_free): Change definition to match __free_hook.
5278 (emacs_blocked_malloc): Change definition to match __malloc_hook.
5279 (emacs_blocked_realloc): Change definition to match __realloc_hook.
5280
5281 2005-09-30 Romain Francoise <romain@orebokech.com>
5282
5283 * minibuf.c (Fread_buffer): Follow convention for reading from the
5284 minibuffer with a default value. Doc fix.
5285
5286 2005-09-29 Juri Linkov <juri@jurta.org>
5287
5288 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5289 Rename argument name `string' to `format-string'.
5290 (Fformat): Doc fix.
5291
5292 2005-09-28 Kim F. Storm <storm@cua.dk>
5293
5294 * image.c (gif_load): Fix size of allocated image buffer
5295 for images where a sub-image may be larger than the image's
5296 total height/width specifications.
5297
5298 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5299
5300 * macgui.h (struct _XCharStruct): Each member now takes short value.
5301
5302 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
5303
5304 * xfaces.c (lookup_derived_face): Add parameter type.
5305
5306 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
5307
5308 * marker.c (verify_bytepos): Add parameter type.
5309
5310 * process.c (get_operating_system_release): Move prototype ...
5311
5312 * systime.h (get_operating_system_release): ... here.
5313
5314 * xterm.c (handle_one_xevent): Refer to union field to match the
5315 type required by the function definition.
5316 (set_vertical_scroll_bar): Move prototype ...
5317
5318 * xterm.h: ... here.
5319
5320 * fns.c (internal_equal, seed_random): Fix prototypes.
5321 (internal_equal): Add missing parameter.
5322
5323 2005-09-25 Richard M. Stallman <rms@gnu.org>
5324
5325 * keyboard.c (update_menu_bindings): Variable deleted.
5326 (syms_of_keyboard): Don't defvar it.
5327 (parse_menu_item): Don't test it.
5328
5329 2005-09-23 Richard M. Stallman <rms@gnu.org>
5330
5331 * editfns.c (Fformat): Explicitly test for end of format string
5332 and don't use `index'.
5333
5334 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
5337 Define BROKEN_GET_CURRENT_DIR_NAME.
5338
5339 * sysdep.c (get_current_dir_name): Also define if
5340 BROKEN_GET_CURRENT_DIR_NAME.
5341
5342 * m/ibmrs6000.h: Test for USG5, not USG5_4.
5343
5344 2005-09-22 Kim F. Storm <storm@cua.dk>
5345
5346 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
5347 (message2): Fix commentary. Ok to use alloca'ed memory.
5348 Still not ok to use Lisp string data (because of GC).
5349 (set_message): Add comment why GC cannot happen.
5350
5351 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5352
5353 * macterm.c (xlfdpat_block_match_1): Fix assertion.
5354 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
5355 variants for a scalable font multiple times.
5356
5357 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5358
5359 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
5360 Setup slave tty options before forking.
5361
5362 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5363
5364 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
5365 positions have been set for the frame (as is done for frames in
5366 special-display-buffer-names).
5367
5368 2005-09-19 Kim F. Storm <storm@cua.dk>
5369
5370 * editfns.c (Fformat): Don't scan past end of format string that
5371 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
5372
5373 2005-09-18 Andreas Schwab <schwab@suse.de>
5374
5375 * window.h (struct window): Remove height_fixed_p, no longer set.
5376
5377 * window.c (make_window): Don't initialize height_fixed_p.
5378 (window_fixed_size_p): Don't use it.
5379
5380 2005-09-18 John Paul Wallington <jpw@pobox.com>
5381
5382 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
5383
5384 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5385
5386 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
5387
5388 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
5389 New variables.
5390 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
5391 file selection.
5392
5393 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
5394
5395 2005-09-17 Eli Zaretskii <eliz@gnu.org>
5396
5397 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
5398 (obj): Use XMENU_OBJ, not a literal xmenu.o.
5399
5400 2005-09-16 Romain Francoise <romain@orebokech.com>
5401
5402 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
5403
5404 2005-09-15 Richard M. Stallman <rms@gnu.org>
5405
5406 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
5407 (display_mode_element): Instead of `lisp_string' and `this',
5408 record `offset' and increment that.
5409 `last_offset' replaces `last'.
5410
5411 * Makefile.in (XMENU_OBJ): Variable deleted.
5412 (obj): Use xmenu.o unconditionally.
5413 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
5414
5415 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
5416
5417 2005-09-15 Kim F. Storm <storm@cua.dk>
5418
5419 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
5420 (reseat_at_next_visible_line_start): Likewise (in xassert).
5421
5422 2005-09-14 Romain Francoise <romain@orebokech.com>
5423
5424 * fileio.c (write_region_inhibit_fsync): New variable.
5425 (Fwrite_region): Use it to skip call to fsync.
5426 (syms_of_fileio): Initialize it.
5427
5428 2005-09-14 Kenichi Handa <handa@m17n.org>
5429
5430 * coding.c (code_convert_region_unwind): Argument format changed.
5431 (run_pre_post_conversion_on_str): If pre-write-conversion function
5432 changed the current buffer, delete the new buffer.
5433 (run_pre_write_conversin_on_c_str): Likewise.
5434
5435 * fileio.c (Fexpand_file_name): Check multibyteness of
5436 default_directory.
5437
5438 2005-09-13 Kenichi Handa <handa@m17n.org>
5439
5440 * composite.c (compose_chars_in_text): Delete it.
5441
5442 * composite.h (compose_chars_in_text): Delete extern.
5443
5444 2005-09-13 Kim F. Storm <storm@cua.dk>
5445
5446 * print.c (print_error_message): Fix last change.
5447
5448 2005-09-12 Kim F. Storm <storm@cua.dk>
5449
5450 * composite.c (compose_chars_in_text): Fix setup of `pend'.
5451 Unconditionally reload `ptr' and `pend' after eval.
5452
5453 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
5454
5455 * print.c (print_error_message): Pass copy of caller name to
5456 message_dolog.
5457
5458 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
5459
5460 2005-09-12 Kenichi Handa <handa@m17n.org>
5461
5462 * xdisp.c (display_mode_element): Be sure to make variables THIS
5463 and LISP_STRING point into a string data of ELT.
5464
5465 2005-09-12 Kim F. Storm <storm@cua.dk>
5466
5467 * editfns.c (Ftranslate_region_internal): Reload `tt' after
5468 signal_after_change that may have GC'ed.
5469 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
5470
5471 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
5472 after insert while runs signal_after_change.
5473
5474 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
5475 declaration to where it is used.
5476
5477 * w32.c (check_windows_init_file): Fix allocation of error buffer.
5478
5479 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
5480 (x_set_name_internal): Call x_encode_text with new FREEP arg to
5481 know if xfree is needed instead of guessing.
5482
5483 * xterm.h (x_encode_text): Remove prototype.
5484
5485 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
5486
5487 * w32term.c (x_bitmap_icon): Load small icons too.
5488
5489 2005-09-10 Romain Francoise <romain@orebokech.com>
5490
5491 * buffer.c (init_buffer): Grow buffer to add directory separator
5492 and terminal zero. Fix typos.
5493
5494 2005-09-10 Eli Zaretskii <eliz@gnu.org>
5495
5496 * buffer.c (init_buffer): Fix error message for failed call to
5497 get_current_dir_name.
5498 (get_current_dir_name): Remove prototype.
5499
5500 * xsmfns.c (get_current_dir_name): Remove prototype.
5501
5502 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5503 Add prototype.
5504
5505 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
5506 Don't #undef NULL after including blockinput.h.
5507
5508 * config.in: Regenerated.
5509
5510 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5511
5512 Remove the MAXPATHLEN limitations:
5513
5514 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5515 New function.
5516
5517 * buffer.c (init_buffer): Use it.
5518
5519 * xsmfns.c (smc_save_yourself_CB): Ditto.
5520
5521 2005-09-09 Kim F. Storm <storm@cua.dk>
5522
5523 * doc.c (Fsubstitute_command_keys): Lookup key binding for
5524 commands that are remapped from some other command.
5525
5526 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
5527 flag in disabled rows below the window.
5528
5529 * frame.h (struct frame): New member updated_p.
5530
5531 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
5532 member. Remove local `updated' array and associated variables.
5533
5534 2005-09-07 Kim F. Storm <storm@cua.dk>
5535
5536 * xdisp.c (handle_display_prop): Respect overlay window property.
5537
5538 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
5539 Fixes crash reported by YAMAMOTO Mitsuharu.
5540
5541 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5542
5543 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
5544 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
5545 (xlfdpat_block_match_1, xlfdpat_match): New functions.
5546 (xlfdpat_block_match): New macro.
5547 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
5548 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
5549 (add_font_name_table_entry): Increase font_name_table_size more
5550 rapidly.
5551 (mac_c_string_match): Remove function.
5552 (mac_do_list_fonts): Use XLFD pattern match instead of regular
5553 expression match.
5554
5555 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
5556
5557 2005-09-03 Richard M. Stallman <rms@gnu.org>
5558
5559 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
5560 (move_it_in_display_line_to): Stop after last char on line even
5561 on a windowing terminal, if that's the specified stop position.
5562
5563 * fns.c (Fsort): Doc fix.
5564
5565 * editfns.c (Fpropertize): Don't insist that properties be symbols.
5566
5567 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * dired.c (directory_files_internal_unwind, directory_files_internal)
5570 (file_name_completion): Use a Save_Value object rather than a cons of
5571 two 16bit ints to store the DIR*.
5572 (directory_files_internal, file_name_completion): Handle both EINTR and
5573 EAGAIN consistently after `readdir'.
5574
5575 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * intervals.c (update_interval): Add position info in error.
5578
5579 * dispnew.c (window_to_frame_hpos, update_window):
5580 Avoid gcc warning about unused variable `f'.
5581
5582 2005-08-31 Jason Rumney <jasonr@gnu.org>
5583
5584 * w32menu.c (add_menu_item): If unicode_append_menu returns an
5585 error, revert to using AppendMenu.
5586
5587 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5588
5589 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
5590 All uses changed.
5591 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
5592 cases.
5593 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
5594 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
5595 Use posix_pathname_to_fsspec.
5596 [MAC_OS] (xpm_load_image): Fill in background_transparent field
5597 while we have mask.
5598
5599 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
5600
5601 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
5602
5603 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * syntax.c (update_syntax_table): Properly reproduce the special +1
5606 setting of e_property at the end of the buffer when bumping into the
5607 INTERVALS_AT_ONCE limit.
5608
5609 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5610
5611 * emacs.c (USAGE1): Fix the description of the -Q option.
5612
5613 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
5616
5617 2005-08-26 Kim F. Storm <storm@cua.dk>
5618
5619 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
5620 Don't move PT to new window start.
5621
5622 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5623
5624 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
5625 ICONIFY/DEICONIFY_EVENT.
5626
5627 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
5628 Restore background color.
5629 (mac_handle_visibility_change): New function.
5630 (x_make_frame_invisible, x_iconify_frame)
5631 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
5632 [USE_CARBON_EVENTS] (mac_handle_window_event)
5633 (install_window_handler): Handle visibility change events.
5634 (x_make_frame_visible): Don't reposition window if it is iconified
5635 or asked for visible before. Select and uncollapse window when it
5636 is made visible.
5637 (x_make_frame_invisible): Don't reset x_highlight_frame.
5638 (x_iconify_frame): Likewise. Make invisible frame visible before
5639 it is iconified.
5640 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
5641 (do_window_update): Don't change visibility of invisible frame.
5642
5643 2005-08-22 Juri Linkov <juri@jurta.org>
5644
5645 * term.c (turn_on_face): Check for TS_set_foreground and
5646 TS_set_background depending on standout_mode. Simplify.
5647
5648 2005-08-21 Kim F. Storm <storm@cua.dk>
5649
5650 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
5651 bitmaps on fully visible rows.
5652
5653 * fringe.c (update_window_fringes): Replace FORCE_P arg with
5654 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
5655 and return 0.
5656
5657 * xdisp.c (redisplay_window): Call update_window_fringes with
5658 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
5659
5660 2005-08-20 Richard M. Stallman <rms@gnu.org>
5661
5662 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
5663 (resize_mini_window): Set w->start, and PT, so as to display the tail
5664 end of the buffer, if it doesn't all fit.
5665
5666 2005-08-18 Kim F. Storm <storm@cua.dk>
5667
5668 * xdisp.c (calc_pixel_width_or_height): Use actual display
5669 resolution when available instead of Vdisplay_pixels_per_inch.
5670
5671 2005-08-17 Kim F. Storm <storm@cua.dk>
5672
5673 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
5674
5675 * dispnew.c (buffer_posn_from_coords): Check that target row is
5676 within matrix.
5677
5678 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5679
5680 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
5681 xg_set_frame_icon and call it.
5682
5683 * gtkutil.c (xg_set_frame_icon): New function.
5684
5685 * gtkutil.h (xg_set_frame_icon): Declare it.
5686
5687 2005-08-16 Kim F. Storm <storm@cua.dk>
5688
5689 * dispnew.c (increment_row_positions): Skip non-enabled rows.
5690
5691 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
5692 (Fcurrent_window_configuration): Use VECSIZE macro instead.
5693
5694 2005-08-15 Richard M. Stallman <rms@gnu.org>
5695
5696 * xdisp.c (message3_nolog): Clear echo_message_buffer.
5697
5698 2005-08-15 Kim F. Storm <storm@cua.dk>
5699
5700 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
5701
5702 * process.c (deactivate_process, status_notify, read_process_output)
5703 (update_status, status_convert, decode_status, allocate_pty)
5704 (make_process, remove_process, list_processes_1)
5705 (create_process_1, unwind_request_sigio, read_process_output)
5706 (send_process, keyboard_bit_set): Declare static.
5707 (Fdelete_process): Simplify. Pass process to status_notify, so we
5708 don't try to read output from it.
5709 (status_notify): New arg deleting_process--don't try to read
5710 output from that process.
5711
5712 * lisp.h (deactivate_process, status_notify, read_process_output):
5713 Remove prototypes.
5714
5715 2005-08-14 Richard M. Stallman <rms@gnu.org>
5716
5717 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
5718 define_image_type.
5719
5720 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5721
5722 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
5723 (xg_get_image_for_pixmap): Move some code to
5724 xg_get_pixbuf_from_pix_and_mask, and call it.
5725
5726 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
5727
5728 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
5729 to get an GTK icon and set it with GTK functions to avoid having GTK
5730 override an icon set with just X functions.
5731
5732 2005-08-11 Richard M. Stallman <rms@gnu.org>
5733
5734 * image.c (syms_of_image): Init image_types here, and call
5735 define_image_type.
5736 (init_image): Not here.
5737
5738 2005-08-09 Richard M. Stallman <rms@gnu.org>
5739
5740 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
5741
5742 * lisp.h (QUIT): Throw t to Vthrow_on_input.
5743
5744 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
5745
5746 * floatfns.c (Fexpt): Use floats for negative exponent.
5747
5748 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5749
5750 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
5751 should not be there, causing menu display errors with GTK 2.6.9.
5752
5753 2005-08-07 Richard M. Stallman <rms@gnu.org>
5754
5755 * floatfns.c (Fexpt): Undo previous change.
5756
5757 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
5758 so it can be used with various state vectors.
5759
5760 * emacs.c (endif): Convert -script into -scriptload.
5761 (standard_args): Add -scriptload. Allow -basic-display with one dash.
5762
5763 * fns.c (syms_of_fns): Add `emacs' to features.
5764
5765 * term.c (set_terminal_modes): If no TS_termcap_modes string,
5766 output newlines to scroll the old screen contents off the screen.
5767
5768 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
5769
5770 * floatfns.c (Fexpt): Use floats for negative exponent.
5771 Reported by D Goel.
5772
5773 2005-08-02 Richard M. Stallman <rms@gnu.org>
5774
5775 * frame.c (Fframe_char_width): Doc fix.
5776
5777 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
5778
5779 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
5780 Defvar it.
5781
5782 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
5785 (my_create_window, my_create_tip_window): Make static.
5786
5787 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
5788 (my_set_foreground_window, my_destroy_window): Make static.
5789
5790 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5791
5792 Merge gnulib getopt implementation into Emacs.
5793
5794 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
5795 now part of lib-src.
5796
5797 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
5800
5801 2005-07-25 Jason Rumney <jasonr@gnu.org>
5802
5803 * w32menu.c (w32_menu_display_help): Suppress tooltip when
5804 navigating menus with the keyboard.
5805
5806 2005-07-23 Richard M. Stallman <rms@gnu.org>
5807
5808 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
5809
5810 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
5811 gc_relative_threshold, one by one.
5812
5813 * keyboard.c (read_char): Test gc_cons_threshold.
5814 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
5815
5816 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
5817 gc_relative_threshold, one by one.
5818
5819 * alloc.c (gc_cons_threshold): Not static.
5820 (gc_cons_combined_threshold): Var deleted.
5821 (gc_relative_threshold): New variable.
5822 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
5823 instead of gc_cons_combined_threshold.
5824
5825 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
5826 (gc_cons_combined_threshold): Declaration deleted.
5827
5828 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5829
5830 * mac.c: Don't include stdlib.h or string.h.
5831 (Fdo_applescript, Fmac_file_name_to_posix)
5832 (Fmac_file_name_to_posix): Doc fixes.
5833 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
5834 (Fmac_code_convert_string): Likewise.
5835 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
5836 if the executable is not contained in a bundle.
5837
5838 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
5839 (gray_width, gray_height): Remove defines.
5840 (gray_bits, gray_bitmap_width, gray_bitmap_height)
5841 (gray_bitmap_bits): Remove variables.
5842 (lispy_function_keys): Remove extern.
5843 (free_frame_menubar): Add extern.
5844 (x_window_to_frame): Remove function.
5845 (unwind_create_tip_frame): Add declaration.
5846 (x_set_name_internal): New function.
5847 (x_set_name, x_set_title): Use it.
5848 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
5849 (Fx_display_pixel_height, Fx_display_planes)
5850 (Fx_display_color_cells, Fx_server_max_request_size)
5851 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5852 (Fx_display_mm_height, Fx_display_mm_width)
5853 (Fx_display_backing_store, Fx_display_visual_class)
5854 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
5855
5856 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
5857
5858 * macselect.c (Fx_own_selection_internal): Follow error conventions.
5859 (Fx_get_selection_internal, Fx_selection_owner_p)
5860 (Fx_selection_exists_p): Doc fixes.
5861 (syms_of_macselect) <selection-converter-alist>: Likewise.
5862
5863 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5866
5867 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
5868 (Fccl_execute_on_string): Likewise; add usage info.
5869
5870 * composite.c (Fcompose_region_internal)
5871 (Fcompose_string_internal):
5872 Improve argument/docstring consistency.
5873
5874 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
5875 Fix typos in docstrings.
5876
5877 * textprop.c (Fnext_char_property_change)
5878 (Fprevious_char_property_change): Doc fixes.
5879
5880 * window.c (Fset_window_margins, Fset_window_fringes):
5881 Improve argument/docstring consistency.
5882
5883 * xfaces.c (Finternal_lisp_face_p): Doc fix.
5884
5885 2005-07-21 Andreas Schwab <schwab@suse.de>
5886
5887 * eval.c (restore_stack_limits): Return a value.
5888
5889 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5890
5891 * eval.c (Fdefvar): Doc fix.
5892
5893 2005-07-20 Kim F. Storm <storm@cua.dk>
5894
5895 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
5896 Use make_save_value to unwind protect stream.
5897
5898 * lread.c (Fload, load_unwind):
5899 Use make_save_value to unwind protect stream.
5900
5901 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * eval.c (Fprog2, Fcalled_interactively_p),
5904 (syms_of_eval) <debug-on-quit>: Doc fixes.
5905 (syms_of_eval) <max-specpdl-size>:
5906 (Finteractive_p): Fix typos in docstrings.
5907
5908 2005-07-19 Kim F. Storm <storm@cua.dk>
5909
5910 * w32fns.c (Vx_hand_shape): Variable removed.
5911 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
5912
5913 2005-07-19 Kenichi Handa <handa@m17n.org>
5914
5915 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
5916
5917 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
5920
5921 2005-07-18 Kim F. Storm <storm@cua.dk>
5922
5923 * frame.h (struct frame): New member already_hscrolled_p.
5924
5925 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
5926 to avoid redisplay looping hscrolling back and forth ad infinitum.
5927
5928 2005-07-18 Juri Linkov <juri@jurta.org>
5929
5930 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
5931 * keymap.c (Fminor_mode_key_binding):
5932 * macterm.c (mac-emulate-three-button-mouse):
5933 Delete duplicate duplicate words.
5934
5935 2005-07-18 Ken Raeburn <raeburn@gnu.org>
5936
5937 * minibuf.c (Ftest_completion): Fix odd syntax in test.
5938
5939 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5940
5941 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
5942
5943 * macgui.h (struct _XGC): New struct.
5944 (GC): Use it.
5945 (GCForeground, GCBackground, GCFont): Use X11 mask values.
5946 (XCreateGC, XParseGeometry): Move externs to macterm.h.
5947
5948 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
5949 (XSetFont): Add declaration.
5950 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
5951 Remove functions.
5952 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
5953 New defines.
5954 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
5955 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
5956 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
5957 Use them.
5958 (mac_erase_rectangle): New function.
5959 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
5960 (x_draw_stretch_glyph_string): Use it.
5961 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
5962 (XSetBackground, XSetFont): Adjust for new GC implementation.
5963 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
5964 (XTset_vertical_scroll_bar): Clear area under scroll bar.
5965
5966 * macterm.h (struct mac_display_info): Change types of
5967 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
5968 (XCreateGC, XParseGeometry): Move externs from macgui.h.
5969
5970 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
5971
5972 2005-07-16 Richard M. Stallman <rms@gnu.org>
5973
5974 * buffer.c (Fmake_overlay): Doc fix.
5975
5976 2005-07-16 Eli Zaretskii <eliz@gnu.org>
5977
5978 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
5979 Vw32_valid_locale_ids, and Vw32_valid_codepages.
5980
5981 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5982
5983 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
5984 Use Fstring_as_unibyte instead of string_make_unibyte.
5985
5986 2005-07-15 Richard M. Stallman <rms@gnu.org>
5987
5988 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
5989
5990 2005-07-15 Kim F. Storm <storm@cua.dk>
5991
5992 * xdisp.c: Fix redisplay loop in last change.
5993 (IT_POS_VALID_AFTER_MOVE_P): New macro.
5994 (move_it_vertically_backward, move_it_by_lines): Use it.
5995
5996 2005-07-14 Jason Rumney <jasonr@gnu.org>
5997
5998 * w32.c (init_environment): Default HOME directory to user's
5999 appdata directory if possible.
6000
6001 2005-07-14 Kim F. Storm <storm@cua.dk>
6002
6003 * .gdbinit (pitx): Fix output format. Print string charpos.
6004
6005 * lread.c (syms_of_lread): Initialize seen_list.
6006
6007 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6008
6009 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6010 Staticpro re_match_object.
6011
6012 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6013
6014 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6015 dereference.
6016
6017 * macterm.c (mac_window_to_frame): Remove duplicate define.
6018
6019 2005-07-14 Kenichi Handa <handa@m17n.org>
6020
6021 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
6022 (code_convert_region): Adjust for the above change.
6023 (set_conversion_work_buffer): If the work buffer is already in
6024 use, generate a new buffer and return it. Otherwise return Qnil.
6025 (run_pre_post_conversion_on_str): Adjust for the above change.
6026 (run_pre_write_conversin_on_c_str): Likewise.
6027
6028 2005-07-13 Kim F. Storm <storm@cua.dk>
6029
6030 * xdisp.c (start_display): Don't reseat to next visible line start
6031 if current start position is in a string or image.
6032 (move_it_vertically_backward): Be sure to move out of strings and
6033 images when moving it2 forward.
6034 (move_it_by_lines): When moving forward, move to next buffer
6035 position if we end up in a string or image. When moving backward,
6036 count rows moved over when moving to start of current row in case
6037 row starts in middle of a string or image. Also move further
6038 backward if we end up in a string or image.
6039 (try_cursor_movement): If overlay string spans multiple lines,
6040 move backward to set cursor on start of an overlay string.
6041 (cursor_row_p): Row is ok if cursor is at newline from string, but
6042 string starts on this line (so we always position cursor at start
6043 of string).
6044
6045 * indent.c (Fvertical_motion): If start position is on an image,
6046 don't move back if we move too far (that's almost certain to happen).
6047
6048 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6049 row in minibuffer windows.
6050 (try_window): Don't check margins in minibuffer windows.
6051
6052 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6053
6054 * macterm.c: Don't include stdlib.h or composite.h.
6055 (x_use_underline_position_properties, last_mouse_press_frame)
6056 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6057 (syms_of_macterm, mac_initialize): Don't initialize them.
6058 (waiting_for_input, initial_argv, initial_argc)
6059 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6060 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6061 (extra_keyboard_modifiers): Fix type in extern.
6062 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6063 (x_scroll_bar_report_motion): Add argument types to declaration.
6064 (mac_compute_glyph_string_overhangs): Add declaration.
6065 (disable_mouse_highlight): Remove unused variable.
6066 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6067 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
6068 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6069 All callers changed.
6070 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6071 timestamp.
6072 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6073 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6074 only when its width is less than the height.
6075 (XTredeem_scroll_bar): Sync with xterm.c.
6076 (font_name_table, font_name_table_size, font_name_count):
6077 Make static.
6078 (drag_and_drop_file_list): Remove variable. Previous use is now
6079 local to function.
6080 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6081 from XTread_socket.
6082 (XTread_socket): Consolidate setting of event timestamp.
6083 Move DRAG_N_DROP event construction part to do_ae_open_documents.
6084 Support extra_keyboard_modifiers.
6085
6086 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6087 beginning with that for ASCII.
6088
6089 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6092 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6093 (syms_of_alloc): Declare gc-cons-percentage.
6094
6095 * eval.c (Feval, Ffuncall):
6096 * keyboard.c (read_char):
6097 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6098
6099 * lisp.h (gc_cons_combined_threshold): Declare.
6100
6101 2005-07-12 Kim F. Storm <storm@cua.dk>
6102
6103 * coding.c (Qprocess_argument):
6104 * coding.h (Qprocess_argument): Remove unused var.
6105
6106 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6107
6108 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6109
6110 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6111 Endian.h.
6112 [!MAC_OSX] (fchmod, fchown): New functions.
6113 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6114 Use SBYTES and EndianU32_BtoN.
6115 (mac_get_object_from_code): Return 4 byte string even if argument
6116 is 0. Use make_unibyte_string and EndianU32_NtoB.
6117 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6118 (Fmac_set_file_type): Fix documents and argument declarations.
6119 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6120
6121 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6124
6125 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6126
6127 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6128 Lucid if X_I18N, font otherwise.
6129
6130 2005-07-10 Steven Tamm <steventamm@mac.com>
6131
6132 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6133 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6134 (mac_get_object_from_code, mac_get_code_from_arg): Add.
6135
6136 2005-07-10 Richard M. Stallman <rms@gnu.org>
6137
6138 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6139 (syms_of_lread): Set up eval-buffer-list.
6140 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6141
6142 2005-07-08 Richard M. Stallman <rms@gnu.org>
6143
6144 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6145
6146 2005-07-08 Kim F. Storm <storm@cua.dk>
6147
6148 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6149 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6150
6151 2005-07-07 Kim F. Storm <storm@cua.dk>
6152
6153 * window.c (Frecenter): Fix last change (set iarg before use).
6154
6155 2005-07-06 Richard M. Stallman <rms@gnu.org>
6156
6157 * window.c (Frecenter): When arg is inside the scroll margin,
6158 move it out of the margin.
6159
6160 2005-07-06 Jason Rumney <jasonr@gnu.org>
6161
6162 * w32console.c (initialize_w32_display): Detect when the console
6163 dimensions are insane, and default to 80x25 instead.
6164 (w32_use_full_screen_buffer): Default to NIL.
6165
6166 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6167
6168 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6169 VERTICAL_BORDER_FACE_ID for vertical border line.
6170 (mac_encode_char): Call check_ccl_update in advance.
6171 (mac_to_x_fontname, x_font_name_to_mac_font_name)
6172 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6173 Don't assume that font family length is less than 32.
6174 (x_compute_min_glyph_bounds): Make static.
6175 (x_load_font): Never set fonts_changed_p to zero.
6176
6177 2005-07-04 Lute Kamstra <lute@gnu.org>
6178
6179 * Update FSF's address in GPL notices.
6180
6181 2005-07-03 Richard M. Stallman <rms@gnu.org>
6182
6183 * xdisp.c (try_window): Fix previous change in how it handles
6184 a partially-visible line or one only partly past the margin.
6185
6186 * window.c (window_scroll_pixel_based): Take account
6187 of this_scroll_margin when finding point when scrolling up.
6188
6189 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6190
6191 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6192 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
6193 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6194
6195 2005-07-02 Juri Linkov <juri@jurta.org>
6196
6197 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6198 VERTICAL_BORDER_FACE_ID for vertical border line.
6199
6200 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6201
6202 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6203 fchmod so that chmod doesn't get called on MSDOS before the file
6204 is closed.
6205
6206 2005-07-01 Jason Rumney <jasonr@gnu.org>
6207
6208 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6209 workaround.
6210 (w32_initialize): Initialize it.
6211 (w32_native_per_char_metric): Allow a couple of extra pixels when
6212 Cleartype is active.
6213
6214 * w32term.c (w32_initialize): Move check for screen reader here
6215 from syms_of_w32term.
6216
6217 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6218
6219 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6220 is not zero.
6221
6222 2005-07-01 Masatake YAMATO <jet@gyve.org>
6223
6224 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
6225
6226 2005-06-30 Juri Linkov <juri@jurta.org>
6227
6228 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6229 decrease x coord of vertical border by 1 pixel to not occupy text
6230 area of the right window.
6231
6232 * xterm.c (x_draw_vertical_window_border): Use foreground of
6233 VERTICAL_BORDER_FACE_ID for vertical border line.
6234
6235 * term.c (turn_on_face): In standout mode apply specified
6236 fg to bg, and specified bg to fg (this makes the logic of
6237 inversion on terminal consistent with X).
6238
6239 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * eval.c (user_variable_p_eh): New function.
6242 (Fuser_variable_p): Use it. Clarify docstring.
6243 Return t for aliases of user options, nil for alias loops.
6244
6245 2005-06-27 Richard M. Stallman <rms@gnu.org>
6246
6247 * eval.c (Fdefvar): Improve error message.
6248
6249 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6250
6251 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6252 change.
6253
6254 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
6255
6256 * eval.c (Fdefvar): Don't try to set constant symbols.
6257
6258 2005-06-25 Richard M. Stallman <rms@gnu.org>
6259
6260 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6261
6262 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6263
6264 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6265
6266 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6267 (redisplay_window): Handle try_window reporting point in scroll margin.
6268
6269 * dispextern.h (try_window): Declare new arg.
6270
6271 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6272 Use fchmod to copy the file modes.
6273 (Frename_file): Don't copy UID and GID here;
6274 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6275
6276 * eval.c (call_debugger): Take full care of extending stack limits
6277 to make space for the debugger, and restore the change afterward.
6278 Bind debug-on-error to nil.
6279 (restore_stack_limits): New subroutine.
6280 (Fsignal): Extend specpdl bound along with eval depth bound,
6281 for calling edebug. Don't do either one, for calling debugger.
6282 (find_handler_clause): Don't bind debug-on-error here.
6283 Don't unbind anything either.
6284 Temporarily advance max_specpdl_size for calling
6285 internal_with_output_to_temp_buffer.
6286 (grow_specpdl): Don't alter max_specpdl_size before signaling
6287 an error.
6288 (syms_of_eval) <max-specpdl-size>: Doc fix.
6289
6290 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6291
6292 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6293
6294 * fileio.c (Frename_file): Undo last change: no need to ifdef away
6295 chown on DOS_NT platforms.
6296
6297 * w32.c (sys_chown): New function.
6298
6299 * s/ms-w32.h (chown): New; define to sys_chown.
6300
6301 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
6304 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
6305
6306 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
6307
6308 2005-06-23 Richard M. Stallman <rms@gnu.org>
6309
6310 * xdisp.c (get_next_display_element): Finish reversing the tests of
6311 Vnobreak_char_display.
6312
6313 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
6314 All uses changed.
6315 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
6316 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
6317
6318 * fileio.c (Frename_file): Preserve owner and group, if possible,
6319 when copying.
6320
6321 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6322
6323 * abbrev.c (Funexpand_abbrev):
6324 * category.c (Fmake_category_set):
6325 * dispnew.c (Fsleep_for, Fsit_for):
6326 * editfns.c (Fsubst_char_in_region):
6327 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
6328 * frame.c (make_frame_without_minibuffer):
6329 * lread.c (read_vector):
6330 * macfns.c (check_x_frame):
6331 * process.c (Fstop_process, Fcontinue_process):
6332 * search.c (Freplace_match):
6333 * syntax.c (Fstring_to_syntax):
6334 * w32fns.c (check_x_frame, check_x_display_info):
6335 * xfaces.c (x_supports_face_attributes_p):
6336 * xselect.c (Fx_own_selection_internal): Follow error conventions.
6337
6338 * image.c (fn_png_init_io): Don't define it.
6339 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
6340 (png_read_from_file): New function, based on png_read_from_memory.
6341 (png_load): Use it, instead of fn_png_init_io.
6342
6343 2005-06-23 Kim F. Storm <storm@cua.dk>
6344
6345 * search.c (Fmatch_data): Remove evaporate option.
6346 (Fset_match_data): Do not mention evaporate option in doc string.
6347 Add commentary explaining evaporate arg (for internal use only).
6348 (unwind_set_match_data): Add comment on evaporate use.
6349
6350 2005-06-22 Miles Bader <miles@gnu.org>
6351
6352 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
6353 (realize_basic_faces, syms_of_xfaces): Update references to it.
6354 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
6355 to `VERTICAL_BORDER_FACE_ID'.
6356 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
6357
6358 2005-06-21 Juri Linkov <juri@jurta.org>
6359
6360 * dispextern.h: Add extern Qframe_set_background_mode.
6361
6362 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
6363 Qframe_set_background_mode.
6364
6365 * frame.c (Fmodify_frame_parameters):
6366 Call frame-set-background-mode after changing the background color
6367 on non-window non-dos branch.
6368
6369 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6370
6371 * fns.c (Fchar_table_range):
6372 * process.c (Fmake_network_process): Fix spellings.
6373
6374 2005-06-20 Kim F. Storm <storm@cua.dk>
6375
6376 * fns.c (Fsort): Doc fix.
6377
6378 2005-06-20 Miles Bader <miles@gnu.org>
6379
6380 * xfaces.c (Qvertical_divider): New variable.
6381 (realize_basic_faces): Realize its face.
6382 (syms_of_xfaces): Initialize it.
6383
6384 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
6385
6386 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
6387 window-separator on ttys using `vertical-divider' face by default.
6388
6389 2005-06-17 Richard M. Stallman <rms@gnu.org>
6390
6391 * xdisp.c (get_next_display_element):
6392 Reverse test of Vshow_nonbreak_escape.
6393
6394 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
6395 (Ftty_no_underline): New function.
6396 (syms_of_term): defsubr it.
6397
6398 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
6399
6400 * dispnew.c (spec_glyph_lookup_face): New function.
6401 (build_frame_matrix_from_leaf_window): Use it.
6402
6403 * dispextern.h (spec_glyph_lookup_face): Add declaration.
6404
6405 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6406
6407 2005-06-12 Richard M. Stallman <rms@gnu.org>
6408
6409 * keyboard.c (read_char): After catching a longjmp,
6410 call restore_getcjmp.
6411
6412 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * xselect.c (lisp_data_to_selection_data): Fix spelling.
6415
6416 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6417
6418 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
6419 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
6420 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
6421 events.
6422 (XTread_socket): Don't pass keyboard events with the option
6423 modifier to the system when Vmac_command_key_is_meta is nil or
6424 Vmac_option_modifier is non-nil.
6425 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
6426 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
6427 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
6428 handler function.
6429 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
6430 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
6431 handler part to mac_handle_mouse_event.
6432
6433 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
6436 NEW-ALIAS and BASE-VARIABLE, respectively.
6437
6438 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6441 (get_phys_cursor_geometry, format_mode_line_unwind_data)
6442 (get_line_height_property, x_produce_glyphs): Remove unused vars.
6443
6444 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
6445
6446 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6447
6448 * w32term.c (x_use_underline_position_properties): New variable.
6449 (x_draw_glyph_string): Remind in a comment to change doc string of
6450 x-use-underline-position-properties if/when underline positioning
6451 is implemented.
6452 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
6453 and initialize it to nil.
6454
6455 2005-06-12 Jason Rumney <jasonr@gnu.org>
6456
6457 * w32fns.c (NEWOPENFILENAME): New struct.
6458 (Fx_file_dialog): Use it to trick the system into giving us up to
6459 date dialogs on systems that are documented to support it.
6460 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
6461
6462 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6463
6464 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
6465 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
6466
6467 2005-06-11 Eli Zaretskii <eliz@gnu.org>
6468
6469 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
6470 to CreateDIBSection to avoid a compiler warning.
6471 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
6472 warning.
6473 (png_load): Cast return values of fn_png_create_read_struct and
6474 fn_png_create_info_struct, to avoid compiler warnings on W32.
6475 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
6476 to avoid compiler warnings.
6477 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
6478 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
6479 avoid a compiler warning.
6480 (tiff_load): Cast return values of fn_TIFFOpen and
6481 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
6482 to IMAGE_BACKGROUND to avoid a compiler warning.
6483 (gif_load): Cast return values of fn_DGifOpenFileName and
6484 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
6485 IMAGE_BACKGROUND to avoid a compiler warning.
6486 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
6487 before redefining.
6488
6489 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
6490 the call to CreateDIBSection, to avoid a compiler warning.
6491
6492 2005-06-11 Jason Rumney <jasonr@gnu.org>
6493
6494 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
6495 minibuffer.
6496 * macfns.c (Fx_file_dialog): Likewise.
6497
6498 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6499
6500 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
6501
6502 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6503
6504 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
6505 * w32fns.c (syms_of_w32fns): Fix spellings.
6506
6507 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6508
6509 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
6510 `verbose'; print diagnostic messages only if it is non-zero.
6511 All callers changed to pass a zero value unless DEBUG_DUMP is defined
6512 in the environment.
6513 (copy_executable_and_dump_data): Print section names with %.8s.
6514
6515 2005-06-10 Masatake YAMATO <jet@gyve.org>
6516
6517 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
6518 when mouse_face is not given.
6519
6520 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6521
6522 * window.c (Fselect_window): Adapt call to Fselect_frame.
6523
6524 * lisp.h: Update EXFUN of Fselect_frame.
6525
6526 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
6527
6528 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
6529 no_enter.
6530 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
6531 Adapt to above change.
6532
6533 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * fns.c (Fmemq, Fmaphash): Doc fixes.
6536
6537 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6538
6539 * xfaces.c (Fdisplay_supports_face_attributes_p):
6540 Fix typo in docstring.
6541
6542 2005-06-08 Steven Tamm <steventamm@mac.com>
6543
6544 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
6545 used by gcc4 on intel mac.
6546
6547 2005-06-09 Kim F. Storm <storm@cua.dk>
6548
6549 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
6550 in REUSE list if non-nil; free them if equal to evaporate.
6551 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
6552 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
6553 (restore_search_regs): Rename from restore_match_data. Uses changed.
6554 (unwind_set_match_data): New function.
6555 (record_unwind_save_match_data): New function like save-match-data.
6556
6557 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
6558 (record_unwind_save_match_data): Add prototype.
6559 (restore_search_regs): Rename from restore_match_data.
6560
6561 * composite.c (compose_chars_in_text):
6562 * eval.c (do_autoload):
6563 * macmenu.c (set_frame_menubar):
6564 * process.c (read_process_output, exec_sentinel):
6565 * xmenu.c (set_frame_menubar):
6566 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
6567 * w32menu.c (set_frame_menubar):
6568 Use record_unwind_save_match_data.
6569
6570 2005-06-08 Richard M. Stallman <rms@gnu.org>
6571
6572 * xdisp.c (get_next_display_element): Alter previous change:
6573 Distinguish Vshow_nonbreak_escape = t or not t.
6574 For t, use escape_glyph once again, as before previous change.
6575 Use space or hyphen for display, instead of the non-ASCII char.
6576 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
6577
6578 * process.c (Fstart_process): Don't touch command_channel_p slot.
6579
6580 * process.h (struct process): Delete command_channel_p.
6581
6582 2005-06-07 Masatake YAMATO <jet@gyve.org>
6583
6584 * xdisp.c (note_mode_line_or_margin_highlight):
6585 Check the overlapping of re-rendering area to avoid flickering.
6586 (note_mouse_highlight): Call clear_mouse_face if PART
6587 is not ON_MODE_LINE nor ON_HEADER_LINE.
6588
6589 2005-06-07 Kim F. Storm <storm@cua.dk>
6590
6591 * process.c: Improve commentary for adaptive read buffering.
6592
6593 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
6596 if available.
6597
6598 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6599
6600 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
6601 New functions for popping down menus on C-g.
6602 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
6603
6604 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
6605 non-static.
6606
6607 * config.in: Add HAVE_CANCELMENUTRACKING.
6608
6609 2005-06-06 Eli Zaretskii <eliz@gnu.org>
6610
6611 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
6612
6613 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
6614
6615 * w32proc.c (RVA_TO_PTR): New macro.
6616
6617 * w32heap.c (RVA_TO_PTR): No need to #undef now.
6618
6619 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
6620 Depend on w32heap.h.
6621
6622 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6623
6624 * keyboard.c (command_loop_1): Update Vthis_original_command.
6625
6626 2005-06-06 Richard M. Stallman <rms@gnu.org>
6627
6628 * xmenu.c (popup_get_selection): Undo previous change.
6629
6630 2005-06-06 Juri Linkov <juri@jurta.org>
6631
6632 * xdisp.c (Qno_break_space): New variable.
6633 (syms_of_xdisp): Initialize it.
6634 (get_next_display_element): Add no-break space and soft hypen
6635 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
6636 Use `no-break-space' face for no-break spaces.
6637
6638 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6639
6640 * window.c (delete_window): Handle the case where a h/vchild has
6641 a h/vchild.
6642
6643 2005-06-05 Eli Zaretskii <eliz@gnu.org>
6644
6645 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
6646 call to pfn_setsockopt, cast optval to `const char *'.
6647
6648 2005-06-04 Eli Zaretskii <eliz@gnu.org>
6649
6650 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
6651 (open_unc_volume): Cast return value of map_w32_filename, to avoid
6652 compiler warnings.
6653
6654 * s/ms-w32.h (fileno): Don't define if already defined.
6655
6656 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
6657
6658 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
6659
6660 2005-06-04 Richard M. Stallman <rms@gnu.org>
6661
6662 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
6663
6664 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6665
6666 * macmenu.c (cleanup_popup_menu): New function.
6667 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
6668 mac_menu_show Quit:s.
6669 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
6670 a dialog).
6671
6672 2005-06-04 Kim F. Storm <storm@cua.dk>
6673
6674 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
6675
6676 * callproc.c (Fcall_process): Don't use alloca to gradually
6677 increase size of buf, as it effectively uses twice the necessary
6678 space on the stack. Instead, pre-allocate buf of full size, and
6679 gradually increase the read size.
6680
6681 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
6682
6683 * eval.c (unbind_to): Preserve value of Vquit_flag.
6684
6685 * xterm.c (handle_one_xevent): Also ignore mouse motion just
6686 before a button release event.
6687
6688 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6689
6690 * xfaces.c (Finternal_lisp_face_equal_p): Really report
6691 on faces in a frame, if the argument FRAME is non-nil.
6692 Improve argument/docstring consistency.
6693
6694 2005-06-02 Kim F. Storm <storm@cua.dk>
6695
6696 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
6697 (x_consider_frame_title, Fformat_mode_line): Save offset into
6698 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
6699
6700 2005-06-01 Kim F. Storm <storm@cua.dk>
6701
6702 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
6703
6704 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6705
6706 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
6707 resolution fields for scalable fonts to 0.
6708
6709 * xfaces.c (build_scalable_font_name): Round pixel size to the
6710 nearest integer.
6711
6712 2005-06-01 Kim F. Storm <storm@cua.dk>
6713
6714 * xdisp.c (display_mode_line): Support nested calls to redisplay
6715 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
6716
6717 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * fileio.c (Finsert_file_contents):
6720 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6721
6722 2005-05-31 Kim F. Storm <storm@cua.dk>
6723
6724 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
6725 (mode_line_noprop_ptr): Rename from frame_title_*.
6726 (store_mode_line_noprop_char): Rename from store_frame_title_char.
6727 (store_mode_line_noprop): Rename from store_frame_title.
6728 (mode_line_target): New enum to specify current output target
6729 for mode line formatting.
6730 (display_mode_element): Test it rather than frame_title_ptr and
6731 mode_line_string_list to determine where output should go.
6732 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
6733 (Vmode_line_unwind_vector): New variable.
6734 (format_mode_line_unwind_data, unwind_format_mode_line):
6735 New functions for unwind protection in mode line formatting.
6736 (x_consider_frame_title): Use them and new local var 'title_start'
6737 to support nested calls to format-mode-line and redisplay.
6738 Set mode_line_target to MODE_LINE_TITLE.
6739 (Fformat_mode_line): Use them and new local var 'string_start' to
6740 support nested calls to format-mode-line and redisplay.
6741 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
6742 Don't trim trailing dashes.
6743 (decode_mode_spec): Don't make infinite number of trailing dashes
6744 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
6745 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
6746 mode_line_string_face_prop, and Vmode_line_unwind_vector.
6747 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
6748 Initialize mode_line_target to MODE_LINE_DISPLAY.
6749
6750 2005-05-29 Richard M. Stallman <rms@gnu.org>
6751
6752 * buffer.c (Fbuffer_local_value): Call indirect_variable.
6753
6754 2005-05-28 Masatake YAMATO <jet@gyve.org>
6755
6756 * xdisp.c (note_mode_line_or_margin_highlight): Change the
6757 pointer to a hand cursor when hoovering over a mouse-face.
6758
6759 2005-05-27 Kenichi Handa <handa@m17n.org>
6760
6761 * xterm.c (x_encode_char): Call check_ccl_update in advance.
6762
6763 * ccl.c: Now an element of Vccl_program_table is a vector of
6764 length 4, not 3.
6765 (ccl_get_compiled_code): New arg idx. Caller changed.
6766 Adjust for the change of Vccl_program_table.
6767 (setup_ccl_program): Adjust for the change of Vccl_program_table.
6768 (check_ccl_update): New function.
6769 (Fregister_ccl_program): Use ASET to set an element of a vector.
6770 Adjusted for the change of Vccl_program_table.
6771
6772 * ccl.h (struct ccl_program): New member idx.
6773 (check_ccl_update): Extern it.
6774
6775 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6776
6777 * image.c (Vimage_library_alist): Move from image.el.
6778 (syms_of_image): Defvar it.
6779 (lookup_image_type): Use it.
6780
6781 * buffer.c (Fbuffer_local_value): Make argument name match its use
6782 in docstring.
6783
6784 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * keyboard.c (Frecursive_edit): Fix typo in docstring.
6787 (Fposn_at_x_y): Make argument name match its use in docstring.
6788
6789 2005-05-26 Lute Kamstra <lute@gnu.org>
6790
6791 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
6792
6793 2005-05-24 Masatake YAMATO <jet@gyve.org>
6794
6795 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
6796 as loop sentinels.
6797
6798 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6799
6800 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
6801 select frame title ("Question"/"Information").
6802 (xdialog_show): Use it.
6803
6804 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
6805
6806 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
6807
6808 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
6809 a third argument (Qnil).
6810
6811 * lisp.h: x-popup-dialog can have three arguments.
6812
6813 * editfns.c (Fmessage_box): Use "Information" for frame title.
6814
6815 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6816
6817 * termcap.c [VMS]: Include <starlet.h>.
6818
6819 2005-05-23 Masatake YAMATO <jet@gyve.org>
6820
6821 * xdisp.c (note_mode_line_or_margin_highlight): Add code
6822 for mouse-face. Change the type of the first argument from `window'
6823 to `Lisp_Object'.
6824 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
6825 window instead of w.
6826
6827 2005-05-22 Andreas Schwab <schwab@suse.de>
6828
6829 * process.c (send_process): Move misplaced volatile.
6830
6831 2005-05-21 Richard M. Stallman <rms@gnu.org>
6832
6833 * xdisp.c (display_mode_element): If we're processing a list and
6834 padding is specified, put it after the last element.
6835
6836 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6837
6838 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
6839 "superroot" on DOS_NT systems.
6840
6841 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
6842
6843 * process.c (send_process): Restore the SIGPIPE handler if we
6844 catch a SIGPIPE.
6845
6846 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
6847
6848 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
6849 misleading comments).
6850 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
6851
6852 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6853
6854 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
6855 Correct the right value.
6856
6857 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * keyboard.c (syms_of_keyboard): Remove Lisp variables
6860 post-command-idle-hook and post-command-idle-delay.
6861 (command_loop_1): Don't try to execute post-command-idle-hook.
6862
6863 2005-05-16 Kim F. Storm <storm@cua.dk>
6864
6865 * xdisp.c (handle_display_prop): Handle empty replacement.
6866 (handle_single_display_spec): Return -1 for empty replacement.
6867
6868 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
6869
6870 * .gdbinit (pitx): Print more info about iterator.
6871
6872 2005-05-16 Andreas Schwab <schwab@suse.de>
6873
6874 * unexmacosx.c (unexec_realloc): Move declarations before statements.
6875
6876 2005-05-14 Richard M. Stallman <rms@gnu.org>
6877
6878 * xdisp.c (message3): Call cancel_echoing.
6879
6880 * alloc.c (Fmemory_full_p): New function.
6881 (syms_of_alloc): defsubr it.
6882
6883 * process.c (send_process_trap): Unblock SIGPIPE.
6884 (send_process): Reset SIGPIPE handler before reporting error.
6885
6886 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
6887
6888 * emacs.c (syms_of_emacs): Fix doc string for system-type.
6889
6890 2005-05-13 Richard M. Stallman <rms@gnu.org>
6891
6892 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
6893 (Finsert_file_contents): If we read 0 bytes from a special file,
6894 unlock the visited file if we locked it.
6895 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
6896 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
6897
6898 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6899
6900 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
6901
6902 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
6903 Regard toolkit scroll bar thumb drag events as squeezable and prevent
6904 redisplay from being paused by them.
6905
6906 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
6907 [!MAC_OSX] (target_ticks): Remove variable.
6908 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
6909 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
6910 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
6911 event occurs before timeout, behave as if the function were interrupted.
6912 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
6913 handling using Time Manager routines.
6914 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
6915 New variables.
6916 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
6917 (setitimer): New functions.
6918
6919 * macfns.c, macmenu.c: Don't include signal.h.
6920
6921 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
6922 Rename from get_control_part_bound. All callers changed.
6923 (x_scroll_bar_clear): New function.
6924 (x_clear_frame): Use it.
6925 (XTset_vertical_scroll_bar): Don't call Draw1Control.
6926 (x_scroll_bar_handle_click): Change type of second argument from
6927 int to ControlPartCode.
6928 (check_alarm): Remove declaration.
6929 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
6930 (XTread_socket): Use ControlPartCode instead of SInt16.
6931
6932 2005-05-13 Nozomu Ando <nand@mac.com>
6933
6934 * unexmacosx.c: Include assert.h.
6935 (MACOSX_MALLOC_MULT16): New define.
6936 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
6937 ptr is in unexec regions by checking it is multiple of 16.
6938 (unexec_malloc_header_t): New typedef.
6939 (unexec_malloc, unexec_realloc, unexec_free): Store and use
6940 allocated size information in unexec_malloc_header.
6941
6942 2005-05-10 Richard M. Stallman <rms@gnu.org>
6943
6944 * xterm.c (noinclude): Add #undef.
6945
6946 * image.c, xfns.c, xmenu.c: Don't include signal.h.
6947
6948 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
6951 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
6952 Doc fixes.
6953
6954 * dired.c (Ffile_name_completion): Make argument name
6955 match its use in docstring.
6956
6957 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * eval.c (Fdefvaralias): Remove any pre-existing
6960 variable-documentation property of the alias.
6961
6962 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
6963
6964 * xfns.c (start_hourglass): Do nothing when running on a tty.
6965
6966 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * fns.c (Fchar_table_range): Fix typos in docstring.
6969
6970 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
6973
6974 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6975
6976 * lread.c (Flocate_file_internal): Doc fix.
6977
6978 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
6979
6980 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6981
6982 * macselect.c (x_own_selection): Accept Lisp string as result of
6983 selection converter function.
6984 (x_clear_frame_selections): Don't call x-lost-selection-functions
6985 if Emacs is not owner of the selection.
6986 (Vmac_services_selection): Put variable and initialization in
6987 #ifdef MAC_OSX.
6988 (syms_of_macselect) [MAC_OSX]: Set default value of
6989 Vmac_services_selection to PRIMARY.
6990
6991 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
6992 (mac_handle_tool_bar_click): Remove unused function and declaration.
6993 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
6994 (install_scroll_bar_timer, set_scroll_bar_timer)
6995 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
6996 (get_control_part_bound, x_scroll_bar_handle_press)
6997 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
6998 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
6999 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7000 (scroll_bar_timer_event_posted_p): New variables.
7001 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7002 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7003 (x_scroll_bar_create): Set control reference with NewControl.
7004 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7005 Initialize track_top and track_height to nil.
7006 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7007 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
7008 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7009 and associated window.
7010 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7011 from window config.
7012 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7013 Set track_top and track_height to nil when scroll bar size is changed.
7014 Recalculate them if they are nil.
7015 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7016 clicked control is a scroll bar.
7017 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7018 event handler functions. Don't add modifiers to scroll bar click
7019 events. Call scroll bar release handler when window is deactivated.
7020 (mac_initialize): Remove unused code for X toolkit.
7021 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7022 Initialize Vx_toolkit_scroll_bars to nil.
7023
7024 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7025 New members track_top and track_height.
7026
7027 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7028 init_process when including sys/select.h.
7029
7030 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * eval.c (Fdefvaralias): Doc fix.
7033
7034 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7035
7036 2005-05-05 Kim F. Storm <storm@cua.dk>
7037
7038 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7039 default value.
7040 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7041 Fix type of cursor-in-non-selected-windows.
7042
7043 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7044
7045 * mac.c: #undef init_process so not to conflict with system headers.
7046
7047 2005-05-02 Richard M. Stallman <rms@gnu.org>
7048
7049 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7050
7051 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7052
7053 * xdisp.c (Vcursor_in_non_selected_windows)
7054 (Qcursor_in_non_selected_windows): Vars deleted.
7055 (syms_of_xdisp): Don't initialize them.
7056 (get_window_cursor_type): Use cursor_in_non_selected_windows
7057 buffer slot.
7058
7059 2005-05-02 Kim F. Storm <storm@cua.dk>
7060
7061 * macros.c (executing_kbd_macro_index): Rename from
7062 executing_macro_index. All uses changed.
7063 (executing_kbd_macro_iterations): Rename from
7064 executing_macro_iterations. All uses changed.
7065 (executing_kbd_macro): Rename from executing_macro.
7066 All uses changed.
7067 (syms_of_macros): Rename Lisp var executing-macro-index to
7068 executing-kbd-macro-index.
7069
7070 * xdisp.c (move_it_in_display_line_to): Fix last change.
7071
7072 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * xmenu.c (Fx_popup_menu): Doc fix.
7075
7076 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7077
7078 2005-05-02 Jason Rumney <jasonr@gnu.org>
7079
7080 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7081
7082 2005-05-02 Nozomu Ando <nand@mac.com>
7083
7084 * sysselect.h: Fix typo.
7085
7086 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * charset.c (Fchars_in_region): Remove as obsolete.
7089
7090 2005-05-01 Kim F. Storm <storm@cua.dk>
7091
7092 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7093 TO_CHARPOS. This may happen if last glyphs was an image or stretch
7094 glyph.
7095
7096 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7097
7098 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7099
7100 2005-05-01 Richard M. Stallman <rms@gnu.org>
7101
7102 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7103 If user cancels the menu, quit unless FOR_CLICK.
7104
7105 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
7106 All uses changed.
7107 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7108 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7109 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7110 * commands.h (Vexecuting_kbd_macro): Likewise.
7111
7112 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7113
7114 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7115
7116 2005-04-30 Richard M. Stallman <rms@gnu.org>
7117
7118 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7119 property of the file name handler.
7120 (Qoperations): New variable.
7121 (syms_of_fileio): Initialize and staticpro it.
7122
7123 * xdisp.c (set_message_1): Delete xassert.
7124
7125 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7126
7127 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7128
7129 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7130
7131 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7132 before/after including Carbon.h if there is a working mktime.
7133
7134 2005-04-28 Kim F. Storm <storm@cua.dk>
7135
7136 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7137 Fix cyclic alias check. If alias loop is detected, signal
7138 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7139
7140 2005-04-28 Lute Kamstra <lute@gnu.org>
7141
7142 * eval.c (do_autoload): Record only autoloads in the autoload
7143 property of symbols.
7144
7145 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * emacs.c (USAGE1): Add --basic-display and --quick options.
7148
7149 2005-04-27 Kim F. Storm <storm@cua.dk>
7150
7151 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7152
7153 2005-04-26 Richard M. Stallman <rms@gnu.org>
7154
7155 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7156 (syms_of_window): Doc fixes.
7157
7158 * indent.c (Fvertical_motion): Undo previous change.
7159
7160 2005-04-26 Kenichi Handa <handa@m17n.org>
7161
7162 * fns.c (char_table_range): New function.
7163 (Fchar_table_range): Signal an error if characters in the range
7164 have inconsistent values. Don't check the parent.
7165
7166 2005-04-25 Kenichi Handa <handa@m17n.org>
7167
7168 * fontset.c (fontset_set): Fix previous change.
7169
7170 2005-04-24 Richard M. Stallman <rms@gnu.org>
7171
7172 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7173
7174 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7175
7176 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7177 of RE_TRANSLATE to int, to shut up GCC warnings.
7178
7179 * fileio.c (Fcopy_file): Doc fix.
7180 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7181 not needed.
7182
7183 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7184
7185 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7186 (SOME_MACHINE_OBJECTS): Likewise.
7187 (mac.o): Depend on ccl.h.
7188 (macselect.o): New target.
7189
7190 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7191 Call syms_of_macselect.
7192
7193 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7194
7195 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
7196 (QCLIPBOARD): Remove variable.
7197 (syms_of_mac): Don't initialize it.
7198 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7199 Remove functions.
7200 (syms_of_mac): Don't defsubr them.
7201 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7202 (QHFS_plus_D, QHFS_plus_C): New variables.
7203 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7204 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7205 (cfstring_create_normalized): New functions.
7206 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7207 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7208
7209 * macterm.c (handling_window_update, terminate_flag):
7210 Remove variables.
7211 (do_window_update, do_ae_quit_application, XTread_socket):
7212 Don't use them.
7213 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7214 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7215 (init_service_handler): Move to macselect.c. Remove declarations.
7216 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7217 (Qapplication, Qabout): New variables.
7218 (syms_of_mac): Initialize them.
7219 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7220 (Qperform): New variables.
7221 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7222 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
7223 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7224 (mac_store_application_menu_event, init_menu_bar): New functions.
7225 [USE_CARBON_EVENTS] (mac_handle_command_event)
7226 (init_command_handler): New functions.
7227 (mac_handle_window_event): Return noErr on window update event.
7228 (do_ae_quit_application): Call mac_store_application_menu_event.
7229 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7230 and init_menu_bar.
7231
7232 * macterm.h (x_clear_frame_selections): Add extern.
7233
7234 * macselect.c: New file for selection processing on Mac OS.
7235
7236 2005-04-23 Richard M. Stallman <rms@gnu.org>
7237
7238 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7239 (Frename_file): Pass new arg to Fcopy_file.
7240
7241 * window.c (window_size_fixed): Variable deleted.
7242 (syms_of_window): Initialize window-size-fixed to nil.
7243 But don't DEFVAR window_size_fixed.
7244
7245 2005-04-23 Andreas Schwab <schwab@suse.de>
7246
7247 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7248 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7249 use lib64 instead of lib.
7250 (_LP64) [_ARCH_PPC64]: Define if not defined.
7251
7252 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7253
7254 * s/ms-w32.h (HAVE_PWD_H): Define.
7255
7256 2005-04-22 Kenichi Handa <handa@m17n.org>
7257
7258 * fns.c (copy_sub_char_table): Explicitly copy the default value
7259 of the sub-chartable.
7260
7261 * fontset.c (fontset_set): When a sub-chartable is created,
7262 explicitly sets the defalt value.
7263
7264 2005-04-22 Kim F. Storm <storm@cua.dk>
7265
7266 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7267 (Fsafe_plist_get): Rename to Fplist_get.
7268 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7269 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7270
7271 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7272
7273 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7274 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7275 Use Fplist_get instead of Fsafe_plist_get.
7276
7277 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7278
7279 2005-04-21 Miles Bader <miles@gnu.org>
7280
7281 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7282
7283 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7284
7285 * sysdep.c: Remove reference to defunct vms-pwd.h.
7286 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7287 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7288
7289 * config.in: Regenerate.
7290
7291 2005-04-20 Kenichi Handa <handa@m17n.org>
7292
7293 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
7294 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
7295 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
7296
7297 * alloc.c (make_sub_char_table): Argument changed to initial
7298 value of the slots.
7299
7300 * data.c (Faref): Handle special slots used as default values of
7301 ascii, eight-bit-control, eight-bit-control. Don't ignore a
7302 default value set for a group of characters.
7303 (Faset): Signal an error if IDXVAL is not a valid character code.
7304 Make a sub-chartable with correct initial value.
7305
7306 * fns.c (Fset_char_table_range): Don't set slots used as default
7307 values for ascii, eight-bit-control, eight-bit-graphic.
7308 Don't call Faref with charset-id.
7309 (Fset_char_table_default): Document how to treat normal character
7310 argument. Handle special slots used as default values of ascii,
7311 eight-bit-control, eight-bit-control. Make a sub chartable if
7312 necessary.
7313
7314 2005-04-20 Kenichi Handa <handa@m17n.org>
7315
7316 * search.c (boyer_moore): Fix previous change.
7317
7318 2005-04-19 Kim F. Storm <storm@cua.dk>
7319
7320 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
7321 face unless last visible char and first invisible char have the
7322 same face. Also use default face if saved_face_id is undefined.
7323
7324 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7325
7326 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
7327 `full_name'.
7328 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
7329 mac_scriptcode member.
7330
7331 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
7332 (syms_of_mac): Don't initialize them.
7333 (Vmac_charset_info_alist): New variable.
7334 (syms_of_mac): Defvar it.
7335 (create_text_encoding_info_alist): New function.
7336 (decode_mac_font_name, mac_to_x_fontname)
7337 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
7338 code the correspondence among XLFD charsets, Mac script codes, and
7339 Emacs coding systems. Use Vmac_charset_info_alist and result of
7340 create_text_encoding_info_alist instead.
7341 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
7342 routines also on Mac OS Classic.
7343 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
7344 Use add_font_name_table_entry.
7345 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
7346 specified. Derive unspecified scalable fields from specified one.
7347 (x_list_fonts): Consider Valternate_fontname_alist.
7348 (kDefaultFontSize): Change value from 9 to 12.
7349 (XLoadQueryFont): Get decoded font family, font face, and charset
7350 from x_font_name_to_mac_font_name. Set full name of loaded font.
7351 (mac_unload_font): Free `full_name' member.
7352 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
7353 NULL. Copy full_name member of struct MacFontStruct to that of
7354 struct font_info.
7355
7356 2005-04-19 Kim F. Storm <storm@cua.dk>
7357
7358 * xdisp.c (handle_stop): Set saved_face_id to current face if
7359 selective_display_ellipsis_p so ellipsis will be shown in same
7360 face as preceding text.
7361 (setup_for_ellipsis): Don't set saved_face_id here.
7362 (next_element_from_display_vector): Default to saved_face_id.
7363
7364 * fns.c (Fsafe_get): New function.
7365 (syms_of_fns): Defsubr it.
7366
7367 * lisp.h (Fsafe_get): EXFUN it.
7368
7369 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
7370 loops in case of bad face property lists. Limit number of face
7371 alias lookups to 10 (in case of face alias loops).
7372
7373 2005-04-18 Kim F. Storm <storm@cua.dk>
7374
7375 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
7376 It replaces the corresponding member from struct window, as a
7377 window may now show multiple overlay arrows.
7378 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
7379
7380 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
7381 Compare overlay_arrow_bitmap than overlay_arrow_p members.
7382
7383 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
7384 rather than from window.
7385 (update_window_fringes): Compare overlay_arrow_bitmap rather than
7386 overlay_arrow_p members.
7387 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
7388 if not default.
7389
7390 * window.h (struct window): Remove member overlay_arrow_bitmap.
7391
7392 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
7393
7394 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
7395 Calls changed. Don't check for overlay-arrow-bitmap property here.
7396 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
7397 fringe is present, return Lisp integer for bitmap (or -1 for default).
7398 Fix value of overlay-arrow-bitmap property to be a symbol, use
7399 lookup_fringe_bitmap to parse it.
7400 (display_line): Change call to overlay_arrow_at_row. Store integer
7401 return value as overlay bitmap in row rather than window.
7402 Only show overlay arrow if row displays text, or if no other overlay
7403 arrow is seen in window (if overlay marker is at point-max).
7404
7405 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7406
7407 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
7408
7409 2005-04-18 Lute Kamstra <lute@gnu.org>
7410
7411 * lread.c (Vloads_in_progress): Static.
7412 * fns.c (Vloads_in_progress): Remove extern.
7413 (load_in_progress): Add extern.
7414 (Frequire): Use load_in_progress instead of Vloads_in_progress.
7415
7416 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7417
7418 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
7419
7420 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7421
7422 * macterm.c (XTread_socket): Don't beep on keyboard input even if
7423 no frame is visible.
7424
7425 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7426
7427 * term.c (struct keys): Add support for shifted keys.
7428
7429 2005-04-16 Richard M. Stallman <rms@gnu.org>
7430
7431 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
7432 (set_message): Call with_echo_area_buffer with WHICH = 0.
7433 (set_message_1): Erase the echo area buffer first thing.
7434 (echo_area_display): Don't clear echo_message_buffer.
7435
7436 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7437
7438 * Makefile.in (mac.o): Depend on charset.h and coding.h.
7439
7440 * mac.c: Include charset.h and coding.h.
7441 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7442 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
7443 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
7444
7445 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7446
7447 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
7448
7449 * macterm.c (x_autoselect_window_p): Remove variable.
7450 (last_window): New variable.
7451 (XTreassert_line_highlight, x_change_line_highlight):
7452 Remove declarations.
7453 (mac_focus_changed, x_detect_focus_change): New functions and
7454 declarations.
7455 (XTextExtents16, front_emacs_window): Remove function.
7456 (mac_focus_frame): New function.
7457 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
7458 (mac_check_for_quit_char): Use it instead of front_emacs_window.
7459 (x_scroll_bar_report_motion): Obtain window from control owner.
7460 (x_make_frame_invisible): Set window manager size hint.
7461 (do_mouse_moved): Remove function.
7462 (XTread_socket): Move its contents here. Generate select-window
7463 event on mouse movement if needed. Use x_detect_focus_change on
7464 activate/deactivate events. Don't deiconify frame or invalidate
7465 window rectangle when dnd items are dropped.
7466 Don't activate/deactivate root control.
7467 (frame_highlight, frame_unhighlight): Activate/deactivate root
7468 control here.
7469 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
7470
7471 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
7472 New extern.
7473
7474 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
7477 (lisp): Use it.
7478 (SOME_MACHINE_LISP): Add tooltip.
7479
7480 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7481
7482 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
7483 Don't include TextEncodingConverter.h.
7484 (mac_system_script_code, Vmac_system_locale): New variables.
7485 (syms_of_mac): Defvar them.
7486 (mac_get_system_locale): New function.
7487
7488 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
7489 Use ENCODE_SYSTEM to encode title bar string.
7490 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7491 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
7492 Use CFStringGetSystemEncoding to get system default string encoding.
7493
7494 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
7495 TextEncodingConverter.h.
7496
7497 2005-04-13 Steven Tamm <steventamm@mac.com>
7498
7499 * macterm.c (syms_of_macterm): Remove redundant definition of
7500 mac-pass-control-to-system.
7501
7502 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * window.c (Fset_window_configuration): Be careful when you choose
7505 among several possible points for the new_current_buffer.
7506
7507 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7508
7509 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
7510 poll_for_input_1. Set interrupt_input_pending to 1 instead.
7511 (Qlanguage_change) [MAC_OS]: New variable.
7512 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
7513 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
7514
7515 * macterm.c (mac_keyboard_text_encoding)
7516 (current_mac_keyboard_text_encoding): Remove variables.
7517 (XTread_socket): Store language-change event if keyboard script change
7518 is detected. Don't convert input to `mac_keyboard_text_encoding'.
7519 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
7520
7521 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
7522
7523 2005-04-10 Richard M. Stallman <rms@gnu.org>
7524
7525 * emacs.c (standard_args): Rename --bare-bones to --quick.
7526 Add -D aka --basic-display.
7527
7528 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
7529
7530 2005-04-09 Richard M. Stallman <rms@gnu.org>
7531
7532 * keymap.c (where_is_internal): Convert a string used as event type
7533 into "(any string)".
7534
7535 * lread.c (Vloads_in_progress): Not static.
7536 * fns.c (Vloads_in_progress): Add extern.
7537 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
7538
7539 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
7540
7541 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
7542
7543 2005-04-09 Lute Kamstra <lute@gnu.org>
7544
7545 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
7546 within the accessible part of the buffer.
7547
7548 2005-04-09 Kim F. Storm <storm@cua.dk>
7549
7550 * lread.c (readevalloop): Add args START and END as region in
7551 current buffer to read. Callers changed.
7552 When specified, narrow to this region only when reading,
7553 not during eval. Track next point to read from during eval.
7554 Also restore point to "real" buffer position before eval.
7555 (Feval_region): Don't save excursion and restriction here, and
7556 don't narrow to region. Just pass region to readevalloop.
7557 Note: Point is now preserved even when PRINTFLAG is nil.
7558
7559 2005-04-08 Kim F. Storm <storm@cua.dk>
7560
7561 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
7562
7563 2005-04-06 Kim F. Storm <storm@cua.dk>
7564
7565 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
7566
7567 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7568
7569 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
7570 (Fmac_get_preference): Doc fix.
7571
7572 * macfns.c (Fx_create_frame, x_create_tip_frame):
7573 Add "fontset-mac" to fallback font/fontsets.
7574
7575 2005-04-04 Kim F. Storm <storm@cua.dk>
7576
7577 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
7578
7579 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
7580 Call it again after autoload.
7581
7582 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7583
7584 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
7585 mallopt.
7586
7587 * ralloc.c (r_alloc_init): Ditto.
7588
7589 2005-04-01 Kenichi Handa <handa@m17n.org>
7590
7591 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
7592 (Vascii_eqv_table): Extern them.
7593
7594 * casetab.c (set_case_table): If standard is nonzero, setup
7595 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
7596
7597 * search.c (looking_at_1): Use current_buffer->case_canon_table,
7598 not DOWNCASE_TABLE.
7599 (string_match_1): Likewise.
7600 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
7601 Vascii_downcase_table.
7602 (fast_string_match_ignore_case): Likewise.
7603 (search_buffer): Fix checking of boyer-moore usability.
7604 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
7605 No need of tranlating characters in PAT. Fix calculation of
7606 simple_translate.
7607
7608 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
7611 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
7612 Use XtNtopShadowPixel and XtNbottomShadowPixel.
7613 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
7614 really work and that breaks with some versions of Xaw3d.
7615
7616 2005-03-31 Kenichi Handa <handa@m17n.org>
7617
7618 * coding.c (syms_of_coding): Fix previous change.
7619
7620 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * fileio.c (search_embedded_absfilename): Fix last change.
7623
7624 2005-03-25 Kenichi Handa <handa@m17n.org>
7625
7626 * coding.c (syms_of_coding): Suggest to use set-coding-category in
7627 the docstring of coding-category-list.
7628
7629 2005-03-31 Kim F. Storm <storm@cua.dk>
7630
7631 * keyboard.c (Qmouse_fixup_help_message): New var.
7632 (syms_of_keyboard): Intern and staticpro it.
7633 (show_help_echo): Apply mouse-fixup-help-message to help string.
7634
7635 2005-03-30 Kim F. Storm <storm@cua.dk>
7636
7637 * xdisp.c (display_line): Allow multiple overlay arrows in window.
7638
7639 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
7642 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
7643 (Ffile_name_absolute_p): Use it.
7644 (search_embedded_absfilename): New fun, extracted from
7645 Fsubstitute_in_file_name. Use file_name_absolute_p.
7646 Free the pw data after use.
7647 (Fsubstitute_in_file_name): Use it.
7648 After cutting a prefix, re-check file-name-handler.
7649
7650 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
7651
7652 * w32term.h (x_output): Add focus_state.
7653
7654 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
7655 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
7656
7657 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
7660 Use Fexit_minibuffer.
7661 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
7662
7663 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * dired.c (Ffile_attributes): Add a missing gcpro.
7666
7667 * alloc.c (make_number): The arg can be bigger than `int'.
7668 * lisp.h (make_number): Make prototype more precise.
7669
7670 * process.c, dired.c (Vfile_name_coding_system)
7671 (Vdefault_file_name_coding_system):
7672 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
7673 (Vdefault_file_name_coding_system): Remove unused declarations.
7674
7675 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7676
7677 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
7678 if it failed to pop up (Gnome "show pointer on ctrl" option makes
7679 menus fail to pop up).
7680
7681 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
7684 Just prepend a backslash without replacing the NBSP by an SPC.
7685
7686 2005-03-22 Kim F. Storm <storm@cua.dk>
7687
7688 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
7689 * dispextern.h (lookup_derived_face): Fix prototype.
7690 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
7691
7692 * xdisp.c (handle_single_display_spec): Derive left-fringe and
7693 right-fringe face from fringe face.
7694
7695 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
7696 Derive face from fringe face.
7697
7698 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7699
7700 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
7701
7702 2005-03-22 David Kastrup <dak@gnu.org>
7703
7704 * textprop.c (Fnext_char_property_change)
7705 (Fprevious_char_property_change): Allow marker as limit.
7706 (Fnext_single_char_property_change)
7707 (Fprevious_single_char_property_change): Check that limit is a
7708 number in strings.
7709 (Fnext_single_char_property_change): Coerce position to integer.
7710 (Fprevious_single_char_property_change): Same here.
7711
7712 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7713
7714 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
7715
7716 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * frame.c (Fignore_event): Remove.
7719 (syms_of_frame): Don't defsubr it.
7720
7721 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
7722 redundant `ignore-event'.
7723
7724 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7725
7726 * unexec.c (write_segment, unexec): Move these functions to avoid
7727 forward references (which cause errors with "gcc -gcoff").
7728
7729 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7730
7731 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
7732 that it doesn't become "tooltip". The specbind is enough.
7733
7734 * xrdb.c (x_load_resources): Use different char *helv when I18N
7735 is present.
7736
7737 2005-03-17 Kenichi Handa <handa@m17n.org>
7738
7739 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
7740
7741 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
7744 Use xic_create_fontsetname even for non-Motif menus.
7745 Don't forget to free the fontsetname.
7746
7747 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
7748
7749 2005-03-17 Richard M. Stallman <rms@gnu.org>
7750
7751 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
7752
7753 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
7754 (Fmake_symbolic_link): Use G to read the new file name.
7755
7756 * callint.c (Finteractive): Document G option.
7757 (Fcall_interactively): Implement G option.
7758
7759 * buffer.c (buffer_lisp_local_variables): New function,
7760 broken out from Fbuffer_local_variables.
7761 (clone_per_buffer_values): Use buffer_lisp_local_variables.
7762
7763 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * xfns.c (xic_create_fontsetname): Add `motif' argument.
7766 Always return a freshly allocated string.
7767 (xic_create_xfontset): Adjust call.
7768
7769 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
7770 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
7771 (dump_realized_face): Fix warning.
7772
7773 * emacs.c (Fkill_emacs): YAILOM.
7774
7775 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
7776
7777 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7778
7779 * mac.c (HASHKEY_TERMINAL): Remove.
7780 (HASHKEY_MAX_NID): New macro.
7781 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
7782 argument.
7783 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
7784 (xrm_create_database, xrm_q_put_resource)
7785 (xrm_merge_string_database, xrm_q_get_resource_1)
7786 (xrm_q_get_resource): Change resource database representation so
7787 that it may not use multiple hash tables for a single database.
7788 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
7789
7790 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
7793
7794 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
7795 locale-coding-system, as was already done for WINDOWSNT.
7796
7797 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
7798 translation for chars in the 0-255 range.
7799
7800 2005-03-16 Lute Kamstra <lute@gnu.org>
7801
7802 * floatfns.c (Ffloor): Doc fix.
7803
7804 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7805
7806 * mac.c: Include macterm.h instead of directly including Carbon.h.
7807 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
7808 (Qarray, Qdictionary): New variables.
7809 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7810 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
7811 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
7812 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
7813 in callback for CFDictionaryApplyFunction.
7814 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7815 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7816 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
7817 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
7818 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
7819 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7820 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
7821 (skip_white_space, parse_comment, parse_include_file)
7822 (parse_binding, parse_component, parse_resource_name, parse_value)
7823 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
7824 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
7825 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
7826 New functions.
7827
7828 * macfns.c (mac_get_rdb_resource): Remove function.
7829 (x_get_string_resource): Use xrm_get_resource.
7830
7831 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
7832
7833 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
7834 name_list_element.
7835 (mac_make_rdb): Create resource database from preferences and
7836 argument string.
7837 (mac_term_init): Save resource database to cddr part of
7838 name_list_element.
7839
7840 * macterm.h (xrm_merge_string_database, xrm_get_resource)
7841 (xrm_get_preference_database): Add externs.
7842 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7843 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7844 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
7845
7846 * process.c (init_process): Change `#ifdef DARWIN' to `#if
7847 defined (DARWIN) || defined (MAC_OSX)'
7848
7849 * s/darwin.h (DARWIN): Don't define.
7850
7851 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7852
7853 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
7854 Remove unused variables.
7855 (syms_of_macfns): Don't initialize them. Likewise for
7856 Qface_set_after_frame_default. Defvar and initialize
7857 Vx_window_horizontal_drag_shape.
7858 (x_set_mouse_color): Change mouse pointer shape.
7859 (mac_window) [!MAC_OSX]: Create root control.
7860 (Fx_create_frame): Remove initializations of mouse pointer shapes.
7861 (hourglass_started): New function (from xfns.c).
7862 (start_hourglass, cancel_hourglass): Put function body in #ifdef
7863 MAC_OSX.
7864 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
7865 indicator for each non-tooltip frame if needed, and show it.
7866 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
7867
7868 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
7869 Controls.h. Use ThemeCursor instead of CursHandle.
7870
7871 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
7872 Remove functions and declarations.
7873 (mac_set_colors): Take argument for saving background color.
7874 All callers changed.
7875 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
7876 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
7877 background color.
7878 (x_update_end, mac_do_track_drag): Don't reset background color.
7879 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
7880 Use SetThemeCursor.
7881 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
7882 indicator control to the upper-right corner of the window.
7883 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
7884 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
7885 (do_window_update): Update controls after updating content area.
7886 (mac_handle_window_event): Remove unused extern.
7887 (XTread_socket): Check both control handle and control part code
7888 to determine whether a scroll bar is clicked. Activate/deactivate
7889 root control instead of contained scroll bar controls.
7890 (make_mac_terminal_frame): Use ThemeCursor constants.
7891
7892 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
7893 New member hourglass_control.
7894 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
7895 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
7896
7897 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7898
7899 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
7900 coincides with that in Apple X11 except `clear', `enter' on
7901 laptops, and fn + `enter' on laptops.
7902
7903 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
7906 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
7907 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
7908
7909 * xfns.c (xic_defaut_fontset): New constant.
7910 (xic_create_fontsetname): New function.
7911 Extracted from create_frame_xic. Try to generate a slightly
7912 better fontset.
7913 (xic_create_xfontset): Use it.
7914 (create_frame_xic): Simplify.
7915
7916 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * fileio.c (Fmake_symbolic_link): Fix last change.
7919
7920 2005-03-11 Richard M. Stallman <rms@gnu.org>
7921
7922 * fileio.c (Frename_file, Fadd_name_to_file)
7923 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
7924 expand the basename of FILE relative to it.
7925
7926 2005-03-11 Kenichi Handa <handa@m17n.org>
7927
7928 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
7929 before calling setup_coding_system so that autoloading of a coding
7930 system work.
7931
7932 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7933
7934 * xfns.c (hourglass_started): New function.
7935
7936 * dispextern.h: Declare hourglass_started.
7937
7938 * keyboard.c (Fexecute_extended_command): Restart hourglass
7939 after call to Fcompleting_read if already started.
7940
7941 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
7942 GTK main loop is entered in xterm.c, thus doing the redraw.
7943
7944 2005-03-10 Kim F. Storm <storm@cua.dk>
7945
7946 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
7947
7948 2005-03-08 Kenichi Handa <handa@m17n.org>
7949
7950 * frame.c (x_set_font): Call set_default_ascii_font if an
7951 available font is found.
7952
7953 * fontset.c (set_default_ascii_font): New function.
7954 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
7955
7956 * fontset.h (set_default_ascii_font): Extern it.
7957
7958 2005-03-07 Kim F. Storm <storm@cua.dk>
7959
7960 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
7961 (clear_image_cache_count): New var.
7962 (redisplay_internal): Don't clear face and image caches in the
7963 middle of redisplay; do it afterwards.
7964
7965 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
7966
7967 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
7968 is valid. If not, clear phys_cursor_on_p and return.
7969
7970 2005-03-07 Andreas Schwab <schwab@suse.de>
7971
7972 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
7973
7974 2005-03-06 Richard M. Stallman <rms@gnu.org>
7975
7976 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
7977
7978 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
7979 (Feval, Ffuncall): Use CHECK_CONS_LIST.
7980
7981 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
7982
7983 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
7984 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
7985
7986 2005-03-05 Juri Linkov <juri@jurta.org>
7987
7988 * emacs.c (USAGE1): Replace Info node name "command arguments"
7989 with "emacs invocation".
7990 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
7991 allow arguments `--color' and `MODE' to be separated by space.
7992 Add --no-blinking-cursor, -nbc.
7993 (standard_args): Add -nbc, --no-blinking-cursor.
7994
7995 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
7996
7997 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
7998 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
7999 * fileio.c (Fexpand_file_name) [VMS]:
8000 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8001 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8002 (Fsnarf_documentation): Call munge_doc_file_name.
8003
8004 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8005
8006 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8007 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8008 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8009
8010 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8011
8012 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8013 defined (MAC_OSX) && defined (HAVE_CARBON)'.
8014
8015 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
8016
8017 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8018 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
8019 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
8020 (mac_clear_font_name_table): Move extern to macterm.h.
8021
8022 * macfns.c (install_window_handler): Move extern to macterm.h.
8023 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8024 valid. Don't check !NILP (dir) because it is already checked with
8025 CHECK_STRING.
8026 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
8027 specifying the default location and obtaining the selected filename.
8028
8029 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8030
8031 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
8032 are included via Carbon.h.
8033
8034 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8035 Define USE_CARBON_EVENTS to 1.
8036 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
8037 (x_free_frame_resources): Call remove_window_handler for
8038 non-tooltip windows.
8039 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8040 via Carbon.h.
8041 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8042 (mac_do_receive_dragUPP): New variables.
8043 (mac_handle_service_event, init_service_handler): Put declarations
8044 and definitions in #ifdef MAC_OSX.
8045 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8046 drag-and-drop handler functions and register them.
8047 (remove_window_handler): New function.
8048 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8049 Use fsspec_to_posix_pathname.
8050 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8051 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
8052 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8053 Set default cursors.
8054 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8055 init_service_handler or init_quit_char_handler.
8056 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8057
8058 * macterm.h (install_window_handler, remove_window_handler)
8059 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8060 (mac_clear_font_name_table): New externs.
8061
8062 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8063
8064 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8065 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8066 (Fexpand_file_name): Likewise.
8067
8068 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8069
8070 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8071 no longer special-case VMS. Add bogus return value.
8072
8073 2005-03-02 Kim F. Storm <storm@cua.dk>
8074
8075 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8076 (xassert) [!XASSERTS]: Define dummy version.
8077
8078 2005-03-02 Kim F. Storm <storm@cua.dk>
8079
8080 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8081 Reported by David Kastrup.
8082
8083 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8084
8085 * xdisp.c (get_next_display_element): Fix control and escape
8086 glyph from display vector.
8087
8088 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8091
8092 2005-02-27 Richard M. Stallman <rms@gnu.org>
8093
8094 * xdisp.c (fast_find_position): Rename END to BEG.
8095 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8096
8097 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8098
8099 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
8100 gtk_window_resize and x_wm_set_size_hint.
8101
8102 2005-02-25 Kim F. Storm <storm@cua.dk>
8103
8104 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8105
8106 * xdisp.c (init_from_display_pos): Don't read past end of
8107 it->overlay_strings array.
8108
8109 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8110
8111 * buffer.c (syms_of_buffer): Fix typo.
8112
8113 2005-02-23 Lute Kamstra <lute@gnu.org>
8114
8115 * buffer.c (Foverlay_buffer): Doc fix.
8116
8117 2005-02-22 Kim F. Storm <storm@cua.dk>
8118
8119 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8120 and symbol keys in alists and hash tables.
8121
8122 * xdisp.c (fast_find_position): Fix search for start of overlay.
8123
8124 2005-02-21 Kim F. Storm <storm@cua.dk>
8125
8126 * window.c (window_scroll_pixel_based): When scrolling backwards,
8127 handle partial visible line at end of window even when we hit PT.
8128
8129 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8132
8133 2005-02-21 Kim F. Storm <storm@cua.dk>
8134
8135 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8136 I think those asserts are bogus if buffer contains invisible text
8137 or images.
8138
8139 2005-02-21 David Kastrup <dak@gnu.org>
8140
8141 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8142
8143 2005-02-20 Kim F. Storm <storm@cua.dk>
8144
8145 * xdisp.c (pos_visible_p): Be sure to move to the specified
8146 position. Always get the full ascent / descent of the
8147 corresponding row, to return reliable rtop and rbot values.
8148 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8149 Must look one character back, as back_to_previous_line_start
8150 returns position after the newline.
8151 (move_it_vertically_backward): Fix heuristic for when to move further
8152 back in case line_height * 2/3 is larger than window height.
8153 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8154 as it does not do anything anymore. Add arg current_matrix_p to
8155 use current matrix rather than desired matrix when set.
8156 (try_cursor_movement): Don't scroll to make cursor row fully
8157 visible if cursor didn't move. This avoids unexpected recentering
8158 in case of blinking cursor or accepting process output.
8159 Use current matrix to check cursor row visibility.
8160 (redisplay_window): Fix whether to recenter or move to top in case
8161 cursor line is taller than window height.
8162 (find_first_unchanged_at_end_row): Stop search if we reach a row
8163 which not enabled (instead of abort).
8164
8165 2005-02-18 Kim F. Storm <storm@cua.dk>
8166
8167 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8168 to be nil in a :box attribute value list; customize prints that
8169 as lisp value when no box color is specified.
8170
8171 * .gdbinit (pitx, pit): Pretty print display iterator.
8172 (prowx, prow): Pretty print glyph row.
8173 (pcursorx, pcursor): Pretty print a window cursor.
8174 (pwinx, pwin): Pretty print struct window.
8175
8176 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * alloc.c (BLOCK_BYTES): Harmless typo.
8179
8180 2005-02-17 Andreas Schwab <schwab@suse.de>
8181
8182 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8183 of XGetWindowProperty to avoid aliasing issues.
8184 (Fx_window_property): Likewise.
8185
8186 * xselect.c (Fx_disown_selection_internal): Use union of struct
8187 input_event and struct selection_input_event to avoid aliasing issues.
8188
8189 * xterm.c (handle_one_xevent): Use union of struct input_event and
8190 struct selection_input_event to avoid aliasing issues.
8191 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8192
8193 2005-02-17 Kim F. Storm <storm@cua.dk>
8194
8195 * dispextern.h (enum it_method): New enum.
8196 (GET_FROM_*): Its members.
8197 (struct it): Change member method from function pointer to enum.
8198
8199 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8200 (setup_for_ellipsis, handle_single_display_spec)
8201 (handle_composition_prop, next_overlay_string)
8202 (get_overlay_strings, reseat_1, reseat_to_string)
8203 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8204 (in_display_vector_p, display_line, get_next_display_element):
8205 Change it->method from function pointer to enum.
8206 (get_next_element): New array to map it->method to function.
8207 (get_next_display_element): Use it.
8208 (set_iterator_to_next): Use switch instead of if/else chain.
8209
8210 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8211
8212 * w32select.c: Summary: Thorough rework to implement Unicode
8213 clipboard operations and delayed rendering.
8214
8215 Drop last_clipboard_text and related code, keep track of
8216 ownership via clipboard_owner instead. Drop old #if0 sections.
8217
8218 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8219 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8220 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8221 (current_coding_system, current_requires_encoding)
8222 (current_num_nls, current_clipboard_type, current_lcid):
8223 New static variables.
8224
8225 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8226 (render, render_all, run_protected, lisp_error_handler)
8227 (owner_callback, create_owner, setup_config)
8228 (enum_locale_callback, cp_from_locale, coding_from_cp):
8229 New local functions.
8230
8231 (term_w32select, globals_of_w32select): New global functions.
8232
8233 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8234 clipboard_owner instead. Use delayed rendering and provide
8235 all text formats. Provide CF_LOCALE if necessary.
8236
8237 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8238 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8239 available. Force DOS line-ends for decoding.
8240
8241 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8242
8243 (syms_of_w32select): Init and register new variables.
8244
8245 * w32.h: Add prototypes for globals_of_w32select and
8246 term_w32select. Make the neighboring K&R declarations into
8247 prototypes, too.
8248
8249 * emacs.c: Include w32.h to get function prototypes.
8250 (main): Call globals_of_w32select.
8251
8252 * w32.c (term_ntproc): Call term_w32select.
8253
8254 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8255
8256 2005-02-16 Kim F. Storm <storm@cua.dk>
8257
8258 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8259 at end of display vector.
8260
8261 2005-02-15 Richard M. Stallman <rms@gnu.org>
8262
8263 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8264 for mode and header lines.
8265
8266 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8267
8268 * keymap.h (describe_map_tree): Change decl.
8269
8270 * keyboard.c (command_loop_1): Always use safe_run_hooks
8271 to run Qdeferred_action_function.
8272
8273 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8274 (describe_map, describe_vector): Likewise. When it's 1,
8275 don't omit shadowed bindings, instead mark them as shadowed.
8276
8277 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8278 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8279
8280 * data.c (Fsetq_default): Allow no arg case.
8281
8282 2005-02-14 Kenichi Handa <handa@m17n.org>
8283
8284 * coding.c (encode_coding_string): Always return a unibyte string.
8285 If NOCOPY is nonzero and there's no need of encoding, make STR
8286 unibyte directly.
8287
8288 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8289 multibyte string, signal an error instead of aborting.
8290
8291 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
8292
8293 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
8294
8295 2005-02-12 Kim F. Storm <storm@cua.dk>
8296
8297 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8298
8299 2005-02-10 Kim F. Storm <storm@cua.dk>
8300
8301 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
8302 if it moves outside window or it doesn't display text.
8303
8304 2005-02-09 Kim F. Storm <storm@cua.dk>
8305
8306 * undo.c (Fprimitive_undo): Check that undo function does not
8307 switch buffer.
8308
8309 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8310
8311 * xselect.c (selection_data_to_lisp_data): For the special case
8312 type == XA_ATOM, data contains array of int, not array of Atom.
8313 (x_property_data_to_lisp, selection_data_to_lisp_data):
8314 Comment update: data must be array of int for format == 32.
8315
8316 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
8319
8320 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8321
8322 * xfns.c (Fx_change_window_property): Use long array when format is 32.
8323 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
8324 convert long array returned from XGetWindowProperty to an int array.
8325 (x_set_tool_bar_lines): Check that width and height is greater than
8326 zero before clearing area.
8327
8328 * xselect.c (x_reply_selection_request): Pass long array to
8329 XChangeProperty so that 64 bit longs are handeled correctly.
8330 (x_get_window_property): If format is 32 and long is bigger than 32
8331 bits convert data from XGetWindowProperty from long array to int array.
8332 (lisp_data_to_selection_data): When the input is a vector and the
8333 format is 32, allocate a long array even if long is bigger than 32 bits.
8334 (x_fill_property_data): Use char, short and long as the man page
8335 for XChangeProperty specifies. This way the data returned is OK for
8336 both 32 and 64 bit machines.
8337 (x_handle_dnd_message): Calculate size correctly even for 64 bit
8338 machines.
8339 (Fx_send_client_event): Undo change from 2005-02-05,
8340 x_fill_property_data now handles that case.
8341
8342 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
8343 reason for the approach in the code.
8344
8345 2005-02-07 Kim F. Storm <storm@cua.dk>
8346
8347 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
8348
8349 2005-02-06 Richard M. Stallman <rms@gnu.org>
8350
8351 * eval.c (Frun_hook_with_args)
8352 (Frun_hook_with_args_until_success)
8353 (Frun_hook_with_args_until_failure): Doc fixes.
8354
8355 2005-02-05 Andreas Schwab <schwab@suse.de>
8356
8357 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
8358
8359 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8360
8361 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
8362 the longs in a XClientMessageEvent correctly when long is 64 bits.
8363
8364 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8365
8366 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
8367 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
8368
8369 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8370
8371 * xmenu.c (menubar_selection_callback): Force out GTK buffered
8372 events so the menu event comes after them. This is to prevent sit-for
8373 from exiting on buffered events directly after a menu selection,
8374 lisp code for Help => About Emacs uses sit-for.
8375
8376 * gtkutil.c (create_menus): Connect selection-done event instead of
8377 the deactivate event to deactivate_cb. This will make the last
8378 leave event come before the call to deactivate_cb, so the leave
8379 event does not make sit-for exit after a menu selection.
8380
8381 2005-02-03 Kim F. Storm <storm@cua.dk>
8382
8383 * dispnew.c (build_frame_matrix_from_leaf_window)
8384 [!GLYPH_DEBUG]: Fix xassert.
8385
8386 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
8387
8388 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8389
8390 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8391
8392 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
8393 the compiling OS version.
8394
8395 * macfns.c (x_create_tip_frame): Likewise.
8396
8397 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
8398
8399 2005-02-03 Richard M. Stallman <rms@gnu.org>
8400
8401 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
8402
8403 * xdisp.c (echo_area_display): Clear echo_message_buffer.
8404
8405 * buffer.c (Fbury_buffer): Doc fix.
8406
8407 2005-02-02 Steven Tamm <steventamm@mac.com>
8408
8409 * macfns.c (unwind_create_frame): Fix compile error due to
8410 xassert being uncondition, but predicate is.
8411 * dispnew.c (update_window): Fix compile error due to
8412 xassert being uncondition, but predicate is.
8413
8414 2005-02-02 Miles Bader <miles@gnu.org>
8415
8416 * dispextern.h (xassert): Enable unconditionally.
8417
8418 2005-02-02 Kim F. Storm <storm@cua.dk>
8419
8420 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
8421
8422 2005-02-02 Kenichi Handa <handa@m17n.org>
8423
8424 * casefiddle.c (casify_object): Enable changing characters of
8425 different byte length.
8426 (casify_region): Fix loop condition, args to replace_range_2, and
8427 update opoint_byte.
8428
8429 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
8430
8431 2005-02-01 Kim F. Storm <storm@cua.dk>
8432
8433 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
8434 stack before calling handle_display_prop.
8435
8436 2005-01-31 Kim F. Storm <storm@cua.dk>
8437
8438 * undo.c (Qapply): New lisp var.
8439 (syms_of_undo): Intern and staticpro it.
8440 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
8441 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
8442
8443 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8444
8445 2005-01-30 Jesper Harder <harder@phys.au.dk>
8446
8447 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
8448 <mac-emulate-three-button-mouse>: Fix docstring indentation.
8449
8450 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8451
8452 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
8453 Increase value to 3 Meg.
8454
8455 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8456
8457 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
8458 button events are not received otherwise.
8459
8460 2005-01-29 Richard M. Stallman <rms@gnu.org>
8461
8462 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8463
8464 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
8465
8466 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * keymap.c (access_keymap): YAILOM.
8469
8470 2005-01-27 Kim F. Storm <storm@cua.dk>
8471
8472 * xdisp.c (get_phys_cursor_geometry): New function to calculate
8473 phys cursor position and size for hollow cursor. Position is
8474 aligned with get_glyph_string_clip_rect and ensures that a hollow
8475 cursor is shown, even when the actual glyph is not visible.
8476
8477 * dispextern.h (get_phys_cursor_geometry): Add prototype.
8478
8479 * xterm.c (x_clip_to_row): Ensure y >= 0.
8480 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8481
8482 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8483
8484 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8485
8486 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
8489
8490 2005-01-27 Kim F. Storm <storm@cua.dk>
8491
8492 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
8493 glyph, even when row is only partially visible and actual cursor
8494 position is not visible.
8495
8496 2005-01-24 Richard M. Stallman <rms@gnu.org>
8497
8498 * xterm.c (x_error_quitter): No longer static, and moved after
8499 x_error_handler.
8500
8501 2005-01-24 Kim F. Storm <storm@cua.dk>
8502
8503 * xdisp.c (move_it_by_lines): If we move forward after going too
8504 far back, cancel move if end position is same as start position.
8505
8506 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8507
8508 * dispextern.h (struct glyph_string): New members clip_head and
8509 clip_tail.
8510
8511 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
8512 region to the area between clip_head and clip_tail.
8513 (draw_glyphs): Record the area that need to be actually redrawn to
8514 the new variables clip_head and clip_tail when there are
8515 overhangs. Set values of these variables to the corresponding
8516 members in struct glyph_string. Refine x coordinates for
8517 notice_overwritten_cursor using clip_head and clip_tail.
8518
8519 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
8520
8521 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
8522 QDTextBounds.
8523 (x_draw_glyph_string): Don't fill the background of the successor
8524 of a glyph with a right overhang if the successor will draw a cursor.
8525 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
8526 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
8527
8528 2005-01-24 Kim F. Storm <storm@cua.dk>
8529
8530 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
8531 direction if window height was smaller than next-screen-context-lines.
8532 Now always scroll at least one line in the requested direction.
8533 Ensure that we actually do scroll backwards when requested to do so.
8534
8535 * xdisp.c (redisplay_window): Only try to make cursor line fully
8536 visible once (to avoid redisplay loop).
8537
8538 2005-01-23 Kim F. Storm <storm@cua.dk>
8539
8540 * window.c (Fpos_visible_in_window_p): Simplify return value for
8541 partially visible rows.
8542 (window_scroll_pixel_based): Adapt to that change.
8543
8544 * window.c (window_scroll_pixel_based): Force moving to next line
8545 if scrolling doesn't move start point, e.g. if looking at tall image.
8546
8547 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
8548 Clear last_height before calling line_bottom_y to get real height.
8549 Fix calculation of y.
8550
8551 2005-01-22 Steven Tamm <steventamm@mac.com>
8552
8553 * s/darwin.h: Removed PTY_ITERATION from here.
8554 (DARWIN): Define.
8555
8556 * process.c (init_process): Default process-connection-type to
8557 nil on darwin 6 or less, t if it is 7 or higher. This way the
8558 broken pty behavior is still allowed on darwin 6 for interactive
8559 processes for people that know what they are doing.
8560
8561 2005-01-22 Kim F. Storm <storm@cua.dk>
8562
8563 * window.c (auto_window_vscroll_p): New boolean.
8564 (syms_of_window): DEFVAR_BOOL it.
8565 (Fpos_visible_in_window_p): Extend return value to include RTOP
8566 and RBOT values if FULLY is nil.
8567 (window_scroll_pixel_based): Adjust vscroll for partially visible
8568 rows if auto_window_vscroll_p is set.
8569 (Fset_window_vscroll): Do nothing if vscroll is not modified.
8570
8571 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
8572 to return number of partially invisible pixels at top and bottom
8573 of the dislay row at POS.
8574
8575 * lisp.h (pos_visible_p): Fix prototype.
8576
8577 2005-01-21 Richard M. Stallman <rms@gnu.org>
8578
8579 * fileio.c (Fcopy_file): Doc fix.
8580
8581 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8582
8583 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
8584 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
8585 start of function for older compilers.
8586
8587 2005-01-20 Richard M. Stallman <rms@gnu.org>
8588
8589 * editfns.c (Fmessage): If arg is "", return "" (as before).
8590
8591 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
8592
8593 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
8594 variable.
8595
8596 2005-01-20 Steven Tamm <steventamm@mac.com>
8597
8598 * editfns.c (Voperating_system_release): Add.
8599 (init_editfns): Assign new variable operating-system-release
8600 based on call to uname if available.
8601 (get_operating_system_release): Add function to
8602 allow c-level access to operating system release.
8603
8604 * config.h: Regenerated.
8605
8606 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
8607 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
8608 using ptys as '7'.
8609
8610 2005-01-20 Kim F. Storm <storm@cua.dk>
8611
8612 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
8613
8614 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
8615 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
8616
8617 * macterm.c (x_draw_glyph_string_box): Likewise.
8618
8619 * w32term.c (x_draw_glyph_string_box): Likewise.
8620
8621 * indent.c (Fvertical_motion): Temporarily disable selective display.
8622
8623 2005-01-19 Kim F. Storm <storm@cua.dk>
8624
8625 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
8626 image property.
8627
8628 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
8629
8630 2005-01-18 Kim F. Storm <storm@cua.dk>
8631
8632 * xdisp.c (fast_find_position): Backtrack to find first row if
8633 charpos is inside a display overlay that spans multiple lines.
8634
8635 2005-01-18 Kenichi Handa <handa@m17n.org>
8636
8637 * coding.c (decode_coding_iso2022): Translate invalid codes if
8638 translation-table is specified.
8639
8640 2005-01-18 Kim F. Storm <storm@cua.dk>
8641
8642 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
8643 change. If handle_display_prop indicates newline is replaced by
8644 image or text, move back to start of relevant overlay or interval
8645 and continue scan from there. Simplify.
8646
8647 2005-01-17 Kim F. Storm <storm@cua.dk>
8648
8649 * dispnew.c (mode_line_string, marginal_area_string):
8650 Fix off-by-one error in search for glyph.
8651
8652 2005-01-16 Kim F. Storm <storm@cua.dk>
8653
8654 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
8655
8656 2005-01-16 Steven Tamm <steventamm@mac.com>
8657
8658 * macterm.c (mac_to_x_fontname): Remove spurious argument.
8659
8660 2005-01-16 Andreas Schwab <schwab@suse.de>
8661
8662 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
8663
8664 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8665
8666 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
8667 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
8668
8669 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8670
8671 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
8672 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
8673 New flags for readable_events.
8674 (get_filtered_input_pending, readable_filtered_events): Remove.
8675 (tracking_off): Call readable_events and get_input_pending with
8676 flag READABLE_EVENTS_DO_TIMERS_NOW.
8677 (readable_events): Move code from old readable_filtered_events here,
8678 but check new READABLE_EVENTS_* in argument flags instead of previous
8679 two boolean arguments do_timers_now and filter_events.
8680 If we are doing mouse tracking and the mouse moved, return only if
8681 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
8682 (swallow_events): Call get_input_pending with flag
8683 READABLE_EVENTS_DO_TIMERS_NOW.
8684 (get_input_pending): Move code from old get_filtered_input_pending
8685 here. Replace boolean arguments do_timers_now, filter_events with
8686 flags, and pass flags to readable_events. Document new
8687 READABLE_EVENTS_* flags.
8688 (detect_input_pending_ignore_squeezables): New function.
8689 (detect_input_pending_run_timers): Call get_input_pending with flag
8690 READABLE_EVENTS_DO_TIMERS_NOW.
8691 (Finput_pending_p): Call get_input_pending with flags
8692 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
8693
8694 * dispnew.c (update_window, update_frame_1): Replace calls to
8695 detect_input_pending with detect_input_pending_ignore_squeezables
8696 so that redisplay is not paused if the event queue contains only
8697 mouse movements.
8698
8699 * lisp.h: Declare detect_input_pending_ignore_squeezables.
8700
8701 2005-01-15 Steven Tamm <steventamm@mac.com>
8702
8703 * macterm.c (Vmac_use_core_graphics): Declare variable for
8704 mac-allow-anti-aliasing.
8705 (syms_of_macterm): DEFVAR_LISP and initialize it.
8706 (mac_draw_string_common): Use core graphics text rendering if
8707 mac-allow-anti-aliasing is enabled.
8708
8709 * macfns.c (Fx_file_dialog): Save As dialog includes only the
8710 file name in the text box.
8711
8712 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8713
8714 * macfns.c (x_set_foreground_color, x_set_background_color):
8715 Sync with xfns.c.
8716 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
8717 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
8718 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
8719
8720 2005-01-14 Kim F. Storm <storm@cua.dk>
8721
8722 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
8723
8724 2005-01-13 Richard M. Stallman <rms@gnu.org>
8725
8726 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
8727 if Voverriding_terminal_local_map is non-nil.
8728
8729 * keyboard.c (syms_of_keyboard): Doc fix.
8730
8731 2005-01-13 Kim F. Storm <storm@cua.dk>
8732
8733 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
8734 (specify 0 for FACE instead). Reorder arg list. Doc fix.
8735
8736 2005-01-12 Richard M. Stallman <rms@gnu.org>
8737
8738 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
8739 face property for characters that don't specify one.
8740
8741 * fns.c (Frequire): Record in load-history unconditionally.
8742
8743 2005-01-10 Kim F. Storm <storm@cua.dk>
8744
8745 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
8746
8747 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
8748 Callers changed.
8749 Add support to merge with lisp face id too (if face_name is t).
8750
8751 * xdisp.c (get_next_display_element, next_element_from_display_vector):
8752 Don't lookup lface_id from display table glyphs here; instead use
8753 merge_faces to merge the lisp face id into current face.
8754
8755 2005-01-09 Kim F. Storm <storm@cua.dk>
8756
8757 * dispextern.h (struct it): New member dpvec_face_id.
8758 (merge_into_realized_face): Add prototype.
8759
8760 * xfaces.c (merge_into_realized_face): New function. Used to
8761 merge escape-glyph face or face from display table into current face.
8762
8763 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
8764 (syms_of_xdisp): DEFVAR_LISP it.
8765 (escape_glyph_face): Remove var.
8766 (redisplay_window): Don't initialize it.
8767 (setup_for_ellipsis, get_next_display_element):
8768 Set it->dpvec_face_id to -1.
8769 (get_next_display_element): Test Vshow_nonbreak_escape.
8770 Do not setup escape_glyph_face.
8771 Properly merge escape-glyph face or face from display table with
8772 current face for escape and control characters.
8773 Set it->dpvec_face_id to relevant face id instead of adding it to each
8774 element of display vector.
8775 (next_element_from_display_vector): If it->dpvec_face_id is set,
8776 use that instead of lface_id from glyph itself.
8777
8778 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8779
8780 * xterm.h (struct x_output): New member, toolbar_detached.
8781
8782 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
8783 38.
8784 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
8785 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
8786 (xg_create_tool_bar): Initialize toolbar_detached.
8787 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
8788 toolbar_detached is zero.
8789
8790 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8791
8792 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
8793 gtk_menu_popup if not for_click, so callbacks for the menu are called.
8794
8795 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
8796 (xg_tool_bar_callback, xg_tool_bar_help_callback)
8797 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
8798
8799 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8800 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
8801 XFLOAT_DATA to get extract number from Lisp object.
8802
8803 2005-01-07 Kim F. Storm <storm@cua.dk>
8804
8805 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
8806 Set stop_charpos to current charpos instead of 0.
8807
8808 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * xdisp.c (Fformat_mode_line): First arg now required.
8811
8812 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8813
8814 * macterm.c (XLoadQueryFont): Correctly handle 0 size
8815 font widths that are returned from some Japanese fonts.
8816
8817 2005-01-06 Kim F. Storm <storm@cua.dk>
8818
8819 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
8820 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
8821 (destroy_fringe_bitmap): Set fringe_faces element to nil.
8822 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
8823 fringe_faces array and init elements to nil.
8824 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
8825 non-persistent face id.
8826 (mark_fringe_data): New function for GC.
8827
8828 * alloc.c (mark_fringe_data): Declare extern.
8829 (Fgarbage_collect): Call mark_fringe_data.
8830
8831 * alloc.c (overrun_check_free): Invalidate freed memory if
8832 XMALLOC_CLEAR_FREE_MEMORY is defined.
8833
8834 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8835
8836 * macfns.c: Include sys/param.h.
8837 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
8838 and function.
8839 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
8840 of filename string. Set event callback function when creating
8841 dialog boxes. Add code conversions for filenames. Don't dispose
8842 of apple event descriptor record if failed to create it.
8843
8844 * macterm.c: Include sys/param.h.
8845 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
8846 kEventWindowUpdate.
8847 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
8848 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
8849 of FSSpec from apple event descriptor record.
8850 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
8851 size of filename string.
8852 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
8853 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
8854 file dialog is in action.
8855 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
8856 Reject only when there are no filename items. Set background color
8857 before (un)highlighting the window below the dragged items.
8858 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
8859
8860 2005-01-05 Romain Francoise <romain@orebokech.com>
8861
8862 * term.c (encode_terminal_code): Fix buffer size computation.
8863
8864 2005-01-04 Richard M. Stallman <rms@gnu.org>
8865
8866 * xdisp.c (Fformat_mode_line): Doc fix.
8867
8868 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * alloc.c (refill_memory_reserve): Move.
8871 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
8872 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
8873
8874 2005-01-03 Richard M. Stallman <rms@gnu.org>
8875
8876 * window.c (window_scroll_pixel_based): Don't correct preserve_y
8877 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
8878
8879 2005-01-03 Jason Rumney <jasonr@gnu.org>
8880
8881 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
8882 fontp->space_width to FONT_WIDTH so they are valid.
8883
8884 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
8885 average width. Set fontp->average_width and fontp->space_width to
8886 their appropriate values.
8887
8888 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8889 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
8890 fontp->space_width.
8891
8892 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8893
8894 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
8895 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
8896 metrics for max and min bounds.
8897 (x_load_font): Correctly calculate average font width metrics.
8898
8899 2005-01-02 Richard M. Stallman <rms@gnu.org>
8900
8901 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
8902
8903 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8904
8905 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
8906
8907 2004-12-31 Richard M. Stallman <rms@gnu.org>
8908
8909 * xdisp.c (setup_for_ellipsis, get_next_display_element):
8910 Set it->ellipsis_p to 1 or 0.
8911 (display_line): Record whether row ends in mid-ellipsis.
8912 (set_cursor_from_row): If ends in ellipsis, find start of it.
8913 (cursor_row_p): If PT's at the end of the ellipsis the row
8914 ends within, don't display cursor on this row.
8915
8916 * dispextern.h (struct it): New element ellipsis_p.
8917 (struct glyph_row): New element ends_in_ellipsis_p.
8918
8919 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
8920 position if we're reading from something other than the buffer.
8921
8922 * window.c (window_scroll_pixel_based): Only look at
8923 Vscroll_preserve_screen_position if the old PT can't be kept.
8924 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
8925
8926 2004-12-30 Kim F. Storm <storm@cua.dk>
8927
8928 * xdisp.c (get_line_height_property): New function extracted from
8929 original calc_line_height_property.
8930 (calc_line_height_property): Rework. Handle t and (nil . ratio).
8931 (x_produce_glyphs): Use them to handle line-height and
8932 line-spacing according to new height spec.
8933 (Qtotal): Remove.
8934 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
8935
8936 2004-12-30 Kenichi Handa <handa@m17n.org>
8937
8938 * fileio.c (Finsert_file_contents): Don't use
8939 current_buffer->buffer_file_coding_system even if REPLACE is
8940 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
8941
8942 * fontset.h (struct font_info): New members space_width and
8943 average_width.
8944
8945 * frame.h (struct frame): New member space_width.
8946 (FRAME_SPACE_WIDTH): New macro.
8947
8948 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
8949
8950 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8951 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
8952 fontp->space_width.
8953 (x_load_font): Calculate fontp->space_width and fontp->average_width.
8954 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
8955
8956 * xdisp.c (x_produce_glyphs): Calculate tab width by
8957 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
8958
8959 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8960
8961 * macterm.c (SelectionRange): Add Xcode position apple event struct.
8962 (do_ae_open_documents): Handle Xcode-style file position open events.
8963
8964 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8965
8966 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
8967
8968 2004-12-29 Richard M. Stallman <rms@gnu.org>
8969
8970 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
8971
8972 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8973
8974 * macfns.c (install_window_handler): Modify extern to return OSErr
8975 value.
8976 (mac_window): Handle return value of install_window_handler.
8977
8978 * macterm.c (reflect_byte): Remove function.
8979 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
8980 Lookup table instead.
8981 (mac_do_font_lists): Simplify calculation of the longest
8982 nonspecial string.
8983 (init_mac_drag_n_drop): Remove function and declaration.
8984 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
8985 init_mac_drag_n_drop.
8986 (mac_do_track_drag): New function and declaration.
8987 (install_window_handler): Return OSErr value.
8988 (install_window_handler) [TARGET_API_MAC_CARBON]:
8989 Register handlers for tracking/receiving drag-and-drop items.
8990 (do_ae_open_documents): Generate unibyte strings for filenames.
8991 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
8992 Reject only non-filename items. Set event modifiers, and return value.
8993
8994 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8995
8996 * coding.c (decode_coding): Fix previous change.
8997
8998 2004-12-28 Richard M. Stallman <rms@gnu.org>
8999
9000 * xdisp.c (back_to_previous_visible_line_start):
9001 Don't call handle_display_prop.
9002
9003 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9004
9005 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9006 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9007 (decode_coding_iso2022, encode_designation_at_bol)
9008 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9009 (decode_coding): Constify arguments and local vars.
9010
9011 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9012
9013 * xmenu.c (popup_get_selection): Only pop down dialogs
9014 on C-g and Escape.
9015 (popup_get_selection): Remove parameter down_on_keypress.
9016 (create_and_show_popup_menu, create_and_show_dialog):
9017 Remove parameter down_on_keypress to popup_get_selection.
9018
9019 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9020
9021 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9022 (struct glyph_string): Likewise.
9023
9024 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9025 mac_initialize.
9026
9027 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9028 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
9029
9030 * fns.c (vector): Change MAC_OSX to MAC_OS.
9031
9032 * frame.c (x_set_frame_parameters, x_report_frame_params)
9033 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
9034 (x_set_border_width, Vdefault_frame_scroll_bars):
9035 Change HAVE_CARBON to MAC_OS.
9036
9037 * image.c [MAC_OS]: Include sys/stat.h.
9038 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9039 QuickTimeComponents.h.
9040
9041 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9042 [!MAC_OSX] (select): Use mac_wait_next_event.
9043 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
9044 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9045 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9046 (mac_clear_font_name_table): Add extern.
9047 (Fmac_clear_font_name_table): New defun.
9048 (syms_of_mac): Defsubr it.
9049 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9050 [MAC_OSX] (select_and_poll_event): New function.
9051 [MAC_OSX] (sys_select): Use it.
9052 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9053 [MAC_OSX && SELECT_USE_CFSOCKET]
9054 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9055 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9056 RunLoop for simultaneously monitoring two kinds of inputs, window
9057 events and process outputs, without periodically polling.
9058
9059 * macfns.c (mac_initialized): Remove extern.
9060 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9061 xfaces.c.
9062 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9063 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
9064 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9065 (mac_get_rdb_resource): New function (from w32reg.c).
9066 (x_get_string_resource): Use it.
9067 (install_window_handler): Add extern.
9068 (mac_window): New function.
9069 (Fx_create_frame): Use it instead of make_mac_frame.
9070 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
9071 (Fx_open_connection, Fx_close_connection): New defuns.
9072 (syms_of_macfns): Defsubr them.
9073 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9074 Add kWindowNoUpdatesAttribute to the window attribute.
9075 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9076 (x_create_tip_frame): Don't call ShowWindow.
9077 (Fx_show_tip): Call ShowWindow.
9078 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9079 TARGET_API_MAC_CARBON'.
9080 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9081 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
9082
9083 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
9084 (Window): Typedef to WindowPtr and move outside `#if
9085 TARGET_API_MAC_CARBON'.
9086 (XSizeHints): New struct.
9087
9088 * macterm.c (x_update_begin, x_update_end)
9089 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9090 frame.
9091 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9092 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9093 (construct_mouse_click): Put in #if 0.
9094 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9095 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9096 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9097 (activate_scroll_bars, deactivate_scroll_bars)
9098 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9099 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9100 if the position is neither user-specified nor program-specified.
9101 (x_free_frame_resources): Free size_hints.
9102 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
9103 (mac_clear_font_name_table): New function.
9104 (mac_do_list_fonts): Initialize font_name_table if needed.
9105 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9106 around mac_do_list_fonts.
9107 (mac_unload_font): New function.
9108 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9109 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9110 and definitions with #if TARGET_API_MAC_CARBON.
9111 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9112 (install_window_handler): Add decl.
9113 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9114 window. Use UpdateControls. Get the rectangle that should be
9115 updated and restrict the target of expose_frame to it.
9116 (do_grow_window): Set minimum height/width according to size_hints.
9117 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9118 (do_zoom_window): Don't use x_set_window_size.
9119 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9120 (install_window_handler): New function.
9121 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9122 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9123 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9124 GetEventDispatcherTarget inside BLOCK_INPUT.
9125 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9126 Update mouse_region when mouse is moved.
9127 (make_mac_frame): Remove.
9128 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9129 Initialize mouse pointer shapes. Change values of f->left_pos and
9130 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9131 Don't call ShowWindow.
9132 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9133 Vinvocation_name and Vsystem_name.
9134 (mac_make_rdb): New function (from w32term.c).
9135 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9136 already been opened. Don't pass argument to
9137 mac_initialize_display_info. Don't set dpyinfo->height/width.
9138 Add entries to x_display_list and x_display_name_list.
9139 (x_delete_display): New function.
9140 (mac_initialize): Don't call mac_initialize_display_info.
9141 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9142
9143 * macterm.h (check_mac): Add extern.
9144 (struct mac_output): New member size_hints.
9145 (FRAME_SIZE_HINTS): New macro.
9146 (mac_unload_font): Add extern.
9147
9148 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
9149
9150 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
9151
9152 2004-12-27 Richard M. Stallman <rms@gnu.org>
9153
9154 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
9155 (syms_of_buffer): Don't defsubr it.
9156
9157 * process.c (list_processes_1): Set undo_list instead
9158 of calling Fbuffer_disable_undo.
9159
9160 * xdisp.c (single_display_spec_string_p): Rename from
9161 single_display_prop_string_p.
9162 (single_display_spec_intangible_p): Rename from
9163 single_display_prop_intangible_p.
9164 (handle_single_display_spec): Rename from handle_single_display_prop.
9165 Rewritten to be easier to understand.
9166
9167 Change in load-history format. Functions now get (defun . NAME),
9168 and variables get just NAME.
9169
9170 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9171
9172 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9173 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9174 (Qdefvar): Var deleted.
9175 (syms_of_eval): Don't initialze it.
9176
9177 * lread.c (syms_of_lread) <load-history>: Doc fix.
9178
9179 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9180
9181 * xmenu.c (popup_get_selection): Pop down on C-g.
9182 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9183 pops down menu on C-g.
9184 (xdialog_show): If dialog popped down and no button in the dialog was
9185 pushed, call Fsignal to quit.
9186 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9187 Fsignal to quit.
9188
9189 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9190
9191 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9192 dialogs and menus pop down.
9193
9194 2004-12-27 Kenichi Handa <handa@m17n.org>
9195
9196 * coding.c (code_convert_region): Fix calculation of `ratio'.
9197
9198 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9199
9200 * gtkutil.c (update_frame_tool_bar): Make the value of
9201 tool-bar-button-margin control margins of images in tool bar.
9202
9203 * alloc.c (check_depth): New variable.
9204 (overrun_check_malloc, overrun_check_realloc): Only add
9205 overhead and write check pattern if check_depth is 1 (to handle
9206 recursive calls). Increase/decrease check_depth in entry/exit.
9207 (overrun_check_free): Only check for overhead if check_depth is 1.
9208 Increase/decrease check_depth in entry/exit.
9209
9210 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9211
9212 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9213 before touching input_available_clear_time, to avoid accessing it
9214 from multiple threads.
9215
9216 2004-12-23 Jason Rumney <jasonr@gnu.org>
9217
9218 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9219 of JPEG library.
9220
9221 2004-12-22 Richard M. Stallman <rms@gnu.org>
9222
9223 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9224
9225 * lisp.h (Vundo_outer_limit): Fix decl.
9226
9227 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9228 Uses changed.
9229 (syms_of_undo): Initialize appropriately.
9230 (truncate_undo_list): If it's nil, there's no limit.
9231
9232 2004-12-22 Kenichi Handa <handa@m17n.org>
9233
9234 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9235
9236 2004-12-21 Richard M. Stallman <rms@gnu.org>
9237
9238 * eval.c (unwind_to_catch): Clear immediate_quit.
9239
9240 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9241 specially as `\ ' and `\-'.
9242
9243 * keyboard.c (kbd_buffer_store_event_hold):
9244 In the code for while-no-input, handle immediate_quit.
9245
9246 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9247 Call that at the very start.
9248 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
9249 (syms_of_alloc): Don't define undo-limit,
9250 undo-strong-limit and undo-outer-limit here.
9251
9252 * undo.c (truncate_undo_list): Return void.
9253 Take just one argument, the buffer.
9254 Make it current, and inhibit recursive GC.
9255 Access and update the undo list directly; return void.
9256 Refer to the undo...limit variables directly.
9257 Test undo_outer_limit only after counting the whole current command.
9258 When it's exceeded, call the function in undo-outer-limit-function.
9259 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9260 (Vundo_outer_limit_function): New variable.
9261 (syms_of_undo): Define undo-limit, undo-strong-limit
9262 and undo-outer-limit here, and undo-outer-limit-function.
9263 Doc fixes.
9264
9265 * lisp.h (truncate_undo_list): Update decl.
9266
9267 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9268
9269 * fileio.c (Fread_file_name): Delete duplicates in
9270 file-name-history when history_delete_duplicates is true.
9271
9272 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9273
9274 * macterm.c (mac_do_list_fonts): Fix memory leak
9275
9276 2004-12-20 Richard M. Stallman <rms@gnu.org>
9277
9278 * regex.c (re_match_2_internal) <symend, wordend>:
9279 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9280
9281 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9282
9283 * macterm.c (endif, x_font_name_to_mac_font_name):
9284 Use maccentraleurroman instead of maccentraleuropean
9285 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9286 quickly finding a specific font without needing regexps.
9287
9288 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9289
9290 * syssignal.h: Declare main_thread.
9291 (SIGNAL_THREAD_CHECK): New macro.
9292
9293 * keyboard.c (input_available_signal): Move thread checking code
9294 to macro SIGNAL_THREAD_CHECK and call that macro.
9295 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
9296
9297 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
9298
9299 * emacs.c: Define main_thread.
9300 (main): Initialize main_thread.
9301 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
9302 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
9303
9304 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
9305
9306 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
9307
9308 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
9309
9310 * process.c (send_process_trap, sigchld_handler):
9311 Call SIGNAL_THREAD_CHECK.
9312
9313 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
9314
9315 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
9316
9317 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
9318 returning when xg_ignore_gtk_scrollbar is true.
9319
9320 2004-12-14 Kim F. Storm <storm@cua.dk>
9321
9322 * keyboard.c (read_char): Save and restore echo_string when
9323 handling input method.
9324
9325 2004-12-13 Richard M. Stallman <rms@gnu.org>
9326
9327 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
9328
9329 * keyboard.c (Vthrow_on_input): New variable.
9330 (syms_of_keyboard): Defvar and initialize it.
9331 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
9332
9333 * lisp.h (QUIT): Check for Vthrow_on_input.
9334 (Vthrow_on_input): Declare it.
9335
9336 2004-12-13 Kim F. Storm <storm@cua.dk>
9337
9338 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
9339 vector.
9340
9341 2004-12-12 Richard M. Stallman <rms@gnu.org>
9342
9343 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
9344
9345 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
9346 (Ftry_completion): Really use outer `zero'; eliminate inner one.
9347
9348 2004-12-12 Kenichi Handa <handa@m17n.org>
9349
9350 * term.c (encode_terminal_code): Fix previous change.
9351
9352 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * keyboard.c (handle_async_input): Remove pthread mutex handling.
9355 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
9356
9357 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
9358 in macro arguments.
9359
9360 * minibuf.c (Ftry_completion, Fall_completions): Don't use
9361 XFASTINT blindly.
9362
9363 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
9364
9365 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9366
9367 * w32term.c (x_calc_absolute_position): Remove calculation of
9368 difference between inner and outer window. Don't subtract difference
9369 for left and top calculations.
9370
9371 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
9372 for left and top calculations. Remove call to x_real_positions.
9373 [Bug report by Drew Adams in November]
9374 (x_check_expected_move): Do not set change_gravity to 1 when calling
9375 x_set_offset.
9376
9377 2004-12-08 Richard M. Stallman <rms@gnu.org>
9378
9379 * xdisp.c (get_next_display_element): Use `escape-glyph' for
9380 control chars and escaped octal codes.
9381 (Qescape_glyph): New variable.
9382 (syms_of_xdisp): Initialize it.
9383 (escape_glyph_face): New variable.
9384 (redisplay_window): Initialize it.
9385
9386 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9387
9388 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
9389 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
9390
9391 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9392
9393 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
9394 reset_malloc_hooks.
9395
9396 * keyboard.c (handle_async_input, input_available_signal):
9397 Add ! defined (SYSTEM_MALLOC) around thread code.
9398
9399 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
9400
9401 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
9404
9405 * config.in: Regenerate.
9406
9407 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9408
9409 * xmenu.c (Fx_popup_menu): Correct documentation about position.
9410 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
9411 if not given by a mouse click to correspond with x-popup-menu
9412 documentation.
9413
9414 * config.in: Regenerate.
9415
9416 * gtkutil.c: Include signal.h and syssignal.h.
9417 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
9418
9419 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
9420 new variables main_thread and alloc_mutex,
9421 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
9422 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
9423 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
9424 (UN)BLOCK_INPUT.
9425 (emacs_blocked_free, emacs_blocked_malloc)
9426 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
9427 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
9428 (reset_malloc_hooks): New function.
9429
9430 * lisp.h: Declare reset_malloc_hooks.
9431
9432 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
9433
9434 * keyboard.c: Conditionally include pthread.h
9435 (handle_async_input, input_available_signalt): If not in the main
9436 thread, block signal, send signal to main thread and return.
9437
9438 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
9439 Set current folder in file chooser if default_filename is a directory.
9440
9441 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
9444 Remove redundant correctness checks.
9445 (regex_compile): Fix up error codes for \{..\} expressions.
9446
9447 2004-12-05 Richard M. Stallman <rms@gnu.org>
9448
9449 * regex.c (regex_compile): Fix end-of-pattern case for space.
9450
9451 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9452
9453 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
9454 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
9455 crashes with invalid characters.
9456 * macmenu.c (add_menu_item): Use it.
9457 * image.c (image_load_quartz2d): Likewise.
9458 * macfns.c (x_set_name, x_set_title): Likewise.
9459 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
9460 creating them each time for labels.
9461
9462 2004-12-02 Richard M. Stallman <rms@gnu.org>
9463
9464 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
9465 don't use it here.
9466
9467 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
9468 (interactive_p): Skip Scalled_interactively_p frames
9469 like Sinteractive_p frames.
9470 (unwind_to_catch): Clear handling_signal.
9471
9472 * data.c (Fmake_variable_buffer_local): Doc fix.
9473 (Fmake_local_variable): Doc fix.
9474
9475 * insdel.c (insert_from_string_before_markers)
9476 (insert_from_string): Don't modify buffer on empty insertion.
9477
9478 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
9479
9480 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9481
9482 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
9483 menu text as UTF8 fails.
9484
9485 2004-12-01 Kim F. Storm <storm@cua.dk>
9486
9487 * alloc.c: Add commentary for last change.
9488 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
9489 sizeof(size_t) != 4.
9490 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9491 Use them. Also clear header and trailer of freed memory.
9492 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
9493 (string_overrun_cookie): Rename from string_overrun_pattern.
9494 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
9495
9496 2004-12-01 Andreas Schwab <schwab@suse.de>
9497
9498 * lisp.h: Declare string_to_multibyte.
9499
9500 2004-12-01 Kenichi Handa <handa@m17n.org>
9501
9502 * w32console.c (w32con_write_glyphs): Decide coding here.
9503 Adjusted for the change of encode_terminal_code.
9504
9505 * term.c (encode_terminal_code): Don't make it "static".
9506
9507 2004-11-30 Kenichi Handa <handa@m17n.org>
9508
9509 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
9510 (encode_terminal_code): Argument changed. Encode all
9511 characters at once, and return a pointer to the result of encoding.
9512 (write_glyphs): Decide coding here. Adjusted for the above change.
9513 (insert_glyphs): Likewise.
9514 (term_init): Initialize encode_terminal_bufsize to 0.
9515
9516 * coding.c (Vcode_conversion_workbuf_name): New variable.
9517 (syms_of_coding): Initialize and staticpro it.
9518 (set_conversion_work_buffer): New function.
9519 (run_pre_post_conversion_on_str): Use it.
9520 (run_pre_write_conversin_on_c_str): New function.
9521
9522 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
9523
9524 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9525
9526 * keyboard.c: Don't undef SIGIO
9527 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
9528 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
9529 (macfns.o): Don't depend on ccl.h.
9530 * macfns.c (mac_frame_parm_handlers): Set handlers for
9531 Qleft_fringe and Qright_fringe.
9532 * macterm.c (mac_fill_rectangle_to_pixmap)
9533 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
9534 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
9535 Put in #if 0.
9536 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
9537 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
9538 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
9539 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9540 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
9541 XDrawImageString. Always draw background and foreground separately.
9542 (x_draw_image_foreground): Use clipping instead of computing the
9543 intersection rectangle.
9544 (x_draw_image_glyph_string): Don't draw an image with mask to a
9545 pixmap.
9546 (x_redisplay_interface): Set flush_display_optional member to 0.
9547 (XTread_socket): Correctly reset the TEConverter
9548 object.
9549
9550 2004-11-30 Kim F. Storm <storm@cua.dk>
9551
9552 * lisp.h: New defines to enable buffer overrun checking.
9553 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
9554 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
9555
9556 * alloc.c: Add more checks for buffer overruns.
9557 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
9558 xmalloc_overrun_check_trailer, overrun_check_malloc)
9559 overrun_check_realloc, overrun_check_free): Add.
9560 (GC_STRING_EXTRA, string_overrun_pattern): Add.
9561 (check_sblock, allocate_string_data, compact_small_strings):
9562 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
9563 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
9564 (check_string_free_list): Add.
9565 (allocate_string, sweep_strings): Call check_string_free_list.
9566
9567 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
9568 XMALLOC_OVERRUN_CHECK to avoid crash during load.
9569
9570 2004-11-29 Kim F. Storm <storm@cua.dk>
9571
9572 * fns.c (concat): Use SAFE_ALLOCA.
9573
9574 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * sysdep.c (emacs_write): Don't use QUIT.
9577
9578 2004-11-29 Kenichi Handa <handa@m17n.org>
9579
9580 * buffer.c (init_buffer): Set current_buffer->directory to a
9581 multibyte string made by string_to_multibyte.
9582
9583 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
9584
9585 2004-11-27 Andreas Schwab <schwab@suse.de>
9586
9587 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
9588
9589 * s/gnu-linux.h: Enable no-op gcpros on ia64.
9590 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
9591
9592 * filelock.c (lock_file_1): Call get_boot_time early.
9593 Increase buffer size.
9594
9595 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9596
9597 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
9598 is not defined.
9599
9600 2004-11-27 Kim F. Storm <storm@cua.dk>
9601
9602 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
9603 marker out of doc string.
9604
9605 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
9608 which was not mentioned in the log.
9609
9610 2004-11-26 Kim F. Storm <storm@cua.dk>
9611
9612 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
9613 angle bitmaps at top/bottom line.
9614
9615 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
9616 set it when it->method is set to next_element_from_display_vector.
9617 (setup_for_ellipsis): Add LEN argument. Callers changed.
9618 Set it->saved_face_id.
9619 (get_next_display_element): Use loop instead of recursion.
9620 Set it->saved_face_id. Combine duplicate code for ctr chars.
9621 (next_element_from_display_vector): Do not set it->saved_face_id.
9622 (next_element_from_ellipsis): Use setup_for_ellipsis.
9623
9624 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9625
9626 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
9627 prevent compiler warnings.
9628
9629 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * keyboard.c (command_loop_1): Print a message describing the key
9632 the user just pressed when this key has no binding.
9633
9634 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
9635 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
9636
9637 * lread.c (readchar): Check QUIT when `getc' is interrupted.
9638
9639 2004-11-24 Richard M. Stallman <rms@gnu.org>
9640
9641 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
9642
9643 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
9644
9645 2004-11-24 Kim F. Storm <storm@cua.dk>
9646
9647 * xdisp.c (move_it_in_display_line_to, display_line):
9648 Restore saved_face_id also when truncate-lines or hscrolled.
9649
9650 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9651
9652 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
9653 x-use-old-gtk-file-dialog.
9654
9655 * xfns.c: Define x_use_old_gtk_file_dialog.
9656 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
9657 outside ifdef USE_GTK.
9658
9659 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
9662 Don't use XFASTINT blindly.
9663
9664 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
9665
9666 * indent.c (skip_invisible): Avoid non-idempotent side-effects
9667 in macro arguments.
9668
9669 * keymap.c (Flookup_key): Check INTEGERP before XINT.
9670
9671 * lread.c (oblookup): Don't use XFASTINT blindly.
9672
9673 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
9674 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
9675
9676 2004-11-23 Kim F. Storm <storm@cua.dk>
9677
9678 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
9679 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
9680
9681 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
9682 signal_p is zero and face name is unknown.
9683 (Fx_list_fonts): Don't signal error in lookup_named_face.
9684 (Fface_font): Signal error in lookup_named_face.
9685 (ascii_face_of_lisp_face): Likewise.
9686
9687 * dispextern.h (lookup_named_face): Fix prototype.
9688
9689 * xdisp.c (handle_single_display_prop): Don't signal error in
9690 lookup_named_face for unknown fringe face name.
9691 (highlight_trailing_whitespace): Don't signal error in
9692 lookup_named_face if trailing-whitespace face unknown.
9693 (calc_line_height_property): Don't signal error in
9694 lookup_named_face if specified face name is unknown.
9695
9696 * fringe.c (update_window_fringes): Show top row indicator if
9697 window has header-line. Don't show arrow at bob and eob
9698 if the boundary indicators are not used.
9699 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
9700
9701 * window.c (set_window_buffer): Clear display_error_modiff.
9702
9703 2004-11-22 Kim F. Storm <storm@cua.dk>
9704
9705 * fringe.c (update_window_fringes): Provide sensible fall-back
9706 value for non-nil indicate-buffer-boundaries setting.
9707
9708 2004-11-22 Markus Rost <rost@ias.edu>
9709
9710 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
9711
9712 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
9715
9716 2004-11-21 Kim F. Storm <storm@cua.dk>
9717
9718 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
9719
9720 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
9721 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9722
9723 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
9724 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9725
9726 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
9727 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9728
9729 * xdisp.c (move_it_in_display_line_to, display_line):
9730 Restore saved_face_id if overflow-newline-into-fringe is enabled and
9731 line is continued before or in middle of element from display vector.
9732
9733 * indent.c (Fvertical_motion): Fix last change. Use another
9734 method to detect if iterator moved too far ahead after reseat.
9735
9736 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
9737 expand matrix width for overflow in zero-width area.
9738 (append_glyph, append_composite_glyph, produce_image_glyph)
9739 (append_stretch_glyph): Use it to avoid loop in redisplay.
9740 (note_mode_line_or_margin_highlight): Don't let help-echo from
9741 string override help-echo from image map.
9742
9743 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9744
9745 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
9746 * callint.c (Fcall_interactively): Ditto.
9747
9748 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * minibuf.c (Fminibuffer_complete_and_exit):
9751 Fixup the case of the completed value, for case-indep completion.
9752
9753 2004-11-20 Richard M. Stallman <rms@gnu.org>
9754
9755 * lisp.h (Fread_from_minibuffer): Add arg in decl.
9756
9757 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
9758 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9759
9760 * search.c (Vsearch_spaces_regexp):
9761 Rename from Vsearch_whitespace_regexp. All uses changed.
9762
9763 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9764
9765 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
9766
9767 2004-11-19 Richard M. Stallman <rms@gnu.org>
9768
9769 * search.c (Vsearch_whitespace_regexp): New variable.
9770 (syms_of_search): Defvar it.
9771 (compile_pattern_1): Call re_set_whitespace_regexp with it.
9772 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
9773 is non-nil.
9774 (struct regexp_cache): New element whitespace_regexp.
9775 (syms_of_search): Initialize whitespace_regexp elements.
9776 (compile_pattern): Compare whitespace_regexp elements.
9777 (compile_pattern_1): Set whitespace_regexp elements.
9778
9779 * regex.c (regex_compile): Substitute whitespace_regexp
9780 for spaces, if it is nonzero.
9781 (whitespace_regexp): New variable.
9782 (re_set_whitespace_regexp): New function.
9783
9784 2004-11-19 Kim F. Storm <storm@cua.dk>
9785
9786 * indent.c (Fvertical_motion): Fix last change.
9787
9788 2004-11-18 Kim F. Storm <storm@cua.dk>
9789
9790 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
9791 Instead, move back again if reseating moves too far ahead.
9792
9793 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
9794
9795 * xdisp.c (message3): Call clear_message.
9796
9797 2004-11-17 Kim F. Storm <storm@cua.dk>
9798
9799 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
9800
9801 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9802
9803 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
9804
9805 * xmenu.c (x_menu_in_use): Remove.
9806 (x_menu_set_in_use): Also set popup_activated_flag.
9807
9808 * xfns.c (Fx_file_dialog): Call popup_activated instead of
9809 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
9810
9811 * xterm.h (x_menu_in_use): Remove.
9812
9813 2004-11-16 Richard M. Stallman <rms@gnu.org>
9814
9815 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
9816 Use map-keymap-internal to implement that.
9817
9818 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
9819
9820 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
9823 a window before using XWINDOW.
9824
9825 * window.c (make_window, Fselect_window, make_dummy_parent)
9826 (save_window_save):
9827 * frame.c (make_frame):
9828 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
9829
9830 * lisp.h (NILP): Use EQ rather than XFASTINT.
9831
9832 2004-11-16 Kim F. Storm <storm@cua.dk>
9833
9834 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
9835
9836 * indent.c (Fvertical_motion): Fix last change. Only reseat when
9837 moving backwards.
9838
9839 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * dispextern.h: Extern reseat_at_previous_visible_line_start.
9842
9843 2004-11-16 Kenichi Handa <handa@m17n.org>
9844
9845 * xdisp.c (display_mode_element): Fix previous change (calculate
9846 end position of substring to display correctly).
9847
9848 2004-11-16 Kim F. Storm <storm@cua.dk>
9849
9850 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
9851 Reported by Andrew M. Scott.
9852
9853 2004-11-15 Kim F. Storm <storm@cua.dk>
9854
9855 * fns.c (Fsafe_plist_get): New defun.
9856 (syms_of_fns): Defsubr it.
9857
9858 * lisp.h (Fsafe_plist_get): Add EXFUN.
9859
9860 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
9861 Use Fsafe_plist_get.
9862 (note_mode_line_or_margin_highlight, note_mouse_highlight):
9863 Fix image map element parsing. Use Fsafe_plist_get.
9864
9865 2004-11-15 Richard M. Stallman <rms@gnu.org>
9866
9867 * xdisp.c (get_next_display_element): Fix previous change.
9868
9869 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9870
9871 * window.c (shrink_windows): Handle special case of one window left
9872 when trying to shrink the final reminder. Grow windows if
9873 total_removed is less than total_shrink.
9874
9875 * xmenu.c (pop_down_menu): Remove global variable current_menu,
9876 extract pointer from arg with XSAVE_VALUE.
9877 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
9878 Construct arg to record_unwind_protect with make_save_value.
9879
9880 2004-11-13 Richard M. Stallman <rms@gnu.org>
9881
9882 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
9883 (get_next_display_element): Fix previous change to apply only to \n.
9884
9885 * indent.c (Fvertical_motion): Scan to PT from start of line to
9886 make iterator consistent.
9887
9888 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
9889
9890 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9891
9892 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
9893
9894 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
9895 Record unwind with clean_up_file_dialog.
9896
9897 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
9898 Declare.
9899
9900 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
9901
9902 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9903
9904 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
9905 (xg_file_sel_destroy): Remove.
9906 (xg_file_response_cb, pop_down_file_dialog)
9907 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
9908 New functions.
9909 (xg_get_file_with_chooser, xg_get_file_with_selection):
9910 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
9911 Move common code to xg_get_file_name. Return widget created.
9912 (xg_get_file_name): Set name, transient for, modal and destroy
9913 with parent here. Connect response signal to xg_file_response_cb,
9914 connect delete-event to gtk_true. Record pop_down_file_dialog
9915 for unwind. Do event loop and call x_menu_wait_for_event in loop.
9916 (xg_create_widget): Make dialogs modal.
9917
9918 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
9919 Lisp_Object.
9920 (popup_get_selection): Move unwind protect ...
9921 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
9922 Move destroy of widget to pop_down_menu.
9923 (popup_widget_loop): Move unwind protect ...
9924 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
9925 Move destroy of widget to pop_down_menu.
9926 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
9927 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
9928 x_mouse_leave and grabbed = 0 to pop_down_menu.
9929
9930 2004-11-13 Kim F. Storm <storm@cua.dk>
9931
9932 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
9933 (syms_of_xdisp): DEFVAR_BOOL it.
9934 (make_cursor_line_fully_visible, try_cursor_movement)
9935 (try_window_id): Use it.
9936
9937 2004-11-12 Kim F. Storm <storm@cua.dk>
9938
9939 * dispextern.h (struct glyph_row): New member extra_line_spacing.
9940 (struct it): New member max_extra_line_spacing.
9941 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
9942 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
9943 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
9944 part of last line is only extra line spacing (so the text on the
9945 line is fully visible). Use helper macros.
9946 Add W arg (to use them). All callers changed.
9947 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
9948 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
9949
9950 * window.c (window_scroll_pixel_based, Frecenter):
9951 Use move_it_vertically_backward directly.
9952 (Frecenter): Fix calculation of new start pos for negative arg.
9953 Before, the new start pos was sometimes chosen too far back, so
9954 the last line became only partially visible, and thus would be
9955 either only semi-visible or automatically scrolled to the middle
9956 of the window by redisplay.
9957
9958 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
9959 (move_it_vertically_backward): Don't recure to move further back.
9960 (move_it_vertically): Remove superfluous condition.
9961 (move_it_by_lines): Clear last_height when moved 0 lines.
9962 (resize_mini_window): Use it.max_extra_line_spacing.
9963 (display_tool_bar_line): Clear row->extra_line_spacing.
9964 (try_scrolling): Use move_it_vertically_backward directly.
9965 (redisplay_window): Likewise.
9966 (compute_line_metrics): Set row->extra_line_spacing.
9967 (display_line, display_string): Likewise.
9968 (x_produce_glyphs): Update it->max_extra_line_spacing.
9969
9970 * xmenu.c (pop_down_menu): Return nil.
9971
9972 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9973
9974 * xmenu.c (x_menu_wait_for_event): New function.
9975 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
9976 to handle timers.
9977 (popup_widget_loop): Add argument do_timers.
9978 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
9979 do_timers to popup_widget_loop.
9980 (xmenu_show): Call XMenuActivateSetWaitFunction so that
9981 x_menu_wait_for_event is called by XMenuActivate.
9982 (create_and_show_popup_menu): Pass 1 for do_timers to
9983 popup_get_selection.
9984 (pop_down_menu): New function.
9985 (popup_get_selection, popup_widget_loop): Unwind protect to
9986 pop_down_menu.
9987 (popup_widget_loop): Add argument widget.
9988 (create_and_show_popup_menu, create_and_show_dialog): Pass new
9989 argument widget to popup_widget_loop.
9990
9991 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
9994
9995 2004-11-09 Kim F. Storm <storm@cua.dk>
9996
9997 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
9998 Fix various comments referring to XEvents instead of input events.
9999 (x_queue_event): Fix format strings.
10000 (x_stop_queuing_selection_requests): Likewise.
10001
10002 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10003 (pint2hrstr): Add extra braces to silence compiler.
10004
10005 * print.c (print_object): Fix format string.
10006
10007 * lread.c (read1): Fix next_char matching.
10008
10009 * lisp.h (Fdelete): Add EXFUN.
10010 (replace_range_2): Add prototype.
10011
10012 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10013
10014 * intervals.h (NULL_INTERVAL_P): Add separate version when
10015 ENABLE_CHECKING is not defined to silence compiler.
10016 (compare_string_intervals): Add prototype.
10017
10018 * fringe.c (destroy_fringe_bitmap): Fix return type.
10019 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10020
10021 * emacs.c (Fdump_emacs): Fix format string.
10022
10023 * doc.c: Include <ctype.h>.
10024 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10025
10026 * data.c (store_symval_forwarding): Remove unused variables.
10027
10028 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10029
10030 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10031
10032 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10033 to ${OLDXMENU}.
10034
10035 2004-11-09 Kim F. Storm <storm@cua.dk>
10036
10037 * process.c (Fmake_network_process): Remove kludge for interrupted
10038 connects on BSD. If connect is interrupted, just close socket and
10039 start over rather than sleeping and retry with same socket.
10040
10041 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10042
10043 * .cvsignore: Add buildobj.lst.
10044
10045 * doc.c: New variable Vbuild_files.
10046 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
10047 file names from buildobj.lst. Only attach docstrings from files
10048 that are in Vbuild_files.
10049 (syms_of_doc): Defvar Vbuild_files.
10050
10051 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10052 and w32*.o.
10053 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
10054 (mostlyclean): Rm buildobj.lst
10055
10056 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10057 is linked.
10058
10059 2004-11-09 Kim F. Storm <storm@cua.dk>
10060
10061 * fringe.c (update_window_fringes): Update fringe bitmaps if
10062 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10063 also update previous row to get rid of misc. artifacts.
10064
10065 2004-11-08 Kim F. Storm <storm@cua.dk>
10066
10067 * xdisp.c (fast_find_position): Fix start pos if header line present.
10068 (note_mouse_highlight): Clear mouse face if we move out of text area.
10069
10070 2004-11-08 Eli Zaretskii <eliz@gnu.org>
10071
10072 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10073 Don't include <sys/time.h> explicitly.
10074 Include <stdio.h> unconditionally, not just on MacOS.
10075
10076 2004-11-08 Kenichi Handa <handa@m17n.org>
10077
10078 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10079 don't pay attention to '\' before '*'.
10080 (fontset_pattern_regexp): Change the meaning of the second arg.
10081 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10082 (check_fontset_name): Try NAME as literal at first, and if it
10083 failes, try NAME as pattern.
10084
10085 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10086
10087 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10088
10089 2004-11-07 Andreas Schwab <schwab@suse.de>
10090
10091 * lisp.h (Fmsdos_downcase_filename): Declare.
10092 * dired.c (Fmsdos_downcase_filename): Don't declare here.
10093 * fileio.c: Likewise.
10094
10095 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10096
10097 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10098 comparisons with integers instead of Lisp_Object address.
10099 (Fmsdos_set_keyboard): Declare argument allkeys.
10100
10101 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10102
10103 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
10104 int/Lisp_Object mixup.
10105
10106 * fileio.c: Ditto.
10107
10108 2004-11-06 Steven Tamm <steventamm@mac.com>
10109
10110 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10111
10112 2004-11-06 Richard M. Stallman <rms@gnu.org>
10113
10114 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10115
10116 * xfaces.c (merge_named_face): GCPRO the face_name in the
10117 named_merge_point struct that we make.
10118 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10119
10120 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10121 before deciding whether to inactivate mark.
10122
10123 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10124
10125 * config.in: Regenerate (add HAVE_GETRUSAGE).
10126 * editfns.c (Fget_internal_run_time): New function.
10127 (syms_of_data): Defsubr it.
10128 * fns.c (sxhash): As far as possible, merge calculation of
10129 hash code for symbols and strings.
10130
10131 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10132
10133 * frame.c (syms_of_frame): Fix the example in the doc string.
10134
10135 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10136
10137 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10138
10139 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10140 (create_and_show_dialog): Revert change from 2004-10-31.
10141
10142 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10145
10146 2004-11-05 Kim F. Storm <storm@cua.dk>
10147
10148 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10149
10150 * fileio.c (Ffile_modes): Doc fix.
10151 (auto_save_1): Check for Ffile_modes nil value.
10152
10153 2004-11-05 Kim F. Storm <storm@cua.dk>
10154
10155 * xselect.c (struct selection_event_queue, selection_queue)
10156 (x_queue_selection_requests, x_queue_event)
10157 (x_start_queuing_selection_requests)
10158 (x_stop_queuing_selection_requests): Add new queue for selection
10159 input events to replace previous XEvent queue in xterm.c.
10160 (queue_selection_requests_unwind): Adapt to new queue.
10161 (x_reply_selection_request): Adapt to new queue.
10162 Unexpect wait_object in case of x errors (memory leak).
10163 (x_handle_selection_request, x_handle_selection_clear): Make static.
10164 (x_handle_selection_event): New function. May queue selection events.
10165 (wait_for_property_change_unwind): Use save_value instead of cons.
10166 Clear property_change_reply_object.
10167 (wait_for_property_change): Abort if already waiting.
10168 Use save_value instead of cons for unwind data.
10169 (x_handle_property_notify): Skip events already arrived, but don't
10170 free them, as "arrived" field is checked by wait_for_property_change,
10171 and it will be freed by unwind or explicit unexpect_property_change.
10172 (x_get_foreign_selection): Add to new queue.
10173 (receive_incremental_selection): Don't unexpect wait_object when done
10174 as it has already been freed by previous wait_for_property_change.
10175
10176 * xterm.h (x_start_queuing_selection_requests)
10177 (x_stop_queuing_selection_requests, x_handle_selection_request)
10178 (x_handle_selection_clear): Remove prototypes.
10179 (x_handle_selection_event): Add prototype.
10180
10181 * xterm.c (handle_one_xevent): Don't queue X selection events
10182 here, it may be too late if we start queuing after we have already
10183 stored some selection events into the kbd buffer.
10184 (struct selection_event_queue, queue, x_queue_selection_requests)
10185 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10186 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10187 (x_catch_errors_unwind): Block input around final XSync.
10188
10189 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10190
10191 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10192 (kbd_buffer_unget_event): New function.
10193 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10194 and use x_handle_selection_event.
10195 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10196
10197 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10198
10199 * xselect.c (TRACE3): New debug macro.
10200 (x_reply_selection_request): Use it.
10201 (receive_incremental_selection): In call to TRACE0, the name of
10202 a symbol is in xname.
10203
10204 2004-11-05 Kim F. Storm <storm@cua.dk>
10205
10206 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10207
10208 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10209
10210 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10211
10212 * gtkutil.h (use_old_gtk_file_dialog): Declare.
10213
10214 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
10215 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
10216 * xfns.c (syms_of_xfns): ... to here.
10217
10218 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10219 it doesn't start with /.
10220
10221 2004-11-04 Kenichi Handa <handa@m17n.org>
10222
10223 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10224 treat it as a literal character.
10225
10226 2004-11-03 Kim F. Storm <storm@cua.dk>
10227
10228 * .gdbinit (ppt): New function.
10229
10230 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10231
10232 * xterm.c (x_window_to_scroll_bar): Only call
10233 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10234
10235 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10236 of save.
10237
10238 2004-11-02 Andreas Schwab <schwab@suse.de>
10239
10240 * window.c (Fscroll_right): Fix last change.
10241
10242 2004-11-02 Kim F. Storm <storm@cua.dk>
10243
10244 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
10245
10246 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10247
10248 * callproc.c (Fcall_process): Block input around vfork.
10249
10250 2004-11-02 Kim F. Storm <storm@cua.dk>
10251
10252 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10253 (syms_of_eval): Defsubr it.
10254
10255 2004-11-02 Richard M. Stallman <rms@gnu.org>
10256
10257 * insdel.c (replace_range_2): New function.
10258
10259 * casefiddle.c (casify_region): Handle changes in byte-length
10260 using replace_range_2.
10261
10262 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10263
10264 * xdisp.c (back_to_previous_visible_line_start):
10265 Subtract 1 from pos when checking previous newline for invisibility.
10266
10267 * window.c (window_scroll_pixel_based): Update preserve_y
10268 for header line if any.
10269 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10270 use a new second argument instead.
10271
10272 * eval.c (Fcall_interactive_p): New function.
10273 (interactive_p): Don't test INTERACTIVE here.
10274 (Finteractive_p): Doc fix.
10275
10276 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10277
10278 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10279
10280 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
10281 comparing font names.
10282
10283 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10284
10285 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10286 Fx_file_dialog if only directories should be read.
10287
10288 * lisp.h: Fx_file_dialog takes 5 parameters.
10289
10290 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10291 Add parameter only_dir_p.
10292 In Motif version, don't put DEFAULT_FILENAME in filter part of the
10293 dialog, just text field part. Do not add DEFAULT_FILENAME
10294 to list of files if it isn't there.
10295 In GTK version, pass only_dir_p parameter to xg_get_file_name.
10296
10297 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
10298 Check only_dir_p instead of comparing prompt to "Dired". When using
10299 a save dialog, add option kNavDontConfirmReplacement, change title
10300 to "Enter name", change text for save button to "Ok".
10301
10302 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
10303 Check only_dir_p instead of comparing prompt to "Dired".
10304
10305 * gtkutil.c (xg_get_file_with_chooser)
10306 (xg_get_file_with_selection): New functions, only defined ifdef
10307 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
10308 respectively.
10309 (xg_get_file_name): Add parameter only_dir_p.
10310 Call xg_get_file_with_chooser or xg_get_file_with_selection
10311 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
10312 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
10313
10314 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
10315
10316 * config.in: Rebuild (added HAVE_GTK_FILE_*).
10317
10318 2004-11-01 Kim F. Storm <storm@cua.dk>
10319
10320 * process.c (connect_wait_mask, num_pending_connects):
10321 Only declare and use them if NON_BLOCKING_CONNECT is defined.
10322 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
10323 (IF_NON_BLOCKING_CONNECT): New helper macro.
10324 (wait_reading_process_output): Only declare and use local vars
10325 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
10326
10327 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
10328
10329 * w32term.c (x_scroll_run): Delete region objects after use.
10330
10331 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10332
10333 * xmenu.c: Add prototypes for forward function declarations.
10334 (popup_get_selection): Remove parameter do_timers, remove call to
10335 timer_check.
10336 (create_and_show_popup_menu, create_and_show_dialog):
10337 Remove parameter do_timers from call to popup_get_selection.
10338
10339 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
10340 tool_bar_items and assign the result to f->tool_bar_items if
10341 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
10342 tool_bar_items to assignment of result.
10343
10344 * atimer.c (alarm_signal_handler): Do not call set_alarm if
10345 pending_atmers is non-zero.
10346
10347 2004-10-31 Kim F. Storm <storm@cua.dk>
10348
10349 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
10350
10351 2004-10-28 Will <will@glozer.net>
10352
10353 * macterm.c: Allow user to assign key modifiers to the Mac Option
10354 key via a 'mac-option-modifier' variable.
10355
10356 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
10359 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
10360 (x_handle_selection_request, x_handle_selection_clear)
10361 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
10362
10363 2004-10-28 Richard M. Stallman <rms@gnu.org>
10364
10365 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10366
10367 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10368
10369 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
10372 comment-starter over a 1-char one.
10373
10374 2004-10-27 Richard M. Stallman <rms@gnu.org>
10375
10376 * xdisp.c (get_next_display_element): In mode lines,
10377 treat newline and tab like other control characters.
10378
10379 * editfns.c (Fmessage): Doc fix.
10380
10381 * indent.c (vmotion): When moving up, check the newline before.
10382 Make prevline an int, not a Lisp_Object.
10383
10384 2004-10-27 Kim F. Storm <storm@cua.dk>
10385
10386 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
10387 Only allocate info and discarded tables once.
10388
10389 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
10390 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
10391 (SAFE_FREE): Test it to determine if we need to unwind to free.
10392 Remove size arg. All users changed.
10393 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
10394
10395 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10396
10397 * gtkutil.c: Put empty line between comment and function body.
10398 (xg_destroy_widgets): Rename from remove_from_container.
10399 Just destroy all widgets in list. Argument wcont removed.
10400 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
10401 instead of remove_from_container.
10402 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
10403 (free_frame_tool_bar): Add comment.
10404
10405 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
10406 is not NULL before strcmp.
10407
10408 2004-10-26 Kim F. Storm <storm@cua.dk>
10409
10410 * callint.c (Fcall_interactively): Add 'U' code to get the
10411 up-event discarded by a previous 'k' or 'K' argument.
10412
10413 2004-10-26 David Kastrup <dak@gnu.org>
10414
10415 * buffer.c (syms_of_buffer): Fix a few typos.
10416
10417 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10418
10419 * xsmfns.c: Put empty line between comment and function body.
10420 Use two spaces before comment end.
10421
10422 2004-10-25 Kenichi Handa <handa@m17n.org>
10423
10424 * fontset.c (fontset_pattern_regexp): Optimize for the case that
10425 PATTERN is full XLFD.
10426
10427 2004-10-24 Kenichi Handa <handa@m17n.org>
10428
10429 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
10430
10431 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
10432 (regex_compile): Return REG_ERANGEX if appropriate.
10433
10434 2004-10-22 Kenichi Handa <handa@m17n.org>
10435
10436 * editfns.c (Ftranslate_region_internal): New function.
10437 (syms_of_editfns): Defsubr it.
10438
10439 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10440
10441 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
10442
10443 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10444
10445 * xterm.h (x_output): New member `xic_base_fontname'.
10446 (FRAME_XIC_BASE_FONTNAME): New macro.
10447 (xic_free_xfontset): Declare.
10448
10449 * xfns.c (xic_create_xfontset): Share fontsets between frames
10450 based on base_fontname.
10451 (xic_free_xfontset): New function.
10452 (free_frame_xic): Use it.
10453 (xic_set_xfontset): Ditto.
10454
10455 * xterm.c (xim_destroy_callback): Ditto.
10456
10457 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10458
10459 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
10460
10461 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10462
10463 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
10464 XSync.
10465
10466 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
10467 New variables and constant.
10468 (main): Calculate heap_bss_diff. If we are dumping and the
10469 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
10470 and exec ourself again.
10471 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
10472 print a warning.
10473
10474 * lastfile.c: Make my_endbss and my_endbss_static available on all
10475 platforms.
10476
10477 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
10478 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
10479
10480 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
10481
10482 * data.c (Flocal_variable_if_set_p): Doc fix.
10483
10484 2004-10-19 Jason Rumney <jasonr@gnu.org>
10485
10486 * w32.c (init_environment): Set emacs_dir correctly when running
10487 emacs from the build directory.
10488
10489 2004-10-19 Richard M. Stallman <rms@gnu.org>
10490
10491 * editfns.c (Fdelete_and_extract_region):
10492 If region is empty, return null string.
10493
10494 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10495
10496 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
10497 and canon_width.
10498 (xg_frame_cleared): Remove.
10499
10500 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
10501 (xg_find_top_left_in_fixed): Remove.
10502 (xg_create_scroll_bar): Put an event box widget between
10503 the scroll bar widget and the edit widget.
10504 (xg_show_scroll_bar): Show the parent widget (the event box).
10505 (xg_remove_scroll_bar): Destroy parent (the event box) also.
10506 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
10507 Move the parent (the event box) widget inside the fixed widget.
10508 Move window clear to xterm.c.
10509
10510 * gtkutil.h (xg_frame_cleared): Remove.
10511
10512 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
10513 (x_scroll_bar_create, XTset_vertical_scroll_bar):
10514 Remove arguments left and width to xg_update_scrollbar_pos.
10515 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
10516
10517 2004-10-19 Kenichi Handa <handa@m17n.org>
10518
10519 * xdisp.c (display_mode_element): Fix display of wide chars.
10520
10521 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10522
10523 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
10524 gdk_window_clear and move gdk_window_process_all_updates after
10525 clear so events are sent to the X server in correct order.
10526
10527 2004-10-18 Kenichi Handa <handa@m17n.org>
10528
10529 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
10530 comparing font names.
10531 (fs_query_fontset): Use fast_string_match for comparing fontset names.
10532 (list_fontsets): Likewise.
10533
10534 * search.c (fast_string_match_ignore_case): New function.
10535
10536 * lisp.h (fast_string_match_ignore_case): Extern it.
10537
10538 2004-10-17 Kim F. Storm <storm@cua.dk>
10539
10540 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
10541 than bitmap if there is not left fringe.
10542 (get_overlay_arrow_glyph_row): Also used on windows system.
10543 (display_line): Display overlay string if no left fringe.
10544
10545 2004-10-16 Jason Rumney <jasonr@gnu.org>
10546
10547 * w32fns.c (w32_font_match): Encode font name being matched.
10548
10549 2004-10-16 Richard M. Stallman <rms@gnu.org>
10550
10551 * window.c (Fspecial_display_p): Doc fix.
10552
10553 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
10556 Don't ignore menus, because where-is-internal already does it for us.
10557
10558 2004-10-15 Kim F. Storm <storm@cua.dk>
10559
10560 * xdisp.c (redisplay_window): Only update fringes and vertical
10561 border on window frames.
10562
10563 2004-10-14 Andreas Schwab <schwab@suse.de>
10564
10565 * m/ia64.h (DATA_SEG_BITS): Don't define.
10566
10567 2004-10-14 Kim F. Storm <storm@cua.dk>
10568
10569 * xterm.h: Include Xutil.h after keysym.h to work around bug
10570 in some X versions.
10571
10572 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * fns.c (map_char_table): Add missing gcpros.
10575
10576 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * keymap.c (get_keymap): An autoload form is not a keymap.
10579
10580 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
10581
10582 2004-10-13 Kim F. Storm <storm@cua.dk>
10583
10584 * callproc.c (Fcall_process): Simplify handling of display arg.
10585 Resume `display_on_the_fly' once a coding system is determined.
10586
10587 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
10588
10589 2004-10-12 Kim F. Storm <storm@cua.dk>
10590
10591 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
10592 caller, such as call-process, is not going to poll for input.
10593 (calc_line_height_property): Handle case where it->object is nil.
10594
10595 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
10596
10597 2004-10-12 Kenichi Handa <handa@m17n.org>
10598
10599 * xdisp.c (get_next_display_element):
10600 If unibyte_display_via_language_environment is zero, display 8-bit
10601 chars in octal in unibyte buffer.
10602
10603 2004-10-12 Kim F. Storm <storm@cua.dk>
10604
10605 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
10606 are no ordinary bindings.
10607
10608 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10609
10610 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
10611
10612 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10613
10614 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
10615 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
10616 (make_mac_frame): Add BLOCK_INPUT around the making of a
10617 terminal frame.
10618 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
10619 * macgui.h (mktime): Use emacs_mktime.
10620 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
10621 Make a cancel file-open dialog be like C-g.
10622 * mac.c (mktime): Use emacs_mktime.
10623 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
10624 (Fmac_paste_function): Add better error handling for carbon cut/paste.
10625
10626 2004-10-10 Kim F. Storm <storm@cua.dk>
10627
10628 * keyboard.c (timer_resume_idle): New function to resume idle
10629 timer without resetting timers on the idle list.
10630 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
10631 (timer_start_idle, timer_stop_idle): Declare static.
10632 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
10633
10634 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
10635
10636 2004-10-08 Steven Tamm <steventamm@mac.com>
10637
10638 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
10639 * macterm.c (mac_check_for_quit_char): Remove warning for using
10640 NULL where 0 should be used.
10641 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
10642 objc/malloc.h
10643 * mac.c: Include time.h for Tiger compatibility.
10644
10645 2004-10-07 Kim F. Storm <storm@cua.dk>
10646
10647 * xdisp.c (redisplay_window): Fix flicker on vertical line between
10648 windows. Update vertical line after drawing window fringes, but
10649 only if actually drawing any bitmaps--or there is no fringe.
10650
10651 * xterm.c (x_update_window_end): Likewise.
10652 * macterm.c (x_update_window_end): Likewise.
10653 * w32term.c (x_update_window_end): Likewise.
10654
10655 * fringe.c (draw_window_fringes): Return value now indicates if
10656 any fringe bitmaps were redrawn (or there are no fringes).
10657
10658 * dispextern.h (draw_window_fringes): Update prototype.
10659
10660 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10661
10662 * macfns.c (mac_get_window_bounds): Add extern.
10663 (x_real_positions): Use mac_get_window_bounds.
10664
10665 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
10666 xmenu.c (YAILOM).
10667
10668 * macterm.c [!MAC_OSX]: Include Windows.h.
10669 (front_emacs_window): Rename from mac_front_window. All uses
10670 changed. Return the frontmost non-tooltip emacs window.
10671 (mac_get_window_bounds): New function.
10672 (x_calc_absolute_position): Use the difference of width and height
10673 between the inner and outer window.
10674 (x_set_offset): Specify window position by the coordinae of the
10675 outer window. Adjust the position if the title bar is completely
10676 outside the screen.
10677 (app_is_suspended, app_sleep_time): Remove unused variables.
10678 (do_app_resume, do_app_suspend): Remove their contents because
10679 window-activate/deactivate events will do the job.
10680 (do_zoom_window): Remove unused variables. Make compliant to the
10681 standard way of zooming. Set f->left_pos and f->top_pos.
10682 (XTread_socket): Don't use argument `expected'. Don't use
10683 FrontWindow to determine the clicked window. Exclude unprocessed
10684 mouseUp cases in the early stage. Add parentheses to fix operator
10685 precedence.
10686 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
10687
10688 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
10689
10690 * config.in: Regenerate.
10691
10692 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
10693 HAVE_EXECSHIELD.
10694
10695 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10696
10697 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
10698 a row if Alt or Meta has been found for that row. Also stop scanning
10699 for Keysyms for that row.
10700
10701 2004-10-04 Kim F. Storm <storm@cua.dk>
10702
10703 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
10704 to list. Include overlay arrow bitmap in return value.
10705
10706 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
10707 bars with fractional column width. If scroll bar separates two
10708 windows, move it towards the window it belongs to. Only update
10709 the padding area below the scroll bar widget when necessary,
10710 i.e. when scroll bar widget is created, moved, or resized.
10711
10712 * xdisp.c (define_frame_cursor1): Do not change frame cursor
10713 while tracking/dragging mouse.
10714 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
10715
10716 * window.c (coordinates_in_window): Relax check for cursor
10717 on vertial border between mode lines.
10718 (Fset_window_fringes): Do not allow negative widths.
10719 (Fset_window_scroll_bars): Likewise.
10720
10721 * .gdbinit (pp): Shorthand for p ARG + pr.
10722 (ff): New command: flush frame updates (X only).
10723
10724 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
10725
10726 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
10727
10728 2004-09-30 Kenichi Handa <handa@m17n.org>
10729
10730 * process.c (send_process): Free composition data.
10731
10732 * fileio.c (Finsert_file_contents): Free composition data.
10733
10734 * coding.c (code_convert_region): Don't skip ASCIIs if there are
10735 compositions to encode.
10736 (encode_coding_string): Likewise. Free composition data.
10737
10738 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
10739
10740 * coding.c (code_convert_region): Free composition data.
10741
10742 2004-09-29 Kim F. Storm <storm@cua.dk>
10743
10744 * fringe.c: Remove limit on number of bitmaps.
10745 (fringe_bitmaps, fringe_faces): Change to pointers.
10746 (max_fringe_bitmaps): New var.
10747 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
10748 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
10749
10750 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
10751 (struct glyph_row): Reorder fringe_bitmap related fields.
10752 (struct it): Likewise.
10753
10754 * w32term.c (fringe_bmp): Change to pointer.
10755 (max_fringe_bmp): New var.
10756 (w32_define_fringe_bitmap): Expand fringe_bmp.
10757 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
10758 (w32_destroy_fringe_bitmap): Likewise.
10759
10760 2004-09-29 Kim F. Storm <storm@cua.dk>
10761
10762 * fringe.c: Simplify last change.
10763 (lookup_fringe_bitmap): New function.
10764 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
10765 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
10766 Keep standard bitmaps in Vfringe_bitmaps.
10767 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
10768 (Fset_fringe_bitmap_face): Likewise.
10769
10770 * dispextern.h (lookup_fringe_bitmap): Add prototype.
10771 (valid_fringe_bitmap_p): Remove prototype.
10772
10773 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
10774
10775 2004-09-29 Kim F. Storm <storm@cua.dk>
10776
10777 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
10778 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
10779
10780 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
10781
10782 * fringe.c (Vfringe_bitmaps): New variable.
10783 (syms_of_fringe): DEFVAR_LISP it.
10784 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
10785 Change arg to Lisp_Object and fail if not an integer.
10786 (get_fringe_bitmap_name, resolve_fringe_bitmap)
10787 (destroy_fringe_bitmap): New functions.
10788 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
10789 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
10790 clear its fringe property.
10791 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
10792 Fdestroy_fringe_bitmap.
10793 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
10794 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
10795 and set fringe property. Signal error if no free slots.
10796 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
10797 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
10798
10799 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
10800 symbols with a fringe property.
10801
10802 2004-09-27 Kim F. Storm <storm@cua.dk>
10803
10804 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
10805 Doc fix. Format may now be a symbol or alist, not a cons.
10806
10807 * fringe.c (update_window_fringes): Handle new formats of
10808 indicate-buffer-boundaries (symbol or alist). No longer
10809 allow a simple cons.
10810 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
10811
10812 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10813
10814 * config.in: Rebuild.
10815
10816 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10817
10818 * config.in: Rebuild.
10819
10820 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
10821
10822 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * xterm.c (x_term_init): Work around a bug in some X servers.
10825
10826 2004-09-18 Richard M. Stallman <rms@gnu.org>
10827
10828 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
10829
10830 * xdisp.c (try_window_reusing_current_matrix):
10831 Handle the case where we reach the old displayed text,
10832 out of sync with the old line boundary.
10833
10834 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * fileio.c (Finsert_file_contents): Fix case of replacement in a
10837 narrowed buffer.
10838
10839 2004-09-14 Kim F. Storm <storm@cua.dk>
10840
10841 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
10842
10843 * xfaces.c (Qface_no_inherit): New var.
10844 (syms_of_xfaces): Intern and staticpro it.
10845 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
10846 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
10847 Don't increment face_change_count when face has non-nil
10848 face-no-inherit property.
10849
10850 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
10853 (Fbyte_code): Remove dead code after `wrong_type_argument'.
10854
10855 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
10856 before doing the mark_stack_check_gcpros since they're not on the stack.
10857
10858 2004-09-12 Kim F. Storm <storm@cua.dk>
10859
10860 * editfns.c (Fformat): Handle format strings with multiple text
10861 properties. Reverse text property list from the format string,
10862 so the positions are in increasing order.
10863
10864 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10865
10866 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
10867 x_uncatch_errors so that possible protocol errors are delivered.
10868
10869 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10870
10871 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
10872 blockinput.h.
10873 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
10874 charset.h, and coding.h
10875 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
10876 (term.o): Depend on window.h and keymap.h.
10877 (abbrev.o): Depend on syntax.h.
10878 (callint.o): Depend on keymap.h.
10879 (casefiddle.o): Depend on charset.h and keymap.h.
10880 (category.o): Depend on keymap.h.
10881 (coding.o): Depend on dispextern.h.
10882 (cmds.o): Depend on keyboard.h and keymap.h.
10883 (dispnew.o): Depend on indent.h and intervals.h.
10884 (doc.o): Depend on keymap.h.
10885 (editfns.o): Depend on frame.h.
10886 (emacs.o): Depend on dispextern.h.
10887 (fileio.o): Don't depend on ccl.h.
10888 (filelock.o): Depend on charset.h and coding.h.
10889 (frame.o): Depend on w32term.h and macterm.h.
10890 (insdel.o): Depend on region-cache.h.
10891 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
10892 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
10893 (search.o): Depend on $(INTERVALS_SRC).
10894 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
10895 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
10896 xterm.h, w32term.h, and macterm.h.
10897 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
10898 w32term.h, and macterm.h.
10899 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
10900 region-cache.h, xterm.h, w32term.h, and macterm.h.
10901 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
10902 (data.o): Depend on frame.h.
10903 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
10904 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
10905 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
10906 (intervals.o): Depend on keymap.h.
10907
10908 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
10909 Add debugging print-out to termscript.
10910
10911 2004-09-09 Richard M. Stallman <rms@gnu.org>
10912
10913 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
10914
10915 2004-09-08 Richard M. Stallman <rms@gnu.org>
10916
10917 * window.c (Fset_window_buffer): Doc fix.
10918
10919 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
10920
10921 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
10922
10923 * minibuf.c (history_delete_duplicates): New variable.
10924 (read_minibuf): Use it.
10925 (syms_of_minibuf): Create the corresponding lisp variable.
10926
10927 2004-09-08 Kim F. Storm <storm@cua.dk>
10928
10929 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
10930 overlay just before point.
10931
10932 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10933
10934 * buffer.h (struct buffer): Add auto_save_file_format field.
10935 * buffer.c (reset_buffer, init_buffer_once):
10936 Handle auto_save_file_format field.
10937 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
10938 `buffer-auto-save-file-format'.
10939 * fileio.c: Delete declaration for removed Vauto_save_file_format.
10940 (build_annotations): Adapt to replacement of
10941 `auto-save-file-format' with the new buffer-local variable
10942 `buffer-auto-save-file-format'.
10943 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
10944
10945 2004-09-07 Jason Rumney <jasonr@gnu.org>
10946
10947 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
10948
10949 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
10950 Handle Unicode menu titles.
10951
10952 2004-09-07 Kim F. Storm <storm@cua.dk>
10953
10954 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
10955 property from text property or overlay strings at point.
10956
10957 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * xmenu.c (update_submenu_strings): YAILOM.
10960 (set_frame_menubar): Make sure last_i is initialized.
10961
10962 2004-09-03 Jason Rumney <jasonr@gnu.org>
10963
10964 * w32menu.c (_widget_value): Add lname and lkey.
10965 (digest_single_submenu): Set lname and lkey in widget_value
10966 instead of name and key.
10967 (update_submenu_strings): New function.
10968 (set_frame_menubar): Remove call to inhibit_garbage_collection,
10969 call update_submenu_strings.
10970
10971 * w32menu.c (globals_of_w32menu): Check for Unicode API.
10972 (digest_single_submenu, w32_menu_show): Encode menu strings as
10973 UTF-8 if Unicode API is available.
10974 (utf8to16): New function.
10975 (add_menu_item): Use it when calling Unicode API.
10976
10977 2004-09-03 Kim F. Storm <storm@cua.dk>
10978
10979 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
10980 in overlay or text-property strings; set cursor on corresponding
10981 glyph rather than at end of the string.
10982
10983 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10984
10985 * macfns.c (x_real_positions): Save the current window port and
10986 set a new one before obtaining the global coordinate.
10987 Use FRAME_MAC_WINDOW.
10988 (x_set_name, x_set_title): Encode title to UTF8.
10989 Use SetWindowTitleWithCFString.
10990 (Fx_server_version): Get correct OS version.
10991
10992 * macmenu.c (add_menu_item): Remove unused variable `i'.
10993 Don't let separator items destroy refence constants of other menu items.
10994
10995 * macterm.c (x_update_end): Move SetPortWindowPort to inside
10996 BLOCK_INPUT.
10997 (x_set_offset): Use FRAME_MAC_WINDOW.
10998
10999 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11000 nontext_cursor if it is on a scroll bar.
11001
11002 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11003 Carbon support.
11004 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11005 Use LIBS_CARBON.
11006
11007 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11008
11009 * xfns.c (x_set_name_internal): New function. Check if we shall call
11010 xfree before ENCODE_UTF_8.
11011 (x_set_name, x_set_title): Call x_set_name_internal.
11012
11013 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11014
11015 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11016 reload it.
11017
11018 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11019
11020 * macmenu.c (_widget_value): Add lname and lkey.
11021 (single_submenu): Set lname and lkey in widget_value
11022 instead of name and key.
11023 (update_submenu_strings): New function.
11024 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11025 call update_submenu_strings.
11026
11027 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11028 instead of name and key.
11029 (update_submenu_strings): New function.
11030 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11031 call update_submenu_strings.
11032
11033 * gtkutil.h (_widget_value): Added lname and lkey.
11034
11035 2004-08-30 Steven Tamm <steventamm@mac.com>
11036
11037 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11038 by using different names for inner loop variables.
11039
11040 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11041
11042 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11043 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11044
11045 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11046 tool bar items is 0.
11047
11048 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11049
11050 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11051 strings in menu items.
11052 (single_submenu): Use ENCODE_MENU_STRING
11053 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11054 button release isn't passed to event loop
11055 (add_menu_item): Use SetMenuItemWithCFString
11056
11057 2004-08-26 Steven Tamm <steventamm@mac.com>
11058
11059 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
11060 tool-bar/menu click.
11061 * macfns.c (Fx_file_dialog): Implement using NavServices.
11062
11063 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11064
11065 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11066
11067 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11068 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11069 (x_top_window_to_frame): Return 0 if wdesc is None.
11070
11071 2004-08-22 Richard M. Stallman <rms@gnu.org>
11072
11073 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11074 HAVE_TERMIOS]: If there's no char for this signal, drop through
11075 and use system calls.
11076
11077 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11078
11079 2004-08-20 Kim F. Storm <storm@cua.dk>
11080
11081 * process.c (wait_reading_process_output): Rename from
11082 wait_reading_process_input. All uses changed.
11083 (wait_reading_process_output_1): Rename from
11084 wait_reading_process_input_1. All uses changed.
11085
11086 * dispnew.c (Fsleep_for): Remove obsolete code.
11087
11088 2004-08-20 Kenichi Handa <handa@m17n.org>
11089
11090 * syntax.c (skip_chars): Fix for unibyte case.
11091
11092 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * syntax.c (char_quoted): Mixup byte/char pos.
11095 (back_comment): Fixup globals in all cases.
11096
11097 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11098
11099 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11100 passing it to gtk_window_set_title.
11101
11102 2004-08-19 Kim F. Storm <storm@cua.dk>
11103
11104 * process.c (wait_reading_process_input): Clean up.
11105 Add wait_for_cell, wait_proc, and just_wait_proc args
11106 to avoid overloading `read_kbd' and `do_display' args.
11107 Change read_kbd arg to int. All callers changed.
11108
11109 * process.c (process_send_signal): Use CDISABLE.
11110
11111 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11112
11113 2004-08-18 Kim F. Storm <storm@cua.dk>
11114
11115 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11116 forward to wait_reading_process_input via DO_DISPLAY arg.
11117 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11118 object, only process output from that process; also inhibit
11119 running timers if DO_DISPLAY==-2.
11120
11121 2004-08-17 Kim F. Storm <storm@cua.dk>
11122
11123 * process.c (process_send_signal): Fix last change--use
11124 _POSIX_VDISABLE instead of CVDISABLE when available.
11125
11126 2004-08-16 Richard M. Stallman <rms@gnu.org>
11127
11128 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11129 Set VQUIT and VINTR chars to the standard ones if they are unset.
11130 [AIX]: Don't do that here. And don't force VINTR to standard
11131 when SIGNALS_VIA_CHARACTERS.
11132
11133 * process.c (process_send_signal)
11134 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11135 Do nothing if the character is CVDISABLE.
11136
11137 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11138
11139 * intervals.c (move_if_not_intangible):
11140 Force POSITION to be between BEGV and ZV.
11141
11142 2004-08-14 John Paul Wallington <jpw@gnu.org>
11143
11144 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11145
11146 * fileio.c (Fread_file_name): Doc fix.
11147
11148 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11149
11150 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11151
11152 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11153
11154 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11155
11156 * keyboard.c: Declare Qdisabled_command_function instead of
11157 Qdisabled_command_hook.
11158 (Fcommand_execute): Use Qdisabled_command_function instead of
11159 Qdisabled_command_hook.
11160 (syms_of_keyboard): Ditto.
11161
11162 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11163
11164 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11165 (syms_of_keymap) <key-translation-map>: Doc fixes.
11166
11167 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * window.c (window_list_1): YAILOM.
11170
11171 * fileio.c (make_temp_name): Handle multibyte prefixes.
11172
11173 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11174
11175 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11176 Doc fix.
11177
11178 2004-08-03 Kenichi Handa <handa@m17n.org>
11179
11180 * coding.c (decode_coding_string): Adjust coding->consumed, and
11181 etc. with shrinked_bytes.
11182
11183 2004-08-03 Kim F. Storm <storm@cua.dk>
11184
11185 * indent.c (compute_motion): Fix check for full width window
11186 in non-window case. Do not count left truncation glyph on
11187 window systems.
11188
11189 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11190
11191 * data.c (Finteractive_form): Doc fix.
11192
11193 2004-08-02 Kim F. Storm <storm@cua.dk>
11194
11195 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11196 properly accounting for continuation glyph on non-window systems.
11197 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11198 actual window width/height if TOPOS is nil, properly accounting for
11199 continuation glyphs on non-window systems, and optional header lines.
11200 (vmotion): Let compute_motion calculate actual window width.
11201
11202 * window.c (window_scroll_line_based): Let compute_motion
11203 calculate actual window width.
11204
11205 2004-08-02 Kim F. Storm <storm@cua.dk>
11206
11207 * process.c (read_process_output): Use whole read buffer.
11208 Don't trigger adaptive read buffering on errors.
11209
11210 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11211
11212 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11213
11214 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
11215
11216 * callint.c (Fcall_interactively): Doc fix.
11217
11218 2004-07-30 Richard M. Stallman <rms@gnu.org>
11219
11220 * abbrev.c (Fexpand_abbrev): Undo previous change.
11221
11222 2004-07-30 Kim F. Storm <storm@cua.dk>
11223
11224 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11225
11226 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11227
11228 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11229
11230 2004-07-27 Kim F. Storm <storm@cua.dk>
11231
11232 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11233 we have ensured that the glyph fits on the current line (or returned
11234 MOVE_LINE_CONTINUED otherwise).
11235
11236 2004-07-26 Kim F. Storm <storm@cua.dk>
11237
11238 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11239 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11240 if target position is at end of display line but char is not a newline.
11241
11242 2004-07-25 Richard M. Stallman <rms@gnu.org>
11243
11244 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11245 instead of ON_VERTICAL_BORDER, when on scroll bar.
11246 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11247
11248 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11249
11250 * window.c (Fcoordinates_in_window_p):
11251 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11252
11253 * alloc.c (check_cons_list): New function (contents commented out).
11254
11255 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11256
11257 * xfaces.c (Fcolor_supported_p): Doc fix.
11258
11259 * frame.c (Fselect_frame, Fset_frame_selected_window)
11260 (Fframe_visible_p, Fraise_frame): Doc fixes.
11261
11262 2004-07-24 Richard M. Stallman <rms@gnu.org>
11263
11264 * keyboard.h (not_single_kboard_state): Declare.
11265
11266 * fileio.c (Fwrite_region): Doc fix.
11267
11268 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11269
11270 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11271 only when a real abbrev is present.
11272
11273 * xfns.c (x_icon_verify): New function.
11274 (Fx_create_frame): Use it.
11275
11276 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
11277
11278 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11279
11280 2004-07-21 Kim F. Storm <storm@cua.dk>
11281
11282 * window.h (struct glyph_matrix): New members nrows_scale_factor
11283 and ncols_scale_factor.
11284
11285 * window.c (make_window): Initialize nrows_scale_factor and
11286 ncols_scale_factor members.
11287
11288 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11289 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11290 (required_matrix_height): Apply nrows_scale_factor.
11291 (required_matrix_width): Apply ncols_scale_factor.
11292
11293 * xdisp.c (display_line): Increment nrows_scale_factor and set
11294 fonts_changed_p if past last allocated row.
11295 (append_glyph, append_composite_glyph, produce_image_glyph)
11296 (append_stretch_glyph): Increment ncols_scale_factor and set
11297 fonts_changed_p if current area is full.
11298
11299 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11300
11301 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
11302
11303 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11304
11305 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
11306 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
11307 (Fset_window_start, Fscroll_up, Fscroll_down)
11308 (Fother_window_for_scrolling, Fscroll_other_window)
11309 (Fsave_window_excursion, Fset_window_vscroll)
11310 (syms_of_window) <window-size-fixed>: Doc fixes.
11311
11312 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11313
11314 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
11315 ENCODE_SYSTEM for filenames.
11316
11317 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11318
11319 * mac.c (sys_select): Block input around call to
11320 ReceiveNextEvent to prevent breakage. Correctly handle
11321 blocking on event queue only by calling ReceiveNextEvent
11322 instead of select (since GUI events aren't on an fd).
11323 (sys_read): Remove function
11324 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
11325
11326 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11327
11328 * mac.c (sys_select): Redo sys_select to use alarm-based
11329 polling instead of 1 sec timeouts (like solaris).
11330
11331 * macterm.c (x_make_frame_visible): Comment in polling on
11332 frame creation.
11333
11334 * keyboard.c: Undef SIGIO on Carbon
11335
11336 * atimer.c (alarm_signal_handler): Call alarm handlers after
11337 scheduling.
11338
11339 * eval.c (Feval): Remove quit_char test
11340
11341 * process.c (wait_reading_process_input): Remove clearing
11342 stdin for select call on process input.
11343
11344 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11345
11346 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
11347 capitalization error in docstring.
11348
11349 2004-07-17 Juanma Barranquero <lektu@terra.es>
11350
11351 * keyboard.c (not_single_kboard_state): Do nothing unless
11352 MULTI_KBOARD is defined.
11353
11354 2004-07-17 Richard M. Stallman <rms@gnu.org>
11355
11356 * window.c (coordinates_in_window): Inside the window but outside
11357 its box to the L or R, return ON_VERTICAL_BORDER.
11358 (window_list_1): Rotate the list to start with WINDOW.
11359
11360 * print.c (print_preprocess): Test for print_depth at limit
11361 before entering in being_printed.
11362
11363 * keyboard.c (not_single_kboard_state): New function.
11364 (stuff_buffered_input): Now no-op only if no SIGTSTP.
11365
11366 * frame.c (Fdelete_frame): If we're in single_bboard_state on
11367 this kboard, and we delete its last frame, go to any_kboard_state.
11368
11369 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
11370
11371 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11372
11373 * w32fns.c (Fx_file_dialog): Encode strings in system coding
11374 system before passing them to OS functions for display.
11375
11376 2004-07-15 David Kastrup <dak@gnu.org>
11377
11378 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
11379 Apparently fixes an abort condition.
11380
11381 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
11384 instead of a cons.
11385
11386 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11387
11388 * keyboard.c (echo_dash): Do nothing if there already is a dash
11389 at the end of the echo string.
11390
11391 2004-07-12 Kim F. Storm <storm@cua.dk>
11392
11393 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
11394 if GC_MARK_STACK.
11395
11396 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11397
11398 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
11399
11400 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
11401 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
11402 (Freplace_buffer_in_windows, Fset_window_buffer)
11403 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
11404 (syms_of_window): Expand docstring of `display-buffer-function'.
11405
11406 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
11407
11408 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
11409 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
11410 that time values of the type (HIGH . LOW) are considered obsolete.
11411
11412 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11413
11414 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
11415 docstring.
11416
11417 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
11418
11419 2004-07-06 John Paul Wallington <jpw@gnu.org>
11420
11421 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
11422
11423 * fns.c (Fclear_string): Signal an error if STRING is not a string.
11424
11425 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11426
11427 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
11428 instead of CGMainDisplayID (only in OSX 10.2 and later).
11429
11430 2004-07-04 John Paul Wallington <jpw@gnu.org>
11431
11432 * fileio.c (read_file_name_completion_ignore_case): New variable.
11433 (syms_of_fileio): Declare and initialise it.
11434 (Fread_file_name): Bind `completion-ignore-case' to respect it.
11435
11436 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11437
11438 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
11439 for event.x and event.y.
11440
11441 2004-07-01 Kenichi Handa <handa@m17n.org>
11442
11443 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
11444 after getting a new string by pre-write-conversion.
11445
11446 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
11449 (x_calc_absolute_position): Remove unused var `child'.
11450
11451 * xfaces.c (x_supports_face_attributes_p)
11452 (Fdisplay_supports_face_attributes_p): YAILOM.
11453 (tty_supports_face_attributes_p): Remove unused var `i'.
11454
11455 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11456 back_unibyte_ok.
11457
11458 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
11459
11460 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
11461 `registry'.
11462
11463 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
11464
11465 2004-06-30 Andreas Schwab <schwab@suse.de>
11466
11467 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
11468 (Finit_image_library): Pass LIBRARIES through to
11469 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
11470 (lookup_image_type): Pass Qnil as second argument to
11471 Finit_image_library.
11472
11473 * lisp.h (Finit_image_library): Declare.
11474
11475 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11476
11477 * macterm.c (do_window_activate, do_window_deactivate): Remove.
11478 (XTread_socket): Send mouse button events to the toolbox
11479 dispatcher even when the mouse is grabbed. Don't process window
11480 activate events for non-Emacs windows. Replace function calls to
11481 do_window_activate and do_window_deactivate with their contents.
11482 Reset mouse grabbing status when a window is deactivated.
11483
11484 2004-06-29 Steven Tamm <steventamm@mac.com>
11485
11486 * macterm.c (mac_get_emulated_btn)
11487 (mac_event_to_emacs_modifiers): Fix emulated mouse button
11488 support to correctly mask out modifiers.
11489
11490 2004-06-29 David Kastrup <dak@gnu.org>
11491
11492 * search.c (Fset_match_data): Allow buffer before end of list
11493 which can happen if set-match-data is using a pre-consed list.
11494
11495 2004-06-28 Steven Tamm <steventamm@mac.com>
11496
11497 * macterm.c (XTread_socket): Correctly set the frame position
11498 after the window is moved.
11499
11500 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11501
11502 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
11503 gpix and gmask just before return to avoid memory leak.
11504 (xg_get_image_for_pixmap): Add workaround for monochrome displays
11505 so insensitive and activated icons look ok.
11506
11507 2004-06-27 Jason Rumney <jasonr@gnu.org>
11508
11509 * w32fns.c (file_dialog_callback): Disable edit control if set
11510 to directories only on CDN_INITDONE message.
11511 (Fx_file_dialog): Default to directories only when prompt starts
11512 with "Dired".
11513
11514 2004-06-25 Kim F. Storm <storm@cua.dk>
11515
11516 * alloc.c (allocate_misc): Update total_free_markers.
11517 (free_misc): New function.
11518 (safe_alloca_unwind, free_marker): Use it.
11519
11520 * lisp.h (free_misc): Add prototype.
11521
11522 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
11523
11524 2004-06-24 Richard M. Stallman <rms@gnu.org>
11525
11526 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
11527 (syms_of_emacs): Lisp variables deleted.
11528
11529 2004-06-23 David Kastrup <dak@gnu.org>
11530
11531 * search.c (Freplace_match): Adjust the match-data more thoroughly
11532 when replacing strings in the buffer.
11533 (Fmatch_data): When INTEGERS is non-nil and the last match was in
11534 a buffer, add the buffer as last element to the match data.
11535 (Fset_match_data): If an additional element of the match-data is a
11536 buffer, restore it to last_thing_searched.
11537 (save_search_regs): Save last_thing_searched as part of the match data.
11538 (restore_match_data): Restore it again.
11539
11540 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * keymap.c (Ftext_char_description): Doc fix.
11543 * doc.c (Fsnarf_documentation): Doc fix.
11544
11545 2004-06-22 Kim F. Storm <storm@cua.dk>
11546
11547 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
11548
11549 * lisp.h (struct Lisp_Save_Value): New member dogc.
11550 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
11551 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
11552 (SAFE_FREE_LISP): New macro.
11553
11554 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
11555 (make_save_value): Init new dogc member.
11556 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
11557
11558 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
11559 SAFE_FREE_LISP macros.
11560
11561 2004-06-22 Kim F. Storm <storm@cua.dk>
11562
11563 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
11564 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
11565 in that memory area are unknown to GC. Add comments.
11566
11567 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
11568
11569 2004-06-21 Kim F. Storm <storm@cua.dk>
11570
11571 * lisp.h (MAX_ALLOCA): Define here.
11572 (safe_alloca_unwind): Add prototype.
11573 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
11574
11575 * alloc.c (safe_alloca_unwind): New function.
11576
11577 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
11578
11579 * charset.c (Fstring): Use SAFE_ALLOCA.
11580
11581 * coding.c (MAX_ALLOCA): Remove define.
11582
11583 * data.c (MAX_ALLOCA): Remove define.
11584 (Faset): Use SAFE_ALLOCA.
11585
11586 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
11587
11588 * fns.c (string_make_multibyte, string_to_multibyte)
11589 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
11590 (MAX_ALLOCA): Remove define.
11591 (Fbase64_encode_region, Fbase64_encode_string)
11592 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
11593 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
11594 memory leak if encoding fails.
11595
11596 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
11597
11598 2004-06-21 Eli Zaretskii <eliz@gnu.org>
11599
11600 * print.c (Fwith_output_to_temp_buffer): Doc fix.
11601
11602 2004-06-20 Richard M. Stallman <rms@gnu.org>
11603
11604 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
11605
11606 * search.c (match_limit): Cleaner err msg when no match data available.
11607
11608 * window.c (syms_of_window): Doc fix.
11609
11610 * keyboard.c (command_loop_1): Handle values `only' and `identity'
11611 for Vtransient_mark_mode.
11612
11613 * buffer.c (syms_of_buffer): Doc fix.
11614
11615 2004-06-21 David Kastrup <dak@gnu.org>
11616
11617 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
11618 and unbinding of `case-fold-search' according to
11619 `completion-ignore-case' around calls of string-match and
11620 predicates, respectively. Should give satisfactory performance
11621 in all relevant cases.
11622
11623 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11624
11625 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
11626 clip_x/y_origin.
11627
11628 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
11629
11630 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
11631
11632 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
11633 on Mac OSX.
11634
11635 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
11638
11639 2004-06-16 Kim F. Storm <storm@cua.dk>
11640
11641 * dispextern.h (Vimage_types): Remove extern.
11642
11643 2004-06-16 Miles Bader <miles@gnu.org>
11644
11645 * image.c (lookup_image_type): Initialize image type if necessary.
11646
11647 2004-06-15 Kim F. Storm <storm@cua.dk>
11648
11649 * xdisp.c (try_cursor_movement): Exclude header line from scroll
11650 margin at top of window.
11651 (try_window_reusing_current_matrix): Calculate proper cursor position
11652 after scrolling up with non-zero scroll margin, as the old cursor
11653 position corresponds to value of PT before executing this command.
11654 (try_window_id): Consider scroll margin at bottom of window too;
11655 otherwise we fail to scroll when hl-line-mode is enabled.
11656
11657 * syntax.c (skip_chars): Only recognize [:class:] when it has the
11658 proper format and class is a lower-case word.
11659
11660 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11661
11662 * gtkutil.c (xg_get_image_for_pixmap): New function.
11663 (xg_get_gdk_pixmap_and_mask): Remove.
11664 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
11665 xg_get_gdk_pixmap_and_mask.
11666
11667 * xterm.h (struct x_display_info): Typo in comment fixed.
11668
11669 2004-06-14 Juanma Barranquero <lektu@terra.es>
11670
11671 * dispextern.h (Vimage_types): Make it conditional on
11672 HAVE_WINDOW_SYSTEM.
11673
11674 * image.c (Vimage_types): Move from xdisp.c.
11675 (Vimage_type_cache): New variable.
11676 (define_image_type): New argument indicating whether an image
11677 library was loaded; cache loaded status and return t on success,
11678 nil otherwise.
11679 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
11680 (w32_delayed_load): New function to load an image library from a
11681 list of possible filenames.
11682 (init_xpm_functions, init_png_functions, init_jpeg_functions)
11683 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
11684 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
11685 (Finit_image_library): New function, extracted from `init_image'.
11686 Try to initialize an image library on demand and cache whether we
11687 were successful or not.
11688 (syms_of_image): Initialize `Vimage_types' and
11689 `Vimage_type_cache'. Add recognized image types to Vimage_types.
11690 Export `init-image-library'.
11691 (init_image): Remove initialization of all image types, except xbm
11692 and pbm.
11693
11694 * xdisp.c (Vimage_types): Delete (moved to image.c).
11695
11696 2004-06-14 Andreas Schwab <schwab@suse.de>
11697
11698 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
11699 Avoid calling specbind when completion-regexp-list is empty.
11700
11701 2004-06-13 Richard M. Stallman <rms@gnu.org>
11702
11703 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11704 (re_wctype, re_iswctype, re_wctype_to_bit):
11705 Non-function definitions moved here from regex.c.
11706
11707 * regex.c (re_wctype, re_iswctype): Function defs longer static.
11708 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11709 (re_wctype, re_iswctype, re_wctype_to_bit):
11710 Non-function definitions moved to regex.h.
11711
11712 * window.c (Fselect_window): Doc fix.
11713
11714 * syntax.c: Include regex.h.
11715 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
11716 If requested, make a list of classes, then check the scanned
11717 chars for membership in them.
11718 (in_classes): New function.
11719 Doc fix.
11720
11721 * keyboard.c (cmd_error): Don't call any_kboard_state
11722 if inside a recursive edit level.
11723
11724 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11725
11726 * keyboard.c (command_loop): Call any_kboard_state before
11727 command_loop_2 when at top level.
11728
11729 2004-06-13 Andreas Schwab <schwab@suse.de>
11730
11731 * print.c (print_object): Always use %ld for printing EMACS_INT.
11732
11733 * keyboard.c (cancel_hourglass_unwind): Return a value.
11734 (modify_event_symbol): Always use %ld for printing EMACS_INT.
11735 (Fexecute_extended_command): Likewise.
11736
11737 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
11738 avoid clashes.
11739 (SYNTAX): Likewise.
11740 (SYNTAX_WITH_FLAGS): Likewise.
11741 (SYNTAX_MATCH): Likewise.
11742
11743 * syntax.c (char_quoted): Avoid warning about undefined operation.
11744 (find_defun_start): Likewise.
11745 (scan_lists): Likewise.
11746 (INC_FROM): Likewise.
11747 (scan_sexps_forward): Likewise.
11748
11749 * image.c: Include <ctype.h>.
11750
11751 * xfaces.c (face_attr_equal_p): Declare parameters.
11752
11753 2004-06-13 Kenichi Handa <handa@m17n.org>
11754
11755 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
11756
11757 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
11758
11759 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
11760
11761 2004-06-12 Kenichi Handa <handa@m17n.org>
11762
11763 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
11764 ccl_prog_stack_struct and update it.
11765 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
11766 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
11767 ccl->eof_ic on EOF.
11768 (ccl_debug_hook): New function.
11769 (struct ccl_prog_stack): New member eof_ic.
11770 (ccl_driver): Handle EOF in subrountine call correctly.
11771
11772 2004-06-11 Kenichi Handa <handa@m17n.org>
11773
11774 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
11775
11776 2004-06-11 Kim F. Storm <storm@cua.dk>
11777
11778 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
11779
11780 2004-06-11 Juanma Barranquero <lektu@terra.es>
11781
11782 * keyboard.c (Fposn_at_point): Doc fix.
11783
11784 2004-06-11 David Kastrup <dak@gnu.org>
11785
11786 * search.c (match_limit): Don't flag an error if match-data
11787 exceeding the allocated search_regs.num_regs gets requested, just
11788 return Qnil.
11789
11790 2004-06-08 Miles Bader <miles@gnu.org>
11791
11792 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
11793
11794 2004-06-07 Juanma Barranquero <lektu@terra.es>
11795
11796 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
11797 (Fcurrent_time_string, Fcurrent_time_zone)
11798 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
11799
11800 2004-06-07 Miles Bader <miles@gnu.org>
11801
11802 * xfaces.c (struct named_merge_point): New type.
11803 (push_named_merge_point): New function.
11804 (merge_named_face): New function.
11805 (merge_face_ref, face_at_buffer_position, face_at_string_position):
11806 Use `merge_named_face'.
11807 (merge_face_inheritance): Function removed.
11808 (merge_face_ref): Rename from `merge_face_vector_with_property'.
11809 Add new `err_msgs' and `named_merge_points' args. Return error
11810 status. Only print error messages if ERR_MSGS is true. Don't try to
11811 do :inherit attribute validation.
11812 (merge_face_heights): Handle `unspecified' in both directions.
11813 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
11814 Call `merge_face_ref' instead of `merge_face_inheritance'.
11815 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
11816 (compute_char_face, face_at_buffer_position)
11817 (face_at_string_position): Call `merge_face_ref' instead of
11818 `merge_face_vector_with_property'.
11819
11820 2004-06-07 Kenichi Handa <handa@m17n.org>
11821
11822 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
11823 the necessary places.
11824
11825 2004-06-07 Kim F. Storm <storm@cua.dk>
11826
11827 * process.c (Fdelete_process): Undo 2004-05-28 change.
11828 Instead, call status_notify also for network process.
11829 (status_message): Use process instead of status as arg.
11830 Give messages "deleted" or "connection broken by remote peer" for
11831 an exited network process.
11832 (status_notify): Change call to status_message.
11833 (read_process_output): Increase readmax to 4096. Do not increase
11834 buffer size for datagram channels (default is now large enough).
11835
11836 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
11837
11838 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
11839 problem due to newly defined variable.
11840
11841 2004-06-06 Miles Bader <miles@gnu.org>
11842
11843 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
11844 immediately if non-interactive or not initialized.
11845
11846 2004-06-05 Richard M. Stallman <rms@gnu.org>
11847
11848 * minibuf.c (Fcompleting_read): Doc fix.
11849
11850 2004-06-05 Andreas Schwab <schwab@suse.de>
11851
11852 * macfns.c (x_create_tip_frame): Fix declaration after statement.
11853
11854 2004-06-05 Juanma Barranquero <lektu@terra.es>
11855
11856 * keymap.c (Fdescribe_vector): Fix docstring.
11857 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
11858
11859 2004-06-05 Miles Bader <miles@gnu.org>
11860
11861 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
11862 attributes have different values than the default face.
11863
11864 2004-06-04 Eli Zaretskii <eliz@gnu.org>
11865
11866 * xfaces.c (x_supports_face_attributes_p): Make this function
11867 conditional on HAVE_WINDOW_SYSTEM.
11868 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
11869 Don't call x_supports_face_attributes_p if it was not compiled in.
11870
11871 2004-06-04 Miles Bader <miles@gnu.org>
11872
11873 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
11874 from Ftty_supports_face_attributes_p.
11875 (x_supports_face_attributes_p): New function.
11876 (Ftty_supports_face_attributes_p): Function deleted.
11877 (Fdisplay_supports_face_attributes_p): New function.
11878 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
11879 (face_attr_equal_p): New function.
11880 (lface_equal_p): Use it.
11881
11882 2004-06-03 Juanma Barranquero <lektu@terra.es>
11883
11884 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
11885 (Vw32_color_map): Fix typo in docstring.
11886 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
11887 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
11888 Make argument names match their use in docstring.
11889
11890 2004-06-02 Juanma Barranquero <lektu@terra.es>
11891
11892 Work around bugs/problems with MinGW builds of graphics libraries
11893 called from MSVC builds of Emacs.
11894
11895 * image.c (lookup_image): Make pointer to img static.
11896 (png_read_from_memory): Disable "global" optimization.
11897
11898 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * eval.c (Fcondition_case): Fix usage. Simplify.
11901
11902 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
11903
11904 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11905
11906 * macfns.c: Don't include ccl.h.
11907 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
11908 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
11909 TextUtils.h.
11910 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
11911 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
11912 display height/width.
11913 (compute_tip_xy, Vx_max_tooltip_size): Declare.
11914 (unwind_create_tip_frame, compute_tip_xy): New functions.
11915 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
11916 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
11917 and last_show_tip_args.
11918
11919 * macgui.h [!MAC_OSX]: Include Gestalt.h.
11920 (Cursor, No_Cursor): New defines.
11921 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
11922 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
11923
11924 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
11925
11926 * macterm.c: Don't include Gestalt.h.
11927 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
11928 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
11929 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
11930 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
11931 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
11932 (construct_mouse_click, XTmouse_position)
11933 (x_scroll_bar_report_motion, x_calc_absolute_position)
11934 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
11935 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
11936 (note_mouse_movement): Clear the mouse face and reset the pointer
11937 shape when the pointer goes outside the frame without grabbing.
11938 (mac_front_window): New function.
11939 (mac_window_to_frame): New macro.
11940 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
11941 (do_window_activate, do_window_deactivate, do_app_resume)
11942 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
11943 (do_zoom_window, mac_do_receive_drag, XTread_socket)
11944 (mac_check_for_quit_char): Use mac_front_window and/or
11945 mac_window_to_frame.
11946 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
11947 scroll-bar click event.
11948 (mac_define_frame_cursor): Change the pointer shape.
11949 (x_free_frame_resources): Reset tip_window to NULL when it is
11950 disposed of.
11951 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
11952 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
11953 (do_window_update): Don't do anything if the updated window is the
11954 tooltip window.
11955 (do_mouse_moved): Handle mouse movement events here (previously in
11956 XTread_socket). Clear the mouse face if
11957 dpyinfo->mouse_face_hidden is set.
11958 (do_os_event, do_events): Remove (now in XTread_socket).
11959 (XTread_socket): Immediately return if interrupt_input_blocked.
11960 Loop until all the events in the queue are processed.
11961 Rearrange codes for mouse grabbing. Add tooltip support. Include the
11962 contents of do_os_event and do_events. Remove mouse movement
11963 handling (now in do_mouse_moved). Add the case where
11964 Vmouse_highlight has an integer value.
11965 (NewMacWindow): Remove.
11966 (make_mac_frame): Do what NewMacWindow previously did. Don't do
11967 excess initializations.
11968 (make_mac_terminal_frame): Previous initializations in
11969 make_mac_frame are moved here.
11970 (mac_initialize_display_info):
11971 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
11972
11973 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
11974 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
11975
11976 2004-05-29 Richard M. Stallman <rms@gnu.org>
11977
11978 * lisp.h (truncate_undo_list): Update decl.
11979
11980 * alloc.c (undo_outer_limit): New variable.
11981 (syms_of_alloc): Defvar it.
11982 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
11983
11984 * undo.c (truncate_undo_list): New arg LIMITSIZE.
11985
11986 * alloc.c (lisp_align_malloc): Check for base == 0
11987 regardless of HAVE_POSIX_MEMALIGN.
11988 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
11989
11990 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
11993 (marker_blocks_pending_free): Remove.
11994 (Fgarbage_collect): Sweep after cleaning up undo-lists.
11995 Mark the undo lists after claning them up.
11996 Don't free block in marker_blocks_pending_free.
11997 (mark_buffer): Don't mark undo_list.
11998 (gc_sweep): Sweep hash-tables and strings first.
11999 Do free marker blocks that are empty.
12000
12001 2004-05-28 Jim Blandy <jimb@redhat.com>
12002
12003 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12004 after 'case wordend'. For symbeg and symend, print to stderr,
12005 like the other cases.
12006
12007 2004-05-28 Noah Friedman <friedman@splode.com>
12008
12009 * process.c (Fdelete_process): Do not call remove_process.
12010
12011 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * alloc.c (struct backtrace): Remove.
12014 (Fgarbage_collect): Use the new mark_backtrace.
12015
12016 * eval.c (mark_backtrace): New function.
12017
12018 * minibuf.c (run_exit_minibuf_hook): New function.
12019 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12020 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12021
12022 2004-05-27 Kim F. Storm <storm@cua.dk>
12023
12024 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12025 over display properties, e.g. images, that replace buffer text.
12026
12027 2004-05-25 Kim F. Storm <storm@cua.dk>
12028
12029 * alloc.c (marker_blocks_pending_free): New var.
12030 (gc_sweep): Store free marker blocks on that list.
12031 (Fgarbage_collect): Free them after undo-list cleanup.
12032
12033 * process.c (wait_reading_process_input): Check connect_wait_mask
12034 before actually accepting connection in case it has already been
12035 accepted due to recursion.
12036
12037 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12038
12039 * coding.c (Fset_safe_terminal_coding_system_internal):
12040 Set suppress_error in safe_terminal_coding, not terminal_coding.
12041
12042 2004-05-22 Richard M. Stallman <rms@gnu.org>
12043
12044 * alloc.c (Fmake_string): Doc fix.
12045
12046 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12047 and the alist pairs too.
12048
12049 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12050
12051 * emacs.c (main): Update copyright year.
12052
12053 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12054
12055 * insdel.c (del_range_2, replace_range): Don't write an anchor
12056 if the gap is empty.
12057
12058 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12059 scroll-down-aggressively is small but positive, put point
12060 near the screen edge.
12061
12062 2004-05-22 Juanma Barranquero <lektu@terra.es>
12063
12064 * keymap.c (Fdefine_key): Doc fix.
12065
12066 2004-05-22 Kim F. Storm <storm@cua.dk>
12067
12068 * alloc.c (struct backtrace): Add debug_on_exit member.
12069 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12070 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12071 the removed cons cells.
12072 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12073 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12074 any cons cells pointing to unallocated stings.
12075 Do not lisp_free any marker blocks, as there may still be pointers
12076 to them from buffer undo lists at this stage of GC.
12077
12078 * keyboard.c (struct backtrace): Add debug_on_exit member.
12079 (Fcommand_execute): Clear it.
12080
12081 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12082
12083 * intervals.c (lookup_char_property): Do not prematurely return nil.
12084
12085 2004-05-19 Jim Blandy <jimb@redhat.com>
12086
12087 Add support for new '\_<' and '\_>' regexp operators, matching the
12088 beginning and end of symbols.
12089
12090 * regex.c (enum syntaxcode): Add Ssymbol.
12091 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12092 (re_opcode_t): New opcodes `symbeg' and `symend'.
12093 (print_partial_compiled_pattern): Print the new opcodes properly.
12094 (regex_compile): Parse the new operators.
12095 (analyse_first): Skip sym(beg|end) (they match only the empty string).
12096 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12097 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12098 (re_match_2_internal): Match symbeg and symend.
12099
12100 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12101
12102 2004-05-19 Kim F. Storm <storm@cua.dk>
12103
12104 * .gdbinit (xsymbol): Fix last change.
12105
12106 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * .gdbinit (xprintstr): New fun.
12109 (xstring, xprintsym): Use it.
12110
12111 * w32proc.c (create_child): Use INTMASK.
12112
12113 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12114 unmarked elements of the undo list.
12115
12116 2004-05-18 David Ponce <david@dponce.com>
12117
12118 * print.c (print): Reset print_depth before to call print_object.
12119
12120 2004-05-18 Jason Rumney <jasonr@gnu.org>
12121
12122 * w32console.c: Prefix RIF functions with w32con_ to avoid
12123 namespace clash with functions in term.c and w32term.c.
12124
12125 * w32menu.c (add_menu_item, w32_menu_display_help)
12126 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12127
12128 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
12129
12130 2004-05-18 Eli Zaretskii <eliz@gnu.org>
12131
12132 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12133
12134 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12135 with make_number.
12136 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12137 with XINT.
12138
12139 2004-05-18 Kim F. Storm <storm@cua.dk>
12140
12141 * blockinput.h (INPUT_BLOCKED_P): New macros.
12142
12143 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12144 (Ftop_level): Unblock input if blocked.
12145
12146 * buffer.h (GET_OVERLAYS_AT): New macro.
12147 * msdos.c (IT_note_mouse_highlight): Use it.
12148 * textprop.c (get_char_property_and_overlay): Use it.
12149 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12150 * xfaces.c (face_at_buffer_position): Use it.
12151
12152 * print.c (print_object): Increase buf size.
12153
12154 2004-05-17 Jason Rumney <jasonr@gnu.org>
12155
12156 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12157 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12158 Lisp_Object using i member.
12159 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12160 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12161 consistently.
12162
12163 * w32proc.c (create_child): Use make_number instead of masking pid.
12164
12165 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12166 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12167 Use EQ to compare Lisp_Objects.
12168 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12169
12170 * w32term.c (w32_num_mouse_buttons): Rename from
12171 Vw32_num_mouse_buttons and make it an int.
12172
12173 * w32.c (init_environment): Use it.
12174
12175 * w32fns.c (w32_wnd_proc): Likewise.
12176
12177 * w32proc.c (w32_pipe_read_delay): Rename from
12178 Vw32_pipe_read_delay and make it an int.
12179
12180 * w32.c (_sys_read_ahead): Use it.
12181
12182 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12183
12184 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12185
12186 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12187 (key_event): Don't mix Lisp_Object and int.
12188
12189 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12190
12191 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12192 modifiers in language change event.
12193
12194 2004-05-17 Kim F. Storm <storm@cua.dk>
12195
12196 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12197 Such objects may be freed markers which still exist on an undo list.
12198
12199 2004-05-16 Juanma Barranquero <lektu@terra.es>
12200
12201 * data.c (Fset_default): Make argument names match their use in
12202 docstring.
12203
12204 2004-05-15 Andreas Schwab <schwab@suse.de>
12205
12206 * emacs.c (gdb_array_mark_flag): Define.
12207 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12208
12209 2004-05-15 Eli Zaretskii <eliz@gnu.org>
12210
12211 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12212 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12213 defined for the MS-DOS build.
12214
12215 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12218
12219 2004-05-14 Kenichi Handa <handa@m17n.org>
12220
12221 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12222
12223 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12224
12225 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12226 section to frame.c section.
12227 (Fxw_display_color_p, Fx_file_dialog): Declare if
12228 HAVE_WINDOW_SYSTEM defined.
12229
12230 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12231
12232 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
12233
12234 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12235 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12236 (XTread_socket): Fix int/Lisp_Object mixup.
12237 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
12238
12239 * macterm.h (struct frame, struct face, struct image)
12240 (display_x_get_resource, Fx_display_color_p)
12241 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12242 Add prototypes.
12243
12244 2004-05-14 Kim F. Storm <storm@cua.dk>
12245
12246 * process.c (wait_reading_process_input): Make reentrant.
12247 Make Available and Connecting non-static. Save and restore value
12248 of waiting_for_user_input_p.
12249
12250 2004-05-13 Kim F. Storm <storm@cua.dk>
12251
12252 * keyboard.c (mark_kboards): Don't mark x and y members
12253 that are overloaded in selection request events.
12254
12255 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12258
12259 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12260
12261 * window.c (Fdisplay_buffer, Fsplit_window)
12262 (split-height-threshold): Doc fix.
12263
12264 2004-05-13 Juanma Barranquero <lektu@terra.es>
12265
12266 * xfaces.c (Ftty_supports_face_attributes_p)
12267 (Finternal_copy_lisp_face): Fix typo in docstring.
12268 (Finternal_get_lisp_face_attribute): Fix docstring.
12269
12270 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12271
12272 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12273
12274 2004-05-11 Steven Tamm <steventamm@mac.com>
12275
12276 * macfns.c (Fx_create_frame): Default to using tool-bar by
12277 setting tool-bar-lines to 1 in default-frame-alist.
12278
12279 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12280
12281 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12282 (xpm_get_color_table_v, xpm_make_color_table_h)
12283 (xpm_put_color_table_h, xpm_get_color_table_h)
12284 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12285 (syms_of_image): Support XPM on Carbon Emacs. Does not
12286 depend on libXpm, but only supports XPM version 3 without extensions.
12287
12288 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12289
12290 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
12291 instead of FRAME_X_P
12292
12293 2004-05-11 Kim F. Storm <storm@cua.dk>
12294
12295 * process.c (read_process_output): Grow decoding_buf when needed;
12296 this could cause a crash in allocate_string and compact_small_strings.
12297
12298 2004-04-29 Jim Blandy <jimb@redhat.com>
12299
12300 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
12301 against proper opcode.
12302
12303 2004-05-10 Juanma Barranquero <lektu@terra.es>
12304
12305 * process.c (Fstart_process): Fix docstring.
12306
12307 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
12308 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
12309 (Fsplit_char, Fchar_charset): Make argument names match their use
12310 in docstring.
12311
12312 2004-05-10 Richard M. Stallman <rms@gnu.org>
12313
12314 * print.c (print_preprocess): Use being_printed, loop_count and
12315 halftail to detect overdeep nesting and cyclic cdr chains.
12316
12317 2004-05-10 Andreas Schwab <schwab@suse.de>
12318
12319 * lisp.h (Fmake_symbolic_link): Declare.
12320
12321 * fileio.c (Frename_file): Remove extra argument in call to
12322 Fmake_symbolic_link.
12323
12324 2004-05-10 Kim F. Storm <storm@cua.dk>
12325
12326 * xdisp.c (calc_line_height_property): Use string position when
12327 object is a string.
12328
12329 2004-05-10 Kenichi Handa <handa@m17n.org>
12330
12331 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
12332 inhibit-modification-hooks to t temporarily before calling
12333 Ferase_buffer.
12334
12335 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
12336 inhibit-modification-hooks to t temporarily before calling
12337 Ferase_buffer.
12338
12339 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
12340 inhibit-modification-hooks to t temporarily before calling
12341 Ferase_buffer.
12342
12343 * fns.c (count_combining): Delete it.
12344 (concat): Don't check combining bytes.
12345
12346 2004-05-09 Jason Rumney <jasonr@gnu.org>
12347
12348 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
12349 (globals_of_w32fns): Set it.
12350
12351 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
12352
12353 * data.c (Fquo): Simplify.
12354
12355 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
12356
12357 * data.c (Fquo): If any argument is float, do the computation in
12358 floating point.
12359
12360 2004-05-08 Juanma Barranquero <lektu@terra.es>
12361
12362 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
12363 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
12364 Fix spelling of Emacs on docstring.
12365 (Fset_process_coding_system, Fprocess_coding_system)
12366 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
12367 Make argument names match their use in docstring.
12368 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
12369 Fix docstring.
12370
12371 * editfns.c (Finsert_buffer_substring): Make argument names match their
12372 use in docstring.
12373
12374 * syntax.c (Fmodify_syntax_entry): Fix docstring.
12375
12376 2004-05-07 Steven Tamm <steventamm@mac.com>
12377
12378 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
12379 around call to ReceiveEvent to avoid certain crashes.
12380
12381 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12382
12383 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
12384 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
12385 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
12386 Save/restore the current graphics port and device handle when
12387 drawing into an offscreen graphics world.
12388
12389 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
12390 (gif_load): Likewise.
12391
12392 2004-05-07 Juanma Barranquero <lektu@terra.es>
12393
12394 * window.c (Fset_window_buffer): Fix docstring.
12395
12396 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12397
12398 * emacs.c (main) [VMS]: Fix var ref.
12399
12400 2004-05-06 Romain Francoise <romain@orebokech.com>
12401
12402 * data.c (Fsetq_default): Fix docstring.
12403
12404 2004-05-06 Jason Rumney <jasonr@gnu.org>
12405
12406 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
12407 to avoid name clash.
12408
12409 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12410
12411 * fileio.c (barf_or_query_if_file_exists): Use lstat.
12412 (Frename_file): Handle renaming of symlinks across file systems.
12413 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
12414
12415 2004-05-04 Kim F. Storm <storm@cua.dk>
12416
12417 * xdisp.c (Qtotal): New var.
12418 (syms_of_xdisp): Intern and staticpro it.
12419 (calc_line_height_property): New arg total. Set it if
12420 line-spacing property has format (total . VALUE).
12421 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
12422 Handle total line-spacing property.
12423
12424 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12425
12426 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
12427 "under" scroll bar when size/position changes.
12428
12429 2004-05-03 Jason Rumney <jasonr@gnu.org>
12430
12431 * makefile.nt: Remove.
12432
12433 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12434
12435 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
12436 Avoid compiler warnings.
12437
12438 * Makefile.in (region-cache.o): Depend on config.h.
12439
12440 2004-05-02 Romain Francoise <romain@orebokech.com>
12441
12442 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
12443 with continuation lines, too.
12444
12445 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12446
12447 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
12448
12449 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * xdisp.c (calc_line_height_property): YAILOM (yet another
12452 int/Lisp_Object mixup).
12453
12454 2004-05-01 Eli Zaretskii <eliz@gnu.org>
12455
12456 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
12457 undo bad effect of pack(4) in some versions of system headers.
12458
12459 2004-05-01 Jason Rumney <jasonr@gnu.org>
12460
12461 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
12462
12463 2004-04-30 Kim F. Storm <storm@cua.dk>
12464
12465 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
12466 (syms_of_buffer) <cursor-type>: Doc fix.
12467
12468 * dispextern.h (struct it): Remove member use_default_face.
12469 Add members override_ascent, override_descent, override_boff.
12470
12471 * xdisp.c (init_iterator): Handle line-spacing float value.
12472 Initialize override_ascent member.
12473 (append_space_for_newline): Reset override_ascent.
12474 Remove use_default_face.
12475 (calc_line_height_property): New function to calculate value of
12476 line-height and line-spacing properties. Look at overlays, too.
12477 Set override_ascent, override_descent, override_boff members when
12478 using another face than the current face. Float values are now
12479 relative to the frame default font, by default; accept a cons
12480 of ratio and face name to specify value relative to a specific face.
12481 (x_produce_glyphs): Use calc_line_height_property.
12482 Use override_ascent etc. when set to handle different face heights.
12483 A negative line-spacing property value is interpreted as a total
12484 line height, rather than inter-line spacing.
12485 (note_mouse_highlight): Allocate room for 40 overlays initially.
12486
12487 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 * data.c (Fsubr_name): New fun.
12490 (syms_of_data): Defsubr it.
12491
12492 2004-04-29 Kim F. Storm <storm@cua.dk>
12493
12494 * xdisp.c (null_glyph_slice): New var.
12495 (append_glyph, append_composite_glyph, append_stretch_glyph):
12496 Use it to initialize glyph slice.
12497
12498 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
12501 (on_hot_spot_p): Make sure we always return a value.
12502 (Flookup_image_map): Remove unused var ix and iy.
12503 (note_mode_line_or_margin_highlight): Remove unused var `image'.
12504
12505 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12506
12507 * msdos.c (init_environment): If one of the TMP... environment
12508 variables is set to a drive letter without a trailing slash,
12509 append a slash.
12510
12511 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12512
12513 * editfns.c (lisp_time_argument): Provide externally.
12514
12515 * fileio.c (Fset_file_times): New function.
12516 (syms_of_fileio): Intern and staticpro it.
12517
12518 2004-04-27 Kim F. Storm <storm@cua.dk>
12519
12520 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
12521 header line strings.
12522
12523 * dispextern.h (struct it): New member use_default_face.
12524
12525 * xdisp.c (Qline_height): New variable.
12526 (syms_of_xdisp): Intern and staticpro it.
12527 (append_space_for_newline): Partially undo 2004-04-25 change;
12528 add default_face_p arg, and restore callers.
12529 Clear it->use_default_face after use.
12530 (x_produce_glyphs): Set default font for ascii char if
12531 it->use_default_font is set. Change line-spacing property to set
12532 just extra line spacing. Handle new line-height property.
12533
12534 2004-04-26 Andreas Schwab <schwab@suse.de>
12535
12536 * print.c (print_object): Print non-ascii characters in bool
12537 vector representation as octal escapes.
12538
12539 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
12540 * print.c (print_object): Use it instead of BITS_PER_CHAR for
12541 bool vectors.
12542 * lread.c (read1): Likewise.
12543 * alloc.c (Fmake_bool_vector): Likewise.
12544 * data.c (Faref, Faset): Likewise.
12545 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
12546 (mapcar1): Likewise.
12547
12548 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12549
12550 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
12551
12552 2004-04-26 Miles Bader <miles@gnu.org>
12553
12554 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
12555
12556 2004-04-26 Juanma Barranquero <lektu@terra.es>
12557
12558 * buffer.c (Fpop_to_buffer): Fix docstring.
12559
12560 2004-04-26 Steven Tamm <steventamm@mac.com>
12561
12562 * lread.c (init_lread): Don't display missing lisp directory
12563 warnings with Carbon Emacs because self-contained bundled Emacs
12564 may be built without correct installation path.
12565
12566 2004-04-25 Kim F. Storm <storm@cua.dk>
12567
12568 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12569
12570 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12571
12572 * xdisp.c (append_space_for_newline): Rename from append_space.
12573 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
12574 (x_produce_glyphs): Handle line-spacing property on newline char.
12575 If value is t, adjust ascent and descent to fit current row height.
12576 If value is an integer or float, set extra_line_spacing to integer
12577 value, or to float value x current line height.
12578
12579 2004-04-23 Kenichi Handa <handa@m17n.org>
12580
12581 * fontset.c (Finternal_char_font): If POSITION is nil, return
12582 font for displaying CH with the default face.
12583
12584 2004-04-23 Juanma Barranquero <lektu@terra.es>
12585
12586 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12587
12588 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
12591 Don't make assumptions about the relative place of i and val.
12592 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
12593
12594 2004-04-21 Kim F. Storm <storm@cua.dk>
12595
12596 * dispextern.h (struct glyph_slice): New struct.
12597 (struct glyph): New member slice.
12598 (GLYPH_SLICE_EQUAL_P): New macro.
12599 (GLYPH_EQUAL_P): Use it.
12600 (struct glyph_string): New member slice.
12601 (struct it_slice): New struct.
12602 (struct it): New member slice, add member to stack too.
12603 New member constrain_row_ascent_descent_p.
12604 (image_ascent): Add prototype.
12605
12606 * dispnew.c (buffer_posn_from_coords): Return full image width
12607 and height even for image slices (posn is relative to full image).
12608 (marginal_area_string): Adjust x0,y0 for image slice.
12609
12610 * image.c (image_ascent): Add slice arg; calculate ascent for
12611 image slice (or full image).
12612
12613 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
12614 (syms_of_keyboard): Defsubr them.
12615
12616 * lisp.h (pos_visible_p): Fix prototype.
12617
12618 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12619 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12620 (x_draw_image_foreground, x_draw_image_relief)
12621 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12622 Draw sliced images.
12623
12624 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
12625 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12626 (x_draw_image_foreground, x_draw_image_relief)
12627 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
12628 Draw sliced images.
12629
12630 * w32term.h (image_ascent): Remove prototype.
12631
12632 * window.c (Fpos_visible_in_window_p): Return pixel position if
12633 PARTIALLY arg is non-nil. Simplify. Doc fix.
12634 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
12635 to return/set vscroll in pixels.
12636
12637 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
12638
12639 * xdisp.c (Qslice): New variable.
12640 (syms_of_xdisp): Intern and staticpro it.
12641 (pos_visible_p): Return pixel position in new x and y args.
12642 (init_iterator): Reset it->slice info.
12643 (handle_display_prop): Parse (slice ...) property.
12644 (push_it, pop_it): Save/restore slice info.
12645 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
12646 force repositioning of tall row if window is vscrolled, as that
12647 would reset vscroll.
12648 (append_space): Set it->constrain_row_ascent_descent_p to avoid
12649 increasing row height if row is non-empty.
12650 (fill_image_glyph_string): Copy slice info.
12651 (take_vertical_position_into_account): Simplify.
12652 (produce_image_glyph): Handle iterator slice info, setup glyph
12653 slice info. Do not force minimum line height.
12654 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
12655 do not increase height (ascent/descent) of non-empty row when
12656 adding normal character glyph; instead reduce glyph ascent/descent
12657 appropriately; if row is higher than current glyph, adjust glyph
12658 descent/ascent to reposition glyph within the existing row.
12659 Likewise, when char is newline, only set ascent/descent if row is
12660 currently empty.
12661 (note_mouse_highlight): Handle hotspots with sliced image.
12662
12663 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12664 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12665 (x_draw_image_foreground, x_draw_image_relief)
12666 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12667 Draw sliced images.
12668
12669 * xterm.h (image_ascent): Remove prototype.
12670
12671 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
12674
12675 2004-04-20 John Paul Wallington <jpw@gnu.org>
12676
12677 * fns.c (Fassoc, Feql): Fix indentation.
12678
12679 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
12680
12681 2004-04-19 John Paul Wallington <jpw@gnu.org>
12682
12683 * fns.c (Feql): New function.
12684 (syms_of_fns): Defsubr it.
12685
12686 2004-04-18 Jason Rumney <jasonr@gnu.org>
12687
12688 * w32select.c (Fw32_set_clipboard_data): Get sequence number
12689 after closing the clipboard.
12690
12691 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12692
12693 * buffer.c (Fbuffer_base_buffer): Doc fix.
12694
12695 2004-04-17 Kim F. Storm <storm@cua.dk>
12696
12697 * keymap.c (Fkey_description): Add optional PREFIX arg.
12698 Combine prefix with KEYS to make up the full key sequence to describe.
12699 Correlate meta_prefix_char and following (simple) key to describe
12700 as meta modifier. All callers changed.
12701 (describe_map): Rename arg `keys' to `prefix'. Remove local
12702 `elt_prefix' var. Use Fkey_description with prefix instead of
12703 elt_prefix combined with Fsingle_key_description.
12704 (describe_vector): Declare static. Replace arg `elt_prefix' with
12705 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
12706 if !KEYMAP_P. Use Fkey_description with prefix instead of
12707 Fsingle_key_description.
12708
12709 * keymap.h (Fkey_description): Fix prototype.
12710 (describe_vector): Remove prototype.
12711
12712 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
12713
12714 * image.c (PNG_BG_COLOR_SHIFT): Remove.
12715 (png_load): Fix calculation of transparent background color on X
12716 and W32 platforms.
12717
12718 2004-04-16 Juanma Barranquero <lektu@terra.es>
12719
12720 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
12721 not too large before computing how much to scroll.
12722
12723 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
12726
12727 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12728
12729 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
12730 Add hyperlink to Elisp manual to the docstring.
12731
12732 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * callint.c (fix_command): Use XDCR.
12735
12736 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12737
12738 * window.c (Fget_lru_window): Doc fix.
12739
12740 2004-04-14 Kim F. Storm <storm@cua.dk>
12741
12742 * editfns.c (Fformat): Fix allocation size of precision array.
12743
12744 * dispnew.c (update_window): Only set changed_p if
12745 scrolling_window actually did scroll.
12746 (scrolling_window): Only return 1 if we actually did scroll.
12747
12748 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
12749 height to glyph height when cursor row is not fully visible.
12750 (make_cursor_line_fully_visible): Add FORCE_P arg to return
12751 failure in case row is higher than window. Callers changed.
12752 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
12753 Try to scroll partially visible, higher-than-window cursor row.
12754 (redisplay_window): Always try to scroll partially visible,
12755 higher-than-window cursor row - both initially and again with
12756 centering_position = 0.
12757 Clear desired matrix before retrying with centering_position = 0.
12758
12759 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * syntax.c (scan_lists): Simplify backward string scan.
12762 Fix off-by-one boundary check for string and comment fences.
12763
12764 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
12765
12766 * sheap.c, unexcw.c: New files.
12767
12768 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
12769
12770 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
12771 base buffer has been killed. Correct the error message if the
12772 base buffer does not exist.
12773
12774 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
12775
12776 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
12777 Cygwin itself. Add support for Xaw3d scrollbars.
12778
12779 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
12780
12781 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
12782
12783 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
12784 before Cygwin unexec.
12785
12786 * Makefile.in: Link changes for Cygwin unexec() support.
12787
12788 2004-04-12 Andreas Schwab <schwab@suse.de>
12789
12790 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
12791
12792 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
12793
12794 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
12795 IGNORE argument equals NAME. Doc fix.
12796
12797 2004-04-11 Masatake YAMATO <jet@gyve.org>
12798
12799 * buffer.c (fix_start_end_in_overlays): Make overlays
12800 empty if they are backwards.
12801
12802 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * xfaces.c (face_color_supported_p): Fix compilation without X11.
12805
12806 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * doc.c (Fsnarf_documentation): Ignore new file name entries.
12809
12810 2004-04-06 Kim F. Storm <storm@cua.dk>
12811
12812 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12813 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
12814
12815 * w32term.c (w32_read_socket): Set mouse_face_hidden after
12816 clearing highlight.
12817
12818 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12819
12820 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
12821 clearing highlight.
12822
12823 * indent.c (vmotion): Do not reserve one column for continuation
12824 marks on window frames.
12825
12826 2004-04-04 Eli Zaretskii <eliz@gnu.org>
12827
12828 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
12829 from GCC.
12830
12831 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * .gdbinit-union: Remove.
12834
12835 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
12836 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
12837 ($nonvalbits): Remove.
12838 ($valmask): Set it by calling xreload to avoid redundancy.
12839
12840 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
12841 (gdb_emacs_intbits): Remove.
12842
12843 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12844
12845 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
12846
12847 2004-03-30 Kenichi Handa <handa@m17n.org>
12848
12849 * editfns.c (Fformat): Fix initialization of the array info.
12850
12851 2004-03-30 Kim F. Storm <storm@cua.dk>
12852
12853 * xterm.c (x_mouse_click_focus_ignore_position): New var.
12854 (syms_of_xterm): DEFVAR_BOOL it.
12855 (ignore_next_mouse_click_timeout): New var.
12856 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
12857 Use it to filter mouse clicks following focus event.
12858
12859 2004-03-29 David Ponce <david@dponce.com>
12860
12861 * callint.c (Fcall_interactively): Fix last change.
12862
12863 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * eval.c (Fcommandp): Simplify.
12866
12867 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
12868 Extend to handle all kinds of functions.
12869
12870 * lisp.h (Finteractive_form): Declare.
12871
12872 * callint.c (Fcall_interactively): Use it.
12873
12874 2004-03-26 Kim F. Storm <storm@cua.dk>
12875
12876 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
12877 to catch errors in calc_pixel_width_or_height during redisplay.
12878
12879 2004-03-26 Masatake YAMATO <jet@gyve.org>
12880
12881 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
12882
12883 * lisp.h (fix_start_end_in_overlays): Likewise.
12884
12885 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
12886
12887 * editfns.c (Ftranspose_regions): Likewise.
12888
12889 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12890
12891 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
12892
12893 2004-03-19 Richard M. Stallman <rms@gnu.org>
12894
12895 * s/sol2-6.h: Delete previous change.
12896
12897 2004-03-19 Kim F. Storm <storm@cua.dk>
12898
12899 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
12900 to_charpos corresponds to newline in right fringe. Use local
12901 BUFFER_POS_REACHED_P macro.
12902
12903 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12904
12905 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
12906 to compile on non-window system.
12907
12908 2004-03-19 Kim F. Storm <storm@cua.dk>
12909
12910 * dispextern.h (calc_pixel_width_or_height): Add prototype.
12911
12912 * image.c (Qcenter): Move to xdisp.c.
12913
12914 * xdisp.c (Qcenter): Declare here.
12915 (syms_of_xdisp): Intern and staticpro it.
12916 (handle_single_display_prop): Allow space display property on all
12917 platforms.
12918 (display_mode_line): Set mode_line_p before displaying line.
12919 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
12920 handling. Remove complex cases for fringes and scroll-bars.
12921 Add left, right, and center alignment positions. Add text (area)
12922 width/height. Return width or height for image specs.
12923 (produce_stretch_glyph): Improve handling of :align-to. Is now
12924 relative to left of text area by default, but other base offsets
12925 can be specified -- also for text lines.
12926
12927 * term.c (produce_glyphs): Handle IT_STRETCH.
12928 (produce_stretch_glyph): New function to handle space width and
12929 align-to display properties on non-window systems.
12930
12931 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * fileio.c (Fread_file_name): Set completion-ignore-case for
12934 case-insensitive systems.
12935
12936 2004-03-14 Masatake YAMATO <jet@gyve.org>
12937
12938 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
12939 when keymap and cursor are setup.
12940
12941 2004-03-14 Steven Tamm <steventamm@mac.com>
12942
12943 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
12944
12945 2004-03-14 Kim F. Storm <storm@cua.dk>
12946
12947 * dispextern.h (x_find_image_file): Add prototype.
12948
12949 * image.c (x_find_image_file): Make extern.
12950
12951 * xfns.c (x_find_image_file): Remove prototype.
12952
12953 2004-03-13 Eli Zaretskii <eliz@gnu.org>
12954
12955 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
12956
12957 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
12958
12959 2004-03-12 Richard M. Stallman <rms@gnu.org>
12960
12961 * fns.c (internal_equal): New arg PROPS controls comparing
12962 text properties. All callers changed.
12963 (Fequal_including_properties): New function.
12964 (syms_of_fns): defsubr it.
12965
12966 2004-03-12 Kim F. Storm <storm@cua.dk>
12967
12968 Fix image support on MAC. From YAMAMOTO Mitsuharu.
12969
12970 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
12971 (image_background, image_background_transparent): Fix prototypes.
12972
12973 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
12974
12975 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
12976 (x_query_font, x_find_ccl_program, x_set_window_size)
12977 (x_make_frame_visible, mac_initialize, XCreatePixmap)
12978 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
12979 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
12980
12981 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
12982 (x_query_font, x_find_ccl_program, x_set_window_size)
12983 (x_make_frame_visible, mac_initialize, XCreatePixmap)
12984 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
12985 (mac_draw_line_to_pixmap): Add prototypes.
12986
12987 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12988
12989 * macterm.c (XTread_socket): Fix mouse click on tool bar.
12990
12991 2004-03-11 Kim F. Storm <storm@cua.dk>
12992
12993 * dispextern.h: Move image related prototypes from xfns.c section
12994 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
12995 HAVE_X_WINDOWS.
12996
12997 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
12998 Move gtkutil.o to new GTK_OBJ list.
12999 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13000 (GTK_OBJ) [USE_GTK]: New declaration.
13001 (obj): Add $(GTK_OBJ) to list.
13002
13003 2004-03-11 Steven Tamm <steventamm@mac.com>
13004
13005 * image.c [MAC_OSX]: Include sys/stat.h.
13006
13007 * macfns.c (syms_of_macfns): Remove definitions of things now
13008 defined in image.c.
13009
13010 2004-03-11 Kim F. Storm <storm@cua.dk>
13011
13012 The following changes consolidates the identical/similar image
13013 support code previously found in xfns.c, w32fns.c, and macfns.c
13014 into a new file image.c.
13015
13016 * makefile.w32-in (OBJ1): Add image.o.
13017 ($(BLD)/image.$(O)): Add dependencies.
13018
13019 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13020 (image.o): Add dependencies.
13021
13022 * image.c: New file with consolidated image support code.
13023 (COLOR_TABLE_SUPPORT): New define to control whether
13024 color table support is available (X only).
13025 (Bitmap_Record): Common name for x_bitmap_record,
13026 w32_bitmap_record, and mac_bitmap_record.
13027 (XImagePtr): Common name for pointer to XImage or equivalent.
13028 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13029 to XImagePtr on X+MAC, and to HDC on W32.
13030 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13031 (NO_PIXMAP): Common name for "None" or equivalent.
13032 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13033 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13034 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
13035 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13036 Define with suitable equivalents on W32 and MAC for code sharing.
13037 (XDrawLine): Define on MAC for code sharing.
13038 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13039 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13040 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13041 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13042 (x_reference_bitmap, x_create_bitmap_from_data)
13043 (x_create_bitmap_from_file, x_destroy_bitmap)
13044 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13045 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13046 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13047 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13048 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13049 (define_image_type, lookup_image_type, valid_image_p)
13050 (image_error, enum image_value_type, struct image_keyword)
13051 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13052 (make_image, free_image, prepare_image_for_display, image_ascent)
13053 (four_corners_best, image_background, image_background_transparent)
13054 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13055 (make_image_cache, free_image_cache, clear_image_cache)
13056 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13057 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13058 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13059 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13060 (init_image_func_pointer, image_load_quartz2d)
13061 (struct ct_color, init_color_table, free_color_table)
13062 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13063 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13064 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13065 (x_disable_image, x_build_heuristic_mask)
13066 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13067 (TIFF support, GIF support, Ghostscript support): Consolidate image
13068 code from xfns.c, w32fns.c, and macfns.c.
13069 (syms_of_image): Consolidate image related symbol setup here.
13070 (init_image): Consolidate image related initializations here.
13071
13072 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13073 and init_image. Remove call to init_xfns.
13074
13075 * macterm.h (struct mac_bitmap_record): Add file member.
13076 Not currently used, but simplifies code sharing.
13077
13078 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13079 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13080 (x_reference_bitmap, x_create_bitmap_from_data)
13081 (x_create_bitmap_from_file, x_destroy_bitmap)
13082 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13083 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13084 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13085 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13086 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13087 (define_image_type, lookup_image_type, valid_image_p)
13088 (image_error, enum image_value_type, struct image_keyword)
13089 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13090 (make_image, free_image, prepare_image_for_display, image_ascent)
13091 (four_corners_best, image_background, image_background_transparent)
13092 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13093 (make_image_cache, free_image_cache, clear_image_cache)
13094 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13095 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13096 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13097 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13098 (init_image_func_pointer, image_load_quartz2d)
13099 (struct ct_color, init_color_table, free_color_table)
13100 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13101 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13102 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13103 (x_disable_image, x_build_heuristic_mask)
13104 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13105 (TIFF support, GIF support, Ghostscript support): Merge with image
13106 code from xfns.c and macfns.c into image.c.
13107 (syms_of_xfns): Move image related symbols to image.c.
13108 (init_external_image_libraries, init_xfns): Remove; initialization
13109 moved to init_image in image.c.
13110
13111 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13112 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13113 (x_reference_bitmap, x_create_bitmap_from_data)
13114 (x_create_bitmap_from_file, x_destroy_bitmap)
13115 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13116 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13117 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13118 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13119 (define_image_type, lookup_image_type, valid_image_p)
13120 (image_error, enum image_value_type, struct image_keyword)
13121 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13122 (make_image, free_image, prepare_image_for_display, image_ascent)
13123 (four_corners_best, image_background, image_background_transparent)
13124 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13125 (make_image_cache, free_image_cache, clear_image_cache)
13126 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13127 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13128 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13129 (struct ct_color, init_color_table, free_color_table)
13130 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13131 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13132 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13133 (x_disable_image, x_build_heuristic_mask)
13134 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13135 (TIFF support, GIF support, Ghostscript support): Merge with image
13136 code from xfns.c and macfns.c into image.c.
13137 (syms_of_xfns): Move image related symbols to image.c.
13138 (init_external_image_libraries, init_xfns): Remove; initialization
13139 moved to init_image in image.c.
13140
13141 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13142 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13143 (x_reference_bitmap, x_create_bitmap_from_data)
13144 (x_create_bitmap_from_file, x_destroy_bitmap)
13145 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13146 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13147 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13148 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13149 (define_image_type, lookup_image_type, valid_image_p)
13150 (image_error, enum image_value_type, struct image_keyword)
13151 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13152 (make_image, free_image, prepare_image_for_display, image_ascent)
13153 (four_corners_best, image_background, image_background_transparent)
13154 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13155 (make_image_cache, free_image_cache, clear_image_cache)
13156 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13157 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13158 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13159 (struct ct_color, init_color_table, free_color_table)
13160 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13161 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13162 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13163 (x_disable_image, x_build_heuristic_mask)
13164 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13165 (TIFF support, GIF support, Ghostscript support): Merge with
13166 w32fns.c and macfns.c image code into image.c.
13167 (syms_of_xfns): Move image related symbols to image.c.
13168 (init_xfns): Remove; initialization moved to init_image in image.c.
13169
13170 * lisp.h (syms_of_image, init_image): Add protoypes.
13171 (init_xfns): Remove prototype.
13172
13173 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13174 (x_reference_bitmap, x_create_bitmap_from_data)
13175 (x_create_bitmap_from_file, x_destroy_bitmap)
13176 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13177 (gamma_correct) [MAC_OS]: Add prototype.
13178
13179 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13180 (x_reference_bitmap, x_create_bitmap_from_data)
13181 (x_create_bitmap_from_file, x_destroy_bitmap)
13182 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13183
13184 2004-03-09 Kenichi Handa <handa@etlken2>
13185
13186 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13187 correctly.
13188
13189 2004-03-04 Richard M. Stallman <rms@gnu.org>
13190
13191 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13192
13193 * window.c (Fdisplay_buffer): Doc fix.
13194
13195 * buffer.c (Fpop_to_buffer): Doc fix.
13196
13197 2004-03-03 Kim F. Storm <storm@cua.dk>
13198
13199 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13200
13201 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13204
13205 2004-03-02 Richard M. Stallman <rms@gnu.org>
13206
13207 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13208
13209 2004-03-02 Kenichi Handa <handa@m17n.org>
13210
13211 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13212
13213 2004-03-02 Kim F. Storm <storm@cua.dk>
13214
13215 * window.h (struct window): New member overlay_arrow_bitmap.
13216
13217 * window.c (make_window): Initialize overlay_arrow_bitmap.
13218
13219 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13220 implement and integrate multiple overlay arrows with redisplay.
13221 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13222 (last_arrow_position, last_arrow_string): Replace by properties.
13223 (Qlast_arrow_position, Qlast_arrow_string)
13224 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13225 (syms_of_xdisp): Intern and staticpro them.
13226 (overlay_arrow_string_or_property, update_overlay_arrows)
13227 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13228 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13229 (redisplay_internal): Use them instead of directly accessing
13230 Voverlay_arrow_position etc. for multiple overlay arrows.
13231 (mark_window_display_accurate): Use update_overlay_arrows.
13232 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13233 (try_window_id): Use overlay_arrows_changed_p.
13234 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13235 (display_line): Use overlay_arrow_at_row to check multiple
13236 overlay arrows, and get relevant overlay-arrow-string and
13237 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
13238 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13239 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13240
13241 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13242 (update_window_fringes): Remove unused code.
13243
13244 2004-03-01 Jason Rumney <jasonr@gnu.org>
13245
13246 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13247
13248 2004-03-01 Juanma Barranquero <lektu@terra.es>
13249
13250 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13251
13252 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13253
13254 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13255
13256 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13257 how many colors can be displayed.
13258
13259 2004-03-01 Kenichi Handa <handa@m17n.org>
13260
13261 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13262 correctly.
13263
13264 2004-02-28 Kim F. Storm <storm@cua.dk>
13265
13266 * dispnew.c (update_window): Update header line also if there are
13267 no other changes in window (move code after set_cursor label).
13268
13269 * lisp.h (mark_window_display_accurate): Remove prototype.
13270
13271 * window.c (window_loop, Fforce_window_update): Force mode line
13272 updates by setting prevent_redisplay_optimizations_p and
13273 update_mode_lines.
13274
13275 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13276
13277 * xfns.c (x_window): Fix indentation.
13278
13279 * xterm.c (x_calc_absolute_position): Call x_real_positions
13280 to get WM window sizes and use those to calculate position.
13281 (x_set_offset): Remove code commented out.
13282
13283 2004-02-28 Miles Bader <miles@gnu.org>
13284
13285 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13286
13287 2004-02-28 Kim F. Storm <storm@cua.dk>
13288
13289 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13290 an event into kbd fifo, but with special handling of quit event;
13291 a quit event is saved for later, and further events are discarded
13292 until the saved quit event has been processed.
13293 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
13294 (gen_help_event): Store help event in kbd fifo.
13295 (NREAD_INPUT_EVENTS): Remove.
13296 (read_avail_input): Adapt to new read_socket_hook interface.
13297 Remove allocation and initialization of local input_event buffer,
13298 as read_socket_hook stores events directly in fifo. Allocate and
13299 initialize local hold_quit event to handle postponed quit event
13300 (and store it if set by kbd_buffer_store_event_hold).
13301
13302 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
13303 (gen_help_event): Fix prototype.
13304
13305 * macterm.c (XTread_socket): Remove bufp_r and
13306 numcharsp args. Add hold_quit arg.
13307 Rework to use just one, local, inev input_event. Store inev
13308 directly in fifo using kbd_buffer_store_event_hold.
13309
13310 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
13311 (read_input_waiting): Adapt to new read_socket_hook interface.
13312 Remove allocation and initialization of local input_event buffer,
13313 as read_socket_hook stores events directly in fifo. Allocate and
13314 initialize local hold_quit event to handle postponed quit event
13315 (and store it if set by kbd_buffer_store_event_hold).
13316
13317 * term.c (read_socket_hook): Fix arg list.
13318
13319 * termhooks.h (read_socket_hook): Fix prototype.
13320
13321 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
13322 numcharsp args. Add hold_quit arg.
13323 Rework to use just one, local, inev input_event. Store inev
13324 directly in fifo using kbd_buffer_store_event_hold.
13325
13326 * w32inevt.h (w32_console_mouse_position): Fix prototype.
13327
13328 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
13329 Add hold_quit arg. Rework to use just one, local, inev
13330 input_event. Store inev directly in fifo using
13331 kbd_buffer_store_event_hold. Update count in one place.
13332 Postpone call to gen_help_event until inev is stored; use new
13333 local do_help for this.
13334 Remove local emacs_event in handing of ButtonPress event; just use
13335 inev instead (so no reason to copy it later).
13336
13337 * xsmfns.c (x_session_check_input): Remove numchars arg.
13338
13339 * xterm.c (x_focus_changed, x_detect_focus_change):
13340 Remove numchars arg. Always store event into bufp arg.
13341 Return nothing. Callers changed accordingly.
13342 (glyph_rect): Simplify.
13343 (STORE_KEYSYM_FOR_DEBUG): New macro.
13344 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
13345 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
13346 (current_hold_quit) [USE_GTK]: Add.
13347 (event_handler_gdk): Adapt to new handle_one_xevent.
13348 (handle_one_xevent): Remove bufp_r and numcharsp args.
13349 Add hold_quit arg. Rework to use just one, local, inev
13350 input_event. Store inev directly in fifo using
13351 kbd_buffer_store_event_hold. Update count in one place.
13352 Postpone call to gen_help_event until inev is stored; use new
13353 local do_help for this.
13354 Simplify handling of keysyms (consolidate common code). Fix bug
13355 where count was updated with nchars instead of nbytes.
13356 Remove local emacs_event in handing of ButtonPress event; just use
13357 inev instead (so no reason to copy it later).
13358 Remove `out' label. Rename label `ret' to `done'; add various
13359 `goto done' to clarify code flow in deeply nested blocks.
13360 (x_dispatch_event): Simplify as handle_one_xevent now calls
13361 kbd_buffer_store_event itself.
13362 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
13363 arg. Call handle_one_xevent with new arglist. Store event from
13364 x_session_check_input in fifo.
13365 [USE_GTK]: Setup current_hold_quit.
13366 Decrement handling_signal before unblocking input.
13367 (x_initialize) [USE_GTK]: Initialize current_count.
13368
13369 * xterm.h (x_session_check_input): Fix prototype.
13370
13371 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13372
13373 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
13374
13375 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
13376 macgui.h).
13377
13378 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
13379
13380 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
13381 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
13382 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
13383 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
13384 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
13385 (Bitmap): Remove typedef.
13386 (Pixmap): Change int to GWorldPtr.
13387
13388 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13389
13390 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13391 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
13392 New #define to extract 16-bit depth color components from unsigned
13393 long representation.
13394 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
13395 colors used for masks.
13396 (struct mac_display_info): Add color_p. Remove n_cbits.
13397
13398 * macfns.c: Include sys/types.h and sys/stat.h.
13399 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
13400 Include QuickTime/QuickTime.h.
13401 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13402 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
13403 functions defined in macterm.c.
13404 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
13405 (ZPixmap): New #define for compatibility with xfns.c.
13406 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13407 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13408 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
13409 New functions.
13410 (four_corners_best, x_create_x_image_and_pixmap)
13411 (x_destroy_x_image, unwind_create_frame, x_disable_image)
13412 (x_edge_detection, init_color_table, colors_in_color_table)
13413 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
13414 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
13415 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
13416 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
13417 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
13418 long mixup.
13419 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
13420 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
13421 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
13422 (x_set_cursor_type, Fxw_color_values, valid_image_p)
13423 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
13424 (x_alloc_image_color, clear_image_cache, lookup_image)
13425 (x_find_image_file, xbm_read_bitmap_file_data)
13426 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
13427 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
13428 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
13429 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
13430 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
13431 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
13432 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
13433 #if 0.
13434 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
13435 #if 0. Free white_relief.gc and black_relief.gc.
13436 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
13437 New functions (from xfns.c).
13438 (Fx_create_frame): Record unwind_create_frame.
13439 (Fxw_display_color_p): Use dpyinfo->color_p.
13440 (Fx_display_grayscale_p, Fx_display_planes): Don't use
13441 dpyinfo->n_cbits.
13442 (Fx_display_color_cells): Use dpyinfo->n_planes;
13443 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
13444 (Qheuristic, cross_disabled_images, emboss_matrix)
13445 (laplace_matrix): New variables (from xfns.c).
13446 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
13447 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
13448 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
13449 (image_background_transparent): New function (from xfns.c).
13450 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13451 (image_load_quicktime): Add declaration.
13452 [MAC_OSX] (image_load_quartz2d): Likewise.
13453 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
13454 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
13455 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
13456 (xbm_load_image_from_file, x_laplace_read_row)
13457 (x_laplace_write_row, pbm_read_file): Remove functions.
13458 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
13459 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
13460 (colors_in_color_table): Sync with xfns.c (although not used).
13461 (lookup_rgb_color): Don't lookup color table. Just do gamma
13462 correction.
13463 (COLOR_INTENSITY): New #define (from xfns.c).
13464 (x_disable_image): New function (from xfns.c).
13465 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13466 (x_build_heuristic_mask): Sync with xfns.c.
13467 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13468 (HAVE_PBM): Remove #ifdef.
13469 (pbm_load): Sync with xfns.c. Set img->width and img->height
13470 before IMAGE_BACKGROUND.
13471 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
13472 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
13473 Don't enclose with #if HAVE_PNG.
13474 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
13475 symbol _CGImageCreateWithPNGDataProvider is defined.
13476 Otherwise use image_load_quicktime.
13477 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
13478 [HAVE_PNG] (png_load): Sync with xfns.c.
13479 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13480 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
13481 HAVE_JPEG.
13482 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
13483 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
13484 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
13485 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
13486 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
13487 (tiff_image_p, tiff_load): Don't enclose declarations with #if
13488 HAVE_TIFF.
13489 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
13490 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
13491 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
13492 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
13493 New functions (from xfns.c).
13494 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
13495 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
13496 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
13497 Don't enclose with #if HAVE_GIF.
13498 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
13499 animated gif. Otherwise use image_load_quicktime.
13500 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
13501 gif_DrawText to avoid conflict with QuickdrawText.h.
13502 [HAVE_GIF] (gif_load): Sync with xfns.c.
13503 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
13504 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
13505 Ghostscript is not supported yet).
13506 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
13507 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
13508 cross_disabled_images (from xfns.c). Remove #if 0 for supported
13509 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13510 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
13511 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13512 HAVE_PNG. Call EnterMovies to support animated gifs.
13513 Call init_image_func_pointer to bind a symbol
13514 _CGImageCreateWithPNGDataProvider if it is defined.
13515
13516 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13517 (x_draw_bar_cursor): Sync declaration with xterm.c.
13518 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
13519 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
13520 graphics).
13521 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
13522 (mac_draw_line_to_pixmap, XCreatePixmap)
13523 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
13524 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
13525 New functions.
13526 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
13527 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13528 Cast bits to char *.
13529 (reflect_byte): New function (from w32fns.c).
13530 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
13531 due to byte alignment.
13532 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
13533 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13534 (XSetForeground): Remove static (now used in macfns.c).
13535 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
13536 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
13537 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
13538 (x_draw_glyph_string_box, x_draw_image_foreground)
13539 (x_draw_image_foreground_1, x_draw_image_glyph_string)
13540 (x_draw_stretch_glyph_string, x_draw_glyph_string)
13541 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
13542 Sync with xterm.c.
13543 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
13544 than the xterm.c version when a strictly horizontal or vertical
13545 line is drawn.
13546 (XTset_terminal_window): Add static.
13547 (x_make_frame_visible): Add UNBLOCK_INPUT.
13548 (x_free_frame_resources): New funcion (from xterm.c).
13549 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
13550 occurs in tool bar area.
13551 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
13552 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
13553 Initialize image cache.
13554 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
13555 Enclose unused functions with #if 0.
13556 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
13557 (decode_mac_font_name): New function to apply code conversions
13558 from a mac font name to an XLFD font name according to its script code.
13559 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
13560 font name to a mac font name according to REGISTRY and ENCODING fields.
13561 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
13562 whose name starts with `.'.
13563 (init_font_name_table): Use decode_mac_font_name. Add both
13564 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
13565 of a font is smJapanese.
13566 (mac_do_list_fonts): New function to list fonts that match a given
13567 pattern.
13568 (x_list_fonts, XLoadQueryFont): Use it.
13569 (XLoadQueryFont): Set rbearing field for each variable width
13570 character to avoid needless redraw.
13571 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
13572
13573 2004-02-26 Kim F. Storm <storm@cua.dk>
13574
13575 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
13576 as read_socket_hook handler on X aborts if buffer is too small
13577 and W32 handler doesn't always check buffer limit.
13578
13579 * xdisp.c (handle_single_display_prop): Handle left-fringe and
13580 right-fringe similar to a display margin image. Specifically,
13581 the characters having the fringe prop are no longer shown, and
13582 we use IT_IMAGE/next_element_from_image with image_id = -1 to
13583 do this. Set fringe bitmap face_id in it->face_id.
13584 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
13585 still realize it->face (i.e. the fringe bitmap face).
13586
13587 2004-02-25 Miles Bader <miles@gnu.org>
13588
13589 * xdisp.c (check_it): Check string/string_pos consistency.
13590 (init_iterator): Initialize string-related fields properly.
13591
13592 2004-02-11 Miles Bader <miles@gnu.org>
13593
13594 * xdisp.c (produce_image_glyph): Force negative descents to zero.
13595
13596 2004-02-10 Miles Bader <miles@gnu.org>
13597
13598 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
13599 BLOCK_INPUT can be nested, so it doesn't make much sense.
13600
13601 2004-02-24 Michael Mauger <mmaug@yahoo.com>
13602
13603 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
13604 (xbm_read_bitmap_data): Use unsigned char for image data.
13605
13606 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
13607
13608 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
13609
13610 2004-02-22 Jason Rumney <jasonr@gnu.org>
13611
13612 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
13613 correctly over other bitmaps.
13614
13615 2004-02-21 Eli Zaretskii <eliz@gnu.org>
13616
13617 * emacs.c (USAGE1): Split into two halves.
13618 (USAGE2): Second half of the old USAGE1.
13619 (USAGE3): Rename from USAGE2.
13620 (USAGE4): Rename from USAGE3.
13621
13622 2004-02-21 Juri Linkov <juri@jurta.org>
13623
13624 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
13625 Fix --multibyte. Move --help, --version to USAGE2. Add alias
13626 --file. Fix -f, -l. Sort options. Untabify.
13627 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
13628
13629 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
13630
13631 * category.c (Fdefine_category, Fcategory_docstring)
13632 (Fget_unused_category, Fset_category_table)
13633 (Fcategory_set_mnemonics): Doc fixes.
13634
13635 2004-02-20 Kim F. Storm <storm@cua.dk>
13636
13637 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
13638 The following changes are relative to the 2004-01-21 revision.
13639 (NREAD_INPUT_EVENTS): Define as max number of input events to read
13640 in one call to read_socket_hook. Value is 8.
13641 (read_avail_input): Separate and rework handling of read_socket_hook
13642 and non-read_socket_hook cases. Use smaller input_event buffer
13643 in read_socket_hook case, and repeat if full buffer is read.
13644 Use new local variable 'discard' to skip input after C-g.
13645 In non-read_socket_hook case, just use a single input_event, and
13646 call kbd_buffer_store_event on the fly for each character.
13647
13648 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
13651 Remove unused `gu' alternative.
13652
13653 2004-02-19 Andreas Schwab <schwab@suse.de>
13654
13655 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
13656 warning.
13657
13658 2004-02-18 Kim F. Storm <storm@cua.dk>
13659
13660 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
13661 Fix last change.
13662
13663 2004-02-17 Kim F. Storm <storm@cua.dk>
13664
13665 * xdisp.c (fast_find_position): Fix return value of new version;
13666 it was inverted compared to the 21.1 version.
13667 (get_window_cursor_type): Don't look at glyph if NULL.
13668 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
13669
13670 * keyboard.c: Rework previous change; it didn't consider that the
13671 buf array was allocated on the stack.
13672 (prev_read): Remove variable.
13673 (read_avail_input_buf): New static event buffer array.
13674 (in_read_avail_input): New static variable to handle re-entrancy.
13675 (read_avail_input): Change buf to pinter to read_avail_input_buf.
13676 Use in_read_avail_input to handle re-entrance; when re-entered,
13677 fully initialize and use tmp_buf array instead of read_avail_input_buf.
13678 Do not initialize read_avail_input_buf in full here; instead assume it
13679 is always cleared on entry. To ensure that, we clear (just) the
13680 entries that were used before we return.
13681 (init_keyboard): Initialize read_avail_input_buf here.
13682
13683 2004-02-16 Jesper Harder <harder@ifa.au.dk>
13684
13685 * cmds.c (Fend_of_line): Doc fix.
13686
13687 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
13688
13689 * keyboard.c (prev_read): New static variable.
13690 (read_avail_input): Use it to zero out only those slots in buf[]
13691 that were used last time we were called.
13692
13693 2004-02-16 Eli Zaretskii <eliz@gnu.org>
13694
13695 * Makefile.in (obj): Move fringe.o from here...
13696 (XOBJ, MAC_OBJ): ...to here.
13697
13698 2004-02-16 Stephen Eglen <stephen@gnu.org>
13699
13700 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
13701
13702 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13703
13704 * data.c (Fbyteorder):
13705 * fringe.c (Fdefine_fringe_bitmap):
13706 * xdisp.c (handle_single_display_prop):
13707 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
13708
13709 2004-02-16 Jason Rumney <jasonr@gnu.org>
13710
13711 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
13712
13713 2004-02-15 Steven Tamm <steventamm@mac.com>
13714
13715 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
13716 controlling emulation of a three button mouse with option and
13717 command keys.
13718 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
13719 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
13720
13721 2004-02-15 Kim F. Storm <storm@cua.dk>
13722
13723 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
13724
13725 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
13726 Perform byte-swapping.
13727
13728 2004-02-14 Kim F. Storm <storm@cua.dk>
13729
13730 * dispextern.h (struct draw_fringe_bitmap_params): Change member
13731 bits from char to short to facilitate wider bitmaps.
13732 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
13733 member.
13734
13735 * fringe.c (struct fringe_bitmap): Change member bits from char to
13736 short to facilitate 16 bits wide bitmaps. Modify all standard
13737 bitmaps accordingly.
13738 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
13739 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
13740 (draw_fringe_bitmap): Ditto.
13741 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
13742 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
13743 handle up to 16 bits wide bitmaps.
13744 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
13745 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
13746
13747 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
13748 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
13749 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
13750
13751 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
13752 so it is no longer necessary to expand them here.
13753
13754 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
13755
13756 2004-02-12 Kim F. Storm <storm@cua.dk>
13757
13758 * window.c (Fwindow_fringes): Doc fix.
13759
13760 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13761
13762 * xselect.c (x_get_foreign_selection): Add new optional parameter
13763 time_stamp.
13764 (Fx_get_selection_internal): Ditto, pass time_stamp to
13765 x_get_foreign_selection.
13766
13767 * data.c (Fbyteorder): New function.
13768
13769 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13770
13771 * atimer.c: Move include stdio.h to same place as in other files.
13772
13773 * region-cache.c: Ditto.
13774
13775 * sysdep.c: Ditto.
13776
13777 * xfaces.c: Ditto.
13778
13779 2004-02-09 Sam Steingold <sds@gnu.org>
13780
13781 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
13782
13783 2004-02-09 Kim F. Storm <storm@cua.dk>
13784
13785 * fringe.c: New file. Move original fringe related declarations
13786 and code from dispextern.h and xdisp.c here.
13787 Rework code to support user defined fringe bitmaps, redefining
13788 standard bitmaps, ability to overlay user defined bitmap with
13789 overlay arrow bitmap, and add faces to bitmaps.
13790 (Voverflow_newline_into_fringe): Declare here.
13791 (enum fringe_bitmap_align): New enum.
13792 (..._bits): All bitmaps are now defined without bitswapping; that
13793 is now done in init_fringe_once (if necessary).
13794 (standard_bitmaps): New array with specifications for the
13795 standard fringe bitmaps.
13796 (fringe_faces): New array.
13797 (valid_fringe_bitmap_id_p): New function.
13798 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
13799 (draw_fringe_bitmap): New function which draws fringe bitmap,
13800 possibly overlaying bitmap with cursor in right fringe or the
13801 overlay arrow in the left fringe.
13802 (update_window_fringes): Do not handle overlay arrow here.
13803 Compare and copy fringe bitmap faces.
13804 (init_fringe_bitmap): New function.
13805 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
13806 define and destroy user defined fringe bitmaps.
13807 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
13808 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
13809 (syms_of_fringe): New function. Defsubr new DEFUNs.
13810 DEFVAR_LISP Voverflow_newline_into_fringe.
13811 (init_fringe_once, init_fringe): New functions.
13812 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
13813
13814 * Makefile.in (obj): Add fringe.o.
13815 (fringe.o): New dependencies.
13816
13817 * dispextern.h (FRINGE_ID_BITS): New definition for number of
13818 bits allocated to hold a fringe number. Increase number of bits
13819 from 4 to 8 to allow user defined fringe bitmaps.
13820 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
13821 left_user_fringe_face_id, right_user_fringe_bitmap,
13822 right_user_fringe_face_id.
13823 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
13824 Move to new file fringe.c.
13825 (MAX_FRINGE_BITMAPS): Define here.
13826 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
13827 and overlay_p. Change member which to int.
13828 (struct redisplay_interface): New members define_fringe_bitmap
13829 and destroy_fringe_bitmap.
13830 (valid_fringe_bitmap_id_p): Add prototype.
13831 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
13832
13833 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
13834 arrows.
13835 (update_frame): Do flush_display if force_flush_display_p to
13836 ensure display (specifically fringes) are updated in a timely
13837 manner when resizing the frame by dragging the mouse.
13838 (update_window_line): Update row if overlay arrow changed.
13839 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
13840 or overlay arrow changed.
13841
13842 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
13843 syms_of_fringe, and init_fringe.
13844
13845 * frame.h (struct frame): New member force_flush_display_p.
13846
13847 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
13848 Add prototypes.
13849
13850 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
13851 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
13852 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
13853 Use cursor color for displaying cursor in fringe.
13854 (x_redisplay_interface): Add null handlers for
13855 define_fringe_bitmap and destroy_fringe_bitmap functions.
13856
13857 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
13858 xterm.c to handle overlayed fringe bitmaps and to use cursor color
13859 for displaying cursor in fringe.
13860 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
13861 specific functions to define and destroy fringe bitmaps in fringe_bmp.
13862 (w32_redisplay_interface): Add them to redisplay_interface.
13863 (w32_term_init): Call w32_init_fringe instead of explicitly
13864 defining fringe bitmaps in fringe_bmp array.
13865 (x_delete_display): Call w32_reset_fringes instead of explicitly
13866 destroying fringe bitmaps in fringe_bmp array.
13867
13868 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
13869 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
13870 (continued_bits, continuation_bits, ov_bits, first_line_bits)
13871 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
13872 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
13873 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
13874 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
13875 Move fringe handling vars and code to new file fringe.c.
13876 (handle_display_prop): Handle left-fringe and right-fringe
13877 display properties; store user fringe bitmaps in iterator.
13878 (move_it_in_display_line_to): Handle cursor in fringe at eob.
13879 (clear_garbaged_frames): Set force_flush_display_p if resized.
13880 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
13881 (display_line): Handle cursor in fringe at eob.
13882 (display_line): Set row user fringe bitmaps from iterator.
13883
13884 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
13885 Use cursor color for displaying cursor in fringe.
13886 (x_redisplay_interface): Add null handlers for
13887 define_fringe_bitmap and destroy_fringe_bitmap functions.
13888
13889 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13890
13891 * macfns.c (Fx_change_window_property): Make doc string and
13892 parameters same as for X version.
13893
13894 * w32fns.c (Fx_change_window_property): Ditto.
13895
13896 2004-02-07 Kim F. Storm <storm@cua.dk>
13897
13898 * xdisp.c (hscroll_window_tree): Position cursor near to right
13899 margin in hscrolled window when jumping to end of line (rather
13900 than centering cursor).
13901
13902 * process.c (wait_reading_process_input): Don't do adaptive read
13903 buffering if waiting for a specific process.
13904
13905 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
13908 (Fread_minibuffer, Feval_minibuffer)
13909 (Fread_string, Fread_no_blanks_input)
13910 (Fcompleting_read): Doc fixes.
13911 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
13912 completion-regexp-list. Define Qcase_fold_search and staticpro it.
13913 (read_minibuf): Fix initial comment.
13914 (Ftry_completion, Fall_completions, Ftest_completion): Bind
13915 case-fold-search to the value of completion-ignore-case when
13916 checking completion-regexp-list.
13917 (Fdisplay_completion_list): Make it handle arguments that are
13918 symbols. Doc fix.
13919
13920 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13921
13922 * xterm.h: Add declaration of free_frame_menubar.
13923
13924 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
13925 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
13926 (Fx_change_window_property): Add declaration of parameters type and
13927 format. Remove unused variable cons.
13928
13929 * xselect.c: Include stdio.h.
13930
13931 2004-02-05 Kenichi Handa <handa@m17n.org>
13932
13933 * fns.c (Fset_char_table_range): Fix previous change.
13934
13935 * buffer.c (Fset_buffer_multibyte): Fix docstring.
13936
13937 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
13938
13939 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
13940
13941 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * keymap.c (Vmouse_events): Rename from Vmenu_events.
13944 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
13945
13946 2004-02-04 Kenichi Handa <handa@m17n.org>
13947
13948 * fns.c (Fset_char_table_range): Handle charsets ascii,
13949 eight-bit-control, and eight-bit-graphic correctly.
13950
13951 2004-02-03 Jason Rumney <jasonr@gnu.org>
13952
13953 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
13954
13955 * w32fns.c (x_to_w32_font): Likewise.
13956
13957 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13958
13959 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
13960 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
13961
13962 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
13963 ClientMessages.
13964
13965 * xselect.c: Include termhooks.h and X11/Xproto.h
13966 (x_check_property_data, x_fill_property_data)
13967 (x_property_data_to_lisp, mouse_position_for_drop)
13968 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
13969 (Fx_send_client_event): Move here from xfns.c.
13970 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
13971
13972 * xfns.c (x-send-client-message): Move to xselect.c
13973 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
13974 OUTER_P.
13975 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
13976 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
13977 if vector_ret_p is true.
13978 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
13979
13980 2004-02-02 Eli Zaretskii <eliz@gnu.org>
13981
13982 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
13983 basename of FILE relative to it, not FILE itself.
13984
13985 2004-02-02 Kenichi Handa <handa@m17n.org>
13986
13987 * coding.c (coding_restore_composition): Check invalid
13988 composition data more rigidly.
13989
13990 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
13991
13992 * fileio.c (Fread_file_name_internal): Correctly handle the case
13993 where insert-default-directory is nil.
13994 (Fread_file_name): Always return an empty string if the user exits
13995 with an empty minibuffer. Adapt the docstring accordingly.
13996 (syms_of_fileio): Adapt the docstring of insert-default-directory
13997 to the change in Fread_file_name.
13998
13999 2004-01-29 Eli Zaretskii <eliz@gnu.org>
14000
14001 * alloca.c [!alloca]: Fix the prototype for xfree.
14002
14003 2004-01-29 Kenichi Handa <handa@m17n.org>
14004
14005 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14006 (string_byte_to_char): Likewise.
14007
14008 2004-01-28 Peter Runestig <peter@runestig.com>
14009
14010 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14011
14012 2004-01-27 Steven Tamm <steventamm@mac.com>
14013
14014 * unexmacosx.c (unexec_copy): Do not copy more than was
14015 requested to prevent overwriting during unexec.
14016
14017 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14018
14019 * process.c (sigchld_handler): Add comment about not calling malloc.
14020
14021 * process.h: Add extern to synch_process_termsig.
14022
14023 2004-01-27 Steven Tamm <steventamm@mac.com>
14024
14025 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14026 Move setting of scroll bars from make_mac_frame to
14027 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
14028
14029 2004-01-26 Richard M. Stallman <rms@gnu.org>
14030
14031 * search.c (Freplace_match): Handle nonexistent
14032 back-references properly.
14033
14034 2004-01-03 Richard M. Stallman <rms@gnu.org>
14035
14036 * window.c (decode_any_window): New function.
14037 (Fwindow_height, Fwindow_width, Fwindow_edges)
14038 (Fwindow_pixel_edges, Fwindow_inside_edges)
14039 (Fwindow_inside_pixel_edges): Use decode_any_window.
14040
14041 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14042
14043 * process.h: synch_process_termsig new variable.
14044
14045 * callproc.c: Define synch_process_termsig.
14046 (Fcall_process): Initiate synch_process_termsig to zero and
14047 check if non-zero and get signal name after subprocess has ended.
14048
14049 * process.c (sigchld_handler): Set synch_process_termsig
14050 if terminated by a signal. synch_process_death setting removed.
14051
14052 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14053
14054 2004-01-26 Andreas Schwab <schwab@suse.de>
14055
14056 * print.c (print_preprocess): Declare size as EMACS_INT to not
14057 lose bits.
14058 (print_object): Likewise.
14059 * alloc.c (Fpurecopy): Likewise.
14060
14061 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14062
14063 * window.c (Fwindow_minibuffer_p): Doc fix.
14064
14065 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14066
14067 * editfns.c (Fformat): Make both passes accept the same set of flags.
14068
14069 2004-01-23 Kenichi Handa <handa@m17n.org>
14070
14071 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14072 one, set buffer to OBJECT temporarily.
14073
14074 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * keyboard.c (kbd_buffer_gcpro): Remove.
14077 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14078 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14079 Don't initialize and/or maintain the variable any more. It was made
14080 redundant by my commit of 2003-06-15.
14081
14082 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14083
14084 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14085
14086 * lisp.h: Add undef DECL_ALIGN.
14087
14088 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14091 Check interrupt_input_pending explicitly.
14092
14093 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14094
14095 * keyboard.c (handle_async_input): New fun,
14096 extracted from input_available_signal.
14097 (input_available_signal, reinvoke_input_signal): Use it.
14098
14099 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14102
14103 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14104 manipulation macros for when tags are in the lower bits.
14105 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14106 (DECL_ALIGN): New macro.
14107 (DEFUN): Use it.
14108
14109 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14110
14111 * s/darwin.h (__attribute__): Remove outdated workaround.
14112
14113 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14114
14115 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14116 Don't check range of malloc address.
14117 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14118
14119 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14120
14121 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14122
14123 2004-01-19 Kenichi Handa <handa@m17n.org>
14124
14125 * fontset.c (fontset_font_pattern): Fix previous change.
14126
14127 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14128
14129 * xdisp.c (Voverflow_newline_into_fringe)
14130 (move_it_in_display_line_to, redisplay_internal)
14131 (update_window_fringes, redisplay_window, display_line, window):
14132 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14133 that it compiles without a window-system.
14134 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14135
14136 2004-01-16 Kim F. Storm <storm@cua.dk>
14137
14138 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14139
14140 * buffer.c (init_buffer_once): Set buffer_defaults and
14141 buffer_local_flags for indicate_buffer_boundaries.
14142 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14143 default- variable for it.
14144
14145 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14146 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
14147 New members exact_window_width_line_p and cursor_in_fringe_p for
14148 overflowing newlines into right fringe.
14149 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14150 and indicate_bottom_line_p for buffer boundaries and scrolling.
14151 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14152 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14153 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14154 and HOLLOW_SQUARE_BITMAP.
14155 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14156 Add prototypes.
14157
14158 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14159 instead of related indicator fields.
14160 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14161 (direct_output_for_insert): Handle exact width lines like
14162 contined lines. Call update_window_fringes.
14163 (update_window): Call update_window_fringes.
14164 (scrolling_window): Don't skip desired rows with changed bitmaps.
14165 Check if fringe bitmaps changes when assigning scrolled rows.
14166
14167 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14168 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14169 (move_it_in_display_line_to): Overflow newline into fringe for
14170 rows that are exactly as wide as the window.
14171 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14172 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14173 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14174 (fringe_bitmaps): Add new bitmaps.
14175 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14176 Select proper bitmap for cursor in fringe when appropriate.
14177 Handle alignment of bitmap to top or bottom of row.
14178 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14179 done by update_window_fringes.
14180 (update_window_fringes, draw_window_fringes): New functions.
14181 (redisplay_internal): Call update_window_fringes in case only
14182 cursor row is updated.
14183 (redisplay_window): Call update_window_fringes.
14184 Explicitly call draw_window_fringes if redisplay was done using
14185 the current matrix or the overlay arrow is in the window.
14186 (try_window_reusing_current_matrix): Mark scrolled rows for
14187 fringe update (to update buffer-boundaries / scrolling icons).
14188 (find_last_unchanged_at_beg_row): Handle exact width lines line
14189 continued lines.
14190 (display_line): Overflow newline into fringe for rows that are
14191 exactly as wide as the window. Don't append space for newline
14192 in this case.
14193 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14194 in fringe as if it had been overwritten.
14195 (erase_phys_cursor): Erase cursor bitmap in fringe.
14196 (syms_of_xdisp): Mark show-trailing-whitespace and
14197 void-text-area-pointer as user options.
14198 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
14199
14200 * xterm.c (x_update_window_end): Call draw_window_fringes.
14201 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14202 in row instead of actually drawing fringe bitmaps.
14203 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14204 (x_draw_window_cursor): Draw cursor in fringe.
14205
14206 * w32term.c (x_update_window_end): Call draw_window_fringes.
14207 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14208 in row instead of actually drawing fringe bitmaps.
14209 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14210 (w32_draw_window_cursor): Draw cursor in fringe.
14211
14212 * macterm.c (x_update_window_end): Call draw_window_fringes.
14213 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14214 in row instead of actually drawing fringe bitmaps.
14215 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14216 (mac_draw_window_cursor): Draw cursor in fringe.
14217
14218 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14219
14220 * xterm.c (handle_one_xevent): Don't handle characters that are part
14221 of an old style (XLookupString) compose sequence.
14222
14223 2004-01-15 Kenichi Handa <handa@m17n.org>
14224
14225 * search.c (Freplace_match): Use make_multibyte_string or
14226 make_unibyte_string according to the buffer multibyteness.
14227
14228 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14229
14230 * alloc.c (struct interval_block, struct string_block)
14231 (struct symbol_block, struct marker_block, live_string_p)
14232 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14233 Better preserve alignment for objects in blocks.
14234 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14235
14236 * lread.c (defvar_per_buffer): Remove dead declaration.
14237
14238 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14239 space size.
14240
14241 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14242
14243 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14244 if a key press should pop down. Only pop down if a key is pressed
14245 outside the menu/dialog.
14246 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14247 popup_get_selection.
14248 (create_and_show_dialog): Pass 1 for down_on_keypress to
14249 popup_get_selection.
14250
14251 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14252
14253 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14254 BLOCK/UNBLOCK_INPUT.
14255
14256 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14257
14258 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14259 specified.
14260
14261 2004-01-08 Kenichi Handa <handa@m17n.org>
14262
14263 * editfns.c (Fformat): Fix '&' to '&&'.
14264
14265 2004-01-08 Andreas Schwab <schwab@suse.de>
14266
14267 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14268 size if PSEUDOVECTOR_FLAG is set.
14269
14270 2004-01-07 Kenichi Handa <handa@m17n.org>
14271
14272 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14273
14274 * fontset.c (fontset_ref_via_base): Fix previous change.
14275
14276 2004-01-07 Kim F. Storm <storm@cua.dk>
14277
14278 * process.c (read_process_output): Only activate adaptive
14279 buffering if we read less than 256 bytes at a time.
14280
14281 2004-01-06 Kim F. Storm <storm@cua.dk>
14282
14283 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14284 object and image object. Return glyph width and height.
14285 (mode_line_string, marginal_area_string): Ditto.
14286
14287 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14288 (marginal_area_string): Fix prototypes.
14289
14290 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
14291 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
14292 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
14293
14294 * keyboard.c (make_lispy_position): Use modified mode_line_string,
14295 buffer_posn_from_coords, and marginal_area_string functions to
14296 include both string object and image object in the lispy position.
14297 Also add actual glyph width and height to position.
14298 (read_key_sequence): Use real buffer position from mouse
14299 event to find keymap property even when click is in marginal area.
14300
14301 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
14302 mode_line_string and marginal_area_string functions to handle
14303 both string object and image object properties.
14304
14305 2004-01-06 Andreas Schwab <schwab@suse.de>
14306
14307 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
14308 character.
14309
14310 2004-01-02 Andreas Schwab <schwab@suse.de>
14311
14312 * macterm.c (emacs_options, x_initialized, same_x_server):
14313 Remove unused (and duplicated) definitions.
14314
14315 2004-01-02 Kim F. Storm <storm@cua.dk>
14316
14317 * process.h (struct Lisp_Process): New members for adaptive read
14318 buffering: adaptive_read_buffering, read_output_delay, and
14319 read_output_skip.
14320
14321 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
14322 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
14323 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
14324 (process_output_delay_count, process_output_skip): New vars.
14325 (Vprocess_adaptive_read_buffering): New variable.
14326 (make_process): Initialize adaptive read buffering members.
14327 (Fstart_process): Set adaptive_read_buffering member.
14328 (deactivate_process): Cleanup adaptive read buffering.
14329 (wait_reading_process_input): Temporarily omit delayed
14330 subprocesses from the set of file descriptors to read from;
14331 adjust the select timeout if we skipped any subprocesses.
14332 (read_process_output): Increase adaptive read buffering delay if
14333 we read less than a full buffer; reduce delay when we read a
14334 full buffer.
14335 (send_process): Simplify using local Lisp_Process var.
14336 Reset adaptive read buffering delay after write.
14337 (init_process): Initialize process_output_delay_count and
14338 process_output_skip.
14339 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
14340
14341 2004-01-01 Jason Rumney <jasonr@gnu.org>
14342
14343 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
14344
14345 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14346
14347 * print.c (Ferror_message_string): Add hyperlink in the docstring
14348 to the definition of `signal' in the Elisp manual.
14349 * eval.c (Fsignal): Ditto.
14350
14351 2003-12-29 James Clark <jjc@jclark.com>
14352
14353 * fns.c (internal_equal): Return t for two NaN arguments.
14354
14355 2003-12-29 Richard M. Stallman <rms@gnu.org>
14356
14357 * data.c (store_symval_forwarding): Handle setting
14358 default-fill-column, etc., by changing the value in
14359 buffers that use the default.
14360
14361 * minibuf.c (Fset_minibuffer_window): Doc fix.
14362
14363 * fileio.c (choose_write_coding_system): Ignore auto_saving
14364 if using the visited file for auto saves.
14365 (Fwrite_region): Don't update SAVE_MODIFF
14366 if auto-saving in visited file.
14367
14368 2003-12-29 Kenichi Handa <handa@m17n.org>
14369
14370 * dispextern.h (face_font_available_p): Extern it.
14371
14372 * fontset.c (Voverriding_fontspec_alist): New variable.
14373 (lookup_overriding_fontspec): New function.
14374 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
14375 (fontset_font_pattern): Likewise.
14376 (regulalize_fontname): New function.
14377 (Fset_fontset_font): Call regulalize_fontname.
14378 (Fset_overriding_fontspec_internal): New function.
14379 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
14380 Defsubr Sset_overriding_fontspec_internal.
14381
14382 * xfaces.c (face_font_available_p): New function.
14383
14384 2003-12-28 Richard M. Stallman <rms@gnu.org>
14385
14386 * buffer.c (Fother_buffer): Don't crash if BUF is nil
14387 or if its name is nil.
14388
14389 * buffer.c (Fkill_buffer): Don't delete auto-save file
14390 if it's the same as the visited file.
14391
14392 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
14393
14394 * coding.c (Fcheck_coding_system): Doc fix.
14395
14396 2003-12-28 Kim F. Storm <storm@cua.dk>
14397
14398 * Makefile.in (eval.o): Depend on dispextern.h.
14399
14400 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
14401 image glyph using image's ascent.
14402 (mode_line_string): Return image glyph as object clicked on.
14403 Adjust y0 for image glyph using image's ascent.
14404
14405 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
14406 (struct glyph): New members, ascent and descent. Used to save
14407 this glyph's ascent and descent, instead of having.
14408 (struct glyph): Declare member face_id using FACE_ID_BITS.
14409 (find_hot_spot): Add prototype.
14410
14411 * keyboard.c (Qimage): Remove extern (now in lisp.h).
14412 (QCmap): Declare extern.
14413 (make_lispy_position): When position is inside image hot-spot,
14414 use hot-spot element's id as posn element.
14415
14416 * lisp.h (IMAGEP): New macro to test for image object type.
14417 (Qimage): Declare extern.
14418
14419 * macfns.c (Qimage): Remove extern (now in lisp.h).
14420 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14421
14422 * macterm.c (Qface, Qmouse_face): Remove unused externs.
14423
14424 * w32fns.c (Qimage): Remove extern (now in lisp.h).
14425 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14426
14427 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
14428
14429 * w32term.c (Qface, Qmouse_face): Remove unused externs.
14430
14431 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
14432 pointer types.
14433 (Qrelative_width, Qalign_to): Remove unused variables.
14434 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
14435 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
14436 maps.
14437 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
14438 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
14439 code accordingly.
14440 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
14441 than row's ascent and height, to get sensible height on tall rows.
14442 (build_desired_tool_bar_string): Remove Qimage extern.
14443 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
14444 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
14445 image glyph is alone on the last line.
14446 (append_glyph, append_composite_glyph, produce_image_glyph)
14447 (append_stretch_glyph): Set glyph's ascent and descent.
14448 (on_hot_spot_p): New function to check if position is inside an
14449 rectangular, circular, or polygon-shaped image hot-spot,
14450 (find_hot_spot): New function to search for image hot-spot.
14451 (Flookup_image_map): New defun to search for image hot-spot.
14452 (define_frame_cursor1): New aux function to determine frame
14453 pointer.
14454 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
14455 `pointer' text property and :pointer image property to control
14456 frame pointer shape. Detect image hot-spots for pointer and
14457 help_echo properties. Use define_frame_cursor1.
14458 (note_mouse_highlight): Use Vvoid_text_area_pointer.
14459 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
14460 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
14461 Vshow_text_cursor_in_void.
14462
14463 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
14464
14465 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
14466 (Qimage): Remove extern (now in lisp.h).
14467 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14468
14469 * xmenu.c (show_help_event): Remove unused code.
14470
14471 * xterm.c (Qface, Qmouse_face): Remove unused externs.
14472 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
14473 row's ascent and descent, to get a sensible height on tall rows.
14474
14475 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
14476
14477 * minibuf.c (Fcompleting_read): Undo previous change.
14478
14479 2003-12-25 Lars Hansen <larsh@math.ku.dk>
14480
14481 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
14482 Arguments GCPRO'ed in call to file name handler.
14483
14484 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
14485
14486 * termcap.c (tgetst1): Scan for "%pN"; if all
14487 N are continuous in [1,9], remove all "%pN".
14488
14489 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14490
14491 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
14492
14493 * xfaces.c (lface_fully_specified_p): Take into account that
14494 MAC OS always have unspecified stipple.
14495
14496 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14497
14498 * tparam.c (tparam1): Add handling for `%pN', which
14499 means use param N for the next substitution.
14500
14501 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14502
14503 * xfaces.c (Fcolor_gray_p): Fix omission bug:
14504 In case `frame' is nil, consult the selected frame.
14505 (Fcolor_supported_p): Likewise.
14506
14507 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
14508
14509 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
14510 Doc fixes.
14511
14512 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
14513 and an integer. Adapt the introductory comment accordingly.
14514 (Fread_from_minibuffer): Delete code moved into read_minibuf.
14515 Doc fix.
14516 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
14517 read_minibuf.
14518 (Fcompleting_read): Delete code moved into read_minibuf.
14519 (Ftest_completion): Make it handle obarrays and hash tables correctly.
14520
14521 2003-12-03 Kenichi Handa <handa@m17n.org>
14522
14523 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
14524 encoding sequence.
14525
14526 2003-12-01 Kenichi Handa <handa@m17n.org>
14527
14528 * composite.c (syms_of_composite): Don't make the compostion hash
14529 table week.
14530
14531 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
14532
14533 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
14534 * textprop.c (Fget_char_property_and_overlay): New function.
14535 (syms_of_textprop): Defsubr it.
14536
14537 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14538
14539 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
14540 to compile on terminal configuration.
14541
14542 * fileio.c (Fread_file_name): Check use_file_dialog also before
14543 calling Fx_file_dialog.
14544
14545 * fns.c (use_file_dialog): New variable.
14546 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
14547
14548 2003-11-29 Kim F. Storm <storm@cua.dk>
14549
14550 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
14551 (syms_of_msdos): Don't intern and staticpro them.
14552
14553 2003-11-27 Kim F. Storm <storm@cua.dk>
14554
14555 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
14556 coordinates relative to glyph at posn. If glyph is an image,
14557 return that as object at posn. Callers changed.
14558 (mode_line_string, marginal_area_string): Calculate and return
14559 pixel coordinates relative to glyph. Callers changed.
14560
14561 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14562 (marginal_area_string): Fix prototypes.
14563 (window_box_left_offset, window_box_right_offset): Add prototypes.
14564
14565 * frame.h (get_specified_cursor_type, get_window_cursor_type):
14566 Remove prototypes.
14567
14568 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
14569
14570 * keyboard.c (make_lispy_position): Add x and y coordinates
14571 relative to the current glyph as 7th element of position.
14572 If glyph is an image, return it in the object element.
14573 (read_key_sequence): Skip checks for keymap property in cases
14574 where POSN_STRING is not a string (e.g. an image).
14575
14576 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
14577 (Vshow_text_cursor_in_void): New variable.
14578 (glyph_to_pixel_coords): Don't use negative hpos.
14579 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
14580 (append_stretch_glyph): Change ascent arg to be actual value
14581 in pixels rather than ratio to height. Callers changed.
14582 (calc_pixel_width_or_height): New aux function, implementing
14583 pixel based artihmetic for glyph widths and heights.
14584 (produce_stretch_glyph): Use calc_pixel_width_or_height for
14585 :width, :height, :align-to, and :ascent, thus allowing these to
14586 be specified in pixels as well as multiples of characters.
14587 Don't produce stretch glyphs with zero width or height.
14588 (get_specified_cursor_type): Declare static.
14589 (get_window_cursor_type): Declare static. Add glyph arg to be
14590 able to know when cursor is on an image; always substitute
14591 hollow-box cursor for filled-box cursor on images, to avoid
14592 negative images and flicker when blinking the cursor.
14593 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
14594 (note_mode_line_or_margin_highlight): Use non-text cursor rather
14595 than vertical scroll-bar cursor in display margins.
14596 (note_mouse_highlight): Use non-text cursor rather than text
14597 cursor in fringes and over images in the text area.
14598 Use non-text cursor when mouse pointer is outside editable text,
14599 i.e. in the void after end-of-line or end-of-buffer; this was
14600 already done for W32, but is now standard for all systems --
14601 user can toggle show-text-cursor-in-void to get old behaviour.
14602 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
14603 Vdisplay_pixels_per_inch.
14604
14605 2003-11-25 Andreas Schwab <schwab@suse.de>
14606
14607 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
14608 EMACS_INT to not lose bits.
14609 (Ffillarray): Don't set bits beyond the size of a bool vector.
14610
14611 2003-11-25 Kim F. Storm <storm@cua.dk>
14612
14613 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
14614 define this defun on systems that cannot use stderr as lvalue.
14615
14616 2003-11-24 Gerd Moellmann <gerd@gnu.org>
14617
14618 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
14619 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
14620 ld's default is incompatible with unexec.
14621
14622 2003-11-23 Kim F. Storm <storm@cua.dk>
14623
14624 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
14625 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
14626 (Fforce_window_update): New defun.
14627 (syms_of_window): Defsubr it.
14628 (Fset_window_margins, Fset_window_fringes): Doc fix.
14629
14630 * print.c (Fredirect_debugging_output): New defun.
14631 (syms_of_print): Defsubr it.
14632
14633 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
14634
14635 * fns.c (Fset_char_table_parent): Doc fix.
14636
14637 2003-11-22 Kim F. Storm <storm@cua.dk>
14638
14639 * dispnew.c (buffer_posn_from_coords): Return actual row/column
14640 for glyph clicked on, rather than (unused) pixel positions.
14641 (mode_line_string, marginal_area_string): Change X and Y args to
14642 pointers for returning actual row/column for glyph clicked on.
14643 Simplify and optimize loops.
14644
14645 * dispextern.h (mode_line_string, marginal_area_string):
14646 Update prototypes.
14647
14648 * keyboard.c (make_lispy_position): New function for generating
14649 mouse click positions from frame and pixel coordinates.
14650 Enhanced to return buffer position and actual row/column for
14651 events outside the text area using updated mode_line_string and
14652 marginal_area_string functions.
14653 Return left-fringe and right-fringe clicks as such, rather than
14654 clicks in text area.
14655 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
14656 pixel_to_glyph_coords, as we never use the results.
14657 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
14658 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
14659 Eliminate unused code in WHEEL_EVENT handling.
14660 (make_lispy_movement): Use make_lispy_position.
14661
14662 * window.c (coordinates_in_window): Remove redundant tests.
14663 Fix returned X pixel value for left-margin.
14664
14665 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
14666 mode_line_string and marginal_area_string parameters.
14667
14668 2003-11-22 Lars Hansen <larsh@math.ku.dk>
14669
14670 * w32.c (struct the_group, getgrgid): Add.
14671 * mac.c (struct my_group, getgrgid): Add.
14672
14673 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14674
14675 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
14676
14677 2003-11-21 Lars Hansen <larsh@math.ku.dk>
14678
14679 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
14680 include in call to file name handler. Optionally translate numeric
14681 UID and GID to strings. Update docstring.
14682 (directory_files_internal): Add parameter ID-FORMAT.
14683 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
14684 include in call to file name handler and call to
14685 directory_files_internal. Update Docstring.
14686 (Fdirectory_files): Add dummy parameter in call to
14687 directory_files_internal.
14688 * lisp.h (Qinteger): Add.
14689 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
14690 (Ffile_attributes): Add parameter.
14691 * data.c (Qinteger): Export.
14692
14693 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14694
14695 * fns.c (Freverse, Fnreverse): Doc fixes.
14696
14697 2003-11-19 Kim F. Storm <storm@cua.dk>
14698
14699 * xdisp.c (init_iterator): Initialize it->start to position
14700 before reseating (in case start position is invisible).
14701 (init_to_row_start): Set it->start to row-start.
14702 (redisplay_window): Accept optional_new_start if start position
14703 is invisible (in which case IT_CHARPOS overshoots PT).
14704 (display_line): Setup row->start from it->start (rather than
14705 it->current which is wrong if first char on line is invisible).
14706 When done, reseat it->start to it->current (= start of next row).
14707 (expose_area): Fix exposure of text area when first char (e.g. TAB)
14708 is only partially visible.
14709
14710 * dispextern.h (struct it): New member start.
14711
14712 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * alloc.c (make_float, Fcons): Clear the markbit at init time.
14715 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
14716 of block_index outside of the macro call.
14717 (Fgarbage_collect): Remove null code.
14718
14719 * m/amdx86-64.h: Don't redefine XPNTR.
14720
14721 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
14722 of VALMASK.
14723
14724 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
14725 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
14726 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
14727
14728 * lisp.h (VALMASK): Only define for non-union type.
14729 (MARKBIT): Remove.
14730 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
14731 (XTYPE): Define unconditionally.
14732 (XSETTYPE): Remove one more remnant.
14733 (EQ): Define differently for the union and non-union cases.
14734 (INTMASK): New bit mask.
14735 (struct Lisp_Marker): Move down to prepare for upcoming patch.
14736 (GC_EQ): Delegate to EQ.
14737
14738 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
14739
14740 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14741
14742 * xterm.c (x_window_to_scroll_bar): Move check of display to
14743 where window_id is compared.
14744
14745 2003-11-17 Kim F. Storm <storm@cua.dk>
14746
14747 * dispextern.h (struct it): New member first_vpos.
14748
14749 * xdisp.c (start_display): Set it->first_vpos.
14750 (try_window_id): Use first_vpos to start display in first _text_
14751 line if no reusable lines at start of window with header line.
14752
14753 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14754
14755 * w32fns.c (XPutPixel):
14756 * w32bdf.c (w32_init_bdf_font):
14757 * sunfns.c (sel_read):
14758 * process.c (Fmake_network_process):
14759 * frame.c (store_frame_param):
14760 * fontset.c (Fset_fontset_font):
14761 * emacs.c (shut_down_emacs):
14762 * ccl.c (ccl_driver): Remove period at end of error message.
14763
14764 * config.in: Regenerate.
14765
14766 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14767 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14768 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
14769 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
14770 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
14771
14772 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
14773
14774 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
14775 (XTmouse_position, handle_one_xevent): Pass Display* to
14776 x_window_to_scroll_bar.
14777 (x_window_to_scroll_bar): Take a Display* argument.
14778 Check that display for frame is equal to Display* argument.
14779 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
14780 x_display_info_for_display instead. Use Display in xev instead
14781 of GDK_DISPLAY.
14782 (x_dispatch_event): Call x_display_info_for_display.
14783 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
14784 (x_connection_closed): Call xg_display_close for GTK.
14785 (x_term_init): Call xg_display_open for additional displays.
14786 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
14787 for GTK.
14788
14789 * xmenu.c (single_menu_item, mouse_position_for_popup)
14790 (x_activate_menubar): Formatting adjustments.
14791
14792 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
14793 adjustments.
14794
14795 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
14796 (xg_display_close, xg_create_default_cursor)
14797 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
14798 handling.
14799 (xg_left_ptr_cursor): Remove.
14800 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
14801 cursor here.
14802 (xg_win_to_widget): Take Display* argument, call
14803 gdk_xid_table_lookup_for_display.
14804 (xg_create_frame_widgets, xg_get_file_name, create_menus)
14805 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
14806 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
14807 in FRAME_X_DISPLAY_INFO.
14808 (xg_get_scroll_id_for_window): Take Display* argument.
14809 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
14810 (xg_initialize): Remove xg_left_ptr_cursor.
14811
14812 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
14813 Display* argument.
14814 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
14815
14816 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14817
14818 * xterm.c (x_detect_focus_change): Do not change focus frame for
14819 Enter/LeaveNotify if the current focus frame has explicit focus.
14820
14821 2003-11-14 Kim F. Storm <storm@cua.dk>
14822
14823 * dispnew.c (update_text_area): Fix redisplay error when hscroll
14824 is active and first glyph is only partially visible.
14825
14826 2003-11-13 Kenichi Handa <handa@m17n.org>
14827
14828 * xdisp.c (select_frame_for_redisplay): New function.
14829 (redisplay_internal): Record also selected_frame for
14830 unwind_redisplay. Call select_frame_for_redisplay before
14831 redrawing each frame.
14832 (unwind_redisplay): Argument changed to a cons.
14833
14834 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
14835
14836 * fns.c (Fstring_to_multibyte): Doc fix.
14837
14838 2003-11-11 Kenichi Handa <handa@m17n.org>
14839
14840 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
14841
14842 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14843
14844 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
14845 program specified positions.
14846
14847 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14848
14849 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
14850
14851 2003-11-08 Kenichi Handa <handa@m17n.org>
14852
14853 * Makefile.in (lisp): Add kannada.el.
14854 (shortlisp): Likewise.
14855
14856 2003-11-07 Kenichi Handa <handa@m17n.org>
14857
14858 * coding.c (coding_allocate_composition_data):
14859 Reset coding->composing to COMPOSITION_NO.
14860 (coding_restore_composition): Detect invalid composition data.
14861 Give Fstring and Fvector a Lispy integer, not C int.
14862
14863 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * floatfns.c (Flogb): Don't use VALMASK.
14866
14867 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
14868 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
14869
14870 * lisp.h (XINT): Move the cast to clarify what is going on.
14871 (GCTYPEMASK, XSETTYPE): Remove.
14872 (XGCTYPE): Make it an alias of XTYPE.
14873
14874 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14875
14876 * xterm.c (x_term_init): Fix formatting.
14877
14878 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14879
14880 * gtkutil.h (xg_have_tear_offs): Declare.
14881 (xg_keep_popup, xg_did_tearoff): Remove.
14882
14883 * gtkutil.c: Remove variable xg_did_tearoff.
14884 (xg_have_tear_offs): New function.
14885 (tearoff_remove): Just decrease xg_detached_menus.
14886 (tearoff_activate): Increase xg_detached_menus and call
14887 tearoff_remove when tearoff is removed.
14888 (xg_keep_popup): Remove function.
14889 (create_menus): Give add_tearoff_p as argument to recursive
14890 call to create_menus.
14891 (xg_create_widget): Use variables instead of multiple
14892 strcmp. Tell create_menus to create tear off only for
14893 menu bar menus.
14894 (xg_update_menubar): Change title for a detached menu also.
14895 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
14896 of deep_p.
14897 (xg_initialize): Initialize xg_detached_menus, remove
14898 initialization of xg_did_tearoff.
14899
14900 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
14901 xg_have_tear_offs returns non-zero.
14902 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
14903 call to xg_keep_popup.
14904
14905 2003-11-01 Andrew Choi <akochoi@shaw.ca>
14906
14907 * macterm.c (XTread_socket): Handle menubar selection and grow
14908 window only for mouseDown events.
14909
14910 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14911
14912 * xterm.c (x_term_init): For GTK part, increase x_initialized
14913 to check for more than one display. Use error instead of return 0.
14914
14915 2003-10-31 Andrew Choi <akochoi@shaw.ca>
14916
14917 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
14918 (copy_dysymtab): Call it.
14919
14920 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
14921
14922 * eval.c (Fdefvaralias): Doc fix.
14923
14924 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
14925
14926 * data.c (Fsetplist): Doc fix.
14927
14928 2003-10-14 Lute Kamstra <lute@gnu.org>
14929
14930 * window.c (Fset_window_fringes): Clarify docstring.
14931
14932 2003-10-14 Kim F. Storm <storm@cua.dk>
14933
14934 * window.c (Fset_window_margins): Simplify arg checking.
14935
14936 2003-10-13 Richard M. Stallman <rms@gnu.org>
14937
14938 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
14939 (print_partial_compiled_pattern): Replace assert with a printout.
14940 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
14941
14942 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
14943
14944 * window.c (Fset_window_margins): Allow only integers as args.
14945 (syms_of_window) <special-display-buffer-names,
14946 special-display-regexps>: Doc fixes.
14947
14948 2003-10-13 Lute Kamstra <lute@gnu.org>
14949
14950 * window.c (Fset_window_fringes): Elaborate docstring.
14951
14952 2003-10-12 Andrew Choi <akochoi@shaw.ca>
14953
14954 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
14955
14956 * s/darwin.h (GC_MARK_STACK): Define.
14957
14958 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14959
14960 * window.c (shrink_windows): New function.
14961 (size_window): Call shrink_windows to calculate window sizes when
14962 shrinking frame with more than one window.
14963
14964 2003-10-12 Kim F. Storm <storm@cua.dk>
14965
14966 * xdisp.c (compute_fringe_widths): Doc fix.
14967
14968 2003-10-08 Kenichi Handa <handa@m17n.org>
14969
14970 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
14971
14972 2003-10-07 Kenichi Handa <handa@m17n.org>
14973
14974 * coding.c (Qcoding_system_define_form): New variable.
14975 (syms_of_coding): Intern and staticpro it.
14976 (Fcheck_coding_system): Try to autoload the definition of
14977 CODING-SYSTEM.
14978
14979 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
14980
14981 * fns.c (Frequire): Doc fix.
14982
14983 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14984
14985 * xfns.c (Fx_send_client_event): New function as a base for
14986 manipulating extended window manager hints.
14987 (Fx_send_client_event): Remove unused variable s.
14988
14989 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
14990 that function is removed.
14991
14992 * xterm.c (x_set_offset): Use move_offset_left/top instead of
14993 x/y_pixels_outer_diff.
14994 (x_check_expected_move): Calculate move_offset_left/top.
14995
14996 * xterm.h (struct x_output): New members: move_offset_top/left.
14997
14998 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
14999 call x_set_offset directly.
15000
15001 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15002
15003 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15004
15005 * xterm.c (x_delete_display): Free font names and font_encoder
15006 in dpyinfo->font_table.
15007
15008 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15009 Move xfree of font names to x_delete_display.
15010
15011 * xterm.h (struct x_display_info): New member, wm_type.
15012 (struct x_output): New members, expected_top/left and
15013 check_expected_move.
15014
15015 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15016 is received.
15017 (handle_one_xevent): Rename x_check_expected_move from
15018 x_check_fullscreen_move.
15019 (x_set_offset): Only add WM decoration sizes to modified_top/left
15020 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
15021 (x_check_expected_move): Rename from x_check_fullscreen_move.
15022 Removed fullscreen specific code. Use check_expected_move,
15023 expected_left/top instead. Also, set wm_type.
15024 (x_term_init): Initialize wm_type to unknown.
15025
15026 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15027 sizes to move_x/y.
15028
15029 2003-10-03 Kenichi Handa <handa@m17n.org>
15030
15031 * macterm.c (x_load_font): Clear all members of FONTP before start
15032 filling them.
15033
15034 2003-10-02 Kenichi Handa <handa@m17n.org>
15035
15036 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15037 before calling find_ccl_program_func. Call find_ccl_program_func
15038 only when fontp->font_encoder is not NULL.
15039
15040 * xterm.c (x_load_font): Clear all members of FONTP before start
15041 filling them.
15042
15043 2003-10-03 John Paul Wallington <jpw@gnu.org>
15044
15045 * keymap.c (map_keymap): Don't abort when binding is a vector.
15046
15047 2003-10-02 Jason Rumney <jasonr@gnu.org>
15048
15049 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15050 Sync dependencies with Makefile.in.
15051 (alloca.o): Remove.
15052
15053 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15054 filling them.
15055
15056 * w32bdf.c (w32_load_bdf_font): Likewise.
15057
15058 2003-09-30 Richard M. Stallman <rms@gnu.org>
15059
15060 * term.c (set_tty_color_mode): Calculate current_mode_spec
15061 regardless of value of VAL.
15062
15063 * intervals.c (graft_intervals_into_buffer):
15064 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15065 Handle over_used when splitting UNDER.
15066
15067 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15068
15069 * regex.c (regex_compile): Free the stack when returning from function.
15070
15071 2003-09-28 Kenichi Handa <handa@m17n.org>
15072
15073 * fontset.c (Finternal_char_font): Change return value to
15074 cons (FONT-NAME . GLYPH-CODE).
15075
15076 2003-09-28 Eli Zaretskii <eliz@gnu.org>
15077
15078 * term.c (tty_setup_colors): Treat any negative argument as -1.
15079
15080 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15081
15082 * process.c (send_process): Delete unused temp_buf.
15083
15084 2003-09-26 Dave Love <fx@gnu.org>
15085
15086 * xterm.c (x_bitmap_mask): Declare.
15087
15088 2003-09-25 Dave Love <fx@gnu.org>
15089
15090 * Makefile.in (fns.o): Depend on md5.h.
15091
15092 2003-09-25 Kim F. Storm <storm@cua.dk>
15093
15094 * window.c (set_window_buffer): Fix redisplay problems when
15095 switching between buffers with different display margin widths.
15096
15097 2003-09-23 Kim F. Storm <storm@cua.dk>
15098
15099 * process.c (set_socket_option): Fix :bindtodevice option.
15100 (Fset_network_process_option): Update process contact list when
15101 setting option succeeds.
15102 (Fmake_network_process): Doc fix.
15103
15104 2003-09-23 Dave Love <fx@gnu.org>
15105
15106 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
15107
15108 2003-09-22 Eli Zaretskii <eliz@gnu.org>
15109
15110 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15111 color mode is an integer number (it could be -1).
15112
15113 2003-09-22 Richard M. Stallman <rms@gnu.org>
15114
15115 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15116 in the case where OVER is longer than UNDER.
15117
15118 2003-09-22 Masatake YAMATO <jet@gyve.org>
15119
15120 * window.c (Fset_window_scroll_bars): Validate the value of
15121 `vertical_type'.
15122
15123 2003-09-21 Kim F. Storm <storm@cua.dk>
15124
15125 * frame.c (Vdefault_frame_scroll_bars): New variable.
15126 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15127 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15128 window-system default scroll bar position.
15129
15130 * window.c (Fwindow_scroll_bars): Doc fix.
15131
15132 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15133
15134 * xterm.c (x_set_offset): Take window manager decorations into account.
15135
15136 2003-09-19 Richard M. Stallman <rms@gnu.org>
15137
15138 * atimer.h: Don't include lisp.h.
15139 (P_): Define it here (as well as elsewhere).
15140
15141 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15142 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15143
15144 * data.c (Fvariable_binding_locus): New function.
15145 (syms_of_data): defsubr it.
15146 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15147
15148 2003-09-18 Dave Love <fx@gnu.org>
15149
15150 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15151
15152 * process.c (Fnetwork_interface_info): Fix type error.
15153 (Fnetwork_interface_list): Doc fix.
15154 (read_process_output, read_process_output): Delete unused var.
15155
15156 2003-09-17 Kim F. Storm <storm@cua.dk>
15157
15158 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15159 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15160 (Fnetwork_interface_info): Check that ifreq struct has required
15161 fields before accessing them; this requires that those fields are
15162 defined as macros, which may be too restrictive on some platforms,
15163 but it is better than failing on other platforms.
15164 (syms_of_process): Only defsubr above fns when included.
15165
15166 2003-09-17 Dave Love <fx@gnu.org>
15167
15168 * unexalpha.c: Don't include varargs.h.
15169
15170 2003-09-17 Kim F. Storm <storm@cua.dk>
15171
15172 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15173 for network process.
15174 (socket_options): Add `:' prefix to option names. Add optbit field.
15175 (set_socket_option): Remove no_error arg and special handling of s < 0.
15176 Return 1<<optbit for known option, 0 for unknown.
15177 Do not interpret 0 as false for boolean option (only nil).
15178 Pass failed option and value to report_file_error.
15179 (Fset_network_process_options): Replace by Fset_network_process_option.
15180 (Fset_network_process_option): New function to set just one option.
15181 (Fmake_network_process): Allow :coding arg to be a cons.
15182 Allow :server arg to be an integer specifying backlog size.
15183 Remove :options arg, and allow options to be specified directly
15184 as :KEY, VALUE pairs. Parse these options before binding socket.
15185 As before, :reuseaddr t is default for a server process, but this
15186 can now be disabled by specifying :reuseaddr nil.
15187 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15188 (init_process): Availability of network options is now checked with
15189 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15190 setup features.
15191 (syms_of_process): Fix defsubr's for the replaced functions.
15192
15193 2003-09-16 Dave Love <fx@gnu.org>
15194
15195 * Makefile.in: Depend on coding.h.
15196
15197 2003-09-14 Kim F. Storm <storm@cua.dk>
15198
15199 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15200 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15201 (syms_of_process): Defsubr them.
15202
15203 * config.in: Regenerate.
15204
15205 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15208 * m/news-r6.h (XUNMARK): Remove.
15209 * m/mips.h (XUNMARK): Remove.
15210 * m/mips-siemens.h (XUNMARK): Remove.
15211 * m/iris4d.h (XUNMARK): Remove.
15212 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15213
15214 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15217 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15218 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15219 (XTYPE): Use unsigned right-shift.
15220 (XMARKBIT, XMARK, XUNMARK): Remove.
15221
15222 * alloc.c (init_intervals, init_symbol, init_marker):
15223 Don't preallocate anything.
15224 (Fgarbage_collect, mark_object): Ignore the markbit.
15225
15226 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15227
15228 2003-09-08 Lute Kamstra <lute@gnu.org>
15229
15230 * xdisp.c (pint2hrstr): New function.
15231 (decode_mode_spec): Add `%i' and `%I' specs.
15232 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15233 for `mode-line-format'.
15234
15235 2003-09-07 Andreas Schwab <schwab@suse.de>
15236
15237 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15238 avoid warning.
15239
15240 2003-09-07 Eli Zaretskii <eliz@gnu.org>
15241
15242 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
15243
15244 2003-09-03 Kim F. Storm <storm@cua.dk>
15245
15246 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15247 change (superseded by 2002-08-30 change); the default blink-off
15248 cursor is now again "no cursor".
15249
15250 2003-09-01 Jason Rumney <jasonr@gnu.org>
15251
15252 * makefile.w32-in (alloca.o): Remove.
15253 (coding.o): Depend on intervals.h
15254 (emacs.o, bytecode.o): Depend on window.h
15255
15256 2003-09-01 Dave Love <fx@gnu.org>
15257
15258 * Makefile.in (alloca.o): Remove commands.
15259 (coding.o): Depend on intervals.h composite.h window.h.
15260 (emacs.o): Depend on window.h keyboard.h keymap.h.
15261 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15262 (bytecode.o): Depend on window.h.
15263
15264 2003-08-31 Jason Rumney <jasonr@gnu.org>
15265
15266 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15267 returned even when font_type is unknown.
15268
15269 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15270
15271 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15272
15273 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15274
15275 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15276 *_offset.
15277
15278 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15279 calculate pixel value.
15280
15281 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15282
15283 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15284 Don't tell redisplay display is accurate when it's actually been
15285 paused for pending input.
15286
15287 2003-08-29 Richard M. Stallman <rms@gnu.org>
15288
15289 * dispnew.c (adjust_glyph_matrix): Call window_box
15290 whenever W is nonzero.
15291
15292 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15293 (Fkill_local_variable, Fmake_variable_frame_local)
15294 (Flocal_variable_p, Flocal_variable_if_set_p):
15295 Use indirect_variable to trace thru variable aliases.
15296
15297 * config.in: Updated.
15298
15299 * callint.c (Fcall_interactively): Save and restore
15300 Vthis_command, Vthis_original_command, real_this_command,
15301 and current_kboard->Vlast_command.
15302
15303 * abbrev.c (Fexpand_abbrev): Insert before deleting.
15304
15305 2003-08-29 Gerd Moellmann <gerd@gnu.org>
15306
15307 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
15308
15309 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
15310
15311 * coding.c (decode_coding_iso2022): Initialize local variable c2.
15312 (decode_coding_sjis_big5): Likewise.
15313
15314 2003-08-27 Jason Rumney <jasonr@gnu.org>
15315
15316 * w32.c (sys_pipe): Protect against file descriptor overflow.
15317
15318 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
15319
15320 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
15321
15322 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15323
15324 * xfns.c (Vgtk_version_string): New variable.
15325 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
15326
15327 2003-08-24 Eli Zaretskii <eliz@gnu.org>
15328
15329 * term.c (term_init): Remove `const' from buffer_size's declaration.
15330
15331 * Makefile.in (msdos.o): Depend on intervals.h.
15332
15333 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
15334
15335 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15336
15337 * xterm.h (struct x_display_info): New fields: client_leader_window
15338 and Xatom_wm_client_leader.
15339
15340 * xterm.c (x_initialize): Move call to x_session_initialize to ...
15341 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
15342
15343 * xsmfns.c (create_client_leader_window): New function.
15344 (x_session_initialize): Call create_client_leader_window, take
15345 dpyinfo as argument.
15346
15347 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
15348
15349 * Makefile.in (xsmfns.o): Add more depenedencies.
15350
15351 2003-08-21 Dave Love <fx@gnu.org>
15352
15353 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
15354
15355 2003-08-21 Kenichi Handa <handa@m17n.org>
15356
15357 * term.c (term_init): Fix previous change; don't rely on the
15358 length of `buffer' if TERMINFO is defined.
15359
15360 2003-08-20 Dave Love <fx@gnu.org>
15361
15362 * atimer.h: Include lisp.h.
15363
15364 * lisp.h (EMACS_LISP_H): New.
15365 (popup_activated_flag): Don't declare.
15366
15367 * alloca.c: Some merging with gnulib. Change logic and doc
15368 concerning (x)malloc/(x)free -- no longer Emacs-specific.
15369 [DO_BLOCK_INPUT]: Don't include lisp.h.
15370 (xmalloc, xfree): Declare.
15371 (malloc): Don't declare.
15372
15373 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
15374 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
15375 atimer.h, blockinput.h.
15376
15377 * alloc.c (lisp_align_malloc): Change type of `aligned'.
15378
15379 * alloca.s: Remove.
15380
15381 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15382
15383 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
15384 use -lncurses.
15385
15386 * term.c (term_init): Use a buffer of size 4096 for tgetent since
15387 FreeBSD returns something longer than 2044. Abort if the end of
15388 the buffer is overwritten.
15389
15390 2003-08-19 Miles Bader <miles@gnu.org>
15391
15392 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
15393
15394 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15395
15396 * alloc.c (lisp_align_malloc): Check for memory full when
15397 allocating ablocks, which also avoids freeing a pointer into an
15398 ablocks structure.
15399
15400 * puresize.h (BASE_PURESIZE): Increase to 1100000.
15401
15402 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
15403
15404 2003-08-16 Richard M. Stallman <rms@gnu.org>
15405
15406 * editfns.c (Fencode_time): Doc fix.
15407
15408 2003-08-16 David Ponce <david@dponce.com>
15409
15410 * fileio.c (Fwrite_region): Fix conditional expression to issue
15411 the right message.
15412
15413 2003-08-16 Juri Linkov <juri@jurta.org>
15414
15415 * syntax.c (Fforward_word): Argument changed to optional.
15416 Set default value to 1.
15417
15418 2003-08-15 Kenichi Handa <handa@m17n.org>
15419
15420 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
15421 what autoscaled.
15422 (best_matching_font): Once we find a better scalable font, set
15423 non_scalable_has_exact_height_p to 1.
15424 (try_font_list): Call try_alternative_families to try any family
15425 with the given registry.
15426
15427 2003-08-09 Andreas Schwab <schwab@suse.de>
15428
15429 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
15430
15431 * print.c (print_string): Fix printing of multibyte string with
15432 nontrivial printcharfun.
15433
15434 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15435
15436 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
15437
15438 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
15439
15440 2003-07-31 Kenichi Handa <handa@m17n.org>
15441
15442 * process.c (read_process_output): Return the actually read bytes
15443 instead of the result of decoding.
15444
15445 2003-07-31 Kenichi Handa <handa@m17n.org>
15446
15447 * xterm.h (struct x_bitmap_record): New member have_mask.
15448
15449 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
15450 to 0.
15451 (x_create_bitmap_from_file): Likewise.
15452 (x_destroy_bitmap): Check have_mask member before freeing a mask.
15453 (x_destroy_all_bitmaps): Likewise.
15454 (x_create_bitmap_mask): Set have_mask member to 1.
15455
15456 2003-07-30 Richard M. Stallman <rms@gnu.org>
15457
15458 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
15459
15460 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15461
15462 * gtkutil.c (xg_mark_data): Update calls to mark_object.
15463
15464 2003-07-29 Richard M. Stallman <rms@gnu.org>
15465
15466 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
15467 Conditionalize XIM code on HAVE_XIM.
15468
15469 * fns.c (Fclear_string): New function.
15470 (syms_of_fns): defsubr it.
15471
15472 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15473
15474 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
15475
15476 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15477
15478 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
15479
15480 * buffer.c (delete_all_overlays): New function.
15481 * buffer.h (delete_all_overlays): Declare.
15482 * coding.c (run_pre_post_conversion_on_str):
15483 * print.c (temp_output_buffer_setup):
15484 * fileio.c (Finsert_file_contents):
15485 * minibuf.c (get_minibuffer): Use it.
15486
15487 2003-07-22 Andrew Choi <akochoi@shaw.ca>
15488
15489 * unexmacosx.c (unexec_regions_sort_compare):
15490 (unexec_regions_merge): New functions. Sort and merge unexec
15491 regions before dumping them.
15492
15493 2003-07-22 Dave Love <fx@gnu.org>
15494
15495 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
15496
15497 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
15498
15499 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
15500 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
15501 MARKBIT as the gcmarkbit for strings.
15502
15503 2003-07-21 Richard M. Stallman <rms@gnu.org>
15504
15505 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
15506
15507 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
15508 (syms_of_fns): Corresponding change.
15509
15510 * alloc.c (syms_of_alloc): Doc fixes.
15511
15512 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
15513
15514 * s/netbsd.h: Use -Wl syntax.
15515
15516 2003-07-17 Richard M. Stallman <rms@gnu.org>
15517
15518 * xterm.c (xim_initialize): Redo 6/24 change.
15519
15520 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
15521
15522 * buffer.c (copy_overlays): Use EMACS_INT for positions.
15523 (Fswitch_to_buffer): Don't signal an error when switching to the same
15524 buffer in a dedicated window.
15525
15526 * alloc.c: Use bitmaps for cons, as was done for floats.
15527 (init_float, init_cons): Let the normal code allocate the first block.
15528 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
15529 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
15530 New macros.
15531 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
15532 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
15533 (live_cons_p): Check the pointer is not past the `conses' array.
15534 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
15535 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
15536 (survives_gc_p): Use CONS_MARKED_P and simplify.
15537 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
15538
15539 2003-07-13 Paul Eggert <eggert@twinsun.com>
15540
15541 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
15542 puts it into BSS instead, at least on Solaris 8 and 9.
15543 This is a valid optimization, and it may occur on other platforms,
15544 so Emacs should not assume that initializing a static variable to
15545 zero puts it into data.
15546 * alloc.c (pure, staticvec):
15547 Initialize these arrays to nonzero, so that they're not
15548 put into BSS by that optimization.
15549
15550 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
15551
15552 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
15553 (lisp_align_malloc): Use posix_memalign is available.
15554 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
15555 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
15556 for consistency. Update users.
15557
15558 2003-07-13 Richard M. Stallman <rms@gnu.org>
15559
15560 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
15561
15562 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
15563
15564 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
15565 and use the Gtk+ function gtk_window_icon_from_file if available.
15566
15567 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
15568 handle mask of bitmaps.
15569 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
15570 mask property.
15571 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
15572
15573 * xterm.h (xg_set_icon): New function.
15574
15575 2003-07-12 Paul Eggert <eggert@twinsun.com>
15576
15577 * unexelf.c (unexec): Consider a section to precede the .bss
15578 section if its addresses overlap that of .bss.
15579
15580 2003-07-12 Richard M. Stallman <rms@gnu.org>
15581
15582 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
15583
15584 * config.in (HAVE_CRTIN): Add #undef.
15585 (INLINE): Really inline only if OPTIMIZE is defined.
15586
15587 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
15588 END_FILES_1.
15589 (START_FILES_1, END_FILES_1): New macros (conditional).
15590 (LD_SWITCH_SYSTEM_TEMACS): Define.
15591
15592 * s/openbsd.h: Don't include bsd4-3.h.
15593 (TERMINFO): Define.
15594 (LIBS_TERMCAP): Define.
15595 (LD_SWITCH_SYSTEM): Define (two definitions).
15596
15597 * xfns.c: Include libpng/png.h instead of png.h.
15598
15599 2003-07-11 Andreas Schwab <schwab@suse.de>
15600
15601 * buffer.c (modify_overlay): Update prototype.
15602 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
15603 Likewise.
15604
15605 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15606
15607 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
15608 (struct interval): Move to intervals.h.
15609 (struct Lisp_Marker): Use EMACS_INT for position info.
15610 (forward_point): Remove prototype of defunct function.
15611 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
15612 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
15613 (syms_of_textprop, set_text_properties): Remove prototypes that are
15614 already in intervals.h.
15615
15616 * intervals.h (struct interval): Move from lisp.h.
15617 Use EMACS_INT for position and size info.
15618
15619 * coding.c: Include intervals.h for Fset_text_properties.
15620
15621 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15622 position and length information.
15623
15624 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15627 position and length information.
15628
15629 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15630
15631 Change overlays_after and overlays_before so the overlays themselves
15632 are linked into lists, rather than using cons cells. After all each
15633 Lisp_Misc already occupies 5 words, so we can add a `next' field to
15634 Lisp_Overlay for free and save up one cons cell per overlay (not
15635 to mention one indirection when traversing the list of overlay).
15636
15637 * lisp.h (struct Lisp_Overlay): New field `next'.
15638
15639 * buffer.h (struct buffer): Change overlays_before and overlays_after
15640 from Lisp lists of overlays to pointers to overlays.
15641
15642 * buffer.c (overlay_strings, recenter_overlay_lists):
15643 Fix typo in eassert in last commit.
15644 (unchain_overlay): New function.
15645 (add_overlay_mod_hooklist): Use AREF.
15646 (copy_overlays, reset_buffer, overlays_at, overlays_in)
15647 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
15648 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
15649 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
15650 (report_overlay_modification, evaporate_overlays, init_buffer_once):
15651 Adjust to new type of overlays_(before|after).
15652
15653 * alloc.c (mark_object): Mark the new `next' field of overlays.
15654 (mark_buffer): Manually mark the overlays_(after|before) fields.
15655
15656 * coding.c (run_pre_post_conversion_on_str):
15657 * editfns.c (overlays_around):
15658 * xdisp.c (load_overlay_strings):
15659 * fileio.c (Finsert_file_contents):
15660 * indent.c (current_column):
15661 * insdel.c (signal_before_change, signal_after_change):
15662 * intervals.c (set_point_both):
15663 * print.c (temp_output_buffer_setup): Use new type for
15664 overlays_(before|after).
15665
15666 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
15667
15668 * buffer.c (report_overlay_modification): Don't run hooks while
15669 traversing the list of overlays.
15670
15671 * buffer.h (struct buffer): Use an int for overlay_center.
15672 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15673 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15674
15675 * buffer.c (reset_buffer, recenter_overlay_lists)
15676 (adjust_overlays_for_insert, adjust_overlays_for_delete)
15677 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
15678 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
15679 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15680 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15681
15682 * xdisp.c (fast_find_position): Remove unused var.
15683
15684 * cmds.c (Qexpand_abbrev): New sym.
15685 (syms_of_cmds): Initialize it.
15686 (internal_self_insert): Use it to call expand-abbrev.
15687
15688 2003-07-09 Kim F. Storm <storm@cua.dk>
15689
15690 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
15691 was configured with --without-xim.
15692 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
15693
15694 2003-07-07 Richard M. Stallman <rms@gnu.org>
15695
15696 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
15697
15698 * alloc.c (Fgarbage_collect): Doc fix.
15699
15700 2003-07-07 Nozomu Ando <nand@mac.com>
15701
15702 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
15703
15704 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15705
15706 * minibuf.c (read_minibuf): UNGCPRO before returning.
15707 (Ftry_completion, Fall_completions): Doc fix.
15708
15709 * alloc.c (live_float_p): Check that p is not past the `floats' array,
15710 now that `floats' is not the last element of the struct any more.
15711
15712 2003-07-06 Jason Rumney <jasonr@gnu.org>
15713
15714 * w32term.h (ClipboardSequence_Proc): New type.
15715
15716 * w32fns.c (clipboard_sequence_fn): New variable.
15717 (globals_of_w32fns): Initialize it.
15718
15719 * w32select.c (last_clipboard_sequence_number): New variable.
15720 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
15721 number if possible.
15722
15723 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15724
15725 * m/amdx86-64.h (MARKBIT):
15726 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
15727 MARKBIT and ARRAY_MARK_FLAG any more.
15728
15729 * m/hp800.h (XSETMARKBIT):
15730 * m/sr2k.h (XSETMARKBIT):
15731 * lisp.h (XSETMARKBIT): Remove unused macro.
15732
15733 * lisp.h (mark_object): Change prototype.
15734
15735 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
15736 (last_marked): Change accordingly.
15737 (mark_interval, mark_maybe_object, mark_maybe_pointer)
15738 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
15739 (mark_buffer): Update calls to mark_object.
15740
15741 * bytecode.c (mark_byte_stack):
15742 * fns.c (sweep_weak_table):
15743 * keyboard.c (mark_kboards): Update calls to mark_object.
15744
15745 2003-07-06 Jason Rumney <jasonr@gnu.org>
15746
15747 * alloc.c (struct ablock): Only include padding when there is some.
15748
15749 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15750
15751 * alloc.c (ALIGN): Add casts to simplify usage.
15752 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
15753 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
15754 (struct ablock, struct ablocks): New types.
15755 (free_ablock): New global var.
15756 (lisp_align_malloc, lisp_align_free): New functions.
15757 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
15758 (struct float_block): Reorder and add gcmarkbits.
15759 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
15760 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
15761 (init_float, make_float): Use lisp_align_malloc.
15762 (free_float, live_float_p): Don't use `type' any more.
15763 (make_float): Use FLOAT_UNMARK to access to mark bit.
15764 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
15765 Use FLOAT_MARKED_P to access the mark bit.
15766 (pure_alloc): Simplify use of ALIGN.
15767 (mark_object): Use FLOAT_MARK to access the mark bit.
15768 (gc_sweep): Use new macros to access the float's mark bit.
15769 (init_alloc_once): Init free_ablock.
15770
15771 * lisp.h (struct Lisp_Float): Remove unused field `type'.
15772
15773 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
15774
15775 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
15776 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
15777 (allocate_buffer): Move.
15778 (string_bytes): Don't mask markbit of `size_byte'.
15779 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15780 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
15781 Use the `size' field of buffers (rather than the `name' field) for
15782 the mark bit, as is done for all other vectorlike objects.
15783 Use the new macros to access the mark bit of vectorlike objects.
15784
15785 2003-06-26 Richard M. Stallman <rms@gnu.org>
15786
15787 * puresize.h (BASE_PURESIZE): Increment base size.
15788
15789 * xdisp.c (fast_find_position): Enable Gerd's new definition.
15790
15791 * xterm.c (xim_initialize): Undo previous change.
15792
15793 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
15794
15795 * alloc.c (survives_gc_p): Simplify.
15796
15797 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
15798
15799 * window.c (Fset_window_dedicated_p): Simplify.
15800 (display_buffer_1): Don't raise the win from which minibuf was entered.
15801 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
15802 (Fminibuffer_selected_window): Simplify.
15803
15804 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
15805
15806 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
15807 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
15808
15809 * insdel.c (check_markers, adjust_markers_for_delete)
15810 (adjust_markers_for_insert, adjust_markers_for_replace)
15811 (prepare_to_modify_buffer, RESTORE_VALUE):
15812 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
15813 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
15814 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
15815 * alloc.c (Fmake_marker, free_marker, gc_sweep):
15816 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
15817 * editfns.c (save_excursion_restore, transpose_markers):
15818 * window.c (delete_window):
15819 * xdisp.c (message_dolog): Update for new types.
15820
15821 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15822
15823 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
15824 (realize_default_face): Use default_face_done_p for the force_p
15825 argument to set_lface_from_font_name. Set default_face_done_p to one.
15826
15827 * frame.c (make_frame): Initialize default_face_done_p.
15828
15829 * frame.h (struct frame): Add default_face_done_p.
15830
15831 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
15832 will be defined.
15833
15834 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
15835
15836 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
15837 Initialize the new field `gcmarkbit'.
15838 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
15839 (mark_interval_tree): Don't mark the tree separately from the nodes.
15840 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
15841 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15842 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
15843
15844 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
15845 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
15846 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
15847 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
15848 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
15849
15850 2003-06-24 Dave Love <fx@gnu.org>
15851
15852 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
15853
15854 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
15855 from gnulib.
15856
15857 2003-06-21 Richard M. Stallman <rms@gnu.org>
15858
15859 * fileio.c (Fwrite_region): Alternate messages
15860 for append and partial write.
15861
15862 * keyboard.c (read_key_sequence): When converting upcase fn key to
15863 downcase, update fkey and keytran so `backspace' gets translated.
15864
15865 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
15866
15867 * process.c (wait_reading_process_input): Don't signal SIGIO
15868 in batch mode.
15869
15870 2003-06-17 Kenichi Handa <handa@m17n.org>
15871
15872 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
15873 composite.h.
15874
15875 * xselect.c: Don't include charset.h, coding.h, composite.h.
15876 (Qforeign_selection): New variable.
15877 (syms_of_xselect): Intern and static it.
15878 (selection_data_to_lisp_data): Return a unibyte string made from
15879 data with `foreign-selection' text property.
15880
15881 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
15882
15883 * termhooks.h (EVENT_INIT): New macro.
15884
15885 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
15886
15887 * alloc.c (mark_kboards): Move to keyboard.c.
15888
15889 * keyboard.c (record_asynch_buffer_change, read_avail_input):
15890 * xterm.c (x_dispatch_event):
15891 * xmenu.c (find_and_call_menu_selection):
15892 * xdisp.c (handle_tool_bar_click):
15893 * w32menu.c (menubar_selection_callback):
15894 * sysdep.c (kbd_input_ast, read_input_waiting):
15895 * msdos.c (dos_rawgetc):
15896 * macterm.c (mac_check_for_quit_char):
15897 * macmenu.c (menubar_selection_callback):
15898 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
15899 data to kbd_buffer_store_event.
15900
15901 2003-06-15 Kim F. Storm <storm@cua.dk>
15902
15903 * xdisp.c (x_fix_overlapping_area): Always use area relative X
15904 to fix redisplay problem with tall characters (such as \e,AC\e(B).
15905
15906 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15907
15908 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
15909
15910 2003-06-12 Kenichi Handa <handa@m17n.org>
15911
15912 * fileio.c (Fwrite_region): Save and restore restriction.
15913
15914 2003-06-12 Dave Love <fx@gnu.org>
15915
15916 * alloca.c (alloca): Declare arg as size_t.
15917
15918 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
15919 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
15920
15921 2003-06-11 Dave Love <fx@gnu.org>
15922
15923 * search.c (shrink_regexp_cache): Use xrealloc.
15924 (syms_of_search): Use xmalloc.
15925
15926 2003-06-10 Kim F. Storm <storm@cua.dk>
15927
15928 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
15929 Adjust phys_cursor.x to be relative to window box, rather than
15930 text area before checking -- to ensure cursor is redrawn when
15931 exposing window.
15932 Note: This also fixes a similar (older) bug if display margins
15933 are present.
15934
15935 2003-06-06 Kenichi Handa <handa@m17n.org>
15936
15937 * coding.c (encoding_buffer_size): If coding->type is
15938 coding_type_ccl, double magnification on CRLF encoding.
15939
15940 2003-06-06 Jason Rumney <jasonr@gnu.org>
15941
15942 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
15943 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
15944
15945 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
15946 Mac too.
15947
15948 2003-06-05 Dave Love <fx@gnu.org>
15949
15950 * strftime.c: Merge changes from gnulib.
15951
15952 * mktime.c (__mktime_internal): Merge changes from gnulib
15953 involving year 69 and dst2.
15954
15955 Changes to merge with gnulib version and be consistent with the
15956 autoconf test:
15957
15958 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
15959 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
15960 [HAVE_LOCALE_H]: Include locale.h.
15961 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
15962
15963 2003-06-05 Kim F. Storm <storm@cua.dk>
15964
15965 * window.c (coordinates_in_window): Convert X and Y to window
15966 relative coordinates inside mode-line and header-line parts.
15967 Convert X and Y to margin area relative coordinates inside left
15968 and right display margin parts.
15969
15970 2003-06-05 Jason Rumney <jasonr@gnu.org>
15971
15972 * w32fns.c (add_system_logical_colors_to_map): New function.
15973 (Fx_open_connection): Use it.
15974
15975 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
15976
15977 * process.c (allocate_pty): Revert part of the previous patch.
15978 (Faccept_process_output): Simplify.
15979
15980 2003-06-04 Jason Rumney <jasonr@gnu.org>
15981
15982 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
15983
15984 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
15985 (lispy_mouse_wheel_names): Remove.
15986 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
15987 Always define drag_and_drop_syms.
15988
15989 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
15990 WHEEL_EVENT events.
15991
15992 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
15993
15994 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
15995
15996 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
15997
15998 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15999
16000 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16001 menu item label.
16002
16003 2003-06-03 Richard M. Stallman <rms@gnu.org>
16004
16005 * window.c (Fwindow_edges): Doc fix.
16006 (Fwindow_pixel_edges, Fwindow_inside_edges)
16007 (Fwindow_inside_pixel_edges): New functions.
16008 (syms_of_window): defsubr them.
16009
16010 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16011 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16012
16013 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16014
16015 * dispnew.c (Fsit_for): Don't lie about the number of args.
16016
16017 2003-06-02 Dave Love <fx@gnu.org>
16018
16019 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16020 (syms_of_callproc) <process-environment>: Doc fix.
16021
16022 * doc.c: Use HAVE_FCNTL_H, not USG5.
16023
16024 * xfaces.c (font_rescale_ratio): Fix for K&R.
16025
16026 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16027
16028 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16029
16030 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16031
16032 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16033 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16034
16035 * xterm.c (Qutf_8): Move to coding.c
16036
16037 * xmenu.c (ENCODE_MENU_STRING): New.
16038 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16039 Use it.
16040
16041 * coding.h (ENCODE_UTF_8): New.
16042 (Qutf_8): Declare.
16043
16044 * coding.c (Qutf_8): New.
16045 (syms_of_coding): Intern it.
16046
16047 * fns.c: Doc fixes.
16048
16049 2003-06-02 Kenichi Handa <handa@m17n.org>
16050
16051 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16052
16053 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16054
16055 * lread.c (openp): Make sure STR is a string.
16056
16057 2003-06-01 David Ponce <david@dponce.com>
16058
16059 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
16060 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16061
16062 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16063 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16064 (discard_mouse_events): Discard WHEEL_EVENT events too.
16065 (lispy_wheel_names, wheel_syms): New.
16066 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
16067 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
16068 (make_lispy_event): Add WHEEL_EVENT handler.
16069
16070 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16071 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16072 WHEEL_EVENT events.
16073
16074 2003-05-31 John Paul Wallington <jpw@gnu.org>
16075
16076 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16077 timer are in lisp/emacs-lisp.
16078
16079 2003-05-31 Kenichi Handa <handa@m17n.org>
16080
16081 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16082 region when a buffer is changed to unibyte.
16083
16084 * charset.h (VALID_LEADING_CODE_P): New macro.
16085 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16086
16087 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16088 is nonzero, accept multibyte form of eight-bit-control chars.
16089 (decode_composition_emacs_mule): Likewise.
16090 (decode_coding_emacs_mule): Likewise.
16091 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16092 multibyte form of eight-bit-control chars.
16093
16094 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16095 (Finsert_file_contents): If coding-system-for-read is bound to
16096 Qauto_save_coding, use the coding system emacs-mule with special
16097 setting for recovering a file.
16098 (choose_write_coding_system): On auto saving, use the coding
16099 system emacs-mule with special setting for auto saving.
16100 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16101
16102 2003-05-30 Kenichi Handa <handa@m17n.org>
16103
16104 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16105 properly before calling ccl_driver.
16106
16107 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
16108
16109 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
16110 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16111 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16112
16113 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16114
16115 * xfaces.c (realize_default_face): Do not abort if lface is
16116 non-existent - reverts change from 2003-05-19.
16117
16118 2003-05-29 Kenichi Handa <handa@m17n.org>
16119
16120 * coding.c (decode_coding_iso2022): Pay attention to the byte
16121 sequence of CTEXT extended segment, and retain those bytes as is.
16122
16123 2003-05-28 Kenichi Handa <handa@m17n.org>
16124
16125 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
16126 of CODING_REPLACEMENT_CHARACTER.
16127 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16128 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16129 check this flag on encoding.
16130 (encode_coding_sjis_big5):
16131 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16132 (Fset_terminal_coding_system_internal):
16133 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16134 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16135
16136 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
16137 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16138 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16139
16140 2003-05-28 Richard M. Stallman <rms@gnu.org>
16141
16142 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16143
16144 * eval.c (unbind_to): Move init of this_binding to separate statement.
16145
16146 2003-05-28 Kim F. Storm <storm@cua.dk>
16147
16148 * xdisp.c (expose_window): Fix error in calculation of
16149 window relative coordinates of area to redisplay.
16150
16151 2003-05-27 Jason Rumney <jasonr@gnu.org>
16152
16153 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16154
16155 2003-05-27 David Ponce <david@dponce.com>
16156
16157 Handle W32 mouse wheel events as mouse click events, like in X.
16158
16159 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16160 MOUSE_WHEEL_EVENT anymore.
16161
16162 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16163 Scrolling down/up the mouse wheel is respectively mapped to mouse
16164 button 4 and 5.
16165 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16166 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16167 WM_MOUSEWHEEL events.
16168
16169 2003-05-27 Andreas Schwab <schwab@suse.de>
16170
16171 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16172
16173 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16174 partially visible line.
16175
16176 * alloc.c (Fgarbage_collect): Fix last change.
16177
16178 2003-05-26 John Paul Wallington <jpw@gnu.org>
16179
16180 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16181
16182 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16183
16184 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16185 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16186
16187 * window.h (window_box_text_cols): Declare.
16188
16189 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16190 (x_draw_vertical_border): Remove unused var `f'.
16191
16192 * xfaces.c (build_scalable_font_name): Remove `unused var
16193 pixel_size' warning.
16194
16195 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16196
16197 * unexelf.c (unexec): Remove `unused var n' warning.
16198
16199 * strftime.c (my_strftime_localtime_r): Remove `defined but
16200 unused' warning.
16201
16202 * process.c (allocate_pty): Remove `unused var stb' and
16203 `cp might be used uninitialized' warnings.
16204
16205 * dispnew.c (mode_line_string): Remove unused var `f'.
16206
16207 * coding.c (find_safe_codings): Remove unused var `i'.
16208
16209 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16210
16211 * buffer.c (Fkill_buffer): Remove unused var `list'.
16212
16213 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16214
16215 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16216
16217 * frame.c (make_frame): Condition want_fullscreen with
16218 HAVE_WINDOW_SYSTEM.
16219
16220 2003-05-25 Juanma Barranquero <lektu@terra.es>
16221
16222 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16223 (Fwindow_scroll_bars): Fix typo in docstring.
16224
16225 2003-05-24 Kim F. Storm <storm@cua.dk>
16226
16227 The following changes serve several purposes:
16228
16229 1) Swap the position of fringes and display margins in windows, i.e.
16230 the fringes are now displayed between the margins and the text area
16231 (by default).
16232
16233 2) Allow fringe and scroll bar parameters to be set per-buffer and
16234 per-window (like display margins). Such settings are now stored
16235 in window configurations, preserved when frames are resized, and
16236 copied when windows are split vertically or horizontally.
16237 Several bugs related to display margins have been fixed.
16238
16239 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
16240
16241 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16242 rather than FRAME_WIDTH (FRAME_FONT (f)).
16243
16244 5) Introduce a consistent naming of variables, members and macros
16245 depending on whether their value is measured in pixels or in
16246 canonical columns/lines. Pixel dimensions are named *_width and
16247 *_height, while canonical columns/lines are named *_cols and
16248 *_lines. Pixel positions are named *_x and *_y, while column/line
16249 positions are named *_col and *_line.
16250
16251 6) Consolidate more of the X, W32, and MAC gui code by moving
16252 common data into struct frame, and generalize it for the non-gui
16253 case by using suitable defaults.
16254
16255 7) Cleanup and consolidate the macros controlling frame and window
16256 layout into frame.h and window.h, and generalize the use of the
16257 various window_box_* functions (enhanced to handle the new fringe
16258 position and the per-window fringe and scroll bar settings).
16259
16260 * frame.h (struct frame): Rename members height to text_lines,
16261 width to text_cols, window_height to total_lines, window_width to
16262 total_cols, new_height to new_text_lines, new_width to
16263 new_text_cols. All uses changed.
16264 (struct frame): New members which consolidate common members of
16265 x_output, w32_output, and mac_output structures: left_pos,
16266 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16267 win_gravity, size_hint_flags, border_width, internal_border_width,
16268 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16269 want_fullscreen. All uses changed.
16270 (struct frame): New member column_width contaning the canonical
16271 column width, analogue to line_height. All uses changed.
16272 (struct frame): Rename members scroll_bar_pixel_width to
16273 config_scroll_bar_width, and scroll_bar_cols to
16274 config_scroll_bar_cols. All uses changed.
16275 (struct frame): New member scroll_bar_actual_width which
16276 consolidates and renames the vertical_scroll_bar_extra member of
16277 x_output, w32_output, and mac_output structures. All uses changed.
16278 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
16279 from x/w32/macterm.h files. All uses changed. Also change code
16280 which referred to f->output_data...->pixel_height.
16281 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
16282 from x/w32/macterm.h files. All uses changed. Also change code
16283 which referred to f->output_data...->pixel_width.
16284 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
16285 Also change code which referred to f->height.
16286 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
16287 Also change code which referred to f->width.
16288 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16289 to update new_text_lines and new_text_cols members directly.
16290 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
16291 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
16292 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
16293 FRAME_SCROLL_BAR_COLS. All uses changed.
16294 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
16295 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
16296 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
16297 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
16298 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
16299 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
16300 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
16301 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
16302 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
16303 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
16304 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
16305 Unconditionally return line_height member (it now has proper value
16306 also for non-window frames).
16307 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
16308 return new column_width member (rather than the default font width).
16309 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
16310 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
16311 from x/w32/macterm.h files. Unconditionally return corresponding
16312 member of frame structure (they now have proper values also for
16313 non-window frames).
16314 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
16315 Calculate return value from left and right widths.
16316 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
16317 internal_border_width member (has proper value for non-window frame).
16318 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
16319 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
16320 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
16321 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
16322 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
16323 consolidated from xterm.h, macterm.h, and w32term.h.
16324 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
16325 consolidated from xterm.h, macterm.h, and w32term.h.
16326 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
16327 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
16328 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
16329 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
16330 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
16331 consolidated from x/mac/w32term.h.
16332 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
16333 consolidated from x/mac/w32term.h.
16334 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
16335 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
16336 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
16337 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
16338
16339 * window.h (struct window): Rename members left to left_col,
16340 top to top_line, height to total_lines, width to total_cols,
16341 left_margin_width to left_margin_cols, right_margin_width to
16342 right_margin_cols, orig_height to orig_total_lines, orig_top to
16343 orig_top_line. All uses changed.
16344 (struct window): New members left_fringe_width, right_fringe_width,
16345 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
16346 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
16347 New macros primarily used to simplify other macros.
16348 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
16349 referred to XINT (w->width).
16350 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
16351 referred to XINT (w->height).
16352 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
16353 referred to XINT (w->width) * canon_x_unit.
16354 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
16355 referred to XINT (w->height) * canon_y_unit.
16356 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
16357 referred to XINT (w->left).
16358 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
16359 all uses and code that referred to XINT (w->left) + XINT (w->width).
16360 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
16361 referred to XINT (w->top).
16362 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
16363 referred to XINT (w->top) + XINT (w->height).
16364 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
16365 referred to XINT (w->left) * canon_x_unit.
16366 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
16367 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
16368 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
16369 referred to XINT (w->top) * canon_y_unit.
16370 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
16371 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
16372 (WINDOW_LEFTMOST_P): New macro.
16373 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
16374 All uses changed.
16375 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
16376 All uses changed.
16377 (WINDOW_BOX_LEFT_EDGE_X): Rename from
16378 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
16379 Do not exclude left fringe width.
16380 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
16381 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
16382 Do not exclude fringe widths.
16383 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
16384 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
16385 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
16386 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
16387 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
16388 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
16389 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
16390 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
16391 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
16392 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
16393 New macros. Change code which referenced corresponding
16394 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
16395 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
16396 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
16397 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
16398 allow per-window scroll-bar settings.
16399 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
16400 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
16401 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
16402 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
16403 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
16404 FRAME_SCROLL_BAR_WIDTH.
16405 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
16406 (WINDOW_SCROLL_BAR_AREA_X): New macros.
16407 (WINDOW_HEADER_LINE_HEIGHT): Rename from
16408 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
16409 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
16410 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
16411 (WINDOW_BOX_TEXT_HEIGHT): Rename from
16412 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
16413 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16414 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16415 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
16416 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
16417 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16418 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
16419 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16420 (window_from_coordinates): Update prototype.
16421 (Fset_window_buffer): Update EXFUN.
16422 (set_window_buffer): Update prototype.
16423
16424 * dispextern.h (struct glyph_matrix): Rename members window_left_x
16425 to window_left_col, window_top_y to window_top_line. All uses
16426 changed.
16427 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
16428 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
16429 internal_border_width is now set to 0 for non-window frames.
16430 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
16431 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
16432 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
16433 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
16434 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
16435 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16436 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16437 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
16438 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
16439 Move to window.h and renamed [see window.h changes].
16440 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
16441 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
16442 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
16443 Use WINDOW_TOTAL_LINES.
16444 (frame_update_line_height): Remove prototype.
16445
16446 * buffer.h (struct buffer): Rename members measured in columns:
16447 left_margin_width to left_margin_cols, right_margin_width to
16448 right_margin_cols. All uses changed.
16449 New members left_fringe_width, right_fringe_width,
16450 fringes_outside_margins for per-buffer fringe settings.
16451 New members scroll_bar_width and vertical_scroll_bar_type for
16452 per-buffer scroll bar settings.
16453
16454 * buffer.c (init_buffer_once): Set buffer_defaults and
16455 buffer_local_flags for new buffer-local variables
16456 left_fringe_width, right_fringe_width, fringes_outside_margins,
16457 scroll_bar_width, and vertical_scroll_bar_type.
16458 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
16459 default-* variables for them.
16460
16461 * dispnew.c: Make (many) trivial substitutions for renamed and
16462 new macros in dispextern.h, frame.h and window.h.
16463 (mode_line_string): No need to adjust width for mode lines, as it
16464 is already adjusted by the caller.
16465 (marginal_area_string): Handle fringes inside/outside margins.
16466
16467 * frame.c: Make (many) trivial substitutions for renamed and
16468 new macros in dispextern.h, frame.h and window.h.
16469 (make_frame): Initialize left_fringe_width, right_fringe_width,
16470 fringe_cols, scroll_bar_actual_width, border_width,
16471 internal_border_width, column_width, line_height, x_pixels_diff,
16472 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
16473 members with values suitable for a non-window frames.
16474
16475 * gtkutil.c: Make (many) trivial substitutions for renamed and
16476 new macros in dispextern.h, frame.h and window.h.
16477
16478 * indent.c: Make (few) trivial substitutions for renamed and
16479 new macros in dispextern.h, frame.h and window.h.
16480
16481 * keyboard.c: Make (many) trivial substitutions for renamed and
16482 new macros in dispextern.h, frame.h and window.h.
16483 (make_lispy_event): Use window positions returned from
16484 window_from_coordinates when constructing the lisp event for
16485 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
16486 (incorrect) values locally.
16487 (make_lispy_movement): Use window positions returned from
16488 window_from_coordinates when constructing the lisp event, rather
16489 than calculating (incorrect) values locally.
16490
16491 * scroll.c: Make (some) trivial substitutions for renamed and
16492 new macros in dispextern.h, frame.h and window.h.
16493
16494 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
16495 scroll-bars.
16496
16497 * sysdep.c: Make (few) trivial substitutions for renamed and
16498 new macros in dispextern.h, frame.h and window.h.
16499
16500 * term.c: Make (some) trivial substitutions for renamed and
16501 new macros in dispextern.h, frame.h and window.h.
16502
16503 * widget.c: Make (few) trivial substitutions for renamed and
16504 new macros in dispextern.h, frame.h and window.h.
16505
16506 * window.c: Make (many) trivial substitutions for renamed and
16507 new macros in dispextern.h, frame.h and window.h.
16508 (make_window): Initialize new members
16509 left_margin_cols, right_margin_cols, left_fringe_width,
16510 right_fringe_width, fringes_outside_margins, scroll_bar_width,
16511 and vertical_scroll_bar_type.
16512 (coordinates_in_window): Adapt to new fringe/margin positions
16513 and per-window fringes and scroll-bars.
16514 Fix bug related to incorrectly adjusting coordinates by
16515 frame's internal_border_width (the effect normally negible since
16516 the internal_border_width is typically 0 or 1 pixel, but very
16517 noticeable for an internal_border_width of e.g. 25 pixels).
16518 Upon successful return (other than ON_NOTHING), the coordinates
16519 are now always properly converted to window relative for the
16520 given display element.
16521 (window_from_coordinates): Add new parameters wx and wy to
16522 return the window relative x and y position in the returned
16523 window and part. A null arg means, don't return the position.
16524 All callers changed.
16525 (adjust_window_margins): New function which may reduce the width
16526 of the display margins if a window's text area is too small after
16527 resizing or splitting windows.
16528 (size_window): Fix bug that did not account for display margin
16529 widths when checking the minimum width of a window; use
16530 adjust_window_margins.
16531 (set_window_buffer): Call Fset_window_fringes and
16532 Fset_window_scroll_bars to setup per-window elements.
16533 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
16534 existing display margin, fringe widths, and scroll bar settings
16535 (e.g. after splitting a window or resizing the frame).
16536 All callers changed.
16537 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
16538 (Fsplit_window): Duplicate original window's display margin,
16539 fringe, and scroll-bar settings; then call Fset_window_buffer with
16540 KEEP_MARGINS non-nil. This fixes a bug which caused a split
16541 window to only preserve the display margins in one of the windows.
16542 When splitting horizontally, call adjust_window_margins on both
16543 windows to ensure that the text area of the new windows is non too
16544 narrow. This fixes a bug which could cause Emacs to trap if the
16545 width of the split window was less than the width of the display
16546 margins.
16547 (window_box_text_cols): Rename from window_internal_width.
16548 All uses changed. Adapt to per-window fringes and scroll bars.
16549 Fix bug that caused vertical separator to be subtracted also on
16550 window frames. Fix another bug that did not reduce the returned
16551 value by the columns used for display margins.
16552 (window_scroll_line_based): Fix bug related to scrolling too much
16553 when display margins are present (implicitly fixed by the fix to
16554 window_box_text_cols).
16555 (scroll_left, scroll_right): Fix bug related to scrolling too far
16556 by default when display margins are present (implicitly fixed by
16557 the fix to window_box_text_cols).
16558 (struct saved_window): Rename members left to left_col, top to
16559 top_line, width to total_cols, height to total_lines, orig_top to
16560 orig_top_line, orig_height to orig_total_lines. All uses changed.
16561 New members left_margin_cols, right_margin_cols,
16562 left_fringe_width, right_fringe_width, fringes_outside_margins,
16563 scroll_bar_width, and vertical_scroll_bar_type for saving
16564 per-window display elements.
16565 (Fset_window_configuration): Restore display margins, fringes,
16566 and scroll bar settings. This fixes a bug which caused display
16567 margins to be discarded when saving and restoring a window
16568 configuration.
16569 (save_window_save): Save display margins, fringes, and scroll bar
16570 settings. This fixes a bug which caused display margins to be
16571 discarded when saving and restoring a window configuration.
16572 (Fset_window_margins): Do nothing if display margins are not
16573 really changed. Otherwise, call adjust_window_margins to ensure
16574 the text area doesn't get too narrow. This fixes a bug which
16575 could cause Emacs to trap if setting display margins wider than
16576 the width of the window.
16577 (Fset_window_fringes): New defun to allow user to specifically set
16578 this window's fringe widths and position vs. display margins.
16579 (Fwindow_fringes): New defun to return window's actual fringe settings.
16580 (Fset_window_scroll_bars): New defun to allow user to specifically
16581 set this window's scroll bar width and position.
16582 (Fwindow_scroll_bars): New defun to return window's actual scroll
16583 bar settings.
16584 (compare_window_configurations): Also compare display margins,
16585 fringes, and scroll bar settings.
16586 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
16587
16588 * xdisp.c: Make (many) trivial substitutions for renamed and
16589 new macros in dispextern.h, frame.h and window.h.
16590 (window_box_width): Adapt to per-window fringes and scroll bars,
16591 and new fringe vs. display margin position. Note that returned
16592 value is no longer guaranteed to be a whole multiple of the frame
16593 column width, since per-window fringes may now be any width.
16594 (window_box_left_offset): New function like window_box_left, but
16595 value is relative to left border of window (rather than frame).
16596 (window_box_right_offset): New function like window_box_right,
16597 but value is relative to left border of window.
16598 (window_box_left): Adapt to per-window fringes and scroll bars,
16599 and new fringe vs. display margin position. Simplify by using
16600 WINDOW_LEFT_EDGE_X and window_box_left_offset.
16601 (window_box): Allow null args for unnecessary return values;
16602 change/simplify relevant callers.
16603 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
16604 and new fringe vs. display margin position.
16605 Use window_box_left_offset and window_box_right_offset
16606 (get_glyph_string_clip_rect): Adapt to per-window fringes and
16607 scroll bars, and new fringe vs. display margin position.
16608 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
16609 (draw_fringe_bitmap): Rework to handle per-window fringes and new
16610 fringe vs. display margin position.
16611 (hscroll_window_tree): Use window_box_width instead of window_box.
16612 (redisplay_window): Adapt to per-window scroll bars.
16613 (draw_glyphs): Rework to handle per-window fringes and scroll
16614 bars, and new fringe vs. display margin position.
16615 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
16616 (x_clear_end_of_line): Adapt to per-window fringes and scroll
16617 bars, and new fringe vs. display margin position. Fix bug which
16618 increased total width of full_width rows by width of scroll bars
16619 although window's total width already includes that.
16620 (x_fix_overlapping_area): Simplify using window_box_left_offset.
16621 (expose_area): Simplify using window_box_left_offset.
16622 (x_draw_vertical_border): Handle per-window scroll bar settings,
16623 mixing windows with left, right and no scroll bars.
16624
16625 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
16626 where it's used in x_list_fonts (for clarity).
16627 (frame_update_line_height): Remove unused function; functionality
16628 is now done directly when setting the default font in x_set_font.
16629
16630 * xfns.c: Make (many) trivial substitutions for renamed and
16631 new macros in dispextern.h, frame.h and window.h.
16632
16633 * xmenu.c: Make (some) trivial substitutions for renamed and
16634 new macros in dispextern.h, frame.h and window.h.
16635
16636 * xterm.h (struct x_output): Move members left_pos, top_pos,
16637 border_width, pixel_height, pixel_width, line_height,
16638 internal_border_width, vertical_scroll_bar_extra,
16639 left_fringe_width, right_fringe_width, fringe_cols,
16640 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16641 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16642 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16643 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16644 (PIXEL_WIDTH, PIXEL_HEIGHT)
16645 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16646 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16647 frame.h and renamed [see frame.h changes].
16648 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16649 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16650 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16651 and renamed [see frame.h changes].
16652
16653 * xterm.c: Make (several) trivial substitutions for renamed and
16654 new macros in dispextern.h, frame.h and window.h.
16655 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16656 (scroll_run): Adapt to new fringe position.
16657 (glyph_rect): Use window coordinates returned from
16658 window_from_coordinates rather than frame_to_window_pixel_xy.
16659 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16660 scroll-bars.
16661 (handle_one_xevent): Simplify a USE_GTK conditional.
16662 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16663 (fringes are now inside margins, i.e. always in the clipping area).
16664 All callers changed.
16665 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16666 directly, then call compute_fringe_widths. Don't call
16667 frame_update_line_height.
16668
16669 * w32term.h (struct w32_output): Move members left_pos, top_pos,
16670 border_width, pixel_height, pixel_width, line_height,
16671 internal_border_width, vertical_scroll_bar_extra,
16672 left_fringe_width, right_fringe_width, fringe_cols,
16673 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16674 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16675 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16676 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16677 (PIXEL_WIDTH, PIXEL_HEIGHT)
16678 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16679 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16680 frame.h and renamed [see frame.h changes].
16681 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16682 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16683 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16684 and renamed [see frame.h changes].
16685
16686 * w32term.c: Make (several) trivial substitutions for renamed and
16687 new macros in dispextern.h, frame.h and window.h.
16688 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16689 (glyph_rect): Use window coordinates returned from
16690 window_from_coordinates rather than frame_to_window_pixel_xy.
16691 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16692 scroll-bars.
16693 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
16694 (fringes are now inside margins, i.e. always in the clipping area).
16695 All callers changed.
16696 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16697 directly, then call compute_fringe_widths. Don't call
16698 frame_update_line_height.
16699
16700 * w32console.c: Make (few) trivial substitutions for renamed and
16701 new macros in dispextern.h, frame.h and window.h.
16702
16703 * w32fns.c: Make (many) trivial substitutions for renamed and
16704 new macros in dispextern.h, frame.h and window.h.
16705
16706 * w32menu.c: Make (few) trivial substitutions for renamed and
16707 new macros in dispextern.h, frame.h and window.h.
16708
16709 * macterm.h (struct mac_output): Move members left_pos, top_pos,
16710 border_width, pixel_height, pixel_width, line_height,
16711 internal_border_width, vertical_scroll_bar_extra,
16712 left_fringe_width, right_fringe_width, fringe_cols,
16713 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16714 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
16715 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16716 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16717 (PIXEL_WIDTH, PIXEL_HEIGHT)
16718 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16719 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16720 frame.h and renamed [see frame.h changes].
16721 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16722 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16723 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16724 and renamed [see frame.h changes].
16725
16726 * macterm.c: Make (several) trivial substitutions for renamed and
16727 new macros in dispextern.h, frame.h and window.h.
16728 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16729 (glyph_rect): Use window coordinates returned from
16730 window_from_coordinates rather than frame_to_window_pixel_xy.
16731 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16732 scroll-bars.
16733 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16734 (fringes are now inside margins, i.e. always in the clipping area).
16735 All callers changed.
16736 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16737 directly, then call compute_fringe_widths. Don't call
16738 frame_update_line_height.
16739
16740 * macfns.c: Make (several) trivial substitutions for renamed and
16741 new macros in dispextern.h, frame.h and window.h.
16742 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
16743
16744 * macmenu.c: Make (few) trivial substitutions for renamed and
16745 new macros in dispextern.h, frame.h and window.h.
16746
16747 * msdos.h (struct x_output): Remove members left_pos, top_pos,
16748 and line_height, and use corresponding new members in struct
16749 frame. All uses changed.
16750 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
16751 superseeded by corresponding macros in frame.h.
16752
16753 * msdos.c: Make (several) trivial substitutions for renamed and
16754 new macros in dispextern.h, frame.h and window.h.
16755 (IT_note_mouse_highlight): Use updated window coordinates returned
16756 by window_from_coordinates, rather than adjusting them locally.
16757 (internal_terminal_init): No need to initialize line_height here;
16758 it now defaults to 1.
16759
16760 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
16761
16762 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
16763 dropping `down' events.
16764
16765 2003-05-24 Andreas Schwab <schwab@suse.de>
16766
16767 * coding.c (find_safe_codings): Fix last change.
16768
16769 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
16770
16771 * xfns.c (x_window): Fix typo from 2003-05-21 change.
16772
16773 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
16774
16775 * xdisp.c (display_mode_element): Increase max depth.
16776 Simplify the error handling code. Use a different error string
16777 for the case where we hit the depth limit.
16778
16779 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
16780
16781 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
16782
16783 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
16784
16785 * intervals.c (get_local_map): Don't get char-property of previous
16786 point any more: get_pos_property already does it and better.
16787
16788 2003-05-21 Dave Love <fx@gnu.org>
16789
16790 [Merged from unicode branch.]
16791
16792 * xfns.c (x_window, x_window): Use use_xim.
16793
16794 * xterm.c (use_xim): Initialize.
16795 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16796 (x_term_init): Maybe set use_xim.
16797
16798 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16799
16800 2003-05-21 Jason Rumney <jasonr@gnu.org>
16801
16802 * unexw32.c (_start): Remove _fmode initialization.
16803
16804 * emacs.c (main) [WINDOWSNT]: Move it here.
16805
16806 2003-05-20 Dave Love <fx@gnu.org>
16807
16808 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
16809
16810 2003-05-19 Richard M. Stallman <rms@gnu.org>
16811
16812 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
16813 as value for QCfont attribute.
16814 (realize_default_face): lface should already exist; crash if not.
16815 Specify 0 for FORCE_P when calling set_lface_from_font_name.
16816
16817 * frame.c (Fignore_event): Doc fix.
16818
16819 2003-05-19 Kenichi Handa <handa@m17n.org>
16820
16821 * coding.c (decode_coding_string): Handle post-read-conversion
16822 even if the coding doesn't require decoding.
16823
16824 2003-05-18 Richard M. Stallman <rms@gnu.org>
16825
16826 * callproc.c (Fcall_process_region): Doc fix.
16827
16828 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16829
16830 * lread.c (Fload): Print a message if package is obsolete.
16831
16832 * window.c (Fselect_window): Add optional `norecord' arg.
16833 (select_window_1): Fold into Fselect_window.
16834 (select_window_norecord): New function.
16835 (temp_output_buffer_show): Use it. Preserve current buffer.
16836
16837 * window.h (Fselect_window): Update declaration.
16838
16839 * window.c (delete_window, Fother_window, Fset_window_configuration):
16840 * minibuf.c (read_minibuf):
16841 * macterm.c (x_new_focus_frame):
16842 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
16843 * callint.c (Fcall_interactively):
16844 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
16845
16846 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
16847
16848 2003-05-17 David Kastrup <dak@gnu.org>
16849
16850 * process.c (read_process_output): Back out change from 2003-03-09.
16851
16852 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16853
16854 * editfns.c (get_pos_property): Don't assume that `object' = nil.
16855
16856 * textprop.c (text_property_stickiness): New arg `buffer'.
16857
16858 * intervals.h (text_property_stickiness): New arg `buffer'.
16859 (get_pos_property): Declare.
16860
16861 * intervals.c (get_local_map): Use get_pos_property, to obey
16862 stickiness and empty overlays.
16863 (create_root_interval, graft_intervals_into_buffer): Use BEG.
16864 (merge_properties, intervals_equal, merge_properties_sticky):
16865 Use XCAR, XCDR.
16866 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
16867
16868 2003-05-17 Richard M. Stallman <rms@gnu.org>
16869
16870 * minibuf.c (read_minibuf): If buffer is empty, record the default
16871 in the history.
16872 (Fminibuffer_complete_word): When deleting the overlap, take account
16873 of its real position.
16874
16875 * fns.c (map_char_table): Fix previous change.
16876
16877 * syntax.c (find_defun_start):
16878 When open_paren_in_column_0_is_defun_start,
16879 return beginning of buffer.
16880
16881 * lisp.h (map_char_table): Declare added arg.
16882
16883 * fns.c (map_char_table): New arg TABLE gets the master table.
16884 All calls changed.
16885 Process default and inheritance, resorting to Faref if necessary.
16886
16887 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16888 (Faccessible_keymaps): Pass new arg to map_char_table.
16889
16890 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
16891
16892 * casetab.c (set_case_table): Pass new arg to map_char_table.
16893
16894 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
16895
16896 * lisp.h (specbinding_func): New typedef.
16897 (struct specbinding): Use specbinding_func, to put the `volatile'
16898 in the right place.
16899
16900 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
16901 to avoid GCC warning.
16902
16903 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
16904
16905 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
16906
16907 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
16908
16909 * keyboard.c (apply_modifiers): Don't fill the other cache.
16910
16911 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
16912
16913 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
16914
16915 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
16916 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
16917 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
16918 (Fset_window_configuration, Fcurrent_window_configuration)
16919 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
16920 (Fpos_visible_in_window_p, mark_window_cursors_off)
16921 (window_internal_height, window_internal_width, Frecenter)
16922 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
16923 (replace_buffer_in_all_windows, init_window_once, init_window)
16924 (syms_of_window, keys_of_window): Move from lisp.h.
16925 * lisp.h: Move window.c declarations to window.h.
16926
16927 * bytecode.c: Include window.h.
16928 * emacs.c: Include window.h.
16929
16930 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
16931 (keyremap): Add `parent' field.
16932 (keyremap_step): Use it. Remove `parent' argument.
16933 (read_key_sequence): Setup and use the new `parent' field.
16934
16935 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
16936
16937 * keyboard.c (adjust_point_for_property): Ensure termination.
16938
16939 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
16940
16941 * keyboard.c (follow_key): Remove dead variable `did_meta'.
16942 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
16943 duplicated handling of function-key-map and key-translation-map
16944 in read_key_sequence.
16945 (read_key_sequence): Use them.
16946
16947 * keyboard.c (adjust_point_for_property): Try harder to move point
16948 to the non-sticky end of an invisible property.
16949
16950 * xdisp.c (single_display_prop_intangible_p): Make `space' display
16951 property intangible as well.
16952
16953 2003-05-10 Andreas Schwab <schwab@suse.de>
16954
16955 * xmenu.c (single_menu_item): Change last parameter to void* to
16956 avoid warning.
16957
16958 2003-05-09 Richard M. Stallman <rms@gnu.org>
16959
16960 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
16961 Bind Qinhibit_modification_hooks to t so there will be no GC.
16962 Rename local `tem' to `save_deactivate_mark'.
16963
16964 * eval.c (specpdl_ptr): Declare volatile.
16965 (unbind_to): Copy the whole binding and decrement specpdl_ptr
16966 before doing the work of unbinding it.
16967
16968 * lisp.h (struct specbinding): Declare elements volatile.
16969 (specpdl_ptr): Declare volatile.
16970
16971 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
16972
16973 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
16974 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
16975
16976 2003-05-08 Dave Love <fx@gnu.org>
16977
16978 * coding.c (Vlast_coding_system_used): Doc fix.
16979
16980 2003-05-07 Jason Rumney <jasonr@gnu.org>
16981
16982 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
16983 when system does not support them.
16984
16985 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
16986
16987 * fileio.c (Qwrite_region_annotate_functions): New var.
16988 (build_annotations): Use it to process the global part of the hook.
16989 (syms_of_fileio): Init and staticpro it.
16990
16991 * keyboard.c (safe_run_hooks_error): Display a message instead of
16992 silently ignoring the error.
16993
16994 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
16995
16996 * keyboard.c (input_available_signal): Mark static.
16997 (menu_bar_items): Use map_keymap.
16998 (menu_bar_one_keymap): Remove.
16999 (menu_bar_item): Adjust arglist (for use in map_keymap).
17000 Properly hide a second binding when not both are keymaps.
17001
17002 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17003 (single_keymap_panes): Use it and map_keymap.
17004 (single_menu_item): Use skp as well.
17005
17006 * keymap.h (map_keymap_function_t): New type.
17007 (map_keymap): Declare.
17008
17009 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17010 (map_keymap_call, Fmap_keymap): New functions.
17011 (syms_of_keymap): Defsubr map-keymap.
17012
17013 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17014
17015 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17016 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17017 ..._with_mnemonic functions for menu items.
17018
17019 2003-05-01 Kenichi Handa <handa@m17n.org>
17020
17021 * coding.c (coding_system_accept_latin_extra_p): Delete this
17022 function.
17023 (find_safe_codings): Pay attention to
17024 the property tranlsation-table-for-encode of each codings.
17025 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17026
17027 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17028
17029 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17030
17031 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17032
17033 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17034
17035 * lisp.h (CHECK): Wrap args in parenthesis.
17036 (specbind): Fix doc: symbol = Qnil is not supported any more.
17037
17038 * bytecode.c (Fbyte_code) <unwind-protect>:
17039 Use Fprogn rather than 0 and Qnil.
17040
17041 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17042 `double', and `triple' modifiers as well.
17043
17044 2003-04-30 Richard M. Stallman <rms@gnu.org>
17045
17046 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17047
17048 * alloc.c (abort_on_gc): New variable.
17049 (Fgarbage_collect): Abort if abort_on_gc is set.
17050
17051 * lisp.h (abort_on_gc): Add decl.
17052
17053 * eval.c (Fsignal): Clear abort_on_gc.
17054
17055 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
17056 Reinit FORMAT_START and END before second scan.
17057
17058 * xdisp.c (move_it_vertically_backward): Do the final big else
17059 even if nlines is 0.
17060
17061 * xdisp.c (redisplay_internal): Finish the per-frame loop
17062 even if redisplay is suspended by input.
17063
17064 2003-04-24 Andrew Choi <akochoi@shaw.ca>
17065
17066 * macterm.c (x_list_fonts): Return all fonts that match if
17067 maxnames = -1.
17068
17069 2003-04-25 Kenichi Handa <handa@m17n.org>
17070
17071 * syntax.c (skip_chars): Fix previous change.
17072
17073 2003-04-24 Kenichi Handa <handa@m17n.org>
17074
17075 * syntax.c (skip_chars): Make the code faster by using the common
17076 technique of *p, *stop, and *endp.
17077
17078 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17079
17080 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
17081 tool_bar_items so GTK tool bar expose callback does not access items
17082 being updated.
17083
17084 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17085
17086 * eval.c (Fapply): Undo last change and add a comment about why.
17087
17088 2003-04-18 Miles Bader <miles@gnu.org>
17089
17090 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17091 pickier PARSE_MULTIBYTE_SEQ.
17092
17093 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17096 Use XCDR, XCAR, CONSP.
17097 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17098 (Fapply): Remove unnecessary GCPRO.
17099
17100 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17101
17102 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17103
17104 * buffer.h: Don't hardcode BEG==1.
17105
17106 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17107
17108 2003-04-16 Richard M. Stallman <rms@gnu.org>
17109
17110 * xdisp.c (try_window, try_window_reusing_current_matrix):
17111 When at end of window, set window_end_pos to Z-ZV.
17112
17113 * buffer.c (Foverlay_recenter): Doc fix.
17114
17115 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17116
17117 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17118
17119 2003-04-14 Andrew Choi <akochoi@shaw.ca>
17120
17121 * macterm.c (mac_check_for_quit_char): Don't check more often than
17122 once a second.
17123
17124 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17125
17126 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17127 specially, so that they can't hide an implicit switch-frame event.
17128 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17129 (head_table): Use switch-frame as event_kind for select-window.
17130 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17131
17132 * editfns.c (Fformat): Lisp_Object/int mixup.
17133 (format2): Remove unused var numargs.
17134
17135 2003-04-11 Kenichi Handa <handa@m17n.org>
17136
17137 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
17138 (Qafter_insert_file_set_coding): New variable.
17139 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17140 for after-insert-file-adjust-coding-function.
17141 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17142 instead of Vafter_insert_file_adjust_coding_function.
17143
17144 2003-04-11 Kenichi Handa <handa@m17n.org>
17145
17146 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17147
17148 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17149 string. Callers changed.
17150
17151 2003-04-10 Kenichi Handa <handa@m17n.org>
17152
17153 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
17154 (syms_of_fileio): Declare it as a lisp variable.
17155 (Finsert_file_contents):
17156 Call Vafter_insert_file_adjust_coding_function before calling
17157 decode-format.
17158
17159 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17160
17161 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17162 get GtkAdjustment as widget now is a GtkRange.
17163
17164 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17165 GtkRange to avoid memory leak.
17166
17167 2003-04-09 Kenichi Handa <handa@m17n.org>
17168
17169 * xfaces.c (Vface_font_rescale_alist): New variable.
17170 (struct font_name): New member rescale_ratio.
17171 (font_rescale_ratio): New function.
17172 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
17173 (better_font_p): On comparing point sized, pay attention to
17174 recale_ratio member of fonts.
17175 (build_scalable_font_name): Reflect font->rescale_ratio in the
17176 font name.
17177 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17178
17179 * lread.c (read1): Before calling index, check if the 2nd
17180 arguemnt is in ASCII range.
17181
17182 2003-04-08 Richard M. Stallman <rms@gnu.org>
17183
17184 * fileio.c (Ffile_symlink_p): Doc fix.
17185
17186 * editfns.c (Fformat): Translate positions of text properties
17187 in the format string to apply them to the result.
17188
17189 * fileio.c (Finsert_file_contents): Doc fix.
17190 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17191
17192 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
17193
17194 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17195
17196 2003-04-08 Steven Tamm <steventamm@mac.com>
17197
17198 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17199 that self-contained application finds libexec files.
17200
17201 2003-04-08 Kenichi Handa <handa@m17n.org>
17202
17203 * coding.c (code_convert_region_unwind):
17204 Set Vlast_coding_system_used to the argument.
17205 (code_convert_region): If post-read-conversion function changed
17206 the value of last-coding-sytem, keep the new value in
17207 coding->symbol so that it won't be overridden.
17208 (run_pre_post_conversion_on_str): Likewise.
17209 (coding_system_accept_latin_extra_p): New function.
17210 (find_safe_codings): Pay attention to characters registered in
17211 latin-extra-code-table.
17212
17213 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17214
17215 * Makefile.in (md5.o): Add missing dependency info.
17216
17217 2003-04-06 Richard M. Stallman <rms@gnu.org>
17218
17219 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17220
17221 * marker.c (verify_bytepos): New function.
17222
17223 * intervals.c (set_intervals_multibyte_1): When becoming
17224 multibyte, adjust right and left child sizes to a whole set of
17225 characters. If an interval gets zero total-length, delete it.
17226 If an interval consists of just its children, delete one of them.
17227
17228 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17229 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
17230
17231 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
17232 All calls deleted.
17233 (lisp_malloc): Do the work here directly.
17234
17235 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17236
17237 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17238 char tables.
17239
17240 2003-04-04 Kenichi Handa <handa@m17n.org>
17241
17242 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17243 destructively change "%S" to "%s".
17244
17245 2003-04-03 Miles Bader <miles@gnu.org>
17246
17247 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17248 always set.
17249
17250 2003-04-01 Dave Love <fx@gnu.org>
17251
17252 * xfns.c (xpm_lookup_color): Grok "opaque".
17253
17254 2003-03-31 Andrew Choi <akochoi@shaw.ca>
17255
17256 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17257 parent window ID.
17258
17259 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17260
17261 * macterm.h (struct mac_output): Define x_pixels_diff and
17262 y_pixels_diff.
17263
17264 2003-03-31 Juanma Barranquero <lektu@terra.es>
17265
17266 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17267 blockinput.h and files included from it.
17268
17269 2003-03-31 Kim F. Storm <storm@cua.dk>
17270
17271 The following changes consolidates the common code related to
17272 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17273 files into frame.c.
17274
17275 * frame.c: Include blockinput.h.
17276 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17277 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17278 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17279 related vars here.
17280 (struct frame_parm_table, frame_parms): New table for describing
17281 frame parameters and their associated Q-variable.
17282 The order of the parameters corresponds to the sequence of the
17283 frame_parm_handlers table in redisplay_interface.
17284 (x_fullscreen_move, x_set_frame_parameters)
17285 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17286 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17287 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17288 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17289 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17290 Generic functions for processing of frame parameters.
17291 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17292 (display_x_get_resource, x_get_resource_string): Functions for
17293 generic access to X resources.
17294 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17295 (x_default_parameter, Fx_parse_geometry): Functions for generic
17296 access to frame parameters.
17297 (x_figure_window_size): Generic calculation of frame size.
17298 Fixed to add space needed for tool bar. Also setup size_hint_flags.
17299 (syms_of_frame): Intern and staticpro frame parameter variables.
17300 Defvar_lisp Vx_resource_class and Vx_resource_name here.
17301 Defsubr Sx_get_resource and Sx_parse_geometry.
17302
17303 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
17304 parameter related vars defined in frame.c.
17305 (EMACS_CLASS): Define here.
17306 (enum FULLSCREEN_*): Define here.
17307 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
17308 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
17309 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
17310 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
17311 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
17312 (x_set_visibility, x_set_autoraise, x_set_autolower)
17313 (x_set_unsplittable, x_set_vertical_scroll_bars)
17314 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
17315 (x_figure_window_size): Add prototypes.
17316
17317 * dispextern.h (frame_parm_handler): New typedef.
17318 (struct redisplay_interface): New member frame_parm_handlers.
17319 (enum resource_types): Move declaration here.
17320 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17321 (x_default_parameter): Add prototypes.
17322
17323 * window.c: Remove extern decl for frame parameter vars.
17324 (change_window_heights): New generic function;
17325 replaces x_change_window_heights. All users changed.
17326
17327 * window.h (change_window_heights): Add prototype.
17328
17329 * xfaces.c: Remove extern decl for frame parameter vars.
17330
17331 * xterm.h (EMACS_CLASS): Remove. Use generic define.
17332 (struct w32_display_info): Fix type of xrdb member.
17333 (enum FULLSCREEN_*): Remove.
17334 Remove prototypes for generic functions (in frame.h).
17335
17336 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17337 parameters now defined in frame.h and frame.c.
17338 (Vx_resource_name): Remove. Use generic var.
17339 (enum x_frame_parms): Remove (bogus, unused enum).
17340 (check_x_display_info): Make non-static (for frame.c).
17341 (struct x_frame_parm_table, x_frame_parms): Remove.
17342 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17343 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17344 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17345 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17346 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17347 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17348 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17349 Remove. Use generic functions instead.
17350 (enum resource_types): Remove.
17351 (x_set_scroll_bar_default_width): New global function (for frame.c).
17352 (Fx_create_frame): Depend on x_figure_window_size to add space for
17353 toolbar and setup size_hint_flags.
17354 (x_frame_parm_handlers): New table for redisplay_interface.
17355 (syms_of_xfns): Don't intern/staticpro removed vars.
17356
17357 * xterm.c: Remove unnecessary extern declarations.
17358 (x_fullscreen_adjust): Remove. Use generic instead.
17359 (x_redisplay_interface): Add x_frame_parm_handlers member.
17360
17361 * w32gui.h (XrmDatabase): New (dummy) typedef.
17362
17363 * w32term.h (EMACS_CLASS): Remove. Use generic define.
17364 (struct w32_display_info): Fix type of xrdb member.
17365 (enum FULLSCREEN_*): Remove.
17366 (x_fullscreen_adjust): Remove prototype.
17367
17368 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17369 parameters now defined in frame.h and frame.c.
17370 (Vx_resource_name): Remove. Use generic var.
17371 (enum x_frame_parms): Remove (bogus, unused enum).
17372 (check_x_display_info): Make non-static (for frame.c).
17373 (struct x_frame_parm_table, x_frame_parms): Remove.
17374 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17375 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17376 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17377 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17378 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17379 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17380 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17381 Remove. Use generic functions instead.
17382 (enum resource_types): Remove.
17383 (x_set_scroll_bar_default_width): New global function (for frame.c).
17384 (Fx_create_frame): Depend on x_figure_window_size to add space for
17385 toolbar and setup size_hint_flags.
17386 (w32_frame_parm_handlers): New table for redisplay_interface.
17387 (syms_of_w32fns): Don't intern/staticpro removed vars.
17388
17389 * w32term.c: Remove unnecessary extern declarations.
17390 (x_fullscreen_adjust): Remove. Use generic instead.
17391 (x_redisplay_interface): Add w32_frame_parm_handlers member.
17392
17393 * w32reg.c (x_get_string_resource): Use XrmDatabase.
17394
17395 * macgui.h (XrmDatabase): New (dummy) typedef.
17396
17397 * macterm.h (EMACS_CLASS): Remove.
17398 (struct mac_display_info): Add xrdb member.
17399 (struct mac_output): Add want_fullscreen member.
17400
17401 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17402 parameters now defined in frame.h and frame.c.
17403 (Vx_resource_name): Remove. Use generic var.
17404 (check_x_display_info): Make non-static (for frame.c).
17405 (struct x_frame_parm_table, x_frame_parms): Remove.
17406 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17407 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17408 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17409 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17410 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17411 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17412 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17413 Remove. Use generic functions instead.
17414 (enum resource_types): Remove.
17415 (x_set_scroll_bar_default_width): New global function (for frame.c).
17416 (mac_frame_parm_handlers): New table for redisplay_interface.
17417 (syms_of_macfns): Don't intern/staticpro removed vars.
17418
17419 * macterm.c: Remove unnecessary extern declarations.
17420 (x_redisplay_interface): Add mac_frame_parm_handlers member.
17421
17422 * Makefile.in (frame.o): Add dependency on blockinput.h and files
17423 included from it (atimer.h and systime.h).
17424
17425 2003-03-30 Andreas Schwab <schwab@suse.de>
17426
17427 * xdisp.c (x_insert_glyphs): Fix swapped width and height
17428 parameters for shift_glyphs_for_insert.
17429
17430 * macterm.c (x_redisplay_interface): Add missing entry for
17431 draw_vertical_window_border.
17432
17433 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17434
17435 * fileio.c (Fexpand_file_name): In the no-handler case, after
17436 expanding, look again for a handler and invoke it. This is needed
17437 for filenames like "/foo/../user@host:/bar/../baz" -- the first
17438 expansion produces "/user@host:/bar/../baz" which needs to be
17439 expanded again for the finame result "/user@host:/baz".
17440
17441 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17442
17443 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
17444 of area to be redrawn for better performance.
17445
17446 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
17447
17448 * xterm.c (take_vertical_position_into_account): Remove.
17449 (xt_action_hook): Call set_vertical_scroll_bar if needed.
17450 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
17451 (xm_scroll_callback, x_create_toolkit_scroll_bar)
17452 (x_set_toolkit_scroll_bar_thumb): Simplify.
17453 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
17454 (XTread_socket): Remove unused var.
17455 (x_make_frame_invisible): Replace goto with else.
17456
17457 * xdisp.c (set_vertical_scroll_bar): New fun.
17458 (redisplay_window): Use it.
17459
17460 2003-03-26 Richard M. Stallman <rms@gnu.org>
17461
17462 * xdisp.c (update_tool_bar): Recompute tool bar if
17463 update_mode_lines is set. Set w->update_mode_line
17464 only if the tool bar contents actually change.
17465 (update_menu_bar): Undo previous change.
17466
17467 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17468
17469 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
17470 (xg_frame_set_char_size): Calculate scroll bar width before frame
17471 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
17472 (xg_separator_p): Check for all documented separator types.
17473 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
17474 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
17475
17476 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
17477 so tool bar gets updated.
17478
17479 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
17480
17481 * data.c (store_symval_forwarding): Re-instate part of the code
17482 that was deleted with too much enthusiasm.
17483
17484 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
17485
17486 * data.c (store_symval_forwarding): Delete special read-only
17487 hack for type == -1, since we now use ->constant instead.
17488 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
17489
17490 * buffer.c (overlays_in): Declare static.
17491 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
17492 `constant' field rather than the variable's `type' field.
17493
17494 2003-03-24 Andrew Choi <akochoi@shaw.ca>
17495
17496 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
17497
17498 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
17499
17500 * fns.c [MAC_OSX]: Do not redefine vector.
17501
17502 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
17503
17504 * macgui.h: Remove definition of No_Cursor.
17505
17506 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
17507
17508 * xdisp.c: Define No_Cursor.
17509 (x_write_glyphs, notice_overwritten_cursor)
17510 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
17511 (note_mouse_highlight): Remove Mac-specific code.
17512 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
17513
17514 2003-03-24 John Paul Wallington <jpw@gnu.org>
17515
17516 * xdisp.c (redisplay_window): If mini window's buffer is not
17517 empty, then redisplay it like other windows.
17518
17519 2003-03-23 Kim F. Storm <storm@cua.dk>
17520
17521 * w32term.c (w32_draw_window_cursor): Fix last change.
17522
17523 2003-03-23 Kenichi Handa <handa@m17n.org>
17524
17525 * alloc.c (make_string_from_bytes, make_specified_string):
17526 Add `const' for the arg CONTENTS.
17527
17528 * lisp.h (make_string_from_bytes, make_specified_string):
17529 Prototypes adjusted.
17530
17531 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17532
17533 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
17534
17535 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
17536 (XG_SB_RANGE): New define.
17537
17538 * gtkutil.c (xg_fixed_handle_expose): New function.
17539 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
17540 expose events.
17541 (xg_update_scrollbar_pos): Take two more arguments, left and width
17542 of scroll bar including borders.
17543 Clear left and right part outside scroll bar separately as some
17544 themes have bars that are not an even number of pixels.
17545 Don't set reallocate_redraws, don't call
17546 gdk_window_process_all_updates.
17547 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
17548 so no need to change it. Calculate size and value with XG_SB_RANGE.
17549
17550 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
17551 Pass left and width of scroll bar including borders to
17552 xg_update_scrollbar_pos.
17553
17554 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17555
17556 * Makefile.in: Make sure space precedes end-of-line backslashes.
17557
17558 2003-03-22 Kim F. Storm <storm@cua.dk>
17559
17560 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
17561 Add generic versions here. Remove system specific versions
17562 defined elsewhere.
17563
17564 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
17565 Add prototypes.
17566
17567 * xterm.h (STORE_NATIVE_RECT): New macro.
17568
17569 2003-03-21 Kim F. Storm <storm@cua.dk>
17570
17571 * xdisp.c (get_glyph_string_clip_rect):
17572 Use FRAME_INTERNAL_BORDER_WIDTH.
17573
17574 * dispextern.h (struct redisplay_interface): Add active_p
17575 argument to draw_window_cursor member. All uses changed.
17576
17577 2003-03-21 Kim F. Storm <storm@cua.dk>
17578
17579 The following changes consolidate code related to writing and
17580 inserting glyphs, exposing frame, the tool bar, the mouse face,
17581 the output cursor, and help echo from xterm.c, w32term.c and
17582 macterm.c into xdisp.c. It also generalizes the use of the
17583 window_part enum instead of using numeric values throughout.
17584
17585 * xdisp.c: Consolidate gui-independent code here.
17586 Include keymap.h.
17587 (Qhelp_echo): Import.
17588 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
17589 (help_echo_string, help_echo_window, help_echo_object)
17590 (previous_help_echo_string, help_echo_pos): Declare here.
17591 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
17592 (estimate_mode_line_height): Define here. Handle windowing
17593 systems directly (without using estimate_mode_line_height_hook).
17594 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
17595 (update_window_cursor, update_cursor_in_window_tree)
17596 (fast_find_position, fast_find_string_pos)
17597 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
17598 (expose_area, expose_line, expose_overlaps, expose_window)
17599 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
17600 declared static as they are only used locally in xdisp.c.
17601 (draw_glyphs): Rename from x_draw_glyphs and make static.
17602 (tool_bar_item_info, notice_overwritten_cursor): Make static.
17603 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17604 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
17605 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
17606 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17607 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
17608 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
17609 (note_mouse_highlight, x_clear_window_mouse_face)
17610 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
17611 (x_intersect_rectangles): New generic functions for use by xdisp.c
17612 and GUI front-ends.
17613 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
17614 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
17615
17616 * dispextern.h (Display_Info): Generic typedef for *_display_info.
17617 (NativeRectangle): Generic typedef for rectangle type.
17618 (enum window_part): Move here from window.c.
17619 (struct redisplay_interface): New members flush_display_optional,
17620 define_frame_cursor, clear_frame_area, draw_window_cursor,
17621 draw_vertical_window_border, shift_glyphs_for_insert.
17622 Rename member clear_mouse_face to clear_window_mouse_face.
17623 (estimate_mode_line_height_hook): Remove hook.
17624 (auto_raise_tool_bar_buttons_p): Don't declare extern.
17625 (tool_bar_item_info): Remove prototype.
17626 (help_echo_string, help_echo_window, help_echo_object)
17627 (previous_help_echo_string, help_echo_pos)
17628 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
17629 (x_stretch_cursor_p, output_cursor): Declare extern.
17630 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
17631 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
17632 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17633 (display_and_set_cursor, set_output_cursor, x_cursor_to)
17634 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
17635 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17636 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
17637 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
17638 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
17639 Add prototypes.
17640 (mode_line_string, marginal_area_string): Fix prototypes.
17641
17642 * window.c (enum window_part): Move to dispextern.h.
17643 (coordinates_in_window): Use enum window_part member names
17644 instead of numbers to describe return value.
17645 (struct check_window_data): Change part member to window_part.
17646 (check_window_containing): Return window_part unaltered.
17647 (window_from_coordinates): Change part arg from int to enum
17648 window_part. Allow part arg to be null. All users changed.
17649
17650 * window.h (window_from_coordinates): Fix prototype.
17651
17652 * term.c (estimate_mode_line_height): Move to xdisp.c.
17653
17654 * keyboard.c (make_lispy_event): Use enum window_part.
17655
17656 * dispnew.c (mode_line_string, marginal_area_string): Use enum
17657 window_part instead of int in arg list. Users changed.
17658
17659 * xterm.h (No_Cursor): Declare as None for X.
17660 (struct mac_output): Replace member cross_cursor by hand_cursor.
17661
17662 * xterm.c: Remove consolidated defines and code.
17663 (BETWEEN): Remove unused macro.
17664 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
17665 (x_define_frame_cursor, x_clear_frame_area)
17666 (x_draw_window_cursor): New X-specific functions for RIF.
17667 (x_redisplay_interface): Add new members.
17668
17669 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
17670
17671 * w32term.h (struct w32_output): Remove cross_cursor member.
17672
17673 * w32term.c: Remove consolidated defines and code.
17674 (BETWEEN): Remove unused macro.
17675 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
17676 (w32_define_frame_cursor, w32_clear_frame_area)
17677 (w32_draw_window_cursor): New W32-specific functions for RIF.
17678 (w32_redisplay_interface): Add new members.
17679
17680 * w32gui.h (No_Cursor): Define as 0 for W32.
17681 (XRectangle): Add X compatible rectangle type.
17682 (NativeRectangle): Declare as RECT for W32.
17683 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17684
17685 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
17686
17687 * w32console.c: Remove consolidated defines and code.
17688
17689 * msdos.h (Display_Info): Add generic typedef.
17690
17691 * msdos.c: Remove consolidated defines and code.
17692 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
17693
17694 * macterm.h (struct mac_output): Replace member cross_cursor by
17695 hand_cursor.
17696 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
17697
17698 * macterm.c: Remove consolidated defines and code.
17699 (BETWEEN): Remove unused macro.
17700 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
17701 (mac_define_frame_cursor, mac_clear_frame_area)
17702 (mac_draw_window_cursor): New Mac-specific functions for RIF.
17703 (x_redisplay_interface): Add new members.
17704
17705 * macgui.h (No_Cursor): Define as 0 for Mac.
17706 (XRectangle): Add X compatible rectangle type.
17707 (NativeRectangle): Declare as Rect for Mac.
17708 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17709
17710 * macfns.c (x_set_mouse_color): Setup hand_cursor.
17711 (x_set_cursor_color): Use x_display_and_set_cursor.
17712
17713 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
17714 included from it. Add dependency on keymap.h.
17715
17716 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
17717
17718 2003-03-21 Kenichi Handa <handa@m17n.org>
17719
17720 * fileio.c (Fexpand_file_name): Fix previous change.
17721
17722 2003-03-19 Kenichi Handa <handa@m17n.org>
17723
17724 * fileio.c (Ffile_name_directory): Reconstruct file name by
17725 make_specified_string.
17726 (Ffile_name_nondirectory, Ffile_name_as_directory)
17727 (Fdirectory_file_name, Fexpand_file_name)
17728 (Fsubstitute_in_file_name): Likewise.
17729 (Fread_file_name): Compare decoded homedir with DIR and
17730 DEFAULT_FILENAME.
17731
17732 * alloc.c (make_specified_string): If NCHARS is negative, count
17733 the number of characters.
17734
17735 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17736
17737 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
17738 all widgets.
17739
17740 * gtkutil.h: Removed xg_ignore_next_thumb.
17741
17742 2003-03-18 Kenichi Handa <handa@m17n.org>
17743
17744 * coding.c (Vchar_coding_system_table): Remove this variable.
17745 (Vcoding_system_safe_chars): New variable.
17746 (intersection): Remove this function.
17747 (find_safe_codings): Don't use Vchar_coding_system_table, but try
17748 all codings in SAFE_CODINGS.
17749 (Ffind_coding_systems_region_internal): Adjust for the change of
17750 find_safe_codings. Get generic coding systems from
17751 Vcoding_system_safe_chars.
17752 (Fdefine_coding_system_internal): New function.
17753 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
17754 Initialize and staticpro Vcoding_system_safe_chars.
17755
17756 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17757
17758 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
17759 equal old values before updating.
17760
17761 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
17762
17763 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
17764
17765 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17766
17767 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
17768 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
17769 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
17770 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
17771 (xg_create_scroll_bar): Pass bar to button event callback.
17772 (xg_find_top_left_in_fixed): New function.
17773 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
17774 whole scroll bar area. Get old position with
17775 xg_find_top_left_in_fixed, calculate and only clear needed areas.
17776 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
17777 dragging is in progress. Calculate whole as for Motif.
17778 Remove code that saved last values. Call gtk_range functions to
17779 set scroll bar sizes.
17780
17781 * gtkutil.h: Removed xg_ignore_next_thumb.
17782
17783 2003-03-17 Juanma Barranquero <lektu@terra.es>
17784
17785 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
17786 and files included from it.
17787
17788 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
17789
17790 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
17791 multiple occurrences of the same keymap under different prefixes.
17792 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
17793
17794 2003-03-16 Jason Rumney <jasonr@gnu.org>
17795
17796 * w32gui.h: Use HDC for Display.
17797
17798 * w32term.c (w32_encode_char): Prevent double-byte chars from
17799 crashing Emacs.
17800
17801 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
17802 as binary.
17803
17804 2003-03-16 Juanma Barranquero <lektu@terra.es>
17805
17806 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
17807
17808 2003-03-16 Kim F. Storm <storm@cua.dk>
17809
17810 The following changes consolidate some of the gui-independent
17811 parts of the processing and drawing of "glyph strings" from
17812 xterm.c, w32term.c, and macterm.c into xdisp.c.
17813
17814 * dispextern.h (struct glyph): Reduce face_id member from 22 to
17815 21 bits (this reduces number of faces from 4M to 2M).
17816 Replace W32 specific w32_font_type member (2 bits) by generic
17817 font_type member (3 bits) for portability.
17818 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
17819 (enum draw_glyphs_face): Define here.
17820 (struct glyph_string): Define here. Merge W32 and X versions.
17821 (struct redisplay_interface): New members per_char_metric,
17822 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
17823 (VCENTER_BASELINE_OFFSET): Define here.
17824 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
17825 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
17826
17827 * xdisp.c: Consolidate gui-independent "glyph string" code here.
17828 (dump_glyph_string): Moved here.
17829 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
17830 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
17831 (fill_composite_glyph_string, fill_glyph_string)
17832 (fill_image_glyph_string, fill_stretch_glyph_string)
17833 (left_overwritten, left_overwriting, right_overwritten)
17834 (right_overwriting, get_char_face_and_encoding)
17835 (set_glyph_string_background_width, compute_overhangs_and_x)
17836 (append_glyph, append_composite_glyph, produce_image_glyph)
17837 (take_vertical_position_into_account, append_stretch_glyph)
17838 (produce_stretch_glyph): New generic functions (based on X version).
17839 Call platform specific functions through rif.
17840 (INIT_GLYPH_STRING): New macro, hides W32 details.
17841 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
17842 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
17843 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
17844 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
17845 (notice_overwritten_cursor):
17846 Generic functions exported to platform modules. Users changed.
17847
17848 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
17849 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
17850 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
17851 New macros for consolidated code.
17852
17853 * xterm.c: Remove consolidated defines and code.
17854 (x_per_char_metric, x_encode_char)
17855 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
17856 (x_redisplay_interface): Add new members.
17857
17858 * w32gui.h (Display): Add dummy typedef for consolidation.
17859 (XChar2b): Define alias for wchar_t for consolidation.
17860 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17861
17862 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
17863 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
17864 New macros for consolidation.
17865
17866 * w32term.c: Remove consolidated defines and code.
17867 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
17868 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
17869 (w32_per_char_metric): Change font_type arg to int for RIF.
17870 (w32_encode_char): Return int according to RIF requirements.
17871 (w32_compute_glyph_string_overhangs): Adapt to RIF.
17872 (w32_get_glyph_overhangs): New function for RIF. Uses generic
17873 x_get_glyph_overhangs.
17874 (w32_redisplay_interface): Add new members.
17875
17876 * macgui.h (XChar2b): Move typedef here for consolidation.
17877 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17878
17879 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
17880 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
17881 consolidation.
17882
17883 * macterm.c: Remove consolidated defines and code.
17884 (mac_per_char_metric): New function for RIF.
17885 (mac_encode_char): Adapt to new RIF requirements.
17886 (mac_compute_glyph_string_overhangs): Adapt for RIF.
17887 (x_redisplay_interface): Add new members.
17888
17889 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
17890
17891 * keymap.c (Vmenu_events): New var.
17892 (syms_of_keymap): Initialize it.
17893 (where_is_internal): Check more carefully what is a menu event.
17894
17895 2003-03-14 Richard M. Stallman <rms@gnu.org>
17896
17897 * lread.c (read1): After #!, exit loop on eof.
17898
17899 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17900
17901 * gtkutil.h: Add declaration for xg_frame_cleared.
17902
17903 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
17904
17905 * gtkutil.c (struct xg_last_sb_pos): New structure.
17906 (handle_fixed_child): New function.
17907 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
17908 and force a redraw on them.
17909 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
17910 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
17911 so we can avoid unneeded redraws.
17912 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
17913 and force a redraw on the scroll bar.
17914 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
17915 if xg_last_sb_pos shows the positions are up to date.
17916 (xg_frame_cleared): New function.
17917
17918 2003-03-13 Kenichi Handa <handa@m17n.org>
17919
17920 * coding.c (Fdetect_coding_region): Fix docstring.
17921 (Fdetect_coding_string): Fix docstring.
17922
17923 2003-03-13 Andreas Schwab <schwab@suse.de>
17924
17925 * gtkutil.c: Add prototype for create_menus.
17926
17927 * data.c (long_to_cons): Fix type of top.
17928
17929 * xselect.c (selection_data_to_lisp_data): Use int instead of
17930 long for an integer of size 4.
17931
17932 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
17933 (xg_tool_bar_help_callback): Likewise.
17934
17935 2003-03-12 Andreas Schwab <schwab@suse.de>
17936
17937 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
17938
17939 2003-03-12 Kim F. Storm <storm@cua.dk>
17940
17941 The following changes consolidate the fringe handling from
17942 xterm.c, w32term.c, and macterm.c into xdisp.c.
17943
17944 * xdisp.c: Consolidate fringe handling code here.
17945 (left_bits, right_bits, continued_bits, continuation_bits)
17946 (ov_bits, zv_bits): Define fringe bitmaps.
17947 (fringe_bitmaps): New array holding fringe bitmaps.
17948 (draw_fringe_bitmap): Draw a specific bitmap; call display
17949 specific drawing routine via rif->draw_fringe_bitmap.
17950 (draw_row_fringe_bitmaps): Generic replacement for
17951 x_draw_row_fringe_bitmaps; all callers changed.
17952 (compute_fringe_widths): Generic replacement for
17953 x_compute_fringe_widths; all callers changed.
17954
17955 * dispextern.h (enum fringe_bitmap_type): Define here.
17956 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
17957 (fringe_bitmaps): Declare extern.
17958 (struct redisplay_interface): New member draw_fringe_bitmap.
17959 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
17960
17961 * xterm.c: Remove generic fringe code.
17962 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
17963 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
17964
17965 * w32term.c: Remove generic fringe code.
17966 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
17967 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
17968
17969 * macterm.c: Remove generic fringe code.
17970 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
17971 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
17972
17973 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
17974
17975 * print.c (Fprin1_to_string): Return unibyte string if possible.
17976
17977 2003-03-09 David Kastrup <dak@gnu.org>
17978
17979 * process.c (read_process_output): We have allocated enough space
17980 for readmax and carryover, so actually use the alloted space.
17981
17982 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17983
17984 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
17985 toolkit scrollbar click.
17986
17987 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
17988 for USE_GTK.
17989 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
17990 also.
17991 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
17992 scrollbar and control is pressed, call x_scroll_bar_handle_click.
17993
17994 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
17995
17996 * gtkutil.c (xg_get_scroll_id_for_window): New function.
17997 (xg_tool_bar_item_expose_callback): New function.
17998 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
17999 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18000 on the tool bar widget.
18001 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18002 to expose on the tool bar item widgets.
18003
18004 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18005
18006 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
18007 struct image* when deciding to update (struct image* may have been
18008 deleted from the image cache).
18009
18010 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18011 the event isn't for a frame (i.e. for dialogs).
18012
18013 2003-03-07 Kenichi Handa <handa@m17n.org>
18014
18015 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18016 composition components reaches the limit, terminate composing.
18017 (COMPOSITION_OK): New macro.
18018 (detect_coding_iso2022): Use it if an escape sequence for
18019 composition is found.
18020 (coding_restore_composition): Adjust the number of composition
18021 components if it is not sane.
18022
18023 2003-03-06 Juanma Barranquero <lektu@terra.es>
18024
18025 * w32term.h (struct w32_display_info): Add xrdb member to support
18026 passing resources via -xrm on Windows.
18027
18028 * w32term.c (w32_make_rdb): New function.
18029 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18030 struct. Delete leftover code.
18031
18032 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18033 for resources passed on the command line.
18034
18035 * w32reg.c (w32_get_rdb_resource): New function.
18036 (x_get_string_resource): Use it, so resources passed with -xrm
18037 supercede the ones in the registry.
18038
18039 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18040
18041 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18042 instead of x_top_window_to_frame.
18043
18044 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18045
18046 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18047 when restarting Emacs.
18048
18049 2003-03-03 Richard M. Stallman <rms@gnu.org>
18050
18051 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18052 to run kill-buffer-query-functions.
18053 (Qkill_buffer_query_functions): New var.
18054 (syms_of_buffer): Init and staticpro it.
18055
18056 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18057
18058 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18059
18060 2003-02-25 Kim F. Storm <storm@cua.dk>
18061
18062 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18063 If centering point failed to make whole line visible and vscroll
18064 is non-zero, disable vscroll and try centering point again.
18065
18066 * lread.c (read1): Accept `single space' syntax like (? x).
18067
18068 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18069
18070 * keyboard.c (cancel_hourglass_unwind): Surround with
18071 #ifdef HAVE_X_WINDOWS
18072
18073 2003-02-25 Kenichi Handa <handa@m17n.org>
18074
18075 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18076 process only when "subprocesses" is defined.
18077
18078 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18079
18080 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18081
18082 2003-02-24 Juanma Barranquero <lektu@terra.es>
18083
18084 * callint.c (fix_command): Declare as static void and move before
18085 Fcall_interactively.
18086
18087 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18088 (syms_of_xdisp): Don't initialize Qwhen.
18089
18090 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18091
18092 * keyboard.c (cancel_hourglass_unwind): New function.
18093 (command_loop_1): Cancel hourglass with unwind-protect.
18094
18095 2003-02-23 Richard M. Stallman <rms@gnu.org>
18096
18097 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18098 Detect (when ... (region-beginning)) etc.
18099 (Fcall_interactively): Call fix_command.
18100 (Qif, Qwhen): New variables.
18101 (syms_of_callint): Init and staticpro them.
18102
18103 * regex.c (print_partial_compiled_pattern): Output to stderr.
18104
18105 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18106
18107 * dired.c (directory_files_internal): Don't expand directory.
18108 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18109 instead. From Lars Hansen <larsh@math.ku.dk>.
18110
18111 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18112
18113 * fns.c (string_to_multibyte): Remove unused var i.
18114 (Flanginfo): Fix int/Lisp_Object mixup.
18115 (void_call2): New fun.
18116 (Fmap_char_table): Use it in place of call2.
18117
18118 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18119
18120 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18121
18122 * keymap.c (copy_keymap_1): Make it static.
18123
18124 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18125
18126 2003-02-22 David Ponce <david@dponce.com>
18127
18128 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18129
18130 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18131
18132 * process.h: Removed subtty field from struct Lisp_Process.
18133
18134 * process.c (create_process): Remove setting of subtty.
18135 (emacs_get_tty_pgrp): New function.
18136 (Fprocess_running_child_p, process_send_signal):
18137 Call emacs_get_tty_pgrp instead of ioctl.
18138 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18139
18140 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18141
18142 * keymap.c (Fdefine_key): Doc fix.
18143
18144 2003-02-21 Juanma Barranquero <lektu@terra.es>
18145
18146 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18147
18148 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18149 POLLING_PROBLEM_IN_SELECT.
18150
18151 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18152 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18153
18154 * s/hpux10-20.h: New file.
18155
18156 * process.c (wait_reading_process_input):
18157 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
18158
18159 2003-02-20 Kenichi Handa <handa@m17n.org>
18160
18161 * fontset.c (check_fontset_name): If NAME is nil, return the
18162 default fontset.
18163 (override_font_info): New function.
18164 (Fset_fontset_font): Document that NAME nil means the default fontset.
18165 (Ffontset_info): If FONTSET is not the default fontset, merge
18166 FONTSET onto the copy of the default fontset, and work on that
18167 copy. Document that NAME nil means the default fontset.
18168 (Ffontset_font): Document that NAME nil means the default fontset.
18169
18170 * process.c (setup_process_coding_systems): If the process's
18171 in/out descriptor is -1, do nothing.
18172
18173 2003-02-19 Andreas Schwab <schwab@suse.de>
18174
18175 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18176 Add prototypes.
18177
18178 2003-02-19 Kenichi Handa <handa@m17n.org>
18179
18180 * xfaces.c (try_alternative_families): Try all scalable fonts if
18181 Vscalable_fonts_allowed is not Qt.
18182
18183 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18184
18185 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18186
18187 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18188
18189 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18190 names.
18191
18192 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
18193 (sorted_font_list): Move allocation of struct font_name to
18194 x_face_list_fonts.
18195 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18196 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18197
18198 2003-02-18 Kim F. Storm <storm@cua.dk>
18199
18200 * lread.c (read1): Fix last change.
18201 "`" is not always special. Allow "?" after a character constant.
18202
18203 2003-02-18 Andrew Choi <akochoi@shaw.ca>
18204
18205 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18206
18207 2003-02-18 Andreas Schwab <schwab@suse.de>
18208
18209 * window.c (window_scroll_pixel_based): Move outside a
18210 multi-glyph character before setting new window start.
18211
18212 * xdisp.c (in_display_vector_p): New function.
18213 * dispextern.h (in_display_vector_p): Declare.
18214
18215 2003-02-18 Kim F. Storm <storm@cua.dk>
18216
18217 * lread.c (read1): Fix and relax read syntax.
18218 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18219 Only recognize "," after dotted-pair dot if inside backquote.
18220 Never include "`" or "," (inside backquote) in a symbol.
18221 Allow dotted-pair dot after a character constant.
18222 Allow "`" and "," (inside backquote) after a character constant.
18223
18224 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18225
18226 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18227 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18228 icons. Set name of tool bar to emacs-toolbar.
18229 (update_frame_tool_bar): Connect expose event to
18230 xg_tool_bar_expose_callback.
18231
18232 2003-02-17 Richard M. Stallman <rms@gnu.org>
18233
18234 * keyboard.c (this_command_key_count_reset): New variable.
18235 Initiatize to 0 where this_command_key_count is set.
18236 (read_char): Save and restore this_command_key_count_reset
18237 around input method code.
18238 (read_char): If this_command_key_count_reset, echo reread commands.
18239 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18240
18241 2003-02-17 Kenichi Handa <handa@m17n.org>
18242
18243 * fns.c (string_to_multibyte): Always return a multibyte string.
18244
18245 2003-02-16 Jason Rumney <jasonr@gnu.org>
18246
18247 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18248 Negative max_fonts parameter means list all.
18249
18250 2003-02-14 Dave Love <fx@gnu.org>
18251
18252 * fns.c (Flanginfo): Doc fix.
18253
18254 2003-02-13 Kim F. Storm <storm@cua.dk>
18255
18256 * lread.c (read_escape): Interpret \s as a SPACE character, except
18257 for \s-X in a character constant which still is the super modifier.
18258 (read1): Signal an `invalid read syntax' error if a character
18259 constant is immediately followed by a digit or symbol character.
18260
18261 * search.c (Fmatch_data): Doc fix. Explicitly state that
18262 match-data is undefined if last search failed.
18263
18264 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
18265 All uses changed.
18266
18267 2003-02-12 Juanma Barranquero <lektu@terra.es>
18268
18269 * eval.c (Fdefmacro): Fix typo.
18270
18271 2003-02-12 Kim F. Storm <storm@cua.dk>
18272
18273 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18274 macro is a string, convert meta modifiers in string when copying
18275 the string into a vector.
18276
18277 2003-02-11 Kim F. Storm <storm@cua.dk>
18278
18279 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18280
18281 2003-02-11 Kenichi Handa <handa@m17n.org>
18282
18283 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18284
18285 2003-02-10 Kim F. Storm <storm@cua.dk>
18286
18287 * process.c: Doc fixes.
18288 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18289
18290 2003-02-10 Kenichi Handa <handa@m17n.org>
18291
18292 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
18293
18294 * process.c (QCfilter_multibyte): New variable.
18295 (setup_process_coding_systems): New function.
18296 (Fset_process_buffer, Fset_process_filter):
18297 Call setup_process_coding_systems.
18298 (Fstart_process): Initialize the member `filter_multibyte' of
18299 struct Lisp_Process.
18300 (create_process): Call setup_process_coding_systems.
18301 (Fmake_network_process): New keyward `:filter-multibyte'.
18302 Initialize the member `filter_multibyte' of struct Lisp_Process.
18303 Call setup_process_coding_systems.
18304 (server_accept_connection): Call setup_process_coding_systems.
18305 (read_process_output): If the process has a filter, decide the
18306 multibyteness of a string to given to the filter by
18307 `filter_multibyte' member of the process. If the process doesn't
18308 have a filter and the result of conversion is unibyte, use
18309 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
18310 multibyte form.
18311 (Fset_process_coding_system): Call setup_process_coding_systems.
18312 (Fset_process_filter_multibyte): New function.
18313 (Fprocess_filter_multibyte_p): New function.
18314 (syms_of_process): Intern and staticpro QCfilter_multibyte.
18315 Defsubr Sset_process_filter_multibyte and
18316 Sprocess_filter_multibyte_p.
18317
18318 * process.h (struct Lisp_Process): New member filter_multibyte.
18319
18320 * lisp.h (setup_process_coding_systems): Add prototype.
18321
18322 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
18323 process, update coding systems for the process.
18324
18325 2003-02-09 Kenichi Handa <handa@m17n.org>
18326
18327 * fns.c (string_to_multibyte): New function.
18328 (Fstring_to_multibyte): New function.
18329 (syms_of_fns): Defsubr it.
18330
18331 2003-02-08 Andreas Schwab <schwab@suse.de>
18332
18333 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
18334 instead of the substitution.
18335
18336 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18337
18338 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
18339
18340 * xmenu.c (menu_position_func): Adjust menu popup position so that
18341 the menu is fully visible.
18342
18343 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18344
18345 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
18346 (x_make_frame_invisible, x_wm_set_icon_position):
18347 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
18348
18349 * xfns.c (x_set_name, x_set_title): Ditto.
18350
18351 2003-02-04 Richard M. Stallman <rms@gnu.org>
18352
18353 * keyboard.c (echo_now): Update before_command_echo_length.
18354 (Freset_this_command_lengths): Reset this_command_key_count etc.
18355 immediately rather than arranging to do it later.
18356 (before_command_key_count_1, before_command_echo_length_1)
18357 (before_command_restore_flag): Vars deleted.
18358 (add_command_key): Don't handle before_command_restore_flag.
18359 (read_char, record_menu_key): Don't update before_command_key_count or
18360 before_command_echo_length.
18361 (read_char): Don't handle before_command_restore_flag.
18362
18363 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
18364 in direct-output clauses if it wouldn't be called in the ordinary case.
18365
18366 2003-02-04 Kim F. Storm <storm@cua.dk>
18367
18368 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
18369
18370 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18371
18372 * gtkutil.c (remove_from_container): Copying list is not needed.
18373 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
18374 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
18375 on list returned from gtk_container_get_children to avoid memory leak.
18376
18377 2003-02-01 Jason Rumney <jasonr@gnu.org>
18378
18379 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
18380 local malloc.
18381 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
18382 definitions in xpm.h.
18383 (init_xpm_functions): New function.
18384 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
18385 (init_external_image_libraries): Try to load libXpm.dll.
18386
18387 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
18388 timestamp.
18389
18390 2003-01-31 Dave Love <fx@gnu.org>
18391
18392 * syntax.c (Fskip_chars_forward)
18393 (open-paren-in-column-0-is-defun-start): Doc fix.
18394
18395 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
18396
18397 * fileio.c: Support // at start of name for Cygwin (just added proper
18398 preprocessor tests).
18399
18400 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
18401
18402 * Makefile.in: Use @EXEEXT@ for Cygwin.
18403
18404 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
18405
18406 * s/cygwin.h: Added for Cygwin port.
18407
18408 2003-01-31 Juanma Barranquero <lektu@terra.es>
18409
18410 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
18411 when including gif_lib.h.
18412 (init_gif_functions, init_tiff_functions): New functions.
18413 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
18414 Windows. Disable color table lookups. Call library functions
18415 through pointers determined at runtime.
18416 (init_external_image_libraries): Try to load libungif.dll and
18417 libtiff.dll.
18418
18419 2003-01-31 Kenichi Handa <handa@m17n.org>
18420
18421 * xdisp.c (SKIP_GLYPHS): New macro.
18422 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
18423
18424 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18425
18426 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
18427
18428 2003-01-30 Dave Love <fx@gnu.org>
18429
18430 * alloc.c (Vgc_elapsed, gcs_done): New variables.
18431 (Fgarbage_collect): Use them.
18432 (init_alloc, syms_of_alloc): Set them up.
18433
18434 2003-01-30 Juanma Barranquero <lektu@terra.es>
18435
18436 * w32fns.c (init_external_image_libraries): Add missing operator.
18437
18438 2003-01-29 Jason Rumney <jasonr@gnu.org>
18439
18440 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
18441 an alternative name for jpeg.dll.
18442
18443 2003-01-29 Kenichi Handa <handa@m17n.org>
18444
18445 * xdisp.c (set_cursor_from_row): Pay attention to string display
18446 properties.
18447
18448 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18449
18450 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
18451 <escape>.
18452 (keycode_to_xkeysym_table): Reformat and add more comments.
18453 (XTread_socket): Drop special case for backspace.
18454
18455 2003-01-28 Andrew Choi <akochoi@shaw.ca>
18456
18457 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
18458 values in old-style RGB specs.
18459
18460 2003-01-27 Juanma Barranquero <lektu@terra.es>
18461
18462 * w32fns.c (init_external_image_libraries): Try alternate names for the
18463 jpeg dll.
18464
18465 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18466
18467 * gtkutil.c (create_dialog, xg_separator_p)
18468 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
18469 before calling strcmp or strlen.
18470
18471 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18472
18473 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
18474 and handle image load failure.
18475
18476 2003-01-26 Jason Rumney <jasonr@gnu.org>
18477
18478 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
18479 New functions.
18480 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
18481 Disable color table lookups. Call jpeg library functions
18482 through pointers determined at runtime.
18483 (init_external_image_libraries): Try to load jpeg.dll.
18484
18485 2003-01-25 Richard M. Stallman <rms@gnu.org>
18486
18487 * lisp.h: Declare format2 instead of format1.
18488
18489 * fileio.c (barf_or_query_if_file_exists):
18490 Call format2 instead of format1.
18491
18492 * editfns.c (format2): New function, replaces format1
18493 but takes exactly two Lisp Objects as format args.
18494
18495 * buffer.c (Fkill_buffer): Call format2 instead of format1.
18496
18497 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18498
18499 * xterm.h: Change to return value of x_dispatch_event to int.
18500
18501 * xterm.c (x_filter_event): New function.
18502 (event_handler_gdk, XTread_socket): Call x_filter_event.
18503 (x_dispatch_event): Change to return value of finish.
18504 (event_handler_gdk): Use return value from x_dispatch_event.
18505
18506 * xfns.c (x_window): Call create_frame_xic for GTK version to
18507 initialize input methods.
18508
18509 * gtkutil.h: Add (void) prototypes.
18510
18511 * gtkutil.c (create_menus): Remove code that puts the help menu to
18512 the right.
18513
18514 2003-01-25 Jason Rumney <jasonr@gnu.org>
18515
18516 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
18517 [HAVE_PNG]: Sync with xfns.c version.
18518 (png_load): Adjust colors for Windows. Use Windows
18519 bitmaps. Disable color table lookups.
18520 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
18521 (init_png_functions): New function.
18522 (png_read_from_memory, png_load): Call png library functions
18523 through pointers determined at runtime.
18524 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
18525 (init_external_image_libraries): New function.
18526 (init_xfns): Call it.
18527
18528 2003-01-24 Andreas Schwab <schwab@suse.de>
18529
18530 * minibuf.c (Fminibuffer_message): Verify type of parameter.
18531
18532 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18533
18534 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
18535 of static initializer.
18536
18537 2003-01-24 Dave Love <fx@gnu.org>
18538
18539 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
18540 architectures.
18541
18542 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
18543 Use __alignof__.
18544
18545 2003-01-24 Kenichi Handa <handa@m17n.org>
18546
18547 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
18548 It it is nonzero, don't pretend that an invisible area doesn't exist.
18549 (command_loop_1): Call adjust_point_for_property with proper
18550 second arg.
18551
18552 2003-01-22 Jason Rumney <jasonr@gnu.org>
18553
18554 Sync changes with xterm.c and xfns.c.
18555
18556 * w32term.c (x_draw_glyph_string_foreground)
18557 (x_draw_composite_glyph_string_foreground): Implement overstriking.
18558
18559 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
18560 phys_cursor's hpos is overwritten. This is still not completely
18561 correct, as it doesn't really make sense to use hpos at all to
18562 get the cursor glyph (as that is relative to the width of the
18563 characters on the line, which may have changed during the update).
18564
18565 * w32term.c (notice_overwritten_cursor): Handle the special case
18566 of the cursor being in the first blank non-text line at the
18567 end of a window.
18568
18569 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18570 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18571 Compute from the x position returned by x_draw_glyphs.
18572
18573 (x_display_and_set_cursor): Don't set phys_cursor_width here,
18574 except for NO_CURSOR and system caret, to make phys_cursor_width
18575 contain what its name suggests.
18576 (notice_overwritten_cursor): Consider the cursor image erased if
18577 the output area intersects the cursor image in y-direction.
18578
18579 * w32term.c (note_mode_line_or_margin_highlight): Rename from
18580 note_mode_line_highlight and extend.
18581
18582 * w32term.c (last_window): New variable.
18583 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
18584 (note_mouse_movement): Remove reimplemented code in #if 0.
18585
18586 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
18587 not update_mode_lines, and always set it to 1.
18588
18589 2003-01-21 Jason Rumney <jasonr@gnu.org>
18590
18591 * w32fns.c (IDC_HAND): Define it if system headers don't.
18592
18593 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
18594
18595 * w32term.h (struct w32_output): New member hand_cursor.
18596 (WM_EMACS_SETCURSOR): New message definition.
18597
18598 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
18599 function w32_define_cursor.
18600 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
18601 position, change member name output_data.x to output_data.w32 and
18602 add function w32_define_cursor.
18603 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
18604 and change member name output_data.x to output_data.w32.
18605 (w32_initialize_display_info):
18606 Setup dpyinfo->vertical_scroll_bar_cursor.
18607
18608 * w32fns.c (Vx_hand_shape): New variable.
18609 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
18610 WM_EMACS_SETCURSOR.
18611 (x-create-frame): Setup Cursor types.
18612
18613 2003-01-21 David Ponce <david@dponce.com>
18614
18615 * w32term.c (w32_encode_char): For DIM=1 charset, set
18616 ccl->reg[2] to -1 before calling ccl_driver.
18617 (Sync. with xterm.c x_encode_char change by Kenichi Handa
18618 <handa@m17n.org> on 2002-09-30.)
18619 (w32_draw_relief_rect): Declare all args.
18620 (w32_define_cursor): New.
18621
18622 * w32fns.c (w32_load_cursor): New function.
18623 (w32_init_class): Use it.
18624 (x_put_x_image): Declare all args.
18625
18626 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
18627
18628 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
18629
18630 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18631
18632 * gtkutil.c: Must include stdio.h before termhooks.h
18633
18634 2003-01-21 Dave Love <fx@gnu.org>
18635
18636 * alloc.c (Fgc_status): Print zombie list.
18637 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18638 Fix assignment of zombies.
18639 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18640 Don't take car of non-cons.
18641
18642 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18643
18644 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18645
18646 2003-01-20 David Ponce <david@dponce.com>
18647
18648 * w32menu.c (digest_single_submenu): Declare all args.
18649
18650 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
18651 changes in xmenu.c:
18652
18653 (parse_single_submenu): Use individual keymap's prompt
18654 string as pane name, if there is one.
18655 (set_frame_menubar): Save menu_items_n_panes from each call to
18656 parse_single_submenu and use it when calling digest_single_submenu.
18657
18658 2003-01-20 Steven Tamm <steventamm@mac.com>
18659
18660 * macterm.c (XTread_socket): Check for valid, visible window
18661 before sending a scroll-wheel event.
18662
18663 2003-01-20 Richard M. Stallman <rms@gnu.org>
18664
18665 * xdisp.c (redisplay_window): If mini window's buffer is not
18666 a minibuffer, then redisplay it like other windows.
18667
18668 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18669
18670 * gtkutil.c (xg_create_frame_widgets): Check if there is an
18671 external tool bar before setting tool bar height.
18672
18673 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18674
18675 * xterm.c (handle_one_xevent): Surround popup_activated
18676 with #ifdef:s for non-toolkit version.
18677
18678 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
18679 (gtkutil.o): New file.
18680 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
18681 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
18682
18683 * gtkutil.c: New file for GTK version.
18684
18685 * gtkutil.h: New file for GTK version.
18686
18687 * xterm.h: Add xt_or_gtk_widget.
18688 Include gtk files for USE_GTK.
18689 (struct x_output): Add toolbar_height.
18690 (struct x_output): Add GTK widgets and Gdk size_hints.
18691 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
18692 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
18693 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
18694
18695 * xterm.c: Include gtkutil.h for USE_GTK.
18696 (free_frame_menubar): Declare extern void for USE_GTK.
18697 (note_mouse_highlight): Check popup_activated for USE_GTK.
18698 (xt_action_hook): Don't compile if USE_GTK.
18699 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
18700 (xg_scroll_callback): New function.
18701 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
18702 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
18703 for USE_GTK.
18704 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
18705 xg_show_scroll_bar for USE_GTK.
18706 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
18707 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
18708 (event_handler_gdk): New function for USE_GTK.
18709 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
18710 (handle_one_xevent): Make sure widget is mapped before
18711 calling x_real_positions for USE_GTK.
18712 (XTread_socket): Add GTK event loop for USE_GTK.
18713 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
18714 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
18715 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
18716 (x_iconify_frame): Add code for USE_GTK.
18717 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
18718 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
18719 is in gtkutil.c.
18720 (x_term_init): Add initialization for GTK.
18721 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
18722
18723 * xmenu.c: Include gtkutil.h for USE_GTK.
18724 (Fx_popup_menu): Use current position if x and y is NIL.
18725 (single_menu_item, single_menu_item, Fx_popup_dialog):
18726 Check for USE_GTK.
18727 (popup_widget_loop): New function for USE_GTK.
18728 (x_activate_menubar): Add code for USE_GTK.
18729 (popup_activate_callback, popup_deactivate_callback)
18730 (menu_highlight_callback, menubar_selection_callback):
18731 Add USE_GTK versions.
18732 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
18733 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
18734 (free_frame_menubar): Only compile if not USE_GTK. GTK version
18735 is in gtkutil.c.
18736 (popup_selection_callback): New version for USE_GTK.
18737 (create_and_show_popup_menu): New fuction, one USE_GTK version and
18738 one USE_X_TOOLKIT version.
18739 (xmenu_show): Call create_and_show_popup_menu.
18740 (dialog_selection_callback): New version for USE_GTK.
18741 (create_and_show_dialog): New fuction, one USE_GTK version and
18742 one USE_X_TOOLKIT version.
18743 (xdialog_show): Call create_and_show_dialog.
18744
18745 * xfns.c: Include gtkutil for USE_GTK.
18746 (x_window_to_frame, x_any_window_to_frame)
18747 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
18748 (x_top_window_to_frame): Add code for USE_GTK.
18749 (x_set_background_color): Call xg_set_background_color for GTK.
18750 (x_set_menu_bar_lines): Check for USE_GTK.
18751 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
18752 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
18753 (x_window): Call xg_create_frame_widgets for USE_GTK.
18754 (Fx_create_frame): Check for USE_GTK
18755 (Fx_file_dialog): New implementation for USE_GTK.
18756
18757 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
18758 (update_menu_bar): Add check for USE_GTK.
18759 (update_tool_bar): Add check for USE_GTK and external tool bar.
18760 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
18761 (redisplay_internal): Add check for USE_GTK and popup_activated.
18762 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
18763 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
18764 (display_menu_bar): Add check for USE_GTK
18765
18766 * lisp.h (Vx_resource_name): Declare extern.
18767
18768 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
18769 for USE_GTK.
18770 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
18771
18772 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
18773 (FRAME_EXTERNAL_TOOL_BAR): New macro.
18774 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
18775
18776 * fileio.c (Fread_file_name): Add check for USE_GTK.
18777
18778 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
18779 Add check for USE_GTK.
18780
18781 * config.in: Added HAVE_GTK
18782
18783 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
18784
18785 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
18786
18787 * charset.h (Funibyte_char_to_multibyte): Export.
18788
18789 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18790
18791 * xmenu.c (mouse_position_for_popup): New function.
18792 (Fx_popup_menu): Call mouse_position_for_popup for X and
18793 mouse_position_hook for others.
18794
18795 2003-01-17 Kim F. Storm <storm@cua.dk>
18796
18797 * editfns.c (Finsert): Mention `string-make-multibyte' and
18798 `string-as-multibyte' in doc string.
18799
18800 2003-01-17 Kenichi Handa <handa@m17n.org>
18801
18802 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
18803
18804 * editfns.c (Fformat): Convert an unibyte char argument that is
18805 formatted by "%c" to multibyte if the total result must be a
18806 multibyte string.
18807
18808 2003-01-16 Kim F. Storm <storm@cua.dk>
18809
18810 * process.c (set-process-filter): Document unibyte/multibyte-ness
18811 of string argument.
18812
18813 2003-01-16 Kenichi Handa <handa@m17n.org>
18814
18815 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
18816
18817 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
18818 (re_search_2): Likewise.
18819
18820 2003-01-15 Kenichi Handa <handa@m17n.org>
18821
18822 * xdisp.c (message_dolog): Fix bug of the case that *Message*
18823 buffer is unibyte.
18824
18825 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
18826
18827 * fns.c (Fsubstring): Clarify doc string.
18828
18829 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
18830 (Fprevious_char_property_change)
18831 (Fnext_single_char_property_change)
18832 (Fprevious_single_char_property_change, Fnext_property_change)
18833 (Fnext_single_property_change, Fprevious_property_change)
18834 (Fprevious_single_property_change, Fadd_text_properties)
18835 (Fput_text_property, Fset_text_properties)
18836 (Fremove_text_properties, Fremove_list_of_text_properties)
18837 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
18838
18839 2003-01-14 Kim F. Storm <storm@cua.dk>
18840
18841 * process.h (struct Lisp_Process): New member plist replaces old
18842 member private_vars. All uses changed.
18843
18844 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
18845 (QCplist): Rename from QCvars. Change all uses.
18846 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
18847 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
18848 (syms_of_process): Intern, staticpro, defsubr these.
18849 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
18850
18851 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
18852
18853 * m/delta.h: Remove (obsolete).
18854
18855 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
18856
18857 * fileio.c (Fdelete_directory, Fdelete_file): Document the
18858 behaviour in front of symlinks.
18859 (Fdelete_file): Raise an error on directories.
18860
18861 2003-01-13 Dave Love <fx@gnu.org>
18862
18863 * fns.c (Freverse): Use QUIT.
18864
18865 2003-01-13 Richard M. Stallman <rms@gnu.org>
18866
18867 * minibuf.c (minibuffer_completion_contents):
18868 Error if point is inside prompt.
18869
18870 * keyboard.c (command_loop_1): Don't redisplay directly
18871 if there's a post-command-hook.
18872
18873 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
18874 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
18875
18876 2003-01-12 Kim F. Storm <storm@cua.dk>
18877
18878 * process.h (struct Lisp_Process): New member private_vars.
18879
18880 * process.c (QCvars): New variable.
18881 (syms_of_process): Intern and staticpro it.
18882 (Fset_process_contact): Removed function.
18883 (Fprocess_variable, Fset_process_variable): New functions.
18884 (syms_of_process): Defsubr them.
18885 (Fstart_process): Initialize private_vars plist to nil.
18886 (Fmake_network_process): New arg :vars to setup the private
18887 variables for new network process.
18888 (server_accept_connection): Copy server's private variables to
18889 client process.
18890
18891 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
18892 crashes). Code rewritten and simplified. Now directly aligns the
18893 pointer and recalculates pure_bytes_used, rather than aligning the
18894 size and adjusting the pointer.
18895
18896 2003-01-11 Kim F. Storm <storm@cua.dk>
18897
18898 * process.c (Fset_process_contact): New function.
18899 (syms_of_process): defsubr it.
18900 (make-network-process): Update doc.
18901
18902 2003-01-10 Andreas Schwab <schwab@suse.de>
18903
18904 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
18905 Reported by Berthold Gunreben <b.gunreben@web.de>.
18906
18907 2003-01-10 Dave Love <fx@gnu.org>
18908
18909 * composite.c (syms_of_composite): Make composition_hash_table weak.
18910
18911 2003-01-09 Kim F. Storm <storm@cua.dk>
18912
18913 * process.c (Fmake_network_process): Convert new port number
18914 to host byte order for `:service t' case. From Mario Lang.
18915
18916 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18917
18918 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
18919 instead of XtAppProcessEvent.
18920
18921 * xterm.c (handle_one_xevent): New function.
18922 (x_dispatch_event): New function.
18923 (XTread_socket): Call handle_one_xevent.
18924
18925 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
18926
18927 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
18928 call XQueryPointer to get coordinates.
18929 (popup_get_selection): Do not set popup_activated_flag to zero,
18930 let popup_deactivate_callback do that. Needed for Motif.
18931 Call x_dispatch_event instead of XtDispatchEvent.
18932 (xmenu_show): Calculate root coordinate from frame top/left position.
18933
18934 2003-01-08 Kim F. Storm <storm@cua.dk>
18935
18936 * process.c (server_accept_connection): Fix recording of new
18937 connection's local address in :local property of contact info.
18938 (Fmake_network_process): Record local network address for new
18939 client processes in :local property of contact info.
18940 (format-network-address): Add arg OMIT-PORT. Change callers.
18941
18942 2003-01-07 Dave Love <fx@gnu.org>
18943
18944 * Makefile.in (fns.o): Depend on coding.h.
18945
18946 2003-01-06 Dave Love <fx@gnu.org>
18947
18948 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
18949 (Vlocale_coding_system): Declare.
18950 (Qcodeset, Qdays, Qmonths, Qpaper): New.
18951 (Flanginfo): New.
18952 (syms_of_fns): Initialize new stuff.
18953
18954 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
18955
18956 * minibuf.c (Fread_variable): Doc fix.
18957
18958 * eval.c (Fuser_variable_p): Doc change. For custom variables,
18959 use the same test as for custom-variable-p.
18960
18961 2003-01-05 Richard M. Stallman <rms@gnu.org>
18962
18963 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
18964 Count LAST_LINE_MISFIT in scroll margin for end of window.
18965 Move label too_near_end before setting SCROLL_MARGIN_POS.
18966 Set LAST_LINE_MISFIT before jumping there.
18967
18968 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
18969 scroll_conservatively case. If scrolling that much doesn't change
18970 STARTP, move it down one line.
18971
18972 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
18973 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
18974
18975 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
18976 selected frame.
18977
18978 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
18979 (syms_of_keymap): Staticpro them.
18980 (Fapropos_internal): Initialize them and clear them out.
18981 Don't GCPRO them.
18982
18983 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
18984
18985 * lisp.h: New misc type Lisp_Save_Value.
18986 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
18987 (XSAVE_VALUE): New macro.
18988 (struct Lisp_Save_Value): New data type.
18989 (union Lisp_Misc): Add u_save_value alternative.
18990 (make_save_value): Declare.
18991
18992 * alloc.c (make_save_value): New function.
18993
18994 * xterm.c (x_catch_errors): Save dpy using make_save_value.
18995 (x_catch_errors_unwind): Call XSync.
18996
18997 2003-01-01 Richard M. Stallman <rms@gnu.org>
18998
18999 * window.c (window_scroll_pixel_based): Partially undo last change.
19000
19001 * keyboard.c (command_loop_1): Call adjust_point_for_property
19002 in direct action cases for Qforward_char and Qbackward_char.
19003 Set already_adjusted so it won't be done twice.
19004
19005 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
19006
19007 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19008 type definition of size_t.
19009
19010 2003-01-02 Steven Tamm <steventamm@mac.com>
19011
19012 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19013 distinguish Carbon GUI builds from X11 builds on darwin.
19014
19015 2002-12-30 Steven Tamm <steventamm@mac.com>
19016
19017 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19018 to default to t.
19019
19020 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
19021
19022 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
19023
19024 2002-12-28 Steven Tamm <steventamm@mac.com>
19025
19026 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
19027 allow building in a different directory than source. Uses some
19028 GNU Make extensions, but there is no other make on Mac OS X.
19029
19030 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
19031
19032 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19033 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19034 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19035 (Fstring_to_number): Mention the returned value in the doc strings.
19036
19037 2002-12-23 Richard M. Stallman <rms@gnu.org>
19038
19039 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19040 <scroll-down-aggressively>: Doc fix.
19041
19042 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19043 string as pane name, if there is one.
19044 (set_frame_menubar): Save menu_items_n_panes from each call to
19045 parse_single_submenu and use it when calling digest_single_submenu.
19046
19047 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19048 Don't try to make last line fully visible if it is past end of window.
19049
19050 2002-12-22 Steven Tamm <steventamm@mac.com>
19051
19052 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19053 (mac_menu_show): Add support for hierarchical popup menus.
19054 (add_menu_item): Remove indentation support.
19055 (fill_submenu, fill_menu): Create hierarchical menus
19056 instead of using indentation.
19057
19058 2002-12-22 Richard M. Stallman <rms@gnu.org>
19059
19060 * xdisp.c (try_cursor_movement): Don't call try_window here.
19061 (redisplay_window): Never redisplay minibuffer when inactive.
19062
19063 * window.c (select_window_1): Undo 9/21 change.
19064
19065 2002-12-22 Steven Tamm <steventamm@mac.com>
19066
19067 * macterm.c (XTread_socket): Call KeyTranslate for control and
19068 meta to deal correctly shifted non-alpha characters, like C-S-5
19069 being treated like C-%. Do not look for shift key to deal
19070 with masking off control-key with mac-reverse-ctrl-meta.
19071
19072 2002-12-21 Richard M. Stallman <rms@gnu.org>
19073
19074 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19075 If it is non-nil, run timers. Use an unwind-protect to requeue
19076 the events that were read ahead.
19077 (popup_get_selection_unwind): New subroutine.
19078 (popup_get_selection_queue): File-scope variable now holds that queue.
19079 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19080 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19081 Use an unwind-protect to pop down the dialog box.
19082 (xdialog_show_unwind): New subroutine implements that.
19083
19084 * xdisp.c (row_containing_pos): Change exit test using last_y.
19085 (try_window_id): Abort if row_containing_pos returns null.
19086
19087 * lread.c (load_error_handler): New function.
19088 (Fload): Handle errors in Fsubstitute_in_file_name.
19089 Don't expect Fsignal to return.
19090
19091 * eval.c: Errors and throws work right with interrupt blocking.
19092 (struct catchtag): New elt interrupt_input_blocked.
19093 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19094 (internal_catch, Fcondition_case, internal_condition_case)
19095 (internal_condition_case_1, internal_condition_case_2): Save it.
19096 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
19097
19098 * editfns.c (Fformat): Add parens.
19099
19100 * dired.c (file_name_completion): Fix that change.
19101 Delete special quit-handling code; just use QUIT.
19102
19103 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
19104
19105 * dired.c (file_name_completion): Close directory on error
19106 just as in directory_files_internal.
19107
19108 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
19109
19110 * window.c (Fset_window_configuration): Set old_point to correct
19111 value when new_current_buffer == current_buffer.
19112
19113 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
19114
19115 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19116 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19117 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19118
19119 These changes were in part based upon suggestions made by Peter
19120 'Luna' Runestig [peter@runestig.com].
19121
19122 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19123 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19124 (g_b_init_get_sid_identifier_authority ): Add several static
19125 global variables.
19126
19127 * w32.c (globals_of_w32): New function. Used to initialize those
19128 global variables that must always be initialized on startup even
19129 when the global variable initialized is non zero. Its primary
19130 purpose at this time is to set the global variables
19131 g_b_init_is_windows_9x, g_b_init_open_process_token,
19132 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
19133 g_b_init_get_sid_identifier_authority to 0 on startup.
19134 Called from main.
19135
19136 * w32.c (is_windows_9x): Perform initialization only if
19137 g_b_init_is_windows_9x is equal to 0. On initialization set
19138 g_b_init_is_windows_9x equal to 1.
19139
19140 * w32.c (open_process_token): Perform initialization only if
19141 g_b_init_open_process_token is equal to 0. On initialization set
19142 g_b_init_open_process_token equal to 1.
19143
19144 * w32.c (get_token_information): Perform initialization only if
19145 g_b_init_get_token_information is equal to 0. On initialization
19146 set g_b_init_get_token_information equal to 1.
19147
19148 * w32.c (lookup_account_sid): Perform initialization only if
19149 g_b_init_lookup_account_sid is equal to 0. On initialization
19150 set g_b_init_lookup_account_sid equal to 1.
19151
19152 * w32.c (get_sid_identifier_authority): Perform initialization
19153 only if g_b_init_get_sid_identifier_authority is equal to 0.
19154 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
19155
19156 * w32fns.c (globals_of_w32fns): New function. Used to initialize
19157 those global variables that must always be initialized on startup
19158 even when the global variable initialized is non zero.
19159 Its primary purpose at this time is to initialize the global variable
19160 track_mouse_event_fn.
19161
19162 * w32fns.c (w32_wnd_proc): Remove initialization of
19163 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
19164
19165 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
19166
19167 * w32menu.c (globals_of_w32menu): New function. Used to
19168 initialize those global variables that must always be initialized
19169 on startup even when the global variable initialized is non zero.
19170 Its primary purpose at this time is to initialize the global
19171 variables get_menu_item_info and set_menu_item_info.
19172
19173 * w32menu.c (initialize_frame_menubar): Remove initialization of
19174 get_menu_item_info and set_menu_item_info.
19175
19176 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
19177
19178 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19179 Declare them.
19180
19181 * emacs.c (main): Call globals_of_w32 prior to calling
19182 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19183 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19184 is defined.
19185
19186 * w32term.c (x_update_window_begin): Fix Windows API error
19187 detected by BoundsChecker. Test to determine if
19188 w32_system_caret_hwnd is NULL prior to attempting to use
19189 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
19190
19191 * w32term.c (x_update_window_end): Fix Windows API error
19192 detected by BoundsChecker. Test to determine if
19193 w32_system_caret_hwnd is NULL prior to attempting to use
19194 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
19195
19196 2002-12-17 Kenichi Handa <handa@m17n.org>
19197
19198 * coding.c (coding_system_require_warning): New variable.
19199 (syms_of_coding): DEFVAR it.
19200
19201 * coding.h (coding_system_require_warning): Extern it.
19202
19203 * fileio.c (choose_write_coding_system): Even if
19204 Vcoding_system_for_write is non-nil, if
19205 coding_system_require_warning is nonzero, call
19206 Vselect_safe_coding_system_function.
19207
19208 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
19209
19210 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19211 (lisp): Add font-core.
19212
19213 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
19214
19215 * textprop.c (text_read_only): New arg `propval'.
19216 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19217 (verify_interval_modification): Use text_read_only's new arg.
19218
19219 2002-12-13 Kenichi Handa <handa@m17n.org>
19220
19221 * coding.c (Funencodable_char_position): Set pend correctly.
19222
19223 2002-12-12 Jason Rumney <jasonr@gnu.org>
19224
19225 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19226 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19227 Be more careful about when help_events are generated.
19228
19229 2002-12-12 Steven Tamm <steventamm@mac.com>
19230
19231 * macterm.c (mac_check_for_quit_char): Correctly set the
19232 modifiers of the event to 0.
19233 * mac.c (sys_select): Duplicate rfds before calling select to
19234 ensure that rfds survive the while loop.
19235
19236 2002-12-11 Kim F. Storm <storm@cua.dk>
19237
19238 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19239 row_containing_pos returned NULL.
19240
19241 2002-12-10 Steven Tamm <steventamm@mac.com>
19242
19243 * mac.c (sys_read): Fix sys_read to not call select if IO is
19244 non-blocking.
19245 (sys_select): Fix sys_select to not use a timeout larger than
19246 the one given.
19247
19248 2002-12-10 Juanma Barranquero <lektu@terra.es>
19249
19250 * editfns.c (Fformat): Use alloca, not _alloca.
19251
19252 2002-12-09 Richard M. Stallman <rms@gnu.org>
19253
19254 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19255 as the last thing.
19256
19257 2002-12-09 Dave Love <fx@gnu.org>
19258
19259 * s/sol2-8.h: Removed. (Not necessary.)
19260
19261 2002-12-09 Matthew Swift <swift@alum.mit.edu>
19262
19263 * editfns.c (Fformat): Handle precision in string conversion
19264 specifiers like libc functions do (ie, print at most that many
19265 characters).
19266
19267 2002-12-08 Richard M. Stallman <rms@gnu.org>
19268
19269 * xdisp.c (row_containing_pos): Check more carefully
19270 whether charpos is really in the row before returning it.
19271
19272 2002-12-07 Steven Tamm <steventamm@mac.com>
19273
19274 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
19275
19276 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19277 each stack frame. This may change as it could be time consuming.
19278
19279 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19280 (init_quit_char_handler, mac_determine_quit_char_modifiers)
19281 (mac_initialize): Add code to check for pressing of quit_char
19282 in the OS event queue.
19283
19284 * mac.c (sys_select): Call mac_check_for_quit_char every second
19285 while blocking on select.
19286
19287 * mac.c (sys_read): Use sys_select to test for input first
19288 before calling read, to allow C-g to break.
19289
19290 2002-12-07 Richard M. Stallman <rms@gnu.org>
19291
19292 * minibuf.c (Fcompleting_read): Doc fix.
19293
19294 * lread.c (syms_of_lread) <load-history>: Doc fix.
19295
19296 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
19297
19298 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
19299 autoload.
19300
19301 * data.c (Fdefalias): Record in load-history redefining an autoload.
19302
19303 * alloca.c: Undo ifdef change accidentally made on 12-04.
19304
19305 2002-12-06 Francesco Potorti` <pot@gnu.org>
19306
19307 * xfns.c (png_load): Avoid double gamma correction for PNG images.
19308
19309 2002-12-04 Richard M. Stallman <rms@gnu.org>
19310
19311 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
19312
19313 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
19314
19315 * alloca.c: Don't use #error.
19316
19317 2002-12-03 Dave Love <fx@gnu.org>
19318
19319 * buffer.c (Qucs_set_table_for_input): New.
19320 (Fget_buffer_create): Use it.
19321 (Qset_buffer_major_mode_hook): Deleted.
19322 (Fset_buffer_major_mode): Revert previous change.
19323 (init_buffer_once): Intern ucs-set-table-for-input.
19324 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
19325 Add &Qucs_set_table_for_input.
19326
19327 2002-12-03 Andreas Schwab <schwab@suse.de>
19328
19329 * callint.c (Fcall_interactively): Use next_event only if less
19330 than key_count.
19331
19332 2002-12-02 Andrew Choi <akochoi@shaw.ca>
19333
19334 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
19335 names to 255 characters.
19336
19337 * macterm.c (XTread_socket): If all frames have been collapsed,
19338 expand the first one before handling drag-and-drop events.
19339
19340 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
19341 which is detected by autoconf.
19342
19343 2002-12-01 Steven Tamm <steventamm@mac.com>
19344
19345 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
19346 offset in two hints table to allow prebinding to be redone and
19347 allow the executable to be stripped.
19348
19349 2002-11-29 Dave Love <fx@gnu.org>
19350
19351 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
19352 already provided.
19353
19354 2002-11-29 Richard M. Stallman <rms@gnu.org>
19355
19356 * xdisp.c (start_display): Check more intelligently for
19357 whether the line is continued.
19358 (move_it_vertically_backward): Clear it->continuation_lines_width.
19359
19360 2002-11-28 Dave Love <fx@gnu.org>
19361
19362 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
19363 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
19364
19365 2002-11-27 Steven Tamm <steventamm@mac.com>
19366
19367 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
19368 more descriptive error output from lread.c:Fload upon most require
19369 cycles during boostrapping.
19370
19371 2002-11-27 Jason Rumney <jasonr@gnu.org>
19372
19373 * fileio.c (Finsert_file_contents): Give a more appropriate error
19374 for files bigger than 2Gb when off_t is 32 bit.
19375
19376 * dired.c (Ffile_attributes): Don't return negative file sizes for
19377 files bigger than 2Gb when off_t is 32 bit.
19378
19379 2002-11-27 Dave Love <fx@gnu.org>
19380
19381 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19382
19383 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
19384 Test GETPGRP_VOID instead.
19385 [BSD_TERMIOS]: Remove definitions (never used).
19386
19387 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
19388 Don't define.
19389 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19390
19391 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
19392
19393 2002-11-25 Jason Rumney <jasonr@gnu.org>
19394
19395 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
19396 supported.
19397
19398 2002-11-25 Dave Love <fx@gnu.org>
19399
19400 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
19401
19402 * Makefile.in (TEMACS_LDFLAGS): Update last change.
19403
19404 2002-11-25 Andreas Schwab <schwab@suse.de>
19405
19406 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
19407
19408 2002-11-24 Steven Tamm <steventamm@mac.com>
19409
19410 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
19411 determine the size of pointers alloced in unexed space instead
19412 of using possibly invalid emacs_zone pointers. This fixes the
19413 binary incompatibility problems caused by updates to libSystem.B.
19414
19415 2002-11-24 Richard M. Stallman <rms@gnu.org>
19416
19417 * search.c (Fstring_match): Doc fix.
19418
19419 * callint.c (Fcall_interactively): If a command fails because
19420 `*' detects a read-only buffer, but RECORD_FLAG is set,
19421 record it anyway if the args don't actually do tty input.
19422
19423 2002-11-22 Dave Love <fx@gnu.org>
19424
19425 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
19426
19427 * keyboard.c (interrupt_signal): Provide forward declaration.
19428 (kbd_buffer_store_event): Don't declare interrupt_signal.
19429
19430 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
19431
19432 2002-11-21 Richard M. Stallman <rms@gnu.org>
19433
19434 * eval.c (interactive_p): Skip any number of bytecode
19435 and special form frames, in any order.
19436
19437 2002-11-20 Jason Rumney <jasonr@gnu.org>
19438
19439 * w32fns.c (convert_mono_to_color_image): New function.
19440 (xbm_load, xbm_load_image): Use it when foreground or background
19441 is explicitly set.
19442
19443 2002-11-19 Dave Love <fx@gnu.org>
19444
19445 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
19446
19447 2002-11-18 Jason Rumney <jasonr@gnu.org>
19448
19449 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
19450 (XPutPixel): Swap blue and red.
19451 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
19452 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
19453 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
19454 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
19455
19456 2002-11-18 Dave Love <fx@gnu.org>
19457
19458 * m/orion105.h (HAVE_ALLOCA): Don't define.
19459
19460 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
19461
19462 * m/intel386.h: Don't include alloca.h or define alloca.
19463
19464 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
19465 malloc, realloc, calloc.
19466
19467 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
19468 (bcmp): Don't define.
19469
19470 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
19471
19472 * m/amdahl.h: Don't define LIB_STANDARD.
19473
19474 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
19475
19476 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
19477
19478 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
19479 Don't include alloca.h.
19480
19481 * s/aix3-2.h (HAVE_FSYNC): Don't define.
19482
19483 * regex.c (_GNU_SOURCE): Don't define.
19484
19485 * process.c (_GNU_SOURCE): Don't define.
19486
19487 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
19488
19489 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
19490
19491 * s/sol2-8.h: Include sol2-6.h.
19492
19493 2002-11-18 Miles Bader <miles@gnu.org>
19494
19495 * dispextern.h (struct face): Add `overstrike' field.
19496 * xterm.c (x_draw_glyph_string_foreground)
19497 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19498 * xfaces.c (load_face_font): Set `face->overstrike' based on
19499 result from choose_face_font.
19500 (best_matching_font, choose_face_font): Add `needs_overstrike'
19501 argument, and use it to return whether overstriking is desirable
19502 for this face/font combo.
19503 (set_font_frame_param: Pass new argument to choose_face_font.
19504
19505 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19506
19507 This change is my fix for the following entry in etc/PROBLEMS:
19508 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19509 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19510
19511 * w32.c: Added wrapper functions around the win32 API functions
19512 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
19513 GetSidIdentifierAuthority. These wrapper functions serve two
19514 purposes:
19515 1. They ensure that the wrapped function can never be called
19516 when Emacs is running on an operating system on which they are
19517 not supported (Microsoft Windows 95 / 98 / ME).
19518 2. They call the wrapped functions via function pointers rather
19519 than calling them directly. This avoids taking advantage of the
19520 undocumented fact that although these functions are not supported
19521 in the 9x branch of Microsoft Windows, the functions do exist in
19522 the version of advapi32.dll that is found in the 9x branch of
19523 Microsoft Windows.
19524
19525 * w32.c (init_user_info): Replace the calls to the win32 API
19526 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
19527 and GetSidIdentifierAuthority with calls to the newly added
19528 wrapper functions.
19529
19530 * w32.h: Added extern declarations for the following functions:
19531 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
19532 syms_of_w32menu, and void syms_of_fontset.
19533
19534 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
19535 function pointer track_mouse_event_fn in the handler for the
19536 WM_SETFOCUS message.
19537
19538 * w32menu.c (initialize_frame_menubar): Add code to
19539 reinitialize the function pointers set_menu_item_info and
19540 get_menu_item_info.
19541
19542 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19543
19544 * sound.c: Added a partial implementation of play-sound-internal
19545 for Microsoft Windows. Added various #ifdef / #else / #endif
19546 code blocks to separate the code that will compile under
19547 Microsoft Windows from the code that is specific to GNU/Linux.
19548 Moved several blocks of code around to make this separation of code
19549 into Windows compatible and GNU/Linux compatible code blocks easier.
19550
19551 * makefile.w32-in: Include sound.c and link with WinMM.lib.
19552
19553 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
19554 added support for play-sound-internal under Windows would be
19555 included in the build of Emacs.
19556
19557 2002-11-16 Jason Rumney <jasonr@gnu.org>
19558
19559 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
19560
19561 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
19562
19563 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
19564
19565 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
19566 (adjust_point_for_property): Move out of display and invisible even if
19567 we were already inside before (in case a property was added while
19568 we weren't looking). Be more careful when handling invisible props.
19569 Skip invisible text as if it really wasn't there at all.
19570
19571 2002-11-15 Jason Rumney <jasonr@gnu.org>
19572
19573 * w32term.c (x_draw_image_foreground)
19574 (w32_draw_image_foreground_1): Use standard copy and invert
19575 operations to draw images.
19576
19577 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
19578 depth of 1.
19579 (xbm_read_bitmap_data): Invert bits as xbm is read in.
19580 (XPutPixel): Don't invert bits here.
19581
19582 2002-11-15 Jason Rumney <jasonr@gnu.org>
19583
19584 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
19585 (w32_draw_image_foreground_1): Handle image masks.
19586 (x_draw_image_glyph_string): Don't BitBlt transparently.
19587
19588 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
19589 (x_from_xcolors): Adjust RGB values for W32.
19590 (image_background, image_background_transparent)
19591 (postprocess_image, x_to_xcolors, x_disable_image)
19592 (x_build_heuristic_mask): Adapt for W32 and enable.
19593 (x_create_x_image_and_pixmap): Mark images with palettes as such.
19594 (xbm_load): Remove unused variable.
19595
19596 2002-11-14 Richard M. Stallman <rms@gnu.org>
19597
19598 * buffer.c (syms_of_buffer): Doc fix.
19599
19600 2002-11-14 Dave Love <fx@gnu.org>
19601
19602 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
19603
19604 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
19605 * xmenu.c (unuse_menu_items, digest_single_submenu):
19606 * xfns.c (x_put_x_image):
19607 * xdisp.c (message2_nolog, set_message):
19608 * undo.c (record_point):
19609 * terminfo.c (tparam):
19610 * syntax.c (scan_sexps_forward):
19611 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19612 * composite.c (update_compositions):
19613 * cm.c (calccost, cmgoto):
19614 * charset.c (c_string_width): Declare all args (per C99).
19615
19616 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
19617
19618 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
19619 Don't declare.
19620
19621 * emacs.c (main) [!VMS]: Avoid third arg.
19622
19623 * fns.c (Fcopy_sequence): Doc fix.
19624 (Fmap_char_table): Cast `call2'.
19625
19626 2002-11-14 Francesco Potorti` <pot@gnu.org>
19627
19628 * s/sol2-8.h: New file.
19629
19630 2002-11-14 Kim F. Storm <storm@cua.dk>
19631
19632 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
19633 dependency on `risky-local-variable' and the :propertize form.
19634
19635 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
19636
19637 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
19638
19639 * syntax.c (scan_sexps_forward): Undo last patch.
19640 Use a more obvious fix: check eob before updating the syntax table.
19641
19642 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
19643
19644 * syntax.c (scan_sexps_forward): Update syntax table before reading
19645 a char rather than after so we don't update the table past eob.
19646
19647 2002-11-09 Dave Love <fx@gnu.org>
19648
19649 * buffer.c (Fset_buffer_major_mode): Fix last change.
19650
19651 * regex.c (regexec): Fix pmatch declaration.
19652
19653 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
19654
19655 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
19656 to self-inserting characters.
19657 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
19658
19659 * coding.c (Vtranslation_table_for_input): New.
19660 (syms_of_coding): DEFVAR it.
19661
19662 2002-11-08 Juanma Barranquero <lektu@terra.es>
19663
19664 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
19665 window.
19666
19667 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19668
19669 * process.c (Fformat_network_address): Remove unused locals p,
19670 cp, and i.
19671
19672 2002-11-06 Dave Love <fx@gnu.org>
19673
19674 * buffer.c (Qset_buffer_major_mode_hook): New.
19675 (Fset_buffer_major_mode): Use it.
19676
19677 2002-11-06 Richard M. Stallman <rms@gnu.org>
19678
19679 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
19680 and stop_polling.
19681
19682 * process.c (wait_reading_process_input):
19683 Test POLLING_PROBLEM_IN_SELECT, not hpux.
19684 Avoid initialization for auto Lisp_Object var.
19685
19686 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
19687
19688 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
19689
19690 2002-11-05 Richard M. Stallman <rms@gnu.org>
19691
19692 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
19693
19694 * callint.c (Fcall_interactively): New local filter_specs.
19695 (Fcall_interactively): Check for progn as well as let.
19696 Add a gcpro.
19697 (Qprogn): New variable.
19698 (syms_of_callint): Staticpro and init Qprogn.
19699
19700 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
19701
19702 * lread.c (Feval_buffer): Doc fix.
19703
19704 2002-11-04 Dave Love <fx@gnu.org>
19705
19706 * keyboard.c (read_char): Always translate iff
19707 Vkeyboard_translate_table is a char table and c is valid.
19708
19709 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19710 and fix C types.
19711
19712 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
19713
19714 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
19715
19716 * editfns.c (get_pos_property): Don't hardcode Qfield.
19717
19718 * keyboard.c (adjust_point_for_property): Handle `display' prop on
19719 overlays. Also handle `invisible' prop.
19720
19721 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
19722
19723 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
19724 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
19725
19726 2002-11-01 Andreas Schwab <schwab@suse.de>
19727
19728 * editfns.c (Fmessage): Revert last change to properly handle %%.
19729
19730 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
19731
19732 * xmenu.c (unuse_menu_items): New fun.
19733 (menu_items_inuse): New var.
19734 (syms_of_xmenu): Initialize it.
19735 (init_menu_items): Use it to detect re-entrance.
19736 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
19737 (Fx_popup_menu): Remove spurious XSETFRAME.
19738
19739 * editfns.c (find_field): Make an exception for nil fields.
19740
19741 2002-11-01 Dave Love <fx@gnu.org>
19742
19743 * m/gec63.h: Deleted.
19744
19745 2002-10-31 Dave Love <fx@gnu.org>
19746
19747 * xterm.c (XTread_socket): Fix last change.
19748 (xaw_scroll_callback): Cast call_data to long to avoid warning.
19749
19750 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
19751
19752 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
19753
19754 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
19755
19756 * editfns.c (overlays_around, get_pos_property): New funs.
19757 (find_field): Use them.
19758 Also be careful not to modify POS before its last use.
19759 (Fmessage): Don't Fformat if there's nothing to format.
19760
19761 2002-10-30 Dave Love <fx@gnu.org>
19762
19763 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
19764 [HAVE_PTY_H]; Include pty.h.
19765
19766 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
19767
19768 * xterm.c (Qeql): Declare.
19769 (Vx_keysym_table): New.
19770 (syms_of_xterm): Initialize it.
19771 (XTread_socket): Use it. Deal with ASCII keysyms.
19772 (XSetIMValues) [HAVE_X11R6]: Prototype.
19773
19774 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
19775 (lispy_kana_keys): Comment out.
19776 (make_lispy_event) [XK_kana_A]: Comment out.
19777 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
19778 Fix sprintf call.
19779
19780 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
19781 regexp.h change).
19782 (TERMINFO, LIBS_TERMCAP): Define.
19783
19784 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
19785 (bcmp): Define conditional on HAVE_BCMP.
19786 (NO_SIOCTL_H): Don't define.
19787 (TIOCSIGSEND): Don't make conditional on IRIX6.
19788
19789 * s/sol2-5.h: Don't include strings.h.
19790 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
19791
19792 * s/irix6-0.h (IRIX6): Don't define.
19793 (bcopy, bcmp, bzero): Don't undef.
19794
19795 * s/irix6-5.h: Don't include strings.h.
19796 (IRIX6): Don't define.
19797 (bcopy, bcmp, bzero): Don't undef.
19798
19799 * syntax.c (Fforward_comment): Doc fix.
19800
19801 2002-10-29 Kim F. Storm <storm@cua.dk>
19802
19803 * process.c (Fsignal_process): Allow PROCESS to be specified by
19804 name in addition to pid (as integer or string).
19805
19806 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
19807
19808 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
19809 environments.
19810
19811 2002-10-27 Kim F. Storm <storm@cua.dk>
19812
19813 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19814
19815 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
19816
19817 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
19818
19819 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19820
19821 2002-10-26 Richard M. Stallman <rms@gnu.org>
19822
19823 * editfns.c (Fformat): Detect invalid format letters for floats.
19824
19825 2002-10-25 Kenichi Handa <handa@m17n.org>
19826
19827 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
19828 (x_set_title): Likewise.
19829
19830 2002-10-25 Juanma Barranquero <lektu@terra.es>
19831
19832 * macgui.h:
19833 * w32gui.h: Remove definition of XColor.
19834
19835 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
19836
19837 2002-10-24 Kim F. Storm <storm@cua.dk>
19838
19839 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
19840 Callers changed (supply dummy arg).
19841
19842 * lisp.h (get_window_cursor_type): Update prototype.
19843
19844 * w32term.c (x_display_and_set_cursor): Get active_cursor from
19845 get_window_cursor_type to track system caret.
19846
19847 2002-10-24 Kim F. Storm <storm@cua.dk>
19848
19849 * process.c (Fformat_network_address): New function.
19850 (syms_of_process): Defsubr it.
19851 (list_processes_1): Use it to format :local/:remote address if
19852 service/host is not set; before Emacs would crash in that case.
19853 (Fmake_network_process): Don't use Ffind_operation_coding_system
19854 to setup coding system if host or service is not set.
19855
19856 2002-10-23 Juanma Barranquero <lektu@terra.es>
19857
19858 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
19859
19860 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
19861 COLORREF.
19862
19863 * macgui.h:
19864 * w32gui.h: Add definition of XColor.
19865
19866 * macfns.c:
19867 * w32fns.c:
19868 * xfaces.c: Remove definition of XColor.
19869
19870 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
19871
19872 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
19873
19874 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
19875 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
19876 window if it is dedicated.
19877 (Fshrink_window): Add preserve_before as was done for enlarge_window.
19878 (Vspecial_display_function): Update docstring.
19879
19880 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
19881 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
19882 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
19883
19884 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
19885
19886 * casefiddle.c (casify_region): Don't treat a prefix char as part
19887 of a word when at the beginning.
19888
19889 2002-10-17 Juanma Barranquero <lektu@terra.es>
19890
19891 * lread.c (syms_of_lread): Fix typos.
19892
19893 2002-10-17 Dave Love <fx@gnu.org>
19894
19895 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
19896
19897 2002-10-16 Richard M. Stallman <rms@gnu.org>
19898
19899 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
19900
19901 2002-10-14 Juanma Barranquero <lektu@terra.es>
19902
19903 * w16select.c (syms_of_win16select): Fix docstring for
19904 `selection-coding-system'.
19905
19906 * w32select.c (syms_of_w32select): Likewise.
19907
19908 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
19909
19910 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
19911 a backslash-quoted char.
19912 (scan_lists, scan_sexps_forward): Pacify the compiler.
19913
19914 2002-10-13 Richard M. Stallman <rms@gnu.org>
19915
19916 * window.c (window_scroll): Set immediate_quit.
19917
19918 * print.c (print): When backquote form is the car of a list,
19919 output in old style. Use old_backquote_output to output all
19920 comma forms inside it in old style too.
19921
19922 * buffer.h (struct buffer): Move `undo_list' down below `name'.
19923
19924 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
19925
19926 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
19927 batch mode).
19928
19929 * lread.c (Fload): Doc fix (load-suffixes).
19930
19931 2002-10-10 Steven Tamm <steventamm@mac.com>
19932
19933 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
19934 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
19935 Also switch the default to Qnil from Qt.
19936
19937 2002-10-08 Kenichi Handa <handa@m17n.org>
19938
19939 * coding.c (code_convert_region): When we need more GAP for
19940 conversion, pay attention to the case that coding->produced is not
19941 greater than coding->consumed.
19942
19943 2002-10-07 Richard M. Stallman <rms@gnu.org>
19944
19945 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
19946
19947 2002-10-06 Andrew Choi <akochoi@shaw.ca>
19948
19949 * macmenu.c (mac_menu_show): Add j to count menu items; match
19950 menu_item_selection to it to find selected item.
19951
19952 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19953
19954 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
19955 cases. The correct fix is to pass ReparentNotify to Xt.
19956 The shell widget interprets ConfigureNotify differently depending
19957 on if it has been reparented or not.
19958
19959 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
19960
19961 * editfns.c (Fformat_time_string): Doc fix.
19962
19963 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
19964
19965 * fns.c (Flength): Doc fix.
19966
19967 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
19968
19969 * keyboard.c (keyremap): New struct.
19970 (read_key_sequence): Use it: globally replace keytran_foo with
19971 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
19972 keytran_next and fkey_next to just `next'.
19973
19974 2002-10-04 Steven Tamm <steventamm@mac.com>
19975
19976 * macterm.c (keycode_to_xkeysym_table): Change return to be
19977 treated like an X keysym.
19978
19979 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19980
19981 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
19982 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
19983 This is to also handle x/y changes that occur because of a resize.
19984
19985 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
19986
19987 * frame.c (Vdelete_frame_functions): New variable.
19988 (syms_of_frame): Initialize and defvar it.
19989 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
19990 it when frame's `tooltip' parameter is non-nil.
19991
19992 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
19993
19994 * w32fns.c (x_create_tip_frame): Likewise.
19995
19996 * macfns.c (x_create_tip_frame): Likewise.
19997
19998 2002-09-30 Kenichi Handa <handa@m17n.org>
19999
20000 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20001 -1 before calling ccl_driver.
20002
20003 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20004 Only when it is non-nil, handle composition sequence.
20005 (setup_coding_system) <0>: Don't force composition handling.
20006
20007 * Makefile.in (lisp, shortlisp): Add utf-16.elc
20008
20009 2002-09-29 Richard M. Stallman <rms@gnu.org>
20010
20011 * search.c (Freplace_match): Adjust match data for the substitution
20012 just made in the buffer.
20013
20014 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20015 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20016
20017 2002-09-27 Richard M. Stallman <rms@gnu.org>
20018
20019 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20020 (read_char): Use them. Do all exits thru the end of the function.
20021
20022 2002-09-27 Kenichi Handa <handa@etl.go.jp>
20023
20024 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20025 is nil.
20026
20027 2002-09-26 Richard M. Stallman <rms@gnu.org>
20028
20029 * regex.h (__restrict_arr): Don't define if already defined.
20030
20031 * coding.c (run_pre_post_conversion_on_str):
20032 Save and restore Vdeactivate_mark.
20033
20034 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20035
20036 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20037
20038 2002-09-26 Kenichi Handa <handa@etl.go.jp>
20039
20040 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20041 nonzero, try face's family at first. Otherwise try FAMILY at first.
20042 (choose_face_font): If C is a single byte char or latin-1, call
20043 try_font_list with PREFER_FACE_FAMILY 1.
20044
20045 2002-09-21 Richard M. Stallman <rms@gnu.org>
20046
20047 * window.c (select_window_1): Don't select frame.
20048 Set frame's selected window only when frame itself is selected.
20049 (Fselect_window): Doc fix.
20050
20051 2002-09-18 Kim F. Storm <storm@cua.dk>
20052
20053 * process.c (make-network-process): Doc fix (there is no
20054 network-server-log-function hook).
20055
20056 2002-09-18 Richard M. Stallman <rms@gnu.org>
20057
20058 * print.c (print): Clear out the unused parts of Vprint_number_table.
20059 (syms_of_print): Doc fix for `print-number-table'.
20060
20061 * unexelf.c (unexec): Undo previous change.
20062
20063 2002-09-17 Andreas Schwab <schwab@suse.de>
20064
20065 * m/alpha.h [LINUX]: Don't define DATA_START.
20066
20067 2002-09-16 Dave Love <fx@gnu.org>
20068
20069 * unexelf.c (unexec): Deal with .got, reinstating change from
20070 25-08-1999.
20071
20072 2002-09-13 Richard M. Stallman <rms@gnu.org>
20073
20074 * s/sol2-6.h (UNEXEC): Comment out definition.
20075
20076 * unexsol.c (unexec): Don't downcase first letter of error msg.
20077
20078 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20079
20080 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
20081
20082 * unexsol.c: Include buffer.h, charset.h, coding.h.
20083
20084 2002-09-11 Richard M. Stallman <rms@gnu.org>
20085
20086 * unexsol.c: Don't use report_file_error; do it by hand
20087 using dlerror.
20088
20089 * process.c (wait_reading_process_input, both versions):
20090 Before calling turn_on_atimers, call stop_polling.
20091
20092 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20093
20094 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20095 we go to too_near_end, call clear_glyph_matrix.
20096 (redisplay_window): After make_cursor_line_fully_visible,
20097 call clear_glyph_matrix and bypass `goto done'.
20098
20099 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20100 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20101
20102 2002-09-10 Richard M. Stallman <rms@gnu.org>
20103
20104 * fileio.c (Fdo_auto_save): Catch error making directory.
20105 Only call push_message if we need to.
20106 At the same time, make an unwind-protect to pop it.
20107 Rename local message_p to old_message_p.
20108 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20109 (do_auto_save_unwind): Don't call pop_message.
20110
20111 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20112
20113 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20114
20115 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20116
20117 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20118
20119 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20120
20121 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20122 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20123 (re_match_2_internal): Be more careful with infinite loops.
20124
20125 2002-09-10 Kim F. Storm <storm@cua.dk>
20126
20127 * macros.c (end_kbd_macro): New function.
20128 (Fend_kbd_macro): Use it.
20129
20130 * macros.h (end_kbd_macro): Declare extern.
20131
20132 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20133 end and save it instead of discarding it.
20134
20135 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
20136
20137 * s/sol2-6.h: Fix typo. Add comment.
20138
20139 2002-09-09 Richard M. Stallman <rms@gnu.org>
20140
20141 * regex.c (regnum_t): Use signed int, not unsigned int.
20142
20143 * s/sol2-6.h: New file.
20144
20145 * s/sol2-5.h (UNEXEC): Definition deleted.
20146
20147 2002-09-08 Kim F. Storm <storm@cua.dk>
20148
20149 * macros.c (executing_macro_index): Change type to EMACS_INT.
20150 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
20151
20152 * macros.h (executing_macro_index): Change type to EMACS_INT.
20153
20154 2002-09-06 Richard M. Stallman <rms@gnu.org>
20155
20156 * casetab.c (set_case_table): Make canon table point to eqv table.
20157
20158 2002-09-06 Juanma Barranquero <lektu@terra.es>
20159
20160 * coding.c (syms_of_coding): Fix spacing.
20161
20162 * composite.c (Fcompose_region_internal)
20163 (Fcompose_string_internal): Likewise.
20164
20165 * data.c (Flsh): Likewise.
20166
20167 * fontset.c (Fset_fontset_font): Likewise.
20168
20169 * macfns.c (Fx_server_max_request_size): Likewise.
20170
20171 * w16select.c (syms_of_win16select): Likewise.
20172
20173 * w32select.c (syms_of_w32select): Likewise.
20174
20175 * xselect.c (syms_of_xselect): Likewise.
20176
20177 2002-09-05 Richard M. Stallman <rms@gnu.org>
20178
20179 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20180 call EXTEND_RANGE_TABLE and return a proper value.
20181 (set_image_of_range): Don't call set_image_of_range_1
20182 if no TRANSLATE or if range includes all of Latin-1.
20183 Only call it for the Latin-1 part of the range.
20184 For other cases, make two separate ranges,
20185 one for the original specified characters and one for
20186 their case-conversions.
20187
20188 2002-09-04 Richard M. Stallman <rms@gnu.org>
20189
20190 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20191
20192 * window.c (displayed_window_lines): Correct for one-off bug
20193 in HEIGHT on non-window displays.
20194
20195 * regex.c (set_image_of_range_1): New function.
20196 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20197 Return a value to indicate running out of memory.
20198 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20199 (extend_range_table_work_area): New subroutine.
20200 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20201 Different calling conventions, and used from set_image_of_range{,_1}.
20202 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20203
20204 2002-09-04 Juanma Barranquero <lektu@terra.es>
20205
20206 * makefile.w32-in: All dependencies updated.
20207
20208 2002-09-01 Richard M. Stallman <rms@gnu.org>
20209
20210 * unexsol.c: New file.
20211
20212 * xfns.c (Qbox): Declare external, don't define.
20213
20214 * xdisp.c (redisplay_window) <force-start case>:
20215 If point is on semi-visible last line, reposition
20216 it at previous line.
20217
20218 * alloc.c (display_malloc_warning): Use display-warning.
20219 (malloc_warning_1): Function deleted.
20220
20221 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20222
20223 * lread.c (read1): Handle #! by skipping the line.
20224
20225 2002-08-31 Richard M. Stallman <rms@gnu.org>
20226
20227 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20228 Don't include LDFLAGS.
20229 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20230
20231 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20232
20233 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20234 member of x_display_info unless we compile for some window system.
20235
20236 2002-08-31 Kim F. Storm <storm@cua.dk>
20237
20238 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20239 (get_window_cursor_type): Don't use them.
20240 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20241
20242 2002-08-30 Kenichi Handa <handa@etl.go.jp>
20243
20244 * xdisp.c (get_next_display_element): Fix previous change.
20245
20246 2002-08-30 Andrew Choi <akochoi@shaw.ca>
20247
20248 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20249 (expose_window): Use it to fix the display of overlapping
20250 rows (merge code from xterm.c).
20251
20252 * macfns.c (Qbox): Add extern declaration.
20253
20254 2002-08-30 Juanma Barranquero <lektu@terra.es>
20255
20256 * w32fns.c (Qbox): Make extern.
20257 (syms_of_w32fns): Remove initialization of Qbox.
20258
20259 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20260
20261 * xfns.c (Fx_open_connection): Fix error message.
20262
20263 2002-08-30 Kim F. Storm <storm@cua.dk>
20264
20265 The following changes consolidates the handling of the cursor
20266 type in xdisp.c, moving duplicate code and functionality from
20267 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20268
20269 * frame.h (enum text_cursor_kinds): Consolidated here.
20270 Added DEFAULT_CURSOR value.
20271 (struct frame) <desired_cursor, cursor_width>
20272 <blink_off_cursor, blink_off_cursor_width>: New fields.
20273 Consolidated from output_x, output_w32 and output_mac structs.
20274 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20275 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20276
20277 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20278 Variables consolidated here.
20279 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20280 (Vcursor_in_non_selected_windows): Renamed from
20281 cursor_in_non_selected_windows and changed to Lisp_Object.
20282 (syms_of_xdisp): Define and staticpro new and moved variables.
20283 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20284 consolidated here. Recognize Qhollow setting.
20285 (set_frame_cursor_types): New function to set frame cursor types
20286 based on the frame parameters.
20287 (get_window_cursor_type): New function to calculate new cursor
20288 type and width for the specified window. Based on duplicated
20289 code consolidated here.
20290 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20291 check buffer-local alternate-cursor-type and blink-cursor-alist
20292 before using built-in blink off methods.
20293
20294 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
20295
20296 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
20297 (get_specified_cursor_type, get_window_cursor_type)
20298 (set_frame_cursor_types): Added prototypes.
20299
20300 * macfns.c (x_specified_cursor_type): Removed.
20301 (x_set_cursor_type): Use set_frame_cursor_types.
20302 (Qbar, Qbox): Removed.
20303 (syms_of_macfns): Don't intern or staticpro them.
20304
20305 * macterm.c (x_specified_cursor_type): Remove prototype.
20306 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20307 (x_display_and_set_cursor): Use get_window_cursor_type.
20308 Remove unused local variables cursor_non_selected, active_cursor.
20309 Redraw cursor if hbar cursor width changes.
20310 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
20311
20312 * macterm.h (enum text_cursor_kinds): Removed.
20313 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
20314 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20315 (FRAME_DESIRED_CURSOR): Macro removed.
20316
20317 * w32fns.c (Vblink_cursor_alist): Removed.
20318 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20319 (syms_of_w32fns): Don't intern, staticpro, or define them.
20320 (x_specified_cursor_type): Removed.
20321 (x_set_cursor_type): Use set_frame_cursor_types.
20322
20323 * w32term.c (x_specified_cursor_type): Remove prototype.
20324 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20325 (x_display_and_set_cursor): Use get_window_cursor_type.
20326 Remove unused local variables cursor_off_state.
20327 Redraw cursor if hbar cursor width changes.
20328 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
20329
20330 * w32term.h (enum text_cursor_kinds): Removed.
20331 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
20332 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20333 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20334 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20335 (struct w32_display_info) <x_highlight_frame>: Renamed member from
20336 w32_highlight_frame.
20337
20338 * xfns.c (Vblink_cursor_alist): Removed.
20339 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20340 (syms_of_xfns): Don't intern, staticpro, or define them.
20341 (x_specified_cursor_type): Removed.
20342 (x_set_cursor_type): Use set_frame_cursor_types.
20343
20344 * xterm.c (x_specified_cursor_type): Remove prototype.
20345 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20346 (x_display_and_set_cursor): Use get_window_cursor_type.
20347 Remove unused local variables cursor_off_state.
20348 Redraw cursor if hbar cursor width changes.
20349
20350 * xterm.h (enum text_cursor_kinds): Removed.
20351 (struct output_x) <current_cursor, desired_cursor, cursor_width>
20352 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20353 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20354 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20355 (x_specified_cursor_type): Remove prototype.
20356
20357 2002-08-28 Richard M. Stallman <rms@gnu.org>
20358
20359 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20360 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20361 (Vblink_cursor_alist): New variable.
20362 (syms_of_w32fns): Initialize and defvar it.
20363 (x_specified_cursor_type): Recognize Qbox for filled box.
20364 Exceptions are hollow boxes.
20365 (Qbox, Qhollow): New variables.
20366 (syms_of_w32fns): Initialize and staticpro them.
20367
20368 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20369 New macros.
20370 (struct w32_output): New fields blink_off_cursor,
20371 blink_off_cursor_width.
20372 (FRAME_CURSOR_WIDTH): New macro.
20373
20374 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20375 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20376
20377 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20378 for bar cursor.
20379
20380 * w32term.c (expose_overlaps): New function.
20381 (expose_window): Use it to fix the display of overlapping rows.
20382
20383 2002-08-28 Simon Josefsson <jas@extundo.com>
20384
20385 * xfns.c (Fx_open_connection): Improve help when X connection
20386 fails, xhost is insecure and xauth is better.
20387
20388 2002-08-28 Juanma Barranquero <lektu@terra.es>
20389
20390 * makefile.w32-in: Add missing dependencies on w32term.h and
20391 composite.h.
20392
20393 * emacs.c (USAGE1): Add missing newline.
20394
20395 2002-08-27 Andrew Choi <akochoi@shaw.ca>
20396
20397 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
20398
20399 2002-08-27 Richard M. Stallman <rms@gnu.org>
20400
20401 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20402 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20403 (Vblink_cursor_alist): New variable.
20404 (syms_of_xfns): Initialize and defvar it.
20405 (x_specified_cursor_type): Recognize Qbox for filled box.
20406 Exceptions are hollow boxes.
20407 (Qbox, Qhollow): New variables.
20408 (syms_of_xfns): Initialize and staticpro them.
20409
20410 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20411 New macros.
20412 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
20413
20414 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20415 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20416
20417 * emacs.c (main): Handle --script.
20418 (USAGE1): Mention --script.
20419 (standard_args): Define sort order for --script.
20420
20421 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20422
20423 * xdisp.c (redisplay_updating_p): Variable removed.
20424 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
20425 New variables.
20426 (init_iterator): Don't free realized faces if
20427 inhibit_free_realized_faces is set.
20428 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
20429 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
20430 initialize Qinhibit_free_realized_faces.
20431
20432 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
20433 when iterator is adding glyphs to a glyph matrix.
20434
20435 2002-08-27 Kenichi Handa <handa@etl.go.jp>
20436
20437 * xdisp.c (get_next_display_element): In unibyte case, don't use
20438 octal form for such eight-bit characters that can be converted to
20439 multibyte char.
20440
20441 2002-08-26 Kim F. Storm <storm@cua.dk>
20442
20443 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
20444 foreground and background colors. From Joe Buehler.
20445
20446 2002-08-26 Miles Bader <miles@gnu.org>
20447
20448 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
20449
20450 2002-08-25 Andrew Choi <akochoi@shaw.ca>
20451
20452 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
20453 defined instead of MAC_OSX.
20454
20455 * s/darwin.h (select): Define select to sys_select only if
20456 HAVE_CARBON is defined.
20457 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
20458 (DONT_REOPEN_PTY): #def it.
20459
20460 * macterm.c (XTread_socket): Remove code to call
20461 SendEventToEventTarget for keys with command modifiers when
20462 mac_command_key_is_meta is nil.
20463
20464 2002-08-24 Andreas Schwab <schwab@suse.de>
20465
20466 * eval.c (Fdefvar): Fix last change.
20467
20468 2002-08-23 Richard M. Stallman <rms@gnu.org>
20469
20470 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
20471 Record variables in load history as (defvar . VAR).
20472 (Fdefvar): Don't record in load history if no initial value.
20473 (Qdefvar): New variable.
20474 (syms_of_eval): Init and staticpro it.
20475
20476 * lread.c (syms_of_lread): Doc fix.
20477 (build_load_history): Use Fmember to see if a definition
20478 is already in the Vload_history element.
20479
20480 * process.c (Fstart_process): Remove /: from program name.
20481
20482 * emacs.c (decode_env_path): Don't add /: if file name handler
20483 has a `safe-magic' property.
20484
20485 * callproc.c (Fcall_process): Remove /: from program name.
20486
20487 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
20488
20489 * regex.c (PATFETCH): Remove the translating fetch.
20490 (PATFETCH_RAW): Rename to PATFETCH.
20491 (set_image_of_range): New fun.
20492 (SET_RANGE_TABLE_WORK_AREA): Use it.
20493 (regex_compile): Don't translate the pattern chars so eagerly.
20494 Only do it when inserting an `exactn' bytecode or when handling
20495 a char-range.
20496 (mutually_exclusive_p): Avoid empty statement.
20497
20498 2002-08-22 Kim F. Storm <storm@cua.dk>
20499
20500 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
20501 end up on a partially visible line; this reverts a specific part
20502 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
20503 display error which has been reported several times now.
20504 However it introduces the problem that changes was supposed to fix.
20505 See my comments in the source if you want to debug this further.
20506
20507 2002-08-20 Kenichi Handa <handa@etl.go.jp>
20508
20509 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20510
20511 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
20512
20513 * msdos.c (croak): Add `void' to definition.
20514
20515 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
20516 Don't define them, they are defined in msdos.c.
20517
20518 * mem-limits.h [MSDOS]: Declare etext.
20519
20520 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
20521 `const' since CORRECT_DIR_SEPS modifies its target.
20522
20523 2002-08-19 Kim F. Storm <storm@cua.dk>
20524
20525 * keyboard.c (Fclear_this_command_keys): Add optional arg
20526 KEEP-RECORD to avoid clearing lossage when we just want to clear
20527 the current key sequence (kmacro needs this).
20528
20529 2002-08-19 Kenichi Handa <handa@localhost>
20530
20531 * composite.c (run_composition_function): Call FUNC if it is fboundp.
20532
20533 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
20534 cons, return Qnil.
20535
20536 2002-08-17 Richard M. Stallman <rms@gnu.org>
20537
20538 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
20539
20540 * sysdep.c [!VMS]: Include sys/files.h.
20541
20542 * editfns.c (save_restriction_restore): Defend from unchained marker.
20543
20544 * buffer.c (overlays_at): Handle extending vec uniformly.
20545 (overlays_in): Handle extending vec from length 0 as in overlays_at.
20546
20547 2002-08-15 Andrew Choi <akochoi@shaw.ca>
20548
20549 * mac.c (init_mac_osx_environment): New function.
20550
20551 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
20552
20553 2002-08-14 Kim F. Storm <storm@cua.dk>
20554
20555 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
20556 executing macro before appending to it (when used from Lisp).
20557 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
20558 which is called prior to each iteration of macro (for kmacro.el).
20559 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
20560
20561 * lisp.h (Fexecute_kbd_macro): Update prototype.
20562
20563 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
20564
20565 2002-08-14 Kenichi Handa <handa@etl.go.jp>
20566
20567 * xselect.c (QUTF8_STRING): New variable.
20568 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
20569 (x_atom_to_symbol): Likewise.
20570 (x_get_local_selection): New argument local_request. If it is
20571 nonzero, call handler_fn with the second arg nil.
20572 (x_handle_selection_request): Call x_get_local_selection with
20573 local_request 0.
20574 (lisp_data_to_selection_data): Don't encode the string here.
20575 (Fx_get_selection_internal): Call x_get_local_selection with
20576 local_request 1.
20577 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
20578
20579 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
20580
20581 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
20582
20583 2002-08-13 Richard M. Stallman <rms@gnu.org>
20584
20585 * minibuf.c (Fminibufferp): New function.
20586 (syms_of_minibuf): Defsubr it.
20587 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
20588
20589 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
20590
20591 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
20592
20593 2002-08-12 Richard M. Stallman <rms@gnu.org>
20594
20595 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
20596 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
20597 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
20598 already.
20599
20600 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
20601
20602 2002-08-11 Andrew Choi <akochoi@shaw.ca>
20603
20604 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
20605 (Vmac_pass_command_to_system): New variable.
20606 (Vmac_pass_control_to_system): New variable.
20607 (do_mouse_moved): Check wp with is_emacs_window.
20608 (XTread_socket): Check window_ptr with is_emacs_window.
20609 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
20610 events back to Mac Toolbox for processing, depending on values of
20611 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
20612 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
20613 Vmac_pass_control_to_system.
20614
20615 2002-08-10 Kenichi Handa <handa@etl.go.jp>
20616
20617 * coding.c (unencodable_char_position): New function.
20618 (Funencodable_char_position): New function.
20619 (syms_of_coding): Defsubr Funencodable_char_position.
20620
20621 2002-08-10 Andrew Choi <akochoi@shaw.ca>
20622
20623 * mac.c (sys_select) [MAC_OSX]: New function.
20624
20625 * macterm.c (MakeMeTheFrontProcess): New function.
20626 (mac_initialize): Call MakeMeTheFrontProcess.
20627
20628 * s/darwin.h: Define select to sys_select.
20629
20630 2002-08-09 Richard M. Stallman <rms@gnu.org>
20631
20632 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
20633
20634 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
20635
20636 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
20637 end of the buffer.
20638
20639 2002-08-08 Ken Raeburn <raeburn@gnu.org>
20640
20641 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
20642
20643 * puresize.h (BASE_PURESIZE): Increase to 910000.
20644
20645 2002-08-08 Kenichi Handa <handa@etl.go.jp>
20646
20647 * coding.c (Ffind_operation_coding_system): For write-region, if
20648 VISIT is a filename, make it the target.
20649
20650 2002-08-07 Richard M. Stallman <rms@gnu.org>
20651
20652 * alloc.c (mark_object): Detect long lists for debugging.
20653 (mark_object_loop_halt): New variable.
20654
20655 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
20656
20657 * data.c (Fmake_variable_frame_local): Doc fix.
20658
20659 2002-08-01 David Ponce <david@dponce.com>
20660
20661 * w32menu.c (local_heap, local_alloc, local_free): New macros.
20662 (malloc_widget_value, free_widget_value)
20663 (w32_free_submenu_strings): Use them.
20664
20665 (push_submenu_start, push_submenu_end, push_left_right_boundary)
20666 (push_menu_pane, push_menu_item, single_keymap_panes)
20667 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
20668 (single_submenu, set_frame_menubar)
20669 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
20670
20671 (Fx_popup_menu): Don't show pop up menu until preceding one is
20672 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
20673
20674 * w32menu.c: Changes adapted from xmenu.c
20675 (set_frame_menubar): First parse all submenus,
20676 then make widget_value trees from them.
20677 Don't allocate any widget_value objects
20678 until we are done with the parsing.
20679 (parse_single_submenu): New function.
20680 (digest_single_submenu): New function.
20681 (single_submenu): Function deleted, replaced by those two.
20682
20683 2002-08-04 Andrew Choi <akochoi@shaw.ca>
20684
20685 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
20686 returns a valid window pointer before proceeding for keyDown and
20687 autoKey events.
20688
20689 2002-08-03 Andrew Choi <akochoi@shaw.ca>
20690
20691 * macterm.c (USE_CARBON_EVENTS): New macro.
20692 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
20693 (x_iconify_frame): Call CollapseWindow.
20694 (Vmac_reverse_ctrl_meta): New variable.
20695 (Vmac_wheel_button_is_mouse_2): New variable.
20696 (init_mac_drag_n_drop): New function.
20697 (mac_do_receive_drag): New function.
20698 (mac_handle_service_event): New function.
20699 (init_service_handler): New function.
20700 (mac_to_emacs_modifiers): New function.
20701 (mac_event_to_emacs_modifiers): New function.
20702 (mac_get_mouse_btn): New function.
20703 (mac_convert_event_ref): New function.
20704 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
20705 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
20706 mac_get_mouse_btn.
20707 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
20708
20709 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
20710 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
20711 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
20712 TOOL_BAR_EVENT for MAC_OS as well.
20713 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
20714 as for WINDOWS_NT.
20715 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
20716
20717 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
20718
20719 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
20720
20721 * xdisp.c (forward_to_next_line_start): Fix a condition that
20722 lead to a newline being skipped.
20723
20724 2002-08-02 Andrew Choi <akochoi@shaw.ca>
20725
20726 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
20727
20728 2002-08-01 Richard M. Stallman <rms@gnu.org>
20729
20730 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
20731
20732 2002-07-31 Andrew Choi <akochoi@shaw.ca>
20733
20734 * macfns.c: #undef init_process before #define-ing it.
20735
20736 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
20737 HAVE_CARBON is defined.
20738
20739 2002-07-31 Richard M. Stallman <rms@gnu.org>
20740
20741 * xmenu.c (set_frame_menubar): First parse all submenus,
20742 then make widget_value trees from them.
20743 Don't allocate any widget_value objects
20744 until we are done with the parsing.
20745 (parse_single_submenu): New function.
20746 (digest_single_submenu): New function.
20747 (single_submenu): Function deleted, replaced by those two.
20748
20749 2002-07-30 Juanma Barranquero <lektu@terra.es>
20750
20751 * w32proc.c (syms_of_ntproc): Fix docstring of
20752 `w32-get-true-file-attributes'.
20753
20754 2002-07-28 Richard M. Stallman <rms@gnu.org>
20755
20756 * s/hpux8.h (HPUX8): Define this before including hpux.h.
20757 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
20758
20759 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
20760
20761 * keyboard.c (make_lispy_event):
20762 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
20763 Explicitly clear up_modifier in event->modifiers.
20764
20765 2002-07-27 Richard M. Stallman <rms@gnu.org>
20766
20767 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
20768
20769 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20770 for bar cursor.
20771
20772 2002-07-26 Kenichi Handa <handa@etl.go.jp>
20773
20774 * coding.c (detect_coding_iso2022): While checking a byte sequence
20775 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
20776 it in the normal loop.
20777
20778 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
20779
20780 * xterm.c (expose_overlaps): New function.
20781 (expose_window): Use it to fix the display of overlapping rows.
20782
20783 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
20784
20785 2002-07-23 Ken Raeburn <raeburn@gnu.org>
20786
20787 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
20788 since it only depends on XUINT.
20789
20790 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
20791 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
20792 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
20793 Macros deleted.
20794
20795 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
20796 its value over other approaches.
20797 * sysdep.c (start_of_data): Don't define the function if a macro
20798 form has been defined.
20799
20800 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
20801
20802 * xdisp.c (redisplay_updating_p): New variable.
20803 (init_iterator): Don't free realized faces when
20804 redisplay_updating_p is set.
20805 (redisplay_internal): Set redisplay_updating_p while updating
20806 the display.
20807
20808 2002-07-23 Richard M. Stallman <rms@gnu.org>
20809
20810 * editfns.c (Fmessage): Treat "" like nil.
20811
20812 2002-07-23 Kenichi Handa <handa@etl.go.jp>
20813
20814 * xdisp.c (face_before_or_after_it_pos):
20815 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20816
20817 2002-07-22 Juanma Barranquero <lektu@terra.es>
20818
20819 * callproc.c (init_callproc) [DOS_NT]:
20820 Initialize Vshared_game_score_directory to nil.
20821 (syms_of_callproc) [DOS_NT]: Likewise.
20822
20823 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
20824
20825 * xdisp.c (display_line): Replace an abort with xassert.
20826
20827 2002-07-21 Richard M. Stallman <rms@gnu.org>
20828
20829 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
20830 and END_UNCHANGED when setting buffer_unchanged_p.
20831 Use current_matrix_up_to_date_p to decide whether to use
20832 try_cursor_movement.
20833
20834 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
20835
20836 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
20837
20838 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
20839 Set to nil if dir does not exist.
20840 (syms_of_callproc): Init unconditionally and simply.
20841
20842 * buffer.c (Fbuffer_list): Doc fix.
20843
20844 2002-07-21 Ken Raeburn <raeburn@gnu.org>
20845
20846 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
20847
20848 * buffer.c (mmap_realloc): When shrinking, make sure number of
20849 pages to unmap is rounded towards zero.
20850
20851 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
20852 (XSETINT): Deleted.
20853
20854 * m/att3b.h (XINT): Don't define.
20855 (VALBITS, VALMASK, XTYPE): Deleted.
20856 (DATA_SEG_BITS): Define.
20857 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
20858 ARRAY_MARK_FLAG): Deleted.
20859 (DATA_SEG_BITS): Define.
20860 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
20861 (DATA_SEG_BITS): Define.
20862
20863 2002-07-20 Richard M. Stallman <rms@gnu.org>
20864
20865 * print.c (print_error_message): New args CONTEXT and CALLER.
20866 Calls changed.
20867
20868 * lisp.h (print_error_message): Declare new args.
20869
20870 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
20871 and CONTEXT to print_error_message, don't print them here.
20872 For a Quit, don't use Vsignaling_function.
20873 Call message_log_maybe_newline.
20874
20875 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
20876
20877 2002-07-20 Kim F. Storm <storm@cua.dk>
20878
20879 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
20880
20881 2002-07-19 Ken Raeburn <raeburn@gnu.org>
20882
20883 * bytecode.c (struct byte_stack): Pointers into byte string now
20884 point to const.
20885 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
20886 const.
20887 * charset.h (BCOPY_SHORT): Source pointer now points to const.
20888 * coding.c (encode_eol, detect_coding, detect_eol):
20889 (decode_coding, encode_coding, detect_coding_system):
20890 Source strings now treated as const.
20891 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
20892 modify Lisp string contents.
20893 * coding.h (decode_coding, encode_coding, detect_coding,
20894 detect_eol): Declarations updated.
20895 * composite.c (compose_chars_in_text): Treat Lisp string contents
20896 as const.
20897 * dispnew.c (safe_bcopy): Source pointer now points to const.
20898 * lisp.h (STRING_COPYIN): New macro.
20899 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
20900 (internal_with_output_to_temp_buffer): Declarations updated.
20901 * print.c (temp_output_buffer_setup):
20902 (internal_with_output_to_temp_buffer): Buffer name argument is now
20903 pointer to const.
20904 * sound.c (struct sound_device): Function pointer field "write"
20905 buffer argument now points to const.
20906 (vox_write): Buffer argument points to const.
20907 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
20908 contents as const.
20909 * sysdep.c (emacs_write): Buffer pointer now const.
20910 * term.c (encode_terminal_code): Buffer pointer now const.
20911 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
20912 (x_face_list_fonts, x_update_menu_appearance):
20913 (hash_string_case_insensitive): Treat Lisp string contents as const.
20914
20915 2002-07-19 Juanma Barranquero <lektu@terra.es>
20916
20917 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
20918
20919 * fileio.c (syms_of_fileio): Likewise.
20920 (Ffile_name_as_directory): Fix argument name in docstring.
20921 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
20922
20923 2002-07-18 Richard M. Stallman <rms@gnu.org>
20924
20925 * data.c (Fdefalias): Doc fix.
20926
20927 2002-07-17 Dave Love <fx@gnu.org>
20928
20929 * intervals.h (text_property_stickiness): Use P_.
20930
20931 * ccl.c: Remove `emacs' conditionals.
20932 (ccl_backtrace_table): Fix size spec.
20933 (ccl_driver): Fix type errors.
20934
20935 2002-07-16 Ken Raeburn <raeburn@gnu.org>
20936
20937 * alloc.c (xstrdup, make_string, make_unibyte_string)
20938 (make_multibyte_string, build_string): String pointer args now
20939 point to const.
20940 * charset.c (find_charset_in_text, c_string_width):
20941 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
20942 * fileio.c (report_file_error):
20943 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
20944 (count_combining_before, count_combining_after, insert_1_both):
20945 (insert, insert_and_inherit, insert_string):
20946 (insert_before_markers, insert_before_markers_and_inherit):
20947 * lread.c (intern, oblookup, hash_string):
20948 * minibuf.c (temp_echo_area_glyphs):
20949 * search.c (fast_c_string_match_ignore_case):
20950 * sysdep.c (emacs_open, set_file_times):
20951 * xfaces.c (xstricmp):
20952 * xdisp.c (store_frame_title, string_char_and_length):
20953 (message_dolog, message2, message2_nolog, set_message): Likewise.
20954 (set_message_1): Cast message string argument to const pointer.
20955 * editfns.c (general_insert_function): Insertion function now
20956 takes pointer to const for input data.
20957 * charset.h (find_charset_in_text, c_string_width):
20958 (parse_str_as_multibyte): Declarations updated.
20959 * dispextern.h (xstricmp): Declaration updated.
20960 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
20961 (count_size_as_multibyte, count_combining_before):
20962 (count_combining_after, insert_1, insert_1_both, message_dolog):
20963 (insert, insert_and_inherit, insert_before_markers)
20964 (insert_before_markers_and_inherit, set_message, message2):
20965 (message2_dolog, build_string, make_string, make_unibyte_string):
20966 (make_multibyte_string, intern, oblookup, report_file_error):
20967 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
20968 (emacs_open, xstrdup): Declarations updated.
20969 * systime.h (set_file_times): Declaration updated.
20970
20971 * charset.c (find_charset_in_text, lisp_string_width): Use const
20972 for pointer to lisp string data.
20973 * charset.h (FETCH_STRING_CHAR_ADVANCE):
20974 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
20975 * coding.c (Ffind_coding_systems_region_interval):
20976 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
20977 (Fmake_directory_internal, Fdelete_directory):
20978 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
20979 * fontset.c (font_family_registry, fs_query_fontset):
20980 (list_fontsets):
20981 * frame.c (Fframe_parameter):
20982 * keyboard.c (cmd_error_internal):
20983 * keymap.c (Fdescribe_buffer_bindings):
20984 * lread.c (complete_filename_p, openp):
20985 * minibuf.c (Fminibuffer_complete_word):
20986 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
20987 (face_before_or_after_it_pos, next_element_from_string):
20988 (get_overlay_arrow_glyph_row, display_mode_element):
20989 (decode_mode_spec_coding):
20990 * xterm.c (same_x_server): Likewise.
20991
20992 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
20993 settings of non-existent fields.
20994
20995 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
20996 copy a lisp value.
20997
20998 * lread.c (Fintern_soft): Use string macros instead of
20999 Lisp_String fields.
21000 * keyboard.c (echo_char, parse_modifiers_uncached):
21001 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21002 * textprop.c (validate_interval_range, interval_of): Likewise.
21003
21004 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21005
21006 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21007 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21008 XSTRING()->size_byte.
21009
21010 * lisp.h (SDATA, SREF): Produce rvalue.
21011 (SSET): New macro.
21012 * alloc.c (make_event_array): Use SSET for storing into a string.
21013 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21014 a string.
21015 * casefiddle.c (casify_object): Use SSET.
21016 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21017 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21018 address of string contents.
21019 * data.c (Faref): Use SDATA.
21020 (Faset): Use SDATA, SSET.
21021 * dired.c (directory_files_internal): Use SSET.
21022 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21023 (Fread_file_name): Use SREF, SSET.
21024 * fns.c (concat): Use SSET.
21025 (concat, Fdelete): Use SDATA.
21026 * insdel.c (insert_from_string_1): Use SDATA.
21027 * keyboard.c (Fevent_convert_list): Use SREF.
21028 * lread.c (Fload): Use SDATA, SSET.
21029 * macfns.c (validate_x_resource_name): Use SSET.
21030 * process.c (status_message): Use SSET.
21031 * search.c (wordify): Use SDATA.
21032 (Freplace_match): Use SREF.
21033 * w32fns.c (validate_x_resource_name): Use SSET.
21034 * xfns.c (validate_x_resource_name): Use SSET.
21035 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21036
21037 2002-07-16 Richard M. Stallman <rms@gnu.org>
21038
21039 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21040
21041 * xdisp.c (reconsider_clip_changes):
21042 Don't test prevent_redisplay_optimizations_p.
21043 (redisplay_internal): Test prevent_redisplay_optimizations_p
21044 along with clip_changed in some cases.
21045 (try_window_id): Likewise.
21046 (redisplay_window): New local var buffer_unchanged_p.
21047
21048 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21049
21050 * process.c (create_process): Test USG_SUBTTY_WORKS.
21051 (process_send_signal): Clean up handling of GID.
21052 Detect errors in ioctls meant to set GID.
21053
21054 * window.c (temp_output_buffer_show):
21055 Don't set prevent_redisplay_optimizations_p.
21056
21057 2002-07-15 Juanma Barranquero <lektu@terra.es>
21058
21059 * eval.c (Fdefvaralias): Add docstring argument.
21060
21061 2002-07-15 Ken Raeburn <raeburn@gnu.org>
21062
21063 * lisp.h (STRING_INTERVALS): Produce rvalue.
21064 (STRING_SET_INTERVALS): New macro.
21065 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21066 * fns.c (Fstring_as_multibyte): Likewise.
21067 * intervals.c (balance_possible_root_interval, delete_interval)
21068 (create_root_interval, copy_intervals_to_string): Likewise.
21069 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21070 instead of 0.
21071
21072 2002-07-14 Ken Raeburn <raeburn@gnu.org>
21073
21074 * lisp.h (STRING_SET_CHARS): New macro.
21075 (SCHARS, SBYTES): Produce rvalues.
21076 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21077 * fns.c (concat): Likewise.
21078 * lread.c (read_vector): Likewise.
21079
21080 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
21081 (STRING_SET_UNIBYTE): New macro.
21082 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
21083 length of -1) changed to use STRING_SET_UNIBYTE.
21084 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21085 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21086 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21087 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21088 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21089 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21090 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21091 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21092 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21093 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21094 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21095 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21096 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21097 unchanged for now.
21098
21099 2002-07-13 Kim F. Storm <storm@cua.dk>
21100
21101 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21102
21103 2002-07-12 Richard M. Stallman <rms@gnu.org>
21104
21105 * fileio.c (Fwrite_region): Doc fix.
21106
21107 * print.c (print_error_message): Don't handle Vsignaling_function here.
21108
21109 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21110 (command_loop_1): Avoid certain actions after memory-full error.
21111
21112 * eval.c (Fsignal): Don't call cancel_hourglass.
21113 For a memory-full error, don't call Vsignal_hook_function
21114 and don't set Vsignaling_function.
21115
21116 * process.c (process_send_signal): Add abort call.
21117
21118 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
21119
21120 * keymap.c (Fkey_binding): Fix typo.
21121
21122 2002-07-11 Richard M. Stallman <rms@gnu.org>
21123
21124 * alloc.c (Vmemory_full): New variable.
21125 (Vmemory_signal_data): Rename from memory_signal_data.
21126 Uses changed.
21127 (syms_of_alloc): Defvar them.
21128 (memory_full, buffer_memory_full): Set Vmemory_full.
21129
21130 * lisp.h (Vmemory_full): Add declaration.
21131 (current_column, indented_beyond_p): Change declaration.
21132
21133 * indent.c (last_known_column): Declare as double, not float.
21134 (current_column, current_column_1, string_display_width)
21135 (position_indentation): Return `double'.
21136 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21137
21138 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21139 (back_to_previous_visible_line_start)
21140 (reseat_at_next_visible_line_start, next_element_from_buffer):
21141 Use `double', not `float', when calling indented_beyond_p.
21142
21143 * s/hpux11.h (BROKEN_SA_RESTART): Define.
21144
21145 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21146
21147 2002-07-11 Juanma Barranquero <lektu@terra.es>
21148
21149 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
21150 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21151 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21152 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21153 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21154 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
21155
21156 2002-07-10 Juanma Barranquero <lektu@terra.es>
21157
21158 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21159 All callers changed.
21160
21161 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21162
21163 * data.c (Fdefalias): Add an optional `docstring' argument.
21164 (set_internal, Fsetq_default): Use XCAR/XCDR.
21165
21166 * composite.c (HASH_VALUE, HASH_KEY):
21167 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21168
21169 2002-07-09 Kenichi Handa <handa@etl.go.jp>
21170
21171 * callproc.c (Fcall_process): Fix previous change.
21172
21173 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21174
21175 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21176 Add support for hash-tables.
21177 (Ftry_completion): Return t even if the string appears multiple times.
21178
21179 * fns.c (Fnconc): Use XCDR.
21180 (Fprovide): Use CONSP and XCDR.
21181 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21182 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21183 (Fmake_hash_table): Accept `:size nil'.
21184 (Fmakehash): Delete: moved to subr.el.
21185 (syms_of_fns): Don't defsubr makehash.
21186
21187 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21188 (HASH_TABLE_SIZE): Move from fns.c.
21189
21190 2002-07-07 Richard M. Stallman <rms@gnu.org>
21191
21192 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21193 Instead just return 0 when there is something to be done.
21194 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21195 retry scrolling as if cursor were off the bottom.
21196 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21197 return CURSOR_MOVEMENT_MUST_SCROLL.
21198 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21199 go to try_to_scroll.
21200
21201 * buffer.c (Fbuffer_local_value): Store current value into its binding
21202 so we get the up-to-date value for the binding that is loaded.
21203
21204 * eval.c (Fdefmacro): Doc fix.
21205
21206 2002-07-05 Dave Love <fx@gnu.org>
21207
21208 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21209 correctly.
21210
21211 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21212 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21213 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21214 CCL_LookupCharConstTbl.
21215 (syms_of_ccl): Defvar translation-hash-table-vector.
21216
21217 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21218
21219 * xdisp.c: Remove unused variable `face'.
21220
21221 2002-07-04 Juanma Barranquero <lektu@terra.es>
21222
21223 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21224 obsolescence information.
21225
21226 2002-07-03 Andrew Choi <akochoi@shaw.ca>
21227
21228 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21229 pattern. Search cache first.
21230 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21231 for Japanese font.
21232 (XLoadQueryFont): Use it.
21233
21234 2002-07-02 Richard M. Stallman <rms@gnu.org>
21235
21236 * keymap.c (Fdefine_key): Doc fix.
21237
21238 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21239
21240 2002-07-02 Juanma Barranquero <lektu@terra.es>
21241
21242 * keymap.c (syms_of_keymap): Fix typo.
21243
21244 2002-07-01 Andrew Choi <akochoi@shaw.ca>
21245
21246 * s/darwin.h: Define POSIX_SIGNALS.
21247
21248 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21249 and FSRefMakePath to convert FSSpec returned with Apple Event to
21250 Posix pathname.
21251 (mac_initialize) [TARGET_API_MAC_CARBON]:
21252 Call init_required_apple_events and disable the `Quit' menu item
21253 provided automatically by the Carbon Toolbox.
21254
21255 2002-07-01 Dave Love <fx@gnu.org>
21256
21257 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21258 for K&R.
21259
21260 * xterm.c: Fix prototype for K&R.
21261
21262 * term.c (costs_set): Declare static, non-initialized for pcc.
21263
21264 2002-07-01 Richard M. Stallman <rms@gnu.org>
21265
21266 * keyboard.c (timer_last_idleness_start_time): New variable.
21267 (timer_start_idle): Set that.
21268 (read_key_sequence): Use that to reset timer_idleness_start_time
21269 to previous value.
21270
21271 * window.c (Frecenter): With arg, set optional_new_start.
21272
21273 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21274
21275 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21276 buffer for completion.
21277
21278 2002-06-29 Ken Raeburn <raeburn@gnu.org>
21279
21280 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21281
21282 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21283
21284 * keyboard.c (readable_filtered_events): New function that filters
21285 FOCUS_IN_EVENT depending on parameter.
21286 (readable_events): Calls readable_filtered_events, not filtering
21287 FOCUS_IN_EVENT.
21288 (get_filtered_input_pending): New function, filtering parameter passed
21289 to readable_filtered_events.
21290 (get_input_pending): Calls get_filtered_input_pending, not filtering
21291 FOCUS_IN_EVENT.
21292 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
21293 FOCUS_IN_EVENT.
21294
21295 * xterm.h (struct x_output): Add focus_state.
21296
21297 * xterm.c (x_focus_changed): New function.
21298 (x_detect_focus_change): New function.
21299 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
21300 EnterNotify and LeaveNotify to track X focus changes.
21301
21302 2002-06-28 Andreas Schwab <schwab@suse.de>
21303
21304 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
21305
21306 2002-06-27 Kim F. Storm <storm@cua.dk>
21307
21308 * xdisp.c (mode_line_string_list, mode_line_string_face)
21309 (mode_line_string_face_prop): New variables.
21310 (store_mode_line_string): New function.
21311 (display_mode_element): Use store_mode_line_string to
21312 add mode-line string elements to mode_line_string_list
21313 when mode_line_string_list is non-nil.
21314 (Fformat_mode_line): Now returns propertized string by
21315 default. New arg NO-PROPS to ignore properties.
21316 (decode_mode_spec): Only add two dashes for %- in propertized
21317 mode-line string.
21318 (syms_of_xdisp): Init and staticpro mode_line_string_list.
21319
21320 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
21321
21322 * minibuf.c (minibuffer_completion_contents): Add return type.
21323
21324 2002-06-27 Juanma Barranquero <lektu@terra.es>
21325
21326 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
21327
21328 2002-06-26 Juanma Barranquero <lektu@terra.es>
21329
21330 * fileio.c (read_file_name_cleanup): Add missing return.
21331
21332 2002-06-26 Richard M. Stallman <rms@gnu.org>
21333
21334 * window.c (Frecenter): Don't set force_start flag.
21335
21336 * minibuf.c (do_completion, Fminibuffer_complete_word)
21337 (Fminibuffer_completion_help): Complete just the text before point.
21338 (minibuffer_completion_contents): New function.
21339
21340 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
21341
21342 * frame.c (frames_bury_buffer): Function deleted.
21343
21344 2002-06-25 Miles Bader <miles@gnu.org>
21345
21346 * callint.c (Fcall_interactively): When checking to see if doprnt hit
21347 the end of callint_message, allow for a terminating '\0'.
21348
21349 2002-06-24 Juanma Barranquero <lektu@terra.es>
21350
21351 * w32select.c: Include composite.h.
21352
21353 * w16select.c: Likewise.
21354
21355 2002-06-24 Kenichi Handa <handa@etl.go.jp>
21356
21357 * callproc.c (Fcall_process): If code detection is necessary,
21358 call detect_coding directly here.
21359
21360 * coding.c (detect_eol): Preserve coding->cmp_data.
21361
21362 * w16select.c (Fw16_get_clipboard_data):
21363 * w32fns.c (w32_to_x_font):
21364 * w32select.c (Fw32_get_clipboard_data):
21365 * xselect.c (selection_data_to_lisp_data):
21366 * xterm.c (XTread_socket): Disable composition handling.
21367
21368 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
21369
21370 * print.c (temp_output_buffer_setup): Kill all local variables.
21371
21372 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
21373
21374 * lread.c (Fread): Remove redundant and imprecise declaration.
21375
21376 * xfns.c (check_x_display_info): Use check_x_frame.
21377
21378 * .gdbinit (xprintsym): Use the new `xname' field.
21379 (xsymbol): Use it.
21380
21381 2002-06-22 Jason Rumney <jasonr@gnu.org>
21382
21383 * w32fns.c (file_dialog_callback): New function.
21384 (Fx_file_dialog): Allow selecting directories as well as files.
21385
21386 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21387
21388 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
21389 OpenBSD. Add support for mipseb-*-netbsd* machines.
21390
21391 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21392
21393 * macterm.c (mac_scroll_area): Set foreground and backcolor to
21394 black and white before scrolling. Restore frame background and
21395 foreground color after scrolling.
21396 (do_window_update): Call XClearWindow before calling expose_frame.
21397 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
21398 FRAME_FOREGROUND_PIXEL of frame.
21399
21400 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21401 test Mac command key as <ALT> key.
21402
21403 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
21404
21405 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
21406
21407 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
21408 Lookup keys in function-key-map immediately so that key-translation-map
21409 can be applied earlier.
21410 Remove function_key_possible and key_translation_possible, replaced
21411 by checking `keytran_start < t'.
21412
21413 * .gdbinit (xsymbol): Use the new `xname' field.
21414
21415 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21416
21417 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21418 test Mac command key as <ALT> key.
21419
21420 * mac.c (do_applescript): Call initialize_applescript if necessary
21421 when first called. Dispose of result_desc only when there is no error.
21422 (Fdo_applescript): Use %d format specifier instead of %ld.
21423
21424 2002-06-16 Andrew Choi <akochoi@shaw.ca>
21425
21426 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
21427 of FrontWindow for cases keyDown and autoKey.
21428
21429 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
21430 Vdefault_fontset to Monaco with mac-roman coding.
21431
21432 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
21433 init_process before and after inclusion of Carbon/Carbon.h, resp.
21434
21435 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
21436 cursor_gc.
21437 (add_font_name_table_entry): New function.
21438 (init_font_name_table): Use add_font_name_table_entry; add italic,
21439 bold, and bold-italic entries for truetype fonts.
21440
21441 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
21442 for Mac too.
21443 (try_font_list) [MAC_OS]: If no font matches given registry, try
21444 fonts with any registry matching face_family.
21445 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
21446
21447 * s/darwin.h: If autoconf detects the Ncurses library, define
21448 LIBS_TERMCAP to -lncurses to use it.
21449
21450 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
21451
21452 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
21453
21454 2002-06-15 Richard M. Stallman <rms@gnu.org>
21455
21456 * window.c (Fset_window_configuration): Explicitly preserve
21457 the point value that new_current_buffer had at the start.
21458
21459 2002-06-14 Juanma Barranquero <lektu@terra.es>
21460
21461 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
21462 Fix typos.
21463
21464 2002-06-14 Kim F. Storm <storm@cua.dk>
21465
21466 * insdel.c (insert_1_both, insert_from_string_1)
21467 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
21468 insert happened in the end_unchanged region. Otherwise, the
21469 redisplay may be confused and duplicate the last line in the
21470 buffer [seen after save-buffer when require-final-newline==t].
21471
21472 2002-06-13 Jason Rumney <jasonr@gnu.org>
21473
21474 * w32.c (init_environment): Remove EMACSLOCKDIR.
21475 (stat): Swap _S_IFDIR and _S_IFREG.
21476
21477 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21478
21479 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
21480 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
21481 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
21482 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
21483 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
21484 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
21485 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
21486 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
21487 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
21488 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
21489 SELECTION_REQUEST_EVENT, selection_clear_event to
21490 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
21491 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
21492 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
21493 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
21494 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
21495 no_event to NO_EVENT.
21496
21497 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21498
21499 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
21500
21501 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
21502
21503 * intervals.c (textget): Don't forget to `return'.
21504 (lookup_char_property): Use XCAR/XCDR.
21505
21506 2002-06-12 Juanma Barranquero <lektu@terra.es>
21507
21508 * xdisp.c (Fformat_mode_line): Fix typo.
21509
21510 2002-06-12 Kim F. Storm <storm@cua.dk>
21511
21512 * xdisp.c (Fformat_mode_line): New function.
21513 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
21514 (store_frame_title_char, store_frame_title): Use unconditionally.
21515 (init_xdisp): Defsubr Fformat_mode_line.
21516 Initialize frame_title_buf etc. unconditionally.
21517
21518 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
21519
21520 * keyboard.c (read_key_sequence):
21521 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
21522 things through those maps after downcasing events.
21523 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
21524 applies after function-key-map.
21525 Make sure that keytran can be done in the middle in the sequence.
21526 Be careful not to throw away events past the one we downcase.
21527
21528 * lread.c (read_integer): Remove unused var `tem'.
21529 (read1): Fix int/Lisp_Object mixup.
21530
21531 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
21532
21533 2002-06-11 Richard M. Stallman <rms@gnu.org>
21534
21535 * keyboard.c (readable_events): Ignore any number of
21536 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
21537
21538 2002-06-09 Miles Bader <miles@gnu.org>
21539
21540 * xfaces.c (Ftty_supports_face_attributes_p): New function.
21541 (parse_rgb_list, tty_lookup_color): New functions.
21542 (tty_defined_color): Use `tty_lookup_color' to do all the work.
21543 (color_distance, Fcolor_distance): New functions.
21544 (TTY_SAME_COLOR_THRESHOLD): New macro.
21545 (Qtty_color_standard_values): New variable.
21546 (syms_of_xfaces): Initialize new vars & functions.
21547
21548 2002-06-08 Colin Walters <walters@verbum.org>
21549
21550 * textprop.c (Vchar_property_alias_alist): New variable.
21551 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
21552
21553 * intervals.c (lookup_char_property): New function for looking up
21554 overlay and text properties, created from textget.
21555 (textget): Use it.
21556
21557 * intervals.h (lookup_char_property): Declare.
21558 (Vchar_property_alias_alist): Declare.
21559
21560 * buffer.c (Foverlay_get): Use lookup_char_property.
21561
21562 2002-06-07 Sam Steingold <sds@gnu.org>
21563
21564 * xselect.c (lisp_data_to_selection_data): Fix last change:
21565 *data_ret is not a Lisp string, while unibyte_string is.
21566
21567 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
21568
21569 * xselect.c (lisp_data_to_selection_data): Fix last change:
21570 set size_ret.
21571
21572 2002-06-07 Andreas Schwab <schwab@suse.de>
21573
21574 * m/amdx86-64.h: New file.
21575
21576 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
21577
21578 * fns.c (Fstring_make_unibyte): Doc fix.
21579
21580 * xselect.c (lisp_data_to_selection_data): If the requested type
21581 is STRING, call string_make_unibyte to encode the selected text
21582 as a string.
21583
21584 * window.c (Fset_window_hscroll): Doc fix.
21585
21586 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21587
21588 * fileio.c (choose_write_coding_system):
21589 Call select-safe-coding-system properly.
21590
21591 2002-06-03 Richard M. Stallman <rms@gnu.org>
21592
21593 * xdisp.c (message_with_string): Error if STRING is not a string.
21594
21595 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
21596
21597 * fileio.c (choose_write_coding_system): Pass FILE arg to
21598 Vselect_safe_coding_system_function.
21599
21600 2002-06-03 Ken Raeburn <raeburn@gnu.org>
21601
21602 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
21603
21604 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
21605
21606 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
21607 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
21608 * keymap.c (describe_command): Likewise.
21609 * minibuf.c (read_minibuf): Likewise.
21610
21611 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
21612 Cast `current_column' return value to int.
21613 (back_to_previous_visible_line_start)
21614 (reseat_at_next_visible_line_start, next_element_from_buffer):
21615 Cast `indented_beyond_p' 3rd arg to float.
21616
21617 * indent.c (last_known_column): Now a float.
21618 (current_column_1, position_indentation, current_column)
21619 (string_display_width): Return float.
21620 (Fcurrent_column): Cast `current_column' return value to int.
21621 (Fcurrent_indentation): Cast `position_indentation' retval to int.
21622 (indented_beyond_p): Third arg now a float.
21623 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
21624
21625 * lisp.h (current_column): Now returns float.
21626 (indented_beyond_p): 3rd arg now a float.
21627
21628 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
21629
21630 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
21631 is Qcompound_text_with_extensions.
21632
21633 * xselect.c (lisp_data_to_selection_data): Always set selection
21634 type as string if x_encode_text returns streingp non-NULL.
21635
21636 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
21637
21638 2002-05-30 Richard M. Stallman <rms@gnu.org>
21639
21640 * window.c (Fset_window_configuration): Correct the handling
21641 of point in current buffer, to work with multiple windows.
21642
21643 2002-05-29 Colin Walters <walters@verbum.org>
21644
21645 * lread.c (Fread_from_string): Don't depend on order of evaluation
21646 for C function parameters.
21647
21648 2002-05-28 Richard M. Stallman <rms@gnu.org>
21649
21650 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
21651 way for blinked-off state and for a nonselected window.
21652
21653 * window.c (window_scroll_pixel_based): Don't call Fbolp;
21654 instead, see if the new start pos is at beginning of line.
21655
21656 * fileio.c (Fwrite_region): If START is a string, don't
21657 make any annotations.
21658
21659 * eval.c (syms_of_eval): Doc fix.
21660
21661 2002-05-28 Colin Walters <walters@debian.org>
21662
21663 * emacs.c (USAGE1): Add --no-splash.
21664 (standard_args): Ditto.
21665
21666 2002-05-28 Colin Walters <walters@gnu.org>
21667
21668 * lread.c (readchar_count): New variable.
21669 (readchar): Increment it.
21670 (unreadchar): Decrement it.
21671 (read_multibyte): Decrement it.
21672 (Vread_with_symbol_positions): New variable.
21673 (Vread_symbol_positions_list): New variable.
21674 (read_internal_start): New function, created from Fread and
21675 Fread_from_string. Handle Vread_symbol_positions_list and
21676 Vread_with_symbol_positions.
21677 (readevalloop, Fread, Fread_from_string): Use it.
21678 (read1): Use readchar_count to add symbol positions to
21679 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
21680 (syms_of_lread): DEFVAR_LISP and initialize them.
21681
21682 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
21683 (substitute_object_recurse, substitute_object_in_subtree)
21684 (substitute_in_interval): Prototype.
21685 (read_multibyte): Return c if it's less than zero.
21686
21687 2002-05-28 Kim F. Storm <storm@cua.dk>
21688
21689 * fileio.c (Fread_file_name_internal): Added brute-force
21690 speed up for using predicate file-directory-p.
21691
21692 2002-05-28 Kim F. Storm <storm@cua.dk>
21693
21694 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
21695 New variables.
21696 (syms_of_fileio): DEFVAR_LISP them.
21697 (read_file_name_cleanup): New unwind function.
21698 (Fread_file_name_internal): Only return completions satifying
21699 Vread_file_name_predicate. Temporarily unwind protect and rebind
21700 default-directory while checking completions against the predicate.
21701 (Fread_file_name): Added PREDICATE argument. Specbind it to
21702 Vread_file_name_predicate during completion.
21703 Call Vread_file_name_function to read the file name if non-nil.
21704
21705 * lisp.h (Fread_file_name): Now has 6 args.
21706
21707 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
21708 predicate for Fread_file_name when reading directory name.
21709 Supply Qnil for predicate in other calls to Fread_file_name.
21710
21711 2002-05-26 Miles Bader <miles@gnu.org>
21712
21713 * term.c (tty_capable_p): New function.
21714 * dispextern.h (tty_capable_p): New function declaration.
21715 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
21716 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
21717
21718 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
21719
21720 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
21721 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
21722 (Vwrite_region_annotate_functions): Docstring fix.
21723
21724 2002-05-23 Kim F. Storm <storm@cua.dk>
21725
21726 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
21727 phys_cursor's hpos is overwritten. This is still not completely
21728 correct, as it doesn't really make sense to use hpos at all to
21729 get the cursor glyph (as that is relative to the width of the
21730 characters on the line, which may have changed during the update).
21731
21732 2002-05-22 Jason Rumney <jasonr@gnu.org>
21733
21734 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
21735 Lisp_Object.
21736 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
21737 Use modified enumfont_t struct.
21738
21739 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
21740
21741 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
21742 Handle the `hbar' cursor type.
21743 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
21744
21745 * w32fns.c (Qhbar): New variable.
21746 (x_specified_cursor_type): Use it.
21747
21748 2002-05-21 Ken Raeburn <raeburn@gnu.org>
21749
21750 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
21751 now, when the address is needed.
21752
21753 2002-05-21 Colin Walters <walters@gnu.org>
21754
21755 * Makefile.in (shortlisp): Add font-core.el.
21756
21757 2002-05-20 Richard M. Stallman <rms@gnu.org>
21758
21759 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
21760
21761 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
21762 equivalent key bindings here.
21763
21764 2002-05-20 Ken Raeburn <raeburn@gnu.org>
21765
21766 Change symbol structure to contain a lisp object for the symbol
21767 name:
21768 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
21769 object field named "xname".
21770 (SYMBOL_NAME): New macro.
21771 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
21772 name field.
21773 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
21774 (mark_object, gc_sweep): Use symbol xname field and XSTRING
21775 instead of name field.
21776 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
21777 SYMBOL_NAME instead of XSYMBOL and name field.
21778 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
21779 instead of XSYMBOL and name field.
21780 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
21781 and SYMBOL_NAME instead of XSYMBOL and name field.
21782 * coding.c (Fread_coding_system, code_convert_region1)
21783 (code_convert_string1, code_convert_string_norecord)
21784 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
21785 XSYMBOL and name field.
21786 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
21787 (Fmake_variable_buffer_local, Fmake_local_variable)
21788 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
21789 of XSYMBOL and name field.
21790 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
21791 XSYMBOL and name field.
21792 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
21793 instead of XSYMBOL and name field.
21794 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
21795 XSYMBOL and name field.
21796 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
21797 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21798 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
21799 instead of XSYMBOL and name field.
21800 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
21801 (parse_modifiers, apply_modifiers, Fevent_convert_list)
21802 (parse_solitary_modifier, Fexecute_extended_command):
21803 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21804 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
21805 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
21806 of XSYMBOL and name field.
21807 (describe_command, describe_translation): Use SYMBOL_NAME and
21808 assignment instead of XSYMBOL and name field and XSETSTRING.
21809 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
21810 instead of XSYMBOL and name field.
21811 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
21812 name field and XSETSTRING.
21813 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21814 of XSYMBOL and name field.
21815 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
21816 assignment instead of XSYMBOL and name field and XSETSTRING.
21817 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
21818 XSTRING instead of XSYMBOL and name field.
21819 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
21820 and XSTRING instead of XSYMBOL and name field.
21821 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
21822 and XSTRING instead of XSYMBOL and name field.
21823 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
21824 XSTRING instead of XSYMBOL and name field.
21825 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21826 of XSYMBOL and name field.
21827 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
21828 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21829
21830 2002-05-19 Ken Raeburn <raeburn@gnu.org>
21831
21832 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
21833 and XCDR real rvalues in most configurations.
21834
21835 * buffer.c (fix_overlays_in_range, fix_overlays_before):
21836 Don't take the address of the cdr part of a cons cell; instead, track
21837 the parent cell and call XSETCDR, or set the variable for the head
21838 of the list if we haven't started down the list yet.
21839
21840 2002-05-19 Richard M. Stallman <rms@gnu.org>
21841
21842 * doc.c (reread_doc_file): Don't ask for confirmation.
21843
21844 2002-05-18 Jason Rumney <jasonr@gnu.org>
21845
21846 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
21847 (xbm_load_image): Use it.
21848 (xbm_load): Ditto.
21849 (xbm_read_bitmap_data): Reverted to xfns.c version.
21850 From David Ponce <david@dponce.com>.
21851
21852 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21853
21854 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
21855 2.02 and later.
21856
21857 2002-05-16 Juanma Barranquero <lektu@terra.es>
21858
21859 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
21860
21861 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
21862
21863 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
21864 meaningful test.
21865 (read_char_minibuf_menu_prompt): Fix typo.
21866
21867 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
21868
21869 * eval.c (Fcommandp): Doc fix.
21870
21871 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
21872
21873 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
21874 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
21875 (Fset_keymap_parent): Gcpro a bit more.
21876 (access_keymap): Gcpro around meta_map call and around the main loop.
21877 (get_keyelt): Gcpro when following indirect references.
21878 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
21879 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
21880 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
21881 Remove useless ad-hoc remap code.
21882
21883 2002-05-13 Richard M. Stallman <rms@gnu.org>
21884
21885 * search.c (search_buffer): Give up boyer moore search if inverse
21886 translation change charset_base.
21887
21888 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
21889
21890 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
21891 characters is carried over from the previous block of text, adjust
21892 coding->produced to account for the extra character.
21893
21894 2002-05-11 Andreas Schwab <schwab@suse.de>
21895
21896 * coding.c (intersection): Keep the elements of the returned list
21897 in the same order as in the first list.
21898
21899 2002-05-11 Kim F. Storm <storm@cua.dk>
21900
21901 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
21902 only update cmm_size if realloc actually succeeds.
21903 Testing with initial size of 2 elements revealed that using
21904 realloc on GNU/Linux would cause a random trap in xmalloc
21905 later on, so I rewrote the code to use malloc/bcopy/free instead
21906 of realloc.
21907
21908 2002-05-10 Jason Rumney <jasonr@gnu.org>
21909
21910 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
21911
21912 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
21913
21914 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
21915 parens, to ensure correct evaluation order.
21916
21917 2002-05-10 Kim F. Storm <storm@cua.dk>
21918
21919 * keymap.c (Vemulation_mode_map_alists): New variable.
21920 (syms_of_keymap): DEFVAR_LISP it.
21921 (current_minor_maps): Process keymap alists in that list before
21922 minor-mode-overriding-map-alist and minor-mode-map-alist.
21923
21924 2002-05-09 Richard M. Stallman <rms@gnu.org>
21925
21926 * search.c (Freplace_match): Doc fix.
21927
21928 2002-05-09 Kim F. Storm <storm@cua.dk>
21929
21930 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
21931 Enlarge cursor rectangle drawn around image with non-zero relief.
21932
21933 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
21934 Enlarge cursor rectangle drawn around image with non-zero relief.
21935
21936 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
21937 Enlarge cursor rectangle drawn around image with non-zero relief.
21938
21939 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
21940
21941 * xselect.c (lisp_data_to_selection_data): Don't set selection
21942 type if comes from the Lisp object's car. If the selection
21943 contains a pure ASCII text, always return QSTRING as its type.
21944
21945 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21946
21947 * mac.c (mac-cut-function): Doc fix.
21948
21949 2002-05-05 Richard M. Stallman <rms@gnu.org>
21950
21951 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
21952
21953 2002-05-04 Jason Rumney <jasonr@gnu.org>
21954
21955 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
21956 for event-click-count.
21957
21958 * process.c (init_process): Only add server subfeature if we can
21959 use non-blocking I/O.
21960
21961 2002-05-04 Andrew Choi <akochoi@shaw.ca>
21962
21963 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
21964 repeatedly.
21965
21966 2002-05-03 Jason Rumney <jasonr@gnu.org>
21967
21968 * process.c (Fmake_network_process): Only support server sockets
21969 when we can make them non-blocking.
21970
21971 * s/ms-w32.h (HAVE_SELECT): Define.
21972
21973 * w32.h (FILE_NDELAY): New flag.
21974
21975 * w32.c (sys_getpeername, fcntl): New functions.
21976 (_sys_read_ahead): Temporarily block on non-blocking sockets.
21977
21978 * w32proc.c: Include sys/file.h.
21979
21980 2002-05-03 Colin Walters <walters@verbum.org>
21981
21982 * callproc.c (Vgame_score_directory): Renamed to
21983 Vshared_game_score_directory.
21984
21985 2002-04-30 Richard M. Stallman <rms@gnu.org>
21986
21987 * s/gnu.h [emacs]: Include stdio.h.
21988 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
21989
21990 * eval.c (do_autoload): Error if called while preparing to dump.
21991
21992 * fns.c (Frequire): Error if need to load while preparing to dump.
21993
21994 2002-04-28 Colin Walters <walters@verbum.org>
21995
21996 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
21997 Default to "~/.emacs.d/games".
21998
21999 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22000
22001 * lread.c (openp): Change arg exec_only to predicate.
22002 (build_load_history): Use XCAR/XCDR.
22003 (Flocate_file_internal): New fun.
22004 (syms_of_lread): Defsubr it.
22005 (Fload): Update call to openp.
22006
22007 * lisp.h (openp): Update prototype.
22008
22009 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22010 * w32proc.c (sys_spawnve):
22011 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22012 * w32.c (check_windows_init_file):
22013 * sound.c (Fplay_sound_internal):
22014 * process.c (Fstart_process):
22015 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22016 * mac.c (run_mac_command):
22017 * emacs.c (init_cmdargs):
22018 * callproc.c (Fcall_process): Update call to openp.
22019
22020 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22021
22022 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22023
22024 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22025
22026 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22027 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22028
22029 2002-04-28 Richard M. Stallman <rms@gnu.org>
22030
22031 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22032
22033 * eval.c (Fcommandp): New arg for_call_interactively.
22034 * lisp.h (Fcommandp): Declare new arg.
22035
22036 2002-04-28 Jason Rumney <jasonr@gnu.org>
22037
22038 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22039
22040 * w32.c (stat, fstat): Use file index information to generate
22041 inodes for directories where available.
22042
22043 2002-04-26 Andrew Choi <akochoi@shaw.ca>
22044
22045 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22046 [HAVE_CARBON]: Include Mac object files.
22047
22048 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22049 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22050 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22051 MAC_OSX, and MAC_OS instead of macintosh.
22052
22053 * editfns.c [MAC_OS8]: Include stdio.h.
22054
22055 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22056
22057 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22058 Apple Monaco.
22059
22060 * process.c (QCfamily, QCfilte): Declare extern.
22061 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22062 calling select.
22063
22064 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22065
22066 * tparam.c [MAC_OSX]: Don't define BC and UP.
22067
22068 * config.in [HAVE_CARBON]: Add.
22069
22070 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22071 Move here from mac/src and mac/inc.
22072
22073 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22074
22075 2002-04-26 Gerd Moellmann <gerd@gnu.org>
22076
22077 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22078 Compute phys_cursor_width from the x position returned
22079 by x_draw_glyhs, which is cheaper.
22080 (x_display_and_set_cursor): Compute the buffer-local value
22081 of `cursor-in-non-selected-windows' only when needed.
22082
22083 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22084
22085 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22086 cursor on a stretch glyph has a width that depends on
22087 x_stretch_cursor_p.
22088
22089 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22090
22091 * abbrev.c (abbrev-start-location): Doc fix.
22092
22093 * indent.c (Fvertical_motion): Fix last change.
22094
22095 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22096
22097 * indent.c (Fvertical_motion): Move to the start of the line
22098 containing PT before moving up or down.
22099
22100 2002-04-24 Gerd Moellmann <gerd@gnu.org>
22101
22102 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22103 case of writing a whole row, more or less analogous to the case of
22104 writing only parts of a row.
22105
22106 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22107 0 for NO_CURSOR.
22108
22109 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22110
22111 2002-04-23 Colin Walters <walters@verbum.org>
22112
22113 * buffer.c (syms_of_buffer): Doc fix.
22114
22115 2002-04-23 Gerd Moellmann <gerd@gnu.org>
22116
22117 * xterm.c (notice_overwritten_cursor): Handle the special case
22118 of the cursor being in the first blank non-text line at the
22119 end of a window.
22120
22121 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22122 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22123 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22124 bar cursors only, to make phys_cursor_width contain what its name
22125 suggests.
22126 (notice_overwritten_cursor): Consider the cursor image erased if
22127 the output area intersects the cursor image in y-direction.
22128
22129 2002-04-23 Simon Marshall <simon@gnu.org>
22130
22131 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22132 to XC_hand2.
22133
22134 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22135
22136 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22137
22138 2002-04-22 Kim F. Storm <storm@cua.dk>
22139
22140 * textprop.c (remove_properties): Fixed trap for malformed plist.
22141
22142 2002-04-22 Richard M. Stallman <rms@gnu.org>
22143
22144 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22145
22146 * window.c (make_window): Initialize height_fixed_p,
22147 last_cursor_off_p, and p->cursor_off_p slots.
22148
22149 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22150
22151 * fns.c (use-dialog-box): Doc fix.
22152
22153 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22154
22155 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22156 variables `row', `i' and `area'.
22157 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22158 toolkit library.
22159
22160 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22161
22162 * xfaces.c (clear_font_table): Don't free the default font of
22163 a frame even if it's on another display.
22164 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22165 that could be Qt.
22166
22167 2002-04-19 Juanma Barranquero <lektu@terra.es>
22168
22169 * indent.c (Fmove_to_column): Remove unused local variable
22170 `next_boundary_byte'.
22171 (current_column_1): Likewise.
22172
22173 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22174
22175 * msdos.c (Qhbar): New variable.
22176 (syms_of_msdos): Intern and staticpro it.
22177 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22178 cursor type.
22179
22180 2002-04-19 Dave Lambert <dlambert@acm.org>
22181
22182 Theses change implement an underscore-like (`hbar') cursor.
22183
22184 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22185
22186 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22187 Handle the `hbar' cursor type.
22188 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22189
22190 * xfns.c (Qhbar): New variable.
22191 (syms_of_xfns): Intern and staticpro it.
22192 (x_specified_cursor_type): Handle `hbar' cursor.
22193
22194 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22195 not defined.
22196
22197 2002-04-18 Richard M. Stallman <rms@gnu.org>
22198
22199 * textprop.c (remove_properties): New arg LIST allows scanning
22200 either a list or a plist.
22201 (interval_has_some_properties_list): New function, like
22202 interval_has_some_properties using list instead of plist.
22203 All callers changed.
22204 (Fremove_list_of_text_properties): New function.
22205 (syms_of_textprop): Defsubr it.
22206
22207 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22208
22209 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22210
22211 2002-04-17 Juanma Barranquero <lektu@terra.es>
22212
22213 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22214
22215 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22216
22217 * window.c (coordinates_in_window): Don't report on margin area
22218 if its width is zero.
22219
22220 2002-04-16 Jason Rumney <jasonr@gnu.org>
22221
22222 * w32fns.c (Fx_file_dialog): Decode file name before using.
22223
22224 * w32term.c (construct_drag_n_drop): Likewise.
22225
22226 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22227
22228 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22229 store load-history in pure space.
22230
22231 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22232
22233 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22234
22235 * xterm.c (Qlatin_1, Qutf_8): New vars.
22236 (syms_of_xterm): Initialize them.
22237 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22238 decoding the output of X*LookupString.
22239 Always use latin-1 to decode the output of XLookupString.
22240 Try Xutf8LookupString if XmbLookupString failed.
22241
22242 * region-cache.c (new_region_cache): Use BEG.
22243
22244 2002-04-16 Gerd Moellmann <gerd@gnu.org>
22245
22246 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22247 configuration files.
22248 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22249 returns 0.
22250
22251 2002-04-15 Andreas Schwab <schwab@suse.de>
22252
22253 * config.in: Regenerated using autoheader.
22254
22255 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22256 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22257 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22258 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22259 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22260 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22261 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22262 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22263 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22264 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22265 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22266 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22267 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22268 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22269 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22270 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22271 STACK_DIRECTION, now set by autoconf.
22272
22273 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22274
22275 * dispnew.c (marginal_area_string): Sort arguments.
22276
22277 * dispextern.h (marginal_area_string): Add prototype.
22278
22279 2002-04-13 Richard M. Stallman <rms@gnu.org>
22280
22281 * fileio.c (Finsert_file_contents):
22282 Don't call temp_output_buffer_setup--do just part, by hand.
22283
22284 * coding.c (run_pre_post_conversion_on_str):
22285 Don't call temp_output_buffer_setup--do just part, by hand.
22286
22287 * keyboard.c (command_loop_1): Don't call start_hourglass
22288 or cancel_hourglass when executing a macro.
22289
22290 * marker.c (count_markers): New function.
22291
22292 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
22293 grow without limit. Move recently used elements to the front.
22294
22295 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22296
22297 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
22298
22299 2002-04-12 Gerd Moellmann <gerd@gnu.org>
22300
22301 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
22302 rows marginal areas.
22303 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
22304 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
22305
22306 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
22307
22308 2002-04-12 Dave Love <fx@gnu.org>
22309
22310 * dispnew.c (marginal_area_string): New.
22311
22312 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
22313 (Qleft_margin, Qright_margin): Declare.
22314 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
22315
22316 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
22317 note_mode_line_highlight and extended.
22318
22319 * keyboard.c (Qleft_margin, Qright_margin): Declare.
22320 (make_lispy_event): Deal with mouse events in margins.
22321
22322 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
22323
22324 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
22325
22326 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
22327 than deactivating the mark if tmm is set to `lambda'.
22328 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
22329 Use a single event for HELP_EVENT.
22330 (Fexecute_extended_command): Save last_point_position.
22331
22332 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22333
22334 * lisp.h (Fpropertize): Add prototype.
22335
22336 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
22337
22338 2002-04-10 Colin Walters <walters@verbum.org>
22339
22340 * config.in: Add HAVE_SHARED_GAME_DIR.
22341
22342 * callproc.c (Vgame_score_directory): New variable.
22343 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
22344
22345 2002-04-10 Richard M. Stallman <rms@gnu.org>
22346
22347 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
22348
22349 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
22350
22351 * minibuf.c (read_minibuf): Use empty_string.
22352 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
22353 Short-circuit the search as soon as it "failed".
22354 (Fall_completions): Allow lambda forms and lists of strings for alist.
22355 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
22356 when require_match is nil.
22357 (Ftest_completion): Rename from `test_completion' and export to elisp.
22358 Call the predicate also when alist is a list.
22359 Obey Vcompletion_regexp_list.
22360 (do_completion, Fminibuffer_complete_and_exit): Use it.
22361 (Fassoc_string): Rename from `assoc_for_completion'.
22362 Allow list of strings as well and export to elisp.
22363
22364 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
22365
22366 * puresize.h (BASE_PURESIZE): Increase to 900KB.
22367
22368 2002-04-08 Juanma Barranquero <lektu@terra.es>
22369
22370 * w32.c (sys_accept): Don't hide variable `s'.
22371
22372 2002-04-05 Gerd Moellmann <gerd@gnu.org>
22373
22374 * callint.c (Fcall_interactively): Use INTEGERP instead of
22375 NUMBERP for checking Vhistory_length.
22376
22377 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22378
22379 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
22380 Doc fix to reflect it.
22381
22382 2002-04-04 Richard M. Stallman <rms@gnu.org>
22383
22384 * xdisp.c (display_mode_element): New arg RISKY.
22385 Disregard text props found or specified within a variable
22386 that isn't marked risky-local-variable.
22387 (Qrisky_local_variable): New variable.
22388 (syms_of_xdisp): Init and staticpro it.
22389
22390 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
22391
22392 * undo.c (record_point): New fun.
22393 (record_delete, record_insert): Use it.
22394
22395 2002-04-03 Juanma Barranquero <lektu@terra.es>
22396
22397 * doc.c (Fdocumentation): Add missing parentheses.
22398 (Fdocumentation_property): Likewise.
22399
22400 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
22401
22402 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
22403 data is 0, just return nil.
22404
22405 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
22406
22407 * msdos.c (syms_of_msdos): Fix last change with
22408 mouse_autoselect_window.
22409
22410 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22411
22412 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
22413 mouse_autoselect_window.
22414
22415 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
22416
22417 * keyboard.c (make_lispy_event): Handle unknown keysyms together
22418 with system-specific keysyms. Use it also for unknown function keys.
22419
22420 * doc.c (reread_doc_file): Return whether reload was attempted.
22421 (Fdocumentation, Fdocumentation_property): Don't try to reload
22422 if the doc is 0 and only ask once.
22423
22424 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
22425
22426 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
22427
22428 * keyboard.c (read_char): If the event was Qselect_window,
22429 restore timer_idleness_start_time to its previous value.
22430
22431 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
22432
22433 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
22434
22435 * region-cache.c (new_region_cache): Use BEG.
22436
22437 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
22438 Use BEG and BEG_BYTE.
22439
22440 * doc.c (get_doc_string): Return nil if the location is wrong.
22441 (reread_doc_file): New fun.
22442 (Fdocumentation, Fdocumentation_property):
22443 Call it if get_doc_string fails.
22444 (Fsnarf_documentation): Make it work for a dumped Emacs.
22445
22446 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
22447 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
22448
22449 * charset.c (Fstring): Allow 0 arguments.
22450
22451 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
22452
22453 * process.c (DATAGRAM_CONN_P, list_processes_1)
22454 (Fprocess_datagram_address, Fset_process_datagram_address)
22455 (Fset_network_process_options, server_accept_connection):
22456 Fix some int/Lisp_Object confusions (thank you union types).
22457
22458 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22459
22460 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
22461
22462 * w32term.c: Likewise.
22463 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
22464
22465 * keyboard.c (Qselect_window): New symbol.
22466 (head_table): Use it.
22467 (keys_of_keyboard): Bound select-window event to handle-select-window.
22468 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
22469
22470 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
22471 (last_window): New variable.
22472 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
22473 (note_mouse_movement): Remove reimplemented code in #if 0.
22474 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
22475 Emacs windows.
22476
22477 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
22478
22479 2002-03-31 Gerd Moellmann <gerd@gnu.org>
22480
22481 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
22482 Callers changed.
22483
22484 2002-03-30 Richard M. Stallman <rms@gnu.org>
22485
22486 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
22487 loop whenever it stops making progress.
22488
22489 * widget.c (set_frame_size): Don't call change_frame_size.
22490
22491 2002-03-30 Gerd Moellmann <gerd@gnu.org>
22492
22493 * dispnew.c (direct_output_for_insert):
22494 Call mark_window_display_accurate.
22495
22496 2002-03-29 Jason Rumney <jasonr@gnu.org>
22497
22498 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
22499
22500 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
22501
22502 * Makefile.in (lread.o): Depend on coding.h.
22503
22504 * lread.c (openp, Fload): Encode the file name before passing it
22505 to `stat', `access', and `emacs_open'.
22506 (openp): GCPRO the encoded file name. Don't recompute Lisp
22507 strings unnecessarily.
22508
22509 2002-03-29 Kim F. Storm <storm@cua.dk>
22510
22511 * fns.c (Flax_plist_put): Doc fix.
22512
22513 2002-03-28 Miles Bader <miles@gnu.org>
22514
22515 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
22516
22517 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22518
22519 * process.c (set-network-process-options): Add usage.
22520 (make-network-process): Doc fix.
22521
22522 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
22523
22524 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
22525
22526 2002-03-26 Richard M. Stallman <rms@gnu.org>
22527
22528 * fns.c (Fsubstring_no_properties): New function.
22529 (Flax_plist_get, Flax_plist_put): New functions.
22530 (syms_of_fns): defsubr them.
22531
22532 * xdisp.c (update_menu_bar): Test only update_mode_lines;
22533 don't test or alter w->update_mode_line.
22534
22535 * window.c (Fdisplay_buffer): Doc fix.
22536
22537 2002-03-24 Richard M. Stallman <rms@gnu.org>
22538
22539 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
22540
22541 2002-03-24 Gerd Moellmann <gerd@gnu.org>
22542
22543 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
22544 (Fdefmacro): Handle `(declare ...)'.
22545 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
22546 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
22547
22548 2002-03-24 Jason Rumney <jasonr@gnu.org>
22549
22550 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
22551 (xbm_file_p): Add prototypes.
22552 (xbm_format, xbm_image_p): Sync with xfns.c.
22553 (reflect_byte): New function.
22554 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
22555 (xbm_load_image): Create bitmaps with a depth of 1.
22556 (init_xfns): Enable XBM images.
22557
22558 2002-03-23 Jason Rumney <jasonr@gnu.org>
22559
22560 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
22561 correctly. Do not pass up_modifier to keyboard buffer.
22562
22563 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
22564
22565 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
22566
22567 * Makefile.in (bootstrapclean): New target.
22568 (bootstrap-temacs, bootstrap-doc): Remove.
22569 (bootstrap-emacs): Use a bog-standard `temacs'.
22570 Don't bother to build a DOC file.
22571
22572 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
22573
22574 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
22575 in temacs even if !CANNOT_DUMP.
22576 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
22577
22578 * alloc.c (check_pure_size): Only output a warning.
22579
22580 2002-03-22 Jason Rumney <jasonr@gnu.org>
22581
22582 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
22583 supported.
22584
22585 * w32term.c (zv_bits): Declare as short, for word alignment.
22586 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
22587 (syms_of_w32term): Define x-use-underline-position-properties.
22588
22589 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
22590 (clear_image_cache): Block input, fix logic, clear matrices in
22591 all frames that share this cache.
22592
22593 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
22594
22595 * emacs.c (main): Update the Copyright year in the blurb printed
22596 by "emacs --version".
22597
22598 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
22599
22600 * xterm.c (XTread_socket): If XK_ISO_Lock and
22601 XK_ISO_Last_Group_Lock are defined, handle keysyms between
22602 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
22603
22604 2002-03-21 Kim F. Storm <storm@cua.dk>
22605
22606 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
22607 menu-bar bindings in keymap and local-map properties _are_ used.
22608 But try keymap property first in accordance with 2002-01-03 patch.
22609 Added comment describing why this is not always reliable.
22610 (tool_bar_items): Ditto for tool-bar.
22611
22612 2002-03-21 Jason Rumney <jasonr@gnu.org>
22613
22614 * w32fns.c (x_clear_image_1): Disable color table code.
22615
22616 2002-03-21 Kim F. Storm <storm@cua.dk>
22617
22618 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
22619 removed the wrong version of the DEFUN macro; fixed it.
22620
22621 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
22622 Fmember rather than Fmemq).
22623 (Fprovide): Check that subfeatures is a list.
22624
22625 * process.c (QCfeature, QCdatagram): Removed variables.
22626 (QCtype, Qdatagram): New variables.
22627 (network_process_featurep): Removed function.
22628 (Fmake_network_process): Removed :feature check.
22629 Use :type 'datagram instead of :datagram t to create a datagram
22630 socket. This allows us to add other connection types (e.g. raw
22631 sockets) later in a consistent manner.
22632 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
22633 supported subfeatures for feature make-network-process.
22634 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
22635 Intern and staticpro QCtype and Qdatagram.
22636 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22637
22638 * xfns.c (QCtype): Remove duplicate declaration and
22639 initialization (is now declared in process.c).
22640
22641 * w32fns.c (QCtype): Remove duplicate declaration and
22642 initialization (is now declared in process.c).
22643
22644 2002-03-21 Richard M. Stallman <rms@gnu.org>
22645
22646 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
22647 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
22648 when jumping to `fail' to avoid undoing reg changes in the
22649 last iteration of the loop.
22650 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
22651
22652 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
22653 Depend on process.h.
22654
22655 2002-03-20 Jason Rumney <jasonr@gnu.org>
22656
22657 Most of the following changes are still conditional on HAVE_IMAGES
22658 which is not set by default on Windows.
22659
22660 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
22661
22662 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
22663 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
22664 (four_corners_best, x_clear_image_1, x_clear_image)
22665 (x_alloc_image_color, postprocess_image)
22666 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
22667 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
22668 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
22669
22670 * w32gui.h (struct XImage): Define.
22671
22672 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
22673 extract mouse co-ordinates.
22674
22675 2002-03-20 Jason Rumney <jasonr@gnu.org>
22676
22677 * w32.c (init_winsock): Dynamically load new server and UDP
22678 socket functions.
22679 (socket_to_fd): New function.
22680 (sys_socket): Use it.
22681 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
22682 (sys_recvfrom, sys_sendto): New wrapper functions.
22683
22684 * process.c (QCfamily, QCfilter): Remove duplicate declaration
22685 and initialization.
22686
22687 * makefile.w32-in (LIBS): Remove $(WSOCK32).
22688
22689 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
22690
22691 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
22692 Don't use "sun" as a variable, it's a predefined constant on Sun
22693 machines.
22694
22695 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22696
22697 * bytecode.c (Fbyte_code): Revert last change.
22698
22699 2002-03-19 Kim F. Storm <storm@cua.dk>
22700
22701 * makefile.w32-in (LIBS): Add $(WSOCK32).
22702 From David Ponce <dponce@voila.fr>.
22703
22704 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22705
22706 * process.c (wait_reading_process_input): Move variables `pname'
22707 and `pnamelen' down where they are used.
22708
22709 * bytecode.c (Fbyte_code): Discard unused computed value to
22710 prevent gcc warning.
22711
22712 * lisp.h (Fplist_member): Add prototype.
22713
22714 2002-03-18 Kim F. Storm <storm@cua.dk>
22715
22716 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
22717 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
22718
22719 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
22720 Remove explicit GNU_LINUX settings for datagram support.
22721
22722 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22723
22724 * process.c (Fmake_network_process): Remove unused variable `sa'.
22725 Doc fix. Add usage:.
22726 (set_socket_options): Remove unused variables `optnum' and `opttype'.
22727
22728 2002-03-17 Richard M. Stallman <rms@gnu.org>
22729
22730 * xdisp.c (cursor_type_changed): New variable.
22731 (redisplay_internal): Redisplay all windows if cursor_type_changed.
22732 Clear it when clearing windows_or_buffers_changed.
22733 (try_cursor_movement, redisplay_window, try_window_id)
22734 (try_window_reusing_current_matrix): Test cursor_type_changed
22735 along with windows_or_buffers_changed.
22736
22737 * window.h (cursor_type_changed): New variable.
22738
22739 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
22740 not update_mode_lines, and always set it to 1.
22741
22742 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
22743 if no frames needed redrawing.
22744
22745 2002-03-17 Kim F. Storm <storm@cua.dk>
22746
22747 The following changes add support for network server processes,
22748 datagram connections, and local (unix) sockets.
22749
22750 * process.h (struct Lisp_Process): New member log.
22751 Doc fix: Member command used to indicate stopped network process.
22752 Doc fix: Member childp contains plist for network process.
22753 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
22754
22755 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
22756 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
22757 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
22758 variables.
22759 (NETCONN1_P): New macro.
22760 (DATAGRAM_SOCKETS): New conditional symbol.
22761 (datagram_address): New array.
22762 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
22763 (status_message): Use concat3.
22764 (Fprocess_status): Add `listen' status to doc string. Return
22765 `stop' for a stopped network process.
22766 (Fset_process_buffer): Update contact plist for network process.
22767 (Fset_process_filter): Ditto. Don't enable input for stopped
22768 network processes. Server must listen, even if filter is t.
22769 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
22770 New functions.
22771 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
22772 (Fprocess_contact): Added KEY argument. Handle datagrams.
22773 (list_processes_1): Optionally show only processes with the query
22774 on exit flag set. Dynamically adjust column widths. Omit tty
22775 column if not needed. Report stopped network processes. Identify
22776 server and datagram network processes.
22777 (Flist_processes): New optional arg `query-only'.
22778 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
22779 (conv_lisp_to_sockaddr, set_socket_options)
22780 (network_process_featurep, unwind_request_sigio): New helper
22781 functions.
22782 (Fprocess_datagram_address, Fset_process_datagram_address):
22783 (Fset_network_process_options): New lisp functions.
22784 (Fopen_network_stream): Removed. Now defined in simple.el.
22785 (Fmake_network_process): New lisp function. Code is based on
22786 previous Fopen_network_stream, but heavily reworked with new
22787 property list based argument list, support for datagrams, server
22788 processes, and local sockets in addition to old client-only
22789 functionality.
22790 (server_accept_connection): New function.
22791 (wait_reading_process_input): Use it to handle incoming connects.
22792 Do not enable input on a new connection if process is stopped.
22793 (read_process_output): Handle datagram sockets. Use 2k buffer for
22794 them.
22795 (send_process): Handle datagram sockets.
22796 (Fstop_process, Fcontinue_process): Apply to network processes. A
22797 stopped network process is indicated by setting command field to t.
22798 (Fprocess_send_eof): No-op if datagram connection.
22799 (Fstatus_notify): Don't read input for a stream server socket or a
22800 stopped network process.
22801 (init_process): Initialize datagram_address array.
22802 (syms_of_process): Intern and staticpro new variables, defsubr new
22803 functions.
22804
22805 2002-03-16 Jason Rumney <jasonr@gnu.org>
22806
22807 * w32fns.c (w32_to_all_x_charsets): Return correct type in
22808 startup case.
22809
22810 2002-03-16 Richard M. Stallman <rms@gnu.org>
22811
22812 * xdisp.c (redisplay_internal, redisplay_windows):
22813 Use list_of_error to call internal_condition_case_1.
22814 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
22815 so as to catch all errors with no possibility of debugger redisplay.
22816 (list_of_error): New variable.
22817 (syms_of_xdisp): Init and staticpro it.
22818
22819 * print.c (print_object): Delete `\ ' from printed rep of frame.
22820
22821 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
22822
22823 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
22824 until its implementation is fixed.
22825
22826 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22827
22828 * xfns.c (png_load): Remove unused variable `gamma_str'.
22829
22830 2002-03-14 Richard M. Stallman <rms@gnu.org>
22831
22832 * xfns.c (x_real_positions): Handle failure in XQueryTree.
22833
22834 2002-03-14 Miles Bader <miles@gnu.org>
22835
22836 * intervals.c (adjust_for_invis_intang): New function.
22837 (set_point_both): Use `adjust_for_invis_intang' to do most of the
22838 work for dealing with invisible+intangible regions. Do so before
22839 and after both forward and backward movements, to handle both
22840 front-sticky and rear-sticky cases.
22841 * textprop.c (text_property_stickiness): Function moved here from
22842 `editfns.c'.
22843 * intervals.h (text_property_stickiness): New declaration.
22844 * editfns.c (char_property_eq): Function removed.
22845 (text_property_stickiness): Function moved to `textprop.c'.
22846
22847 2002-03-13 Jason Rumney <jasonr@gnu.org>
22848
22849 * config.in: Add STRFTIME_NO_POSIX2.
22850
22851 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
22852 and %OX when underlying strftime does not.
22853
22854 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
22855
22856 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
22857 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
22858 line) to avoid annoying flicker.
22859 (xm_scroll_callback): Get rid of the now unnecessary kludge.
22860 (XTread_socket): Mark it static.
22861
22862 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
22863
22864 2002-03-13 Kim F. Storm <storm@cua.dk>
22865
22866 * puresize.h (BASE_PURESIZE): Increase to 775000.
22867
22868 2002-03-12 Juanma Barranquero <lektu@terra.es>
22869
22870 * editfns.c (syms_of_editfns): Fix typo.
22871
22872 2002-03-12 Gerd Moellmann <gerd@gnu.org>
22873
22874 * xsmfns.c: Include stdio.h because termhooks.h needs it.
22875 Include termopt.h for interrupt_input.
22876
22877 2002-03-11 Andreas Schwab <schwab@suse.de>
22878
22879 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
22880
22881 2002-03-11 Gerd Moellmann <gerd@gnu.org>
22882
22883 * xterm.c (note_mouse_movement): Put code for
22884 x_autoselect_window_p in #if 0.
22885
22886 * lread.c (Fload): Don't assume that message_with_string uses the
22887 string it is given like a C string.
22888
22889 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22890
22891 * xterm.h (x_session_check_input, x_session_initialize): Declare.
22892
22893 * xterm.c (XTread_socket): Add call to x_session_check_input and
22894 x_session_have_connection.
22895 (x_initialize): Add call to x_session_initialize.
22896
22897 * termhooks.h (enum event_kind): Add save_session_event.
22898
22899 * keyboard.c: Add Emacs event save_session_event.
22900
22901 * emacs.c (main): Add call to syms_of_xsmfns.
22902
22903 * lisp.h (syms_of_xsmfns): Declare extern.
22904
22905 * config.in: Add HAVE_X_SM.
22906
22907 * Makefile.in (LIBXT): Add -lSM -lICE
22908 if HAVE_X_SM and not USE_X_TOOLKIT.
22909 (XOBJ): New file xsmfns.c added.
22910
22911 * xsmfns.c: New file for X session management.
22912
22913 2002-03-09 Jason Rumney <jasonr@gnu.org>
22914
22915 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
22916 read-only when setting modified time.
22917
22918 2002-03-08 Gerd Moellmann <gerd@gnu.org>
22919
22920 * xdisp.c (move_it_vertically_backward): At the end of the function,
22921 when moving forward by lines, treat terminal frames specially.
22922
22923 * keyboard.c (echo_char): Make sure to add a separator between
22924 keys even if echo_dash hasn't been called.
22925
22926 * xdisp.c: Use new string macros.
22927 (update_echo_area): Pass number of bytes to message3 instead of
22928 number of chars.
22929 (set_message_1): Don't access a string's size_byte directly.
22930 (decode_mode_spec_coding): Use number of bytes of eoltype string
22931 instead number of chars.
22932
22933 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
22934
22935 2002-03-08 Juanma Barranquero <lektu@terra.es>
22936
22937 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
22938 24-bit.
22939
22940 2002-03-06 Jason Rumney <jasonr@gnu.org>
22941
22942 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
22943
22944 2002-03-06 Gerd Moellmann <gerd@gnu.org>
22945
22946 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
22947 (cancel_echoing, echo_length, echo_truncate): Changed to
22948 work with new kboard definition.
22949 (echo_now): Use message3_nolog instead of message2_nolog.
22950
22951 * alloc.c (mark_kboards): Mark echo_string.
22952
22953 * keyboard.h (ECHOBUFSIZE): Removed.
22954 (struct kboard): Member echoptr removed, member echobuf renamed
22955 to echo_string.
22956
22957 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
22958 message3 instead of message2 to display the message using STRING's
22959 text properties.
22960
22961 2002-03-05 Andreas Schwab <schwab@suse.de>
22962
22963 * xdisp.c (hscroll_margin): Change to EMACS_INT.
22964
22965 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22966
22967 * frame.c (default-frame-alist): Explain that setting it doesn't
22968 affect existing frames.
22969
22970 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
22971
22972 * indent.c (skip_invisible): Fix my brain fart.
22973
22974 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
22975
22976 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
22977
22978 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
22979 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
22980 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
22981 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
22982 and variables to use EMACS_INT instead of just int.
22983
22984 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
22985
22986 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
22987
22988 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
22989 environment, pass it down with corrected value.
22990
22991 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22992
22993 * lread.c (read_filtered_event): Do not call start_hourglass
22994 before returning.
22995
22996 2002-03-04 Juanma Barranquero <lektu@terra.es>
22997
22998 * w32term.c (x_display_and_set_cursor): Fix typo.
22999
23000 2002-03-03 Richard M. Stallman <rms@gnu.org>
23001
23002 * fileio.c (Fmake_temp_name): Doc fix.
23003
23004 2002-03-03 Gary Wong <gtw@gnu.org>
23005
23006 * termcap.c [!emacs]: Replace ospeed for building standalone
23007 libtermcap, for binary compatibility.
23008
23009 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23010
23011 2002-03-03 Richard M. Stallman <rms@gnu.org>
23012
23013 * xrdb.c (file_p): Rename arg `path' to `filename'.
23014
23015 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23016 only if it is an integer.
23017
23018 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23019 If png_get_sRGB gives an answer, call png_set_gamma
23020 using the default image gamma value.
23021
23022 * lread.c (read1): When reading from a file, default string to
23023 multibyte only if it has some multibyte characters.
23024
23025 * print.c (print_object): Output multibyte chars 128...255
23026 using \x even if ! print_escape_multibyte.
23027
23028 * xdisp.c (display_mode_element): Move the places where
23029 bytepos, charpos, this, and lisp_string are set.
23030 Use lisp_string to set bytepos.
23031
23032 * xdisp.c (redisplay_internal):
23033 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23034
23035 * xdisp.c (display_mode_element): Merge properties specified with
23036 :propertize onto those that come with the string.
23037
23038 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23039
23040 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23041 automatic-hscrolling. Users changed.
23042 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23043 Users changed.
23044 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23045
23046 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23047
23048 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23049
23050 2002-03-02 Kim F. Storm <storm@cua.dk>
23051
23052 * window.c (Fminibuffer_selected_window): New function.
23053 (syms_of_window): Defsubr it.
23054
23055 2002-03-01 Kim F. Storm <storm@cua.dk>
23056
23057 * window.h (struct window): New member phys_cursor_width.
23058
23059 * window.c (make_window, replace_window): Init phys_cursor_width.
23060
23061 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23062 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23063
23064 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23065 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23066
23067 * lisp.h (GCPRO6): New macro.
23068
23069 * process.c (Fopen_network_stream): Use GCPRO6.
23070
23071 2002-03-01 Kim F. Storm <storm@cua.dk>
23072
23073 * process.c (Qconnect, Qfailed): New variables.
23074 (syms_of_process): Intern and staticpro them.
23075 (Fprocess_status): Document connect and failed return values.
23076 [NON_BLOCKING_CONNECT]: New conditional.
23077 (connect_wait_mask, num_pending_connects): New variables.
23078 (status_message): Convert Qfailed status.
23079 (Fopen_network_stream): Added support for non-blocking connect.
23080 New optional args: filter, sentinel, non_blocking. Doc updated.
23081 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23082 (deactivate_process): Handle pending non-blocking connect.
23083 (wait_reading_process_input): Poll for status of non-blocking
23084 connects. Exec sentinel directly when connect succeeds.
23085 (status_notify): Don't read process output if not yet connected.
23086
23087 2002-02-28 Kim F. Storm <storm@cua.dk>
23088
23089 * window.c (minibuf_selected_window): Renamed from
23090 Vminibuf_selected_window. Users changed.
23091 (syms_of_window): Staticpro it.
23092
23093 2002-02-26 Kim F. Storm <storm@cua.dk>
23094
23095 The following changes add a new Vminibuf_selected_window variable
23096 which is similar to Vminibuf_scroll_window, but which is only set
23097 on entry to the minibuffer (from a non-minibuffer window):
23098
23099 * window.c (Vminibuf_selected_window): New variable.
23100 (struct save_window_data): New member minibuf_selected_window.
23101 (Fset_window_configuration): Restore Vminibuf_selected_window.
23102 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23103 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23104 (compare_window_configurations): Compare minibuf_selected_window.
23105
23106 * window.h (Vminibuf_selected_window): Declare extern.
23107
23108 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23109 entry to minibuffer or on entry from a non-minibuffer window.
23110
23111 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23112 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23113
23114 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23115 instead of Vminibuf_scroll_window when deciding in which window
23116 the region should be highlighted. Consequently, the region remains
23117 highlighteded even when a completion buffer is also displayed.
23118
23119 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23120
23121 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23122
23123 * xselect.c (Qcompound_text_with_extensions): Renamed from
23124 Qcompound_text_no_extensions.
23125 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23126
23127 2002-02-26 Juanma Barranquero <lektu@terra.es>
23128
23129 * w32proc.c (syms_of_ntproc): Doc fix.
23130
23131 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23132
23133 * intervals.h: Include "dispextern.h" unconditionally.
23134
23135 2002-02-24 Jason Rumney <jasonr@gnu.org>
23136
23137 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23138 and disp-table.elc.
23139 (lisp): Add emacs-lisp/backquote.elc.
23140
23141 2002-02-24 Kim F. Storm <storm@cua.dk>
23142
23143 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
23144 The validation of the event type was too strict as it didn't
23145 allow string events; buffer names are used in bindings for
23146 menu-bar-select-buffer (see `menu-bar-update-buffers').
23147
23148 2002-02-23 Kim F. Storm <storm@cua.dk>
23149
23150 The following changes rework my patch of 2002-02-06 which
23151 added command remapping by entering the commands directly into
23152 the keymaps. Now, command remapping uses an explicit `remap'
23153 prefix in the keymaps, i.e. [remap COMMAND].
23154
23155 * keymap.c (Qremap, remap_command_vector): New variables.
23156 (is_command_symbol): Remove function.
23157 (Fdefine_key): No longer accept a symbol for KEY.
23158 Added validation of [remap COMMAND] argument for KEY.
23159 The DEF is no longer required to be a symbol when remapping a command.
23160 (Fremap_command): New function to remap command through keymaps.
23161 (Flookup_key): Perform command remapping initiated by
23162 Fremap_command directly for speed.
23163 (Fkey_binding): Use Fremap_command for command remapping.
23164 (where_is_internal): Handle new command remapping representation.
23165 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23166 staticpro them. Defsubr Fremap_command.
23167
23168 * keymap.h (Fremap_command): Declare extern.
23169 (is_command_symbol): Remove extern.
23170
23171 * keyboard.c (command_loop_1): Use Fremap_command for command
23172 remapping; now try command remapping for all symbols.
23173
23174 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23175
23176 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23177
23178 2002-02-23 Jason Rumney <jasonr@gnu.org>
23179
23180 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23181 on the string before encoding it.
23182 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23183 after decoding it.
23184
23185 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23186
23187 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23188
23189 * w32term.c (enter_timestamp): Remove unused static variable to
23190 prevent warning.
23191
23192 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23193
23194 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23195
23196 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23197
23198 * xselect.c (selection_data_to_lisp_data): Fix last change.
23199
23200 2002-02-22 Jason Rumney <jasonr@gnu.org>
23201
23202 * w32term.h (struct w32_output): New member menu_command_in_progress.
23203
23204 * w32menu.c (menubar_selection_callback): Free the menu and
23205 clear the menu_command_in_progress flag.
23206
23207 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23208 (menu_free_timer): New variable.
23209 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23210 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23211 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23212 menu command is in progress.
23213 <WM_COMMAND>: Set the menu_command_in_progress flag.
23214 Kill any menu_free_timer that is running.
23215
23216 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23217 Call ExtTextOutA rather than ExtTextOut.
23218
23219 2002-02-22 Eli Zaretskii <eliz@gnu.org>
23220
23221 * puresize.h (BASE_PURESIZE): Increase to 755000.
23222
23223 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23224
23225 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23226 on the string before encoding it.
23227 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23228 after decoding it.
23229
23230 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23231
23232 Support for ICCCM Extended Segments in X selections:
23233
23234 * xselect.c <Qcompound_text_no_extensions>: New variable.
23235 (syms_of_xselect): Intern and staticpro it.
23236 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23237 selection text.
23238 (lisp_data_to_selection_data): If next-selection-coding-system is
23239 compound-text-no-extensions, set the type of selection to be
23240 compound-text.
23241
23242 * xterm.h (x_encode_text): Update prototype.
23243
23244 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23245 callers changed. If SELECTIONP is non-zero, run the
23246 pre-write-conversion function before encoding the selection text.
23247
23248 2002-02-21 Kim F. Storm <storm@cua.dk>
23249
23250 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23251
23252 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23253 Correct composing of language-change event.
23254
23255 2002-02-20 Kim F. Storm <storm@cua.dk>
23256
23257 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23258 bindings at PT when building menu (the menu is not updated often
23259 enough for this to work reliable).
23260 (tool_bar_items): Likewise.
23261 (current_active_maps): Removed unused (and buggy) function.
23262
23263 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23264
23265 * xfns.c (gif_load): Use correct width and height for GIF images.
23266
23267 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23268
23269 * floatfns.c (Fatan): Accept an optional second arg and call
23270 atan2 if passed 2 args.
23271
23272 2002-02-18 Jason Rumney <jasonr@gnu.org>
23273
23274 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23275
23276 2002-02-17 Jason Rumney <jasonr@gnu.org>
23277
23278 * w32term.c (x_autoselect_window_p): New variable.
23279 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23280 (note_mouse_movement): Use it.
23281
23282 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23283
23284 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23285
23286 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23287 New variables.
23288 (syms_of_w32fns): Intern and staticpro them.
23289 (x_frame_parms) <"fullscreen">: New parameter.
23290 (x_fullscreen_move, x_set_fullscreen): New functions.
23291 (x_set_frame_parameters): Support Qfullscreen.
23292 (x_real_positions): Save x/y_pixels_diff frame params.
23293 (x_figure_window_size): Support full-screen frames.
23294 (Fx_create_frame): Default the fullscreen parameter.
23295
23296 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
23297 (x_fullscreen_adjust): New functions.
23298 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
23299 fullscreen. Call x_check_fullscreen_move, and set the
23300 want_fullscreen member of output_data.w32
23301 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
23302
23303 * w32term.h: New enum for FULLSCREEN_* constants.
23304 (struct w32_output): New members want_fullscreen, x_pixels_diff,
23305 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
23306 (x-fullscreen-adjust): New prototype.
23307
23308 2002-02-17 Kim F. Storm <storm@cua.dk>
23309
23310 * frame.c (Vmouse_highlight): New variable.
23311 (syms_of_frame): DEFVAR_LISP it.
23312
23313 * frame.h (Vmouse_highlight): Declare extern.
23314
23315 * xterm.h (struct x_display_info): Add mouse_face_hidden.
23316
23317 * xterm.c (disable_mouse_highlight): Removed variable.
23318 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23319 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23320 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
23321 and on after keyboard input.
23322 (x_term_init): Initialize mouse_face_hidden.
23323
23324 * msdos.h (struct display_info): Add mouse_face_hidden.
23325
23326 * msdos.c (disable_mouse_highlight): Removed variable.
23327 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23328 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23329 (internal_terminal_init): Initialize mouse_face_hidden.
23330 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
23331 and on after keyboard input.
23332
23333 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
23334
23335 * w32term.c (disable_mouse_highlight): Removed variable.
23336 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
23337 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23338 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
23339 and on after keyboard input.
23340 (w32_initialize_display_info): Initialize mouse_face_hidden.
23341
23342 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23343
23344 * msdos.c (last_mouse_window): New variable.
23345 (dos_rawgetc): Fix last change--if the mouse is in the same window
23346 as recorded in last_mouse_window, don't select this window.
23347
23348 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
23349
23350 * msdos.c (x_autoselect_window_p): New variable.
23351 (syms_of_msdos): Defvar it.
23352 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
23353 which the last mouse movement occured, unless it is already selected.
23354
23355 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
23356 New variables.
23357 (syms_of_xdisp): DEVFAR them.
23358 (hscroll_window_tree): Use automatic_hscroll_margin and
23359 Vautomatic_hscroll_step to compute the amount of window scrolling.
23360
23361 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23362
23363 * xterm.c (x-autoselect-window): New variable.
23364 (note_mouse_movement): Use it.
23365
23366 * keyboard.c: Do not include "systime.h" twice.
23367
23368 2002-02-15 Andreas Schwab <schwab@suse.de>
23369
23370 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
23371
23372 * alloc.c (NSTATICS): Increase to 1280.
23373
23374 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23375
23376 * alloc.c (NSTATICS): Bump to 1026.
23377
23378 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
23379 (Vx_super_keysym): New variables.
23380 (syms_of_xterm): DEFVAR_LISP them.
23381 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
23382 variables to determine which keys to use for the various modifiers.
23383
23384 2002-02-13 Kim F. Storm <storm@cua.dk>
23385
23386 * window.c (Vmode_line_in_non_selected_windows): Removed.
23387 (mode_line_in_non_selected_windows): New variable.
23388 (syms_of_window): DEFVAR_BOOL it.
23389
23390 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
23391 Use mode_line_in_non_selected_windows.
23392 (mode_line_in_non_selected_windows): Declare extern.
23393 (Vmode_line_in_non_selected_windows): Removed extern.
23394
23395 2002-02-13 Richard M. Stallman <rms@gnu.org>
23396
23397 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
23398 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
23399 (Fclear_this_command_keys): Doc fixes.
23400
23401 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
23402 (update_face_from_frame_parameter): Increment face_change_count
23403 and windows_or_buffers_changed to force redisplay using changed faces.
23404
23405 * xdisp.c (QCpropertize): New variable.
23406 (mode_line_proptrans_alist): New variable.
23407 (display_mode_element): New arg PROPS; all calls changed.
23408 Implement this, for strings.
23409 Handle literal output of strings by sharing the
23410 main-line code for strings, using local var `literal'.
23411 Handle :propertize feature.
23412 (syms_of_xdisp): Initialze and staticpro QCpropertize and
23413 mode_line_proptrans_alist.
23414
23415 2002-02-11 Kim F. Storm <storm@cua.dk>
23416
23417 * window.c (Vmode_line_in_non_selected_windows): New variable.
23418 (syms_of_window): DEFVAR_LISP it.
23419
23420 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
23421 (CURRENT_MODE_LINE_FACE_ID): Use it.
23422 (Vmode_line_in_non_selected_windows): Declare extern.
23423
23424 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
23425 to get mode line face.
23426
23427 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
23428
23429 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
23430 variables; cus-start.el doesn't need them anymore.
23431
23432 2002-02-09 Kim F. Storm <storm@cua.dk>
23433
23434 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
23435 reduction. This fixes a display problem where stray newlines were
23436 inserted in the window (corrected by C-l). Clarified code (IMHO).
23437
23438 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
23439
23440 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
23441
23442 * xdisp.c (display_mode_lines): Fix last change.
23443
23444 2002-02-09 Jason Rumney <jasonr@gnu.org>
23445
23446 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
23447 match each other.
23448 (w32_load_system_font): Prevent Cleartype fonts from loading.
23449 (Fx_show_tip): Ensure tip frames are above other topmost windows.
23450
23451 2002-02-09 Kim F. Storm <storm@cua.dk>
23452
23453 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
23454 (CURRENT_MODE_LINE_HEIGHT): Use it.
23455 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
23456
23457 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
23458 (pos_visible_p, handle_face_prop): Likewise.
23459 (display_mode_lines): Likewise, but for the real selected window.
23460 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
23461
23462 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
23463 in non-selected windows.
23464 (realize_basic_faces): Realize it.
23465 (syms_of_term): Intern and staticpro it.
23466
23467 2002-02-08 Kim F. Storm <storm@cua.dk>
23468
23469 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
23470 Changed mail addresses to emacs-devel@gnu.org.
23471
23472 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
23473
23474 * fileio.c (Fsubstitute_in_file_name): If the file name includes
23475 ~user, and there's no such user, don't discard everything before ~user.
23476
23477 * floatfns.c (Fround): Doc fix.
23478
23479 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23480
23481 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
23482
23483 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
23484
23485 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
23486
23487 2002-02-07 Kim F. Storm <storm@cua.dk>
23488
23489 * keymap.c (where_is_internal): Only check whether definition is
23490 remapped if it fulfills is_command_symbol.
23491
23492 2002-02-07 Andreas Schwab <schwab@suse.de>
23493
23494 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
23495
23496 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
23497
23498 2002-02-06 Kim F. Storm <storm@cua.dk>
23499
23500 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
23501 defining command remapping. Doc updated.
23502 (Flookup_key): Remap command through keymap if KEY is a symbol.
23503 (is_command_symbol): New function.
23504 (Fkey_binding): Use it. New optional argument NO-REMAP.
23505 Doc updated. Callers changed. Perform command remapping via
23506 recursive call unless that arg is non-nil.
23507 (where_is_internal): New argument no_remap. Callers changed.
23508 Call recursively to find original key bindings for a remapped
23509 comand unless that arg is non-nil.
23510 (Fwhere_is_internal): New optional argument NO-REMAP.
23511 Doc updated. Callers changed. Pass arg to where_is_internal.
23512
23513 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
23514 (is_command_symbol): Add prototype.
23515
23516 * keyboard.c (Vthis_original_command): New variable.
23517 (syms_of_keyboard): DEFVAR_LISP it.
23518 (command_loop_1): Set it, and perform command remapping.
23519
23520 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23521
23522 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
23523
23524 2002-02-06 Jason Rumney <jasonr@gnu.org>
23525
23526 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
23527
23528 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
23529
23530 * charset.c (get_charset_id): Use if-else instead of ?:.
23531
23532 2002-02-06 Richard M. Stallman <rms@gnu.org>
23533
23534 * filelock.c (S_ISLNK): Define if not defined.
23535
23536 2002-02-03 Richard M. Stallman <rms@gnu.org>
23537
23538 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
23539
23540 * lread.c (read1): Redesign strategy for force_multibyte and
23541 force_singlebyte. Now is_multibyte records whether read_buffer
23542 is multibyte. Encountering any multibyte character makes it so.
23543
23544 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
23545
23546 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
23547 with the same sequence, map that sequence to f10 rather than f0.
23548
23549 2002-02-03 Andreas Schwab <schwab@suse.de>
23550
23551 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
23552 latter never being defined on GNU/Linux.
23553
23554 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23555
23556 * xfaces.c (realize_default_face): Don't set the weight and slant of
23557 the default face to Qnormal, unless these attributes are unspecified.
23558
23559 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23560
23561 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
23562 Call cancel_hourglass unconditionally.
23563
23564 * eval.c (Fsignal): Remove duplicated declaration of
23565 the variable `display_hourglass_p'.
23566
23567 2002-01-31 Richard M. Stallman <rms@gnu.org>
23568
23569 * editfns.c (region_limit): Nicer error message.
23570
23571 * coding.c (decode_composition_emacs_mule):
23572 Give up if NCOMPONENT gets too large to index `component'.
23573
23574 * callint.c (check_mark): New arg to specify clearer error message.
23575 Callers changed.
23576
23577 2002-01-27 Richard M. Stallman <rms@gnu.org>
23578
23579 * minibuf.c (Fcompleting_read): Doc fix.
23580
23581 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23582
23583 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
23584 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
23585 Fix doc-strings.
23586
23587 2002-01-26 Richard M. Stallman <rms@gnu.org>
23588
23589 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
23590
23591 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
23592 and scroll_up_aggressively.
23593
23594 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23595
23596 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
23597
23598 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
23599
23600 * textprop.c (Fnext_property_change, Fnext_single_property_change)
23601 (Fprevious_property_change, Fprevious_single_property_change):
23602 Stay within the narrowed-buffer boundaries.
23603
23604 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
23605
23606 * term.c (Ftty_display_color_cells): New function.
23607 (syms_of_term): Defsubr it.
23608 (Ftty_display_color_cells, Ftty_display_color_p): Change the
23609 argument name to DISPLAY. Doc fix.
23610
23611 * dispextern.h: Add prototype for set_tty_color_mode and
23612 tty_setup_colors.
23613
23614 2002-01-24 Jason Rumney <jasonr@gnu.org>
23615
23616 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
23617 If region left to draw is not what was expected, mark the frame as
23618 garbaged.
23619
23620 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
23621 Combine the regions returned by BeginPaint and GetUpdateRect.
23622
23623 2002-01-23 Jason Rumney <jasonr@gnu.org>
23624
23625 * w32term.c (x_update_window_begin): Only hide caret if
23626 w32_use_visible_system_caret is set.
23627 (x_update_window_end): Only show caret if
23628 w32_use_visible_system_caret is set.
23629 (syms_of_w32term): Handle SystemParametersInfo call failing.
23630
23631 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
23632
23633 2002-01-22 Richard M. Stallman <rms@gnu.org>
23634
23635 * unexelf.c (unexec): Define n so as to cause compilation error
23636 for the code where people have often written n instead of nn.
23637
23638 * .gdbinit (hookpost-run): Defined.
23639
23640 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23641
23642 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
23643
23644 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23645
23646 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
23647 if fullscreen is being set.
23648
23649 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23650
23651 * minibuf.c (Fminibuffer_contents)
23652 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
23653 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
23654
23655 2002-01-21 Richard M. Stallman <rms@gnu.org>
23656
23657 * window.c (check_frame_size): Fix minimum height calculation.
23658
23659 2002-01-20 Ken Raeburn <raeburn@gnu.org>
23660
23661 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
23662 height before comparison.
23663 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
23664
23665 2002-01-20 Jason Rumney <jasonr@gnu.org>
23666
23667 * w32term.c (w32_system_caret_width): Remove.
23668 (w32_use_visible_system_caret): New user flag.
23669 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
23670 Windows reports a screen reader running.
23671 (x_update_window_begin): Hide the system caret.
23672 (x_update_window_end): Show the system caret.
23673 (x_display_and_set_cursor): Don't draw a cursor when
23674 w32_use_visible_system_caret is set. Do not adjust width.
23675
23676 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
23677 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
23678 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
23679 the user requests it. Use system default width when creating.
23680 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
23681
23682 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
23683 New window messages.
23684
23685 2002-01-20 Richard M. Stallman <rms@gnu.org>
23686
23687 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
23688
23689 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23690
23691 * doprnt.c (doprnt1): Fix typos in error call.
23692
23693 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
23694
23695 * unexelf.c (unexec) [__sgi]: Support the .got sections.
23696
23697 2002-01-20 Jason Rumney <jasonr@gnu.org>
23698
23699 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
23700 that Windows returns. If a double check fails, try to guess how
23701 ExtTextOut is going to act.
23702
23703 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
23704 in place of stricmp.
23705 (w32_list_synthesized_fonts): Removed.
23706 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
23707 (struct enumfont_t): New element; list.
23708 (enum_font_cb2): List all style and charset variations of a font.
23709 (Fw32_select_font): New optional argument; include_proportional.
23710 Exclude vertical fonts. Exclude proportional fonts unless
23711 include_proportional is non-nil.
23712 (w32_enable_synthesized_fonts): Change to a boolean.
23713 (Fw32_send_sys_command): Doc fix.
23714
23715 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23716
23717 * dispnew.c (update_frame): Move the variable `tem' to the block
23718 where it is used.
23719
23720 2002-01-19 Jason Rumney <jasonr@gnu.org>
23721
23722 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
23723 call to face-set-after-frame-default.
23724
23725 2002-01-18 Richard M. Stallman <rms@gnu.org>
23726
23727 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
23728 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
23729
23730 2002-01-17 Richard M. Stallman <rms@gnu.org>
23731
23732 * window.c (enlarge_window): When exceeding size of parent,
23733 directly delete all the siblings instead of trying to resize it.
23734
23735 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23736
23737 * term.c (set_tty_color_mode): Remove unused variable `tem'.
23738
23739 2002-01-16 Henrik Enberg <henrik@enberg.org>
23740
23741 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
23742
23743 2002-01-16 Kim F. Storm <storm@cua.dk>
23744
23745 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
23746 is invisible. This can happen if cursor is on top line of a
23747 window, and we switch to a buffer with a header line.
23748
23749 * w32term.c (x_erase_phys_cursor): Ditto.
23750
23751 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23752
23753 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
23754 `dont_resize' only when used.
23755
23756 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
23757
23758 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
23759
23760 * xdisp.c (display_mode_element): When computing charpos, depend
23761 on multibyteness of elt, not the text in field.
23762
23763 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23764
23765 * buffer.c (Fkill_all_local_variables):
23766 Increment `update_mode_lines' only once.
23767
23768 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23769
23770 * lisp.h (adjust_after_replace_noundo)
23771 (Fupdate_coding_systems_internal): Add prototypes.
23772
23773 * sound.c (Fplay_sound): Initialize header_size also for :data case.
23774
23775 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
23776
23777 Support for the --color command-line argument and tty-color-mode
23778 frame parameter:
23779
23780 * term.c (tty_default_color_capabilities, tty_setup_colors)
23781 (set_tty_color_mode): New functions.
23782 (term_init): Call tty_default_color_capabilities.
23783 (Qtty_color_mode_alist): New variable.
23784 (syms_of_term): Intern and staticpro it.
23785
23786 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
23787 frames.
23788 (do_switch_frame): For termcap frames, switch the tty
23789 color mode as specified by the frame's parameters.
23790 (Qtty_color_mode): New variable.
23791 (syms_of_frame): Intern and staticpro it.
23792
23793 * emacs.c (USAGE2): Add the --color option.
23794 (standard_args): Ditto.
23795
23796 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23797
23798 * xterm.h (struct x_output): New members want_fullscreen,
23799 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
23800 y_pixels_outer_diff.
23801 New enum for FULLSCREEN_* constants.
23802 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
23803 is NULL.
23804 (x_fullscreen_adjust): Add prototype.
23805
23806 * emacs.c (USAGE2): Add the new full-screen arguments.
23807 (standard_args): Ditto.
23808
23809 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23810 New variables.
23811 (syms_of_xfns): Intern and staticpro them.
23812 (x_frame_parms) <"fullscreen">: New parameter.
23813 (x_fullscreen_move, x_set_fullscreen): New functions.
23814 (x_set_frame_parameters): Support for Qfullscreen.
23815 (x_real_positions): More accurate computation of the frame position.
23816 (x_figure_window_size): Support full-screen frames.
23817 (Fx_create_frame): Default the fullscreen parameter.
23818
23819 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
23820 (XTread_socket) <Expose>: Call x_check_fullscreen.
23821 <ConfigureNotify>: Don't resize to fullscreen.
23822 Call x_check_fullscreen_move, and set the want_fullscreen member of
23823 output_data.x.
23824
23825 2002-01-13 Jason Rumney <jasonr@gnu.org>
23826
23827 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
23828 for mice with more than 3 buttons.
23829
23830 * w32term.c (parse_button): New parameter xbutton. Callers changed.
23831 (w32_read_socket): Handle new "XBUTTON" messages.
23832
23833 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
23834 (syms_of_w32fns): DEFVAR_BOOL it.
23835 (w32_wnd_proc): Handle new "XBUTTON" messages.
23836
23837 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23838
23839 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
23840
23841 2002-01-13 Andreas Schwab <schwab@suse.de>
23842
23843 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
23844
23845 2002-01-12 Andreas Schwab <schwab@suse.de>
23846
23847 * .gdbinit (xbuffer): Remove address operator since data is now a
23848 pointer.
23849
23850 2002-01-11 Richard M. Stallman <rms@gnu.org>
23851
23852 * insdel.c (adjust_after_replace_noundo): New function.
23853
23854 * coding.c (code_convert_region): Don't copy old text if undo disabled.
23855
23856 2002-01-09 Jason Rumney <jasonr@gnu.org>
23857
23858 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
23859 when checking for multiple frames.
23860
23861 2002-01-08 Richard M. Stallman <rms@gnu.org>
23862
23863 * window.c (delete_window): Rewrite the code for changing the
23864 selected window to handle the case where WINDOW is not a leaf.
23865
23866 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
23867
23868 * process.c (send_process): Set src_multibyte to 1 after the call
23869 top setup_coding_system, not before the call.
23870
23871 2002-01-07 Jason Rumney <jasonr@gnu.org>
23872
23873 * xmenu.c (set_frame_menubar, xmenu_show):
23874 (xdialog_show): Initialize wv->help to Qnil.
23875
23876 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
23877 (w32_dialog_show): Initialize wv->help to Qnil.
23878
23879 2002-01-06 Jason Rumney <jasonr@gnu.org>
23880
23881 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
23882
23883 * w32menu.c (w32_menu_display_help): Revert last change.
23884
23885 * xmenu.c (menu_highlight_callback): Revert last change.
23886
23887 2002-01-06 Andreas Schwab <schwab@suse.de>
23888
23889 * insdel.c (make_gap_larger): Make sure buffer size does not
23890 overflow range of int.
23891
23892 2002-01-05 Jason Rumney <jasonr@gnu.org>
23893
23894 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
23895 OVERLAPS_P.
23896
23897 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
23898
23899 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
23900 to the left or to the right of the pointer, put it against
23901 the left screen edge.
23902 (x_frame_parms): Add missing braces around initializer.
23903
23904 * w32term.c (x_setup_relief_colors): Don't compute an image's
23905 background color if it doesn't have a Pixmap.
23906 (notice_overwritten_cursor): Don't depend on
23907 output_cursor and updated_area. Compare pixel coordinates with
23908 window's cursor pixel coordinates.
23909 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
23910 Call notice_overwritten_cursor with new arg list.
23911 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
23912 unconditionally.
23913 (x_draw_image_relief): Use predefined macro instead of
23914 constant when the value of `tool_bar_button_relief' is negative.
23915
23916 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
23917
23918 2002-01-04 Richard M. Stallman <rms@gnu.org>
23919
23920 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
23921
23922 2002-01-03 Richard M. Stallman <rms@gnu.org>
23923
23924 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
23925 (Fkey_binding): Try the `keymap' property map first.
23926 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
23927 minor mode bindings.
23928
23929 2002-01-03 Kim F. Storm <storm@cua.dk>
23930
23931 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
23932
23933 2002-01-02 Richard M. Stallman <rms@gnu.org>
23934
23935 * keyboard.c (read_key_sequence): Handle the keymap property
23936 before minor mode maps.
23937
23938 * editfns.c (Fformat): Update thissize from field_width
23939 based on the actual width, in the string case.
23940
23941 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23942
23943 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
23944 when used as truth value to prevent gcc warnings.
23945
23946 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
23947 * w32proc.c: Include <config.h>.
23948
23949 2002-01-01 Andreas Schwab <schwab@suse.de>
23950
23951 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
23952 not EMACS_INT, to make them compatible with DEFVAR_INT.
23953 * lisp.h (max_specpdl_size): Adjust declaration.
23954
23955 2002-01-01 Richard M. Stallman <rms@gnu.org>
23956
23957 * print.c (print_object): Test print_escape_nonascii only for
23958 unibyte strings.
23959 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
23960 when outputting to a multibyte buffer.
23961
23962 2001-12-29 Richard M. Stallman <rms@gnu.org>
23963
23964 * print.c (print_object): In multibyte string, use hex escapes.
23965 Use octal only for unibyte strings.
23966 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
23967
23968 * lread.c (read_escape): New arg BYTEREP for reporting whether
23969 escape forces unibyte or multibyte.
23970 (read1): When reading a string, take note of that info.
23971
23972 2001-12-29 Ken Raeburn <raeburn@gnu.org>
23973
23974 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
23975 comparison to test lisp value returned by Fget.
23976
23977 2001-12-29 Richard M. Stallman <rms@gnu.org>
23978
23979 * lisp.h (max_specpdl_size): Add declaration.
23980
23981 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
23982
23983 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
23984 Handle modifier bits. Correct typo in error message.
23985
23986 2001-12-28 Richard M. Stallman <rms@gnu.org>
23987
23988 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
23989 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
23990 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23991 Update calls to Fdefine_abbrev.
23992 (write_abbrev): Update for changed data format.
23993 Don't list "system" abbrevs.
23994 (Fexpand_abbrev): Update use count with new data format.
23995 (describe_abbrev): Update for changed data format.
23996 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
23997
23998 * config.in (HAVE_MBSINIT): Add #undef.
23999
24000 * strftime.c (mbsinit): Define as no-op if not available.
24001
24002 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24003 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
24004
24005 * keymap.c (Flookup_key): Error message if key has wrong data type.
24006 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24007 (exclude_key): New variable.
24008
24009 2001-12-28 Gerd Moellmann <gerd@gnu.org>
24010
24011 * xterm.c (x_setup_relief_colors): Don't compute an image's
24012 background color if it doesn't have a Pixmap.
24013
24014 * xterm.c (notice_overwritten_cursor): Don't depend on
24015 output_cursor and updated_area. Compare pixel coordinates with
24016 window's cursor pixel coordinates.
24017 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24018 Call notice_overwritten_cursor with new arg list.
24019 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24020 unconditionally.
24021
24022 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24023 height of the cursor line to the amount to scroll.
24024
24025 2001-12-27 Richard M. Stallman <rms@gnu.org>
24026
24027 * intervals.c (set_point_both): The position after an invisible,
24028 intangible character is not an acceptable stopping point.
24029
24030 2001-12-27 Ken Raeburn <raeburn@gnu.org>
24031
24032 * window.c (enlarge_window): In new preserve_before code, convert
24033 CURBEG from lisp object to integer before doing arithmetic.
24034
24035 2001-12-27 Richard M. Stallman <rms@gnu.org>
24036
24037 * bytecode.c (Fbyte_code): Undo previous change.
24038
24039 2001-12-26 Kim F. Storm <storm@cua.dk>
24040
24041 * keyboard.c (record_char): Ignore duplicate help-echo events only
24042 separated by mouse-movement. When tracking mouse, only record
24043 first and last mouse-movement event in same window.
24044 Don't record mouse-movement events in keyboard macros.
24045
24046 2001-12-25 Richard M. Stallman <rms@gnu.org>
24047
24048 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24049 (Fenlarge_window): New arg PRESERVE_BEFORE.
24050
24051 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24052 instead of Fstring_as_unibyte.
24053
24054 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24055
24056 The following changes remove mocklisp support:
24057
24058 * mocklisp.h, mocklisp.c: Files removed.
24059
24060 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24061 `Qmocklisp' and `Qmocklisp_arguments'.
24062 Remove prototype of syms_of_mocklisp.
24063
24064 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
24065
24066 * callint.c: Do not include mocklisp.h.
24067 (Fcall_interactively): Do not test for mocklisp case.
24068
24069 * eval.c: Remove variables `Qmocklisp_arguments',
24070 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24071 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24072 Do not test for mocklisp case.
24073 (Fwhile): Remove unused variable `tem'.
24074 (syms_of_eval): Remove variable `moclisp-arguments'.
24075
24076 * data.c (wrong_type_argument): Remove mocklisp case.
24077
24078 * doc.c (Fdocumentation): Remove mocklisp case.
24079
24080 * emacs.c (main): Do not call syms_of_mocklisp.
24081
24082 2001-12-21 Richard M. Stallman <rms@gnu.org>
24083
24084 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24085 to the left or to the right of the pointer, put it against
24086 the left screen edge.
24087
24088 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
24089
24090 * Makefile.in (distclean): Remove .gdbinit if we are building
24091 outside the source tree.
24092
24093 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
24094
24095 * w32.c (emacs_root_dir): New function.
24096
24097 * msdos.c (emacs_root_dir): New function.
24098
24099 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24100 of the current drive as the fallback for default_directory.
24101
24102 * dired.c (file_name_completion): Run the elements of
24103 completion-ignored-extensions through ENCODE_FILE.
24104
24105 * lisp.h (scmp): Remove prototype, since it's now a static
24106 function private to dired.c.
24107
24108 2001-12-18 Richard M. Stallman <rms@gnu.org>
24109
24110 * dired.c (scmp): Function moved from minibuf.c.
24111 Delete multibyte handling--used only on encoded strings.
24112
24113 * minibuf.c (scmp): Function moved to dired.c.
24114
24115 * fns.c (merge): Add QUIT call.
24116
24117 2001-12-18 Dave Love <fx@gnu.org>
24118
24119 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24120 language/georgian.el.
24121
24122 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
24123
24124 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24125 lisp/Makefile.in:DONTCOMPILE.
24126
24127 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24128
24129 * xdisp.c (window_box_height): Do not return negative values.
24130 From Gerd Moellmann <gerd@gnu.org>.
24131
24132 * keyboard.c (head_table): Add missing braces around initializer.
24133
24134 * term.c (keys): Likewise.
24135
24136 * xfns.c (x_frame_parms, visual_classes): Likewise.
24137
24138 2001-12-17 Sam Steingold <sds@gnu.org>
24139
24140 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24141 patch (COMPOSING_P, not COMPOSING).
24142
24143 2001-12-17 Richard M. Stallman <rms@gnu.org>
24144
24145 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
24146
24147 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24148 before calling decode_coding.
24149
24150 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
24151
24152 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24153 instead of only for COMPOSITION_DISABLED.
24154
24155 2001-12-16 Richard M. Stallman <rms@gnu.org>
24156
24157 * alloc.c (pure_alloc): After overflow, allocate just a small block.
24158
24159 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
24160
24161 * buffer.h (struct buffer): New field `display_error_modiff'.
24162 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
24163
24164 * window.c (Frecenter): Clear display_error_modiff field.
24165
24166 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24167 Call redisplay_window, but not if display_error_modiff field says no.
24168 (redisplay_window_error): New function.
24169 (displayed_buffer): New variable.
24170 (redisplay_internal, redisplay_windows): Call the new functions
24171 instead of redisplay_window directly.
24172
24173 2001-12-15 Richard M. Stallman <rms@gnu.org>
24174
24175 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
24176
24177 2001-12-14 Andrew Innes <andrewi@gnu.org>
24178
24179 * makefile.w32-in (EMACSLOADPATH): Define.
24180 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
24181 (bootstrap-temacs): Remove dependency on bootstrap-clean.
24182
24183 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
24184
24185 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24186 parameter have a numeric value all the time.
24187
24188 * w32fns.c (x_report_frame_params): Likewise.
24189
24190 2001-12-12 Richard M. Stallman <rms@gnu.org>
24191
24192 * fileio.c (Fwrite_region): Doc fix.
24193
24194 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24195 (redisplay_internal): Call clear_image_cache only for window terminals.
24196
24197 2001-12-12 Gerd Moellmann <gerd@gnu.org>
24198
24199 * xdisp.c (move_it_vertically_backward): Change heuristic
24200 for the case that we didn't move far enough initially.
24201
24202 * window.c (Frecenter): Simplify computation in the case of window
24203 system frames and ARG < 0; use window_box_height.
24204
24205 2001-12-11 Richard M. Stallman <rms@gnu.org>
24206
24207 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24208 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
24209
24210 2001-12-11 Andrew Innes <andrewi@gnu.org>
24211
24212 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24213 arg is negative.
24214
24215 2001-12-11 Richard M. Stallman <rms@gnu.org>
24216
24217 * m/hp800.h: Split the __hpux conditional into the parts
24218 that are right for GNU/Linux too and the parts that are not.
24219 Use the former if GNU_LINUX.
24220 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
24221
24222 * s/gnu-linux.h (GNU_LINUX): Defined.
24223
24224 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24225
24226 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24227 `new style' [w/`doc:' keyword].
24228
24229 2001-12-10 Jason Rumney <jasonr@gnu.org>
24230
24231 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24232 before using.
24233
24234 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24235
24236 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24237 keyword].
24238
24239 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
24240
24241 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
24242
24243 * s/hpux10.h (srand48): Don't undefine.
24244
24245 2001-12-09 Jason Rumney <jasonr@gnu.org>
24246
24247 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
24248 Add comment to explain where the struct came from.
24249 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24250 (add_menu_item): Process pop-up menus first to avoid memory leak.
24251 (add_menu_item, w32_menu_display_help): Use `help' field as
24252 Lisp_Object.
24253 (w32_free_submenu_strings): Only free owner-drawn strings.
24254
24255 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24256
24257 * COPYING: Moved back.
24258
24259 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24260 Add parentheses around && within ||.
24261
24262 * indent.c (compute_motion): Likewise.
24263
24264 * intervals.c (merge_properties_sticky): Likewise.
24265
24266 * coding.c (setup_coding_system, shrink_encoding_region)
24267 (Fdecode_sjis_char): Likewise.
24268
24269 2001-12-07 Andreas Schwab <schwab@suse.de>
24270
24271 * xdisp.c (display_mode_element): Don't read past end of string if
24272 it ends with '%'.
24273
24274 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24275 can hold.
24276
24277 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24278 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24279 type changed to Lisp_Object.
24280 (syms_of_data): DEFVAR_LISP them.
24281
24282 2001-12-07 Richard M. Stallman <rms@gnu.org>
24283
24284 * callproc.c (init_callproc): Set Vdata_directory based on the source
24285 location whenever Emacs was run uninstalled.
24286
24287 2001-12-06 Paul Eggert <eggert@twinsun.com>
24288
24289 * config.in (HAVE_WORKING_VFORK): New #undefs.
24290 * process.c (create_process):
24291 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24292 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
24293 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
24294 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
24295 * m/intel386.h (HAVE_VFORK): Likewise.
24296 * m/mips-siemens.h (HAVE_VFORK): Likewise.
24297 * m/mips.h (HAVE_VFORK): Likewise.
24298 * s/freebsd.h (vfork): Remove #define.
24299 * s/lynxos.h (HAVE_VFORK): Remove #undef.
24300 * s/usg5-4-2.h: Fix comment about vfork.
24301
24302 2001-12-06 Richard M. Stallman <rms@gnu.org>
24303
24304 * s/hpux10.h (random): Add undef.
24305 (HAVE_RANDOM): Define it just once.
24306
24307 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
24308
24309 * eval.c: Undo last change: the standard syntax is not wanted.
24310
24311 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
24312
24313 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
24314 scroll bars of the frame before deleting the frame itself. If the
24315 frame has a widget, delete the frame with XtDestroyWidget, and do
24316 not call XDestroyWindow before that.
24317
24318 2001-12-06 Kim F. Storm <storm@cua.dk>
24319
24320 * xfns.c (x_report_frame_params): Return actual fringe widths.
24321
24322 * w32fns.c (x_report_frame_params): Return actual fringe widths.
24323
24324 2001-12-05 Andrew Innes <andrewi@gnu.org>
24325
24326 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
24327 excessively large.
24328
24329 * insdel.c (make_gap_larger): New function.
24330 (make_gap_smaller): New function.
24331 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
24332 Call make_gap_smaller if arg is negative.
24333
24334 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
24335
24336 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
24337 Pass a dummy argument when calling interrupt_signal.
24338 (parse_menu_item): Mark disabled items before checking for empty def.
24339 (read_char_minibuf_menu_prompt): Make safety more visible.
24340 (read_key_sequence): Add a `first_unbound' variable.
24341 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
24342 unbound prefix as soon as we can detect it.
24343
24344 * doc.c (Fsnarf_documentation): Add prototype.
24345 (get_doc_string): Handle negative arguments.
24346 (Fdocumentation): Use AREF and ASIZE.
24347 Move the calls to get_doc_string to a single place.
24348 Don't confuse an interactive-spec for a docstring reference.
24349 (Fdocumentation_property): Take advantage of the fact that
24350 get_doc_string now ignores the sign of the docstring position.
24351
24352 * eval.c: Use standard syntax for usage in docstrings.
24353
24354 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24355
24356 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
24357
24358 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24359
24360 * xterm.c (x_draw_image_relief): Use predefined macro instead of
24361 constant when the value of `tool_bar_button_relief' is negative.
24362
24363 2001-12-02 Richard M. Stallman <rms@gnu.org>
24364
24365 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
24366 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
24367
24368 * fileio.c (read_non_regular): Delete Fsignal call.
24369
24370 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
24371
24372 * lisp.h (run_hook_list_with_args): Undo last change.
24373
24374 2001-12-01 Gerd Moellmann <gerd@gnu.org>
24375
24376 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
24377
24378 2001-12-01 Jason Rumney <jasonr@gnu.org>
24379
24380 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
24381
24382 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
24383 [!WM_MOUSELEAVE]: Define.
24384
24385 * w32menu.c (current_popup_menu, get_menu_item_info):
24386 (set_menu_item_info): New vars.
24387 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
24388 (w32_menu_show): Set current_popup_menu.
24389 (add_menu_item): Allocate new strings for owner-drawn menu items
24390 and help strings.
24391 Use owner-draw for disabled menu items again.
24392 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
24393 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
24394
24395 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
24396 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
24397 <WM_EXITMENULOOP>: Free menu strings.
24398 <WM_MOUSELEAVE>: Stop tracking mouse.
24399 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
24400
24401 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
24402 and mouse face.
24403
24404 2001-12-01 Kim F. Storm <storm@cua.dk>
24405
24406 The following changes add left-fringe and right-fringe
24407 frame parameters to adjust fringe widths, or remove one or
24408 both fringes.
24409
24410 * frame.h (struct frame): Remove trunc_area_pixel_width and
24411 trunc_area_cols fields.
24412 (Qleft_fringe, Qright_fringe): Declare.
24413 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
24414
24415 * frame.c (Qleft_fringe, Qright_fringe): New vars.
24416 (syms_of_frame): Initialize them.
24417
24418 * window.c (coordinates_in_window): Handle separate left and right
24419 fringe widths.
24420
24421 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
24422 and fringe_cols fields.
24423 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
24424 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
24425 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
24426 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
24427 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
24428 (x_compute_fringe_widths): Add prototype.
24429
24430 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
24431 fill fringe evenly with small dashes.
24432 (x_draw_fringe_bitmap): Clear background if necessary. Align and
24433 clip the new ZV bitmap to avoid jitter between rows.
24434 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
24435 background. Don't draw fringe bitmaps if fringe width is zero.
24436 (x_compute_fringe_widths): New function.
24437 (x_new_font, x_set_window_size_1): Use it.
24438
24439 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
24440 (x_set_frame_parameters): Process `font' parameter before other
24441 parameters as fringe widths depend on it.
24442 (x_set_fringe_width): New function.
24443 (x_figure_window_size): Use x_compute_fringe_widths.
24444 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
24445 parameters.
24446
24447 * widget.c (set_frame_size): Use x_compute_fringe_widths.
24448 (EmacsFrameSetCharSize): Ditto.
24449
24450 * w32term.h: Merged changes from xterm.h.
24451 * w32term.c: Merged changes from xterm.c.
24452 * w32fns.c: Merged changes from xfns.c.
24453
24454 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24455
24456 * COPYING: Removed.
24457
24458 2001-11-29 Dave Love <fx@gnu.org>
24459
24460 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
24461 extra extra slot.
24462 (detect_coding_mask): Fix call of detect_coding_iso2022.
24463
24464 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24465
24466 * fileio.c (file-name-coding-system)
24467 (default-file-name-coding-system): Doc fix (links to referenced
24468 variables added).
24469
24470 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24471
24472 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
24473 Add dummy uses of gcproN variables.
24474
24475 * category.c (describe_category, describe_category_1)
24476 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
24477 (syms_of_category): Don't defsubr Sdescribe_categories.
24478
24479 2001-11-28 Richard M. Stallman <rms@gnu.org>
24480
24481 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
24482
24483 * Makefile.in (lispdir): New variable, referring to build dir.
24484 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
24485
24486 2001-11-28 Andrew Innes <andrewi@gnu.org>
24487
24488 * w32menu.c (w32_menu_display_help): Actually add the new argument
24489 OWNER.
24490
24491 2001-11-28 Jason Rumney <jasonr@gnu.org>
24492
24493 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
24494 menu items. From David Ponce <dponce@wanadoo.fr>.
24495 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
24496 conditionally.
24497 (w32_menu_display_help): New argument OWNER. Rewritten to store a
24498 help event in the owner frame's keyboard buffer.
24499
24500 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
24501 (Fx_show_tip): Don't subtract last width from row width.
24502
24503 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
24504 (w32_read_socket): Use EQ to compare frames.
24505
24506 2001-11-28 Gerd Moellmann <gerd@gnu.org>
24507
24508 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24509 OVERLAPS_P.
24510
24511 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24512
24513 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
24514 `gcpro3' and `gcpro4'.
24515
24516 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
24517
24518 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24519
24520 * ccl.c: Use AREF and ASIZE.
24521
24522 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
24523
24524 * lisp.h (run_hook_list_with_args): Remove.
24525 (LIST_END_P): Fix call to wrong_type_argument.
24526 (make_fixnum_or_float): Use EMACS_INT rather than int.
24527
24528 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
24529
24530 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
24531 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
24532
24533 * eval.c: Use AREF and ASIZE.
24534 (Ffetch_bytecode): Add the file name to the error message.
24535
24536 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
24537 which match the end of the file-name.
24538 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
24539 is not a valid env var, but leave it as is instead.
24540
24541 * keymap.c (access_keymap): Handle t bindings like nil bindings.
24542 Make nil bindings in char-tables transparent.
24543 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
24544
24545 2001-11-26 Richard M. Stallman <rms@gnu.org>
24546
24547 * textprop.c (set_text_properties_1): Allow START, END in either order.
24548 Do nothing if range is empty.
24549
24550 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
24551
24552 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
24553 (clean): Not here.
24554
24555 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24556
24557 * textprop.c (set_text_properties_1): Clearly mark that the
24558 interval should not be empty.
24559
24560 * intervals.c (graft_intervals_into_buffer):
24561 Don't call set_text_properties_1 on an empty interval.
24562
24563 2001-11-25 Richard M. Stallman <rms@gnu.org>
24564
24565 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
24566
24567 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
24568 don't lose the data in it.
24569
24570 2001-11-25 Juanma Barranquero <lektu@terra.es>
24571
24572 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
24573
24574 * buffer.c (Fkill_buffer): Likewise.
24575
24576 * print.c (temp_output_buffer_setup): Likewise.
24577
24578 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24579
24580 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
24581
24582 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
24583
24584 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
24585 Niemitalo <kon@iki.fi>.
24586
24587 2001-11-25 Jason Rumney <jasonr@gnu.org>
24588
24589 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
24590
24591 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
24592 (Fx_show_tip): Block input during frame creation.
24593 (Fx_show_tip, Fx_hide_tip): Enable.
24594
24595 2001-11-24 Richard M. Stallman <rms@gnu.org>
24596
24597 * lread.c (Fload): Detect recursive load error for more than 3
24598 nestings of the same file.
24599 (Vrecursive_load_depth_limit): Variable deleted.
24600 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
24601
24602 2001-11-24 Jason Rumney <jasonr@gnu.org>
24603
24604 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
24605 mouse position if either left or top is not specified.
24606
24607 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
24608 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
24609 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
24610 (my_create_tip_window): Assign tip_window.
24611 (x_create_tip_frame): Use same defaults as X.
24612 (compute_tip_xy): Remove unused variable. Use full screen width.
24613 (Fx_show_tip): Do not double height. Call ShowWindow directly.
24614
24615 * w32term.c (x_after_update_window_line): Doc fix.
24616 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
24617 frames.
24618 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
24619
24620 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
24621 for all Windowed systems.
24622
24623 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
24624
24625 * msdos.c (IT_clear_screen): If the frame's faces are not yet
24626 realized, use the initial screen colors to clear the screen.
24627
24628 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24629
24630 * textprop.c (Fset_text_properties): Remove unused variables
24631 `unchanged', `prev_changed', `s' and `len'.
24632
24633 * search.c (Freplace_match): Remove unused variable `inslen'.
24634
24635 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
24636
24637 2001-11-22 Jason Rumney <jasonr@gnu.org>
24638
24639 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
24640 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
24641 (my_create_tip_window): New function.
24642 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
24643 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
24644
24645 2001-11-20 Jason Rumney <jasonr@gnu.org>
24646
24647 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
24648 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
24649
24650 * w32fns.c (Vw32_system_coding_system): Remove.
24651 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
24652
24653 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
24654
24655 * fileio.c (Fwrite_region): Move choose_write_coding_system to
24656 after build_annotations.
24657
24658 * syntax.c (describe_syntax): Add dummy arg.
24659 (describe_syntax_1): Update call to describe_vector.
24660
24661 * category.c (describe_category): Add dummy arg.
24662 (describe_category_1): Update call to describe_vector.
24663
24664 * keymap.c (Fdescribe_vector): Add `describer' parameter.
24665 (describe_command, describe_translation): Add dummy second param.
24666 (describe_map): Call elt_describer with two arguments.
24667 (describe_vector_princ): Add `fun' parameter.
24668 Call it instead of the hardcoded `princ'.
24669 (describe_vector): Add arg `args'.
24670 Pass it as a new second argument to elt_describer.
24671
24672 * keymap.h (describe_vector): Update prototype.
24673
24674 * frame.c: Don't include keymap.h any more.
24675 (keys_of_frame): Remove.
24676
24677 * lisp.h (keys_of_frame): Remove declaration.
24678
24679 * emacs.c (main): Don't call `keys_of_frame' any more.
24680
24681 2001-11-14 Andreas Schwab <schwab@suse.de>
24682
24683 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
24684 if defined, 0 otherwise.
24685 (MAP_FAILED): Define if not defined and use it to test mmap failure.
24686 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
24687
24688 2001-11-19 Richard M. Stallman <rms@gnu.org>
24689
24690 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
24691
24692 2001-11-18 Jason Rumney <jasonr@gnu.org>
24693
24694 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
24695 (x_draw_bar_cursor): If the background color of the glyph under
24696 the cursor equals the frame's cursor color, use the glyph's
24697 foreground color for drawing the bar cursor.
24698 (x_after_update_window_line): Clear internal border in different
24699 circumstances.
24700 (w32_set_vertical_scroll_bar): Check for width and height > 0.
24701 (w32_draw_relief_rect): Correct relief by 1 pixel.
24702 (x_set_glyph_string_background_width):
24703 Set extends_to_end_of_line_p if the row's fill_line_p is set and
24704 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
24705 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
24706 if cursor_in_non_selected_windows is false.
24707 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
24708 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
24709 Notice if cursor gets overwritten.
24710 (notice_overwritten_cursor): Renamed from
24711 note_overwritten_text_cursor. Rewritten to take glyph widths
24712 into account, and to take X positions as parameters.
24713 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
24714 around call to x_draw_glyphs.
24715 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
24716 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
24717 color to use for image glyph reliefs.
24718 (x_draw_image_relief): Accept zero tool_bar_button_relief.
24719 (glyph_rect): Remove unused variable `area'.
24720
24721 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
24722 some items.
24723 (x_set_internal_border_width): Set frame garbaged when window
24724 doesn't exist yet.
24725 (Fx_create_frame): Accept zero tool_bar_button_relief.
24726 (x_clear_image_1, four_corners_best, image_background)
24727 (image_background_transparent): New functions.
24728 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
24729 (gs_format): Add `:background' entry.
24730 (lookup_image): Set IMG's background color if specified.
24731 (pbm_load, xbm_load_image, png_load): Set IMG's background field
24732 when appropriate.
24733 (x_clear_image_1): Reset `background_valid' and
24734 `background_transparent_valid' fields.
24735 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
24736 calculating it here. Set IMG's background_transparent field.
24737 (enum xpm_keyword_index): Add XPM_BACKGROUND.
24738 (enum png_keyword_index): Add PNG_BACKGROUND.
24739 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
24740 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
24741 (enum gif_keyword_index): Add GIF_BACKGROUND.
24742 (enum gs_keyword_index): Add GS_BACKGROUND.
24743 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
24744 Pre-calculate image background color where necessary.
24745 (x_create_x_image_and_pixmap, xbm_load, gs_load):
24746 Use display info's n_cbits entry for screen depth.
24747 (Fx_show_tip): Remove unused variables `buffer', `top',
24748 `left', `max_width' and `max_height'.
24749
24750 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
24751
24752 2001-11-18 Gerd Moellmann <gerd@gnu.org>
24753
24754 * puresize.h (BASE_PURESIZE): Increase to 750000.
24755
24756 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24757
24758 * frame.c (Fframe_live_p): Doc fix.
24759
24760 2001-11-18 Richard M. Stallman <rms@gnu.org>
24761
24762 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
24763 (message_dolog_marker3): New static variables hold three markers.
24764 (syms_of_xdisp): Initialize and staticpro them.
24765 (message_dolog): Use message_dolog_marker1..3 instead of
24766 allocating markers each time. Unchain them when done.
24767
24768 2001-11-17 Richard M. Stallman <rms@gnu.org>
24769
24770 * doc.c (Fsnarf_documentation): Doc fix.
24771
24772 2001-11-17 Andreas Schwab <schwab@suse.de>
24773
24774 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
24775
24776 2001-11-17 Richard M. Stallman <rms@gnu.org>
24777
24778 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
24779
24780 2001-11-17 Jason Rumney <jasonr@gnu.org>
24781
24782 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
24783
24784 2001-11-17 Gerd Moellmann <gerd@gnu.org>
24785
24786 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
24787 with invalid position.
24788
24789 2001-11-16 Richard M. Stallman <rms@gnu.org>
24790
24791 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
24792
24793 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
24794 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
24795 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
24796
24797 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
24798
24799 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24800
24801 * fileio.c (build_annotations): Split off the tail.
24802 (build_annotations_2): New fun. Extracted from build_annotations.
24803 (Fwrite_region): Split the call to build_annotations into two
24804 calls to build_annotations and build_annotations_2.
24805
24806 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24807
24808 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
24809 clear_waiting_for_input with argument.
24810
24811 * xterm.h (x_update_cursor): Remove duplicated prototype.
24812
24813 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
24814
24815 * xterm.c (waiting_for_input): Remove unnecessary declaration.
24816
24817 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
24818
24819 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24820
24821 * fileio.c (choose_write_coding_system): New fun, extracted
24822 from Fwrite_region.
24823 (Fwrite_region): Use it.
24824
24825 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
24826 (funcall_lambda, run_hook_with_args): Make static and add prototype.
24827 (ml_apply, find_handler_clause): Add prototype.
24828
24829 2001-11-16 Eli Zaretskii <eliz@gnu.org>
24830
24831 * config.in: Add #undef HAVE_COFF_H.
24832
24833 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
24834 Required for ISC 4.1.
24835
24836 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
24837
24838 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
24839 Andrew Wiseman <a.wiseman@btclick.com>.
24840
24841 2001-11-16 Kim F. Storm <storm@cua.dk>
24842
24843 The following changes are made to clean up the various internal
24844 references to the fringes to actually use the term `fringe' for
24845 them. Previously, they were called `flags areas', `bitmap areas',
24846 `left/right side of windows', or implicitly as `flags' or
24847 `bitmaps':
24848
24849 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
24850 Comments fixed. Use renamed symbols.
24851
24852 * dispnew.c: Comment fix. Use renamed symbols.
24853
24854 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
24855 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
24856 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
24857
24858 * msdos.c: Comment fix.
24859
24860 * w32fns.c: Use renamed symbols.
24861
24862 * w32term.c: Comment fixes. Use renamed symbols.
24863 (fringe_bitmap_type): Renamed from bitmap_type.
24864 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24865 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
24866 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24867
24868 * w32term.h: Comment fixes. Use renamed symbols.
24869 (fringes_extra): Renamed from flags_areas_extra.
24870 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24871 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24872 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24873 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24874 (FRAME_X_LEFT_FRINGE_WIDTH):
24875 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24876 (FRAME_X_RIGHT_FRINGE_WIDTH):
24877 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24878
24879 * widget.c: Use renamed symbols.
24880
24881 * window.c: Comment fixes. Use renamed symbols.
24882 (coordinates-in-window-p): Doc fix.
24883
24884 * xdisp.c: Comment fixes. Use renamed symbols.
24885
24886 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
24887
24888 * xfns.c: Use renamed symbols.
24889
24890 * xterm.c: Comment fixes. Use renamed symbols.
24891 (fringe_bitmap_type): Renamed from bitmap_type.
24892 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24893 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
24894 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24895
24896 * xterm.h: Comment fixes. Use renamed symbols.
24897 (fringes_extra): Renamed from flags_areas_extra.
24898 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24899 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24900 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24901 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24902 (FRAME_X_LEFT_FRINGE_WIDTH):
24903 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24904 (FRAME_X_RIGHT_FRINGE_WIDTH):
24905 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24906
24907 2001-11-15 Jason Rumney <jasonr@gnu.org>
24908
24909 * w32menu.c (add-menu-item): Make help_echo and radio buttons
24910 work for most menu items. From David Ponce
24911 <david.ponce@wanadoo.fr>.
24912
24913 2001-11-15 Gerd Moellmann <gerd@gnu.org>
24914
24915 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
24916 Some x_set_* function expect to be called even if old and new
24917 value are equal.
24918
24919 * xdisp.c (build_desired_tool_bar_string): Accept zero
24920 tool_bar_button_relief.
24921
24922 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
24923
24924 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
24925
24926 * xterm.c (x_draw_bar_cursor): If the background color of the
24927 glyph under the cursor equals the frame's cursor color, use
24928 the glyph's foreground color for drawing the bar cursor.
24929
24930 * dispnew.c (direct_output_forward_char): Fix character/byte
24931 position comparison.
24932
24933 2001-11-15 Miles Bader <miles@gnu.org>
24934
24935 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
24936 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
24937 Update arguments to find_field.
24938 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
24939 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
24940 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
24941 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
24942
24943 2001-11-14 Richard M. Stallman <rms@gnu.org>
24944
24945 * editfns.c (Fpropertize): Allow call with 1 arg.
24946
24947 * dispextern.h (image_background, image_background_transparent):
24948 Conditionalize on HAVE_X_WINDOWS.
24949
24950 2001-11-13 Richard M. Stallman <rms@gnu.org>
24951
24952 * print.c (Fprin1_to_string): Doc fix.
24953
24954 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
24955
24956 * floatfns.c (Fceiling, Ffloor): Doc fixes.
24957
24958 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
24959
24960 * fileio.c (Ffile_accessible_directory_p): Doc fix.
24961
24962 * eval.c (syms_of_eval): Doc fix.
24963
24964 * coding.c (syms_of_coding): Doc fix.
24965
24966 * doc.c (Fsnarf_documentation): Doc fix.
24967
24968 * dispnew.c (syms_of_display): Doc fix.
24969
24970 * category.c (Fget_unused_category): Doc fix.
24971
24972 * buffer.c (syms_of_buffer): Doc fixes.
24973
24974 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
24975
24976 * print.c (prin1, print): Doc fix.
24977
24978 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24979
24980 * fontset.h: Remove declarations of variables
24981 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
24982
24983 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
24984 `Vclip_large_size_font'.
24985
24986 2001-11-13 Jason Rumney <jasonr@gnu.org>
24987
24988 * w32fns.c: Doc fix.
24989
24990 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24991
24992 * xfaces.c (Fface_attributes_as_vector): Doc fix.
24993
24994 * fns.c: Doc fix.
24995
24996 * emacs.c: Doc fix.
24997
24998 * coding.c: Doc fix.
24999
25000 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25001 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25002 `new style' [w/`doc:' keyword].
25003
25004 2001-11-12 Richard M. Stallman <rms@gnu.org>
25005
25006 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25007 LeaveNotify events. Only FocusIn and FocusOut do that now.
25008 (x_display_and_set_cursor): Do display hollow cursors in active
25009 minibuffer windows when they are not selected.
25010
25011 2001-11-12 Jason Rumney <jasonr@gnu.org>
25012
25013 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
25014 * w32term.c: Change doc-string comments to `new style'
25015 [w/`doc:' keyword]. Doc fixes.
25016
25017 * w32fns.c: Don't define max.
25018 (Fx_open_connection): Only execute once.
25019
25020 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25021
25022 * ccl.c: Change macros to use do-while block instead of if-else.
25023 Use braces to follow GNU Coding Standards.
25024
25025 2001-11-11 Richard M. Stallman <rms@gnu.org>
25026
25027 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
25028
25029 * lread.c (read_escape): Use end_of_file_error for reporting eof.
25030
25031 * insdel.c (replace_range): Use adjust_markers_for_replace
25032 instead of adjust_markers_for_delete and adjust_markers_for_insert.
25033
25034 * intervals.h (set_text_properties, set_text_properties_1): Declare.
25035
25036 * textprop.c (set_text_properties_1): New subroutine
25037 broken out of set_text_properties.
25038 (set_text_properties): Use set_text_properties_1.
25039
25040 * intervals.c (graft_intervals_into_buffer):
25041 Use set_text_properties_1 to clear out properties.
25042
25043 * search.c (Freplace_match): Use replace_range to insert
25044 and delete. Don't request property inheritance from
25045 surrounding text.
25046
25047 2001-11-10 Jason Rumney <jasonr@gnu.org>
25048
25049 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
25050 vertical fonts. Allow them if face name is explicitly specified.
25051 Do not give up if we find a font that cannot be converted to an xlfd.
25052
25053 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25054
25055 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25056 instead of malloc/free.
25057
25058 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25059
25060 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25061 Coding Standards.
25062 (Finternal_set_lisp_face_attribute): Likewise.
25063
25064 * buffer.c (Fbury_buffer): Likewise.
25065
25066 * indent.c (current_column_1): Remove unused variable `prev_col'.
25067
25068 * coding.c (encode_coding): Use precomputed value of `src'.
25069 (encode_coding): Remove unused variable `src_end'.
25070 (code_convert_region): Remove unused variables `count'.
25071
25072 2001-11-07 Jason Rumney <jasonr@gnu.org>
25073
25074 * w32term.c (x_display_and_set_cursor): Do not move system caret
25075 if cursor_glyph is NULL.
25076
25077 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25078
25079 * keymap.c (access_keymap): Fix compilation error.
25080
25081 2001-11-07 Miles Bader <miles@gnu.org>
25082
25083 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
25084
25085 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25086
25087 * intervals.c (graft_intervals_into_buffer):
25088 Remove #ifdef'd-out code.
25089 (graft_intervals_into_buffer): Remove unused variable `middle'.
25090
25091 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25092 code (eval-current-buffer).
25093 Change doc-string comments to `new style' [w/`doc:' keyword].
25094
25095 2001-11-06 Richard M. Stallman <rms@gnu.org>
25096
25097 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
25098
25099 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
25100
25101 * lread.c (read1): Fix behavior with nested backquoting.
25102
25103 * keyboard.c (make_lispy_event): Check integerness and fix
25104 Lisp_Object/int mixup.
25105
25106 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25107
25108 * fns.c (copy_hash_table): Remove unused variable `v'.
25109
25110 * fontset.c (fontset_font_pattern): Remove unused variable
25111 `family_registry'.
25112
25113 * indent.c (current_column_1): Remove unused variable `prev_col'.
25114
25115 2001-11-05 Richard M. Stallman <rms@gnu.org>
25116
25117 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
25118
25119 * buffer.c (Fkill_buffer): Don't delete auto save file
25120 if buffer is modified.
25121
25122 2001-11-05 Andrew Innes <andrewi@gnu.org>
25123
25124 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25125 CHECK_NUMBER_CDR.
25126
25127 2001-11-05 Richard M. Stallman <rms@gnu.org>
25128
25129 * unexelf.c (unexec): Minor changes; clean up comments.
25130
25131 2001-11-05 Sam Steingold <sds@gnu.org>
25132
25133 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
25134
25135 2001-11-05 Andreas Schwab <schwab@suse.de>
25136
25137 * sound.c (sound_perror): Save errno from being clobbered.
25138
25139 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
25140
25141 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25142 the program image directly.
25143
25144 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25145
25146 * buffer.h (Fbuffer_local_value): Add prototype.
25147
25148 2001-11-04 Richard M. Stallman <rms@gnu.org>
25149
25150 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25151 and CHECK_BUFFER.
25152
25153 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25154 (record_char): Likewise.
25155
25156 * keyboard.c (make_lispy_event): Don't insist a drag event must
25157 move to a different buffer position. Instead, check for moving at
25158 least double_click_fuzz.
25159
25160 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
25161
25162 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
25163
25164 * indent.c (current_column_1, Fmove_to_column): Separate the code
25165 for display-table glyphs from the code for buffer text, to fix
25166 bugs in the former.
25167
25168 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
25169
25170 * buffer.c (Fbuffer_local_value): New function.
25171 (syms_of_buffer): Defsubr it.
25172
25173 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25174 value of `cursor-in-non-selected-windows'.
25175
25176 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25177 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25178 (syms_of_xdisp): Initialize it.
25179
25180 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25181
25182 * xfns.c (Fx_create_frame): Doc fix.
25183
25184 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25185 keyword].
25186
25187 * eval.c (top_level_value, top_level_set): Remove commented and
25188 #ifdef'd-out code.
25189 (Fdefvar): Fix usage in doc-string.
25190
25191 2001-11-03 Richard M. Stallman <rms@gnu.org>
25192
25193 * xfns.c: Include unistd.h, if it exists.
25194
25195 * editfns.c: Move the include of ctype.h after unistd.h.
25196
25197 * gmalloc.c: Test BROKEN_PROTOTYPES.
25198
25199 2001-11-03 Ken Raeburn <raeburn@gnu.org>
25200
25201 * lisp.h (CHECK_STRING_CAR): New macro.
25202 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25203 treating XCAR and XCDR as lvalues.
25204 (openp): Use CHECK_STRING_CAR.
25205 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
25206
25207 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
25208
25209 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25210 (SIGMASKTYPE): Define.
25211
25212 * syssignal.h (sigunblock): Don't define if already defined.
25213
25214 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25215
25216 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25217 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25218 Fix typos in comments.
25219
25220 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25221 and #ifdef'd-out code.
25222 Fix and reindent comments.
25223
25224 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
25225
25226 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25227 argument `i' in macros.
25228
25229 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25230 `i' in macros.
25231
25232 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25233 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25234 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25235 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25236 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25237 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25238 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25239 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25240 in macros.
25241
25242 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25243 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25244 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25245 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25246 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25247 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25248 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25249 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25250 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25251 (remove unused second argument).
25252
25253 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
25254
25255 * syntax.c (describe_syntax): New wrapper.
25256 (Finternal_describe_syntax_value): Rename from describe_syntax.
25257 Don't insert space at front and \n at the end.
25258 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
25259
25260 * regex.c (re_wctype): Try to fix some warnings.
25261 (regcomp, regexec): Don't forget the __restrict.
25262
25263 2001-11-02 Richard M. Stallman <rms@gnu.org>
25264
25265 * textprop.c (Fget_char_property): Doc fix.
25266
25267 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25268
25269 * process.c (Fstart_process): Add usage to doc-string.
25270
25271 * data.c (Fsetq_default): Ditto.
25272
25273 * callint.c (Finteractive): Ditto.
25274
25275 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
25276
25277 * macros.c: Don't include keymap.h any more.
25278
25279 2001-11-01 Richard M. Stallman <rms@gnu.org>
25280
25281 * data.c (Fmake_local_variable): Doc fix.
25282
25283 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25284 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
25285
25286 * keymap.c (Fdescribe_buffer_bindings): Print character property
25287 bindings along with or instead of the buffer local map.
25288 Make the overriding maps override what they should.
25289
25290 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25291
25292 * window.c (grow_mini_window): Fix typo in comment.
25293
25294 2001-11-01 Gerd Moellmann <gerd@gnu.org>
25295
25296 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
25297 (XTset_vertical_scroll_bar): Likewise.
25298
25299 * xfns.c (x_build_heuristic_mask): Use four_corners_best
25300 instead of IMAGE_BACKGROUND.
25301
25302 * xfns.c (four_corners_best): Reindent.
25303
25304 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
25305 Handle :box so that it is possible to specify sexprs.
25306
25307 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
25308
25309 * s/hpux11.h: New file.
25310
25311 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25312
25313 * emacs.c (USAGE1): Show command line option --no-window-system
25314 instead of --no-windows in usage.
25315 (standard_args): Rename --no-windows to --no-window-system.
25316 (bug_reporting_address): Follow Emacs coding conventions.
25317
25318 * eval.c (Fcommandp): Doc fix.
25319 Change doc-string comments to `new style' [w/`doc:' keyword].
25320
25321 * frame.c (Fframe_live_p): Doc fix.
25322
25323 * buffer.c (selective-display-ellipses): Doc fix.
25324
25325 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25326
25327 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
25328
25329 * xfaces.c (realize_x_face): If C is not a single-byte character,
25330 set the face's colors_copied_bitwise_p instead of the defaulted_p
25331 members which have a different meaning.
25332 (free_face_colors): Do nothing for a face whose colors have been
25333 copied bitwise.
25334
25335 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
25336
25337 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25338
25339 * marker.c, mocklisp.c: Change doc-string comments to `new style'
25340 [w/`doc:' keyword].
25341
25342 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25343
25344 * fns.c (require_unwind): Return Lisp_Object.
25345
25346 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25347
25348 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
25349 (last-input-char): Revert doc-string to be the same as the
25350 doc-string of `last-input-event'.
25351
25352 * xdisp.c: Fix typos in comments.
25353
25354 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25355
25356 * window.c (grow_mini_window): Handle case that the root
25357 window is already smaller than the nominal mininum height.
25358
25359 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
25360
25361 * emacs.c (main): Don't call keys_of_macros any more.
25362
25363 * lisp.h (keys_of_macros): Remove.
25364
25365 * macros.c (keys_of_macros): Remove.
25366
25367 * xfaces.c (Fface_attribute_relative_p): Declare args.
25368
25369 2001-10-30 Jason Rumney <jasonr@gnu.org>
25370
25371 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
25372 (enum_font_cb2): Ignore fonts with vertical orientation.
25373
25374 2001-10-30 Richard M. Stallman <rms@gnu.org>
25375
25376 * keyboard.c (Finput_pending_p): Doc fix.
25377
25378 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25379
25380 * xterm.c (x_after_update_window_line): Don't run the code
25381 clearing in borders for rows whose visible height is 0.
25382
25383 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
25384 resized_p flag is set. If not set, use the much less flickering
25385 method previously used.
25386
25387 * dispnew.c (change_frame_size_1): Set frame's resized_p.
25388
25389 * frame.h (struct frame) <resized_p>: New member.
25390
25391 * lread.c (to_multibyte): Ensure read_buffer is at least twice
25392 as large as the number of bytes to convert.
25393
25394 * lread.c (to_multibyte): New function.
25395 (read1): Use it.
25396
25397 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
25398
25399 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
25400
25401 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25402
25403 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
25404 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
25405 if the row's fill_line_p is set and drawing the last glyph with
25406 DRAW_IMAGE_{RAISED,SUNKEN}.
25407
25408 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
25409
25410 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
25411
25412 * xmenu.c: Include coding.h and charset.h.
25413 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
25414 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
25415 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
25416 Explicitly set wv->help. Use `TRUE' rather than `True'.
25417 (menu_help_callback): Use empty_string.
25418
25419 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
25420 (Fx_popup_dialog): Explicitly init f.
25421 (w32_menu_display_help): Use empty_string.
25422
25423 2001-10-29 Richard M. Stallman <rms@gnu.org>
25424
25425 * fns.c (Frequire): Detect recursive try to require the same
25426 feature 3 or more levels deep, and get error.
25427 (require_unwind): New subroutine.
25428 (require_nesting_list): New variable.
25429 (syms_of_fns): Init and staticpro it.
25430
25431 * print.c (print_object): Clarify indication of insertion type.
25432
25433 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
25434
25435 * coding.c (syms_of_coding): Document that locale-coding-system is
25436 used for decoding input on X.
25437
25438 * window.c (Fscroll_left, Fscroll_right): Doc fix.
25439
25440 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25441
25442 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
25443 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
25444
25445 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25446
25447 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
25448 use NO_CURSOR if cursor_in_non_selected_windows is false.
25449
25450 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
25451 the slant attribute if FRAME is t.
25452
25453 * xfns.c (x_set_internal_border_width): Set frame garbaged
25454 when X window doesn't exist yet.
25455
25456 * xterm.c (x_after_update_window_line): Clear internal border
25457 in different circumstances.
25458
25459 * xterm.c (XTread_socket) <KeyPress>: Don't use
25460 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
25461 <handa@etl.go.jp>.
25462
25463 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
25464
25465 * m/ibms390.h: New file. From Adam Thornton
25466 <athornton@sinenomine.net>.
25467
25468 2001-10-28 Gerd Moellmann <gerd@gnu.org>
25469
25470 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
25471
25472 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
25473 a loop counter.
25474
25475 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25476
25477 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
25478
25479 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
25480 keyword].
25481 Fix typos in comments.
25482
25483 * emacs.c (bug_reporting_address): New function.
25484 Use it when displaying usage message.
25485
25486 * minibuf.c (read_minibuf): Remove unused external declaration of
25487 variable `Qread_only'.
25488
25489 * keymap.c (access_keymap): Remove unused variable `charset'.
25490
25491 2001-10-28 Miles Bader <miles@gnu.org>
25492
25493 * xfaces.c (merge_face_heights): Handle TO being relative as well.
25494 Remove #ifdef'd-out code.
25495 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
25496 (syms_of_xfaces): Initialize them.
25497
25498 2001-10-27 Jason Rumney <jasonr@gnu.org>
25499
25500 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
25501 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
25502 position using the system caret.
25503
25504 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
25505 (w32_system_caret_height, w32_system_caret_x)
25506 (w32_system_caret_y): New variables for tracking system caret.
25507 (w32_initialize): Initialize them.
25508 (x_display_and_set_cursor): Make system caret follow the active cursor.
25509
25510 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
25511 New messages types.
25512
25513 * w32term.c (note_mouse_highlight): Clear old help_echo.
25514
25515 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25516
25517 * xterm.c: Fix typo in a comment.
25518
25519 * emacs.c: Fix typos in comments.
25520 Remove unnecessary spaces.
25521 Change doc-string comments to `new style' [w/`doc:' keyword].
25522 (USAGE2): Fix typos in usage string.
25523
25524 * xterm.c: Fix typo in a comment.
25525
25526 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
25527 emacs.c.
25528
25529 2001-10-27 Gerd Moellmann <gerd@gnu.org>
25530
25531 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
25532 instead of 1/2 line_height in the heuristic for skipping
25533 farther backward when target_y was not reached.
25534
25535 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
25536 Display errno only if non-zero.
25537 (sound_warning): New function.
25538 (vox_configure): Don't treat failing to set sample rate as error.
25539 (various places): Improve error messages.
25540
25541 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25542
25543 * fileio.c (Faccess_file): Run the argument filename through
25544 Fexpand_file_name, before using it.
25545
25546 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
25547 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
25548
25549 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25550
25551 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
25552
25553 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25554 Fix clearing in the case of scroll bars on the right.
25555
25556 2001-10-26 Juanma Barranquero <lektu@terra.es>
25557
25558 * w32gui.h (XImage): Add a dummy typedef.
25559
25560 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25561
25562 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
25563
25564 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
25565
25566 * frame.c (Fframe_parameter): Fix last change.
25567
25568 * fileio.c: Revert last change (which removed old commented-out
25569 version of expand-file-name). Add a comment that explains why
25570 this old version should not be removed.
25571
25572 2001-10-25 Gerd Moellmann <gerd@gnu.org>
25573
25574 * frame.c (Fframe_parameter): Fix a bug whereby some
25575 ``artificial'' frame parameters, like `minibuffer' were not
25576 obtained by calling Fframe_parameters.
25577
25578 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
25579 cursor differently.
25580
25581 * xdisp.c (move_it_vertically_backward): Compute line height
25582 differently. Add heuristic to try to be more compatible to 20.x.
25583
25584 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25585
25586 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
25587
25588 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
25589 boolean.
25590
25591 2001-10-25 Miles Bader <miles@gnu.org>
25592
25593 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
25594 BG is a pointer to a structure, not a structure.
25595 (gif_format, png_format): Add missing commas.
25596
25597 2001-10-24 Richard M. Stallman <rms@gnu.org>
25598
25599 * xfaces.c (Fface_attributes_as_vector): New function.
25600 (syms_of_xfaces): Defsubr it.
25601
25602 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25603
25604 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
25605 variable `area'.
25606
25607 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25608
25609 * search.c (scan_newline): Remove unused variable `selective_display'.
25610
25611 2001-10-25 Miles Bader <miles@gnu.org>
25612
25613 * dispextern.h (struct image): Add `background',
25614 `background_valid', and `background_transparent' fields.
25615 (image_background, image_background_transparent): New declarations.
25616 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
25617 * xfns.c (image_background, image_background_transparent)
25618 (four_corners_best): New functions.
25619 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25620 (gs_format): Add `:background' entry.
25621 (lookup_image): Set IMG's background color if specified.
25622 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25623 when appropriate.
25624 (x_clear_image_1): Reset `background_valid' and
25625 `background_transparent_valid' fields.
25626 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25627 calculating it here. Set IMG's background_transparent field.
25628 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25629 (enum png_keyword_index): Add PNG_BACKGROUND.
25630 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25631 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25632 (enum gif_keyword_index): Add GIF_BACKGROUND.
25633 (enum gs_keyword_index): Add GS_BACKGROUND.
25634 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25635 Pre-calculate image background color where necessary.
25636 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25637 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25638 color to use for image glyph reliefs.
25639
25640 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25641
25642 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
25643 in full-width rows.
25644
25645 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25646 Fix clearing of area not covered by scroll bar.
25647
25648 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25649
25650 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
25651 and `real_start'.
25652 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
25653 (glyph_rect): Remove unused variable `area'.
25654
25655 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25656
25657 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
25658
25659 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
25660 (row_containing_pos): Take additional argument DY.
25661 Treat rows ending in middle of char differently.
25662 (display_line): Handle tabs on window systems differently.
25663
25664 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
25665 with additional argument.
25666
25667 * dispextern.h (row_containing_pos): Adjust prototype.
25668
25669 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
25670 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
25671 (try_window_id, try_window_reusing_current_matrix)
25672 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
25673 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
25674
25675 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25676
25677 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
25678 gnuemacs).
25679 (HAVE_BOXES): Fix typo in comment.
25680 (push_menu_pane): Fix typo in comment.
25681
25682 * xdisp.c (display_prop_string_p): Remove unused local declaration
25683 of `Qwhen'.
25684 (single_display_prop_string_p): Remove unused local declarations
25685 of `Qwhen' and `Qmargin'.
25686 (string_buffer_position): Remove unused variable `around'.
25687 (store_frame_title): Remove unused variable `width'.
25688
25689 * window.c: Don't define max.
25690 (coordinates_in_window): Remove unused variable `uy'.
25691
25692 * widget.c: Don't define max.
25693
25694 * process.c: Don't define max.
25695 (create_process): Remove unused variable `buffer'.
25696
25697 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25698
25699 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
25700
25701 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
25702
25703 * xfaces.c (Finternal_set_lisp_face_attribute)
25704 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
25705 frame is on a windowed display.
25706
25707 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25708
25709 * dispnew.c (sync_window_with_frame_matrix_rows):
25710 Fix handling of windows which aren't full-width, fix handling
25711 of marginal areas.
25712
25713 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
25714
25715 2001-10-23 Andreas Schwab <schwab@suse.de>
25716
25717 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
25718 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
25719
25720 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25721
25722 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
25723 REAL_END. Notice if cursor gets overwritten.
25724 (notice_overwritten_cursor): Take X positions as parameters.
25725 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25726 around call to x_draw_glyphs.
25727
25728 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25729
25730 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
25731 instead of C) and usage.
25732
25733 * editfns.c (char-to-string): Fix argument names (use CHAR instead
25734 of C) and usage.
25735
25736 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
25737 `left', `max_width' and `max_height'.
25738
25739 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25740
25741 * xdisp.c (display_line): For a tab continued to the next line,
25742 set row's ends_in_middle_of_char_p.
25743
25744 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25745
25746 * xdisp.c (display_line): Fix computation of continuation lines
25747 width for TABs.
25748
25749 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25750
25751 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
25752 `Qlaplace'.
25753
25754 * fileio.c: Remove unused code.
25755
25756 2001-10-22 Miles Bader <miles@gnu.org>
25757
25758 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
25759 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
25760 Remove `DOC_STRINGS_IN_COMMENTS' cases.
25761
25762 2001-10-21 Jason Rumney <jasonr@gnu.org>
25763
25764 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
25765
25766 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
25767
25768 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
25769 (Finsert_string): Avoid the multi-line string literals warning.
25770
25771 2001-10-22 Miles Bader <miles@gnu.org>
25772
25773 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
25774 (Fdocumentation): Don't use it.
25775 (syms_of_doc): Don't initialize it.
25776
25777 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
25778 * print.c (Fwith_output_to_temp_buffer): Likewise.
25779 * window.c (Fsave_window_excursion): Likewise.
25780 * editfns.c (Fsave_excursion, Fsave_current_buffer)
25781 (Fsave_restriction): Likewise.
25782 * eval.c (Frun_hooks, Frun_hook_with_args)
25783 (Frun_hook_with_args_until_failure)
25784 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
25785 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
25786 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
25787 (Funwind_protect, Fcondition_case): Likewise.
25788 * coding.c (Ffind_operation_coding_system): Likewise.
25789 * keyboard.c (Ftrack_mouse): Likewise.
25790
25791 2001-10-21 Miles Bader <miles@gnu.org>
25792
25793 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
25794 (Fmake_hash_table): Add usage: string to doc string.
25795 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
25796 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
25797 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
25798 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
25799 (Fml_prefix_argument_loop): Likewise.
25800
25801 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25802
25803 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
25804
25805 * sysdep.c (init_sys_modes): Change doc-string comments to `new
25806 style' [w/`doc:' keyword].
25807
25808 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
25809 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
25810 comments to `new style' [w/`doc:' keyword].
25811
25812 2001-10-21 Jason Rumney <jasonr@gnu.org>
25813
25814 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
25815
25816 * w32term.c (remember_mouse_glyph): New function.
25817 (w32_mouse_position): Use it.
25818 (note_mouse_movement): If the mouse moved off the glyph, remember
25819 its new position.
25820
25821 * w32term.h (struct w32_output): Correct spelling of x_compatible.
25822 (w32_display_info): Add mouse_face_overlay.
25823
25824 * w32term.c (notice_overwritten_cursor): Renamed from
25825 note_overwritten_text_cursor. Rewritten to take glyph widths into
25826 account.
25827 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
25828 (fast_find_string_pos): New function.
25829 (fast_find_position): Return the correct vpos. Add parameter
25830 STOP. In the final row, stop before glyphs having STOP as object.
25831 Don't consider glyphs that are not from a buffer.
25832 (fast_find_position) [0]: Add a presumably more correct version
25833 for after 21.1.
25834 (expose_window_tree, expose_frame): Don't compute intersections here.
25835 (expose_window): Do it here instead.
25836 (expose_window_tree, expose_window, expose_line): Return 1 when
25837 overwriting mouse-face.
25838 (expose_window): If W is the window currently being updated, mark
25839 the frame garbaged.
25840 (expose_frame): If mouse-face was overwritten, redo it.
25841 (x_use_underline_position_properties): New variable.
25842 (syms_of_xterm): DEFVAR_BOOL it.
25843 (x_draw_glyph_string): Add comment to use it in future.
25844 (x_draw_glyph_string): Restore clipping after drawing box.
25845 Fix a computation of the underline position.
25846 (w32_get_glyph_string_clip_rect): Minor cleanup.
25847 (x_fill_stretch_glyph_string): Remove an assertion.
25848 (x_produce_glyphs): Don't convert multibyte characters
25849 to unibyte characters in unibyte buffers.
25850 (cursor_in_mouse_face_p): New function.
25851 (x_draw_stretch_glyph_string): Use it to choose a different GC
25852 when drawing a cursor within highlighted text. Don't draw
25853 background again if it has already been drawn.
25854 (x_draw_glyph_string_box): Don't draw a full-width
25855 box just because the glyph row's full_width_p flag is set.
25856 (x_draw_glyphs): Fix computation of rightmost x for
25857 full-width rows.
25858 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
25859 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
25860 change bottom shadow accordingly. Some cleanup.
25861 (x_update_window_end): Handle overwritten mouse face
25862 also for tool bar windows.
25863 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
25864 DRAW is DRAW_IMAGE_RAISED.
25865 (clear_mouse_face): Return 1 if text with mouse face was
25866 actually redrawn. Make the function static.
25867 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
25868 optimize away highlighting if we pass over that same overlay again.
25869 (note_mouse_highlight): Call mouse_face_overlay_overlaps
25870 to detect a case where we have to highlight a different region
25871 despite not having left the currently highlighted region.
25872 Set mouse_face_overlay in the x_display_info. Avoid changing the
25873 mouse pointer shape when show_mouse_face has already done it, or
25874 there is no need. Handle mouse-face and help-echo in strings.
25875 (glyph_rect): New function.
25876 (w32_mouse_position): Use it to raise the threshold for mouse
25877 movement event generation.
25878 (w32_initialize_display_info): Initialize the x_display_info's
25879 mouse_face_overlay.
25880 (w32_set_vertical_scroll_bar): Don't clear a zero height
25881 or width area.
25882 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
25883 a widget to zero height.
25884
25885 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
25886 Protect unibyte strings created by replacing their multibyte
25887 equivalents in menu_items.
25888 (w32_menu_show): Don't overwrite an item's name with its key
25889 description in case the description is a multibyte string.
25890 (single_submenu): Some cleanup.
25891
25892 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
25893 (postprocess_image): New function.
25894 (lookup_image): Call it for all image types except PostScript.
25895 (x_kill_gs_process): Call postprocess_image.
25896 (tiff_error_handler, tiff_warning_handler): New functions.
25897 (tiff_load): Install them as handlers.
25898 (x_kill_gs_process): Recognize if someone has cleared the image
25899 cache under us.
25900 (valid_image_p): Protect better against invalid image
25901 specifications. Previous code could signal an error.
25902 (Fx_hide_tip, Fshow_tip): Doc fix.
25903 (Fv_max_tooltip_size): New variable.
25904 (syns_of_xfns): DEFVAR_LISP it.
25905 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
25906 window buffer to *tip* right after creating the frame. Set frame's
25907 window_width. Use a maximum tooltip size specified by
25908 Vx_max_tooltip_size, if that has valid contents.
25909 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
25910 Make sure the tooltip is completely visible.
25911 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
25912 (Fx_create_frame): Adjust the frame's height for presence
25913 of the tool bar before calling x_figure_window_size.
25914 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
25915 when the window gets smaller.
25916 (x_set_foreground_color): Set frame's cursor_pixel.
25917 (x_set_foreground_color, x_set_background_color): Cleaned up.
25918 (x_set_font): Handle case of x_new_fontset returning the same name
25919 as before, although there was a change in fontsets.
25920
25921 2001-10-21 Miles Bader <miles@gnu.org>
25922
25923 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
25924 (Flogxor): Add usage: string to doc string.
25925 * charset.c (Fstring): Likewise.
25926 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
25927 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
25928
25929 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25930
25931 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
25932
25933 * alloc.c: Reindent DEFUNs with doc: keywords.
25934
25935 * abbrev.c (Finsert_abbrev_table_description): Reindent.
25936
25937 * frame.c: Change doc-string comments to `new style' [w/`doc:'
25938 keyword].
25939
25940 See ChangeLog.9 for earlier changes.
25941
25942 ;; Local Variables:
25943 ;; coding: iso-2022-7bit
25944 ;; End:
25945
25946 Copyright (C) 2001, 2002, 2003, 2004, 2005,
25947 2006 Free Software Foundation, Inc.
25948 Copying and distribution of this file, with or without modification,
25949 are permitted provided the copyright notice and this notice are preserved.
25950
25951 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4