(redisplay_window): Only try to make cursor line fully
[emacs.git] / src / ChangeLog
blobf2678e68ef56cc5eea7027237e70dbd7548ef609
1 2005-01-24  Kim F. Storm  <storm@cua.dk>
3         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
4         direction if window height was smaller than next-screen-context-lines.
5         Now always scroll at least one line in the requested direction.
6         Ensure that we actually do scroll backwards when requested to do so.
8         * xdisp.c (redisplay_window): Only try to make cursor line fully
9         visible once (to avoid redisplay loop).
11 2005-01-23  Kim F. Storm  <storm@cua.dk>
13         * window.c (Fpos_visible_in_window_p): Simplify return value for
14         partially visible rows.
15         (window_scroll_pixel_based): Adapt to that change.
17         * window.c (window_scroll_pixel_based): Force moving to next line
18         if scrolling doesn't move start point, e.g. if looking at tall image.
20         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
21         Clear last_height before calling line_bottom_y to get real height.
22         Fix calculation of y.
24 2005-01-22  Steven Tamm  <steventamm@mac.com>
26         * s/darwin.h: Removed PTY_ITERATION from here.
27         (DARWIN): Defined.
28         * process.c (init_process): Default process-connection-type to
29         nil on darwin 6 or less, t if it is 7 or higher.  This way the
30         broken pty behavior is still allowed on darwin 6 for interactive
31         processes for people that know what they are doing.
33 2005-01-22  Kim F. Storm  <storm@cua.dk>
35         * window.c (auto_window_vscroll_p): New boolean.
36         (syms_of_window): DEFVAR_BOOL it.
37         (Fpos_visible_in_window_p): Extend return value to include RTOP
38         and RBOT values if FULLY is nil.
39         (window_scroll_pixel_based): Adjust vscroll for partially visible
40         rows if auto_window_vscroll_p is set.
41         (Fset_window_vscroll): Do nothing if vscroll is not modified.
43         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
44         to return number of partially invisible pixels at top and bottom
45         of the dislay row at POS.
47         * lisp.h (pos_visible_p): Fix prototype.
49 2005-01-21  Richard M. Stallman  <rms@gnu.org>
51         * fileio.c (Fcopy_file): Doc fix.
53 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
55         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
56         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
57         start of function for older compilers.
59 2005-01-20  Richard M. Stallman  <rms@gnu.org>
61         * editfns.c (Fmessage): If arg is "", return "" (as before).
63         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
65         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
66         variable.
68 2005-01-20  Steven Tamm  <steventamm@mac.com>
70         * editfns.c (Voperating_system_release): Added.
71         (init_editfns): Assign new variable operating-system-release
72         based on call to uname if available.
73         (get_operating_system_release): Added function to
74         allow c-level access to operating system release.
76         * config.h: Regenerated.
78         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
79         less.
80         (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
81         using ptys as '7'.
83 2005-01-20  Kim F. Storm  <storm@cua.dk>
85         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
87         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
88         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
90         * macterm.c (x_draw_glyph_string_box): Likewise.
92         * w32term.c (x_draw_glyph_string_box): Likewise.
94         * indent.c (Fvertical_motion): Temporarily disable selective display.
96 2005-01-19  Kim F. Storm  <storm@cua.dk>
98         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
99         image property.
101         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
103 2005-01-18  Kim F. Storm  <storm@cua.dk>
105         * xdisp.c (fast_find_position): Backtrack to find first row if
106         charpos is inside a display overlay that spans multiple lines.
108 2005-01-18  Kenichi Handa  <handa@m17n.org>
110         * coding.c (decode_coding_iso2022): Translate invalid codes if
111         translation-table is specified.
113 2005-01-18  Kim F. Storm  <storm@cua.dk>
115         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
116         change.  If handle_display_prop indicates newline is replaced by
117         image or text, move back to start of relevant overlay or interval
118         and continue scan from there.  Simplify.
120 2005-01-17  Kim F. Storm  <storm@cua.dk>
122         * dispnew.c (mode_line_string, marginal_area_string): Fix
123         off-by-one error in search for glyph.
125 2005-01-16  Kim F. Storm  <storm@cua.dk>
127         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
129 2005-01-16  Steven Tamm  <steventamm@mac.com>
131         * macterm.c (mac_to_x_fontname): Removed spurious argument.
133 2005-01-16  Andreas Schwab  <schwab@suse.de>
135         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
137 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
139         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
140         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
142 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
144         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
145         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
146         New flags for readable_events.
147         (get_filtered_input_pending, readable_filtered_events): Removed.
148         (tracking_off): Call readable_events and get_input_pending with
149         flag READABLE_EVENTS_DO_TIMERS_NOW.
150         (readable_events): Move code from old readable_filtered_events here,
151         but check new READABLE_EVENTS_* in argument flags instead of previous
152         two boolean arguments do_timers_now and filter_events.
153         If we are doing mouse tracking and the mouse moved, return only if
154         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
155         (swallow_events): Call get_input_pending with flag
156         READABLE_EVENTS_DO_TIMERS_NOW.
157         (get_input_pending): Move code from old get_filtered_input_pending
158         here.  Replace boolean arguments do_timers_now, filter_events with
159         flags, and pass flags to readable_events.  Document new
160         READABLE_EVENTS_* flags.
161         (detect_input_pending_ignore_squeezables): New function.
162         (detect_input_pending_run_timers): Call get_input_pending with flag
163         READABLE_EVENTS_DO_TIMERS_NOW.
164         (Finput_pending_p): Call get_input_pending with flags
165         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
167         * dispnew.c (update_window, update_frame_1): Replace calls to
168         detect_input_pending with detect_input_pending_ignore_squeezables
169         so that redisplay is not paused if the event queue contains only
170         mouse movements.
172         * lisp.h: Declare detect_input_pending_ignore_squeezables.
174 2005-01-15  Steven Tamm  <steventamm@mac.com>
176         * macterm.c (Vmac_use_core_graphics): Declare variable for
177         mac-allow-anti-aliasing.
178         (syms_of_macterm): DEFVAR_LISP and initialize it.
179         (mac_draw_string_common): Use core graphics text rendering if
180         mac-allow-anti-aliasing is enabled.
182         * macfns.c (Fx_file_dialog): Save As dialog includes only the
183         file name in the text box.
185 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
187         * macfns.c (x_set_foreground_color, x_set_background_color): Sync
188         with xfns.c.
189         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
190         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
191         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
193 2005-01-14  Kim F. Storm  <storm@cua.dk>
195         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
197 2005-01-13  Richard M. Stallman  <rms@gnu.org>
199         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
200         if Voverriding_terminal_local_map is non-nil.
202         * keyboard.c (syms_of_keyboard): Doc fix.
204 2005-01-13  Kim F. Storm  <storm@cua.dk>
206         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
207         (specify 0 for FACE instead). Reorder arg list.  Doc fix.
209 2005-01-12  Richard M. Stallman  <rms@gnu.org>
211         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
212         face property for characters that don't specify one.
214         * fns.c (Frequire): Record in load-history unconditionally.
216 2005-01-10  Kim F. Storm  <storm@cua.dk>
218         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
220         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
221         Callers changed.
222         Add support to merge with lisp face id too (if face_name is t).
224         * xdisp.c (get_next_display_element, next_element_from_display_vector):
225         Don't lookup lface_id from display table glyphs here; instead use
226         merge_faces to merge the lisp face id into current face.
228 2005-01-09  Kim F. Storm  <storm@cua.dk>
230         * dispextern.h (struct it): New member dpvec_face_id.
231         (merge_into_realized_face): Add prototype.
233         * xfaces.c (merge_into_realized_face): New function.  Used to
234         merge escape-glyph face or face from display table into current face.
236         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
237         (syms_of_xdisp): DEFVAR_LISP it.
238         (escape_glyph_face): Remove var.
239         (redisplay_window): Don't initialize it.
240         (setup_for_ellipsis, get_next_display_element):
241         Set it->dpvec_face_id to -1.
242         (get_next_display_element): Test Vshow_nonbreak_escape.
243         Do not setup escape_glyph_face.
244         Properly merge escape-glyph face or face from display table with
245         current face for escape and control characters.  Set
246         it->dpvec_face_id to relevant face id instead of adding it to each
247         element of display vector.
248         (next_element_from_display_vector): If it->dpvec_face_id is set,
249         use that instead of lface_id from glyph itself.
251 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
253         * xterm.h (struct x_output): New member, toolbar_detached.
255         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
256         38.
257         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
258         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
259         (xg_create_tool_bar): Initialize toolbar_detached.
260         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
261         toolbar_detached is zero.
263 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
265         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
266         gtk_menu_popup if not for_click, so callbacks for the menu are called.
268         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
269         (xg_tool_bar_callback, xg_tool_bar_help_callback)
270         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
271         warning.
273         * xselect.c (x_get_foreign_selection, x_fill_property_data)
274         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
275         XFLOAT_DATA to get extract number from Lisp object.
277 2005-01-07  Kim F. Storm  <storm@cua.dk>
279         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
280         Set stop_charpos to current charpos instead of 0.
282 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
284         * xdisp.c (Fformat_mode_line): First arg now required.
286 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
288         * macterm.c (XLoadQueryFont): Correctly handle 0 size
289         font widths that are returned from some Japanese fonts.
291 2005-01-06  Kim F. Storm  <storm@cua.dk>
293         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
294         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
295         (destroy_fringe_bitmap): Set fringe_faces element to nil.
296         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
297         fringe_faces array and init elements to nil.
298         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
299         non-persistent face id.
300         (mark_fringe_data): New function for GC.
302         * alloc.c (mark_fringe_data): Declare extern.
303         (Fgarbage_collect): Call mark_fringe_data.
305         * alloc.c (overrun_check_free): Invalidate freed memory if
306         XMALLOC_CLEAR_FREE_MEMORY is defined.
308 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
310         * macfns.c: Include sys/param.h.
311         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
312         and function.
313         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
314         of filename string.  Set event callback function when creating
315         dialog boxes.  Add code conversions for filenames.  Don't dispose
316         apple event descriptor record if failed to create it.
318         * macterm.c: Include sys/param.h.
319         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
320         kEventWindowUpdate.
321         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
322         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
323         of FSSpec from apple event descriptor record.
324         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
325         size of filename string.
326         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
327         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
328         file dialog is in action.
329         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.  Reject
330         only when there are no filename items.  Set background color
331         before (un)highlighting the window below the dragged items.
332         (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
334 2005-01-05  Romain Francoise  <romain@orebokech.com>
336         * term.c (encode_terminal_code): Fix buffer size computation.
338 2005-01-04  Richard M. Stallman  <rms@gnu.org>
340         * xdisp.c (Fformat_mode_line): Doc fix.
342 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * alloc.c (refill_memory_reserve): Move.
345         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
346         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
348 2005-01-03  Richard M. Stallman  <rms@gnu.org>
350         * window.c (window_scroll_pixel_based): Don't correct preserve_y
351         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
353 2005-01-03  Jason Rumney  <jasonr@gnu.org>
355         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
356         fontp->space_width to FONT_WIDTH so they are valid.
358         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
359         average width. Set fontp->average_width and fontp->space_width to
360         their appropriate values.
362         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
363         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
364         fontp->space_width.
366 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
368         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
369         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
370         metrics for max and min bounds.
371         (x_load_font): Correctly calculate average font width metrics.
373 2005-01-02  Richard M. Stallman  <rms@gnu.org>
375         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
377 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
379         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
381 2004-12-31  Richard M. Stallman  <rms@gnu.org>
383         * xdisp.c (setup_for_ellipsis, get_next_display_element):
384         Set it->ellipsis_p to 1 or 0.
385         (display_line): Record whether row ends in mid-ellipsis.
386         (set_cursor_from_row): If ends in ellipsis. find start of it.
387         (cursor_row_p): If PT's at the end of the ellipsis the row
388         ends within, don't display cursor on this row.
390         * dispextern.h (struct it): New element ellipsis_p.
391         (struct glyph_row): New element ends_in_ellipsis_p.
393         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
394         position if we're reading from something other than the buffer.
396         * window.c (window_scroll_pixel_based): Only look at
397         Vscroll_preserve_screen_position if the old PT can't be kept.
398         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
400 2004-12-30  Kim F. Storm  <storm@cua.dk>
402         * xdisp.c (get_line_height_property): New function extracted from
403         original calc_line_height_property.
404         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
405         (x_produce_glyphs): Use them to handle line-height and
406         line-spacing according to new height spec.
407         (Qtotal): Remove.
408         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
410 2004-12-30  Kenichi Handa  <handa@m17n.org>
412         * fileio.c (Finsert_file_contents): Don't use
413         current_buffer->buffer_file_coding_system even if REPLACE is
414         non-nil.  Call Qafter_insert_file_set_coding with the second arg
415         VISIT.
417         * fontset.h (struct font_info): New members space_width and
418         average_width.
420         * frame.h (struct frame): New member space_width.
421         (FRAME_SPACE_WIDTH): New macro.
423         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
425         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
426         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
427         fontp->space_width.
428         (x_load_font): Calculate fontp->space_width and
429         fontp->average_width.
430         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
432         * xdisp.c (x_produce_glyphs): Calculate tab width by
433         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
435 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
437         * macterm.c (SelectionRange): Add Xcode position apple event struct.
438         (do_ae_open_documents): Handle Xcode-style file position open
439         events.
441 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
443         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
445 2004-12-29  Richard M. Stallman  <rms@gnu.org>
447         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
449 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
451         * macfns.c (install_window_handler): Modify extern to return OSErr
452         value.
453         (mac_window): Handle return value of install_window_handler.
455         * macterm.c (reflect_byte): Remove function.
456         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
457         Lookup table instead.
458         (mac_do_font_lists): Simplify calculation of the longest
459         nonspecial string.
460         (init_mac_drag_n_drop): Remove function and declaration.
461         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
462         init_mac_drag_n_drop.
463         (mac_do_track_drag): New function and declaration.
464         (install_window_handler): Return OSErr value.
465         (install_window_handler) [TARGET_API_MAC_CARBON]: Register
466         handlers for tracking/receiving drag-and-drop items.
467         (do_ae_open_documents): Generate unibyte strings for filenames.
468         (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.  Reject
469         only non-filename items.  Set event modifiers.  Set return value.
471 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
473         * coding.c (decode_coding): Fix previous change.
475 2004-12-28  Richard M. Stallman  <rms@gnu.org>
477         * xdisp.c (back_to_previous_visible_line_start):
478         Don't call handle_display_prop.
480 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
482         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
483         (decode_coding_emacs_mule, encode_coding_emacs_mule)
484         (decode_coding_iso2022, encode_designation_at_bol)
485         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
486         (decode_coding): Constify arguments and local vars.
488 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
490         * xmenu.c (popup_get_selection): Only pop down dialogs
491         on C-g and Escape.
492         (popup_get_selection): Remove parameter down_on_keypress.
493         (create_and_show_popup_menu, create_and_show_dialog): Remove
494         parameter down_on_keypress to popup_get_selection.
496 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
498         * dispextern.h: Change HAVE_CARBON to MAC_OS.
499         (struct glyph_string): Likewise.
501         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
502         mac_initialize.
504         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
505         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
507         * fns.c (vector): Change MAC_OSX to MAC_OS.
509         * frame.c (x_set_frame_parameters, x_report_frame_params)
510         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
511         (x_set_border_width, Vdefault_frame_scroll_bars): Change
512         HAVE_CARBON to MAC_OS.
514         * image.c [MAC_OS]: Include sys/stat.h.
515         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
516         QuickTimeComponents.h.
518         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
519         [!MAC_OSX] (select): Use mac_wait_next_event.
520         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to
521         Vexec_suffixes.
522         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
523         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
524         (mac_clear_font_name_table): Add extern.
525         (Fmac_clear_font_name_table): New defun.
526         (syms_of_mac): Defsubr it.
527         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
528         [MAC_OSX] (select_and_poll_event): New function.
529         [MAC_OSX] (sys_select): Use it.
530         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
531         [MAC_OSX && SELECT_USE_CFSOCKET]
532         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
533         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
534         RunLoop for simultaneously monitoring two kinds of inputs, window
535         events and process outputs, without periodically polling.
537         * macfns.c (mac_initialized): Remove extern.
538         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
539         xfaces.c.
540         (strnicmp): Decrement `n' at the end of each loop, not the
541         beginning.
542         (check_mac): Use the term "Mac native windows" instead of "Mac
543         OS".
544         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
545         (mac_get_rdb_resource): New function (from w32reg.c).
546         (x_get_string_resource): Use it.
547         (install_window_handler): Add extern.
548         (mac_window): New function.
549         (Fx_create_frame): Use it instead of make_mac_frame.  Set
550         parameter for Qfullscreen.  Call x_wm_set_size_hint.
551         (Fx_open_connection, Fx_close_connection): New defuns.
552         (syms_of_macfns): Defsubr them.
553         (x_create_tip_frame) [TARGET_API_MAC_CARBON]: Add
554         kWindowNoUpdatesAttribute to the window attribute.
555         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
556         (x_create_tip_frame): Don't call ShowWindow.
557         (Fx_show_tip): Call ShowWindow.
558         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
559         TARGET_API_MAC_CARBON'.
560         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
561         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
563         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include
564         Windows.h.
565         (Window): Typedef to WindowPtr and move outside `#if
566         TARGET_API_MAC_CARBON'.
567         (XSizeHints): New struct.
569         * macterm.c (x_update_begin, x_update_end)
570         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
571         frame.
572         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
573         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
574         (construct_mouse_click): Put in #if 0.
575         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
576         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
577         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
578         (activate_scroll_bars, deactivate_scroll_bars)
579         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
580         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
581         if the position is neither user-specified nor program-specified.
582         (x_free_frame_resources): Free size_hints.
583         (x_wm_set_size_hint): Allocate size_hints if needed.  Set
584         size_hints.
585         (mac_clear_font_name_table): New function.
586         (mac_do_list_fonts): Initialize font_name_table if needed.
587         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
588         around mac_do_list_fonts.
589         (mac_unload_font): New function.
590         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
591         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
592         and definitions with #if TARGET_API_MAC_CARBON.
593         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
594         (install_window_handler): Add decl.
595         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
596         window.  Use UpdateControls.  Get the rectangle that should be
597         updated and restrict the target of expose_frame to it.
598         (do_grow_window): Set minimum height/width according to
599         size_hints.
600         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
601         (do_zoom_window): Don't use x_set_window_size.
602         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
603         (install_window_handler): New function.
604         [!USE_CARBON_EVENTS] (mouse_region): New variable.
605         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
606         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
607         GetEventDispatcherTarget inside BLOCK_INPUT.
608         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
609         Update mouse_region when mouse is moved.
610         (make_mac_frame): Remove.
611         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.  Initialize
612         mouse pointer shapes.  Change values of f->left_pos and
613         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.  Don't
614         call ShowWindow.
615         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
616         Vinvocation_name and Vsystem_name.
617         (mac_make_rdb): New function (from w32term.c).
618         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
619         already been opened.  Don't pass argument to
620         mac_initialize_display_info.  Don't set dpyinfo->height/width.
621         Add entries to x_display_list and x_display_name_list.
622         (x_delete_display): New function.
623         (mac_initialize): Don't call mac_initialize_display_info.
624         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
626         * macterm.h (check_mac): Add extern.
627         (struct mac_output): New member size_hints.
628         (FRAME_SIZE_HINTS): New macro.
629         (mac_unload_font): Add extern.
631         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
633         * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
635 2004-12-27  Richard M. Stallman  <rms@gnu.org>
637         * buffer.c (Fbuffer_disable_undo): Deleted (moved to simple.el).
638         (syms_of_buffer): Don't defsubr it.
640         * process.c (list_processes_1): Set undo_list instead
641         of calling Fbuffer_disable_undo.
643         * xdisp.c (single_display_spec_string_p): Renamed from
644         single_display_prop_string_p.
645         (single_display_spec_intangible_p): Renamed from
646         single_display_prop_intangible_p.
647         (handle_single_display_spec): Renamed from handle_single_display_prop.
648         Rewritten to be easier to understand.
650         Change in load-history format.  Functions now get (defun . NAME),
651         and variables get just NAME.
653         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
655         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
656         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
657         (Qdefvar): Var deleted.
658         (syms_of_eval): Don't initialze it.
660         * lread.c (syms_of_lread) <load-history>: Doc fix.
662 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
664         * xmenu.c (popup_get_selection): Pop down on C-g.
665         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
666         pops down menu on C-g.
667         (xdialog_show): If dialog popped down and no button in the dialog was
668         pushed, call Fsignal to quit.
669         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
670         Fsignal to quit.
672         * xfns.c (Fx_file_dialog): Motif/Lesstif version:  Pop down on C-g.
674         * gtkutil.c (xg_initialize): Install bindings for C-g so that
675         dialogs and menus pop down.
677 2004-12-27  Kenichi Handa  <handa@m17n.org>
679         * coding.c (code_convert_region): Fix calculation of `ratio'.
681 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
683         * gtkutil.c (update_frame_tool_bar): Make the value of
684         tool-bar-button-margin control margins of images in tool bar.
686         * alloc.c (check_depth): New variable.
687         (overrun_check_malloc, overrun_check_realloc): Only add
688         overhead and write check pattern if check_depth is 1 (to handle
689         recursive calls).  Increase/decrease check_depth in entry/exit.
690         (overrun_check_free): Only check for overhead if check_depth is 1.
691         Increase/decrease check_depth in entry/exit.
693 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
695         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
696         before touching input_available_clear_time, to avoid accessing it
697         from multiple threads.
699 2004-12-23  Jason Rumney  <jasonr@gnu.org>
701         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
702         of JPEG library.
704 2004-12-22  Richard M. Stallman  <rms@gnu.org>
706         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
708         * lisp.h (Vundo_outer_limit): Fix decl.
710         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
711         Uses changed.
712         (syms_of_undo): Initialize appropriately.
713         (truncate_undo_list): If it's nil, there's no limit.
715 2004-12-22  Kenichi Handa  <handa@m17n.org>
717         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
719 2004-12-21  Richard M. Stallman  <rms@gnu.org>
721         * eval.c (unwind_to_catch): Clear immediate_quit.
723         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
724         specially as `\ ' and `\-'.
726         * keyboard.c (kbd_buffer_store_event_hold):
727         In the code for while-no-input, handle immediate_quit.
729         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
730         Call that at the very start.
731         (undo_limit, undo_strong_limit, undo_outer_limit): Moved to undo.c.
732         (syms_of_alloc): Don't define undo-limit,
733         undo-strong-limit and undo-outer-limit here.
735         * undo.c (truncate_undo_list): Return void.
736         Take just one argument, the buffer.
737         Make it current, and inhibit recursive GC.
738         Access and update the undo list directly; return void.
739         Refer to the undo...limit variables directly.
740         Test undo_outer_limit only after counting the whole current command.
741         When it's exceeded, call the function in undo-outer-limit-function.
742         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
743         (Vundo_outer_limit_function): New variable.
744         (syms_of_undo): Define undo-limit, undo-strong-limit
745         and undo-outer-limit here, and undo-outer-limit-function.
746         Doc fixes.
748         * lisp.h (truncate_undo_list): Update decl.
750 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
752         * fileio.c (Fread_file_name): Delete duplicates in
753         file-name-history when history_delete_duplicates is true.
755 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
757         * macterm.c (mac_do_list_fonts): Fix memory leak
759 2004-12-20  Richard M. Stallman  <rms@gnu.org>
761         * regex.c (re_match_2_internal) <symend, wordend>:
762         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
764 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
766         * macterm.c (endif, x_font_name_to_mac_font_name): Use
767         maccentraleurroman instead of maccentraleuropean
768         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
769         quickly finding a specific font without needing regexps.
771 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
773         * syssignal.h: Declare main_thread.
774         (SIGNAL_THREAD_CHECK): New macro.
776         * keyboard.c (input_available_signal): Move thread checking code
777         to macro SIGNAL_THREAD_CHECK and call that macro.
778         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
780         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
782         * emacs.c: Define main_thread.
783         (main): Initialize main_thread.
784         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
785         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
787         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
789         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
791         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
793         * process.c (send_process_trap, sigchld_handler): Call
794         SIGNAL_THREAD_CHECK.
796         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
798         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
800         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
801         returning when xg_ignore_gtk_scrollbar is true.
803 2004-12-14  Kim F. Storm  <storm@cua.dk>
805         * keyboard.c (read_char): Save and restore echo_string when
806         handling input method.
808 2004-12-13  Richard M. Stallman  <rms@gnu.org>
810         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
812         * keyboard.c (Vthrow_on_input): New variable.
813         (syms_of_keyboard): Defvar and initialize it.
814         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
816         * lisp.h (QUIT): Check for Vthrow_on_input.
817         (Vthrow_on_input): Declare it.
819 2004-12-13  Kim F. Storm  <storm@cua.dk>
821         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
822         vector.
824 2004-12-12  Richard M. Stallman  <rms@gnu.org>
826         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
828         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
829         (Ftry_completion): Really use outer `zero'; eliminate inner one.
831 2004-12-12  Kenichi Handa  <handa@m17n.org>
833         * term.c (encode_terminal_code): Fix previous change.
835 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * keyboard.c (handle_async_input): Remove pthread mutex handling.
838         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
840         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
841         in macro arguments.
843         * minibuf.c (Ftry_completion, Fall_completions): Don't use
844         XFASTINT blindly.
846         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
848 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
850         * w32term.c (x_calc_absolute_position): Remove calculation of
851         difference between inner and outer window.  Don't subtract difference
852         for left and top calculations.
854         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
855         for left and top calculations.  Remove call to x_real_positions.
856         [Bug report by Drew Adams in November]
857         (x_check_expected_move): Do not set change_gravity to 1 when calling
858         x_set_offset.
860 2004-12-08  Richard M. Stallman  <rms@gnu.org>
862         * xdisp.c (get_next_display_element): Use `escape-glyph' for
863         control chars and escaped octal codes.
864         (Qescape_glyph): New variable.
865         (syms_of_xdisp): Initialize it.
866         (escape_glyph_face): New variable.
867         (redisplay_window): Initialize it.
869 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
871         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
872         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
874 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
876         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
877         reset_malloc_hooks.
879         * keyboard.c (handle_async_input, input_available_signal):
880         Add ! defined (SYSTEM_MALLOC) around thread code.
882         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
884 2004-12-07  Stefan  <monnier@iro.umontreal.ca>
886         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
888         * config.in: Regenerate.
890 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
892         * xmenu.c (Fx_popup_menu): Correct documentation about position.
893         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
894         if not given by a mouse click to correspond with x-popup-menu
895         documentation.
897         * config.in: Regenerate.
899         * gtkutil.c: Include signal.h and syssignal.h.
900         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
902         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
903         new variables main_thread and alloc_mutex,
904         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
905         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
906         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
907         (UN)BLOCK_INPUT.
908         (emacs_blocked_free, emacs_blocked_malloc)
909         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
910         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
911         (reset_malloc_hooks): New function.
913         * lisp.h: Declare reset_malloc_hooks.
915         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
917         * keyboard.c: Conditionally include pthread.h
918         (handle_async_input, input_available_signalt): If not in the main
919         thread, block signal, send signal to main thread and return.
921         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
922         Set current folder in file chooser if default_filename is a directory.
924 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
927         Remove redundant correctness checks.
928         (regex_compile): Fix up error codes for \{..\} expressions.
930 2004-12-05  Richard M. Stallman  <rms@gnu.org>
932         * regex.c (regex_compile): Fix end-of-pattern case for space.
934 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
936         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
937         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
938         crashes with invalid characters.
939         * macmenu.c (add_menu_item): Use it.
940         * image.c (image_load_quartz2d): Likewise.
941         * macfns.c (x_set_name, x_set_title): Likewise.
942         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
943         creating them each time for labels.
945 2004-12-02  Richard M. Stallman  <rms@gnu.org>
947         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
948         don't use it here.
950         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
951         (interactive_p): Skip Scalled_interactively_p frames
952         like Sinteractive_p frames.
953         (unwind_to_catch): Clear handling_signal.
955         * data.c (Fmake_variable_buffer_local): Doc fix.
956         (Fmake_local_variable): Doc fix.
958         * insdel.c (insert_from_string_before_markers)
959         (insert_from_string): Don't modify buffer on empty insertion.
961         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
963 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
965         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
966         menu text as UTF8 fails.
968 2004-12-01  Kim F. Storm  <storm@cua.dk>
970         * alloc.c: Add commentary for last change.
971         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
972         sizeof(size_t) != 4.
973         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
974         Use them.  Also clear header and trailer of freed memory.
975         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
976         (string_overrun_cookie): Rename from string_overrun_pattern.
977         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
979 2004-12-01  Andreas Schwab  <schwab@suse.de>
981         * lisp.h: Declare string_to_multibyte.
983 2004-12-01  Kenichi Handa  <handa@m17n.org>
985         * w32console.c (w32con_write_glyphs): Decide coding here.
986         Adjusted for the change of encode_terminal_code.
988         * term.c (encode_terminal_code): Don't make it "static".
990 2004-11-30  Kenichi Handa  <handa@m17n.org>
992         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
993         (encode_terminal_code): Argument changed.  Encode all
994         characters at once, and return a pointer to the result of encoding.
995         (write_glyphs): Decide coding here.  Adjusted for the above change.
996         (insert_glyphs): Likewise.
997         (term_init): Initialize encode_terminal_bufsize to 0.
999         * coding.c (Vcode_conversion_workbuf_name): New variable.
1000         (syms_of_coding): Initialize and staticpro it.
1001         (set_conversion_work_buffer): New function.
1002         (run_pre_post_conversion_on_str): Use it.
1003         (run_pre_write_conversin_on_c_str): New function.
1005         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
1007 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1009         * keyboard.c: Don't undef SIGIO
1010         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
1011         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
1012         (macfns.o): Don't depend on ccl.h.
1013         * macfns.c (mac_frame_parm_handlers): Set handlers for
1014         Qleft_fringe and Qright_fringe.
1015         * macterm.c (mac_fill_rectangle_to_pixmap)
1016         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
1017         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
1018         Put in #if 0.
1019         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
1020         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
1021         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
1022         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
1023         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
1024         XDrawImageString.  Always draw background and foreground separately.
1025         (x_draw_image_foreground): Use clipping instead of computing the
1026         intersection rectangle.
1027         (x_draw_image_glyph_string): Don't draw an image with mask to a
1028         pixmap.
1029         (x_redisplay_interface): Set flush_display_optional member to 0.
1030         (XTread_socket): Correctly reset the TEConverter
1031         object.
1033 2004-11-30  Kim F. Storm  <storm@cua.dk>
1035         * lisp.h: New defines to enable buffer overrun checking.
1036         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
1037         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
1039         * alloc.c: Add more checks for buffer overruns.
1040         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
1041         xmalloc_overrun_check_trailer, overrun_check_malloc)
1042         overrun_check_realloc, overrun_check_free): Add.
1043         (GC_STRING_EXTRA, string_overrun_pattern): Add.
1044         (check_sblock, allocate_string_data, compact_small_strings):
1045         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
1046         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
1047         (check_string_free_list): Add.
1048         (allocate_string, sweep_strings): Call check_string_free_list.
1050         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
1051         XMALLOC_OVERRUN_CHECK to avoid crash during load.
1053 2004-11-29  Kim F. Storm  <storm@cua.dk>
1055         * fns.c (concat): Use SAFE_ALLOCA.
1057 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * sysdep.c (emacs_write): Don't use QUIT.
1061 2004-11-29  Kenichi Handa  <handa@m17n.org>
1063         * buffer.c (init_buffer): Set current_buffer->directory to a
1064         multibyte string made by string_to_multibyte.
1066         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
1068 2004-11-27  Andreas Schwab  <schwab@suse.de>
1070         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
1072         * s/gnu-linux.h: Enable no-op gcpros on ia64.
1073         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
1075         * filelock.c (lock_file_1): Call get_boot_time early.
1076         Increase buffer size.
1078 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1080         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
1081         is not defined.
1083 2004-11-27  Kim F. Storm  <storm@cua.dk>
1085         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
1086         marker out of doc string.
1088 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
1091         which was not mentioned in the log.
1093 2004-11-26  Kim F. Storm  <storm@cua.dk>
1095         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
1096         angle bitmaps at top/bottom line.
1098         * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
1099         set it when it->method is set to next_element_from_display_vector.
1100         (setup_for_ellipsis): Add LEN argument.  Callers changed.
1101         Set it->saved_face_id.
1102         (get_next_display_element): Use loop instead of recursion.
1103         Set it->saved_face_id.  Combine duplicate code for ctr chars.
1104         (next_element_from_display_vector): Do not set it->saved_face_id.
1105         (next_element_from_ellipsis): Use setup_for_ellipsis.
1107 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
1109         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
1110         prevent compiler warnings.
1112 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * keyboard.c (command_loop_1): Print a message describing the key
1115         the user just pressed when this key has no binding.
1117         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
1118         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
1120         * lread.c (readchar): Check QUIT when `getc' is interrupted.
1122 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1124         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
1126         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
1128 2004-11-24  Kim F. Storm  <storm@cua.dk>
1130         * xdisp.c (move_it_in_display_line_to, display_line):
1131         Restore saved_face_id also when truncate-lines or hscrolled.
1133 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1135         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
1136         x-use-old-gtk-file-dialog.
1138         * xfns.c: Define x_use_old_gtk_file_dialog.
1139         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
1140         outside ifdef USE_GTK.
1142 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
1145         Don't use XFASTINT blindly.
1147         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
1149         * indent.c (skip_invisible): Avoid non-idempotent side-effects
1150         in macro arguments.
1152         * keymap.c (Flookup_key): Check INTEGERP before XINT.
1154         * lread.c (oblookup): Don't use XFASTINT blindly.
1156         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
1157         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
1159 2004-11-23  Kim F. Storm  <storm@cua.dk>
1161         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
1162         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
1164         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
1165         signal_p is zero and face name is unknown.
1166         (Fx_list_fonts): Don't signal error in lookup_named_face.
1167         (Fface_font): Signal error in lookup_named_face.
1168         (ascii_face_of_lisp_face): Likewise.
1170         * dispextern.h (lookup_named_face): Fix prototype.
1172         * xdisp.c (handle_single_display_prop): Don't signal error in
1173         lookup_named_face for unknown fringe face name.
1174         (highlight_trailing_whitespace): Don't signal error in
1175         lookup_named_face if trailing-whitespace face unknown.
1176         (calc_line_height_property): Don't signal error in
1177         lookup_named_face if specified face name is unknown.
1179         * fringe.c (update_window_fringes): Show top row indicator if
1180         window has header-line.  Don't show arrow at bob and eob
1181         if the boundary indicators are not used.
1182         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
1184         * window.c (set_window_buffer): Clear display_error_modiff.
1186 2004-11-22  Kim F. Storm  <storm@cua.dk>
1188         * fringe.c (update_window_fringes): Provide sensible fall-back
1189         value for non-nil indicate-buffer-boundaries setting.
1191 2004-11-22  Markus Rost  <rost@ias.edu>
1193         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
1195 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
1199 2004-11-21  Kim F. Storm  <storm@cua.dk>
1201         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
1203         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
1204         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1206         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
1207         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1209         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
1210         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1212         * xdisp.c (move_it_in_display_line_to, display_line):
1213         Restore saved_face_id if overflow-newline-into-fringe is enabled and
1214         line is continued before or in middle of element from display vector.
1216         * indent.c (Fvertical_motion): Fix last change.  Use another
1217         method to detect if iterator moved too far ahead after reseat.
1219         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
1220         expand matrix width for overflow in zero-width area.
1221         (append_glyph, append_composite_glyph, produce_image_glyph)
1222         (append_stretch_glyph): Use it to avoid loop in redisplay.
1223         (note_mode_line_or_margin_highlight): Don't let help-echo from
1224         string override help-echo from image map.
1226 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
1228         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
1229         * callint.c (Fcall_interactively): Ditto.
1231 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1233         * minibuf.c (Fminibuffer_complete_and_exit):
1234         Fixup the case of the completed value, for case-indep completion.
1236 2004-11-20  Richard M. Stallman  <rms@gnu.org>
1238         * lisp.h (Fread_from_minibuffer): Add arg in decl.
1240         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
1241         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
1243         * search.c (Vsearch_spaces_regexp):
1244         Rename from Vsearch_whitespace_regexp.  All uses changed.
1246 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1248         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
1250 2004-11-19  Richard M. Stallman  <rms@gnu.org>
1252         * search.c (Vsearch_whitespace_regexp): New variable.
1253         (syms_of_search): Defvar it.
1254         (compile_pattern_1): Call re_set_whitespace_regexp with it.
1255         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
1256         is non-nil.
1257         (struct regexp_cache): New element whitespace_regexp.
1258         (syms_of_search): Initialize whitespace_regexp elements.
1259         (compile_pattern): Compare whitespace_regexp elements.
1260         (compile_pattern_1): Set whitespace_regexp elements.
1262         * regex.c (regex_compile): Substitute whitespace_regexp
1263         for spaces, if it is nonzero.
1264         (whitespace_regexp): New variable.
1265         (re_set_whitespace_regexp): New function.
1267 2004-11-19  Kim F. Storm  <storm@cua.dk>
1269         * indent.c (Fvertical_motion): Fix last change.
1271 2004-11-18  Kim F. Storm  <storm@cua.dk>
1273         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
1274         Instead, move back again if reseating moves too far ahead.
1276 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
1278         * xdisp.c (message3): Call clear_message.
1280 2004-11-17  Kim F. Storm  <storm@cua.dk>
1282         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
1284 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1286         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
1288         * xmenu.c (x_menu_in_use): Remove.
1289         (x_menu_set_in_use): Also set popup_activated_flag.
1291         * xfns.c (Fx_file_dialog): Call popup_activated instead of
1292         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
1294         * xterm.h: (x_menu_in_use): Remove.
1296 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1298         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
1299         Use map-keymap-internal to implement that.
1301         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
1303 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
1306         a window before using XWINDOW.
1308         * window.c (make_window, Fselect_window, make_dummy_parent)
1309         (save_window_save):
1310         * frame.c (make_frame):
1311         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
1313         * lisp.h (NILP): Use EQ rather than XFASTINT.
1315 2004-11-16  Kim F. Storm  <storm@cua.dk>
1317         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
1319         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
1320         moving backwards.
1322 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
1324         * dispextern.h: Extern reseat_at_previous_visible_line_start.
1326 2004-11-16  Kenichi Handa  <handa@m17n.org>
1328         * xdisp.c (display_mode_element): Fix previous change (calculate
1329         end position of substring to display correctly).
1331 2004-11-16  Kim F. Storm  <storm@cua.dk>
1333         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
1334         Reported by Andrew M. Scott.
1336 2004-11-15  Kim F. Storm  <storm@cua.dk>
1338         * fns.c (Fsafe_plist_get): New defun.
1339         (syms_of_fns): Defsubr it.
1341         * lisp.h (Fsafe_plist_get): Add EXFUN.
1343         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
1344         Use Fsafe_plist_get.
1345         (note_mode_line_or_margin_highlight, note_mouse_highlight):
1346         Fix image map element parsing.  Use Fsafe_plist_get.
1348 2004-11-15  Richard M. Stallman  <rms@gnu.org>
1350         * xdisp.c (get_next_display_element): Fix previous change.
1352 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1354         * window.c (shrink_windows): Handle special case of one window left
1355         when trying to shrink the final reminder.  Grow windows if
1356         total_removed is less than total_shrink.
1358         * xmenu.c (pop_down_menu): Remove global variable current_menu,
1359         extract pointer from arg with XSAVE_VALUE.
1360         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
1361         Construct arg to record_unwind_protect with make_save_value.
1363 2004-11-13  Richard M. Stallman  <rms@gnu.org>
1365         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
1366         (get_next_display_element): Fix previous change to apply only to \n.
1368         * indent.c (Fvertical_motion): Scan to PT from start of line to
1369         make iterator consistent.
1371         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
1373 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1375         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
1377         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
1378         Record unwind with clean_up_file_dialog.
1380         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
1381         Declare.
1383         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
1385 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1387         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
1388         (xg_file_sel_destroy): Remove.
1389         (xg_file_response_cb, pop_down_file_dialog)
1390         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
1391         New functions.
1392         (xg_get_file_with_chooser, xg_get_file_with_selection):
1393         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
1394         Move common code to xg_get_file_name.  Return widget created.
1395         (xg_get_file_name): Set name, transient for, modal and destroy
1396         with parent here.  Connect response signal to xg_file_response_cb,
1397         connect delete-event to gtk_true.  Record pop_down_file_dialog
1398         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
1399         (xg_create_widget): Make dialogs modal.
1401         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
1402         Lisp_Object.
1403         (popup_get_selection): Move unwind protect ...
1404         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1405         Move destroy of widget to pop_down_menu.
1406         (popup_widget_loop): Move unwind protect ...
1407         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1408         Move destroy of widget to pop_down_menu.
1409         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
1410         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
1411         x_mouse_leave and grabbed = 0 to pop_down_menu.
1413 2004-11-13  Kim F. Storm  <storm@cua.dk>
1415         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
1416         (syms_of_xdisp): DEFVAR_BOOL it.
1417         (make_cursor_line_fully_visible, try_cursor_movement)
1418         (try_window_id): Use it.
1420 2004-11-12  Kim F. Storm  <storm@cua.dk>
1422         * dispextern.h (struct glyph_row): New member extra_line_spacing.
1423         (struct it): New member max_extra_line_spacing.
1424         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
1425         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
1426         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
1427         part of last line is only extra line spacing (so the text on the
1428         line is fully visible). Use helper macros.
1429         Add W arg (to use them).  All callers changed.
1430         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
1431         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
1433         * window.c (window_scroll_pixel_based, Frecenter):
1434         Use move_it_vertically_backward directly.
1435         (Frecenter): Fix calculation of new start pos for negative arg.
1436         Before, the new start pos was sometimes chosen too far back, so
1437         the last line became only partially visible, and thus would be
1438         either only semi-visible or automatically scrolled to the middle
1439         of the window by redisplay.
1441         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
1442         (move_it_vertically_backward): Don't recure to move further back.
1443         (move_it_vertically): Remove superfluous condition.
1444         (move_it_by_lines): Clear last_height when moved 0 lines.
1445         (resize_mini_window): Use it.max_extra_line_spacing.
1446         (display_tool_bar_line): Clear row->extra_line_spacing.
1447         (try_scrolling): Use move_it_vertically_backward directly.
1448         (redisplay_window): Likewise.
1449         (compute_line_metrics): Set row->extra_line_spacing.
1450         (display_line, display_string): Likewise.
1451         (x_produce_glyphs): Update it->max_extra_line_spacing.
1453         * xmenu.c (pop_down_menu): Return nil.
1455 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1457         * xmenu.c (x_menu_wait_for_event): New function.
1458         (popup_get_selection, popup_widget_loop):  Call x_menu_wait_for_event
1459         to handle timers.
1460         (popup_widget_loop): Add argument do_timers.
1461         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
1462         do_timers to popup_widget_loop.
1463         (xmenu_show): Call XMenuActivateSetWaitFunction so that
1464         x_menu_wait_for_event is called by XMenuActivate.
1465         (create_and_show_popup_menu): Pass 1 for do_timers to
1466         popup_get_selection.
1467         (pop_down_menu): New function.
1468         (popup_get_selection, popup_widget_loop): Unwind protect to
1469         pop_down_menu.
1470         (popup_widget_loop): Add argument widget.
1471         (create_and_show_popup_menu, create_and_show_dialog): Pass new
1472         argument widget to popup_widget_loop.
1474 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
1478 2004-11-09  Kim F. Storm  <storm@cua.dk>
1480         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
1481         Fix various comments referring to XEvents instead of input events.
1482         (x_queue_event): Fix format strings.
1483         (x_stop_queuing_selection_requests): Likewise.
1485         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
1486         (pint2hrstr): Add extra braces to silence compiler.
1488         * print.c (print_object): Fix format string.
1490         * lread.c (read1): Fix next_char matching.
1492         * lisp.h (Fdelete): Add EXFUN.
1493         (replace_range_2): Add prototype.
1495         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
1497         * intervals.h (NULL_INTERVAL_P): Add separate version when
1498         ENABLE_CHECKING is not defined to silence compiler.
1499         (compare_string_intervals): Add prototype.
1501         * fringe.c (destroy_fringe_bitmap): Fix return type.
1502         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
1504         * emacs.c (Fdump_emacs): Fix format string.
1506         * doc.c: Include <ctype.h>.
1507         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
1509         * data.c (store_symval_forwarding): Remove unused variables.
1511         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
1513 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1515         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
1516         to ${OLDXMENU}.
1518 2004-11-09  Kim F. Storm  <storm@cua.dk>
1520         * process.c (Fmake_network_process): Remove kludge for interrupted
1521         connects on BSD.  If connect is interrupted, just close socket and
1522         start over rather than sleeping and retry with same socket.
1524 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1526         * .cvsignore: Add buildobj.lst.
1528         * doc.c: New variable Vbuild_files.
1529         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
1530         file names from buildobh.lst.  Only attach docstrings from files
1531         that are in Vbuild_files.
1532         (syms_of_doc): Defvar Vbuild_files.
1534         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
1535         and w32*.o.
1536         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
1537         (mostlyclean): Rm buildobj.lst
1539         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
1540         is linked.
1542 2004-11-09  Kim F. Storm  <storm@cua.dk>
1544         * fringe.c (update_window_fringes): Update fringe bitmaps if
1545         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
1546         also update previous row to get rid of misc. artifacts.
1548 2004-11-08  Kim F. Storm  <storm@cua.dk>
1550         * xdisp.c (fast_find_position): Fix start pos if header line present.
1551         (note_mouse_highlight): Clear mouse face if we move out of text area.
1553 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
1555         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
1556         Don't include <sys/time.h> explicitly.
1557         Include <stdio.h> unconditionally, not just on MacOS.
1559 2004-11-08  Kenichi Handa  <handa@m17n.org>
1561         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
1562         don't pay attention to '\' before '*'.
1563         (fontset_pattern_regexp): Change the meaning of the second arg.
1564         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
1565         (check_fontset_name): Try NAME as literal at first, and if it
1566         failes, try NAME as pattern.
1568 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1570         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
1572 2004-11-07  Andreas Schwab  <schwab@suse.de>
1574         * lisp.h (Fmsdos_downcase_filename): Declare.
1575         * dired.c (Fmsdos_downcase_filename): Don't declare here.
1576         * fileio.c: Likewise.
1578 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1580         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
1581         comparisons with integers instead of Lisp_Object address.
1582         (Fmsdos_set_keyboard): Declare argument allkeys.
1584         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
1586         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
1587         int/Lisp_Object mixup.
1589         * fileio.c: Ditto.
1591 2004-11-06  Steven Tamm  <steventamm@mac.com>
1593         * editfns.c: Need to include sys/time.h before resource.h on darwin.
1595 2004-11-06  Richard M. Stallman  <rms@gnu.org>
1597         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
1599         * xfaces.c (merge_named_face): GCPRO the face_name in the
1600         named_merge_point struct that we make.
1601         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
1603         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
1604         before deciding whether to inactivate mark.
1606 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
1608         * config.in: Regenerate (add HAVE_GETRUSAGE).
1609         * editfns.c (Fget_internal_run_time): New function.
1610         (syms_of_data): Defsubr it.
1611         * fns.c (sxhash): As far as possible, merge calculation of
1612         hash code for symbols and strings.
1614 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
1616         * frame.c (syms_of_frame): Fix the example in the doc string.
1618 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1620         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
1622         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
1623         (create_and_show_dialog): Revert change from 2004-10-31.
1625 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
1627         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
1629 2004-11-05  Kim F. Storm  <storm@cua.dk>
1631         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
1633         * fileio.c (Ffile_modes): Doc fix.
1634         (auto_save_1): Check for Ffile_modes nil value.
1636 2004-11-05  Kim F. Storm  <storm@cua.dk>
1638         * xselect.c (struct selection_event_queue, selection_queue)
1639         (x_queue_selection_requests, x_queue_event)
1640         (x_start_queuing_selection_requests)
1641         (x_stop_queuing_selection_requests): Add new queue for selection
1642         input events to replace previous XEvent queue in xterm.c.
1643         (queue_selection_requests_unwind): Adapt to new queue.
1644         (x_reply_selection_request): Adapt to new queue.
1645         Unexpect wait_object in case of x errors (memory leak).
1646         (x_handle_selection_request, x_handle_selection_clear): Make static.
1647         (x_handle_selection_event): New function.  May queue selection events.
1648         (wait_for_property_change_unwind): Use save_value instead of cons.
1649         Clear property_change_reply_object.
1650         (wait_for_property_change): Abort if already waiting.
1651         Use save_value instead of cons for unwind data.
1652         (x_handle_property_notify): Skip events already arrived, but don't
1653         free them, as "arrived" field is checked by wait_for_property_change,
1654         and it will be freed by unwind or explicit unexpect_property_change.
1655         (x_get_foreign_selection): Add to new queue.
1656         (receive_incremental_selection): Don't unexpect wait_object when done
1657         as it has already been freed by previous wait_for_property_change.
1659         * xterm.h (x_start_queuing_selection_requests)
1660         (x_stop_queuing_selection_requests, x_handle_selection_request)
1661         (x_handle_selection_clear): Remove prototypes.
1662         (x_handle_selection_event): Add prototype.
1664         * xterm.c (handle_one_xevent): Don't queue X selection events
1665         here, it may be too late if we start queuing after we have already
1666         stored some selection events into the kbd buffer.
1667         (struct selection_event_queue, queue, x_queue_selection_requests)
1668         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
1669         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
1670         (x_catch_errors_unwind): Block input around final XSync.
1672         * keyboard.h (kbd_buffer_unget_event): Add prototype.
1674         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
1675         (kbd_buffer_unget_event): New function.
1676         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
1677         and use x_handle_selection_event.
1678         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
1680 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1682         * xselect.c (TRACE3): New debug macro.
1683         (x_reply_selection_request): Use it.
1684         (receive_incremental_selection): In call to TRACE0, the name of
1685         a symbol is in xname.
1687 2004-11-05  Kim F. Storm  <storm@cua.dk>
1689         * fontset.c (fontset_pattern_regexp): Use unsigned char.
1691 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1693         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
1695         * gtkutil.h (use_old_gtk_file_dialog): Declare.
1697         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
1698         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
1699         * xfns.c (syms_of_xfns): ... to here.
1701         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
1702         it doesn't start with /.
1704 2004-11-04  Kenichi Handa  <handa@m17n.org>
1706         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
1707         treat it as a literal character.
1709 2004-11-03  Kim F. Storm  <storm@cua.dk>
1711         * .gdbinit (ppt): New function.
1713 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1715         * xterm.c (x_window_to_scroll_bar): Only call
1716         xg_get_scroll_id_for_window if toolkit scroll bars are used.
1718         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
1719         of save.
1721 2004-11-02  Andreas Schwab  <schwab@suse.de>
1723         * window.c (Fscroll_right): Fix last change.
1725 2004-11-02  Kim F. Storm  <storm@cua.dk>
1727         * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
1729 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1731         * callproc.c (Fcall_process): Block input around vfork.
1733 2004-11-02  Kim F. Storm  <storm@cua.dk>
1735         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
1736         (syms_of_eval): Defsubr it.
1738 2004-11-02  Richard M. Stallman  <rms@gnu.org>
1740         * insdel.c (replace_range_2): New function.
1742         * casefiddle.c (casify_region): Handle changes in byte-length
1743         using replace_range_2.
1745         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
1747         * xdisp.c (back_to_previous_visible_line_start):
1748         Subtract 1 from pos when checking previous newline for invisibility.
1750         * window.c (window_scroll_pixel_based): Update preserve_y
1751         for header line if any.
1752         (Fscroll_left, Fscroll_right): Don't call interactive_p;
1753         use a new second argument instead.
1755         * eval.c (Fcall_interactive_p): New function.
1756         (interactive_p): Don't test INTERACTIVE here.
1757         (Finteractive_p): Doc fix.
1759         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
1761 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
1763         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
1764         comparing font names.
1766 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1768         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
1769         Fx_file_dialog if only directories should be read.
1771         * lisp.h: Fx_file_dialog takes 5 parameters.
1773         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
1774         Add parameter only_dir_p.
1775         In Motif version, don't put DEFAULT_FILENAME in filter part of the
1776         dialog, just text field part.  Do not add DEFAULT_FILENAME
1777         to list of files if it isn't there.
1778         In GTK version, pass only_dir_p parameter to xg_get_file_name.
1780         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
1781         Check only_dir_p instead of comparing prompt to "Dired".  When using
1782         a save dialog, add option kNavDontConfirmReplacement, change title
1783         to "Enter name", change text for save button to "Ok".
1785         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
1786         Check only_dir_p instead of comparing prompt to "Dired".
1788         * gtkutil.c (xg_get_file_with_chooser)
1789         (xg_get_file_with_selection): New functions, only defined ifdef
1790         HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
1791         respectively.
1792         (xg_get_file_name): Add parameter only_dir_p.
1793         Call xg_get_file_with_chooser or xg_get_file_with_selection
1794         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
1795         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
1797         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
1799         * config.in: Rebuild (added HAVE_GTK_FILE_*).
1801 2004-11-01  Kim F. Storm  <storm@cua.dk>
1803         * process.c (connect_wait_mask, num_pending_connects):
1804         Only declare and use them if NON_BLOCKING_CONNECT is defined.
1805         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
1806         (IF_NON_BLOCKING_CONNECT): New helper macro.
1807         (wait_reading_process_output): Only declare and use local vars
1808         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
1810 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
1812         * w32term.c (x_scroll_run): Delete region objects after use.
1814 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1816         * xmenu.c: Add prototypes for forward function declarations.
1817         (popup_get_selection): Remove parameter do_timers, remove call to
1818         timer_check.
1819         (create_and_show_popup_menu, create_and_show_dialog):
1820         Remove parameter do_timers from call to popup_get_selection.
1822         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
1823         tool_bar_items and assign the result to f->tool_bar_items if
1824         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
1825         tool_bar_items to assignment of result.
1827         * atimer.c (alarm_signal_handler): Do not call set_alarm if
1828         pending_atmers is non-zero.
1830 2004-10-31  Kim F. Storm  <storm@cua.dk>
1832         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
1834 2004-10-28  Will  <will@glozer.net>
1836         * macterm.c: allow user to assign key modifiers to the Mac Option
1837         key via a 'mac-option-modifier' variable.
1839 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
1842         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
1843         (x_handle_selection_request, x_handle_selection_clear)
1844         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
1846 2004-10-28  Richard M. Stallman  <rms@gnu.org>
1848         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1850         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1852 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
1855         comment-starter over a 1-char one.
1857 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1859         * xdisp.c (get_next_display_element): In mode lines,
1860         treat newline and tab like other control characters.
1862         * editfns.c (Fmessage): Doc fix.
1864         * indent.c (vmotion): When moving up, check the newline before.
1865         Make prevline an int, not a Lisp_Object.
1867 2004-10-27  Kim F. Storm  <storm@cua.dk>
1869         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
1870         Only allocate info and discarded tables once.
1872         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
1873         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
1874         (SAFE_FREE): Test it to determine if we need to unwind to free.
1875         Remove size arg.  All users changed.
1876         (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
1878 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1880         * gtkutil.c: Put empty line between comment and function body.
1881         (xg_destroy_widgets): Rename from remove_from_container.
1882         Just destroy all widgets in list.  Argument wcont removed.
1883         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
1884         instead of remove_from_container.
1885         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
1886         (free_frame_tool_bar): Add comment.
1888         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
1889         is not NULL before strcmp.
1891 2004-10-26  Kim F. Storm  <storm@cua.dk>
1893         * callint.c (Fcall_interactively): Add 'U' code to get the
1894         up-event discarded by a previous 'k' or 'K' argument.
1896 2004-10-26  David Kastrup  <dak@gnu.org>
1898         * buffer.c (syms_of_buffer): Fix a few typos.
1900 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1902         * xsmfns.c: Put empty line between comment and function body.
1903         Use two spaces before comment end.
1905 2004-10-25  Kenichi Handa  <handa@m17n.org>
1907         * fontset.c (fontset_pattern_regexp): Optimize for the case that
1908         PATTERN is full XLFD.
1910 2004-10-24  Kenichi Handa  <handa@m17n.org>
1912         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
1914         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
1915         (regex_compile): Return REG_ERANGEX if appropriate.
1917 2004-10-22  Kenichi Handa  <handa@m17n.org>
1919         * editfns.c (Ftranslate_region_internal): New function.
1920         (syms_of_editfns): Defsubr it.
1922 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1924         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
1926 2004-10-21  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
1928         * xterm.h (x_output): New member `xic_base_fontname'.
1929         (FRAME_XIC_BASE_FONTNAME): New macro.
1930         (xic_free_xfontset): Declare.
1932         * xfns.c (xic_create_xfontset): Share fontsets between frames
1933         based on base_fontname.
1934         (xic_free_xfontset): New function.
1935         (free_frame_xic): Use it.
1936         (xic_set_xfontset): Ditto.
1938         * xterm.c (xim_destroy_callback): Ditto.
1941 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
1943         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
1945 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1947         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
1948         XSync.
1950         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
1951         New variables and constant.
1952         (main): Calculate heap_bss_diff.  If we are dumping and the
1953         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
1954         and exec ourself again.
1955         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
1956         print a warning.
1958         * lastfile.c: Make my_endbss and my_endbss_static available on all
1959         platforms.
1961         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
1962         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
1964 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
1966         * data.c (Flocal_variable_if_set_p): Doc fix.
1968 2004-10-19  Jason Rumney  <jasonr@gnu.org>
1970         * w32.c (init_environment): Set emacs_dir correctly when running
1971         emacs from the build directory.
1973 2004-10-19  Richard M. Stallman  <rms@gnu.org>
1975         * editfns.c (Fdelete_and_extract_region):
1976         If region is empty, return null string.
1978 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1980         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
1981         and canon_width.
1982         (xg_frame_cleared): Remove.
1984         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
1985         (xg_find_top_left_in_fixed): Remove.
1986         (xg_create_scroll_bar): Put an event box widget between
1987         the scroll bar widget and the edit widget.
1988         (xg_show_scroll_bar): Show the parent widget (the event box).
1989         (xg_remove_scroll_bar): Destroy parent (the event box) also.
1990         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
1991         Move the parent (the event box) widget inside the fixed widget.
1992         Move window clear to xterm.c.
1994         * gtkutil.h (xg_frame_cleared): Remove.
1996         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
1997         (x_scroll_bar_create, XTset_vertical_scroll_bar):
1998         Remove arguments left and width to xg_update_scrollbar_pos.
1999         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
2001 2004-10-19  Kenichi Handa  <handa@m17n.org>
2003         * xdisp.c (display_mode_element): Fix display of wide chars.
2005 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2007         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
2008         gdk_window_clear and move gdk_window_process_all_updates after
2009         clear so events are sent to the X server in correct order.
2011 2004-10-18  Kenichi Handa  <handa@m17n.org>
2013         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
2014         comparing font names.
2015         (fs_query_fontset): Use fast_string_match for comparing fontset names.
2016         (list_fontsets): Likewise.
2018         * search.c (fast_string_match_ignore_case): New function.
2020         * lisp.h (fast_string_match_ignore_case): Extern it.
2022 2004-10-17  Kim F. Storm  <storm@cua.dk>
2024         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
2025         than bitmap if there is not left fringe.
2026         (get_overlay_arrow_glyph_row): Also used on windows system.
2027         (display_line): Display overlay string if no left fringe.
2029 2004-10-16  Jason Rumney  <jasonr@gnu.org>
2031         * w32fns.c (w32_font_match): Encode font name being matched.
2033 2004-10-16  Richard M. Stallman  <rms@gnu.org>
2035         * window.c (Fspecial_display_p): Doc fix.
2037 2004-10-15  Stefan  <monnier@iro.umontreal.ca>
2039         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
2040         Don't ignore menus, because where-is-internal already does it for us.
2042 2004-10-15  Kim F. Storm  <storm@cua.dk>
2044         * xdisp.c (redisplay_window): Only update fringes and vertical
2045         border on window frames.
2047 2004-10-14  Andreas Schwab  <schwab@suse.de>
2049         * m/ia64.h (DATA_SEG_BITS): Don't define.
2051 2004-10-14  Kim F. Storm  <storm@cua.dk>
2053         * xterm.h: Include Xutil.h after keysym.h to work around bug
2054         in some X versions.
2056 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * fns.c (map_char_table): Add missing gcpros.
2060 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * keymap.c (get_keymap): An autoload form is not a keymap.
2064         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
2066 2004-10-13  Kim F. Storm  <storm@cua.dk>
2068         * callproc.c (Fcall_process): Simplify handling of display arg.
2069         Resume `display_on_the_fly' once a coding system is determined.
2071         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
2073 2004-10-12  Kim F. Storm  <storm@cua.dk>
2075         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
2076         caller, such as call-process, is not going to poll for input.
2077         (calc_line_height_property): Handle case where it->object is nil.
2079         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
2081 2004-10-12  Kenichi Handa  <handa@m17n.org>
2083         * xdisp.c (get_next_display_element):
2084         If unibyte_display_via_language_environment is zero, display 8-bit
2085         chars in octal in unibyte buffer.
2087 2004-10-12  Kim F. Storm  <storm@cua.dk>
2089         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
2090         are no ordinary bindings.
2092 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2094         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
2096 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2098         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
2099         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
2100         (make_mac_frame): Add BLOCK_INPUT around the making of a
2101         terminal frame.
2102         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
2103         * macgui.h (mktime): Use emacs_mktime.
2104         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
2105         Make a cancel file-open dialog be like C-g.
2106         * mac.c (mktime): Use emacs_mktime.
2107         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
2108         (Fmac_paste_function): Add better error handling for carbon cut/paste.
2110 2004-10-10  Kim F. Storm  <storm@cua.dk>
2112         * keyboard.c (timer_resume_idle): New function to resume idle
2113         timer without resetting timers on the idle list.
2114         (read_char): Use timer_resume_idle. Remove local var last_idle_start.
2115         (timer_start_idle, timer_stop_idle): Declare static.
2116         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
2118         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
2120 2004-10-08  Steven Tamm  <steventamm@mac.com>
2122         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
2123         * macterm.c (mac_check_for_quit_char): Remove warning for using
2124         NULL where 0 should be used.
2125         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
2126         objc/malloc.h
2127         * mac.c: Include time.h for Tiger compatibility.
2129 2004-10-07  Kim F. Storm  <storm@cua.dk>
2131         * xdisp.c (redisplay_window): Fix flicker on vertical line between
2132         windows.  Update vertical line after drawing window fringes, but
2133         only if actually drawing any bitmaps--or there is no fringe.
2135         * xterm.c (x_update_window_end): Likewise.
2136         * macterm.c (x_update_window_end): Likewise.
2137         * w32term.c (x_update_window_end): Likewise.
2139         * fringe.c (draw_window_fringes): Return value now indicates if
2140         any fringe bitmaps were redrawn (or there are no fringes).
2142         * dispextern.h (draw_window_fringes): Update prototype.
2144 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2146         * macfns.c (mac_get_window_bounds): Add extern.
2147         (x_real_positions): Use mac_get_window_bounds.
2149         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
2150         xmenu.c (YAILOM).
2152         * macterm.c [!MAC_OSX]: Include Windows.h.
2153         (front_emacs_window): Rename from mac_front_window.  All uses
2154         changed.  Return the frontmost non-tooltip emacs window.
2155         (mac_get_window_bounds): New function.
2156         (x_calc_absolute_position): Use the difference of width and height
2157         between the inner and outer window.
2158         (x_set_offset): Specify window position by the coordinae of the
2159         outer window.  Adjust the position if the title bar is completely
2160         outside the screen.
2161         (app_is_suspended, app_sleep_time): Remove unused variables.
2162         (do_app_resume, do_app_suspend): Remove their contents because
2163         window-activate/deactivate events will do the job.
2164         (do_zoom_window): Remove unused variables.  Make compliant to the
2165         standard way of zooming.  Set f->left_pos and f->top_pos.
2166         (XTread_socket): Don't use argument `expected'.  Don't use
2167         FrontWindow to determine the clicked window.  Exclude unprocessed
2168         mouseUp cases in the early stage.  Add parentheses to fix operator
2169         precedence.
2170         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
2172 2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
2174         * config.in: Regenerate.
2176         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
2177         HAVE_EXECSHIELD.
2179 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2181         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
2182         a row if Alt or Meta has been found for that row.  Also stop scanning
2183         for Keysyms for that row.
2185 2004-10-04  Kim F. Storm  <storm@cua.dk>
2187         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
2188         to list.  Include overlay arrow bitmap in return value.
2190         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
2191         bars with fractional column width.  If scroll bar separates two
2192         windows, move it towards the window it belongs to.  Only update
2193         the padding area below the scroll bar widget when necessary,
2194         i.e. when scroll bar widget is created, moved, or resized.
2196         * xdisp.c (define_frame_cursor1): Do not change frame cursor
2197         while tracking/dragging mouse.
2198         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
2200         * window.c (coordinates_in_window): Relax check for cursor
2201         on vertial border between mode lines.
2202         (Fset_window_fringes): Do not allow negative widths.
2203         (Fset_window_scroll_bars): Likewise.
2205         * .gdbinit (pp): Shorthand for p ARG + pr.
2206         (ff): New command: flush frame updates (X only).
2208 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
2210         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
2212 2004-09-30  Kenichi Handa  <handa@m17n.org>
2214         * process.c (send_process): Free composition data.
2216         * fileio.c (Finsert_file_contents): Free composition data.
2218         * coding.c (code_convert_region): Don't skip ASCIIs if there are
2219         compositions to encode.
2220         (encode_coding_string): Likewise.  Free composition data.
2222 2004-09-30  Florian Weimer <fw@deneb.enyo.de>
2224         * coding.c (code_convert_region): Free composition data.
2226 2004-09-29  Kim F. Storm  <storm@cua.dk>
2228         * fringe.c: Remove limit on number of bitmaps.
2229         (fringe_bitmaps, fringe_faces): Change to pointers.
2230         (max_fringe_bitmaps): New var.
2231         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
2232         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
2234         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
2235         (struct glyph_row): Reorder fringe_bitmap related fields.
2236         (struct it): Likewise.
2238         * w32term.c (fringe_bmp): Change to pointer.
2239         (max_fringe_bmp): New var.
2240         (w32_define_fringe_bitmap): Expand fringe_bmp.
2241         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
2242         (w32_destroy_fringe_bitmap): Likewise.
2244 2004-09-29  Kim F. Storm  <storm@cua.dk>
2246         * fringe.c: Simplify last change.
2247         (lookup_fringe_bitmap): New function.
2248         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
2249         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
2250         Keep standard bitmaps in Vfringe_bitmaps.
2251         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
2252         (Fset_fringe_bitmap_face): Likewise.
2254         * dispextern.h (lookup_fringe_bitmap): Add prototype.
2255         (valid_fringe_bitmap_p): Remove prototype.
2257         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
2259 2004-09-29  Kim F. Storm  <storm@cua.dk>
2261         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
2262         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
2264         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
2266         * fringe.c (Vfringe_bitmaps): New variable.
2267         (syms_of_fringe): DEFVAR_LISP it.
2268         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
2269         Change arg to Lisp_Object and fail if not an integer.
2270         (get_fringe_bitmap_name, resolve_fringe_bitmap)
2271         (destroy_fringe_bitmap): New functions.
2272         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
2273         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
2274         clear its fringe property.
2275         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
2276         Fdestroy_fringe_bitmap.
2277         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
2278         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
2279         and set fringe property.  Signal error if no free slots.
2280         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
2281         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
2283         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
2284         symbols with a fringe property.
2286 2004-09-27  Kim F. Storm  <storm@cua.dk>
2288         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
2289         Doc fix.  Format may now be a symbol or alist, not a cons.
2291         * fringe.c (update_window_fringes): Handle new formats of
2292         indicate-buffer-boundaries (symbol or alist).  No longer
2293         allow a simple cons.
2294         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
2296 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2298         * config.in: Rebuild.
2300 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2302         * config.in: Rebuild.
2304         * Makefile.in: Run setarch i386 ./temacs if exec-shield  is present.
2306 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * xterm.c (x_term_init): Work around a bug in some X servers.
2310 2004-09-18  Richard M. Stallman  <rms@gnu.org>
2312         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
2314         * xdisp.c (try_window_reusing_current_matrix):
2315         Handle the case where we reach the old displayed text,
2316         out of sync with the old line boundary.
2318 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * fileio.c (Finsert_file_contents): Fix case of replacement in a
2321         narrowed buffer.
2323 2004-09-14  Kim F. Storm  <storm@cua.dk>
2325         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
2327         * xfaces.c (Qface_no_inherit): New var.
2328         (syms_of_xfaces): Intern and staticpro it.
2329         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
2330         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
2331         Don't increment face_change_count when face has non-nil
2332         face-no-inherit property.
2334 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2336         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
2337         (Fbyte_code): Remove dead code after `wrong_type_argument'.
2339         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
2340         before doing the mark_stack_check_gcpros since they're not on the stack.
2342 2004-09-12  Kim F. Storm  <storm@cua.dk>
2344         * editfns.c (Fformat): Handle format strings with multiple text
2345         properties.  Reverse text property list from the format string,
2346         so the positions are in increasing order.
2348 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2350         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
2351         x_uncatch_errors so that possible protocol errors are delivered.
2353 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
2355         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
2356         blockinput.h.
2357         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
2358         charset.h, and coding.h
2359         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
2360         (term.o): Depend on window.h and keymap.h.
2361         (abbrev.o): Depend on syntax.h.
2362         (callint.o): Depend on keymap.h.
2363         (casefiddle.o): Depend on charset.h and keymap.h.
2364         (category.o): Depend on keymap.h.
2365         (coding.o): Depend on dispextern.h.
2366         (cmds.o): Depend on keyboard.h and keymap.h.
2367         (dispnew.o): Depend on indent.h and intervals.h.
2368         (doc.o): Depend on keymap.h.
2369         (editfns.o): Depend on frame.h.
2370         (emacs.o): Depend on dispextern.h.
2371         (fileio.o): Don't depend on ccl.h.
2372         (filelock.o): Depend on charset.h and coding.h.
2373         (frame.o): Depend on w32term.h and macterm.h.
2374         (insdel.o): Depend on region-cache.h.
2375         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
2376         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
2377         (search.o): Depend on $(INTERVALS_SRC).
2378         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
2379         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
2380         xterm.h, w32term.h, and macterm.h.
2381         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
2382         w32term.h, and macterm.h.
2383         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
2384         region-cache.h, xterm.h, w32term.h, and macterm.h.
2385         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
2386         (data.o): Depend on frame.h.
2387         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
2388         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
2389         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
2390         (intervals.o): Depend on keymap.h.
2392         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
2393         Add debugging print-out to termscript.
2395 2004-09-09  Richard M. Stallman  <rms@gnu.org>
2397         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
2399 2004-09-08  Richard M. Stallman  <rms@gnu.org>
2401         * window.c (Fset_window_buffer): Doc fix.
2403         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
2405 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
2407         * minibuf.c (history_delete_duplicates): New variable.
2408         (read_minibuf): Use it.
2409         (syms_of_minibuf): Create the corresponding lisp variable.
2411 2004-09-08  Kim F. Storm  <storm@cua.dk>
2413         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
2414         overlay just before point.
2416 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
2418         * buffer.h (struct buffer): Add auto_save_file_format field.
2419         * buffer.c (reset_buffer, init_buffer_once):
2420         Handle auto_save_file_format field.
2421         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
2422         `buffer-auto-save-file-format'.
2423         * fileio.c: Delete declaration for removed Vauto_save_file_format.
2424         (build_annotations): Adapt to replacement of
2425         `auto-save-file-format' with the new buffer-local variable
2426         `buffer-auto-save-file-format'.
2427         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
2429 2004-09-07  Jason Rumney  <jasonr@gnu.org>
2431         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
2433         * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
2434         Handle Unicode menu titles.
2436 2004-09-07  Kim F. Storm  <storm@cua.dk>
2438         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
2439         property from text property or overlay strings at point.
2441 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * xmenu.c (update_submenu_strings): YAILOM.
2444         (set_frame_menubar): Make sure last_i is initialized.
2446 2004-09-03  Jason Rumney  <jasonr@gnu.org>
2448         * w32menu.c (_widget_value): Add lname and lkey.
2449         (digest_single_submenu): Set lname and lkey in widget_value
2450         instead of name and key.
2451         (update_submenu_strings): New function.
2452         (set_frame_menubar): Remove call to inhibit_garbage_collection,
2453         call update_submenu_strings.
2455         * w32menu.c (globals_of_w32menu): Check for Unicode API.
2456         (digest_single_submenu, w32_menu_show): Encode menu strings as
2457         UTF-8 if Unicode API is available.
2458         (utf8to16): New function.
2459         (add_menu_item): Use it when calling Unicode API.
2461 2004-09-03  Kim F. Storm  <storm@cua.dk>
2463         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
2464         in overlay or text-property strings; set cursor on corresponding
2465         glyph rather than at end of the string.
2467 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2469         * macfns.c (x_real_positions): Save the current window port and
2470         set a new one before obtaining the global coordinate.
2471         Use FRAME_MAC_WINDOW.
2472         (x_set_name, x_set_title): Encode title to UTF8.
2473         Use SetWindowTitleWithCFString.
2474         (Fx_server_version): Get correct OS version.
2476         * macmenu.c (add_menu_item): Remove unused variable `i'.
2477         Don't let separator items destroy refence constants of other menu items.
2479         * macterm.c (x_update_end): Move SetPortWindowPort to inside
2480         BLOCK_INPUT.
2481         (x_set_offset): Use FRAME_MAC_WINDOW.
2483         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
2484         nontext_cursor if it is on a scroll bar.
2486         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
2487         Carbon support.
2488         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
2489         Use LIBS_CARBON.
2491 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2493         * xfns.c (x_set_name_internal): New function.  Check if we shall call
2494         xfree before ENCODE_UTF_8.
2495         (x_set_name, x_set_title): Call x_set_name_internal.
2497 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
2499         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
2500         reload it.
2502 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2504         * macmenu.c (_widget_value): Add lname and lkey.
2505         (single_submenu): Set lname and lkey in widget_value
2506         instead of name and key.
2507         (update_submenu_strings): New function.
2508         (set_frame_menubar): Remove call to inhibit_garbage_collection,
2509         call update_submenu_strings.
2511         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
2512         instead of name and key.
2513         (update_submenu_strings): New function.
2514         (set_frame_menubar): Remove call to inhibit_garbage_collection,
2515         call update_submenu_strings.
2517         * gtkutil.h (_widget_value): Added lname and lkey.
2519 2004-08-30  Steven Tamm  <steventamm@mac.com>
2521         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
2522         by using different names for inner loop variables.
2524 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2526         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
2527         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
2529         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
2530         tool bar items is 0.
2532 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2534         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
2535         strings in menu items.
2536         (single_submenu): Use ENCODE_MENU_STRING
2537         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
2538         button release isn't passed to event loop
2539         (add_menu_item): Use SetMenuItemWithCFString
2541 2004-08-26  Steven Tamm  <steventamm@mac.com>
2543         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
2544         tool-bar/menu click
2545         * macfns.c (Fx_file_dialog): Implemented using NavServices
2547 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2549         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
2551         * xfns.c (x_window_to_frame, x_any_window_to_frame)
2552         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
2553         (x_top_window_to_frame): Return 0 if wdesc is None.
2555 2004-08-22  Richard M. Stallman  <rms@gnu.org>
2557         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
2558         HAVE_TERMIOS]: If there's no char for this signal, drop through
2559         and use system calls.
2561         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
2563 2004-08-20  Kim F. Storm  <storm@cua.dk>
2565         * process.c (wait_reading_process_output): Rename from
2566         wait_reading_process_input.  All uses changed.
2567         (wait_reading_process_output_1): Rename from
2568         wait_reading_process_input_1.  All uses changed.
2570         * dispnew.c (Fsleep_for): Remove obsolete code.
2572 2004-08-20  Kenichi Handa  <handa@m17n.org>
2574         * syntax.c (skip_chars): Fix for unibyte case.
2576 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2578         * syntax.c (char_quoted): Mixup byte/char pos.
2579         (back_comment): Fixup globals in all cases.
2581 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2583         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
2584         passing it to gtk_window_set_title.
2586 2004-08-19  Kim F. Storm  <storm@cua.dk>
2588         * process.c (wait_reading_process_input): Clean up.
2589         Add wait_for_cell, wait_proc, and just_wait_proc args
2590         to avoid overloading `read_kbd' and `do_display' args.
2591         Change read_kbd arg to int.  All callers changed.
2593         * process.c (process_send_signal): Use CDISABLE.
2595         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
2597 2004-08-18  Kim F. Storm  <storm@cua.dk>
2599         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
2600         forward to wait_reading_process_input via DO_DISPLAY arg.
2601         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
2602         object, only process output from that process; also inhibit
2603         running timers if DO_DISPLAY==-2.
2605 2004-08-17  Kim F. Storm  <storm@cua.dk>
2607         * process.c (process_send_signal): Fix last change--use
2608         _POSIX_VDISABLE instead of CVDISABLE when available.
2610 2004-08-16  Richard M. Stallman  <rms@gnu.org>
2612         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
2613         Set VQUIT and VINTR chars to the standard ones if they are unset.
2614         [AIX]: Don't do that here.  And don't force VINTR to standard
2615         when SIGNALS_VIA_CHARACTERS.
2617         * process.c (process_send_signal)
2618         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
2619         Do nothing if the character is CVDISABLE.
2621         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
2623         * intervals.c (move_if_not_intangible):
2624         Force POSITION to be between BEGV and ZV.
2626 2004-08-14  John Paul Wallington  <jpw@gnu.org>
2628         * buffer.c (Frestore_buffer_modified_p): Doc fix.
2630         * fileio.c (Fread_file_name): Doc fix.
2632         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
2634 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2636         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
2638 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2640         * keyboard.c: Declare Qdisabled_command_function instead of
2641         Qdisabled_command_hook.
2642         (Fcommand_execute): Use Qdisabled_command_function instead of
2643         Qdisabled_command_hook.
2644         (syms_of_keyboard): Ditto.
2646 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
2648         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
2649         (syms_of_keymap) <key-translation-map>: Doc fixes.
2651 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * window.c (window_list_1): YAILOM.
2655         * fileio.c (make_temp_name): Handle multibyte prefixes.
2657 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
2659         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
2660         Doc fix.
2662 2004-08-03  Kenichi Handa  <handa@m17n.org>
2664         * coding.c (decode_coding_string): Adjust coding->consumed, and
2665         etc. with shrinked_bytes.
2667 2004-08-03  Kim F. Storm  <storm@cua.dk>
2669         * indent.c (compute_motion): Fix check for full width window
2670         in non-window case.  Do not count left truncation glyph on
2671         window systems.
2673 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
2675         * data.c (Finteractive_form): Doc fix.
2677 2004-08-02  Kim F. Storm  <storm@cua.dk>
2679         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
2680         properly accounting for continuation glyph on non-window systems.
2681         (Fcompute_motion): Use actual window width if WIDTH is nil, and
2682         actual window width/height if TOPOS is nil, properly accounting for
2683         continuation glyphs on non-window systems, and optional header lines.
2684         (vmotion): Let compute_motion calculate actual window width.
2686         * window.c (window_scroll_line_based): Let compute_motion
2687         calculate actual window width.
2689 2004-08-02  Kim F. Storm  <storm@cua.dk>
2691         * process.c (read_process_output): Use whole read buffer.
2692         Don't trigger adaptive read buffering on errors.
2694 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
2696         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
2698         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>:  Doc fix.
2700         * callint.c (Fcall_interactively): Doc fix.
2702 2004-07-30  Richard M. Stallman  <rms@gnu.org>
2704         * abbrev.c (Fexpand_abbrev): Undo previous change.
2706 2004-07-30  Kim F. Storm  <storm@cua.dk>
2708         * editfns.c (Fformat): Allocate extra (dummy) element in info.
2710 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
2712         * eval.c (Fdefvar, Fdefconst): Doc fixes.
2714 2004-07-27  Kim F. Storm  <storm@cua.dk>
2716         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
2717         we have ensured that the glyph fits on the current line (or returned
2718         MOVE_LINE_CONTINUED otherwise).
2720 2004-07-26  Kim F. Storm  <storm@cua.dk>
2722         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
2723         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
2724         if target position is at end of display line but char is not a newline.
2726 2004-07-25  Richard M. Stallman  <rms@gnu.org>
2728         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
2729         instead of ON_VERTICAL_BORDER, when on scroll bar.
2730         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
2732         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
2734         * window.c (Fcoordinates_in_window_p):
2735         Take account of FRAME_INTERNAL_BORDER_WIDTH.
2737         * alloc.c (check_cons_list): New function (contents commented out).
2739 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2741         * xfaces.c (Fcolor_supported_p): Doc fix.
2743         * frame.c (Fselect_frame, Fset_frame_selected_window)
2744         (Fframe_visible_p, Fraise_frame): Doc fixes.
2746 2004-07-24  Richard M. Stallman  <rms@gnu.org>
2748         * keyboard.h (not_single_kboard_state): Declare.
2750         * fileio.c (Fwrite_region): Doc fix.
2752         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
2754         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
2755         only when a real abbrev is present.
2757         * xfns.c (x_icon_verify): New function.
2758         (Fx_create_frame): Use it.
2760 2004-07-22  Barry Fishman <barry_fishman@att.net>  (tiny change)
2762         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
2764 2004-07-21  Kim F. Storm  <storm@cua.dk>
2766         * window.h (struct glyph_matrix): New members nrows_scale_factor
2767         and ncols_scale_factor.
2769         * window.c (make_window): Initialize nrows_scale_factor and
2770         ncols_scale_factor members.
2772         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
2773         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
2774         (required_matrix_height): Apply nrows_scale_factor.
2775         (required_matrix_width): Apply ncols_scale_factor.
2777         * xdisp.c (display_line): Increment nrows_scale_factor and set
2778         fonts_changed_p if past last allocated row.
2779         (append_glyph, append_composite_glyph, produce_image_glyph)
2780         (append_stretch_glyph): Increment ncols_scale_factor and set
2781         fonts_changed_p if current area is full.
2783 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2785         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
2787 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
2789         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
2790         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
2791         (Fset_window_start, Fscroll_up, Fscroll_down)
2792         (Fother_window_for_scrolling, Fscroll_other_window)
2793         (Fsave_window_excursion, Fset_window_vscroll)
2794         (syms_of_window) <window-size-fixed>: Doc fixes.
2796 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2798         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
2799         ENCODE_SYSTEM for filenames.
2801 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2803         * mac.c (sys_select): Block input around call to
2804         ReceiveNextEvent to prevent breakage.  Correctly handle
2805         blocking on event queue only by calling ReceiveNextEvent
2806         instead of select (since GUI events aren't on an fd).
2807         (sys_read): Remove function
2808         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2810 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2812         * mac.c (sys_select): Redo sys_select to use alarm-based
2813         polling instead of 1 sec timeouts (like solaris).
2815         * macterm.c (x_make_frame_visible): Comment in polling on
2816         frame creation.
2818         * keyboard.c: Undef SIGIO on Carbon
2820         * atimer.c (alarm_signal_handler): Call alarm handlers after
2821         scheduling.
2823         * eval.c (Feval): Remove quit_char test
2825         * process.c (wait_reading_process_input): Remove clearing
2826         stdin for select call on process input.
2828 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
2830         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
2831         capitalization error in docstring.
2833 2004-07-17  Juanma Barranquero  <lektu@terra.es>
2835         * keyboard.c (not_single_kboard_state): Do nothing unless
2836         MULTI_KBOARD is defined.
2838 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2840         * window.c (coordinates_in_window): Inside the window but outside
2841         its box to the L or R, return ON_VERTICAL_BORDER.
2842         (window_list_1): Rotate the list to start with WINDOW.
2844         * print.c (print_preprocess): Test for print_depth at limit
2845         before entering in being_printed.
2847         * keyboard.c (not_single_kboard_state): New function.
2848         (stuff_buffered_input): Now no-op only if no SIGTSTP.
2850         * frame.c (Fdelete_frame): If we're in single_bboard_state on
2851         this kboard, and we delete its last frame, go to any_kboard_state.
2853         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
2855 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2857         * w32fns.c (Fx_file_dialog): Encode strings in system coding
2858         system before passing them to OS functions for display.
2860 2004-07-15  David Kastrup  <dak@gnu.org>
2862         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
2863         Apparently fixes an abort condition.
2865 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2867         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
2868         instead of a cons.
2870 2004-07-14  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
2872         * keyboard.c (echo_dash): Do nothing if there already is a dash
2873         at the end of the echo string.
2875 2004-07-12  Kim F. Storm  <storm@cua.dk>
2877         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
2878         if GC_MARK_STACK.
2880 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2882         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
2884         * window.c (Fwindow_buffer, Fother_window,  Fget_lru_window)
2885         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
2886         (Freplace_buffer_in_windows, Fset_window_buffer)
2887         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
2888         (syms_of_window): Expand docstring of `display-buffer-function'.
2890 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
2892         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
2893         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
2894         that time values of the type (HIGH . LOW) are considered obsolete.
2896 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
2898         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
2899         docstring.
2901         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
2903 2004-07-06  John Paul Wallington  <jpw@gnu.org>
2905         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
2907         * fns.c (Fclear_string): Signal an error if STRING is not a string.
2909 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2911         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
2912         instead of CGMainDisplayID (only in OSX 10.2 and later).
2914 2004-07-04  John Paul Wallington  <jpw@gnu.org>
2916         * fileio.c (read_file_name_completion_ignore_case): New variable.
2917         (syms_of_fileio): Declare and initialise it.
2918         (Fread_file_name): Bind `completion-ignore-case' to respect it.
2920 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
2922         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
2923         for event.x and event.y.
2925 2004-07-01  Kenichi Handa  <handa@m17n.org>
2927         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
2928         after getting a new string by pre-write-conversion.
2930 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
2933         (x_calc_absolute_position): Remove unused var `child'.
2935         * xfaces.c (x_supports_face_attributes_p)
2936         (Fdisplay_supports_face_attributes_p): YAILOM.
2937         (tty_supports_face_attributes_p): Remove unused var `i'.
2939         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
2940         back_unibyte_ok.
2942         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
2944         * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
2946         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
2948 2004-06-30  Andreas Schwab  <schwab@suse.de>
2950         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
2951         (Finit_image_library): Pass LIBRARIES through to
2952         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
2953         (lookup_image_type): Pass Qnil as second argument to
2954         Finit_image_library.
2956         * lisp.h (Finit_image_library): Declare.
2958 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2960         * macterm.c (do_window_activate, do_window_deactivate): Remove.
2961         (XTread_socket): Send mouse button events to the toolbox
2962         dispatcher even when the mouse is grabbed.  Don't process window
2963         activate events for non-Emacs windows.  Replace function calls to
2964         do_window_activate and do_window_deactivate with their contents.
2965         Reset mouse grabbing status when a window is deactivated.
2967 2004-06-29  Steven Tamm  <steventamm@mac.com>
2969         * macterm.c (mac_get_emulated_btn)
2970         (mac_event_to_emacs_modifiers): Fix emulated mouse button
2971         support to correctly mask out modifiers.
2973 2004-06-29  David Kastrup  <dak@gnu.org>
2975         * search.c (Fset_match_data): Allow buffer before end of list
2976         which can happen if set-match-data is using a pre-consed list.
2978 2004-06-28  Steven Tamm  <steventamm@mac.com>
2980         * macterm.c (XTread_socket): Correctly set the frame position
2981         after the window is moved.
2983 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2985         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
2986         gpix and gmask just before return to avoid memory leak.
2987         (xg_get_image_for_pixmap): Add workaround for monochrome displays
2988         so insensitive and activated icons look ok.
2990 2004-06-27  Jason Rumney  <jasonr@gnu.org>
2992         * w32fns.c (file_dialog_callback): Disable edit control if set
2993         to directories only on CDN_INITDONE message.
2994         (Fx_file_dialog): Default to directories only when prompt starts
2995         with "Dired".
2997 2004-06-25  Kim F. Storm  <storm@cua.dk>
2999         * alloc.c (allocate_misc): Update total_free_markers.
3000         (free_misc): New function.
3001         (safe_alloca_unwind, free_marker): Use it.
3003         * lisp.h (free_misc): Add prototype.
3005         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
3007 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3009         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
3010         (syms_of_emacs): Lisp variables deleted.
3012 2004-06-23  David Kastrup  <dak@gnu.org>
3014         * search.c (Freplace_match): Adjust the match-data more thoroughly
3015         when replacing strings in the buffer.
3016         (Fmatch_data): When INTEGERS is non-nil and the last match was in
3017         a buffer, add the buffer as last element to the match data.
3018         (Fset_match_data): If an additional element of the match-data is a
3019         buffer, restore it to last_thing_searched.
3020         (save_search_regs): Save last_thing_searched as part of the match data.
3021         (restore_match_data): Restore it again.
3023 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3025         * keymap.c (Ftext_char_description): Doc fix.
3026         * doc.c (Fsnarf_documentation): Doc fix.
3028 2004-06-22  Kim F. Storm  <storm@cua.dk>
3030         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
3032         * lisp.h (struct Lisp_Save_Value): New member dogc.
3033         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
3034         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
3035         (SAFE_FREE_LISP): New macro.
3037         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
3038         (make_save_value): Init new dogc member.
3039         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
3041         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
3042         SAFE_FREE_LISP macros.
3044 2004-06-22  Kim F. Storm  <storm@cua.dk>
3046         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
3047         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
3048         in that memory area are unknown to GC.  Add comments.
3050         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
3052 2004-06-21  Kim F. Storm  <storm@cua.dk>
3054         * lisp.h (MAX_ALLOCA): Define here.
3055         (safe_alloca_unwind): Add prototype.
3056         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
3058         * alloc.c (safe_alloca_unwind): New function.
3060         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
3062         * charset.c (Fstring): Use SAFE_ALLOCA.
3064         * coding.c (MAX_ALLOCA): Remove define.
3066         * data.c (MAX_ALLOCA): Remove define.
3067         (Faset): Use SAFE_ALLOCA.
3069         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
3071         * fns.c (string_make_multibyte, string_to_multibyte)
3072         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
3073         (MAX_ALLOCA): Remove define.
3074         (Fbase64_encode_region, Fbase64_encode_string)
3075         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
3076         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
3077         memory leak if encoding fails.
3079         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
3081 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
3083         * print.c (Fwith_output_to_temp_buffer): Doc fix.
3085 2004-06-20  Richard M. Stallman  <rms@gnu.org>
3087         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
3089         * search.c (match_limit): Cleaner err msg when no match data available.
3091         * window.c (syms_of_window): Doc fix.
3093         * keyboard.c (command_loop_1): Handle values `only' and `identity'
3094         for Vtransient_mark_mode.
3096         * buffer.c (syms_of_buffer): Doc fix.
3098 2004-06-21  David Kastrup  <dak@gnu.org>
3100         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
3101         and unbinding of `case-fold-search' according to
3102         `completion-ignore-case' around calls of string-match and
3103         predicates, respectively.  Should give satisfactory performance
3104         in all relevant cases.
3106 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3108         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
3109         clip_x/y_origin.
3111         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
3113         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
3115         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
3116         on Mac OSX.
3118 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
3120         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
3122 2004-06-16  Kim F. Storm  <storm@cua.dk>
3124         * dispextern.h (Vimage_types): Remove extern.
3126 2004-06-16  Miles Bader  <miles@gnu.org>
3128         * image.c (lookup_image_type): Initialize image type if necessary.
3130 2004-06-15  Kim F. Storm  <storm@cua.dk>
3132         * xdisp.c (try_cursor_movement): Exclude header line from scroll
3133         margin at top of window.
3134         (try_window_reusing_current_matrix): Calculate proper cursor position
3135         after scrolling up with non-zero scroll margin, as the old cursor
3136         position corresponds to value of PT before executing this command.
3137         (try_window_id): Consider scroll margin at bottom of window too;
3138         otherwise we fail to scroll when hl-line-mode is enabled.
3140         * syntax.c (skip_chars): Only recognize [:class:] when it has the
3141         proper format and class is a lower-case word.
3143 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3145         * gtkutil.c (xg_get_image_for_pixmap): New function.
3146         (xg_get_gdk_pixmap_and_mask): Remove.
3147         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
3148         xg_get_gdk_pixmap_and_mask.
3150         * xterm.h (struct x_display_info): Typo in comment fixed.
3152 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3154         * dispextern.h (Vimage_types): Make it conditional on
3155         HAVE_WINDOW_SYSTEM.
3157         * image.c (Vimage_types): Move from xdisp.c.
3158         (Vimage_type_cache): New variable.
3159         (define_image_type): New argument indicating whether an image
3160         library was loaded; cache loaded status and return t on success,
3161         nil otherwise.
3162         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
3163         (w32_delayed_load): New function to load an image library from a
3164         list of possible filenames.
3165         (init_xpm_functions, init_png_functions, init_jpeg_functions)
3166         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
3167         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
3168         (Finit_image_library): New function, extracted from `init_image'.
3169         Try to initialize an image library on demand and cache whether we
3170         were successful or not.
3171         (syms_of_image): Initialize `Vimage_types' and
3172         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
3173         Export `init-image-library'.
3174         (init_image): Remove initialization of all image types, except xbm
3175         and pbm.
3177         * xdisp.c (Vimage_types): Delete (moved to image.c).
3179 2004-06-14  Andreas Schwab  <schwab@suse.de>
3181         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
3182         Avoid calling specbind when completion-regexp-list is empty.
3184 2004-06-13  Richard M. Stallman  <rms@gnu.org>
3186         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3187         (re_wctype, re_iswctype, re_wctype_to_bit):
3188         Non-function definitions moved here from regex.c.
3190         * regex.c (re_wctype, re_iswctype): Function defs longer static.
3191         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3192         (re_wctype, re_iswctype, re_wctype_to_bit):
3193         Non-function definitions moved to regex.h.
3195         * window.c (Fselect_window): Doc fix.
3197         * syntax.c: Include regex.h.
3198         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
3199         If requested, make a list of classes, then check the scanned
3200         chars for membership in them.
3201         (in_classes): New function.
3202         Doc fix.
3204         * keyboard.c (cmd_error): Don't call any_kboard_state
3205         if inside a recursive edit level.
3207 2004-06-13  Lorentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3209         * keyboard.c (command_loop): Call any_kboard_state before
3210         command_loop_2 when at top level.
3212 2004-06-13  Andreas Schwab  <schwab@suse.de>
3214         * print.c (print_object): Always use %ld for printing EMACS_INT.
3216         * keyboard.c (cancel_hourglass_unwind): Return a value.
3217         (modify_event_symbol): Always use %ld for printing EMACS_INT.
3218         (Fexecute_extended_command): Likewise.
3220         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
3221         avoid clashes.
3222         (SYNTAX): Likewise.
3223         (SYNTAX_WITH_FLAGS): Likewise.
3224         (SYNTAX_MATCH): Likewise.
3226         * syntax.c (char_quoted): Avoid warning about undefined operation.
3227         (find_defun_start): Likewise.
3228         (scan_lists): Likewise.
3229         (INC_FROM): Likewise.
3230         (scan_sexps_forward): Likewise.
3232         * image.c: Include <ctype.h>.
3234         * xfaces.c (face_attr_equal_p): Declare parameters.
3236 2004-06-13  Kenichi Handa  <handa@m17n.org>
3238         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
3240 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
3242         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
3244 2004-06-12  Kenichi Handa  <handa@m17n.org>
3246         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
3247         ccl_prog_stack_struct and update it.
3248         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
3249         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
3250         ccl->eof_ic on EOF.
3251         (ccl_debug_hook): New function.
3252         (struct ccl_prog_stack): New member eof_ic.
3253         (ccl_driver): Handle EOF in subrountine call correctly.
3255 2004-06-11  Kenichi Handa  <handa@m17n.org>
3257         * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
3259 2004-06-11  Kim F. Storm  <storm@cua.dk>
3261         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
3263 2004-06-11  Juanma Barranquero  <lektu@terra.es>
3265         * keyboard.c (Fposn_at_point): Doc fix.
3267 2004-06-11  David Kastrup  <dak@gnu.org>
3269         * search.c (match_limit): Don't flag an error if match-data
3270         exceeding the allocated search_regs.num_regs gets requested, just
3271         return Qnil.
3273 2004-06-08  Miles Bader  <miles@gnu.org>
3275         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
3277 2004-06-07  Juanma Barranquero  <lektu@terra.es>
3279         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
3280         (Fcurrent_time_string, Fcurrent_time_zone)
3281         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
3283 2004-06-07  Miles Bader  <miles@gnu.org>
3285         * xfaces.c (struct named_merge_point): New type.
3286         (push_named_merge_point): New function.
3287         (merge_named_face): New function.
3288         (merge_face_ref, face_at_buffer_position, face_at_string_position):
3289         Use `merge_named_face'.
3290         (merge_face_inheritance): Function removed.
3291         (merge_face_ref): Rename from `merge_face_vector_with_property'.
3292         Add new `err_msgs' and `named_merge_points' args.  Return error
3293         status.  Only print error messages if ERR_MSGS is true.  Don't try to
3294         do :inherit attribute validation.
3295         (merge_face_heights): Handle `unspecified' in both directions.
3296         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
3297         Call `merge_face_ref' instead of `merge_face_inheritance'.
3298         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
3299         (compute_char_face, face_at_buffer_position)
3300         (face_at_string_position): Call `merge_face_ref' instead of
3301         `merge_face_vector_with_property'.
3303 2004-06-07  Kenichi Handa  <handa@m17n.org>
3305         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
3306         the necessary places.
3308 2004-06-07  Kim F. Storm  <storm@cua.dk>
3310         * process.c (Fdelete_process): Undo 2004-05-28 change.
3311         Instead, call status_notify also for network process.
3312         (status_message): Use process instead of status as arg.
3313         Give messages "deleted" or "connection broken by remote peer" for
3314         an exited network process.
3315         (status_notify): Change call to status_message.
3316         (read_process_output): Increase readmax to 4096.  Do not increase
3317         buffer size for datagram channels (default is now large enough).
3319 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
3321         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
3322         problem due to newly defined variable.
3324 2004-06-06  Miles Bader  <miles@gnu.org>
3326         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
3327         immediately if non-interactive or not initialized.
3329 2004-06-05  Richard M. Stallman  <rms@gnu.org>
3331         * minibuf.c (Fcompleting_read): Doc fix.
3333 2004-06-05  Andreas Schwab  <schwab@suse.de>
3335         * macfns.c (x_create_tip_frame): Fix declaration after statement.
3337 2004-06-05  Juanma Barranquero  <lektu@terra.es>
3339         * keymap.c (Fdescribe_vector): Fix docstring.
3340         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
3342 2004-06-05  Miles Bader  <miles@gnu.org>
3344         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
3345         attributes have different values than the default face.
3347 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
3349         * xfaces.c (x_supports_face_attributes_p): Make this function
3350         conditional on HAVE_WINDOW_SYSTEM.
3351         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
3352         Don't call x_supports_face_attributes_p if it was not compiled in.
3354 2004-06-04  Miles Bader  <miles@gnu.org>
3356         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
3357         from Ftty_supports_face_attributes_p.
3358         (x_supports_face_attributes_p): New function.
3359         (Ftty_supports_face_attributes_p): Function deleted.
3360         (Fdisplay_supports_face_attributes_p): New function.
3361         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
3362         (face_attr_equal_p): New function.
3363         (lface_equal_p): Use it.
3365 2004-06-03  Juanma Barranquero  <lektu@terra.es>
3367         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
3368         (Vw32_color_map): Fix typo in docstring.
3369         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
3370         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
3371         Make argument names match their use in docstring.
3373 2004-06-02  Juanma Barranquero  <lektu@terra.es>
3375         Work around bugs/problems with MinGW builds of graphics libraries
3376         called from MSVC builds of Emacs.
3378         * image.c (lookup_image): Make pointer to img static.
3379         (png_read_from_memory): Disable "global" optimization.
3381 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * eval.c (Fcondition_case): Fix usage.  Simplify.
3385         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
3387 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3389         * macfns.c: Don't include ccl.h.
3390         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
3391         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
3392         TextUtils.h.
3393         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
3394         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
3395         display height/width.
3396         (compute_tip_xy, Vx_max_tooltip_size): Declare.
3397         (unwind_create_tip_frame, compute_tip_xy): New functions.
3398         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
3399         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
3400         and last_show_tip_args.
3402         * macgui.h [!MAC_OSX]: Include Gestalt.h.
3403         (Cursor, No_Cursor): New defines.
3404         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
3405         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
3407         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
3409         * macterm.c: Don't include Gestalt.h.
3410         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
3411         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
3412         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
3413         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
3414         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
3415         (construct_mouse_click, XTmouse_position)
3416         (x_scroll_bar_report_motion, x_calc_absolute_position)
3417         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
3418         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
3419         (note_mouse_movement): Clear the mouse face and reset the pointer
3420         shape when the pointer goes outside the frame without grabbing.
3421         (mac_front_window): New function.
3422         (mac_window_to_frame): New macro.
3423         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
3424         (do_window_activate, do_window_deactivate, do_app_resume)
3425         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
3426         (do_zoom_window, mac_do_receive_drag, XTread_socket)
3427         (mac_check_for_quit_char): Use mac_front_window and/or
3428         mac_window_to_frame.
3429         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
3430         scroll-bar click event.
3431         (mac_define_frame_cursor): Change the pointer shape.
3432         (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
3433         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
3434         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
3435         (do_window_update): Don't do anything if the updated window is the
3436         tooltip window.
3437         (do_mouse_moved): Handle mouse movement events here (previously in
3438         XTread_socket).  Clear the mouse face if
3439         dpyinfo->mouse_face_hidden is set.
3440         (do_os_event, do_events): Remove (now in XTread_socket).
3441         (XTread_socket): Immediately return if interrupt_input_blocked.
3442         Loop until all the events in the queue are processed.
3443         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
3444         contents of do_os_event and do_events.  Remove mouse movement
3445         handling (now in do_mouse_moved).  Add the case where
3446         Vmouse_highlight has an integer value.
3447         (NewMacWindow): Remove.
3448         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
3449         excess initializations.
3450         (make_mac_terminal_frame): Previous initializations in
3451         make_mac_frame are moved here.
3452         (mac_initialize_display_info):
3453         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
3455         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
3456         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
3458 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3460         * lisp.h (truncate_undo_list): Update decl.
3462         * alloc.c (undo_outer_limit): New variable.
3463         (syms_of_alloc): Defvar it.
3464         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
3466         * undo.c (truncate_undo_list): New arg LIMITSIZE.
3468         * alloc.c (lisp_align_malloc): Check for base == 0
3469         regardless of HAVE_POSIX_MEMALIGN.
3470         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
3472 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
3475         (marker_blocks_pending_free): Remove.
3476         (Fgarbage_collect): Sweep after cleaning up undo-lists.
3477         Mark the undo lists after claning them up.
3478         Don't free block in marker_blocks_pending_free.
3479         (mark_buffer): Don't mark undo_list.
3480         (gc_sweep): Sweep hash-tables and strings first.
3481         Do free marker blocks that are empty.
3483 2004-05-28  Jim Blandy  <jimb@redhat.com>
3485         * regex.c (print_partial_compiled_pattern): Add missing 'break'
3486         after 'case wordend'.  For symbeg and symend, print to stderr,
3487         like the other cases.
3489 2004-05-28  Noah Friedman  <friedman@splode.com>
3491         * process.c (Fdelete_process): Do not call remove_process.
3493 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3495         * alloc.c (struct backtrace): Remove.
3496         (Fgarbage_collect): Use the new mark_backtrace.
3498         * eval.c (mark_backtrace): New function.
3500         * minibuf.c (run_exit_minibuf_hook): New function.
3501         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
3502         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
3504 2004-05-27  Kim F. Storm  <storm@cua.dk>
3506         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
3507         over display properties, e.g. images, that replace buffer text.
3509 2004-05-25  Kim F. Storm  <storm@cua.dk>
3511         * alloc.c (marker_blocks_pending_free): New var.
3512         (gc_sweep): Store free marker blocks on that list.
3513         (Fgarbage_collect): Free them after undo-list cleanup.
3515         * process.c (wait_reading_process_input): Check connect_wait_mask
3516         before actually accepting connection in case it has already been
3517         accepted due to recursion.
3519 2004-05-23  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
3521         * coding.c (Fset_safe_terminal_coding_system_internal):
3522         Set suppress_error in safe_terminal_coding, not terminal_coding.
3524 2004-05-22  Richard M. Stallman  <rms@gnu.org>
3526         * alloc.c (Fmake_string): Doc fix.
3528         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
3529         and the alist pairs too.
3531         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
3533         * emacs.c (main): Update copyright year.
3535         * fileio.c (Fread_file_name): Expand DIR if not absolute.
3537         * insdel.c (del_range_2, replace_range): Don't write an anchor
3538         if the gap is empty.
3540         * xdisp.c (try_scrolling): If scroll-up-aggressively or
3541         scroll-down-aggressively is small but positive, put point
3542         near the screen edge.
3544 2004-05-22  Juanma Barranquero  <lektu@terra.es>
3546         * keymap.c (Fdefine_key): Doc fix.
3548 2004-05-22  Kim F. Storm  <storm@cua.dk>
3550         * alloc.c (struct backtrace): Add debug_on_exit member.
3551         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
3552         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
3553         the removed cons cells.
3554         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
3555         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
3556         any cons cells pointing to unallocated stings.
3557         Do not lisp_free any marker blocks, as there may still be pointers
3558         to them from buffer undo lists at this stage of GC.
3560         * keyboard.c (struct backtrace): Add debug_on_exit member.
3561         (Fcommand_execute): Clear it.
3563 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
3565         * intervals.c (lookup_char_property): Do not prematurely return nil.
3567 2004-05-19  Jim Blandy  <jimb@redhat.com>
3569         Add support for new '\_<' and '\_>' regexp operators, matching the
3570         beginning and end of symbols.
3572         * regex.c (enum syntaxcode): Add Ssymbol.
3573         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
3574         (re_opcode_t): New opcodes `symbeg' and `symend'.
3575         (print_partial_compiled_pattern): Print the new opcodes properly.
3576         (regex_compile): Parse the new operators.
3577         (analyse_first): Skip sym(beg|end) (they match only the empty string).
3578         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
3579         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
3580         (re_match_2_internal): Match symbeg and symend.
3582         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
3584 2004-05-19  Kim F. Storm  <storm@cua.dk>
3586         * .gdbinit (xsymbol): Fix last change.
3588 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3590         * .gdbinit (xprintstr): New fun.
3591         (xstring, xprintsym): Use it.
3593         * w32proc.c (create_child): Use INTMASK.
3595         * alloc.c (Fgarbage_collect): Do all the marking before flushing
3596         unmarked elements of the undo list.
3598 2004-05-18  David Ponce  <david@dponce.com>
3600         * print.c (print): Reset print_depth before to call print_object.
3602 2004-05-18  Jason Rumney  <jasonr@gnu.org>
3604         * w32console.c: Prefix RIF functions with w32con_ to avoid
3605         namespace clash with functions in term.c and w32term.c.
3607         * w32menu.c (add_menu_item, w32_menu_display_help)
3608         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
3610         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
3612 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
3614         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
3616         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
3617         with make_number.
3618         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
3619         with XINT.
3621 2004-05-18  Kim F. Storm  <storm@cua.dk>
3623         * blockinput.h (INPUT_BLOCKED_P): New macros.
3625         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
3626         (Ftop_level): Unblock input if blocked.
3628         * buffer.h (GET_OVERLAYS_AT): New macro.
3629         * msdos.c (IT_note_mouse_highlight): Use it.
3630         * textprop.c (get_char_property_and_overlay): Use it.
3631         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
3632         * xfaces.c (face_at_buffer_position): Use it.
3634         * print.c (print_object): Increase buf size.
3636 2004-05-17  Jason Rumney  <jasonr@gnu.org>
3638         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
3639         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
3640         Lisp_Object using i member.
3641         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
3642         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
3643         consistently.
3645         * w32proc.c (create_child): Use make_number instead of masking pid.
3647         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
3648         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
3649         Use EQ to compare Lisp_Objects.
3650         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
3652         * w32term.c (w32_num_mouse_buttons): Rename from
3653         Vw32_num_mouse_buttons and make it an int.
3655         * w32.c (init_environment): Use it.
3657         * w32fns.c (w32_wnd_proc): Likewise.
3659         * w32proc.c (w32_pipe_read_delay): Rename from
3660         Vw32_pipe_read_delay and make it an int.
3662         * w32.c (_sys_read_ahead): Use it.
3664         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
3666         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
3668         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
3669         (key_event): Don't mix Lisp_Object and int.
3671         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
3673         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
3674         modifiers in language change event.
3676 2004-05-17  Kim F. Storm  <storm@cua.dk>
3678         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
3679         Such objects may be freed markers which still exist on an undo list.
3681 2004-05-16  Juanma Barranquero  <lektu@terra.es>
3683         * data.c (Fset_default): Make argument names match their use in
3684         docstring.
3686 2004-05-15  Andreas Schwab  <schwab@suse.de>
3688         * emacs.c (gdb_array_mark_flag): Define.
3689         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
3691 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
3693         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
3694         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
3695         defined for the MS-DOS build.
3697 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
3701 2004-05-14  Kenichi Handa  <handa@m17n.org>
3703         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
3705 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3707         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
3708         section to frame.c section.
3709         (Fxw_display_color_p, Fx_file_dialog): Declare if
3710         HAVE_WINDOW_SYSTEM defined.
3712         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
3714         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
3716         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
3717         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
3718         (XTread_socket): Fix int/Lisp_Object mixup.
3719         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
3721         * macterm.h (struct frame, struct face, struct image)
3722         (display_x_get_resource, Fx_display_color_p)
3723         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
3724         Add prototypes.
3726 2004-05-14  Kim F. Storm  <storm@cua.dk>
3728         * process.c (wait_reading_process_input): Make reentrant.
3729         Make Available and Connecting non-static.  Save and restore value
3730         of waiting_for_user_input_p.
3732 2004-05-13  Kim F. Storm  <storm@cua.dk>
3734         * keyboard.c (mark_kboards): Don't mark x and y members
3735         that are overloaded in selection request events.
3737 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
3741 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
3743         * window.c (Fdisplay_buffer, Fsplit_window)
3744         (split-height-threshold): Doc fix.
3746 2004-05-13  Juanma Barranquero  <lektu@terra.es>
3748         * xfaces.c (Ftty_supports_face_attributes_p)
3749         (Finternal_copy_lisp_face): Fix typo in docstring.
3750         (Finternal_get_lisp_face_attribute): Fix docstring.
3752 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3754         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
3756 2004-05-11  Steven Tamm  <steventamm@mac.com>
3758         * macfns.c (Fx_create_frame): Default to using tool-bar by
3759         setting tool-bar-lines to 1 in default-frame-alist.
3761 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3763         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
3764         (xpm_get_color_table_v, xpm_make_color_table_h)
3765         (xpm_put_color_table_h, xpm_get_color_table_h)
3766         (xpm_str_to_color_key, xpm_load_image, xpm_load)
3767         (syms_of_image): Support XPM on Carbon Emacs.  Does not
3768         depend on libXpm, but only supports XPM version 3 without extensions.
3770 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3772         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
3773         instead of FRAME_X_P
3775 2004-05-11  Kim F. Storm  <storm@cua.dk>
3777         * process.c (read_process_output): Grow decoding_buf when needed;
3778         this could cause a crash in allocate_string and compact_small_strings.
3780 2004-04-29  Jim Blandy  <jimb@redhat.com>
3782         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
3783         against proper opcode.
3785 2004-05-10  Juanma Barranquero  <lektu@terra.es>
3787         * process.c (Fstart_process): Fix docstring.
3789         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
3790         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
3791         (Fsplit_char, Fchar_charset): Make argument names match their use
3792         in docstring.
3794 2004-05-10  Richard M. Stallman  <rms@gnu.org>
3796         * print.c (print_preprocess): Use being_printed, loop_count and
3797         halftail to detect overdeep nesting and cyclic cdr chains.
3799 2004-05-10  Andreas Schwab  <schwab@suse.de>
3801         * lisp.h (Fmake_symbolic_link): Declare.
3803         * fileio.c (Frename_file): Remove extra argument in call to
3804         Fmake_symbolic_link.
3806 2004-05-10  Kim F. Storm  <storm@cua.dk>
3808         * xdisp.c (calc_line_height_property): Use string position when
3809         object is a string.
3811 2004-05-10  Kenichi Handa  <handa@m17n.org>
3813         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
3814         inhibit-modification-hooks to t temporarily before calling
3815         Ferase_buffer.
3817         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
3818         inhibit-modification-hooks to t temporarily before calling
3819         Ferase_buffer.
3821         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
3822         inhibit-modification-hooks to t temporarily before calling
3823         Ferase_buffer.
3825         * fns.c (count_combining): Delete it.
3826         (concat): Don't check combining bytes.
3828 2004-05-09  Jason Rumney  <jasonr@gnu.org>
3830         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
3831         (globals_of_w32fns): Set it.
3833 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
3835         * data.c (Fquo): Simplify.
3837 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
3839         * data.c (Fquo): If any argument is float, do the computation in
3840         floating point.
3842 2004-05-08  Juanma Barranquero  <lektu@terra.es>
3844         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
3845         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
3846         Fix spelling of Emacs on docstring.
3847         (Fset_process_coding_system, Fprocess_coding_system)
3848         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
3849         Make argument names match their use in docstring.
3850         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
3851         Fix docstring.
3853         * editfns.c (Finsert_buffer_substring): Make argument names match their
3854         use in docstring.
3856         * syntax.c (Fmodify_syntax_entry): Fix docstring.
3858 2004-05-07  Steven Tamm  <steventamm@mac.com>
3860         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
3861         around call to ReceiveEvent to avoid certain crashes.
3863 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3865         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
3866         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
3867         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
3868         Save/restore the current graphics port and device handle when
3869         drawing into an offscreen graphics world.
3871         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
3872         (gif_load): Likewise.
3874 2004-05-07  Juanma Barranquero  <lektu@terra.es>
3876         * window.c (Fset_window_buffer): Fix docstring.
3878 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
3880         * emacs.c (main) [VMS]: Fix var ref.
3882 2004-05-06  Romain Francoise  <romain@orebokech.com>
3884         * data.c (Fsetq_default): Fix docstring.
3886 2004-05-06  Jason Rumney  <jasonr@gnu.org>
3888         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
3889         to avoid name clash.
3891 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3893         * fileio.c (barf_or_query_if_file_exists): Use lstat.
3894         (Frename_file): Handle renaming of symlinks across file systems.
3895         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
3897 2004-05-04  Kim F. Storm  <storm@cua.dk>
3899         * xdisp.c (Qtotal): New var.
3900         (syms_of_xdisp): Intern and staticpro it.
3901         (calc_line_height_property): New arg total.  Set it if
3902         line-spacing property has format (total . VALUE).
3903         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
3904         Handle total line-spacing property.
3906 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3908         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
3909         "under" scroll bar when size/position changes.
3911 2004-05-03  Jason Rumney  <jasonr@gnu.org>
3913         * makefile.nt: Remove.
3915 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
3917         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
3918         Avoid compiler warnings.
3920         * Makefile.in (region-cache.o): Depend on config.h.
3922 2004-05-02  Romain Francoise  <romain@orebokech.com>
3924         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
3925         with continuation lines, too.
3927 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
3929         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
3931 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * xdisp.c (calc_line_height_property): YAILOM (yet another
3934         int/Lisp_Object mixup).
3936 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
3938         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
3939         undo bad effect of pack(4) in some versions of system headers.
3941 2004-05-01  Jason Rumney  <jasonr@gnu.org>
3943         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
3945 2004-04-30  Kim F. Storm  <storm@cua.dk>
3947         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
3948         (syms_of_buffer) <cursor-type>: Doc fix.
3950         * dispextern.h (struct it): Remove member use_default_face.
3951         Add members override_ascent, override_descent, override_boff.
3953         * xdisp.c (init_iterator): Handle line-spacing float value.
3954         Initialize override_ascent member.
3955         (append_space_for_newline): Reset override_ascent.
3956         Remove use_default_face.
3957         (calc_line_height_property): New function to calculate value of
3958         line-height and line-spacing properties.  Look at overlays, too.
3959         Set override_ascent, override_descent, override_boff members when
3960         using another face than the current face.  Float values are now
3961         relative to the frame default font, by default; accept a cons
3962         of ratio and face name to specify value relative to a specific face.
3963         (x_produce_glyphs): Use calc_line_height_property.
3964         Use override_ascent etc. when set to handle different face heights.
3965         A negative line-spacing property value is interpreted as a total
3966         line height, rather than inter-line spacing.
3967         (note_mouse_highlight): Allocate room for 40 overlays initially.
3969 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * data.c (Fsubr_name): New fun.
3972         (syms_of_data): Defsubr it.
3974 2004-04-29  Kim F. Storm  <storm@cua.dk>
3976         * xdisp.c (null_glyph_slice): New var.
3977         (append_glyph, append_composite_glyph, append_stretch_glyph):
3978         Use it to initialize glyph slice.
3980 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
3983         (on_hot_spot_p): Make sure we always return a value.
3984         (Flookup_image_map): Remove unused var ix and iy.
3985         (note_mode_line_or_margin_highlight): Remove unused var `image'.
3987 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
3989         * msdos.c (init_environment): If one of the TMP... environment
3990         variables is set to a drive letter without a trailing slash,
3991         append a slash.
3993 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3995         * editfns.c (lisp_time_argument): Provide externally.
3997         * fileio.c (Fset_file_times): New function.
3998         (syms_of_fileio): Intern and staticpro it.
4000 2004-04-27  Kim F. Storm  <storm@cua.dk>
4002         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
4003         header line strings.
4005         * dispextern.h (struct it): New member use_default_face.
4007         * xdisp.c (Qline_height): New variable.
4008         (syms_of_xdisp): Intern and staticpro it.
4009         (append_space_for_newline): Partially undo 2004-04-25 change;
4010         add default_face_p arg, and restore callers.
4011         Clear it->use_default_face after use.
4012         (x_produce_glyphs): Set default font for ascii char if
4013         it->use_default_font is set.  Change line-spacing property to set
4014         just extra line spacing.  Handle new line-height property.
4016 2004-04-26  Andreas Schwab  <schwab@suse.de>
4018         * print.c (print_object): Print non-ascii characters in bool
4019         vector representation as octal escapes.
4021         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
4022         * print.c (print_object): Use it instead of BITS_PER_CHAR for
4023         bool vectors.
4024         * lread.c (read1): Likewise.
4025         * alloc.c (Fmake_bool_vector): Likewise.
4026         * data.c (Faref, Faset): Likewise.
4027         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
4028         (mapcar1): Likewise.
4030 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
4032         * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
4034 2004-04-26  Miles Bader  <miles@gnu.org>
4036         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
4038 2004-04-26  Juanma Barranquero  <lektu@terra.es>
4040         * buffer.c (Fpop_to_buffer): Fix docstring.
4042 2004-04-26  Steven Tamm  <steventamm@mac.com>
4044         * lread.c (init_lread): Don't display missing lisp directory
4045         warnings with Carbon Emacs because self-contained bundled Emacs
4046         may be built without correct installation path.
4048 2004-04-25  Kim F. Storm  <storm@cua.dk>
4050         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
4052         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
4054         * xdisp.c (append_space_for_newline): Rename from append_space.
4055         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
4056         (x_produce_glyphs): Handle line-spacing property on newline char.
4057         If value is t, adjust ascent and descent to fit current row height.
4058         If value is an integer or float, set extra_line_spacing to integer
4059         value, or to float value x current line height.
4061 2004-04-23  Kenichi Handa  <handa@m17n.org>
4063         * fontset.c (Finternal_char_font): If POSITION is nil, return
4064         font for displaying CH with the default face.
4066 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4068         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4070 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4072         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
4073         Don't make assumptions about the relative place of i and val.
4074         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
4076 2004-04-21  Kim F. Storm  <storm@cua.dk>
4078         * dispextern.h (struct glyph_slice): New struct.
4079         (struct glyph): New member slice.
4080         (GLYPH_SLICE_EQUAL_P): New macro.
4081         (GLYPH_EQUAL_P): Use it.
4082         (struct glyph_string): New member slice.
4083         (struct it_slice): New struct.
4084         (struct it): New member slice, add member to stack too.
4085         New member constrain_row_ascent_descent_p.
4086         (image_ascent): Add prototype.
4088         * dispnew.c (buffer_posn_from_coords): Return full image width
4089         and height even for image slices (posn is relative to full image).
4090         (marginal_area_string): Adjust x0,y0 for image slice.
4092         * image.c (image_ascent): Add slice arg; calculate ascent for
4093         image slice (or full image).
4095         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
4096         (syms_of_keyboard): Defsubr them.
4098         * lisp.h (pos_visible_p): Fix prototype.
4100         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
4101         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4102         (x_draw_image_foreground, x_draw_image_relief)
4103         (x_draw_image_foreground_1, x_draw_image_glyph_string):
4104         Draw sliced images.
4106         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
4107         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4108         (x_draw_image_foreground, x_draw_image_relief)
4109         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
4110         Draw sliced images.
4112         * w32term.h (image_ascent): Remove prototype.
4114         * window.c (Fpos_visible_in_window_p): Return pixel position if
4115         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
4116         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
4117         to return/set vscroll in pixels.
4119         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
4121         * xdisp.c (Qslice): New variable.
4122         (syms_of_xdisp): Intern and staticpro it.
4123         (pos_visible_p): Return pixel position in new x and y args.
4124         (init_iterator): Reset it->slice info.
4125         (handle_display_prop): Parse (slice ...) property.
4126         (push_it, pop_it): Save/restore slice info.
4127         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
4128         force repositioning of tall row if window is vscrolled, as that
4129         would reset vscroll.
4130         (append_space): Set it->constrain_row_ascent_descent_p to avoid
4131         increasing row height if row is non-empty.
4132         (fill_image_glyph_string): Copy slice info.
4133         (take_vertical_position_into_account): Simplify.
4134         (produce_image_glyph): Handle iterator slice info, setup glyph
4135         slice info.  Do not force minimum line height.
4136         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
4137         do not increase height (ascent/descent) of non-empty row when
4138         adding normal character glyph; instead reduce glyph ascent/descent
4139         appropriately; if row is higher than current glyph, adjust glyph
4140         descent/ascent to reposition glyph within the existing row.
4141         Likewise, when char is newline, only set ascent/descent if row is
4142         currently empty.
4143         (note_mouse_highlight): Handle hotspots with sliced image.
4145         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
4146         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4147         (x_draw_image_foreground, x_draw_image_relief)
4148         (x_draw_image_foreground_1, x_draw_image_glyph_string):
4149         Draw sliced images.
4151         * xterm.h (image_ascent): Remove prototype.
4153 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
4157 2004-04-20  John Paul Wallington  <jpw@gnu.org>
4159         * fns.c (Fassoc, Feql): Fix indentation.
4161         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
4163 2004-04-19  John Paul Wallington  <jpw@gnu.org>
4165         * fns.c (Feql): New function.
4166         (syms_of_fns): Defsubr it.
4168 2004-04-18  Jason Rumney  <jasonr@gnu.org>
4170         * w32select.c (Fw32_set_clipboard_data): Get sequence number
4171         after closing the clipboard.
4173 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4175         * buffer.c (Fbuffer_base_buffer): Doc fix.
4177 2004-04-17  Kim F. Storm  <storm@cua.dk>
4179         * keymap.c (Fkey_description): Add optional PREFIX arg.
4180         Combine prefix with KEYS to make up the full key sequence to describe.
4181         Correlate meta_prefix_char and following (simple) key to describe
4182         as meta modifier.  All callers changed.
4183         (describe_map): Rename arg `keys' to `prefix'.  Remove local
4184         `elt_prefix' var.  Use Fkey_description with prefix instead of
4185         elt_prefix combined with Fsingle_key_description.
4186         (describe_vector): Declare static.  Replace arg `elt_prefix' with
4187         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
4188         if !KEYMAP_P. Use Fkey_description with prefix instead of
4189         Fsingle_key_description.
4191         * keymap.h (Fkey_description): Fix prototype.
4192         (describe_vector): Remove prototype.
4194         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
4196         * image.c (PNG_BG_COLOR_SHIFT): Remove.
4197         (png_load): Fix calculation of transparent background color on X
4198         and W32 platforms.
4200 2004-04-16  Juanma Barranquero  <lektu@terra.es>
4202         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
4203         not too large before computing how much to scroll.
4205 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
4209 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4211         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
4212         Add hyperlink to Elisp manual to the docstring.
4214 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * callint.c (fix_command): Use XDCR.
4218 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4220         * window.c (Fget_lru_window): Doc fix.
4222 2004-04-14  Kim F. Storm  <storm@cua.dk>
4224         * editfns.c (Fformat): Fix allocation size of precision array.
4226         * dispnew.c (update_window): Only set changed_p if
4227         scrolling_window actually did scroll.
4228         (scrolling_window): Only return 1 if we actually did scroll.
4230         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
4231         height to glyph height when cursor row is not fully visible.
4232         (make_cursor_line_fully_visible): Add FORCE_P arg to return
4233         failure in case row is higher than window.  Callers changed.
4234         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
4235         Try to scroll partially visible, higher-than-window cursor row.
4236         (redisplay_window): Always try to scroll partially visible,
4237         higher-than-window cursor row - both initially and again with
4238         centering_position = 0.
4239         Clear desired matrix before retrying with centering_position = 0.
4241 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4243         * syntax.c (scan_lists): Simplify backward string scan.
4244         Fix off-by-one boundary check for string and comment fences.
4246 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
4248         * sheap.c, unexcw.c: New files.
4250 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
4252         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
4253         base buffer has been killed.  Correct the error message if the
4254         base buffer does not exist.
4256 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
4258         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
4259         Cygwin itself.  Add support for Xaw3d scrollbars.
4261         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
4263         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
4265         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
4266         before Cygwin unexec.
4268         * Makefile.in: Link changes for Cygwin unexec() support.
4270 2004-04-12  Andreas Schwab  <schwab@suse.de>
4272         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
4274 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
4276         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
4277         IGNORE argument equals NAME.  Doc fix.
4279 2004-04-11  Masatake YAMATO  <jet@gyve.org>
4281         * buffer.c (fix_start_end_in_overlays): Make overlays
4282         empty if they are backwards.
4284 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * xfaces.c (face_color_supported_p): Fix compilation without X11.
4288 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4290         * doc.c (Fsnarf_documentation): Ignore new file name entries.
4292 2004-04-06  Kim F. Storm  <storm@cua.dk>
4294         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4295         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
4297         * w32term.c (w32_read_socket): Set mouse_face_hidden after
4298         clearing highlight.
4300         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4302         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
4303         clearing highlight.
4305         * indent.c (vmotion): Do not reserve one column for continuation
4306         marks on window frames.
4308 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
4310         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
4311         from GCC.
4313 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * .gdbinit-union: Remove.
4317         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
4318         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
4319         ($nonvalbits): Remove.
4320         ($valmask): Set it by calling xreload to avoid redundancy.
4322         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
4323         (gdb_emacs_intbits): Remove.
4325 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4327         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
4329 2004-03-30  Kenichi Handa  <handa@m17n.org>
4331         * editfns.c (Fformat): Fix initialization of the array info.
4333 2004-03-30  Kim F. Storm  <storm@cua.dk>
4335         * xterm.c (x_mouse_click_focus_ignore_position): New var.
4336         (syms_of_xterm): DEFVAR_BOOL it.
4337         (ignore_next_mouse_click_timeout): New var.
4338         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
4339         Use it to filter mouse clicks following focus event.
4341 2004-03-29  David Ponce  <david@dponce.com>
4343         * callint.c (Fcall_interactively): Fix last change.
4345 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4347         * eval.c (Fcommandp): Simplify.
4349         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
4350         Extend to handle all kinds of functions.
4352         * lisp.h (Finteractive_form): Declare.
4354         * callint.c (Fcall_interactively): Use it.
4356 2004-03-26  Kim F. Storm  <storm@cua.dk>
4358         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
4359         to catch errors in calc_pixel_width_or_height during redisplay.
4361 2004-03-26  Masatake YAMATO  <jet@gyve.org>
4363         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
4365         * lisp.h (fix_start_end_in_overlays): Likewise.
4367         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
4369         * editfns.c (Ftranspose_regions): Likewise.
4371 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4373         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
4375 2004-03-19  Richard M. Stallman  <rms@gnu.org>
4377         * s/sol2-6.h: Delete previous change.
4379 2004-03-19  Kim F. Storm  <storm@cua.dk>
4381         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
4382         to_charpos corresponds to newline in right fringe.  Use local
4383         BUFFER_POS_REACHED_P macro.
4385 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4387         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
4388         to compile on non-window system.
4390 2004-03-19  Kim F. Storm  <storm@cua.dk>
4392         * dispextern.h (calc_pixel_width_or_height): Add prototype.
4394         * image.c (Qcenter): Move to xdisp.c.
4396         * xdisp.c (Qcenter): Declare here.
4397         (syms_of_xdisp): Intern and staticpro it.
4398         (handle_single_display_prop): Allow space display property on all
4399         platforms.
4400         (display_mode_line): Set mode_line_p before displaying line.
4401         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
4402         handling.  Remove complex cases for fringes and scroll-bars.
4403         Add left, right, and center alignment positions. Add text (area)
4404         width/height.  Return width or height for image specs.
4405         (produce_stretch_glyph): Improve handling of :align-to.  Is now
4406         relative to left of text area by default, but other base offsets
4407         can be specified -- also for text lines.
4409         * term.c (produce_glyphs): Handle IT_STRETCH.
4410         (produce_stretch_glyph): New function to handle space width and
4411         align-to display properties on non-window systems.
4413 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4415         * fileio.c (Fread_file_name): Set completion-ignore-case for
4416         case-insensitive systems.
4418 2004-03-14  Masatake YAMATO  <jet@gyve.org>
4420         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
4421         when keymap and cursor are setup.
4423 2004-03-14  Steven Tamm <steventamm@mac.com>
4425         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
4427 2004-03-14  Kim F. Storm  <storm@cua.dk>
4429         * dispextern.h (x_find_image_file): Add prototype.
4431         * image.c (x_find_image_file): Make extern.
4433         * xfns.c (x_find_image_file): Remove prototype.
4435 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
4437         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
4439         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
4441 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4443         * fns.c (internal_equal): New arg PROPS controls comparing
4444         text properties.  All callers changed.
4445         (Fequal_including_properties): New function.
4446         (syms_of_fns): defsubr it.
4448 2004-03-12  Kim F. Storm  <storm@cua.dk>
4450         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
4452         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
4453         (image_background, image_background_transparent): Fix prototypes.
4455         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
4457         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
4458         (x_query_font, x_find_ccl_program, x_set_window_size)
4459         (x_make_frame_visible, mac_initialize, XCreatePixmap)
4460         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4461         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
4463         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
4464         (x_query_font, x_find_ccl_program, x_set_window_size)
4465         (x_make_frame_visible, mac_initialize, XCreatePixmap)
4466         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4467         (mac_draw_line_to_pixmap): Add prototypes.
4469 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4471         * macterm.c (XTread_socket): Fix mouse click on tool bar.
4473 2004-03-11  Kim F. Storm  <storm@cua.dk>
4475         * dispextern.h: Move image related prototypes from xfns.c section
4476         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
4477         HAVE_X_WINDOWS.
4479         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
4480         Move gtkutil.o to new GTK_OBJ list.
4481         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
4482         (GTK_OBJ) [USE_GTK]: New declaration.
4483         (obj): Add $(GTK_OBJ) to list.
4485 2004-03-11  Steven Tamm <steventamm@mac.com>
4487         * image.c [MAC_OSX]: Include sys/stat.h
4489         * macfns.c (syms_of_macfns): Remove definitions of things now
4490         defined in image.c
4492 2004-03-11  Kim F. Storm  <storm@cua.dk>
4494         The following changes consolidates the identical/similar image
4495         support code previously found in xfns.c, w32fns.c, and macfns.c
4496         into a new file image.c.
4498         * makefile.w32-in (OBJ1): Add image.o.
4499         ($(BLD)/image.$(O)): Add dependencies.
4501         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
4502         (image.o): Add dependencies.
4504         * image.c: New file with consolidated image support code.
4505         (COLOR_TABLE_SUPPORT): New define to control whether
4506         color table support is available (X only).
4507         (Bitmap_Record): Common name for x_bitmap_record,
4508         w32_bitmap_record, and mac_bitmap_record.
4509         (XImagePtr): Common name for pointer to XImage or equivalent.
4510         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
4511         to XImagePtr on X+MAC, and to HDC on W32.
4512         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
4513         (NO_PIXMAP): Common name for "None" or equivalent.
4514         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
4515         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
4516         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
4517         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
4518         Define with suitable equivalents on W32 and MAC for code sharing.
4519         (XDrawLine): Define on MAC for code sharing.
4520         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
4521         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
4522         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4523         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4524         (x_reference_bitmap, x_create_bitmap_from_data)
4525         (x_create_bitmap_from_file, x_destroy_bitmap)
4526         (x_destroy_all_bitmaps, x_create_bitmap_mask)
4527         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4528         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4529         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4530         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4531         (define_image_type, lookup_image_type, valid_image_p)
4532         (image_error, enum image_value_type, struct image_keyword)
4533         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4534         (make_image, free_image, prepare_image_for_display, image_ascent)
4535         (four_corners_best, image_background, image_background_transparent)
4536         (x_clear_image_1,  x_clear_image, x_alloc_image_color)
4537         (make_image_cache, free_image_cache, clear_image_cache)
4538         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4539         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4540         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4541         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4542         (init_image_func_pointer, image_load_quartz2d)
4543         (struct ct_color, init_color_table, free_color_table)
4544         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4545         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4546         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4547         (x_disable_image, x_build_heuristic_mask)
4548         (XBM support, XPM support, PBM support, PNG support, JPEG support)
4549         (TIFF support, GIF support, Ghostscript support): Consolidate image
4550         code from xfns.c, w32fns.c, and macfns.c.
4551         (syms_of_image): Consolidate image related symbol setup here.
4552         (init_image): Consolidate image related initializations here.
4554         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
4555         and init_image.  Remove call to init_xfns.
4557         * macterm.h (struct mac_bitmap_record): Add file member.
4558         Not currently used, but simplifies code sharing.
4560         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4561         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4562         (x_reference_bitmap, x_create_bitmap_from_data)
4563         (x_create_bitmap_from_file, x_destroy_bitmap)
4564         (x_destroy_all_bitmaps, x_create_bitmap_mask)
4565         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4566         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4567         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4568         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4569         (define_image_type, lookup_image_type, valid_image_p)
4570         (image_error, enum image_value_type, struct image_keyword)
4571         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4572         (make_image, free_image, prepare_image_for_display, image_ascent)
4573         (four_corners_best, image_background, image_background_transparent)
4574         (x_clear_image_1,  x_clear_image, x_alloc_image_color)
4575         (make_image_cache, free_image_cache, clear_image_cache)
4576         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4577         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4578         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4579         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4580         (init_image_func_pointer, image_load_quartz2d)
4581         (struct ct_color, init_color_table, free_color_table)
4582         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4583         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4584         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4585         (x_disable_image, x_build_heuristic_mask)
4586         (XBM support, XPM support, PBM support, PNG support, JPEG support)
4587         (TIFF support, GIF support, Ghostscript support): Merge with image
4588         code from xfns.c and macfns.c into image.c.
4589         (syms_of_xfns): Move image related symbols to image.c.
4590         (init_external_image_libraries, init_xfns): Remove; initialization
4591         moved to init_image in image.c.
4593         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4594         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4595         (x_reference_bitmap, x_create_bitmap_from_data)
4596         (x_create_bitmap_from_file, x_destroy_bitmap)
4597         (x_destroy_all_bitmaps, x_create_bitmap_mask)
4598         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4599         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4600         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4601         (define_image_type, lookup_image_type, valid_image_p)
4602         (image_error, enum image_value_type, struct image_keyword)
4603         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4604         (make_image, free_image, prepare_image_for_display, image_ascent)
4605         (four_corners_best, image_background, image_background_transparent)
4606         (x_clear_image_1,  x_clear_image, x_alloc_image_color)
4607         (make_image_cache, free_image_cache, clear_image_cache)
4608         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4609         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4610         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4611         (struct ct_color, init_color_table, free_color_table)
4612         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4613         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4614         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4615         (x_disable_image, x_build_heuristic_mask)
4616         (XBM support, XPM support, PBM support, PNG support, JPEG support)
4617         (TIFF support, GIF support, Ghostscript support): Merge with image
4618         code from xfns.c and macfns.c into image.c.
4619         (syms_of_xfns): Move image related symbols to image.c.
4620         (init_external_image_libraries, init_xfns): Remove; initialization
4621         moved to init_image in image.c.
4623         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4624         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4625         (x_reference_bitmap, x_create_bitmap_from_data)
4626         (x_create_bitmap_from_file, x_destroy_bitmap)
4627         (x_destroy_all_bitmaps, x_create_bitmap_mask)
4628         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4629         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4630         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4631         (define_image_type, lookup_image_type, valid_image_p)
4632         (image_error, enum image_value_type, struct image_keyword)
4633         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4634         (make_image, free_image, prepare_image_for_display, image_ascent)
4635         (four_corners_best, image_background, image_background_transparent)
4636         (x_clear_image_1,  x_clear_image, x_alloc_image_color)
4637         (make_image_cache, free_image_cache, clear_image_cache)
4638         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4639         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4640         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4641         (struct ct_color, init_color_table, free_color_table)
4642         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4643         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4644         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4645         (x_disable_image, x_build_heuristic_mask)
4646         (XBM support, XPM support, PBM support, PNG support, JPEG support)
4647         (TIFF support, GIF support, Ghostscript support): Merge with
4648         w32fns.c and macfns.c image code into image.c.
4649         (syms_of_xfns): Move image related symbols to image.c.
4650         (init_xfns): Remove; initialization moved to init_image in image.c.
4652         * lisp.h (syms_of_image, init_image): Add protoypes.
4653         (init_xfns): Remove prototype.
4655         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4656         (x_reference_bitmap, x_create_bitmap_from_data)
4657         (x_create_bitmap_from_file, x_destroy_bitmap)
4658         (x_create_bitmap_mask): Move prototypes from dispextern.h.
4659         (gamma_correct) [MAC_OS]: Add prototype.
4661         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4662         (x_reference_bitmap, x_create_bitmap_from_data)
4663         (x_create_bitmap_from_file, x_destroy_bitmap)
4664         (x_create_bitmap_mask): Move prototypes to dispextern.h.
4666 2004-03-09  Kenichi Handa  <handa@etlken2>
4668         * coding.c (decode_coding_emacs_mule): Handle insufficent source
4669         correctly.
4671 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4673         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
4675         * window.c (Fdisplay_buffer): Doc fix.
4677         * buffer.c (Fpop_to_buffer): Doc fix.
4679 2004-03-03  Kim F. Storm  <storm@cua.dk>
4681         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
4683 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
4687 2004-03-02  Richard M. Stallman  <rms@gnu.org>
4689         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
4691 2004-03-02  Kenichi Handa  <handa@m17n.org>
4693         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
4695 2004-03-02  Kim F. Storm  <storm@cua.dk>
4697         * window.h (struct window): New member overlay_arrow_bitmap.
4699         * window.c (make_window): Initialize overlay_arrow_bitmap.
4701         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
4702         implement and integrate multiple overlay arrows with redisplay.
4703         (syms_of_xdisp): DEFVAR_LISP and initialize it.
4704         (last_arrow_position, last_arrow_string): Replace by properties.
4705         (Qlast_arrow_position, Qlast_arrow_string)
4706         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
4707         (syms_of_xdisp): Intern and staticpro them.
4708         (overlay_arrow_string_or_property, update_overlay_arrows)
4709         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
4710         (overlay_arrow_at_row): New functions for multiple overlay arrows.
4711         (redisplay_internal): Use them instead of directly accessing
4712         Voverlay_arrow_position etc. for multiple overlay arrows.
4713         (mark_window_display_accurate): Use update_overlay_arrows.
4714         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
4715         (try_window_id): Use overlay_arrows_changed_p.
4716         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
4717         (display_line): Use overlay_arrow_at_row to check multiple
4718         overlay arrows, and get relevant overlay-arrow-string and
4719         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
4720         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
4721         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
4723         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
4724         (update_window_fringes): Remove unused code.
4726 2004-03-01  Jason Rumney  <jasonr@gnu.org>
4728         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
4730 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4732         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
4734         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
4736 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4738         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
4739         how many colors can be displayed.
4741 2004-03-01  Kenichi Handa  <handa@m17n.org>
4743         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
4744         correctly.
4746 2004-02-28  Kim F. Storm  <storm@cua.dk>
4748         * dispnew.c (update_window): Update header line also if there are
4749         no other changes in window (move code after set_cursor label).
4751         * lisp.h (mark_window_display_accurate): Remove prototype.
4753         * window.c (window_loop, Fforce_window_update): Force mode line
4754         updates by setting prevent_redisplay_optimizations_p and
4755         update_mode_lines.
4757 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4759         * xfns.c (x_window): Fix indentation.
4761         * xterm.c (x_calc_absolute_position): Call x_real_positions
4762         to get WM window sizes and use those to calculate position.
4763         (x_set_offset): Remove code commented out.
4765 2004-02-28  Miles Bader  <miles@gnu.org>
4767         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
4769 2004-02-28  Kim F. Storm  <storm@cua.dk>
4771         * keyboard.c (kbd_buffer_store_event_hold): New function to store
4772         an event into kbd fifo, but with special handling of quit event;
4773         a quit event is saved for later, and further events are discarded
4774         until the saved quit event has been processed.
4775         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
4776         (gen_help_event): Store help event in kbd fifo.
4777         (NREAD_INPUT_EVENTS): Remove.
4778         (read_avail_input): Adapt to new read_socket_hook interface.
4779         Remove allocation and initialization of local input_event buffer,
4780         as read_socket_hook stores events directly in fifo.  Allocate and
4781         initialize local hold_quit event to handle postponed quit event
4782         (and store it if set by kbd_buffer_store_event_hold).
4784         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
4785         (gen_help_event): Fix prototype.
4787         * macterm.c (XTread_socket): Remove bufp_r and
4788         numcharsp args.  Add hold_quit arg.
4789         Rework to use just one, local, inev input_event.  Store inev
4790         directly in fifo using kbd_buffer_store_event_hold.
4792         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
4793         (read_input_waiting): Adapt to new read_socket_hook interface.
4794         Remove allocation and initialization of local input_event buffer,
4795         as read_socket_hook stores events directly in fifo.  Allocate and
4796         initialize local hold_quit event to handle postponed quit event
4797         (and store it if set by kbd_buffer_store_event_hold).
4799         * term.c (read_socket_hook): Fix arg list.
4801         * termhooks.h (read_socket_hook): Fix prototype.
4803         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
4804         numcharsp args.  Add hold_quit arg.
4805         Rework to use just one, local, inev input_event.  Store inev
4806         directly in fifo using kbd_buffer_store_event_hold.
4808         * w32inevt.h (w32_console_mouse_position): Fix prototype.
4810         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
4811         Add hold_quit arg.  Rework to use just one, local, inev
4812         input_event.  Store inev directly in fifo using
4813         kbd_buffer_store_event_hold.  Update count in one place.
4814         Postpone call to gen_help_event until inev is stored; use new
4815         local do_help for this.
4816         Remove local emacs_event in handing of ButtonPress event; just use
4817         inev instead (so no reason to copy it later).
4819         * xsmfns.c (x_session_check_input): Remove numchars arg.
4821         * xterm.c (x_focus_changed, x_detect_focus_change):
4822         Remove numchars arg.  Always store event into bufp arg.
4823         Return nothing.  Callers changed accordingly.
4824         (glyph_rect): Simplify.
4825         (STORE_KEYSYM_FOR_DEBUG): New macro.
4826         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
4827         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
4828         (current_hold_quit) [USE_GTK]: Add.
4829         (event_handler_gdk): Adapt to new handle_one_xevent.
4830         (handle_one_xevent): Remove bufp_r and numcharsp args.
4831         Add hold_quit arg.  Rework to use just one, local, inev
4832         input_event.  Store inev directly in fifo using
4833         kbd_buffer_store_event_hold.  Update count in one place.
4834         Postpone call to gen_help_event until inev is stored; use new
4835         local do_help for this.
4836         Simplify handling of keysyms (consolidate common code).  Fix bug
4837         where count was updated with nchars instead of nbytes.
4838         Remove local emacs_event in handing of ButtonPress event; just use
4839         inev instead (so no reason to copy it later).
4840         Remove `out' label.  Rename label `ret' to `done'; add various
4841         `goto done' to clarify code flow in deeply nested blocks.
4842         (x_dispatch_event): Simplify as handle_one_xevent now calls
4843         kbd_buffer_store_event itself.
4844         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
4845         arg.  Call handle_one_xevent with new arglist.  Store event from
4846         x_session_check_input in fifo.
4847         [USE_GTK]: Setup current_hold_quit.
4848         Decrement handling_signal before unblocking input.
4849         (x_initialize) [USE_GTK]: Initialize current_count.
4851         * xterm.h (x_session_check_input): Fix prototype.
4853 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4855         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
4857         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
4858         macgui.h).
4860         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
4862         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
4863         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
4864         (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
4865         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
4866         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
4867         (Bitmap): Remove typedef.
4868         (Pixmap): Change int to GWorldPtr.
4870         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4872         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4873         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
4874         New #define to extract 16-bit depth color components from unsigned
4875         long representation.
4876         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
4877         colors used for masks.
4878         (struct mac_display_info): Add color_p.  Remove n_cbits.
4880         * macfns.c: Include sys/types.h and sys/stat.h.
4881         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
4882         Include QuickTime/QuickTime.h.
4883         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4884         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
4885         functions defined in macterm.c.
4886         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
4887         (ZPixmap): New #define for compatibility with xfns.c.
4888         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4889         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
4890         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
4891         New functions.
4892         (four_corners_best, x_create_x_image_and_pixmap)
4893         (x_destroy_x_image, unwind_create_frame, x_disable_image)
4894         (x_edge_detection, init_color_table, colors_in_color_table)
4895         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
4896         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
4897         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
4898         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
4899         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
4900         long mixup.
4901         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
4902         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
4903         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
4904         (x_set_cursor_type, Fxw_color_values, valid_image_p)
4905         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
4906         (x_alloc_image_color, clear_image_cache, lookup_image)
4907         (x_find_image_file, xbm_read_bitmap_file_data)
4908         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
4909         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
4910         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
4911         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
4912         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
4913         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
4914         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
4915         #if 0.
4916         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
4917         #if 0.  Free white_relief.gc and black_relief.gc.
4918         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
4919         New functions (from xfns.c).
4920         (Fx_create_frame): Record unwind_create_frame.
4921         (Fxw_display_color_p): Use dpyinfo->color_p.
4922         (Fx_display_grayscale_p, Fx_display_planes): Don't use
4923         dpyinfo->n_cbits.
4924         (Fx_display_color_cells): Use dpyinfo->n_planes;
4925         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
4926         (Qheuristic, cross_disabled_images, emboss_matrix)
4927         (laplace_matrix): New variables (from xfns.c).
4928         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
4929         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
4930         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
4931         (image_background_transparent): New function (from xfns.c).
4932         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4933         (image_load_quicktime): Add declaration.
4934         [MAC_OSX] (image_load_quartz2d): Likewise.
4935         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
4936         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
4937         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
4938         (xbm_load_image_from_file, x_laplace_read_row)
4939         (x_laplace_write_row, pbm_read_file): Remove functions.
4940         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
4941         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
4942         (colors_in_color_table): Sync with xfns.c (although not used).
4943         (lookup_rgb_color): Don't lookup color table.  Just do gamma
4944         correction.
4945         (COLOR_INTENSITY): New #define (from xfns.c).
4946         (x_disable_image): New function (from xfns.c).
4947         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4948         (x_build_heuristic_mask): Sync with xfns.c.
4949         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4950         (HAVE_PBM): Remove #ifdef.
4951         (pbm_load): Sync with xfns.c.  Set img->width and img->height
4952         before IMAGE_BACKGROUND.
4953         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
4954         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
4955         Don't enclose with #if HAVE_PNG.
4956         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
4957         symbol _CGImageCreateWithPNGDataProvider is defined.
4958         Otherwise use image_load_quicktime.
4959         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
4960         [HAVE_PNG] (png_load): Sync with xfns.c.
4961         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4962         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
4963         HAVE_JPEG.
4964         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
4965         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
4966         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
4967         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
4968         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
4969         (tiff_image_p, tiff_load): Don't enclose declarations with #if
4970         HAVE_TIFF.
4971         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
4972         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
4973         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
4974         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
4975         New functions (from xfns.c).
4976         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
4977         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
4978         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
4979         Don't enclose with #if HAVE_GIF.
4980         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
4981         animated gif.  Otherwise use image_load_quicktime.
4982         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
4983         gif_DrawText to avoid conflict with QuickdrawText.h.
4984         [HAVE_GIF] (gif_load): Sync with xfns.c.
4985         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
4986         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
4987         Ghostscript is not supported yet).
4988         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
4989         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
4990         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
4991         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
4992         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
4993         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
4994         HAVE_PNG.  Call EnterMovies to support animated gifs.
4995         Call init_image_func_pointer to bind a symbol
4996         _CGImageCreateWithPNGDataProvider if it is defined.
4998         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4999         (x_draw_bar_cursor): Sync declaration with xterm.c.
5000         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
5001         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
5002         graphics).
5003         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
5004         (mac_draw_line_to_pixmap, XCreatePixmap)
5005         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
5006         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
5007         New functions.
5008         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
5009         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
5010         Cast bits to char *.
5011         (reflect_byte): New function (from w32fns.c).
5012         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
5013         due to byte alignment.
5014         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
5015         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
5016         (XSetForeground): Remove static (now used in macfns.c).
5017         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
5018         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
5019         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
5020         (x_draw_glyph_string_box, x_draw_image_foreground)
5021         (x_draw_image_foreground_1, x_draw_image_glyph_string)
5022         (x_draw_stretch_glyph_string, x_draw_glyph_string)
5023         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
5024         Sync with xterm.c.
5025         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
5026         than the xterm.c version when a strictly horizontal or vertical
5027         line is drawn.
5028         (XTset_terminal_window): Add static.
5029         (x_make_frame_visible): Add UNBLOCK_INPUT.
5030         (x_free_frame_resources): New funcion (from xterm.c).
5031         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
5032         occurs in tool bar area.
5033         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
5034         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
5035         Initialize image cache.
5036         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
5037         Enclose unused functions with #if 0.
5038         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
5039         (decode_mac_font_name): New function to apply code conversions
5040         from a mac font name to an XLFD font name according to its script code.
5041         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
5042         font name to a mac font name according to REGISTRY and ENCODING fields.
5043         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
5044         whose name starts with `.'.
5045         (init_font_name_table): Use decode_mac_font_name.  Add both
5046         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
5047         of a font is smJapanese.
5048         (mac_do_list_fonts): New function to list fonts that match a given
5049         pattern.
5050         (x_list_fonts, XLoadQueryFont): Use it.
5051         (XLoadQueryFont): Set rbearing field for each variable width
5052         character to avoid needless redraw.
5053         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
5055 2004-02-26  Kim F. Storm  <storm@cua.dk>
5057         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
5058         as read_socket_hook handler on X aborts if buffer is too small
5059         and W32 handler doesn't always check buffer limit.
5061         * xdisp.c (handle_single_display_prop): Handle left-fringe and
5062         right-fringe similar to a display margin image.  Specifically,
5063         the characters having the fringe prop are no longer shown, and
5064         we use IT_IMAGE/next_element_from_image with image_id = -1 to
5065         do this.  Set fringe bitmap face_id in it->face_id.
5066         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
5067         still realize it->face (i.e. the fringe bitmap face).
5069 2004-02-25  Miles Bader  <miles@gnu.org>
5071         * xdisp.c (check_it): Check string/string_pos consistency.
5072         (init_iterator): Initialize string-related fields properly.
5074 2004-02-11  Miles Bader  <miles@gnu.org>
5076         * xdisp.c (produce_image_glyph): Force negative descents to zero.
5078 2004-02-10  Miles Bader  <miles@gnu.org>
5080         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
5081         BLOCK_INPUT can be nested, so it doesn't make much sense.
5083 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
5085         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
5086         (xbm_read_bitmap_data): Use unsigned char for image data.
5088 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
5090         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
5092 2004-02-22  Jason Rumney  <jasonr@gnu.org>
5094         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
5095         correctly over other bitmaps.
5097 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
5099         * emacs.c (USAGE1): Split into two halves.
5100         (USAGE2): Second half of the old USAGE1.
5101         (USAGE3): Rename from USAGE2.
5102         (USAGE4): Rename from USAGE3.
5104 2004-02-21  Juri Linkov  <juri@jurta.org>
5106         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
5107         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
5108         --file.  Fix -f, -l.  Sort options.  Untabify.
5109         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
5111 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
5113         * category.c (Fdefine_category, Fcategory_docstring)
5114         (Fget_unused_category, Fset_category_table)
5115         (Fcategory_set_mnemonics): Doc fixes.
5117 2004-02-20  Kim F. Storm  <storm@cua.dk>
5119         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
5120         The following changes are relative to the 2004-01-21 revision.
5121         (NREAD_INPUT_EVENTS): Define as max number of input events to read
5122         in one call to read_socket_hook.  Value is 8.
5123         (read_avail_input): Separate and rework handling of read_socket_hook
5124         and non-read_socket_hook cases.  Use smaller input_event buffer
5125         in read_socket_hook case, and repeat if full buffer is read.
5126         Use new local variable 'discard' to skip input after C-g.
5127         In non-read_socket_hook case, just use a single input_event, and
5128         call kbd_buffer_store_event on the fly for each character.
5130 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
5133         Remove unused `gu' alternative.
5135 2004-02-19  Andreas Schwab  <schwab@suse.de>
5137         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
5138         warning.
5140 2004-02-18  Kim F. Storm  <storm@cua.dk>
5142         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
5143         Fix last change.
5145 2004-02-17  Kim F. Storm  <storm@cua.dk>
5147         * xdisp.c (fast_find_position): Fix return value of new version;
5148         it was inverted compared to the 21.1 version.
5149         (get_window_cursor_type): Don't look at glyph if NULL.
5150         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
5152         * keyboard.c: Rework previous change; it didn't consider that the
5153         buf array was allocated on the stack.
5154         (prev_read): Remove variable.
5155         (read_avail_input_buf): New static event buffer array.
5156         (in_read_avail_input): New static variable to handle re-entrancy.
5157         (read_avail_input): Change buf to pinter to read_avail_input_buf.
5158         Use in_read_avail_input to handle re-entrance; when re-entered,
5159         fully initialize and use tmp_buf array instead of read_avail_input_buf.
5160         Do not initialize read_avail_input_buf in full here; instead assume it
5161         is always cleared on entry.  To ensure that, we clear (just) the
5162         entries that were used before we return.
5163         (init_keyboard): Initialize read_avail_input_buf here.
5165 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
5167         * cmds.c (Fend_of_line): Doc fix.
5169 2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
5171         * keyboard.c (prev_read): New static variable.
5172         (read_avail_input): Use it to zero out only those slots in buf[]
5173         that were used last time we were called.
5175 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5177         * Makefile.in (obj): Move fringe.o from here...
5178         (XOBJ, MAC_OBJ): ...to here.
5180 2004-02-16  Stephen Eglen  <stephen@gnu.org>
5182         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
5184 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         * data.c (Fbyteorder):
5187         * fringe.c (Fdefine_fringe_bitmap):
5188         * xdisp.c (handle_single_display_prop):
5189         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
5191 2004-02-16  Jason Rumney  <jasonr@gnu.org>
5193         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
5195 2004-02-15  Steven Tamm  <steventamm@mac.com>
5197         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
5198         controlling emulation of a three button mouse with option and
5199         command keys.
5200         (Qreverse, mac_get_enumlated_btn): Handle the emulation
5201         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
5203 2004-02-15  Kim F. Storm  <storm@cua.dk>
5205         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
5207         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
5208         Perform byte-swapping.
5210 2004-02-14  Kim F. Storm  <storm@cua.dk>
5212         * dispextern.h (struct draw_fringe_bitmap_params): Change member
5213         bits from char to short to facilitate wider bitmaps.
5214         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
5215         member.
5217         * fringe.c (struct fringe_bitmap): Change member bits from char to
5218         short to facilitate 16 bits wide bitmaps.  Modify all standard
5219         bitmaps accordingly.
5220         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
5221         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
5222         (draw_fringe_bitmap): Ditto.
5223         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
5224         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
5225         handle up to 16 bits wide bitmaps.
5226         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
5227         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
5229         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
5230         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
5231         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
5233         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
5234         so it is no longer necessary to expand them here.
5236         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
5238 2004-02-12  Kim F. Storm  <storm@cua.dk>
5240         * window.c (Fwindow_fringes): Doc fix.
5242 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5244         * xselect.c (x_get_foreign_selection): Add new optional parameter
5245         time_stamp.
5246         (Fx_get_selection_internal): Ditto, pass time_stamp to
5247         x_get_foreign_selection.
5249         * data.c (Fbyteorder): New function.
5251 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5253         * atimer.c: Move include stdio.h to same place as in other files.
5255         * region-cache.c: Ditto.
5257         * sysdep.c: Ditto.
5259         * xfaces.c: Ditto.
5261 2004-02-09  Sam Steingold  <sds@gnu.org>
5263         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
5265 2004-02-09  Kim F. Storm  <storm@cua.dk>
5267         * fringe.c: New file.  Move original fringe related declarations
5268         and code from dispextern.h and xdisp.c here.
5269         Rework code to support user defined fringe bitmaps, redefining
5270         standard bitmaps, ability to overlay user defined bitmap with
5271         overlay arrow bitmap, and add faces to bitmaps.
5272         (Voverflow_newline_into_fringe): Declare here.
5273         (enum fringe_bitmap_align): New enum.
5274         (..._bits): All bitmaps are now defined without bitswapping; that
5275         is now done in init_fringe_once (if necessary).
5276         (standard_bitmaps): New array with specifications for the
5277         standard fringe bitmaps.
5278         (fringe_faces): New array.
5279         (valid_fringe_bitmap_id_p): New function.
5280         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
5281         (draw_fringe_bitmap): New function which draws fringe bitmap,
5282         possibly overlaying bitmap with cursor in right fringe or the
5283         overlay arrow in the left fringe.
5284         (update_window_fringes): Do not handle overlay arrow here.
5285         Compare and copy fringe bitmap faces.
5286         (init_fringe_bitmap): New function.
5287         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
5288         define and destroy user defined fringe bitmaps.
5289         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
5290         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
5291         (syms_of_fringe): New function.  Defsubr new DEFUNs.
5292         DEFVAR_LISP Voverflow_newline_into_fringe.
5293         (init_fringe_once, init_fringe): New functions.
5294         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
5296         * Makefile.in (obj): Add fringe.o.
5297         (fringe.o): New dependencies.
5299         * dispextern.h (FRINGE_ID_BITS): New definition for number of
5300         bits allocated to hold a fringe number.  Increase number of bits
5301         from 4 to 8 to allow user defined fringe bitmaps.
5302         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
5303         left_user_fringe_face_id, right_user_fringe_bitmap,
5304         right_user_fringe_face_id.
5305         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
5306         Move to new file fringe.c.
5307         (MAX_FRINGE_BITMAPS): Define here.
5308         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
5309         and overlay_p.  Change member which to int.
5310         (struct redisplay_interface): New members define_fringe_bitmap
5311         and destroy_fringe_bitmap.
5312         (valid_fringe_bitmap_id_p): Add prototype.
5313         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
5315         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
5316         arrows.
5317         (update_frame): Do flush_display if force_flush_display_p to
5318         ensure display (specifically fringes) are updated in a timely
5319         manner when resizing the frame by dragging the mouse.
5320         (update_window_line): Update row if overlay arrow changed.
5321         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
5322         or overlay arrow changed.
5324         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
5325         syms_of_fringe, and init_fringe.
5327         * frame.h (struct frame): New member force_flush_display_p.
5329         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
5330         Add prototypes.
5332         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
5333         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
5334         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
5335         Use cursor color for displaying cursor in fringe.
5336         (x_redisplay_interface): Add null handlers for
5337         define_fringe_bitmap and destroy_fringe_bitmap functions.
5339         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
5340         xterm.c to handle overlayed fringe bitmaps and to use cursor color
5341         for displaying cursor in fringe.
5342         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
5343         specific functions to define and destroy fringe bitmaps in fringe_bmp.
5344         (w32_redisplay_interface): Add them to redisplay_interface.
5345         (w32_term_init): Call w32_init_fringe instead of explicitly
5346         defining fringe bitmaps in fringe_bmp array.
5347         (x_delete_display): Call w32_reset_fringes instead of explicitly
5348         destroying fringe bitmaps in fringe_bmp array.
5350         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
5351         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
5352         (continued_bits, continuation_bits, ov_bits, first_line_bits)
5353         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
5354         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
5355         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
5356         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
5357         Move fringe handling vars and code to new file fringe.c.
5358         (handle_display_prop): Handle left-fringe and right-fringe
5359         display properties; store user fringe bitmaps in iterator.
5360         (move_it_in_display_line_to): Handle cursor in fringe at eob.
5361         (clear_garbaged_frames): Set force_flush_display_p if resized.
5362         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
5363         (display_line): Handle cursor in fringe at eob.
5364         (display_line): Set row user fringe bitmaps from iterator.
5366         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
5367         Use cursor color for displaying cursor in fringe.
5368         (x_redisplay_interface): Add null handlers for
5369         define_fringe_bitmap and destroy_fringe_bitmap functions.
5371 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5373         * macfns.c (Fx_change_window_property): Make doc string and
5374         parameters same as for X version.
5376         * w32fns.c (Fx_change_window_property): Ditto.
5378 2004-02-07  Kim F. Storm  <storm@cua.dk>
5380         * xdisp.c (hscroll_window_tree): Position cursor near to right
5381         margin in hscrolled window when jumping to end of line (rather
5382         than centering cursor).
5384         * process.c (wait_reading_process_input): Don't do adaptive read
5385         buffering if waiting for a specific process.
5387 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
5389         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
5390         (Fread_minibuffer, Feval_minibuffer)
5391         (Fread_string, Fread_no_blanks_input)
5392         (Fcompleting_read): Doc fixes.
5393         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
5394         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
5395         (read_minibuf): Fix initial comment.
5396         (Ftry_completion, Fall_completions, Ftest_completion): Bind
5397         case-fold-search to the value of completion-ignore-case when
5398         checking completion-regexp-list.
5399         (Fdisplay_completion_list): Make it handle arguments that are
5400         symbols.  Doc fix.
5402 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5404         * xterm.h: Add declaration of free_frame_menubar.
5406         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
5407         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
5408         (Fx_change_window_property): Add declaration of parameters type and
5409         format.  Remove unused variable cons.
5411         * xselect.c: Include stdio,h.
5413 2004-02-05  Kenichi Handa  <handa@m17n.org>
5415         * fns.c (Fset_char_table_range): Fix previous change.
5417         * buffer.c (Fset_buffer_multibyte): Fix docstring.
5419 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
5421         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
5423 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * keymap.c (Vmouse_events): Rename from Vmenu_events.
5426         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
5428 2004-02-04  Kenichi Handa  <handa@m17n.org>
5430         * fns.c (Fset_char_table_range): Handle charsets ascii,
5431         eight-bit-control, and eight-bit-graphic correctly.
5433 2004-02-03  Jason Rumney  <jasonr@gnu.org>
5435         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
5437         * w32fns.c (x_to_w32_font): Likewise.
5439 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5441         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
5442         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
5444         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
5445         ClientMessages.
5447         * xselect.c: Include termhooks.h and X11/Xproto.h
5448         (x_check_property_data, x_fill_property_data)
5449         (x_property_data_to_lisp, mouse_position_for_drop)
5450         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
5451         (Fx_send_client_event): Move here from xfns.c.
5452         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
5454         * xfns.c (x-send-client-message): Move to xselect.c
5455         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
5456         OUTER_P.
5457         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
5458         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
5459         if vector_ret_p is true.
5460         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
5462 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
5464         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
5465         basename of FILE relative to it, not FILE itself.
5467 2004-02-02  Kenichi Handa  <handa@m17n.org>
5469         * coding.c (coding_restore_composition): Check invalid
5470         composition data more rigidly.
5472 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
5474         * fileio.c (Fread_file_name_internal): Correctly handle the case
5475         where insert-default-directory is nil.
5476         (Fread_file_name): Always return an empty string if the user exits
5477         with an empty minibuffer.  Adapt the docstring accordingly.
5478         (syms_of_fileio): Adapt the docstring of insert-default-directory
5479         to the change in Fread_file_name.
5481 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
5483         * alloca.c [!alloca]: Fix the prototype for xfree.
5485 2004-01-29  Kenichi Handa  <handa@m17n.org>
5487         * fns.c (string_char_to_byte): Optimize for ASCII only string.
5488         (string_byte_to_char): Likewise.
5490 2004-01-28  Peter Runestig  <peter@runestig.com>
5492         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
5494 2004-01-27  Steven Tamm  <steventamm@mac.com>
5496         * unexmacosx.c (unexec_copy): Do not copy more than was
5497         requested to prevent overwriting during unexec.
5499 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5501         * process.c (sigchld_handler): Add comment about not calling malloc.
5503         * process.h: Add extern to synch_process_termsig.
5505 2004-01-27  Steven Tamm  <steventamm@mac.com>
5507         * macterm.c (make_mac_frame, make_mac_terminal_frame):
5508         Move setting of scroll bars from make_mac_frame to
5509         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
5511 2004-01-26  Richard M. Stallman  <rms@gnu.org>
5513         * search.c (Freplace_match): Handle nonexistent
5514         back-references properly.
5516 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5518         * window.c (decode_any_window): New function.
5519         (Fwindow_height, Fwindow_width, Fwindow_edges)
5520         (Fwindow_pixel_edges, Fwindow_inside_edges)
5521         (Fwindow_inside_pixel_edges): Use decode_any_window.
5523 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5525         * process.h: synch_process_termsig new variable.
5527         * callproc.c: Define synch_process_termsig.
5528         (Fcall_process): Initiate synch_process_termsig to zero and
5529         check if non-zero and get signal name after subprocess has ended.
5531         * process.c (sigchld_handler): Set synch_process_termsig
5532         if terminated by a signal.  synch_process_death setting removed.
5534         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
5536 2004-01-26  Andreas Schwab  <schwab@suse.de>
5538         * print.c (print_preprocess): Declare size as EMACS_INT to not
5539         lose bits.
5540         (print_object): Likewise.
5541         * alloc.c (Fpurecopy): Likewise.
5543 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
5545         * window.c (Fwindow_minibuffer_p): Doc fix.
5547 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
5549         * editfns.c (Fformat): Make both passes accept the same set of flags.
5551 2004-01-23  Kenichi Handa  <handa@m17n.org>
5553         * fns.c (Fmd5): If OBJECT is a buffer different from the current
5554         one, set buffer to OBJECT temporarily.
5556 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * keyboard.c (kbd_buffer_gcpro): Remove.
5559         (kbd_buffer_store_event, clear_event, Fdiscard_input)
5560         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
5561         Don't initialize and/or maintain the variable any more.  It was made
5562         redundant by my commit of 2003-06-15.
5564         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
5566 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5568         * lisp.h: Add undef DECL_ALIGN.
5570 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * process.c (wait_reading_process_input) [SYNC_INPUT]:
5573         Check interrupt_input_pending explicitly.
5575         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
5577         * keyboard.c (handle_async_input): New fun,
5578         extracted from input_available_signal.
5579         (input_available_signal, reinvoke_input_signal): Use it.
5581 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
5585         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
5586         manipulation macros for when tags are in the lower bits.
5587         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
5588         (DECL_ALIGN): New macro.
5589         (DEFUN): Use it.
5591         * lisp.h [ENABLE_CHECKING]: Don't force union type.
5593         * s/darwin.h (__attribute__): Remove outdated workaround.
5595         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
5597         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
5598         Don't check range of malloc address.
5599         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
5601         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
5603         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
5605 2004-01-19  Kenichi Handa  <handa@m17n.org>
5607         * fontset.c (fontset_font_pattern): Fix previous change.
5609 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
5611         * xdisp.c (Voverflow_newline_into_fringe)
5612         (move_it_in_display_line_to, redisplay_internal)
5613         (update_window_fringes, redisplay_window, display_line, window):
5614         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
5615         that it compiles without a window-system.
5616         * dispnew.c (direct_output_for_insert, update_window): Likewise.
5618 2004-01-16  Kim F. Storm  <storm@cua.dk>
5620         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
5622         * buffer.c (init_buffer_once): Set buffer_defaults and
5623         buffer_local_flags for indicate_buffer_boundaries.
5624         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
5625         default- variable for it.
5627         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
5628         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
5629         New members exact_window_width_line_p and cursor_in_fringe_p for
5630         overflowing newlines into right fringe.
5631         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
5632         and indicate_bottom_line_p for buffer boundaries and scrolling.
5633         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
5634         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
5635         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
5636         and HOLLOW_SQUARE_BITMAP.
5637         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
5638         Add prototypes.
5640         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
5641         instead of related indicator fields.
5642         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
5643         (direct_output_for_insert): Handle exact width lines like
5644         contined lines.  Call update_window_fringes.
5645         (update_window): Call update_window_fringes.
5646         (scrolling_window): Don't skip desired rows with changed bitmaps.
5647         Check if fringe bitmaps changes when assigning scrolled rows.
5649         * xdisp.c (Voverflow_newline_into_fringe): New variable.
5650         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
5651         (move_it_in_display_line_to): Overflow newline into fringe for
5652         rows that are exactly as wide as the window.
5653         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
5654         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
5655         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
5656         (fringe_bitmaps): Add new bitmaps.
5657         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
5658         Select proper bitmap for cursor in fringe when appropriate.
5659         Handle alignment of bitmap to top or bottom of row.
5660         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
5661         done by update_window_fringes.
5662         (update_window_fringes, draw_window_fringes): New functions.
5663         (redisplay_internal): Call update_window_fringes in case only
5664         cursor row is updated.
5665         (redisplay_window): Call update_window_fringes.
5666         Explicitly call draw_window_fringes if redisplay was done using
5667         the current matrix or the overlay arrow is in the window.
5668         (try_window_reusing_current_matrix): Mark scrolled rows for
5669         fringe update (to update buffer-boundaries / scrolling icons).
5670         (find_last_unchanged_at_beg_row): Handle exact width lines line
5671         continued lines.
5672         (display_line): Overflow newline into fringe for rows that are
5673         exactly as wide as the window.  Don't append space for newline
5674         in this case.
5675         (notice_overwritten_cursor): Explicitly clear cursor bitmap
5676         in fringe as if it had been overwritten.
5677         (erase_phys_cursor): Erase cursor bitmap in fringe.
5678         (syms_of_xdisp): Mark show-trailing-whitespace and
5679         void-text-area-pointer as user options.
5680         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
5682         * xterm.c (x_update_window_end): Call draw_window_fringes.
5683         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5684         in row instead of actually drawing fringe bitmaps.
5685         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5686         (x_draw_window_cursor): Draw cursor in fringe.
5688         * w32term.c (x_update_window_end): Call draw_window_fringes.
5689         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5690         in row instead of actually drawing fringe bitmaps.
5691         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5692         (w32_draw_window_cursor): Draw cursor in fringe.
5694         * macterm.c (x_update_window_end): Call draw_window_fringes.
5695         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5696         in row instead of actually drawing fringe bitmaps.
5697         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5698         (mac_draw_window_cursor): Draw cursor in fringe.
5700 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5702         * xterm.c (handle_one_xevent): Don't handle characters that are part
5703         of an old style (XLookupString) compose sequence.
5705 2004-01-15  Kenichi Handa  <handa@m17n.org>
5707         * search.c (Freplace_match): Use make_multibyte_string or
5708         make_unibyte_string according to the buffer multibyteness.
5710 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5712         * alloc.c (struct interval_block, struct string_block)
5713         (struct symbol_block, struct marker_block, live_string_p)
5714         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
5715         Better preserve alignment for objects in blocks.
5716         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
5718         * lread.c (defvar_per_buffer): Remove dead declaration.
5720         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
5721         space size.
5723 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5725         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
5726         if a key press should pop down.  Only pop down if a key is pressed
5727         outside the menu/dialog.
5728         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
5729         popup_get_selection.
5730         (create_and_show_dialog): Pass 1 for down_on_keypress to
5731         popup_get_selection.
5733 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5735         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
5736         BLOCK/UNBLOCK_INPUT.
5738 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5740         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
5741         specified.
5743 2004-01-08  Kenichi Handa  <handa@m17n.org>
5745         * editfns.c (Fformat): Fix '&' to '&&'.
5747 2004-01-08  Andreas Schwab  <schwab@suse.de>
5749         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
5750         size if PSEUDOVECTOR_FLAG is set.
5752 2004-01-07  Kenichi Handa  <handa@m17n.org>
5754         * charset.c (Fdeclare_equiv_charset): Fix docstring.
5756         * fontset.c (fontset_ref_via_base): Fix previous change.
5758 2004-01-07  Kim F. Storm  <storm@cua.dk>
5760         * process.c (read_process_output): Only activate adaptive
5761         buffering if we read less than 256 bytes at a time.
5763 2004-01-06  Kim F. Storm  <storm@cua.dk>
5765         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
5766         object and image object.  Return glyph width and height.
5767         (mode_line_string, marginal_area_string): Ditto.
5769         * dispextern.h (buffer_posn_from_coords, mode_line_string)
5770         (marginal_area_string): Fix prototypes.
5772         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
5773         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
5774         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
5776         * keyboard.c (make_lispy_position): Use modified mode_line_string,
5777         buffer_posn_from_coords, and marginal_area_string functions to
5778         include both string object and image object in the lispy position.
5779         Also add actual glyph width and height to position.
5780         (read_key_sequence): Use real buffer position from mouse
5781         event to find keymap property even when click is in marginal area.
5783         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
5784         mode_line_string and marginal_area_string functions to handle
5785         both string object and image object properties.
5787 2004-01-06  Andreas Schwab  <schwab@suse.de>
5789         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
5790         character.
5792 2004-01-02  Andreas Schwab  <schwab@suse.de>
5794         * macterm.c (emacs_options, x_initialized, same_x_server):
5795         Remove unused (and duplicated) definitions.
5797 2004-01-02  Kim F. Storm  <storm@cua.dk>
5799         * process.h (struct Lisp_Process): New members for adaptive read
5800         buffering: adaptive_read_buffering, read_output_delay, and
5801         read_output_skip.
5803         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
5804         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
5805         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
5806         (process_output_delay_count, process_output_skip): New vars.
5807         (Vprocess_adaptive_read_buffering): New variable.
5808         (make_process): Initialize adaptive read buffering members.
5809         (Fstart_process): Set adaptive_read_buffering member.
5810         (deactivate_process): Cleanup adaptive read buffering.
5811         (wait_reading_process_input): Temporarily omit delayed
5812         subprocesses from the set of file descriptors to read from;
5813         adjust the select timeout if we skipped any subprocesses.
5814         (read_process_output): Increase adaptive read buffering delay if
5815         we read less than a full buffer; reduce delay when we read a
5816         full buffer.
5817         (send_process): Simplify using local Lisp_Process var.
5818         Reset adaptive read buffering delay after write.
5819         (init_process): Initialize process_output_delay_count and
5820         process_output_skip.
5821         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
5823 2004-01-01  Jason Rumney  <jasonr@gnu.org>
5825         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
5827 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5829         * print.c (Ferror_message_string): Add hyperlink in the docstring
5830         to the definition of `signal' in the Elisp manual.
5831         * eval.c (Fsignal): Ditto.
5833 2003-12-29  James Clark  <jjc@jclark.com>
5835         * fns.c (internal_equal): Return t for two NaN arguments.
5837 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5839         * data.c (store_symval_forwarding): Handle setting
5840         default-fill-column, etc., by changing the value in
5841         buffers that use the default.
5843         * minibuf.c (Fset_minibuffer_window): Doc fix.
5845         * fileio.c (choose_write_coding_system): Ignore auto_saving
5846         if using the visited file for auto saves.
5847         (Fwrite_region): Don't update SAVE_MODIFF
5848         if auto-saving in visited file.
5850 2003-12-29  Kenichi Handa  <handa@m17n.org>
5852         * dispextern.h (face_font_available_p): Extern it.
5854         * fontset.c (Voverriding_fontspec_alist): New variable.
5855         (lookup_overriding_fontspec): New function.
5856         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
5857         (fontset_font_pattern): Likewise.
5858         (regulalize_fontname): New function.
5859         (Fset_fontset_font): Call regulalize_fontname.
5860         (Fset_overriding_fontspec_internal): New function.
5861         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
5862         Defsubr Sset_overriding_fontspec_internal.
5864         * xfaces.c (face_font_available_p): New function.
5866 2003-12-28  Richard M. Stallman  <rms@gnu.org>
5868         * buffer.c (Fother_buffer): Don't crash if BUF is nil
5869         or if its name is nil.
5871         * buffer.c (Fkill_buffer): Don't delete auto-save file
5872         if it's the same as the visited file.
5874 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5876         * coding.c (Fcheck_coding_system): Doc fix.
5878 2003-12-28  Kim F. Storm  <storm@cua.dk>
5880         * Makefile.in (eval.o): Depend on dispextern.h.
5882         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
5883         image glyph using image's ascent.
5884         (mode_line_string): Return image glyph as object clicked on.
5885         Adjust y0 for image glyph using image's ascent.
5887         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
5888         (struct glyph): New members, ascent and descent.  Used to save
5889         this glyph's ascent and descent, instead of having.
5890         (struct glyph): Declare member face_id using FACE_ID_BITS.
5891         (find_hot_spot): Add prototype.
5893         * keyboard.c (Qimage): Remove extern (now in lisp.h).
5894         (QCmap): Declare extern.
5895         (make_lispy_position): When position is inside image hot-spot,
5896         use hot-spot element's id as posn element.
5898         * lisp.h (IMAGEP): New macro to test for image object type.
5899         (Qimage): Declare extern.
5901         * macfns.c (Qimage): Remove extern (now in lisp.h).
5902         (valid_image_p, parse_image_spec): Use IMAGEP macro.
5904         * macterm.c (Qface, Qmouse_face): Remove unused externs.
5906         * w32fns.c (Qimage): Remove extern (now in lisp.h).
5907         (valid_image_p, parse_image_spec): Use IMAGEP macro.
5909         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
5911         * w32term.c (Qface, Qmouse_face): Remove unused externs.
5913         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
5914         pointer types.
5915         (Qrelative_width, Qalign_to): Remove unused variables.
5916         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
5917         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
5918         image maps.
5919         (x_y_to_hpos_vpos): Return glyph relative coordinates through
5920         new dx and dy args.
5921         Remove buffer_only_p arg (always 0).  Simplify code accordingly.
5922         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
5923         than row's ascent and height, to get sensible height on tall rows.
5924         (build_desired_tool_bar_string): Remove Qimage extern.
5925         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
5926         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
5927         image glyph is alone on the last line.
5928         (append_glyph, append_composite_glyph, produce_image_glyph)
5929         (append_stretch_glyph): Set glyph's ascent and descent.
5930         (on_hot_spot_p): New function to check if position is inside an
5931         rectangular, circular, or polygon-shaped image hot-spot,
5932         (find_hot_spot): New function to search for image hot-spot.
5933         (Flookup_image_map): New defun to search for image hot-spot.
5934         (define_frame_cursor1): New aux function to determine frame pointer.
5935         (note_mode_line_or_margin_highlight, note_mouse_highlight):
5936         Handle `pointer' text property and :pointer image property to
5937         control frame pointer shape.  Detect image hot-spots for pointer
5938         and help_echo properties.  Use define_frame_cursor1.
5939         (note_mouse_highlight): Use Vvoid_text_area_pointer.
5940         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
5941         DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
5943         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
5945         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
5946         (Qimage): Remove extern (now in lisp.h).
5947         (valid_image_p, parse_image_spec): Use IMAGEP macro.
5949         * xmenu.c (show_help_event): Remove unused code.
5951         * xterm.c (Qface, Qmouse_face): Remove unused externs.
5952         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
5953         row's ascent and descent, to get a sensible height on tall rows.
5955 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5957         * minibuf.c (Fcompleting_read): Undo previous change.
5959 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
5961         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
5962         Arguments GCPRO'ed in call to file name handler.
5964 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
5966         * termcap.c (tgetst1): Scan for "%pN"; if all
5967         N are continuous in [1,9], remove all "%pN".
5969 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5971         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
5973         * xfaces.c (lface_fully_specified_p): Take into account that
5974         MAC OS always have unspecified stipple.
5976 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
5978         * tparam.c (tparam1): Add handling for `%pN', which
5979         means use param N for the next substitution.
5981 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
5983         * xfaces.c (Fcolor_gray_p): Fix omission bug:
5984         In case `frame' is nil, consult the selected frame.
5985         (Fcolor_supported_p): Likewise.
5987 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5989         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
5990         Doc fixes.
5992         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
5993         and an integer.  Adapt the introductory comment accordingly.
5994         (Fread_from_minibuffer): Delete code moved into read_minibuf.
5995         Doc fix.
5996         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
5997         read_minibuf.
5998         (Fcompleting_read): Delete code moved into read_minibuf.
5999         (Ftest_completion): Make it handle obarrays and hash tables correctly.
6001 2003-12-03  Kenichi Handa  <handa@m17n.org>
6003         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
6004         encoding sequence.
6006 2003-12-01  Kenichi Handa  <handa@m17n.org>
6008         * composite.c (syms_of_composite): Don't make the compostion hash
6009         table week.
6011 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6013         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
6014         * textprop.c (Fget_char_property_and_overlay): New function.
6015         (syms_of_textprop): Defsubr it.
6017 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6019         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
6020         to compile on terminal configuration.
6022         * fileio.c (Fread_file_name): Check use_file_dialog also before
6023         calling Fx_file_dialog.
6025         * fns.c: use_file_dialog: New variable.
6026         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
6028 2003-11-29  Kim F. Storm  <storm@cua.dk>
6030         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
6031         (syms_of_msdos): Don't intern and staticpro them.
6033 2003-11-27  Kim F. Storm  <storm@cua.dk>
6035         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
6036         coordinates relative to glyph at posn.  If glyph is an image,
6037         return that as object at posn.  Callers changed.
6038         (mode_line_string, marginal_area_string): Calculate and return
6039         pixel coordinates relative to glyph.  Callers changed.
6041         * dispextern.h (buffer_posn_from_coords, mode_line_string)
6042         (marginal_area_string): Fix prototypes.
6043         (window_box_left_offset, window_box_right_offset): Add prototypes.
6045         * frame.h (get_specified_cursor_type, get_window_cursor_type):
6046         Remove prototypes.
6048         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
6050         * keyboard.c (make_lispy_position): Add x and y coordinates
6051         relative to the current glyph as 7th element of position.
6052         If glyph is an image, return it in the object element.
6053         (read_key_sequence): Skip checks for keymap property in cases
6054         where POSN_STRING is not a string (e.g. an image).
6056         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
6057         (Vshow_text_cursor_in_void): New variable.
6058         (glyph_to_pixel_coords): Don't use negative hpos.
6059         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
6060         (append_stretch_glyph): Change ascent arg to be actual value
6061         in pixels rather than ratio to height.  Callers changed.
6062         (calc_pixel_width_or_height): New aux function, implementing
6063         pixel based artihmetic for glyph widths and heights.
6064         (produce_stretch_glyph): Use calc_pixel_width_or_height for
6065         :width, :height, :align-to, and :ascent, thus allowing these to
6066         be specified in pixels as well as multiples of characters.
6067         Don't produce stretch glyphs with zero width or height.
6068         (get_specified_cursor_type): Declare static.
6069         (get_window_cursor_type): Declare static.  Add glyph arg to be
6070         able to know when cursor is on an image; always substitute
6071         hollow-box cursor for filled-box cursor on images, to avoid
6072         negative images and flicker when blinking the cursor.
6073         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
6074         (note_mode_line_or_margin_highlight): Use non-text cursor rather
6075         than vertical scroll-bar cursor in display margins.
6076         (note_mouse_highlight): Use non-text cursor rather than text
6077         cursor in fringes and over images in the text area.
6078         Use non-text cursor when mouse pointer is outside editable text,
6079         i.e. in the void after end-of-line or end-of-buffer; this was
6080         already done for W32, but is now standard for all systems --
6081         user can toggle show-text-cursor-in-void to get old behaviour.
6082         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
6083         Vdisplay_pixels_per_inch.
6085 2003-11-25  Andreas Schwab  <schwab@suse.de>
6087         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
6088         EMACS_INT to not lose bits.
6089         (Ffillarray): Don't set bits beyond the size of a bool vector.
6091 2003-11-25  Kim F. Storm  <storm@cua.dk>
6093         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
6094         define this defun on systems that cannot use stderr as lvalue.
6096 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
6098         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
6099         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
6100         ld's default is incompatible with unexec.
6102 2003-11-23  Kim F. Storm  <storm@cua.dk>
6104         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
6105         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
6106         (Fforce_window_update): New defun.
6107         (syms_of_window): Defsubr it.
6108         (Fset_window_margins, Fset_window_fringes): Doc fix.
6110         * print.c (Fredirect_debugging_output): New defun.
6111         (syms_of_print): Defsubr it.
6113 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
6115         * fns.c (Fset_char_table_parent): Doc fix.
6117 2003-11-22  Kim F. Storm  <storm@cua.dk>
6119         * dispnew.c (buffer_posn_from_coords): Return actual row/column
6120         for glyph clicked on, rather than (unused) pixel positions.
6121         (mode_line_string, marginal_area_string): Change X and Y args to
6122         pointers for returning actual row/column for glyph clicked on.
6123         Simplify and optimize loops.
6125         * dispextern.h (mode_line_string, marginal_area_string):
6126         Update prototypes.
6128         * keyboard.c (make_lispy_position): New function for generating
6129         mouse click positions from frame and pixel coordinates.
6130         Enhanced to return buffer position and actual row/column for
6131         events outside the text area using updated mode_line_string and
6132         marginal_area_string functions.
6133         Return left-fringe and right-fringe clicks as such, rather than
6134         clicks in text area.
6135         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
6136         pixel_to_glyph_coords, as we never use the results.
6137         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
6138         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
6139         Eliminate unused code in WHEEL_EVENT handling.
6140         (make_lispy_movement): Use make_lispy_position.
6142         * window.c (coordinates_in_window): Remove redundant tests.
6143         Fix returned X pixel value for left-margin.
6145         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
6146         mode_line_string and marginal_area_string parameters.
6148 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
6150         * w32.c (struct the_group, getgrgid): Add.
6151         * mac.c (struct my_group, getgrgid): Add.
6153 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
6155         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
6157 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
6159         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
6160         include in call to file name handler.  Optionally translate numeric
6161         UID and GID to strings.  Update docstring.
6162         (directory_files_internal): Add parameter ID-FORMAT.
6163         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
6164         include in call to file name handler and call to
6165         directory_files_internal.  Update Docstring.
6166         (Fdirectory_files): Add dummy parameter in call to
6167         directory_files_internal.
6168         * lisp.h (Qinteger): Add.
6169         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
6170         (Ffile_attributes): Add parameter.
6171         * data.c (Qinteger): Export.
6173 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
6175         * fns.c (Freverse, Fnreverse): Doc fixes.
6177 2003-11-19  Kim F. Storm  <storm@cua.dk>
6179         * xdisp.c (init_iterator): Initialize it->start to position
6180         before reseating (in case start position is invisible).
6181         (init_to_row_start): Set it->start to row-start.
6182         (redisplay_window): Accept optional_new_start if start position
6183         is invisible (in which case IT_CHARPOS overshoots PT).
6184         (display_line): Setup row->start from it->start (rather than
6185         it->current which is wrong if first char on line is invisible).
6186         When done, reseat it->start to it->current (= start of next row).
6187         (expose_area): Fix exposure of text area when first char (e.g. TAB)
6188         is only partially visible.
6190         * dispextern.h (struct it): New member start.
6192 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * alloc.c (make_float, Fcons): Clear the markbit at init time.
6195         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
6196         of block_index outside of the macro call.
6197         (Fgarbage_collect): Remove null code.
6199         * m/amdx86-64.h: Don't redefine XPNTR.
6201         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
6202         of VALMASK.
6204         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
6205         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
6206         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
6208         * lisp.h (VALMASK): Only define for non-union type.
6209         (MARKBIT): Remove.
6210         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
6211         (XTYPE): Define unconditionally.
6212         (XSETTYPE): Remove one more remnant.
6213         (EQ): Define differently for the union and non-union cases.
6214         (INTMASK): New bit mask.
6215         (struct Lisp_Marker): Move down to prepare for upcoming patch.
6216         (GC_EQ): Delegate to EQ.
6218         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
6220 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6222         * xterm.c (x_window_to_scroll_bar): Move check of display to
6223         where window_id is compared.
6225 2003-11-17  Kim F. Storm  <storm@cua.dk>
6227         * dispextern.h (struct it): New member first_vpos.
6229         * xdisp.c (start_display): Set it->first_vpos.
6230         (try_window_id): Use first_vpos to start display in first _text_
6231         line if no reusable lines at start of window with header line.
6233 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6235         * w32fns.c (XPutPixel):
6236         * w32bdf.c (w32_init_bdf_font):
6237         * sunfns.c (sel_read):
6238         * process.c (Fmake_network_process):
6239         * frame.c (store_frame_param):
6240         * fontset.c (Fset_fontset_font):
6241         * emacs.c (shut_down_emacs):
6242         * ccl.c (ccl_driver): Remove period at end of error message.
6244         * config.in: Regenerate.
6246         * xfns.c (x_window_to_frame, x_any_window_to_frame)
6247         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
6248         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
6249         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
6250         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
6252         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
6254         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
6255         (XTmouse_position, handle_one_xevent): Pass Display* to
6256         x_window_to_scroll_bar.
6257         (x_window_to_scroll_bar): Take a Display* argument.
6258         Check that display for frame is equal to Display* argument.
6259         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
6260         x_display_info_for_display instead.  Use Display in xev instead
6261         of GDK_DISPLAY.
6262         (x_dispatch_event): Call x_display_info_for_display.
6263         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
6264         (x_connection_closed): Call xg_display_close for GTK.
6265         (x_term_init): Call xg_display_open for additional displays.
6266         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
6267         for GTK.
6269         * xmenu.c (single_menu_item, mouse_position_for_popup)
6270         (x_activate_menubar): Formatting adjustments.
6272         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
6273         adjustments.
6275         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
6276         (xg_display_close, xg_create_default_cursor)
6277         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
6278         handling.
6279         (xg_left_ptr_cursor): Remove.
6280         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
6281         cursor here.
6282         (xg_win_to_widget): Take Display* argument, call
6283         gdk_xid_table_lookup_for_display.
6284         (xg_create_frame_widgets, xg_get_file_name, create_menus)
6285         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
6286         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
6287         in FRAME_X_DISPLAY_INFO.
6288         (xg_get_scroll_id_for_window): Take Display* argument.
6289         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
6290         (xg_initialize): Remove xg_left_ptr_cursor.
6292         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
6293         Display* argument.
6294         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
6296 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6298         * xterm.c (x_detect_focus_change): Do not change focus frame for
6299         Enter/LeaveNotify if the current focus frame has explicit focus.
6301 2003-11-14  Kim F. Storm  <storm@cua.dk>
6303         * dispnew.c (update_text_area): Fix redisplay error when hscroll
6304         is active and first glyph is only partially visible.
6306 2003-11-13  Kenichi Handa  <handa@m17n.org>
6308         * xdisp.c (select_frame_for_redisplay): New function.
6309         (redisplay_internal): Record also selected_frame for
6310         unwind_redisplay.  Call select_frame_for_redisplay before
6311         redrawing each frame.
6312         (unwind_redisplay): Argument changed to a cons.
6314 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
6316         * fns.c (Fstring_to_multibyte): Doc fix.
6318 2003-11-11  Kenichi Handa  <handa@m17n.org>
6320         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6322 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6324         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
6325         program specified positions.
6327 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6329         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
6331 2003-11-08  Kenichi Handa  <handa@m17n.org>
6333         * Makefile.in (lisp): Add kannada.el.
6334         (shortlisp): Likewise.
6336 2003-11-07  Kenichi Handa  <handa@m17n.org>
6338         * coding.c (coding_allocate_composition_data):
6339         Reset coding->composing to COMPOSITION_NO.
6340         (coding_restore_composition): Detect invalid composition data.
6341         Give Fstring and Fvector a Lispy integer, not C int.
6343 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * floatfns.c (Flogb): Don't use VALMASK.
6347         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
6348         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
6350         * lisp.h (XINT): Move the cast to clarify what is going on.
6351         (GCTYPEMASK, XSETTYPE): Remove.
6352         (XGCTYPE): Make it an alias of XTYPE.
6354 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6356         * xterm.c (x_term_init): Fix formatting.
6358 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6360         * gtkutil.h (xg_have_tear_offs): Declare.
6361         (xg_keep_popup, xg_did_tearoff): Remove.
6363         * gtkutil.c: Remove variable xg_did_tearoff.
6364         (xg_have_tear_offs): New function.
6365         (tearoff_remove): Just decrease xg_detached_menus.
6366         (tearoff_activate): Increase xg_detached_menus and call
6367         tearoff_remove when tearoff is removed.
6368         (xg_keep_popup): Remove function.
6369         (create_menus): Give add_tearoff_p as argument to recursive
6370         call to create_menus.
6371         (xg_create_widget): Use variables instead of multiple
6372         strcmp.  Tell create_menus to create tear off only for
6373         menu bar menus.
6374         (xg_update_menubar): Change title for a detached menu also.
6375         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
6376         of deep_p.
6377         (xg_initialize): Initialize xg_detached_menus, remove
6378         initialization of xg_did_tearoff.
6380         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
6381         xg_have_tear_offs returns non-zero.
6382         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
6383         call to xg_keep_popup.
6385 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
6387         * macterm.c (XTread_socket): Handle menubar selection and grow
6388         window only for mouseDown events.
6390 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6392         * xterm.c (x_term_init): For GTK part, increase x_initialized
6393         to check for more than one display.  Use error instead of return 0.
6395 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
6397         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
6398         (copy_dysymtab): Call it.
6400 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
6402         * eval.c (Fdefvaralias): Doc fix.
6404 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
6406         * data.c (Fsetplist): Doc fix.
6408 2003-10-14  Lute Kamstra  <lute@gnu.org>
6410         * window.c (Fset_window_fringes): Clarify docstring.
6412 2003-10-14  Kim F. Storm  <storm@cua.dk>
6414         * window.c (Fset_window_margins): Simplify arg checking.
6416 2003-10-13  Richard M. Stallman  <rms@gnu.org>
6418         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
6419         (print_partial_compiled_pattern): Replace assert with a printout.
6420         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
6422         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
6424         * window.c (Fset_window_margins): Allow only integers as args.
6425         (syms_of_window) <special-display-buffer-names, special-display-regexps>:
6426         Doc fixes.
6428 2003-10-13  Lute Kamstra  <lute@gnu.org>
6430         * window.c (Fset_window_fringes): Elaborate docstring.
6432 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
6434         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
6436         * s/darwin.h (GC_MARK_STACK): Define.
6438 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6440         * window.c (shrink_windows): New function.
6441         (size_window): Call shrink_windows to calculate window sizes when
6442         shrinking frame with more than one window.
6444 2003-10-12  Kim F. Storm  <storm@cua.dk>
6446         * xdisp.c (compute_fringe_widths): Doc fix.
6448 2003-10-08  Kenichi Handa  <handa@m17n.org>
6450         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
6452 2003-10-07  Kenichi Handa  <handa@m17n.org>
6454         * coding.c (Qcoding_system_define_form): New variable.
6455         (syms_of_coding): Intern and staticpro it.
6456         (Fcheck_coding_system): Try to autoload the definition of
6457         CODING-SYSTEM.
6459 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
6461         * fns.c (Frequire): Doc fix.
6463 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6465         * xfns.c (Fx_send_client_event): New function as a base for
6466         manipulating extended window manager hints.
6467         (Fx_send_client_event): Remove unused variable s.
6469         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
6470         that function is removed.
6472         * xterm.c (x_set_offset): Use move_offset_left/top instead of
6473         x/y_pixels_outer_diff.
6474         (x_check_expected_move): Calculate move_offset_left/top.
6476         * xterm.h (struct x_output): New members: move_offset_top/left.
6478         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
6479         call x_set_offset directly.
6481         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
6483         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
6485         * xterm.c (x_delete_display): Free font names and font_encoder
6486         in dpyinfo->font_table.
6488         * xfns.c (Fx_close_connection): Only call XFreeFont here.
6489         Move xfree of font names to x_delete_display.
6491         * xterm.h (struct x_display_info): New member, wm_type.
6492         (struct x_output): New members, expected_top/left and
6493         check_expected_move.
6495         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
6496         is received.
6497         (handle_one_xevent): Rename x_check_expected_move from
6498         x_check_fullscreen_move.
6499         (x_set_offset): Only add WM decoration sizes to modified_top/left
6500         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
6501         (x_check_expected_move): Rename from x_check_fullscreen_move.
6502         Removed fullscreen specific code.  Use check_expected_move,
6503         expected_left/top instead.  Also, set wm_type.
6504         (x_term_init): Initialize wm_type to unknown.
6506         * frame.c (x_fullscreen_move): Remove addition of WM decoration
6507         sizes to move_x/y.
6509 2003-10-03  Kenichi Handa  <handa@m17n.org>
6511         * macterm.c (x_load_font): Clear all members of FONTP before start
6512         filling them.
6514 2003-10-02  Kenichi Handa  <handa@m17n.org>
6516         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
6517         before calling find_ccl_program_func.  Call find_ccl_program_func
6518         only when fontp->font_encoder is not NULL.
6520         * xterm.c (x_load_font): Clear all members of FONTP before start
6521         filling them.
6523 2003-10-03  John Paul Wallington  <jpw@gnu.org>
6525         * keymap.c (map_keymap): Don't abort when binding is a vector.
6527 2003-10-02  Jason Rumney  <jasonr@gnu.org>
6529         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
6530         Sync dependencies with Makefile.in.
6531         (alloca.o): Remove.
6533         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
6534         filling them.
6536         * w32bdf.c (w32_load_bdf_font): Likewise.
6538 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6540         * term.c (set_tty_color_mode): Calculate current_mode_spec
6541         regardless of value of VAL.
6543         * intervals.c (graft_intervals_into_buffer):
6544         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
6545         Handle over_used when splitting UNDER.
6547 2003-09-30  YAMAMOTO  Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6549         * regex.c (regex_compile): Free the stack when returning from function.
6551 2003-09-28  Kenichi Handa  <handa@m17n.org>
6553         * fontset.c (Finternal_char_font): Change return value to
6554         cons (FONT-NAME . GLYPH-CODE).
6556 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6558         * term.c (tty_setup_colors): Treat any negative argument as -1.
6560 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
6562         * process.c (send_process): Delete unused temp_buf.
6564 2003-09-26  Dave Love  <fx@gnu.org>
6566         * xterm.c (x_bitmap_mask): Declare.
6568 2003-09-25  Dave Love  <fx@gnu.org>
6570         * Makefile.in (fns.o): Depend on md5.h.
6572 2003-09-25  Kim F. Storm  <storm@cua.dk>
6574         * window.c (set_window_buffer): Fix redisplay problems when
6575         switching between buffers with different display margin widths.
6577 2003-09-23  Kim F. Storm  <storm@cua.dk>
6579         * process.c (set_socket_option): Fix :bindtodevice option.
6580         (Fset_network_process_option): Update process contact list when
6581         setting option succeeds.
6582         (Fmake_network_process): Doc fix.
6584 2003-09-23  Dave Love  <fx@gnu.org>
6586         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
6588 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
6590         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
6591         color mode is an integer number (it could be -1).
6593 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6595         * intervals.c (graft_intervals_into_buffer): Correct the main loop
6596         in the case where OVER is longer than UNDER.
6598 2003-09-22  Masatake YAMATO  <jet@gyve.org>
6600         * window.c (Fset_window_scroll_bars): Validate the value of
6601         `vertical_type'.
6603 2003-09-21  Kim F. Storm  <storm@cua.dk>
6605         * frame.c (Vdefault_frame_scroll_bars): New variable.
6606         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
6607         (syms_of_frame): DEFVAR_LISP it, and initialize according to
6608         window-system default scroll bar position.
6610         * window.c (Fwindow_scroll_bars): Doc fix.
6612 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6614         * xterm.c (x_set_offset): Take window manager decorations into account.
6616 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6618         * atimer.h: Don't include lisp.h.
6619         (P_): Define it here (as well as elsewhere).
6621         * print.c (Fprin1_to_string): Move the PRINTPREPARE
6622         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
6624         * data.c (Fvariable_binding_locus): New function.
6625         (syms_of_data): defsubr it.
6626         (Flocal_variable_p): Delete duplicate call to indirect_variable.
6628 2003-09-18  Dave Love  <fx@gnu.org>
6630         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
6632         * process.c (Fnetwork_interface_info): Fix type error.
6633         (Fnetwork_interface_list): Doc fix.
6634         (read_process_output, read_process_output): Delete unused var.
6636 2003-09-17  Kim F. Storm  <storm@cua.dk>
6638         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
6639         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
6640         (Fnetwork_interface_info): Check that ifreq struct has required
6641         fields before accessing them; this requires that those fields are
6642         defined as macros, which may be too restrictive on some platforms,
6643         but it is better than failing on other platforms.
6644         (syms_of_process): Only defsubr above fns when included.
6646 2003-09-17  Dave Love  <fx@gnu.org>
6648         * unexalpha.c: Don't include varargs.h.
6650 2003-09-17  Kim F. Storm  <storm@cua.dk>
6652         * process.c (Fset_process_sentinel): Add sentinel to childp plist
6653         for network process.
6654         (socket_options): Add `:' prefix to option names.  Add optbit field.
6655         (set_socket_option): Remove no_error arg and special handling of s < 0.
6656         Return 1<<optbit for known option, 0 for unknown.
6657         Do not interpret 0 as false for boolean option (only nil).
6658         Pass failed option and value to report_file_error.
6659         (Fset_network_process_options): Replace by Fset_network_process_option.
6660         (Fset_network_process_option): New function to set just one option.
6661         (Fmake_network_process): Allow :coding arg to be a cons.
6662         Allow :server arg to be an integer specifying backlog size.
6663         Remove :options arg, and allow options to be specified directly
6664         as :KEY, VALUE pairs.  Parse these options before binding socket.
6665         As before, :reuseaddr t is default for a server process, but this
6666         can now be disabled by specifying :reuseaddr nil.
6667         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
6668         (init_process): Availability of network options is now checked with
6669         simpler syntax (featurep 'make-network-process :OPTION); use loop to
6670         setup features.
6671         (syms_of_process): Fix defsubr's for the replaced functions.
6673 2003-09-16  Dave Love  <fx@gnu.org>
6675         * Makefile.in: Depend on coding.h.
6677 2003-09-14  Kim F. Storm  <storm@cua.dk>
6679         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
6680         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
6681         (syms_of_process): Defsubr them.
6683         * config.in: Regenerate.
6685 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6687         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
6688         * m/news-r6.h (XUNMARK): Remove.
6689         * m/mips.h (XUNMARK): Remove.
6690         * m/mips-siemens.h (XUNMARK): Remove.
6691         * m/iris4d.h (XUNMARK): Remove.
6692         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
6694 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * lisp.h (VALBITS): Don't remove 1 for the markbit.
6697         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
6698         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
6699         (XTYPE): Use unsigned right-shift.
6700         (XMARKBIT, XMARK, XUNMARK): Remove.
6702         * alloc.c (init_intervals, init_symbol, init_marker):
6703         Don't preallocate anything.
6704         (Fgarbage_collect, mark_object): Ignore the markbit.
6706         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
6708 2003-09-08  Lute Kamstra  <lute@gnu.org>
6710         * xdisp.c (pint2hrstr): New function.
6711         (decode_mode_spec): Add `%i' and `%I' specs.
6712         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
6713         for `mode-line-format'.
6715 2003-09-07  Andreas Schwab  <schwab@suse.de>
6717         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
6718         avoid warning.
6720 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
6722         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
6724 2003-09-03  Kim F. Storm  <storm@cua.dk>
6726         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
6727         change (superseded by 2002-08-30 change); the default blink-off
6728         cursor is now again "no cursor".
6730 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6732         * makefile.w32-in (alloca.o): Remove.
6733         (coding.o): Depend on intervals.h
6734         (emacs.o, bytecode.o): Depend on window.h
6736 2003-09-01  Dave Love  <fx@gnu.org>
6738         * Makefile.in (alloca.o): Remove commands.
6739         (coding.o): Depend on intervals.h composite.h window.h.
6740         (emacs.o): Depend on window.h keyboard.h keymap.h.
6741         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
6742         (bytecode.o): Depend on window.h.
6744 2003-08-31  Jason Rumney  <jasonr@gnu.org>
6746         * w32term.c (w32_per_char_metric): Allow cached metrics to be
6747         returned even when font_type is unknown.
6749         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
6751 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6753         * xterm.c (x_term_init): Initialize new fields in x_display_info.
6755         * xterm.h (struct x_display_info): Add red/green/blue_bits and
6756         *_offset.
6758         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
6759         calculate pixel value.
6761 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
6763         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
6764         Don't tell redisplay display is accurate when it's actually been
6765         paused for pending input.
6767 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6769         * dispnew.c (adjust_glyph_matrix): Call window_box
6770         whenever W is nonzero.
6772         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
6773         (Fkill_local_variable, Fmake_variable_frame_local)
6774         (Flocal_variable_p, Flocal_variable_if_set_p):
6775         Use indirect_variable to trace thru variable aliases.
6777         * config.in: Updated.
6779         * callint.c (Fcall_interactively): Save and restore
6780         Vthis_command, Vthis_original_command, real_this_command,
6781         and current_kboard->Vlast_command.
6783         * abbrev.c (Fexpand_abbrev): Insert before deleting.
6785 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
6787         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
6789 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
6791         * coding.c (decode_coding_iso2022): Initialize local variable c2.
6792         (decode_coding_sjis_big5): Likewise.
6794 2003-08-27  Jason Rumney  <jasonr@gnu.org>
6796         * w32.c (sys_pipe): Protect against file descriptor overflow.
6798         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
6800         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
6802 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6804         * xfns.c (Vgtk_version_string): New variable.
6805         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
6807 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
6809         * term.c (term_init): Remove `const' from buffer_size's declaration.
6811         * Makefile.in (msdos.o): Depend on intervals.h.
6813         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
6815 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6817         * xterm.h (struct x_display_info): New fields: client_leader_window
6818         and Xatom_wm_client_leader.
6820         * xterm.c (x_initialize): Move call to x_session_initialize to ...
6821         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
6823         * xsmfns.c (create_client_leader_window): New function.
6824         (x_session_initialize): Call create_client_leader_window, take
6825         dpyinfo as argument.
6827         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
6829         * Makefile.in (xsmfns.o): Add more depenedencies.
6831 2003-08-21  Dave Love  <fx@gnu.org>
6833         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
6835 2003-08-21  Kenichi Handa  <handa@m17n.org>
6837         * term.c (term_init): Fix previous change; don't rely on the
6838         length of `buffer' if TERMINFO is defined.
6840 2003-08-20  Dave Love  <fx@gnu.org>
6842         * atimer.h: Include lisp.h.
6844         * lisp.h (EMACS_LISP_H): New.
6845         (popup_activated_flag): Don't declare.
6847         * alloca.c: Some merging with gnulib.  Change logic and doc
6848         concerning (x)malloc/(x)free -- no longer Emacs-specific.
6849         [DO_BLOCK_INPUT]: Don't include lisp.h.
6850         (xmalloc, xfree): Declare.
6851         (malloc): Don't declare.
6853         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
6854         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
6855         atimer.h, blockinput.h.
6857         * alloc.c (lisp_align_malloc): Change type of `aligned'.
6859         * alloca.s: Remove.
6861 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
6863         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
6864         use -lncurses.
6866         * term.c (term_init): Use a buffer of size 4096 for tgetent since
6867         FreeBSD returns something longer than 2044.  Abort if the end of
6868         the buffer is overwritten.
6870 2003-08-19  Miles Bader  <miles@gnu.org>
6872         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
6874 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
6876         * alloc.c (lisp_align_malloc): Check for memory full when
6877         allocating ablocks, which also avoids freeing a pointer into an
6878         ablocks structure.
6880         * puresize.h (BASE_PURESIZE): Increase to 1100000.
6882         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
6884 2003-08-16  Richard M. Stallman  <rms@gnu.org>
6886         * editfns.c (Fencode_time): Doc fix.
6888 2003-08-16  David Ponce  <david@dponce.com>
6890         * fileio.c (Fwrite_region): Fix conditional expression to issue
6891         the right message.
6893 2003-08-16  Juri Linkov  <juri@jurta.org>
6895         * syntax.c (Fforward_word): Argument changed to optional.
6896         Set default value to 1.
6898 2003-08-15  Kenichi Handa  <handa@m17n.org>
6900         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
6901         what autoscaled.
6902         (best_matching_font): Once we find a better scalable font, set
6903         non_scalable_has_exact_height_p to 1.
6904         (try_font_list): Call try_alternative_families to try any family
6905         with the given registry.
6907 2003-08-09  Andreas Schwab  <schwab@suse.de>
6909         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
6911         * print.c (print_string): Fix printing of multibyte string with
6912         nontrivial printcharfun.
6914 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6916         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
6918         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
6920 2003-07-31  Kenichi Handa  <handa@m17n.org>
6922         * process.c (read_process_output): Return the actually read bytes
6923         instead of the result of decoding.
6925 2003-07-31  Kenichi Handa  <handa@m17n.org>
6927         * xterm.h (struct x_bitmap_record): New member have_mask.
6929         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
6930         to 0.
6931         (x_create_bitmap_from_file): Likewise.
6932         (x_destroy_bitmap): Check have_mask member before freeing a mask.
6933         (x_destroy_all_bitmaps): Likewise.
6934         (x_create_bitmap_mask): Set have_mask member to 1.
6936 2003-07-30  Richard M. Stallman  <rms@gnu.org>
6938         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
6940 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6942         * gtkutil.c (xg_mark_data): Update calls to mark_object.
6944 2003-07-29  Richard M. Stallman  <rms@gnu.org>
6946         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
6947         Conditionalize XIM code on HAVE_XIM.
6949         * fns.c (Fclear_string): New function.
6950         (syms_of_fns): defsubr it.
6952 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
6954         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
6956 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
6958         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
6960         * buffer.c (delete_all_overlays): New function.
6961         * buffer.h (delete_all_overlays): Declare.
6962         * coding.c (run_pre_post_conversion_on_str):
6963         * print.c (temp_output_buffer_setup):
6964         * fileio.c (Finsert_file_contents):
6965         * minibuf.c (get_minibuffer): Use it.
6967 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
6969         * unexmacosx.c (unexec_regions_sort_compare):
6970         (unexec_regions_merge): New functions.  Sort and merge unexec
6971         regions before dumping them.
6973 2003-07-22  Dave Love  <fx@gnu.org>
6975         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
6977 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
6979         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
6980         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
6981         MARKBIT as the gcmarkbit for strings.
6983 2003-07-21  Richard M. Stallman  <rms@gnu.org>
6985         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
6987         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
6988         (syms_of_fns): Corresponding change.
6990         * alloc.c (syms_of_alloc): Doc fixes.
6992 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
6994         * s/netbsd.h: Use -Wl syntax.
6996 2003-07-17  Richard M. Stallman  <rms@gnu.org>
6998         * xterm.c (xim_initialize): Redo 6/24 change.
7000 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
7002         * buffer.c (copy_overlays): Use EMACS_INT for positions.
7003         (Fswitch_to_buffer): Don't signal an error when switching to the same
7004         buffer in a dedicated window.
7006         * alloc.c: Use bitmaps for cons, as was done for floats.
7007         (init_float, init_cons): Let the normal code allocate the first block.
7008         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
7009         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
7010         New macros.
7011         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
7012         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
7013         (live_cons_p): Check the pointer is not past the `conses' array.
7014         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
7015         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
7016         (survives_gc_p): Use CONS_MARKED_P and simplify.
7017         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
7019 2003-07-13  Paul Eggert  <eggert@twinsun.com>
7021         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
7022         puts it into BSS instead, at least on Solaris 8 and 9.
7023         This is a valid optimization, and it may occur on other platforms,
7024         so Emacs should not assume that initializing a static variable to
7025         zero puts it into data.
7026         * alloc.c (pure, staticvec):
7027         Initialize these arrays to nonzero, so that they're not
7028         put into BSS by that optimization.
7030 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7032         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
7033         (lisp_align_malloc): Use posix_memalign is available.
7034         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
7035         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
7036         for consistency.  Update users.
7038 2003-07-13  Richard M. Stallman  <rms@gnu.org>
7040         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
7042 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
7044         * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
7045         and use the Gtk+ function gtk_window_icon_from_file if available.
7047         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
7048         handle mask of bitmaps.
7049         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
7050         mask property.
7051         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
7053         * xterm.h (xg_set_icon): New function.
7055 2003-07-12  Paul Eggert  <eggert@twinsun.com>
7057         * unexelf.c (unexec): Consider a section to precede the .bss
7058         section if its addresses overlap that of .bss.
7060 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7062         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
7064         * config.in (HAVE_CRTIN): Add #undef.
7065         (INLINE): Really inline only if OPTIMIZE is defined.
7067         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
7068         END_FILES_1.
7069         (START_FILES_1, END_FILES_1): New macros (conditional).
7070         (LD_SWITCH_SYSTEM_TEMACS): Define.
7072         * s/openbsd.h: Don't include bsd4-3.h.
7073         (TERMINFO): Define.
7074         (LIBS_TERMCAP): Define.
7075         (LD_SWITCH_SYSTEM): Define (two definitions).
7077         * xfns.c: Include libpng/png.h instead of png.h.
7079 2003-07-11  Andreas Schwab  <schwab@suse.de>
7081         * buffer.c (modify_overlay): Update prototype.
7082         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
7083         Likewise.
7085 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
7087         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
7088         (struct interval): Move to intervals.h.
7089         (struct Lisp_Marker): Use EMACS_INT for position info.
7090         (forward_point): Remove prototype of defunct function.
7091         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
7092         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
7093         (syms_of_textprop, set_text_properties): Remove prototypes that are
7094         already in intervals.h.
7096         * intervals.h (struct interval): Move from lisp.h.
7097         Use EMACS_INT for position and size info.
7099         * coding.c: Include intervals.h for Fset_text_properties.
7101         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7102         position and length information.
7104 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
7106         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7107         position and length information.
7109 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
7111         Change overlays_after and overlays_before so the overlays themselves
7112         are linked into lists, rather than using cons cells.  After all each
7113         Lisp_Misc already occupies 5 words, so we can add a `next' field to
7114         Lisp_Overlay for free and save up one cons cell per overlay (not
7115         to mention one indirection when traversing the list of overlay).
7117         * lisp.h (struct Lisp_Overlay): New field `next'.
7119         * buffer.h (struct buffer): Change overlays_before and overlays_after
7120         from Lisp lists of overlays to pointers to overlays.
7122         * buffer.c (overlay_strings, recenter_overlay_lists):
7123         Fix typo in eassert in last commit.
7124         (unchain_overlay): New function.
7125         (add_overlay_mod_hooklist): Use AREF.
7126         (copy_overlays, reset_buffer, overlays_at, overlays_in)
7127         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
7128         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
7129         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
7130         (report_overlay_modification, evaporate_overlays, init_buffer_once):
7131         Adjust to new type of overlays_(before|after).
7133         * alloc.c (mark_object): Mark the new `next' field of overlays.
7134         (mark_buffer): Manually mark the overlays_(after|before) fields.
7136         * coding.c (run_pre_post_conversion_on_str):
7137         * editfns.c (overlays_around):
7138         * xdisp.c (load_overlay_strings):
7139         * fileio.c (Finsert_file_contents):
7140         * indent.c (current_column):
7141         * insdel.c (signal_before_change, signal_after_change):
7142         * intervals.c (set_point_both):
7143         * print.c (temp_output_buffer_setup): Use new type for
7144         overlays_(before|after).
7146 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
7148         * buffer.c (report_overlay_modification): Don't run hooks while
7149         traversing the list of overlays.
7151         * buffer.h (struct buffer): Use an int for overlay_center.
7152         (overlays_at, evaporate_overlays, recenter_overlay_lists)
7153         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7155         * buffer.c (reset_buffer, recenter_overlay_lists)
7156         (adjust_overlays_for_insert, adjust_overlays_for_delete)
7157         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
7158         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
7159         (overlays_at, evaporate_overlays, recenter_overlay_lists)
7160         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7162         * xdisp.c (fast_find_position): Remove unused var.
7164         * cmds.c (Qexpand_abbrev): New sym.
7165         (syms_of_cmds): Initialize it.
7166         (internal_self_insert): Use it to call expand-abbrev.
7168 2003-07-09  Kim F. Storm  <storm@cua.dk>
7170         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
7171         was configured with --without-xim.
7172         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
7174 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7176         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
7178         * alloc.c (Fgarbage_collect): Doc fix.
7180 2003-07-07  Nozomu Ando  <nand@mac.com>
7182         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
7184 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7186         * minibuf.c (read_minibuf): UNGCPRO before returning.
7187         (Ftry_completion, Fall_completions): Doc fix.
7189         * alloc.c (live_float_p): Check that p is not past the `floats' array,
7190         now that `floats' is not the last element of the struct any more.
7192 2003-07-06  Jason Rumney  <jasonr@gnu.org>
7194         * w32term.h (ClipboardSequence_Proc): New type.
7196         * w32fns.c (clipboard_sequence_fn): New variable.
7197         (globals_of_w32fns): Initialize it.
7199         * w32select.c (last_clipboard_sequence_number): New variable.
7200         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
7201         number if possible.
7203 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7205         * m/amdx86-64.h (MARKBIT):
7206         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
7207         MARKBIT and ARRAY_MARK_FLAG any more.
7209         * m/hp800.h (XSETMARKBIT):
7210         * m/sr2k.h (XSETMARKBIT):
7211         * lisp.h (XSETMARKBIT): Remove unused macro.
7213         * lisp.h (mark_object): Change prototype.
7215         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
7216         (last_marked): Change accordingly.
7217         (mark_interval, mark_maybe_object, mark_maybe_pointer)
7218         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
7219         (mark_buffer): Update calls to mark_object.
7221         * bytecode.c (mark_byte_stack):
7222         * fns.c (sweep_weak_table):
7223         * keyboard.c (mark_kboards): Update calls to mark_object.
7225 2003-07-06  Jason Rumney  <jasonr@gnu.org>
7227         * alloc.c (struct ablock): Only include padding when there is some.
7229 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7231         * alloc.c (ALIGN): Add casts to simplify usage.
7232         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
7233         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
7234         (struct ablock, struct ablocks): New types.
7235         (free_ablock): New global var.
7236         (lisp_align_malloc, lisp_align_free): New functions.
7237         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
7238         (struct float_block): Reorder and add gcmarkbits.
7239         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
7240         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
7241         (init_float, make_float): Use lisp_align_malloc.
7242         (free_float, live_float_p): Don't use `type' any more.
7243         (make_float): Use FLOAT_UNMARK to access to mark bit.
7244         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
7245         Use FLOAT_MARKED_P to access the mark bit.
7246         (pure_alloc): Simplify use of ALIGN.
7247         (mark_object): Use FLOAT_MARK to access the mark bit.
7248         (gc_sweep): Use new macros to access the float's mark bit.
7249         (init_alloc_once): Init free_ablock.
7251         * lisp.h (struct Lisp_Float): Remove unused field `type'.
7253 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
7255         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
7256         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
7257         (allocate_buffer): Move.
7258         (string_bytes): Don't mask markbit of `size_byte'.
7259         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7260         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
7261         Use the `size' field of buffers (rather than the `name' field) for
7262         the mark bit, as is done for all other vectorlike objects.
7263         Use the new macros to access the mark bit of vectorlike objects.
7265 2003-06-26  Richard M. Stallman  <rms@gnu.org>
7267         * puresize.h (BASE_PURESIZE): Increment base size.
7269         * xdisp.c (fast_find_position): Enable Gerd's new definition.
7271         * xterm.c (xim_initialize): Undo previous change.
7273 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
7275         * alloc.c (survives_gc_p): Simplify.
7277         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
7279         * window.c (Fset_window_dedicated_p): Simplify.
7280         (display_buffer_1): Don't raise the win from which minibuf was entered.
7281         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
7282         (Fminibuffer_selected_window): Simplify.
7284         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
7286         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
7287         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
7289         * insdel.c (check_markers, adjust_markers_for_delete)
7290         (adjust_markers_for_insert, adjust_markers_for_replace)
7291         (prepare_to_modify_buffer, RESTORE_VALUE):
7292         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
7293         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
7294         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
7295         * alloc.c (Fmake_marker, free_marker, gc_sweep):
7296         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
7297         * editfns.c (save_excursion_restore, transpose_markers):
7298         * window.c (delete_window):
7299         * xdisp.c (message_dolog): Update for new types.
7301 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7303         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
7304         (realize_default_face): Use default_face_done_p for the force_p
7305         argument to set_lface_from_font_name.  Set default_face_done_p to one.
7307         * frame.c (make_frame): Initialize default_face_done_p.
7309         * frame.h (struct frame): Add default_face_done_p.
7311         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
7312         will be defined.
7314 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7316         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
7317         Initialize the new field `gcmarkbit'.
7318         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
7319         (mark_interval_tree): Don't mark the tree separately from the nodes.
7320         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
7321         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7322         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
7324         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
7325         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
7326         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
7327         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
7328         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
7330 2003-06-24  Dave Love  <fx@gnu.org>
7332         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
7334         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
7335         from gnulib.
7337 2003-06-21  Richard M. Stallman  <rms@gnu.org>
7339         * fileio.c (Fwrite_region): Alternate messages
7340         for append and partial write.
7342         * keyboard.c (read_key_sequence): When converting upcase fn key to
7343         downcase, update fkey and keytran so `backspace' gets translated.
7345         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
7347         * process.c (wait_reading_process_input): Don't signal SIGIO
7348         in batch mode.
7350 2003-06-17  Kenichi Handa  <handa@m17n.org>
7352         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
7353         composite.h.
7355         * xselect.c: Don't include charset.h, coding.h, composite.h.
7356         (Qforeign_selection): New variable.
7357         (syms_of_xselect): Intern and static it.
7358         (selection_data_to_lisp_data): Return a unibyte string made from
7359         data with `foreign-selection' text property.
7361 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
7363         * termhooks.h (EVENT_INIT): New macro.
7365         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
7367         * alloc.c (mark_kboards): Move to keyboard.c.
7369         * keyboard.c (record_asynch_buffer_change, read_avail_input):
7370         * xterm.c (x_dispatch_event):
7371         * xmenu.c (find_and_call_menu_selection):
7372         * xdisp.c (handle_tool_bar_click):
7373         * w32menu.c (menubar_selection_callback):
7374         * sysdep.c (kbd_input_ast, read_input_waiting):
7375         * msdos.c (dos_rawgetc):
7376         * macterm.c (mac_check_for_quit_char):
7377         * macmenu.c (menubar_selection_callback):
7378         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
7379         data to kbd_buffer_store_event.
7381 2003-06-15  Kim F. Storm  <storm@cua.dk>
7383         * xdisp.c (x_fix_overlapping_area): Always use area relative X
7384         to fix redisplay problem with tall characters (such as \e,AC\e(B).
7386 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7388         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
7390 2003-06-12  Kenichi Handa  <handa@m17n.org>
7392         * fileio.c (Fwrite_region): Save and restore restriction.
7394 2003-06-12  Dave Love  <fx@gnu.org>
7396         * alloca.c (alloca): Declare arg as size_t.
7398         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
7399         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
7401 2003-06-11  Dave Love  <fx@gnu.org>
7403         * search.c (shrink_regexp_cache): Use xrealloc.
7404         (syms_of_search): Use xmalloc.
7406 2003-06-10  Kim F. Storm  <storm@cua.dk>
7408         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
7409         Adjust phys_cursor.x to be relative to window box, rather than
7410         text area before checking -- to ensure cursor is redrawn when
7411         exposing window.
7412         Note: This also fixes a similar (older) bug if display margins
7413         are present.
7415 2003-06-06  Kenichi Handa  <handa@m17n.org>
7417         * coding.c (encoding_buffer_size): If coding->type is
7418         coding_type_ccl, double magnification on CRLF encoding.
7420 2003-06-06  Jason Rumney  <jasonr@gnu.org>
7422         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
7423         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
7425         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
7426         Mac too.
7428 2003-06-05  Dave Love  <fx@gnu.org>
7430         * strftime.c: Merge changes from gnulib.
7432         * mktime.c (__mktime_internal): Merge changes from gnulib
7433         involving year 69 and dst2.
7435         Changes to merge with gnulib version and be consistent with the
7436         autoconf test:
7438         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
7439         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
7440         [HAVE_LOCALE_H]: Include locale.h.
7441         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
7443 2003-06-05  Kim F. Storm  <storm@cua.dk>
7445         * window.c (coordinates_in_window): Convert X and Y to window
7446         relative coordinates inside mode-line and header-line parts.
7447         Convert X and Y to margin area relative coordinates inside left
7448         and right display margin parts.
7450 2003-06-05  Jason Rumney  <jasonr@gnu.org>
7452         * w32fns.c (add_system_logical_colors_to_map): New function.
7453         (Fx_open_connection): Use it.
7455 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7457         * process.c (allocate_pty): Revert part of the previous patch.
7458         (Faccept_process_output): Simplify.
7460 2003-06-04  Jason Rumney  <jasonr@gnu.org>
7462         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
7464         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
7465         (lispy_mouse_wheel_names): Remove.
7466         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
7467         Always define drag_and_drop_syms.
7469         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
7470         WHEEL_EVENT events.
7472 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
7474         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
7476         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
7478 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7480         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
7481         menu item label.
7483 2003-06-03  Richard M. Stallman  <rms@gnu.org>
7485         * window.c (Fwindow_edges): Doc fix.
7486         (Fwindow_pixel_edges, Fwindow_inside_edges)
7487         (Fwindow_inside_pixel_edges): New functions.
7488         (syms_of_window): defsubr them.
7490         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
7491         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
7493 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7495         * dispnew.c (Fsit_for): Don't lie about the number of args.
7497 2003-06-02  Dave Love  <fx@gnu.org>
7499         * callproc.c: Use HAVE_FCNTL_H, not USG5.
7500         (syms_of_callproc) <process-environment>: Doc fix.
7502         * doc.c: Use HAVE_FCNTL_H, not USG5.
7504         * xfaces.c (font_rescale_ratio): Fix for K&R.
7506         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
7508         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
7510         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
7512         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
7513         (xg_create_frame_widgets): Use ENCODE_UTF_8.
7515         * xterm.c (Qutf_8): Move to coding.c
7517         * xmenu.c (ENCODE_MENU_STRING): New.
7518         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
7519         Use it.
7521         * coding.h (ENCODE_UTF_8): New.
7522         (Qutf_8): Declare.
7524         * coding.c (Qutf_8): New.
7525         (syms_of_coding): Intern it.
7527         * fns.c: Doc fixes.
7529 2003-06-02  Kenichi Handa  <handa@m17n.org>
7531         * buffer.c (Fset_buffer_multibyte): Fix previous change.
7533 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7535         * lread.c (openp): Make sure STR is a string.
7537 2003-06-01  David Ponce  <david@dponce.com>
7539         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
7540         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
7542         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
7543         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
7544         (discard_mouse_events): Discard WHEEL_EVENT events too.
7545         (lispy_wheel_names, wheel_syms): New.
7546         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
7547         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
7548         (make_lispy_event): Add WHEEL_EVENT handler.
7550         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
7551         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7552         WHEEL_EVENT events.
7554 2003-05-31  John Paul Wallington  <jpw@gnu.org>
7556         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
7557         timer are in lisp/emacs-lisp.
7559 2003-05-31  Kenichi Handa  <handa@m17n.org>
7561         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
7562         region when a buffer is changed to unibyte.
7564         * charset.h (VALID_LEADING_CODE_P): New macro.
7565         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
7567         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
7568         is nonzero, accept multibyte form of eight-bit-control chars.
7569         (decode_composition_emacs_mule): Likewise.
7570         (decode_coding_emacs_mule): Likewise.
7571         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
7572         multibyte form of eight-bit-control chars.
7574         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
7575         (Finsert_file_contents): If coding-system-for-read is bound to
7576         Qauto_save_coding, use the coding system emacs-mule with special
7577         setting for recovering a file.
7578         (choose_write_coding_system): On auto saving, use the coding
7579         system emacs-mule with special setting for auto saving.
7580         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
7582 2003-05-30  Kenichi Handa  <handa@m17n.org>
7584         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
7585         properly before calling ccl_driver.
7587         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
7589         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
7590         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
7591         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
7593 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7595         * xfaces.c (realize_default_face): Do not abort if lface is
7596         non-existent - reverts change from 2003-05-19.
7598 2003-05-29  Kenichi Handa  <handa@m17n.org>
7600         * coding.c (decode_coding_iso2022): Pay attention to the byte
7601         sequence of CTEXT extended segment, and retain those bytes as is.
7603 2003-05-28  Kenichi Handa  <handa@m17n.org>
7605         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
7606         of CODING_REPLACEMENT_CHARACTER.
7607         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
7608         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
7609         check this flag on encoding.
7610         (encode_coding_sjis_big5):
7611         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
7612         (Fset_terminal_coding_system_internal):
7613         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
7614         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
7616         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
7617         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
7618         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
7620 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7622         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
7624         * eval.c (unbind_to): Move init of this_binding to separate statement.
7626 2003-05-28  Kim F. Storm  <storm@cua.dk>
7628         * xdisp.c (expose_window): Fix error in calculation of
7629         window relative coordinates of area to redisplay.
7631 2003-05-27  Jason Rumney  <jasonr@gnu.org>
7633         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
7635 2003-05-27  David Ponce  <david@dponce.com>
7637         Handle W32 mouse wheel events as mouse click events, like in X.
7639         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
7640         MOUSE_WHEEL_EVENT anymore.
7642         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
7643         Scrolling down/up the mouse wheel is respectively mapped to mouse
7644         button 4 and 5.
7645         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7646         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
7647         WM_MOUSEWHEEL events.
7649 2003-05-27  Andreas Schwab  <schwab@suse.de>
7651         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
7653         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
7654         partially visible line.
7656         * alloc.c (Fgarbage_collect): Fix last change.
7658 2003-05-26  John Paul Wallington  <jpw@gnu.org>
7660         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
7662 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7664         * window.c (Fset_window_buffer): Add type of `keep_margins'.
7665         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
7667         * window.h (window_box_text_cols): Declare.
7669         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
7670         (x_draw_vertical_border): Remove unused var `f'.
7672         * xfaces.c (build_scalable_font_name): Remove `unused var
7673         pixel_size' warning.
7675         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
7677         * unexelf.c (unexec): Remove `unused var n' warning.
7679         * strftime.c (my_strftime_localtime_r): Remove `defined but
7680         unused' warning.
7682         * process.c (allocate_pty): Remove `unused var stb' and
7683         `cp might be used uninitialized' warnings.
7685         * dispnew.c (mode_line_string): Remove unused var `f'.
7687         * coding.c (find_safe_codings): Remove unused var `i'.
7689         * bytecode.c (Fbyte_code): Remove `unused val' warning.
7691         * buffer.c (Fkill_buffer): Remove unused var `list'.
7693         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
7695 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7697         * frame.c (make_frame): Condition want_fullscreen with
7698         HAVE_WINDOW_SYSTEM.
7700 2003-05-25  Juanma Barranquero  <lektu@terra.es>
7702         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
7703         (Fwindow_scroll_bars): Fix typo in docstring.
7705 2003-05-24  Kim F. Storm  <storm@cua.dk>
7707         The following changes serve several purposes:
7709         1) Swap the position of fringes and display margins in windows, i.e.
7710         the fringes are now displayed between the margins and the text area
7711         (by default).
7713         2) Allow fringe and scroll bar parameters to be set per-buffer and
7714         per-window (like display margins).  Such settings are now stored
7715         in window configurations, preserved when frames are resized, and
7716         copied when windows are split vertically or horizontally.
7717         Several bugs related to display margins have been fixed.
7719         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
7721         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
7722         rather than FRAME_WIDTH (FRAME_FONT (f)).
7724         5) Introduce a consistent naming of variables, members and macros
7725         depending on whether their value is measured in pixels or in
7726         canonical columns/lines.  Pixel dimensions are named *_width and
7727         *_height, while canonical columns/lines are named *_cols and
7728         *_lines.  Pixel positions are named *_x and *_y, while column/line
7729         positions are named *_col and *_line.
7731         6) Consolidate more of the X, W32, and MAC gui code by moving
7732         common data into struct frame, and generalize it for the non-gui
7733         case by using suitable defaults.
7735         7) Cleanup and consolidate the macros controlling frame and window
7736         layout into frame.h and window.h, and generalize the use of the
7737         various window_box_* functions (enhanced to handle the new fringe
7738         position and the per-window fringe and scroll bar settings).
7740         * frame.h (struct frame): Rename members height to text_lines,
7741         width to text_cols, window_height to total_lines, window_width to
7742         total_cols, new_height to new_text_lines, new_width to
7743         new_text_cols.  All uses changed.
7744         (struct frame): New members which consolidate common members of
7745         x_output, w32_output, and mac_output structures: left_pos,
7746         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
7747         win_gravity, size_hint_flags, border_width, internal_border_width,
7748         line_height, fringe_cols, left_fringe_width, right_fringe_width,
7749         want_fullscreen.  All uses changed.
7750         (struct frame): New member column_width contaning the canonical
7751         column width, analogue to line_height.  All uses changed.
7752         (struct frame): Rename members scroll_bar_pixel_width to
7753         config_scroll_bar_width, and scroll_bar_cols to
7754         config_scroll_bar_cols.  All uses changed.
7755         (struct frame): New member scroll_bar_actual_width which
7756         consolidates and renames the vertical_scroll_bar_extra member of
7757         x_output, w32_output, and mac_output structures.  All uses changed.
7758         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
7759         from x/w32/macterm.h files.  All uses changed.  Also change code
7760         which referred to f->output_data...->pixel_height.
7761         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
7762         from x/w32/macterm.h files.  All uses changed.  Also change code
7763         which referred to f->output_data...->pixel_width.
7764         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
7765         Also change code which referred to f->height.
7766         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
7767         Also change code which referred to f->width.
7768         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
7769         to update new_text_lines and new_text_cols members directly.
7770         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
7771         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
7772         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
7773         FRAME_SCROLL_BAR_COLS.  All uses changed.
7774         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
7775         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
7776         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
7777         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
7778         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
7779         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
7780         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
7781         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
7782         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
7783         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
7784         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
7785         Unconditionally return line_height member (it now has proper value
7786         also for non-window frames).
7787         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
7788         return new column_width member (rather than the default font width).
7789         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
7790         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
7791         from x/w32/macterm.h files.  Unconditionally return corresponding
7792         member of frame structure (they now have proper values also for
7793         non-window frames).
7794         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
7795         Calculate return value from left and right widths.
7796         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
7797         internal_border_width member (has proper value for non-window frame).
7798         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
7799         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
7800         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
7801         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
7802         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
7803         consolidated from xterm.h, macterm.h, and w32term.h.
7804         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
7805         consolidated from xterm.h, macterm.h, and w32term.h.
7806         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
7807         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
7808         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
7809         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
7810         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
7811         consolidated from x/mac/w32term.h.
7812         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
7813         consolidated from x/mac/w32term.h.
7814         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
7815         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
7816         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
7817         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
7819         * window.h (struct window): Rename members left to left_col,
7820         top to top_line, height to total_lines, width to total_cols,
7821         left_margin_width to left_margin_cols, right_margin_width to
7822         right_margin_cols, orig_height to orig_total_lines, orig_top to
7823         orig_top_line.  All uses changed.
7824         (struct window): New members left_fringe_width, right_fringe_width,
7825         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
7826         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
7827         New macros primarily used to simplify other macros.
7828         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
7829         referred to XINT (w->width).
7830         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
7831         referred to XINT (w->height).
7832         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
7833         referred to XINT (w->width) * canon_x_unit.
7834         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
7835         referred to XINT (w->height) * canon_y_unit.
7836         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
7837         referred to XINT (w->left).
7838         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
7839         all uses and code that referred to XINT (w->left) + XINT (w->width).
7840         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
7841         referred to XINT (w->top).
7842         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
7843         referred to XINT (w->top) + XINT (w->height).
7844         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
7845         referred to XINT (w->left) * canon_x_unit.
7846         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
7847         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
7848         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
7849         referred to XINT (w->top) * canon_y_unit.
7850         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
7851         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
7852         (WINDOW_LEFTMOST_P): New macro.
7853         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
7854         All uses changed.
7855         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
7856         All uses changed.
7857         (WINDOW_BOX_LEFT_EDGE_X): Rename from
7858         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
7859         Do not exclude left fringe width.
7860         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
7861         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
7862         Do not exclude fringe widths.
7863         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
7864         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
7865         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
7866         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
7867         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
7868         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
7869         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
7870         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
7871         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
7872         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
7873         New macros.  Change code which referenced corresponding
7874         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
7875         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
7876         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
7877         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
7878         allow per-window scroll-bar settings.
7879         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
7880         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
7881         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
7882         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
7883         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
7884         FRAME_SCROLL_BAR_WIDTH.
7885         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
7886         (WINDOW_SCROLL_BAR_AREA_X): New macros.
7887         (WINDOW_HEADER_LINE_HEIGHT): Rename from
7888         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
7889         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
7890         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
7891         (WINDOW_BOX_TEXT_HEIGHT): Rename from
7892         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
7893         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7894         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
7895         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
7896         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
7897         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
7898         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
7899         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
7900         (window_from_coordinates): Update prototype.
7901         (Fset_window_buffer): Update EXFUN.
7902         (set_window_buffer): Update prototype.
7904         * dispextern.h (struct glyph_matrix): Rename members window_left_x
7905         to window_left_col, window_top_y to window_top_line.  All uses
7906         changed.
7907         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
7908         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
7909         internal_border_width is now set to 0 for non-window frames.
7910         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
7911         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
7912         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
7913         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
7914         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
7915         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7916         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
7917         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
7918         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
7919         Move to window.h and renamed [see window.h changes].
7920         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
7921         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
7922         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
7923         Use WINDOW_TOTAL_LINES.
7924         (frame_update_line_height): Remove prototype.
7926         * buffer.h (struct buffer): Rename members measured in columns:
7927         left_margin_width to left_margin_cols, right_margin_width to
7928         right_margin_cols.  All uses changed.
7929         New members left_fringe_width, right_fringe_width,
7930         fringes_outside_margins for per-buffer fringe settings.
7931         New members scroll_bar_width and vertical_scroll_bar_type for
7932         per-buffer scroll bar settings.
7934         * buffer.c (init_buffer_once): Set buffer_defaults and
7935         buffer_local_flags for new buffer-local variables
7936         left_fringe_width, right_fringe_width, fringes_outside_margins,
7937         scroll_bar_width, and vertical_scroll_bar_type.
7938         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
7939         default-* variables for them.
7941         * dispnew.c: Make (many) trivial substitutions for renamed and
7942         new macros in dispextern.h, frame.h and window.h.
7943         (mode_line_string): No need to adjust width for mode lines, as it
7944         is already adjusted by the caller.
7945         (marginal_area_string): Handle fringes inside/outside margins.
7947         * frame.c: Make (many) trivial substitutions for renamed and
7948         new macros in dispextern.h, frame.h and window.h.
7949         (make_frame): Initialize left_fringe_width, right_fringe_width,
7950         fringe_cols, scroll_bar_actual_width, border_width,
7951         internal_border_width, column_width, line_height, x_pixels_diff,
7952         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
7953         members with values suitable for a non-window frames.
7955         * gtkutil.c: Make (many) trivial substitutions for renamed and
7956         new macros in dispextern.h, frame.h and window.h.
7958         * indent.c: Make (few) trivial substitutions for renamed and
7959         new macros in dispextern.h, frame.h and window.h.
7961         * keyboard.c: Make (many) trivial substitutions for renamed and
7962         new macros in dispextern.h, frame.h and window.h.
7963         (make_lispy_event): Use window positions returned from
7964         window_from_coordinates when constructing the lisp event for
7965         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
7966         (incorrect) values locally.
7967         (make_lispy_movement): Use window positions returned from
7968         window_from_coordinates when constructing the lisp event, rather
7969         than calculating (incorrect) values locally.
7971         * scroll.c: Make (some) trivial substitutions for renamed and
7972         new macros in dispextern.h, frame.h and window.h.
7974         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
7975         scroll-bars.
7977         * sysdep.c: Make (few) trivial substitutions for renamed and
7978         new macros in dispextern.h, frame.h and window.h.
7980         * term.c: Make (some) trivial substitutions for renamed and
7981         new macros in dispextern.h, frame.h and window.h.
7983         * widget.c: Make (few) trivial substitutions for renamed and
7984         new macros in dispextern.h, frame.h and window.h.
7986         * window.c: Make (many) trivial substitutions for renamed and
7987         new macros in dispextern.h, frame.h and window.h.
7988         (make_window): Initialize new members
7989         left_margin_cols, right_margin_cols, left_fringe_width,
7990         right_fringe_width, fringes_outside_margins, scroll_bar_width,
7991         and vertical_scroll_bar_type.
7992         (coordinates_in_window): Adapt to new fringe/margin positions
7993         and per-window fringes and scroll-bars.
7994         Fix bug related to incorrectly adjusting coordinates by
7995         frame's internal_border_width (the effect normally negible since
7996         the internal_border_width is typically 0 or 1 pixel, but very
7997         noticeable for an internal_border_width of e.g. 25 pixels).
7998         Upon successful return (other than ON_NOTHING), the coordinates
7999         are now always properly converted to window relative for the
8000         given display element.
8001         (window_from_coordinates): Add new parameters wx and wy to
8002         return the window relative x and y position in the returned
8003         window and part.  A null arg means, don't return the position.
8004         All callers changed.
8005         (adjust_window_margins): New function which may reduce the width
8006         of the display margins if a window's text area is too small after
8007         resizing or splitting windows.
8008         (size_window): Fix bug that did not account for display margin
8009         widths when checking the minimum width of a window; use
8010         adjust_window_margins.
8011         (set_window_buffer): Call Fset_window_fringes and
8012         Fset_window_scroll_bars to setup per-window elements.
8013         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
8014         existing display margin, fringe widths, and scroll bar settings
8015         (e.g. after splitting a window or resizing the frame).
8016         All callers changed.
8017         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
8018         (Fsplit_window): Duplicate original window's display margin,
8019         fringe, and scroll-bar settings; then call Fset_window_buffer with
8020         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
8021         window to only preserve the display margins in one of the windows.
8022         When splitting horizontally, call adjust_window_margins on both
8023         windows to ensure that the text area of the new windows is non too
8024         narrow.  This fixes a bug which could cause Emacs to trap if the
8025         width of the split window was less than the width of the display
8026         margins.
8027         (window_box_text_cols): Rename from window_internal_width.
8028         All uses changed.  Adapt to per-window fringes and scroll bars.
8029         Fix bug that caused vertical separator to be subtracted also on
8030         window frames.  Fix another bug that did not reduce the returned
8031         value by the columns used for display margins.
8032         (window_scroll_line_based): Fix bug related to scrolling too much
8033         when display margins are present (implicitly fixed by the fix to
8034         window_box_text_cols).
8035         (scroll_left, scroll_right): Fix bug related to scrolling too far
8036         by default when display margins are present (implicitly fixed by
8037         the fix to window_box_text_cols).
8038         (struct saved_window): Rename members left to left_col, top to
8039         top_line, width to total_cols, height to total_lines, orig_top to
8040         orig_top_line, orig_height to orig_total_lines.  All uses changed.
8041         New members left_margin_cols, right_margin_cols,
8042         left_fringe_width, right_fringe_width, fringes_outside_margins,
8043         scroll_bar_width, and vertical_scroll_bar_type for saving
8044         per-window display elements.
8045         (Fset_window_configuration): Restore display margins, fringes,
8046         and scroll bar settings.  This fixes a bug which caused display
8047         margins to be discarded when saving and restoring a window
8048         configuration.
8049         (save_window_save): Save display margins, fringes, and scroll bar
8050         settings.  This fixes a bug which caused display margins to be
8051         discarded when saving and restoring a window configuration.
8052         (Fset_window_margins): Do nothing if display margins are not
8053         really changed.  Otherwise, call adjust_window_margins to ensure
8054         the text area doesn't get too narrow.  This fixes a bug which
8055         could cause Emacs to trap if setting display margins wider than
8056         the width of the window.
8057         (Fset_window_fringes): New defun to allow user to specifically set
8058         this window's fringe widths and position vs. display margins.
8059         (Fwindow_fringes): New defun to return window's actual fringe settings.
8060         (Fset_window_scroll_bars): New defun to allow user to specifically
8061         set this window's scroll bar width and position.
8062         (Fwindow_scroll_bars): New defun to return window's actual scroll
8063         bar settings.
8064         (compare_window_configurations): Also compare display margins,
8065         fringes, and scroll bar settings.
8066         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
8068         * xdisp.c: Make (many) trivial substitutions for renamed and
8069         new macros in dispextern.h, frame.h and window.h.
8070         (window_box_width): Adapt to per-window fringes and scroll bars,
8071         and new fringe vs. display margin position.  Note that returned
8072         value is no longer guaranteed to be a whole multiple of the frame
8073         column width, since per-window fringes may now be any width.
8074         (window_box_left_offset): New function like window_box_left, but
8075         value is relative to left border of window (rather than frame).
8076         (window_box_right_offset): New function like window_box_right,
8077         but value is relative to left border of window.
8078         (window_box_left): Adapt to per-window fringes and scroll bars,
8079         and new fringe vs. display margin position.  Simplify by using
8080         WINDOW_LEFT_EDGE_X and window_box_left_offset.
8081         (window_box): Allow null args for unnecessary return values;
8082         change/simplify relevant callers.
8083         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
8084         and new fringe vs. display margin position.
8085         Use window_box_left_offset and window_box_right_offset
8086         (get_glyph_string_clip_rect): Adapt to per-window fringes and
8087         scroll bars, and new fringe vs. display margin position.
8088         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
8089         (draw_fringe_bitmap): Rework to handle per-window fringes and new
8090         fringe vs. display margin position.
8091         (hscroll_window_tree): Use window_box_width instead of window_box.
8092         (redisplay_window): Adapt to per-window scroll bars.
8093         (draw_glyphs): Rework to handle per-window fringes and scroll
8094         bars, and new fringe vs. display margin position.
8095         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
8096         (x_clear_end_of_line): Adapt to per-window fringes and scroll
8097         bars, and new fringe vs. display margin position.  Fix bug which
8098         increased total width of full_width rows by width of scroll bars
8099         although window's total width already includes that.
8100         (x_fix_overlapping_area): Simplify using window_box_left_offset.
8101         (expose_area): Simplify using window_box_left_offset.
8102         (x_draw_vertical_border): Handle per-window scroll bar settings,
8103         mixing windows with left, right and no scroll bars.
8105         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
8106         where it's used in x_list_fonts (for clarity).
8107         (frame_update_line_height): Remove unused function; functionality
8108         is now done directly when setting the default font in x_set_font.
8110         * xfns.c: Make (many) trivial substitutions for renamed and
8111         new macros in dispextern.h, frame.h and window.h.
8113         * xmenu.c: Make (some) trivial substitutions for renamed and
8114         new macros in dispextern.h, frame.h and window.h.
8116         * xterm.h (struct x_output): Move members left_pos, top_pos,
8117         border_width, pixel_height, pixel_width, line_height,
8118         internal_border_width, vertical_scroll_bar_extra,
8119         left_fringe_width, right_fringe_width, fringe_cols,
8120         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8121         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8122         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8123         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8124         (PIXEL_WIDTH, PIXEL_HEIGHT)
8125         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8126         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8127         frame.h and renamed [see frame.h changes].
8128         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8129         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8130         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8131         and renamed [see frame.h changes].
8133         * xterm.c: Make (several) trivial substitutions for renamed and
8134         new macros in dispextern.h, frame.h and window.h.
8135         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8136         (scroll_run): Adapt to new fringe position.
8137         (glyph_rect): Use window coordinates returned from
8138         window_from_coordinates rather than frame_to_window_pixel_xy.
8139         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8140         scroll-bars.
8141         (handle_one_xevent): Simplify a USE_GTK conditional.
8142         (x_clip_to_row): Remove superfluous whole_line_p arg and code
8143         (fringes are now inside margins, i.e. always in the clipping area).
8144         All callers changed.
8145         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8146         directly, then call compute_fringe_widths.  Don't call
8147         frame_update_line_height.
8149         * w32term.h (struct w32_output): Move members left_pos, top_pos,
8150         border_width, pixel_height, pixel_width, line_height,
8151         internal_border_width, vertical_scroll_bar_extra,
8152         left_fringe_width, right_fringe_width, fringe_cols,
8153         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8154         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8155         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8156         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8157         (PIXEL_WIDTH, PIXEL_HEIGHT)
8158         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8159         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8160         frame.h and renamed [see frame.h changes].
8161         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8162         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8163         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8164         and renamed [see frame.h changes].
8166         * w32term.c: Make (several) trivial substitutions for renamed and
8167         new macros in dispextern.h, frame.h and window.h.
8168         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8169         (glyph_rect): Use window coordinates returned from
8170         window_from_coordinates rather than frame_to_window_pixel_xy.
8171         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8172         scroll-bars.
8173         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
8174         (fringes are now inside margins, i.e. always in the clipping area).
8175         All callers changed.
8176         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8177         directly, then call compute_fringe_widths.  Don't call
8178         frame_update_line_height.
8180         * w32console.c: Make (few) trivial substitutions for renamed and
8181         new macros in dispextern.h, frame.h and window.h.
8183         * w32fns.c: Make (many) trivial substitutions for renamed and
8184         new macros in dispextern.h, frame.h and window.h.
8186         * w32menu.c: Make (few) trivial substitutions for renamed and
8187         new macros in dispextern.h, frame.h and window.h.
8189         * macterm.h (struct mac_output): Move members left_pos, top_pos,
8190         border_width, pixel_height, pixel_width, line_height,
8191         internal_border_width, vertical_scroll_bar_extra,
8192         left_fringe_width, right_fringe_width, fringe_cols,
8193         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8194         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
8195         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8196         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8197         (PIXEL_WIDTH, PIXEL_HEIGHT)
8198         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8199         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8200         frame.h and renamed [see frame.h changes].
8201         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8202         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8203         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8204         and renamed [see frame.h changes].
8206         * macterm.c: Make (several) trivial substitutions for renamed and
8207         new macros in dispextern.h, frame.h and window.h.
8208         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8209         (glyph_rect): Use window coordinates returned from
8210         window_from_coordinates rather than frame_to_window_pixel_xy.
8211         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8212         scroll-bars.
8213         (x_clip_to_row): Remove superfluous whole_line_p arg and code
8214         (fringes are now inside margins, i.e. always in the clipping area).
8215         All callers changed.
8216         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8217         directly, then call compute_fringe_widths.  Don't call
8218         frame_update_line_height.
8220         * macfns.c: Make (several) trivial substitutions for renamed and
8221         new macros in dispextern.h, frame.h and window.h.
8222         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
8224         * macmenu.c: Make (few) trivial substitutions for renamed and
8225         new macros in dispextern.h, frame.h and window.h.
8227         * msdos.h (struct x_output): Remove members left_pos, top_pos,
8228         and line_height, and use corresponding new members in struct
8229         frame.  All uses changed.
8230         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
8231         superseeded by corresponding macros in frame.h.
8233         * msdos.c: Make (several) trivial substitutions for renamed and
8234         new macros in dispextern.h, frame.h and window.h.
8235         (IT_note_mouse_highlight): Use updated window coordinates returned
8236         by window_from_coordinates, rather than adjusting them locally.
8237         (internal_terminal_init): No need to initialize line_height here;
8238         it now defaults to 1.
8240 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
8242         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
8243         dropping `down' events.
8245 2003-05-24  Andreas Schwab  <schwab@suse.de>
8247         * coding.c (find_safe_codings): Fix last change.
8249 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
8251         * xfns.c (x_window): Fix typo from 2003-05-21 change.
8253 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8255         * xdisp.c (display_mode_element): Increase max depth.
8256         Simplify the error handling code.  Use a different error string
8257         for the case where we hit the depth limit.
8259         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
8261         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
8263 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8265         * intervals.c (get_local_map): Don't get char-property of previous
8266         point any more: get_pos_property already does it and better.
8268 2003-05-21  Dave Love  <fx@gnu.org>
8270         [Merged from unicode branch.]
8272         * xfns.c (x_window, x_window): Use use_xim.
8274         * xterm.c (use_xim): Initialize.
8275         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8276         (x_term_init): Maybe set use_xim.
8278         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8280 2003-05-21  Jason Rumney  <jasonr@gnu.org>
8282         * unexw32.c (_start): Remove _fmode initialization.
8284         * emacs.c (main) [WINDOWSNT]: Move it here.
8286 2003-05-20  Dave Love  <fx@gnu.org>
8288         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
8290 2003-05-19  Richard M. Stallman  <rms@gnu.org>
8292         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
8293         as value for QCfont attribute.
8294         (realize_default_face): lface should already exist; crash if not.
8295         Specify 0 for FORCE_P when calling set_lface_from_font_name.
8297         * frame.c (Fignore_event): Doc fix.
8299 2003-05-19  Kenichi Handa  <handa@m17n.org>
8301         * coding.c (decode_coding_string): Handle post-read-conversion
8302         even if the coding doesn't require decoding.
8304 2003-05-18  Richard M. Stallman  <rms@gnu.org>
8306         * callproc.c (Fcall_process_region): Doc fix.
8308 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8310         * lread.c (Fload): Print a message if package is obsolete.
8312         * window.c (Fselect_window): Add optional `norecord' arg.
8313         (select_window_1): Fold into Fselect_window.
8314         (select_window_norecord): New function.
8315         (temp_output_buffer_show): Use it.  Preserve current buffer.
8317         * window.h (Fselect_window): Update declaration.
8319         * window.c (delete_window, Fother_window, Fset_window_configuration):
8320         * minibuf.c (read_minibuf):
8321         * macterm.c (x_new_focus_frame):
8322         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
8323         * callint.c (Fcall_interactively):
8324         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
8326         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
8328 2003-05-17  David Kastrup  <dak@gnu.org>
8330         * process.c (read_process_output): Back out change from 2003-03-09.
8332 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8334         * editfns.c (get_pos_property): Don't assume that `object' = nil.
8336         * textprop.c (text_property_stickiness): New arg `buffer'.
8338         * intervals.h (text_property_stickiness): New arg `buffer'.
8339         (get_pos_property): Declare.
8341         * intervals.c (get_local_map): Use get_pos_property, to obey
8342         stickiness and empty overlays.
8343         (create_root_interval, graft_intervals_into_buffer): Use BEG.
8344         (merge_properties, intervals_equal, merge_properties_sticky):
8345         Use XCAR, XCDR.
8346         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
8348 2003-05-17  Richard M. Stallman  <rms@gnu.org>
8350         * minibuf.c (read_minibuf): If buffer is empty, record the default
8351         in the history.
8352         (Fminibuffer_complete_word): When deleting the overlap, take account
8353         of its real position.
8355         * fns.c (map_char_table): Fix previous change.
8357         * syntax.c (find_defun_start):
8358         When open_paren_in_column_0_is_defun_start,
8359         return beginning of buffer.
8361         * lisp.h (map_char_table): Declare added arg.
8363         * fns.c (map_char_table): New arg TABLE gets the master table.
8364         All calls changed.
8365         Process default and inheritance, resorting to Faref if necessary.
8367         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8368         (Faccessible_keymaps): Pass new arg to map_char_table.
8370         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
8372         * casetab.c (set_case_table): Pass new arg to map_char_table.
8374         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
8376         * lisp.h (specbinding_func): New typedef.
8377         (struct specbinding): Use specbinding_func, to put the `volatile'
8378         in the right place.
8380         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
8381         to avoid GCC warning.
8383 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8385         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
8387 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
8389         * keyboard.c (apply_modifiers): Don't fill the other cache.
8391 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
8393         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
8395         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
8396         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
8397         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
8398         (Fset_window_configuration, Fcurrent_window_configuration)
8399         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
8400         (Fpos_visible_in_window_p, mark_window_cursors_off)
8401         (window_internal_height, window_internal_width, Frecenter)
8402         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
8403         (replace_buffer_in_all_windows, init_window_once, init_window)
8404         (syms_of_window, keys_of_window): Move from lisp.h.
8405         * lisp.h: Move window.c declarations to window.h.
8407         * bytecode.c: Include window.h.
8408         * emacs.c: Include window.h.
8410         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
8411         (keyremap): Add `parent' field.
8412         (keyremap_step): Use it.  Remove `parent' argument.
8413         (read_key_sequence): Setup and use the new `parent' field.
8415 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
8417         * keyboard.c (adjust_point_for_property): Ensure termination.
8419 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8421         * keyboard.c (follow_key): Remove dead variable `did_meta'.
8422         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
8423         duplicated handling of function-key-map and key-translation-map
8424         in read_key_sequence.
8425         (read_key_sequence): Use them.
8427         * keyboard.c (adjust_point_for_property): Try harder to move point
8428         to the non-sticky end of an invisible property.
8430         * xdisp.c (single_display_prop_intangible_p): Make `space' display
8431         property intangible as well.
8433 2003-05-10  Andreas Schwab  <schwab@suse.de>
8435         * xmenu.c (single_menu_item): Change last parameter to void* to
8436         avoid warning.
8438 2003-05-09  Richard M. Stallman  <rms@gnu.org>
8440         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
8441         Bind Qinhibit_modification_hooks to t so there will be no GC.
8442         Rename local `tem' to `save_deactivate_mark'.
8444         * eval.c (specpdl_ptr): Declare volatile.
8445         (unbind_to): Copy the whole binding and decrement specpdl_ptr
8446         before doing the work of unbinding it.
8448         * lisp.h (struct specbinding): Declare elements volatile.
8449         (specpdl_ptr): Declare volatile.
8451         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
8453         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
8454         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
8456 2003-05-08  Dave Love  <fx@gnu.org>
8458         * coding.c (Vlast_coding_system_used): Doc fix.
8460 2003-05-07  Jason Rumney  <jasonr@gnu.org>
8462         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
8463         when system does not support them.
8465 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
8467         * fileio.c (Qwrite_region_annotate_functions): New var.
8468         (build_annotations): Use it to process the global part of the hook.
8469         (syms_of_fileio): Init and staticpro it.
8471         * keyboard.c (safe_run_hooks_error): Display a message instead of
8472         silently ignoring the error.
8474 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
8476         * keyboard.c (input_available_signal): Mark static.
8477         (menu_bar_items): Use map_keymap.
8478         (menu_bar_one_keymap): Remove.
8479         (menu_bar_item): Adjust arglist (for use in map_keymap).
8480         Properly hide a second binding when not both are keymaps.
8482         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
8483         (single_keymap_panes): Use it and map_keymap.
8484         (single_menu_item): Use skp as well.
8486         * keymap.h (map_keymap_function_t): New type.
8487         (map_keymap): Declare.
8489         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
8490         (map_keymap_call, Fmap_keymap): New functions.
8491         (syms_of_keymap): Defsubr map-keymap.
8493 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8495         * gtkutil.c (create_dialog, make_widget_for_menu_item)
8496         (make_menu_item, create_menus, xg_update_menu_item): Don't call
8497         ..._with_mnemonic functions for menu items.
8499 2003-05-01  Kenichi Handa  <handa@m17n.org>
8501         * coding.c (coding_system_accept_latin_extra_p): Delete this
8502         function.
8503         (find_safe_codings): Pay attention to
8504         the property tranlsation-table-for-encode of each codings.
8505         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
8507 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8509         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
8511 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
8513         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
8515         * lisp.h (CHECK): Wrap args in parenthesis.
8516         (specbind): Fix doc: symbol = Qnil is not supported any more.
8518         * bytecode.c (Fbyte_code) <unwind-protect>:
8519         Use Fprogn rather than 0 and Qnil.
8521         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
8522         `double', and `triple' modifiers as well.
8524 2003-04-30  Richard M. Stallman  <rms@gnu.org>
8526         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
8528         * alloc.c (abort_on_gc): New variable.
8529         (Fgarbage_collect): Abort if abort_on_gc is set.
8531         * lisp.h (abort_on_gc): Add decl.
8533         * eval.c (Fsignal): Clear abort_on_gc.
8535         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
8536         Reinit FORMAT_START and END before second scan.
8538         * xdisp.c (move_it_vertically_backward): Do the final big else
8539         even if nlines is 0.
8541         * xdisp.c (redisplay_internal): Finish the per-frame loop
8542         even if redisplay is suspended by input.
8544 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
8546         * macterm.c (x_list_fonts): Return all fonts that match if
8547         maxnames = -1.
8549 2003-04-25  Kenichi Handa  <handa@m17n.org>
8551         * syntax.c (skip_chars): Fix previous change.
8553 2003-04-24  Kenichi Handa  <handa@m17n.org>
8555         * syntax.c (skip_chars): Make the code faster by using the common
8556         technique of *p, *stop, and *endp.
8558 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8560         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
8561         tool_bar_items so GTK tool bar expose callback does not access items
8562         being updated.
8564 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
8566         * eval.c (Fapply): Undo last change and add a comment about why.
8568 2003-04-18  Miles Bader  <miles@gnu.org>
8570         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
8571         pickier PARSE_MULTIBYTE_SEQ.
8573 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8575         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
8576         Use XCDR, XCAR, CONSP.
8577         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
8578         (Fapply): Remove unnecessary GCPRO.
8580         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
8582         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
8584         * buffer.h: Don't hardcode BEG==1.
8586         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
8588 2003-04-16  Richard M. Stallman  <rms@gnu.org>
8590         * xdisp.c (try_window, try_window_reusing_current_matrix):
8591         When at end of window, set window_end_pos to Z-ZV.
8593         * buffer.c (Foverlay_recenter): Doc fix.
8595 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
8597         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
8599 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
8601         * macterm.c (mac_check_for_quit_char): Don't check more often than
8602         once a second.
8604 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8606         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
8607         specially, so that they can't hide an implicit switch-frame event.
8608         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
8609         (head_table): Use switch-frame as event_kind for select-window.
8610         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
8612         * editfns.c (Fformat): Lisp_Object/int mixup.
8613         (format2): Remove unused var numargs.
8615 2003-04-11  Kenichi Handa  <handa@m17n.org>
8617         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
8618         (Qafter_insert_file_set_coding): New variable.
8619         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
8620         for after-insert-file-adjust-coding-function.
8621         (Finsert_file_contents): Call Qafter_insert_file_set_coding
8622         instead of Vafter_insert_file_adjust_coding_function.
8624 2003-04-11  Kenichi Handa  <handa@m17n.org>
8626         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
8628         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
8629         string.  Callers changed.
8631 2003-04-10  Kenichi Handa  <handa@m17n.org>
8633         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
8634         (syms_of_fileio): Declare it as a lisp variable.
8635         (Finsert_file_contents):
8636         Call Vafter_insert_file_adjust_coding_function before calling
8637         decode-format.
8639 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8641         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
8642         get GtkAdjustment as widget now is a GtkRange.
8644         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
8645         GtkRange to avoid memory leak.
8647 2003-04-09  Kenichi Handa  <handa@m17n.org>
8649         * xfaces.c (Vface_font_rescale_alist): New variable.
8650         (struct font_name): New member rescale_ratio.
8651         (font_rescale_ratio): New function.
8652         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
8653         (better_font_p): On comparing point sized, pay attention to
8654         recale_ratio member of fonts.
8655         (build_scalable_font_name): Reflect font->rescale_ratio in the
8656         font name.
8657         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
8659         * lread.c (read1): Before calling index, check if the 2nd
8660         arguemnt is in ASCII range.
8662 2003-04-08  Richard M. Stallman  <rms@gnu.org>
8664         * fileio.c (Ffile_symlink_p): Doc fix.
8666         * editfns.c (Fformat): Translate positions of text properties
8667         in the format string to apply them to the result.
8669         * fileio.c (Finsert_file_contents): Doc fix.
8670         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
8672 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
8674         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
8676 2003-04-08  Steven Tamm  <steventamm@mac.com>
8678         * mac.c (init_mac_osx_environment): Switch libexec and bin so
8679         that self-contained application finds libexec files.
8681 2003-04-08  Kenichi Handa  <handa@m17n.org>
8683         * coding.c (code_convert_region_unwind):
8684         Set Vlast_coding_system_used to the argument.
8685         (code_convert_region): If post-read-conversion function changed
8686         the value of last-coding-sytem, keep the new value in
8687         coding->symbol so that it won't be overridden.
8688         (run_pre_post_conversion_on_str): Likewise.
8689         (coding_system_accept_latin_extra_p): New function.
8690         (find_safe_codings): Pay attention to characters registered in
8691         latin-extra-code-table.
8693 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
8695         * Makefile.in (md5.o): Add missing dependency info.
8697 2003-04-06  Richard M. Stallman  <rms@gnu.org>
8699         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
8701         * marker.c (verify_bytepos): New function.
8703         * intervals.c (set_intervals_multibyte_1): When becoming
8704         multibyte, adjust right and left child sizes to a whole set of
8705         characters.  If an interval gets zero total-length, delete it.
8706         If an interval consists of just its children, delete one of them.
8708         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
8709         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
8711         * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
8712         All calls deleted.
8713         (lisp_malloc): Do the work here directly.
8715 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
8717         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
8718         char tables.
8720 2003-04-04  Kenichi Handa  <handa@m17n.org>
8722         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
8723         destructively change "%S" to "%s".
8725 2003-04-03  Miles Bader  <miles@gnu.org>
8727         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
8728         always set.
8730 2003-04-01  Dave Love  <fx@gnu.org>
8732         * xfns.c (xpm_lookup_color): Grok "opaque".
8734 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
8736         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
8737         parent window ID.
8739         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
8741         * macterm.h (struct mac_output): Define x_pixels_diff and
8742         y_pixels_diff.
8744 2003-03-31  Juanma Barranquero  <lektu@terra.es>
8746         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
8747         blockinput.h and files included from it.
8749 2003-03-31  Kim F. Storm  <storm@cua.dk>
8751         The following changes consolidates the common code related to
8752         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
8753         files into frame.c.
8755         * frame.c: Include blockinput.h.
8756         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
8757         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
8758         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
8759         related vars here.
8760         (struct frame_parm_table, frame_parms): New table for describing
8761         frame parameters and their associated Q-variable.
8762         The order of the parameters corresponds to the sequence of the
8763         frame_parm_handlers table in redisplay_interface.
8764         (x_fullscreen_move, x_set_frame_parameters)
8765         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
8766         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
8767         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8768         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
8769         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
8770         Generic functions for processing of frame parameters.
8771         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
8772         (display_x_get_resource, x_get_resource_string): Functions for
8773         generic access to X resources.
8774         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8775         (x_default_parameter, Fx_parse_geometry): Functions for generic
8776         access to frame parameters.
8777         (x_figure_window_size): Generic calculation of frame size.
8778         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
8779         (syms_of_frame): Intern and staticpro frame parameter variables.
8780         Defvar_lisp Vx_resource_class and Vx_resource_name here.
8781         Defsubr Sx_get_resource and Sx_parse_geometry.
8783         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
8784         parameter related vars defined in frame.c.
8785         (EMACS_CLASS): Define here.
8786         (enum FULLSCREEN_*): Define here.
8787         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
8788         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
8789         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
8790         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
8791         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
8792         (x_set_visibility, x_set_autoraise, x_set_autolower)
8793         (x_set_unsplittable, x_set_vertical_scroll_bars)
8794         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
8795         (x_figure_window_size): Add prototypes.
8797         * dispextern.h (frame_parm_handler): New typedef.
8798         (struct redisplay_interface): New member frame_parm_handlers.
8799         (enum resource_types): Move declaration here.
8800         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8801         (x_default_parameter): Add prototypes.
8803         * window.c: Remove extern decl for frame parameter vars.
8804         (change_window_heights): New generic function;
8805         replaces x_change_window_heights.  All users changed.
8807         * window.h (change_window_heights): Add prototype.
8809         * xfaces.c: Remove extern decl for frame parameter vars.
8811         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
8812         (struct w32_display_info): Fix type of xrdb member.
8813         (enum FULLSCREEN_*): Remove.
8814         Remove prototypes for generic functions (in frame.h).
8816         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8817         parameters now defined in frame.h and frame.c.
8818         (Vx_resource_name): Remove.  Use generic var.
8819         (enum x_frame_parms): Remove (bogus, unused enum).
8820         (check_x_display_info): Make non-static (for frame.c).
8821         (struct x_frame_parm_table, x_frame_parms): Remove.
8822         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8823         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8824         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8825         (x_change_window_heights, x_set_autoraise, x_set_autolower)
8826         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8827         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8828         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8829         Remove.  Use generic functions instead.
8830         (enum resource_types): Remove.
8831         (x_set_scroll_bar_default_width): New global function (for frame.c).
8832         (Fx_create_frame): Depend on x_figure_window_size to add space for
8833         toolbar and setup size_hint_flags.
8834         (x_frame_parm_handlers): New table for redisplay_interface.
8835         (syms_of_xfns): Don't intern/staticpro removed vars.
8837         * xterm.c: Remove unnecessary extern declarations.
8838         (x_fullscreen_adjust): Remove.  Use generic instead.
8839         (x_redisplay_interface): Add x_frame_parm_handlers member.
8841         * w32gui.h (XrmDatabase): New (dummy) typedef.
8843         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
8844         (struct w32_display_info): Fix type of xrdb member.
8845         (enum FULLSCREEN_*): Remove.
8846         (x_fullscreen_adjust): Remove prototype.
8848         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8849         parameters now defined in frame.h and frame.c.
8850         (Vx_resource_name): Remove.  Use generic var.
8851         (enum x_frame_parms): Remove (bogus, unused enum).
8852         (check_x_display_info): Make non-static (for frame.c).
8853         (struct x_frame_parm_table, x_frame_parms): Remove.
8854         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8855         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8856         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8857         (x_change_window_heights, x_set_autoraise, x_set_autolower)
8858         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8859         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8860         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8861         Remove.  Use generic functions instead.
8862         (enum resource_types): Remove.
8863         (x_set_scroll_bar_default_width): New global function (for frame.c).
8864         (Fx_create_frame): Depend on x_figure_window_size to add space for
8865         toolbar and setup size_hint_flags.
8866         (w32_frame_parm_handlers): New table for redisplay_interface.
8867         (syms_of_w32fns): Don't intern/staticpro removed vars.
8869         * w32term.c: Remove unnecessary extern declarations.
8870         (x_fullscreen_adjust): Remove. Use generic instead.
8871         (x_redisplay_interface): Add w32_frame_parm_handlers member.
8873         * w32reg.c (x_get_string_resource): Use XrmDatabase.
8875         * macgui.h (XrmDatabase): New (dummy) typedef.
8877         * macterm.h (EMACS_CLASS): Remove.
8878         (struct mac_display_info): Add xrdb member.
8879         (struct mac_output): Add want_fullscreen member.
8881         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8882         parameters now defined in frame.h and frame.c.
8883         (Vx_resource_name): Remove.  Use generic var.
8884         (check_x_display_info): Make non-static (for frame.c).
8885         (struct x_frame_parm_table, x_frame_parms): Remove.
8886         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8887         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8888         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8889         (x_change_window_heights, x_set_autoraise, x_set_autolower)
8890         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8891         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8892         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8893         Remove.  Use generic functions instead.
8894         (enum resource_types): Remove.
8895         (x_set_scroll_bar_default_width): New global function (for frame.c).
8896         (mac_frame_parm_handlers): New table for redisplay_interface.
8897         (syms_of_macfns): Don't intern/staticpro removed vars.
8899         * macterm.c: Remove unnecessary extern declarations.
8900         (x_redisplay_interface): Add mac_frame_parm_handlers member.
8902         * Makefile.in (frame.o): Add dependency on blockinput.h and files
8903         included from it (atimer.h and systime.h).
8905 2003-03-30  Andreas Schwab  <schwab@suse.de>
8907         * xdisp.c (x_insert_glyphs): Fix swapped width and height
8908         parameters for shift_glyphs_for_insert.
8910         * macterm.c (x_redisplay_interface): Add missing entry for
8911         draw_vertical_window_border.
8913 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
8915         * fileio.c (Fexpand_file_name): In the no-handler case, after
8916         expanding, look again for a handler and invoke it.  This is needed
8917         for filenames like "/foo/../user@host:/bar/../baz" -- the first
8918         expansion produces "/user@host:/bar/../baz" which needs to be
8919         expanded again for the finame result "/user@host:/baz".
8921 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8923         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
8924         of area to be redrawn for better performance.
8926 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
8928         * xterm.c (take_vertical_position_into_account): Remove.
8929         (xt_action_hook): Call set_vertical_scroll_bar if needed.
8930         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
8931         (xm_scroll_callback, x_create_toolkit_scroll_bar)
8932         (x_set_toolkit_scroll_bar_thumb): Simplify.
8933         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
8934         (XTread_socket): Remove unused var.
8935         (x_make_frame_invisible): Replace goto with else.
8937         * xdisp.c (set_vertical_scroll_bar): New fun.
8938         (redisplay_window): Use it.
8940 2003-03-26  Richard M. Stallman  <rms@gnu.org>
8942         * xdisp.c (update_tool_bar): Recompute tool bar if
8943         update_mode_lines is set.  Set w->update_mode_line
8944         only if the tool bar contents actually change.
8945         (update_menu_bar): Undo previous change.
8947 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8949         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
8950         (xg_frame_set_char_size): Calculate scroll bar width before frame
8951         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
8952         (xg_separator_p): Check for all documented separator types.
8953         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
8954         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
8956         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
8957         so tool bar gets updated.
8959 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
8961         * data.c (store_symval_forwarding): Re-instate part of the code
8962         that was deleted with too much enthusiasm.
8964 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
8966         * data.c (store_symval_forwarding): Delete special read-only
8967         hack for type == -1, since we now use ->constant instead.
8968         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
8970         * buffer.c (overlays_in): Declare static.
8971         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
8972         `constant' field rather than the variable's `type' field.
8974 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
8976         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
8978         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
8980         * fns.c [MAC_OSX]: Do not redefine vector.
8982         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
8984         * macgui.h: Remove definition of No_Cursor.
8986         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
8988         * xdisp.c: Define No_Cursor.
8989         (x_write_glyphs, notice_overwritten_cursor)
8990         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
8991         (note_mouse_highlight): Remove Mac-specific code.
8992         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
8994 2003-03-24  John Paul Wallington  <jpw@gnu.org>
8996         * xdisp.c (redisplay_window): If mini window's buffer is not
8997         empty, then redisplay it like other windows.
8999 2003-03-23  Kim F. Storm  <storm@cua.dk>
9001         * w32term.c (w32_draw_window_cursor): Fix last change.
9003 2003-03-23  Kenichi Handa  <handa@m17n.org>
9005         * alloc.c (make_string_from_bytes, make_specified_string):
9006         Add `const' for the arg CONTENTS.
9008         * lisp.h (make_string_from_bytes, make_specified_string):
9009         Prototypes adjusted.
9011 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9013         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
9015         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
9016         (XG_SB_RANGE): New define.
9018         * gtkutil.c (xg_fixed_handle_expose): New function.
9019         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
9020         expose events.
9021         (xg_update_scrollbar_pos): Take two more arguments, left and width
9022         of scroll bar including borders.
9023         Clear left and right part outside scroll bar separately as some
9024         themes have bars that are not an even number of pixels.
9025         Don't set reallocate_redraws, don't call
9026         gdk_window_process_all_updates.
9027         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
9028         so no need to change it.  Calculate size and value with XG_SB_RANGE.
9030         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
9031         Pass left and width of scroll bar including borders to
9032         xg_update_scrollbar_pos.
9034 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
9036         * Makefile.in: Make sure space precedes end-of-line backslashes.
9038 2003-03-22  Kim F. Storm  <storm@cua.dk>
9040         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
9041         Add generic versions here.  Remove system specific versions
9042         defined elsewhere.
9044         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
9045         Add prototypes.
9047         * xterm.h (STORE_NATIVE_RECT): New macro.
9049 2003-03-21  Kim F. Storm  <storm@cua.dk>
9051         * xdisp.c (get_glyph_string_clip_rect):
9052         Use FRAME_INTERNAL_BORDER_WIDTH.
9054         * dispextern.h (struct redisplay_interface): Add active_p
9055         argument to draw_window_cursor member.  All uses changed.
9057 2003-03-21  Kim F. Storm  <storm@cua.dk>
9059         The following changes consolidate code related to writing and
9060         inserting glyphs, exposing frame, the tool bar, the mouse face,
9061         the output cursor, and help echo from xterm.c, w32term.c and
9062         macterm.c into xdisp.c.  It also generalizes the use of the
9063         window_part enum instead of using numeric values throughout.
9065         * xdisp.c: Consolidate gui-independent code here.
9066         Include keymap.h.
9067         (Qhelp_echo): Import.
9068         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
9069         (help_echo_string, help_echo_window, help_echo_object)
9070         (previous_help_echo_string, help_echo_pos): Declare here.
9071         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
9072         (estimate_mode_line_height): Define here.  Handle windowing
9073         systems directly (without using estimate_mode_line_height_hook).
9074         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
9075         (update_window_cursor, update_cursor_in_window_tree)
9076         (fast_find_position, fast_find_string_pos)
9077         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
9078         (expose_area, expose_line, expose_overlaps, expose_window)
9079         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
9080         declared static as they are only used locally in xdisp.c.
9081         (draw_glyphs): Rename from x_draw_glyphs and make static.
9082         (tool_bar_item_info, notice_overwritten_cursor): Make static.
9083         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9084         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
9085         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
9086         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9087         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
9088         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
9089         (note_mouse_highlight, x_clear_window_mouse_face)
9090         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
9091         (x_intersect_rectangles): New generic functions for use by xdisp.c
9092         and GUI front-ends.
9093         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
9094         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
9096         * dispextern.h (Display_Info): Generic typedef for *_display_info.
9097         (NativeRectangle): Generic typedef for rectangle type.
9098         (enum window_part): Move here from window.c.
9099         (struct redisplay_interface): New members flush_display_optional,
9100         define_frame_cursor, clear_frame_area, draw_window_cursor,
9101         draw_vertical_window_border, shift_glyphs_for_insert.
9102         Rename member clear_mouse_face to clear_window_mouse_face.
9103         (estimate_mode_line_height_hook): Remove hook.
9104         (auto_raise_tool_bar_buttons_p): Don't declare extern.
9105         (tool_bar_item_info): Remove prototype.
9106         (help_echo_string, help_echo_window, help_echo_object)
9107         (previous_help_echo_string, help_echo_pos)
9108         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
9109         (x_stretch_cursor_p, output_cursor): Declare extern.
9110         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
9111         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
9112         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9113         (display_and_set_cursor, set_output_cursor, x_cursor_to)
9114         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
9115         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9116         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
9117         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
9118         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
9119         Add prototypes.
9120         (mode_line_string, marginal_area_string): Fix prototypes.
9122         * window.c (enum window_part): Move to dispextern.h.
9123         (coordinates_in_window): Use enum window_part member names
9124         instead of numbers to describe return value.
9125         (struct check_window_data): Change part member to window_part.
9126         (check_window_containing): Return window_part unaltered.
9127         (window_from_coordinates): Change part arg from int to enum
9128         window_part.  Allow part arg to be null.  All users changed.
9130         * window.h (window_from_coordinates): Fix prototype.
9132         * term.c (estimate_mode_line_height): Move to xdisp.c.
9134         * keyboard.c (make_lispy_event): Use enum window_part.
9136         * dispnew.c (mode_line_string, marginal_area_string): Use enum
9137         window_part instead of int in arg list.  Users changed.
9139         * xterm.h (No_Cursor): Declare as None for X.
9140         (struct mac_output): Replace member cross_cursor by hand_cursor.
9142         * xterm.c: Remove consolidated defines and code.
9143         (BETWEEN): Remove unused macro.
9144         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
9145         (x_define_frame_cursor, x_clear_frame_area)
9146         (x_draw_window_cursor): New X-specific functions for RIF.
9147         (x_redisplay_interface): Add new members.
9149         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
9151         * w32term.h (struct w32_output): Remove cross_cursor member.
9153         * w32term.c: Remove consolidated defines and code.
9154         (BETWEEN): Remove unused macro.
9155         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
9156         (w32_define_frame_cursor, w32_clear_frame_area)
9157         (w32_draw_window_cursor): New W32-specific functions for RIF.
9158         (w32_redisplay_interface): Add new members.
9160         * w32gui.h (No_Cursor): Define as 0 for W32.
9161         (XRectangle): Add X compatible rectangle type.
9162         (NativeRectangle): Declare as RECT for W32.
9163         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9165         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
9167         * w32console.c: Remove consolidated defines and code.
9169         * msdos.h (Display_Info): Add generic typedef.
9171         * msdos.c: Remove consolidated defines and code.
9172         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
9174         * macterm.h (struct mac_output): Replace member cross_cursor by
9175         hand_cursor.
9176         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
9178         * macterm.c: Remove consolidated defines and code.
9179         (BETWEEN): Remove unused macro.
9180         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
9181         (mac_define_frame_cursor, mac_clear_frame_area)
9182         (mac_draw_window_cursor): New Mac-specific functions for RIF.
9183         (x_redisplay_interface): Add new members.
9185         * macgui.h (No_Cursor): Define as 0 for Mac.
9186         (XRectangle): Add X compatible rectangle type.
9187         (NativeRectangle): Declare as Rect for Mac.
9188         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9190         * macfns.c (x_set_mouse_color): Setup hand_cursor.
9191         (x_set_cursor_color): Use x_display_and_set_cursor.
9193         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
9194         included from it.  Add dependency on keymap.h.
9196         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
9198 2003-03-21  Kenichi Handa  <handa@m17n.org>
9200         * fileio.c (Fexpand_file_name): Fix previous change.
9202 2003-03-19  Kenichi Handa  <handa@m17n.org>
9204         * fileio.c (Ffile_name_directory): Reconstruct file name by
9205         make_specified_string.
9206         (Ffile_name_nondirectory, Ffile_name_as_directory)
9207         (Fdirectory_file_name, Fexpand_file_name)
9208         (Fsubstitute_in_file_name): Likewise.
9209         (Fread_file_name): Compare decoded homedir with DIR and
9210         DEFAULT_FILENAME.
9212         * alloc.c (make_specified_string): If NCHARS is negative, count
9213         the number of characters.
9215 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9217         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
9218         all widgets.
9220         * gtkutil.h: Removed xg_ignore_next_thumb.
9222 2003-03-18  Kenichi Handa  <handa@m17n.org>
9224         * coding.c (Vchar_coding_system_table): Remove this variable.
9225         (Vcoding_system_safe_chars): New variable.
9226         (intersection): Remove this function.
9227         (find_safe_codings): Don't use Vchar_coding_system_table, but try
9228         all codings in SAFE_CODINGS.
9229         (Ffind_coding_systems_region_internal): Adjust for the change of
9230         find_safe_codings.  Get generic coding systems from
9231         Vcoding_system_safe_chars.
9232         (Fdefine_coding_system_internal): New function.
9233         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
9234         Initialize and staticpro Vcoding_system_safe_chars.
9236 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9238         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
9239         equal old values before updating.
9241         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
9243         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
9245 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9247         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
9248         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
9249         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
9250         (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
9251         (xg_create_scroll_bar): Pass bar to button event callback.
9252         (xg_find_top_left_in_fixed): New function.
9253         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
9254         whole scroll bar area.  Get old position with
9255         xg_find_top_left_in_fixed, calculate and only clear needed areas.
9256         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
9257         dragging is in progress.  Calculate whole as for Motif.
9258         Remove code that saved last values.  Call gtk_range functions to
9259         set scroll bar sizes.
9261         * gtkutil.h: Removed xg_ignore_next_thumb.
9263 2003-03-17  Juanma Barranquero  <lektu@terra.es>
9265         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
9266         and files included from it.
9268 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9270         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
9271         multiple occurrences of the same keymap under different prefixes.
9272         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
9274 2003-03-16  Jason Rumney  <jasonr@gnu.org>
9276         * w32gui.h: Use HDC for Display.
9278         * w32term.c (w32_encode_char): Prevent double-byte chars from
9279         crashing Emacs.
9281         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
9282         as binary.
9284 2003-03-16  Juanma Barranquero  <lektu@terra.es>
9286         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
9288 2003-03-16  Kim F. Storm  <storm@cua.dk>
9290         The following changes consolidate some of the gui-independent
9291         parts of the processing and drawing of "glyph strings" from
9292         xterm.c, w32term.c, and macterm.c into xdisp.c.
9294         * dispextern.h (struct glyph): Reduce face_id member from 22 to
9295         21 bits (this reduces number of faces from 4M to 2M).
9296         Replace W32 specific w32_font_type member (2 bits) by generic
9297         font_type member (3 bits) for portability.
9298         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
9299         (enum draw_glyphs_face): Define here.
9300         (struct glyph_string): Define here.  Merge W32 and X versions.
9301         (struct redisplay_interface): New members per_char_metric,
9302         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
9303         (VCENTER_BASELINE_OFFSET): Define here.
9304         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
9305         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
9307         * xdisp.c: Consolidate gui-independent "glyph string" code here.
9308         (dump_glyph_string): Moved here.
9309         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
9310         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
9311         (fill_composite_glyph_string, fill_glyph_string)
9312         (fill_image_glyph_string, fill_stretch_glyph_string)
9313         (left_overwritten, left_overwriting, right_overwritten)
9314         (right_overwriting, get_char_face_and_encoding)
9315         (set_glyph_string_background_width, compute_overhangs_and_x)
9316         (append_glyph, append_composite_glyph, produce_image_glyph)
9317         (take_vertical_position_into_account, append_stretch_glyph)
9318         (produce_stretch_glyph): New generic functions (based on X version).
9319         Call platform specific functions through rif.
9320         (INIT_GLYPH_STRING): New macro, hides W32 details.
9321         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
9322         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
9323         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
9324         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
9325         (notice_overwritten_cursor):
9326         Generic functions exported to platform modules.  Users changed.
9328         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
9329         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
9330         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
9331         New macros for consolidated code.
9333         * xterm.c: Remove consolidated defines and code.
9334         (x_per_char_metric, x_encode_char)
9335         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
9336         (x_redisplay_interface): Add new members.
9338         * w32gui.h (Display): Add dummy typedef for consolidation.
9339         (XChar2b): Define alias for wchar_t for consolidation.
9340         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9342         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
9343         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
9344         New macros for consolidation.
9346         * w32term.c: Remove consolidated defines and code.
9347         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
9348         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
9349         (w32_per_char_metric): Change font_type arg to int for RIF.
9350         (w32_encode_char): Return int according to RIF requirements.
9351         (w32_compute_glyph_string_overhangs): Adapt to RIF.
9352         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
9353         x_get_glyph_overhangs.
9354         (w32_redisplay_interface): Add new members.
9356         * macgui.h (XChar2b): Move typedef here for consolidation.
9357         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9359         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
9360         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
9361         consolidation.
9363         * macterm.c: Remove consolidated defines and code.
9364         (mac_per_char_metric): New function for RIF.
9365         (mac_encode_char): Adapt to new RIF requirements.
9366         (mac_compute_glyph_string_overhangs): Adapt for RIF.
9367         (x_redisplay_interface): Add new members.
9369 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
9371         * keymap.c (Vmenu_events): New var.
9372         (syms_of_keymap): Initialize it.
9373         (where_is_internal): Check more carefully what is a menu event.
9375 2003-03-14  Richard M. Stallman  <rms@gnu.org>
9377         * lread.c (read1): After #!, exit loop on eof.
9379 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9381         * gtkutil.h: Add declaration for xg_frame_cleared.
9383         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
9385         * gtkutil.c (struct xg_last_sb_pos): New structure.
9386         (handle_fixed_child): New function.
9387         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
9388         and force a redraw on them.
9389         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
9390         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
9391         so we can avoid unneeded redraws.
9392         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
9393         and force a redraw on the scroll bar.
9394         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
9395         if xg_last_sb_pos shows the positions are up to date.
9396         (xg_frame_cleared): New function.
9398 2003-03-13  Kenichi Handa  <handa@m17n.org>
9400         * coding.c (Fdetect_coding_region): Fix docstring.
9401         (Fdetect_coding_string): Fix docstring.
9403 2003-03-13  Andreas Schwab  <schwab@suse.de>
9405         * gtkutil.c: Add prototype for create_menus.
9407         * data.c (long_to_cons): Fix type of top.
9409         * xselect.c (selection_data_to_lisp_data): Use int instead of
9410         long for an integer of size 4.
9412         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
9413         (xg_tool_bar_help_callback): Likewise.
9415 2003-03-12  Andreas Schwab  <schwab@suse.de>
9417         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
9419 2003-03-12  Kim F. Storm  <storm@cua.dk>
9421         The following changes consolidate the fringe handling from
9422         xterm.c, w32term.c, and macterm.c into xdisp.c.
9424         * xdisp.c: Consolidate fringe handling code here.
9425         (left_bits, right_bits, continued_bits, continuation_bits)
9426         (ov_bits, zv_bits): Define fringe bitmaps.
9427         (fringe_bitmaps): New array holding fringe bitmaps.
9428         (draw_fringe_bitmap): Draw a specific bitmap; call display
9429         specific drawing routine via rif->draw_fringe_bitmap.
9430         (draw_row_fringe_bitmaps): Generic replacement for
9431         x_draw_row_fringe_bitmaps; all callers changed.
9432         (compute_fringe_widths): Generic replacement for
9433         x_compute_fringe_widths; all callers changed.
9435         * dispextern.h (enum fringe_bitmap_type): Define here.
9436         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
9437         (fringe_bitmaps): Declare extern.
9438         (struct redisplay_interface): New member draw_fringe_bitmap.
9439         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
9441         * xterm.c: Remove generic fringe code.
9442         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9443         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9445         * w32term.c: Remove generic fringe code.
9446         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
9447         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
9449         * macterm.c: Remove generic fringe code.
9450         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9451         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9453 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
9455         * print.c (Fprin1_to_string): Return unibyte string if possible.
9457 2003-03-09  David Kastrup  <dak@gnu.org>
9459         * process.c (read_process_output): We have allocated enough space
9460         for readmax and carryover, so actually use the alloted space.
9462 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9464         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
9465         toolkit scrollbar click.
9467         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
9468         for USE_GTK.
9469         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
9470         also.
9471         (handle_one_xevent): ButtonPress/Release:  If event is for a toolkit
9472         scrollbar and control is pressed, call x_scroll_bar_handle_click.
9474         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
9476         * gtkutil.c (xg_get_scroll_id_for_window): New function.
9477         (xg_tool_bar_item_expose_callback): New function.
9478         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
9479         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
9480         on the tool bar widget.
9481         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
9482         to expose on the tool bar item widgets.
9484 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9486         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
9487         struct image* when deciding to update (struct image* may have been
9488         deleted from the image cache).
9490         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
9491         the event isn't for a frame (i.e. for dialogs).
9493 2003-03-07  Kenichi Handa  <handa@m17n.org>
9495         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
9496         composition components reaches the limit, terminate composing.
9497         (COMPOSITION_OK): New macro.
9498         (detect_coding_iso2022): Use it if an escape sequence for
9499         composition is found.
9500         (coding_restore_composition): Adjust the number of composition
9501         components if it is not sane.
9503 2003-03-06  Juanma Barranquero  <lektu@terra.es>
9505         * w32term.h (struct w32_display_info): Add xrdb member to support
9506         passing resources via -xrm on Windows.
9508         * w32term.c (w32_make_rdb): New function.
9509         (w32_term_init): Use it to initialize xrdb member of w32_display_info
9510         struct.  Delete leftover code.
9512         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
9513         for resources passed on the command line.
9515         * w32reg.c (w32_get_rdb_resource): New function.
9516         (x_get_string_resource): Use it, so resources passed with -xrm
9517         supercede the ones in the registry.
9519 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9521         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
9522         instead of x_top_window_to_frame.
9524 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9526         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
9527         when restarting Emacs.
9529 2003-03-03  Richard M. Stallman  <rms@gnu.org>
9531         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
9532         to run kill-buffer-query-functions.
9533         (Qkill_buffer_query_functions): New var.
9534         (syms_of_buffer): Init and staticpro it.
9536 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9538         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
9540 2003-02-25  Kim F. Storm  <storm@cua.dk>
9542         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
9543         If centering point failed to make whole line visible and vscroll
9544         is non-zero, disable vscroll and try centering point again.
9546         * lread.c (read1): Accept `single space' syntax like (? x).
9548 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9550         * keyboard.c (cancel_hourglass_unwind): Surround with
9551         #ifdef HAVE_X_WINDOWS
9553 2003-02-25  Kenichi Handa  <handa@m17n.org>
9555         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
9556         process only when "subprocesses" is defined.
9558 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
9560         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
9562 2003-02-24  Juanma Barranquero  <lektu@terra.es>
9564         * callint.c (fix_command): Declare as static void and move before
9565         Fcall_interactively.
9567         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
9568         (syms_of_xdisp): Don't initialize Qwhen.
9570 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9572         * keyboard.c (cancel_hourglass_unwind): New function.
9573         (command_loop_1): Cancel hourglass with unwind-protect.
9575 2003-02-23  Richard M. Stallman  <rms@gnu.org>
9577         * callint.c (fix_command): New subroutine, from Fcall_interactively.
9578         Detect (when ... (region-beginning)) etc.
9579         (Fcall_interactively): Call fix_command.
9580         (Qif, Qwhen): New variables.
9581         (syms_of_callint): Init and staticpro them.
9583         * regex.c (print_partial_compiled_pattern): Output to stderr.
9585 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
9587         * dired.c (directory_files_internal): Don't expand directory.
9588         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
9589         instead.  From Lars Hansen <larsh@math.ku.dk>.
9591 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
9593         * fns.c (string_to_multibyte): Remove unused var i.
9594         (Flanginfo): Fix int/Lisp_Object mixup.
9595         (void_call2): New fun.
9596         (Fmap_char_table): Use it in place of call2.
9598         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
9600         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
9602         * keymap.c (copy_keymap_1): Make it static.
9604         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
9606 2003-02-22  David Ponce  <david@dponce.com>
9608         * lread.c (Fload): Don't check STRING_MULTIBYTE.
9610 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9612         * process.h: Removed subtty field from struct Lisp_Process.
9614         * process.c (create_process): Remove setting of subtty.
9615         (emacs_get_tty_pgrp): New function.
9616         (Fprocess_running_child_p, process_send_signal):
9617         Call emacs_get_tty_pgrp instead of ioctl.
9618         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
9620 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
9622         * keymap.c (Fdefine_key): Doc fix.
9624 2003-02-21  Juanma Barranquero  <lektu@terra.es>
9626         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
9628         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
9629         POLLING_PROBLEM_IN_SELECT.
9631         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
9632         Delete #undef of POLLING_PROBLEM_IN_SELECT.
9634         * s/hpux10-20.h: New file.
9636         * process.c (wait_reading_process_input):
9637         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
9639 2003-02-20  Kenichi Handa  <handa@m17n.org>
9641         * fontset.c (check_fontset_name): If NAME is nil, return the
9642         default fontset.
9643         (override_font_info): New function.
9644         (Fset_fontset_font): Document that NAME nil means the default fontset.
9645         (Ffontset_info): If FONTSET is not the default fontset, merge
9646         FONTSET onto the copy of the default fontset, and work on that
9647         copy.  Document that NAME nil means the default fontset.
9648         (Ffontset_font): Document that NAME nil means the default fontset.
9650         * process.c (setup_process_coding_systems): If the process's
9651         in/out descriptor is -1, do nothing.
9653 2003-02-19  Andreas Schwab  <schwab@suse.de>
9655         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
9656         Add prototypes.
9658 2003-02-19  Kenichi Handa  <handa@m17n.org>
9660         * xfaces.c (try_alternative_families): Try all scalable fonts if
9661         Vscalable_fonts_allowed is not Qt.
9663 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9665         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
9667 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9669         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
9670         names.
9672         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
9673         (sorted_font_list): Move allocation of struct font_name to
9674         x_face_list_fonts.
9675         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
9676         (Fx_list_fonts): Set maxnames to -1 to get all font names.
9678 2003-02-18  Kim F. Storm  <storm@cua.dk>
9680         * lread.c (read1): Fix last change.
9681         "`" is not always special.  Allow "?" after a character constant.
9683 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
9685         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
9687 2003-02-18  Andreas Schwab  <schwab@suse.de>
9689         * window.c (window_scroll_pixel_based): Move outside a
9690         multi-glyph character before setting new window start.
9692         * xdisp.c (in_display_vector_p): New function.
9693         * dispextern.h (in_display_vector_p): Declare.
9695 2003-02-18  Kim F. Storm  <storm@cua.dk>
9697         * lread.c (read1): Fix and relax read syntax.
9698         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
9699         Only recognize "," after dotted-pair dot if inside backquote.
9700         Never include "`" or "," (inside backquote) in a symbol.
9701         Allow dotted-pair dot after a character constant.
9702         Allow "`" and "," (inside backquote) after a character constant.
9704 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9706         * gtkutil.c (xg_tool_bar_expose_callback): New function.
9707         (xg_create_tool_bar): Force style of tool bar to be horizontal with
9708         icons.  Set name of tool bar to emacs-toolbar.
9709         (update_frame_tool_bar): Connect expose event to
9710         xg_tool_bar_expose_callback.
9712 2003-02-17  Richard M. Stallman  <rms@gnu.org>
9714         * keyboard.c (this_command_key_count_reset): New variable.
9715         Initiatize to 0 where this_command_key_count is set.
9716         (read_char): Save and restore this_command_key_count_reset
9717         around input method code.
9718         (read_char): If this_command_key_count_reset, echo reread commands.
9719         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
9721 2003-02-17  Kenichi Handa  <handa@m17n.org>
9723         * fns.c (string_to_multibyte): Always return a multibyte string.
9725 2003-02-16  Jason Rumney  <jasonr@gnu.org>
9727         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
9728         Negative max_fonts parameter means list all.
9730 2003-02-14  Dave Love  <fx@gnu.org>
9732         * fns.c (Flanginfo): Doc fix.
9734 2003-02-13  Kim F. Storm  <storm@cua.dk>
9736         * lread.c (read_escape): Interpret \s as a SPACE character, except
9737         for \s-X in a character constant which still is the super modifier.
9738         (read1): Signal an `invalid read syntax' error if a character
9739         constant is immediately followed by a digit or symbol character.
9741         * search.c (Fmatch_data): Doc fix.  Explicitly state that
9742         match-data is undefined if last search failed.
9744         * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
9745         All uses changed.
9747 2003-02-12  Juanma Barranquero  <lektu@terra.es>
9749         * eval.c (Fdefmacro): Fix typo.
9751 2003-02-12  Kim F. Storm  <storm@cua.dk>
9753         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
9754         macro is a string, convert meta modifiers in string when copying
9755         the string into a vector.
9757 2003-02-11  Kim F. Storm  <storm@cua.dk>
9759         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
9761 2003-02-11  Kenichi Handa  <handa@m17n.org>
9763         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
9765 2003-02-10  Kim F. Storm  <storm@cua.dk>
9767         * process.c: Doc fixes.
9768         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
9770 2003-02-10  Kenichi Handa  <handa@m17n.org>
9772         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
9774         * process.c (QCfilter_multibyte): New variable.
9775         (setup_process_coding_systems): New function.
9776         (Fset_process_buffer, Fset_process_filter):
9777         Call setup_process_coding_systems.
9778         (Fstart_process): Initialize the member `filter_multibyte' of
9779         struct Lisp_Process.
9780         (create_process): Call setup_process_coding_systems.
9781         (Fmake_network_process): New keyward `:filter-multibyte'.
9782         Initialize the member `filter_multibyte' of struct Lisp_Process.
9783         Call setup_process_coding_systems.
9784         (server_accept_connection): Call setup_process_coding_systems.
9785         (read_process_output): If the process has a filter, decide the
9786         multibyteness of a string to given to the filter by
9787         `filter_multibyte' member of the process.  If the process doesn't
9788         have a filter and the result of conversion is unibyte, use
9789         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
9790         multibyte form.
9791         (Fset_process_coding_system): Call setup_process_coding_systems.
9792         (Fset_process_filter_multibyte): New function.
9793         (Fprocess_filter_multibyte_p): New function.
9794         (syms_of_process): Intern and staticpro QCfilter_multibyte.
9795         Defsubr Sset_process_filter_multibyte and
9796         Sprocess_filter_multibyte_p.
9798         * process.h (struct Lisp_Process): New member filter_multibyte.
9800         * lisp.h (setup_process_coding_systems): Add prototype.
9802         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
9803         process, update coding systems for the process.
9805 2003-02-09  Kenichi Handa  <handa@m17n.org>
9807         * fns.c (string_to_multibyte): New function.
9808         (Fstring_to_multibyte): New function.
9809         (syms_of_fns): Defsubr it.
9811 2003-02-08  Andreas Schwab  <schwab@suse.de>
9813         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9814         instead of the substitution.
9816 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9818         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
9820         * xmenu.c (menu_position_func): Adjust menu popup position so that
9821         the menu is fully visible.
9823 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9825         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
9826         (x_make_frame_invisible, x_wm_set_icon_position):
9827         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
9829         * xfns.c (x_set_name, x_set_title): Ditto.
9831 2003-02-04  Richard M. Stallman  <rms@gnu.org>
9833         * keyboard.c (echo_now): Update before_command_echo_length.
9834         (Freset_this_command_lengths): Reset this_command_key_count etc.
9835         immediately rather than arranging to do it later.
9836         (before_command_key_count_1, before_command_echo_length_1)
9837         (before_command_restore_flag): Vars deleted.
9838         (add_command_key): Don't handle before_command_restore_flag.
9839         (read_char, record_menu_key): Don't update before_command_key_count or
9840         before_command_echo_length.
9841         (read_char): Don't handle before_command_restore_flag.
9843         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
9844         in direct-output clauses if it wouldn't be called in the ordinary case.
9846 2003-02-04  Kim F. Storm  <storm@cua.dk>
9848         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
9850 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9852         * gtkutil.c (remove_from_container): Copying list is not needed.
9853         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
9854         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
9855         on list returned from gtk_container_get_children to avoid memory leak.
9857 2003-02-01  Jason Rumney  <jasonr@gnu.org>
9859         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
9860         local malloc.
9861         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
9862         definitions in xpm.h.
9863         (init_xpm_functions): New function.
9864         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
9865         (init_external_image_libraries): Try to load libXpm.dll.
9867         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
9868         timestamp.
9870 2003-01-31  Dave Love  <fx@gnu.org>
9872         * syntax.c (Fskip_chars_forward)
9873         (open-paren-in-column-0-is-defun-start): Doc fix.
9875 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9877         * fileio.c: Support // at start of name for Cygwin (just added proper
9878         preprocessor tests).
9880         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
9882         * Makefile.in: Use @EXEEXT@ for Cygwin.
9884         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
9886         * s/cygwin.h: Added for Cygwin port.
9888 2003-01-31  Juanma Barranquero  <lektu@terra.es>
9890         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
9891         when including gif_lib.h.
9892         (init_gif_functions, init_tiff_functions): New functions.
9893         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
9894         Windows.  Disable color table lookups.  Call library functions
9895         through pointers determined at runtime.
9896         (init_external_image_libraries): Try to load libungif.dll and
9897         libtiff.dll.
9899 2003-01-31  Kenichi Handa  <handa@m17n.org>
9901         * xdisp.c (SKIP_GLYPHS): New macro.
9902         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
9904 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9906         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
9908 2003-01-30  Dave Love  <fx@gnu.org>
9910         * alloc.c (Vgc_elapsed, gcs_done): New variables.
9911         (Fgarbage_collect): Use them.
9912         (init_alloc, syms_of_alloc): Set them up.
9914 2003-01-30  Juanma Barranquero  <lektu@terra.es>
9916         * w32fns.c (init_external_image_libraries): Add missing operator.
9918 2003-01-29  Jason Rumney  <jasonr@gnu.org>
9920         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
9921         an alternative name for jpeg.dll.
9923 2003-01-29  Kenichi Handa  <handa@m17n.org>
9925         * xdisp.c (set_cursor_from_row): Pay attention to string display
9926         properties.
9928 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
9930         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
9931         <escape>.
9932         (keycode_to_xkeysym_table): Reformat and add more comments.
9933         (XTread_socket): Drop special case for backspace.
9935 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
9937         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
9938         values in old-style RGB specs.
9940 2003-01-27  Juanma Barranquero  <lektu@terra.es>
9942         * w32fns.c (init_external_image_libraries): Try alternate names for the
9943         jpeg dll.
9945 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9947         * gtkutil.c (create_dialog, xg_separator_p)
9948         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
9949         before calling strcmp or strlen.
9951 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9953         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
9954         and handle image load failure.
9956 2003-01-26  Jason Rumney  <jasonr@gnu.org>
9958         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
9959         New functions.
9960         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
9961         Disable color table lookups.  Call jpeg library functions
9962         through pointers determined at runtime.
9963         (init_external_image_libraries): Try to load jpeg.dll.
9965 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9967         * lisp.h: Declare format2 instead of format1.
9969         * fileio.c (barf_or_query_if_file_exists):
9970         Call format2 instead of format1.
9972         * editfns.c (format2): New function, replaces format1
9973         but takes exactly two Lisp Objects as format args.
9975         * buffer.c (Fkill_buffer): Call format2 instead of format1.
9977 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9979         * xterm.h: Change to return value of x_dispatch_event to int.
9981         * xterm.c (x_filter_event): New function.
9982         (event_handler_gdk, XTread_socket): Call x_filter_event.
9983         (x_dispatch_event): Change to return value of finish.
9984         (event_handler_gdk): Use return value from x_dispatch_event.
9986         * xfns.c (x_window): Call create_frame_xic for GTK version to
9987         initialize input methods.
9989         * gtkutil.h: Add (void) prototypes.
9991         * gtkutil.c (create_menus): Remove code that puts the help menu to
9992         the right.
9994 2003-01-25  Jason Rumney  <jasonr@gnu.org>
9996         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
9997         [HAVE_PNG]: Sync with xfns.c version.
9998         (png_load): Adjust colors for Windows.  Use Windows
9999         bitmaps.  Disable color table lookups.
10000         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
10001         (init_png_functions): New function.
10002         (png_read_from_memory, png_load): Call png library functions
10003         through pointers determined at runtime.
10004         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
10005         (init_external_image_libraries): New function.
10006         (init_xfns): Call it.
10008 2003-01-24  Andreas Schwab  <schwab@suse.de>
10010         * minibuf.c (Fminibuffer_message): Verify type of parameter.
10012 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10014         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
10015         of static initializer.
10017 2003-01-24  Dave Love  <fx@gnu.org>
10019         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
10020         architectures.
10022         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
10023         Use __alignof__.
10025 2003-01-24  Kenichi Handa  <handa@m17n.org>
10027         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
10028         It it is nonzero, don't pretend that an invisible area doesn't exist.
10029         (command_loop_1): Call adjust_point_for_property with proper
10030         second arg.
10032 2003-01-22  Jason Rumney  <jasonr@gnu.org>
10034         Sync changes with xterm.c and xfns.c.
10036         * w32term.c (x_draw_glyph_string_foreground)
10037         (x_draw_composite_glyph_string_foreground): Implement overstriking.
10039         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
10040         phys_cursor's hpos is overwritten.  This is still not completely
10041         correct, as it doesn't really make sense to use hpos at all to
10042         get the cursor glyph (as that is relative to the width of the
10043         characters on the line, which may have changed during the update).
10045         * w32term.c (notice_overwritten_cursor): Handle the special case
10046         of the cursor being in the first blank non-text line at the
10047         end of a window.
10049         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
10050         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
10051         Compute from the x position returned by x_draw_glyphs.
10053         (x_display_and_set_cursor): Don't set phys_cursor_width here,
10054         except for NO_CURSOR and system caret, to make phys_cursor_width
10055         contain what its name suggests.
10056         (notice_overwritten_cursor): Consider the cursor image erased if
10057         the output area intersects the cursor image in y-direction.
10059         * w32term.c (note_mode_line_or_margin_highlight): Rename from
10060         note_mode_line_highlight and extend.
10062         * w32term.c (last_window): New variable.
10063         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
10064         (note_mouse_movement): Remove reimplemented code in #if 0.
10066         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
10067         not update_mode_lines, and always set it to 1.
10069 2003-01-21  Jason Rumney  <jasonr@gnu.org>
10071         * w32fns.c (IDC_HAND): Define it if system headers don't.
10073 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10075         * w32term.h (struct w32_output): New member hand_cursor.
10076         (WM_EMACS_SETCURSOR): New message definition.
10078         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
10079         function w32_define_cursor.
10080         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
10081         position, change member name output_data.x to output_data.w32 and
10082         add function w32_define_cursor.
10083         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
10084         and change member name output_data.x to output_data.w32.
10085         (w32_initialize_display_info):
10086         Setup dpyinfo->vertical_scroll_bar_cursor.
10088         * w32fns.c (Vx_hand_shape): New variable.
10089         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
10090         WM_EMACS_SETCURSOR.
10091         (x-create-frame): Setup Cursor types.
10093 2003-01-21  David Ponce  <david@dponce.com>
10095         * w32term.c (w32_encode_char): For DIM=1 charset, set
10096         ccl->reg[2] to -1 before calling ccl_driver.  (Sync. with xterm.c
10097         x_encode_char change by Kenichi Handa <handa@m17n.org> on
10098         2002-09-30.)
10099         (w32_draw_relief_rect): Declare all args.
10100         (w32_define_cursor): New.
10102         * w32fns.c (w32_load_cursor): New function.
10103         (w32_init_class): Use it.
10104         (x_put_x_image): Declare all args.
10106 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
10108         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
10110 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10112         * gtkutil.c: Must include stdio.h before termhooks.h
10114 2003-01-21  Dave Love  <fx@gnu.org>
10116         * alloc.c (Fgc_status): Print zombie list.
10117         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10118         Fix assignment of zombies.
10119         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10120         Don't take car of non-cons.
10122         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10124         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10126 2003-01-20  David Ponce  <david@dponce.com>
10128         * w32menu.c (digest_single_submenu): Declare all args.
10130         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
10131         changes in xmenu.c:
10133         (parse_single_submenu): Use individual keymap's prompt
10134         string as pane name, if there is one.
10135         (set_frame_menubar): Save menu_items_n_panes from each call to
10136         parse_single_submenu and use it when calling digest_single_submenu.
10138 2003-01-20  Steven Tamm  <steventamm@mac.com>
10140         * macterm.c (XTread_socket): Checks for valid, visible window
10141         before sending a scroll-wheel event.
10143 2003-01-20  Richard M. Stallman  <rms@gnu.org>
10145         * xdisp.c (redisplay_window): If mini window's buffer is not
10146         a minibuffer, then redisplay it like other windows.
10148 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10150         * gtkutil.c (xg_create_frame_widgets): Check if there is an
10151         external tool bar before setting tool bar height.
10153 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10155         * xterm.c (handle_one_xevent): Surround popup_activated
10156         with #ifdef:s for non-toolkit version.
10158         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
10159         (gtkutil.o): New file.
10160         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
10161         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
10163         * gtkutil.c: New file for GTK version.
10165         * gtkutil.h: New file for GTK version.
10167         * xterm.h: Add xt_or_gtk_widget.
10168         Include gtk files for USE_GTK.
10169         (struct x_output): Add toolbar_height.
10170         (struct x_output): Add GTK widgets and Gdk size_hints.
10171         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
10172         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
10173         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
10175         * xterm.c: Include gtkutil.h for USE_GTK.
10176         (free_frame_menubar): Declare extern void for USE_GTK.
10177         (note_mouse_highlight): Check popup_activated for USE_GTK.
10178         (xt_action_hook): Don't compile if USE_GTK.
10179         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
10180         (xg_scroll_callback): New function.
10181         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
10182         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
10183         for USE_GTK.
10184         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
10185         xg_show_scroll_bar for USE_GTK.
10186         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
10187         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
10188         (event_handler_gdk): New function for USE_GTK.
10189         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
10190         (handle_one_xevent): Make sure widget is mapped before
10191         calling x_real_positions for USE_GTK.
10192         (XTread_socket): Add GTK event loop for USE_GTK.
10193         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
10194         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
10195         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
10196         (x_iconify_frame): Add code for USE_GTK.
10197         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
10198         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
10199         is in gtkutil.c.
10200         (x_term_init): Add initialization for GTK.
10201         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
10203         * xmenu.c: Include gtkutil.h for USE_GTK.
10204         (Fx_popup_menu): Use current position if x and y is NIL.
10205         (single_menu_item, single_menu_item, Fx_popup_dialog):
10206         Check for USE_GTK.
10207         (popup_widget_loop): New function for USE_GTK.
10208         (x_activate_menubar): Add code for USE_GTK.
10209         (popup_activate_callback, popup_deactivate_callback)
10210         (menu_highlight_callback, menubar_selection_callback):
10211         Add USE_GTK versions.
10212         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
10213         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
10214         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
10215         is in gtkutil.c.
10216         (popup_selection_callback): New version for USE_GTK.
10217         (create_and_show_popup_menu): New fuction, one USE_GTK version and
10218         one USE_X_TOOLKIT version.
10219         (xmenu_show): Call create_and_show_popup_menu.
10220         (dialog_selection_callback): New version for USE_GTK.
10221         (create_and_show_dialog): New fuction, one USE_GTK version and
10222         one USE_X_TOOLKIT version.
10223         (xdialog_show): Call create_and_show_dialog.
10225         * xfns.c: Include gtkutil for USE_GTK.
10226         (x_window_to_frame, x_any_window_to_frame)
10227         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
10228         (x_top_window_to_frame): Add code for USE_GTK.
10229         (x_set_background_color): Call xg_set_background_color for GTK.
10230         (x_set_menu_bar_lines): Check for USE_GTK.
10231         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
10232         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
10233         (x_window): Call xg_create_frame_widgets for USE_GTK.
10234         (Fx_create_frame): Check for USE_GTK
10235         (Fx_file_dialog): New implementation for USE_GTK.
10237         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
10238         (update_menu_bar): Add check for USE_GTK.
10239         (update_tool_bar): Add check for USE_GTK and external tool bar.
10240         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
10241         (redisplay_internal): Add check for USE_GTK and popup_activated.
10242         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
10243         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
10244         (display_menu_bar): Add check for USE_GTK
10246         * lisp.h (Vx_resource_name): Declare extern.
10248         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
10249         for USE_GTK.
10250         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
10252         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
10253         (FRAME_EXTERNAL_TOOL_BAR): New macro.
10254         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
10256         * fileio.c (Fread_file_name): Add check for USE_GTK.
10258         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
10259         Add check for USE_GTK.
10261         * config.in: Added HAVE_GTK
10263         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
10265 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
10267         * charset.h (Funibyte_char_to_multibyte): Export.
10269 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10271         * xmenu.c (mouse_position_for_popup): New function.
10272         (Fx_popup_menu): Call mouse_position_for_popup for X and
10273         mouse_position_hook for others.
10275 2003-01-17  Kim F. Storm  <storm@cua.dk>
10277         * editfns.c (Finsert): Mention `string-make-multibyte' and
10278         `string-as-multibyte' in doc string.
10280 2003-01-17  Kenichi Handa  <handa@m17n.org>
10282         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
10284         * editfns.c (Fformat): Convert an unibyte char argument that is
10285         formatted by "%c" to multibyte if the total result must be a
10286         multibyte string.
10288 2003-01-16  Kim F. Storm  <storm@cua.dk>
10290         * process.c (set-process-filter): Document unibyte/multibyte-ness
10291         of string argument.
10293 2003-01-16  Kenichi Handa  <handa@m17n.org>
10295         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
10297         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
10298         (re_search_2): Likewise.
10300 2003-01-15  Kenichi Handa  <handa@m17n.org>
10302         * xdisp.c (message_dolog): Fix bug of the case that *Message*
10303         buffer is unibyte.
10305 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10307         * fns.c (Fsubstring): Clarify doc string.
10309         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
10310         (Fprevious_char_property_change)
10311         (Fnext_single_char_property_change)
10312         (Fprevious_single_char_property_change, Fnext_property_change)
10313         (Fnext_single_property_change, Fprevious_property_change)
10314         (Fprevious_single_property_change, Fadd_text_properties)
10315         (Fput_text_property, Fset_text_properties)
10316         (Fremove_text_properties, Fremove_list_of_text_properties)
10317         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
10319 2003-01-14  Kim F. Storm  <storm@cua.dk>
10321         * process.h (struct Lisp_Process): New member plist replaces old
10322         member private_vars.  All uses changed.
10324         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
10325         (QCplist): Rename from QCvars.  Change all uses.
10326         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
10327         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
10328         (syms_of_process): Intern, staticpro, defsubr these.
10329         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
10331 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10333         * m/delta.h: Remove (obsolete).
10335 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10337         * fileio.c (Fdelete_directory, Fdelete_file): Document the
10338         behaviour in front of symlinks.
10339         (Fdelete_file): Raise an error on directories.
10341 2003-01-13  Dave Love  <fx@gnu.org>
10343         * fns.c (Freverse): Use QUIT.
10345 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10347         * minibuf.c (minibuffer_completion_contents):
10348         Error if point is inside prompt.
10350         * keyboard.c (command_loop_1): Don't redisplay directly
10351         if there's a post-command-hook.
10353         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
10354         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
10356 2003-01-12  Kim F. Storm  <storm@cua.dk>
10358         * process.h (struct Lisp_Process): New member private_vars.
10360         * process.c (QCvars): New variable.
10361         (syms_of_process): Intern and staticpro it.
10362         (Fset_process_contact): Removed function.
10363         (Fprocess_variable, Fset_process_variable): New functions.
10364         (syms_of_process): Defsubr them.
10365         (Fstart_process): Initialize private_vars plist to nil.
10366         (Fmake_network_process): New arg :vars to setup the private
10367         variables for new network process.
10368         (server_accept_connection): Copy server's private variables to
10369         client process.
10371         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
10372         crashes).  Code rewritten and simplified.  Now directly aligns the
10373         pointer and recalculates pure_bytes_used, rather than aligning the
10374         size and adjusting the pointer.
10376 2003-01-11  Kim F. Storm  <storm@cua.dk>
10378         * process.c (Fset_process_contact): New function.
10379         (syms_of_process): defsubr it.
10380         (make-network-process): Update doc.
10382 2003-01-10  Andreas Schwab  <schwab@suse.de>
10384         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
10385         Reported by Berthold Gunreben <b.gunreben@web.de>.
10387 2003-01-10  Dave Love  <fx@gnu.org>
10389         * composite.c (syms_of_composite): Make composition_hash_table weak.
10391 2003-01-09  Kim F. Storm  <storm@cua.dk>
10393         * process.c (Fmake_network_process): Convert new port number
10394         to host byte order for `:service t' case.  From Mario Lang.
10396 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10398         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
10399         instead of XtAppProcessEvent.
10401         * xterm.c (handle_one_xevent): New function.
10402         (x_dispatch_event): New function.
10403         (XTread_socket): Call handle_one_xevent.
10405         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
10407         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
10408         call XQueryPointer to get coordinates.
10409         (popup_get_selection): Do not set popup_activated_flag to zero,
10410         let popup_deactivate_callback do that.  Needed for Motif.
10411         Call x_dispatch_event instead of XtDispatchEvent.
10412         (xmenu_show): Calculate root coordinate from frame top/left position.
10414 2003-01-08  Kim F. Storm  <storm@cua.dk>
10416         * process.c (server_accept_connection): Fix recording of new
10417         connection's local address in :local property of contact info.
10418         (Fmake_network_process): Record local network address for new
10419         client processes in :local property of contact info.
10420         (format-network-address): Add arg OMIT-PORT.  Change callers.
10422 2003-01-07  Dave Love  <fx@gnu.org>
10424         * Makefile.in (fns.o): Depend on coding.h.
10426 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
10428         * minibuf.c (Fread_variable): Doc fix.
10430         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
10431         use the same test as for custom-variable-p.
10433 2003-01-05  Richard M. Stallman  <rms@gnu.org>
10435         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
10436         Count LAST_LINE_MISFIT in scroll margin for end of window.
10437         Move label too_near_end before setting SCROLL_MARGIN_POS.
10438         Set LAST_LINE_MISFIT before jumping there.
10440         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
10441         scroll_conservatively case.  If scrolling that much doesn't change
10442         STARTP, move it down one line.
10444         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
10445         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
10447         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
10448         selected frame.
10450         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
10451         (syms_of_keymap): staticpro them.
10452         (Fapropos_internal): Initialize them and clear them out.
10453         Don't GCPRO them.
10455         * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
10456         Doc fixes.
10458         * lisp.h: New misc type Lisp_Save_Value.
10459         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
10460         (XSAVE_VALUE): New macro.
10461         (struct Lisp_Save_Value): New data type.
10462         (union Lisp_Misc): Add u_save_value alternative.
10463         (make_save_value): Declare.
10465         * alloc.c (make_save_value): New function.
10467         * xterm.c (x_catch_errors): Save dpy using make_save_value.
10468         (x_catch_errors_unwind): Call XSync.
10470 2003-01-01  Richard M. Stallman  <rms@gnu.org>
10472         * window.c (window_scroll_pixel_based): Partially undo last change.
10474         * keyboard.c (command_loop_1): Call adjust_point_for_property
10475         in direct action cases for Qforward_char and Qbackward_char.
10476         Set already_adjusted so it won't be done twice.
10478 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
10480         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
10481         type definition of size_t.
10483 2003-01-02  Steven Tamm  <steventamm@mac.com>
10485         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
10486         distinguish Carbon GUI builds from X11 builds on darwin.
10488 2002-12-30  Steven Tamm  <steventamm@mac.com>
10490         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
10491         to default to t.
10493 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10495         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
10497 2002-12-28  Steven Tamm  <steventamm@mac.com>
10499         * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
10500         allow building in a different directory than source.  Uses some
10501         GNU Make extensions, but there is no other make on Mac OS X.
10503 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10505         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
10506         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
10507         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
10508         (Fstring_to_number): Mention the returned value in the doc strings.
10510 2002-12-23  Richard M. Stallman  <rms@gnu.org>
10512         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
10513         <scroll-down-aggressively>: Doc fix.
10515         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
10516         string as pane name, if there is one.
10517         (set_frame_menubar): Save menu_items_n_panes from each call to
10518         parse_single_submenu and use it when calling digest_single_submenu.
10520         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
10521         Don't try to make last line fully visible if it is past end of window.
10523 2002-12-22  Steven Tamm  <steventamm@mac.com>
10525         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
10526         (mac_menu_show): Add support for hierarchical popup menus.
10527         (add_menu_item): Remove indentation support.
10528         (fill_submenu, fill_menu): Create hierarchical menus
10529         instead of using indentation.
10531 2002-12-22  Richard M. Stallman  <rms@gnu.org>
10533         * xdisp.c (try_cursor_movement): Don't call try_window here.
10534         (redisplay_window): Never redisplay minibuffer when inactive.
10536         * window.c (select_window_1): Undo 9/21 change.
10538 2002-12-22  Steven Tamm  <steventamm@mac.com>
10540         * macterm.c (XTread_socket): Call KeyTranslate for control and
10541         meta to deal correctly shifted non-alpha characters, like C-S-5
10542         being treated like C-%.  Does not look for shift key to deal
10543         with masking off control-key with mac-reverse-ctrl-meta.
10545 2002-12-21  Richard M. Stallman  <rms@gnu.org>
10547         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
10548         If it is non-nil, run timers.  Use an unwind-protect to requeue
10549         the events that were read ahead.
10550         (popup_get_selection_unwind): New subroutine.
10551         (popup_get_selection_queue): File-scope variable now holds that queue.
10552         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
10553         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
10554         Use an unwind-protect to pop down the dialog box.
10555         (xdialog_show_unwind): New subroutine implements that.
10557         * xdisp.c (row_containing_pos): Change exit test using last_y.
10558         (try_window_id): Abort if row_containing_pos returns null.
10560         * lread.c (load_error_handler): New function.
10561         (Fload): Handle errors in Fsubstitute_in_file_name.
10562         Don't expect Fsignal to return.
10564         * eval.c: Errors and throws work right with interrupt blocking.
10565         (struct catchtag): New elt interrupt_input_blocked.
10566         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
10567         (internal_catch, Fcondition_case, internal_condition_case)
10568         (internal_condition_case_1, internal_condition_case_2): Save it.
10569         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
10571         * editfns.c (Fformat): Add parens.
10573         * dired.c (file_name_completion): Fix that change.
10574         Delete special quit-handling code; just use QUIT.
10576 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
10578         * dired.c (file_name_completion): Close directory on error
10579         just as in directory_files_internal.
10581 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
10583         * window.c (Fset_window_configuration): Set old_point to correct
10584         value when new_current_buffer == current_buffer.
10586 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
10588         Revisited my earlier fix for the following entry in etc/PROBLEMS:
10589         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10590         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
10592         These changes were in part based upon suggestions made by Peter
10593         'Luna' Runestig [peter@runestig.com].
10595         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
10596         g_b_init_get_token_information, g_b_init_lookup_account_sid,
10597         g_b_init_get_sid_identifier_authority ): Add several static
10598         global variables.
10600         * w32.c (globals_of_w32): New function.  Used to initialize those
10601         global variables that must always be initialized on startup even
10602         when the global variable initialized is non zero.  Its primary
10603         purpose at this time is to set the global variables
10604         g_b_init_is_windows_9x, g_b_init_open_process_token,
10605         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
10606         g_b_init_get_sid_identifier_authority to 0 on startup.
10607         Called from main.
10609         * w32.c (is_windows_9x): Perform initialization only if
10610         g_b_init_is_windows_9x is equal to 0.  On initialization set
10611         g_b_init_is_windows_9x equal to 1.
10613         * w32.c (open_process_token): Perform initialization only if
10614         g_b_init_open_process_token is equal to 0.  On initialization set
10615         g_b_init_open_process_token equal to 1.
10617         * w32.c (get_token_information): Perform initialization only if
10618         g_b_init_get_token_information is equal to 0.  On initialization
10619         set g_b_init_get_token_information equal to 1.
10621         * w32.c (lookup_account_sid): Perform initialization only if
10622         g_b_init_lookup_account_sid is equal to 0.  On initialization
10623         set g_b_init_lookup_account_sid equal to 1.
10625         * w32.c (get_sid_identifier_authority): Perform initialization
10626         only if g_b_init_get_sid_identifier_authority is equal to 0.
10627         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
10629         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
10630         those global variables that must always be initialized on startup
10631         even when the global variable initialized is non zero.
10632         Its primary purpose at this time is to initialize the global variable
10633         track_mouse_event_fn.
10635         * w32fns.c (w32_wnd_proc): Remove initialization of
10636         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
10638         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
10640         * w32menu.c (globals_of_w32menu): New function.  Used to
10641         initialize those global variables that must always be initialized
10642         on startup even when the global variable initialized is non zero.
10643         Its primary purpose at this time is to initialize the global
10644         variables get_menu_item_info and set_menu_item_info.
10646         * w32menu.c (initialize_frame_menubar): Remove initialization of
10647         get_menu_item_info and set_menu_item_info.
10649         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
10651         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
10652         Declare them.
10654         * emacs.c (main): Call globals_of_w32 prior to calling
10655         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
10656         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
10657         is defined.
10659         * w32term.c (x_update_window_begin): Fix Windows API error
10660         detected by BoundsChecker.  Test to determine if
10661         w32_system_caret_hwnd is NULL prior to attempting to use
10662         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
10664         * w32term.c (x_update_window_end): Fix Windows API error
10665         detected by BoundsChecker.  Test to determine if
10666         w32_system_caret_hwnd is NULL prior to attempting to use
10667         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
10669 2002-12-17  Kenichi Handa  <handa@m17n.org>
10671         * coding.c (coding_system_require_warning): New variable.
10672         (syms_of_coding): DEFVAR it.
10674         * coding.h (coding_system_require_warning): Extern it.
10676         * fileio.c (choose_write_coding_system): Even if
10677         Vcoding_system_for_write is non-nil, if
10678         coding_system_require_warning is nonzero, call
10679         Vselect_safe_coding_system_function.
10681 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
10683         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
10684         (lisp): Add font-core.
10686 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
10688         * textprop.c (text_read_only): New arg `propval'.
10689         (get_char_property_and_overlay): Remove unused var `next_overlay'.
10690         (verify_interval_modification): Use text_read_only's new arg.
10692 2002-12-13  Kenichi Handa  <handa@m17n.org>
10694         * coding.c (Funencodable_char_position): Set pend correctly.
10696 2002-12-12  Jason Rumney  <jasonr@gnu.org>
10698         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
10699         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
10700         Be more careful about when help_events are generated.
10702 2002-12-12  Steven Tamm  <steventamm@mac.com>
10704         * macterm.c (mac_check_for_quit_char): Correctly set the
10705         modifiers of the event to 0.
10706         * mac.c (sys_select): Duplicate rfds before calling select to
10707         ensure that rfds survive the while loop.
10709 2002-12-11  Kim F. Storm  <storm@cua.dk>
10711         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
10712         row_containing_pos returned NULL.
10714 2002-12-10  Steven Tamm  <steventamm@mac.com>
10716         * mac.c (sys_read): Fix sys_read to not call select if IO is
10717         non-blocking.
10718         (sys_select): Fix sys_select to not use a timeout larger than
10719         the one given.
10721 2002-12-10  Juanma Barranquero  <lektu@terra.es>
10723         * editfns.c (Fformat): Use alloca, not _alloca.
10725 2002-12-09  Richard M. Stallman  <rms@gnu.org>
10727         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
10728         as the last thing.
10730 2002-12-09  Dave Love  <fx@gnu.org>
10732         * s/sol2-8.h: Removed.  (Not necessary.)
10734 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
10736         * editfns.c (Fformat): Handle precision in string conversion
10737         specifiers like libc functions do (ie, print at most that many
10738         characters).
10740 2002-12-08  Richard M. Stallman  <rms@gnu.org>
10742         * xdisp.c (row_containing_pos): Check more carefully
10743         whether charpos is really in the row before returning it.
10745 2002-12-07  Steven Tamm  <steventamm@mac.com>
10747         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
10749         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
10750         each stack frame.  This may change as it could be time consuming.
10752         * macterm.c (mac_check_for_quit_char, quit_char_comp)
10753         (init_quit_char_handler, mac_determine_quit_char_modifiers)
10754         (mac_initialize): Add code to check for pressing of quit_char
10755         in the OS event queue.
10757         * mac.c (sys_select): Call mac_check_for_quit_char every second
10758         while blocking on select.
10760         * mac.c (sys_read): Use sys_select to test for input first
10761         before calling read, to allow C-g to break.
10763 2002-12-07  Richard M. Stallman  <rms@gnu.org>
10765         * minibuf.c (Fcompleting_read): Doc fix.
10767         * lread.c (syms_of_lread) <load-history>: Doc fix.
10769         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
10771         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
10772         autoload.
10774         * data.c (Fdefalias): Record in load-history redefining an autoload.
10776         * alloca.c: Undo ifdef change accidentally made on 12-04.
10778 2002-12-06  Francesco Potorti`  <pot@gnu.org>
10780         * xfns.c (png_load): Avoid double gamma correction for PNG images.
10782 2002-12-04  Richard M. Stallman  <rms@gnu.org>
10784         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
10786         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
10788         * alloca.c: Don't use #error.
10790 2002-12-03  Dave Love  <fx@gnu.org>
10792         * buffer.c (Qucs_set_table_for_input): New.
10793         (Fget_buffer_create): Use it.
10794         (Qset_buffer_major_mode_hook): Deleted.
10795         (Fset_buffer_major_mode): Revert previous change.
10796         (init_buffer_once): Intern ucs-set-table-for-input.
10797         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
10798         Add &Qucs_set_table_for_input.
10800 2002-12-03  Andreas Schwab  <schwab@suse.de>
10802         * callint.c (Fcall_interactively): Use next_event only if less
10803         than key_count.
10805 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
10807         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
10808         names to 255 characters.
10810         * macterm.c (XTread_socket): If all frames have been collapsed,
10811         expand the first one before handling drag-and-drop events.
10813         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
10814         which is detected by autoconf.
10816 2002-12-01  Steven Tamm  <steventamm@mac.com>
10818         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
10819         offset in two hints table to allow prebinding to be redone and
10820         allow the executable to be stripped.
10822 2002-11-29  Dave Love  <fx@gnu.org>
10824         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
10825         already provided.
10827 2002-11-29  Richard M. Stallman  <rms@gnu.org>
10829         * xdisp.c (start_display): Check more intelligently for
10830         whether the line is continued.
10831         (move_it_vertically_backward): Clear it->continuation_lines_width.
10833 2002-11-28  Dave Love  <fx@gnu.org>
10835         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
10836         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
10838 2002-11-27  Steven Tamm  <steventamm@mac.com>
10840         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
10841         more descriptive error output from lread.c:Fload upon most require
10842         cycles during boostrapping.
10844 2002-11-27  Jason Rumney  <jasonr@gnu.org>
10846         * fileio.c (Finsert_file_contents): Give a more appropriate error
10847         for files bigger than 2Gb when off_t is 32 bit.
10849         * dired.c (Ffile_attributes): Don't return negative file sizes for
10850         files bigger than 2Gb when off_t is 32 bit.
10852 2002-11-27  Dave Love  <fx@gnu.org>
10854         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10856         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
10857         Test GETPGRP_VOID instead.
10858         [BSD_TERMIOS]: Remove definitions (never used).
10860         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
10861         Don't define.
10862         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10864         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
10866 2002-11-25  Jason Rumney  <jasonr@gnu.org>
10868         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
10869         supported.
10871 2002-11-25  Dave Love  <fx@gnu.org>
10873         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
10875         * Makefile.in (TEMACS_LDFLAGS): Update last change.
10877 2002-11-25  Andreas Schwab  <schwab@suse.de>
10879         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
10881 2002-11-24  Steven Tamm  <steventamm@mac.com>
10883         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
10884         determine the size of pointers alloced in unexed space instead
10885         of using possibly invalid emacs_zone pointers.  This fixes the
10886         binary incompatibility problems caused by updates to libSystem.B.
10888 2002-11-24  Richard M. Stallman  <rms@gnu.org>
10890         * search.c (Fstring_match): Doc fix.
10892         * callint.c (Fcall_interactively): If a command fails because
10893         `*' detects a read-only buffer, but RECORD_FLAG is set,
10894         record it anyway if the args don't actually do tty input.
10896 2002-11-22  Dave Love  <fx@gnu.org>
10898         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
10900         * keyboard.c (interrupt_signal): Provide forward declaration.
10901         (kbd_buffer_store_event): Don't declare interrupt_signal.
10903         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
10905 2002-11-21  Richard M. Stallman  <rms@gnu.org>
10907         * eval.c (interactive_p): Skip any number of bytecode
10908         and special form frames, in any order.
10910 2002-11-20  Jason Rumney  <jasonr@gnu.org>
10912         * w32fns.c (convert_mono_to_color_image): New function.
10913         (xbm_load, xbm_load_image): Use it when foreground or background
10914         is explicitly set.
10916 2002-11-19  Dave Love  <fx@gnu.org>
10918         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
10920 2002-11-18  Jason Rumney  <jasonr@gnu.org>
10922         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
10923         (XPutPixel): Swap blue and red.
10924         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
10925         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
10926         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
10927         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
10929 2002-11-18  Dave Love  <fx@gnu.org>
10931         * m/orion105.h (HAVE_ALLOCA): Don't define.
10933         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
10935         * m/intel386.h: Don't include alloca.h or define alloca.
10937         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
10938         malloc, realloc, calloc.
10940         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
10941         (bcmp): Don't define.
10943         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
10945         * m/amdahl.h: Don't define LIB_STANDARD.
10947         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
10949         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
10951         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
10952         Don't include alloca.h.
10954         * s/aix3-2.h (HAVE_FSYNC): Don't define.
10956         * regex.c (_GNU_SOURCE): Don't define.
10958         * process.c (_GNU_SOURCE): Don't define.
10960         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
10962 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
10964         * s/sol2-8.h: Include sol2-6.h.
10966 2002-11-18  Miles Bader  <miles@gnu.org>
10968         * dispextern.h (struct face): Add `overstrike' field.
10969         * xterm.c (x_draw_glyph_string_foreground)
10970         (x_draw_composite_glyph_string_foreground): Implement overstriking.
10971         * xfaces.c (load_face_font): Set `face->overstrike' based on
10972         result from choose_face_font.
10973         (best_matching_font, choose_face_font): Add `needs_overstrike'
10974         argument, and use it to return whether overstriking is desirable
10975         for this face/font combo.
10976         (set_font_frame_param: Pass new argument to choose_face_font.
10978 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
10980         This change is my fix for the following entry in etc/PROBLEMS:
10981         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10982         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
10984         * w32.c: Added wrapper functions around the win32 API functions
10985         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
10986         GetSidIdentifierAuthority.  These wrapper functions serve two
10987         purposes:
10988         1.  They ensure that the wrapped function can never be called
10989         when Emacs is running on an operating system on which they are
10990         not supported (Microsoft Windows 95 / 98 / ME).
10991         2.  They call the wrapped functions via function pointers rather
10992         than calling them directly.  This avoids taking advantage of the
10993         undocumented fact that although these functions are not supported
10994         in the 9x branch of Microsoft Windows, the functions do exist in
10995         the version of advapi32.dll that is found in the 9x branch of
10996         Microsoft Windows.
10998         * w32.c (init_user_info): Replace the calls to the win32 API
10999         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
11000         and GetSidIdentifierAuthority with calls to the newly added
11001         wrapper functions.
11003         * w32.h: Added extern declarations for the following functions:
11004         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
11005         syms_of_w32menu, and void syms_of_fontset.
11007         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
11008         function pointer track_mouse_event_fn in the handler for the
11009         WM_SETFOCUS message.
11011         * w32menu.c (initialize_frame_menubar): Add code to
11012         reinitialize the function pointers set_menu_item_info and
11013         get_menu_item_info.
11015 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
11017         * sound.c: Added a partial implementation of play-sound-internal
11018         for Microsoft Windows.  Added various #ifdef / #else / #endif
11019         code blocks to separate the code that will compile under
11020         Microsoft Windows from the code that is specific to Gnu/Linux.
11021         Moved several blocks of code around to make this separation of code
11022         into Windows compatible and Gnu/Linux compatible code blocks easier.
11024         * makefile.w32-in: Include sound.c and link with WinMM.lib.
11026         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
11027         added support for play-sound-internal under Windows would be
11028         included in the build of Emacs.
11030 2002-11-16  Jason Rumney  <jasonr@gnu.org>
11032         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
11034         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
11036 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
11038         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
11039         (adjust_point_for_property): Move out of display and invisible even if
11040         we were already inside before (in case a property was added while
11041         we weren't looking).  Be more careful when handling invisible props.
11042         Skip invisible text as if it really wasn't there at all.
11044 2002-11-15  Jason Rumney  <jasonr@gnu.org>
11046         * w32term.c (x_draw_image_foreground)
11047         (w32_draw_image_foreground_1): Use standard copy and invert
11048         operations to draw images.
11050         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
11051         depth of 1.
11052         (xbm_read_bitmap_data): Invert bits as xbm is read in.
11053         (XPutPixel): Don't invert bits here.
11055 2002-11-15  Jason Rumney  <jasonr@gnu.org>
11057         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
11058         (w32_draw_image_foreground_1): Handle image masks.
11059         (x_draw_image_glyph_string): Don't BitBlt transparently.
11061         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
11062         (x_from_xcolors): Adjust RGB values for W32.
11063         (image_background, image_background_transparent)
11064         (postprocess_image, x_to_xcolors, x_disable_image)
11065         (x_build_heuristic_mask): Adapt for W32 and enable.
11066         (x_create_x_image_and_pixmap): Mark images with palettes as such.
11067         (xbm_load): Remove unused variable.
11069 2002-11-14  Richard M. Stallman  <rms@gnu.org>
11071         * buffer.c (syms_of_buffer): Doc fix.
11073 2002-11-14  Dave Love  <fx@gnu.org>
11075         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
11077         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
11078         * xmenu.c (unuse_menu_items, digest_single_submenu):
11079         * xfns.c (x_put_x_image):
11080         * xdisp.c (message2_nolog, set_message):
11081         * undo.c (record_point):
11082         * terminfo.c (tparam):
11083         * syntax.c (scan_sexps_forward):
11084         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
11085         * composite.c (update_compositions):
11086         * cm.c (calccost, cmgoto):
11087         * charset.c (c_string_width): Declare all args (per C99).
11089         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
11091         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
11092         Don't declare.
11094         * emacs.c (main) [!VMS]: Avoid third arg.
11096         * fns.c (Fcopy_sequence): Doc fix.
11097         (Fmap_char_table): Cast `call2'.
11099 2002-11-14  Francesco Potorti`  <pot@gnu.org>
11101         * s/sol2-8.h: New file.
11103 2002-11-14  Kim F. Storm  <storm@cua.dk>
11105         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
11106         dependency on `risky-local-variable' and the :propertize form.
11108 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
11110         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
11112         * syntax.c (scan_sexps_forward): Undo last patch.
11113         Use a more obvious fix: check eob before updating the syntax table.
11115 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
11117         * syntax.c (scan_sexps_forward): Update syntax table before reading
11118         a char rather than after so we don't update the table past eob.
11120 2002-11-09  Dave Love  <fx@gnu.org>
11122         * buffer.c (Fset_buffer_major_mode): Fix last change.
11124         * regex.c (regexec): Fix pmatch declaration.
11126         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
11128         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
11129         to self-inserting characters.
11130         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
11132         * coding.c (Vtranslation_table_for_input): New.
11133         (syms_of_coding): DEFVAR it.
11135 2002-11-08  Juanma Barranquero  <lektu@terra.es>
11137         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
11138         window.
11140 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11142         * process.c (Fformat_network_address): Remove unused locals p,
11143         cp, and i.
11145 2002-11-06  Dave Love  <fx@gnu.org>
11147         * buffer.c (Qset_buffer_major_mode_hook): New.
11148         (Fset_buffer_major_mode): Use it.
11150 2002-11-06  Richard M. Stallman  <rms@gnu.org>
11152         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
11153         and stop_polling.
11155         * process.c (wait_reading_process_input):
11156         Test POLLING_PROBLEM_IN_SELECT, not hpux.
11157         Avoid initialization for auto Lisp_Object var.
11159         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
11161         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
11163 2002-11-05  Richard M. Stallman  <rms@gnu.org>
11165         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
11167         * callint.c (Fcall_interactively): New local filter_specs.
11168         (Fcall_interactively): Check for progn as well as let.
11169         Add a gcpro.
11170         (Qprogn): New variable.
11171         (syms_of_callint): Staticpro and init Qprogn.
11173 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
11175         * lread.c (Feval_buffer): Doc fix.
11177 2002-11-04  Dave Love  <fx@gnu.org>
11179         * keyboard.c (read_char): Always translate iff
11180         Vkeyboard_translate_table is a char table and c is valid.
11182         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11183         and fix C types.
11185 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11187         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
11189         * editfns.c (get_pos_property): Don't hardcode Qfield.
11191         * keyboard.c (adjust_point_for_property): Handle `display' prop on
11192         overlays.  Also handle `invisible' prop.
11194 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
11196         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
11197         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
11199 2002-11-01  Andreas Schwab  <schwab@suse.de>
11201         * editfns.c (Fmessage): Revert last change to properly handle %%.
11203 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11205         * xmenu.c (unuse_menu_items): New fun.
11206         (menu_items_inuse): New var.
11207         (syms_of_xmenu): Initialize it.
11208         (init_menu_items): Use it to detect re-entrance.
11209         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
11210         (Fx_popup_menu): Remove spurious XSETFRAME.
11212         * editfns.c (find_field): Make an exception for nil fields.
11214 2002-11-01  Dave Love  <fx@gnu.org>
11216         * m/gec63.h: Deleted.
11218 2002-10-31  Dave Love  <fx@gnu.org>
11220         * xterm.c (XTread_socket): Fix last change.
11221         (xaw_scroll_callback): Cast call_data to long to avoid warning.
11223 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
11225         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
11227 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
11229         * editfns.c (overlays_around, get_pos_property): New funs.
11230         (find_field): Use them.
11231         Also be careful not to modify POS before its last use.
11232         (Fmessage): Don't Fformat if there's nothing to format.
11234 2002-10-30  Dave Love  <fx@gnu.org>
11236         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
11237         [HAVE_PTY_H]; Include pty.h.
11239         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
11241         * xterm.c (Qeql): Declare.
11242         (Vx_keysym_table): New.
11243         (syms_of_xterm): Initialize it.
11244         (XTread_socket): Use it.  Deal with ASCII keysyms.
11245         (XSetIMValues) [HAVE_X11R6]: Prototype.
11247         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
11248         (lispy_kana_keys): Comment out.
11249         (make_lispy_event) [XK_kana_A]: Comment out.
11250         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
11251         Fix sprintf call.
11253         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
11254         regexp.h change).
11255         (TERMINFO, LIBS_TERMCAP): Define.
11257         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
11258         (bcmp): Define conditional on HAVE_BCMP.
11259         (NO_SIOCTL_H): Don't define.
11260         (TIOCSIGSEND): Don't make conditional on IRIX6.
11262         * s/sol2-5.h: Don't include strings.h.
11263         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
11265         * s/irix6-0.h (IRIX6): Don't define.
11266         (bcopy, bcmp, bzero): Don't undef.
11268         * s/irix6-5.h: Don't include strings.h.
11269         (IRIX6): Don't define.
11270         (bcopy, bcmp, bzero): Don't undef.
11272         * syntax.c (Fforward_comment): Doc fix.
11274 2002-10-29  Kim F. Storm  <storm@cua.dk>
11276         * process.c (Fsignal_process): Allow PROCESS to be specified by
11277         name in addition to pid (as integer or string).
11279 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
11281         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
11282         environments.
11284 2002-10-27  Kim F. Storm  <storm@cua.dk>
11286         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11288         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
11290         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
11292         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11294 2002-10-26  Richard M. Stallman  <rms@gnu.org>
11296         * editfns.c (Fformat): Detect invalid format letters for floats.
11298 2002-10-25  Kenichi Handa  <handa@m17n.org>
11300         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
11301         (x_set_title): Likewise.
11303 2002-10-25  Juanma Barranquero  <lektu@terra.es>
11305         * macgui.h:
11306         * w32gui.h: Remove definition of XColor.
11308         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
11310 2002-10-24  Kim F. Storm  <storm@cua.dk>
11312         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
11313         Callers changed (supply dummy arg).
11315         * lisp.h (get_window_cursor_type): Update prototype.
11317         * w32term.c (x_display_and_set_cursor): Get active_cursor from
11318         get_window_cursor_type to track system caret.
11320 2002-10-24  Kim F. Storm  <storm@cua.dk>
11322         * process.c (Fformat_network_address): New function.
11323         (syms_of_process): Defsubr it.
11324         (list_processes_1): Use it to format :local/:remote address if
11325         service/host is not set; before Emacs would crash in that case.
11326         (Fmake_network_process): Don't use Ffind_operation_coding_system
11327         to setup coding system if host or service is not set.
11329 2002-10-23  Juanma Barranquero  <lektu@terra.es>
11331         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
11333         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
11334         COLORREF.
11336         * macgui.h:
11337         * w32gui.h: Add definition of XColor.
11339         * macfns.c:
11340         * w32fns.c:
11341         * xfaces.c: Remove definition of XColor.
11343 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
11345         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
11347         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
11348         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
11349         window if it is dedicated.
11350         (Fshrink_window): Add preserve_before as was done for enlarge_window.
11351         (Vspecial_display_function): Update docstring.
11353         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
11354         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
11355         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
11357 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
11359         * casefiddle.c (casify_region): Don't treat a prefix char as part
11360         of a word when at the beginning.
11362 2002-10-17  Juanma Barranquero  <lektu@terra.es>
11364         * lread.c (syms_of_lread): Fix typos.
11366 2002-10-17  Dave Love  <fx@gnu.org>
11368         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
11370 2002-10-16  Richard M. Stallman  <rms@gnu.org>
11372         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
11374 2002-10-14  Juanma Barranquero  <lektu@terra.es>
11376         * w16select.c (syms_of_win16select): Fix docstring for
11377         `selection-coding-system'.
11379         * w32select.c (syms_of_w32select): Likewise.
11381 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
11383         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
11384         a backslash-quoted char.
11385         (scan_lists, scan_sexps_forward): Pacify the compiler.
11387 2002-10-13  Richard M. Stallman  <rms@gnu.org>
11389         * window.c (window_scroll): Set immediate_quit.
11391         * print.c (print): When backquote form is the car of a list,
11392         output in old style.  Use old_backquote_output to output all
11393         comma forms inside it in old style too.
11395         * buffer.h (struct buffer): Move `undo_list' down below `name'.
11397 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
11399         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
11400         batch mode).
11402         * lread.c (Fload): Doc fix (load-suffixes).
11404 2002-10-10  Steven Tamm  <steventamm@mac.com>
11406         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
11407         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
11408         Also switch the default to Qnil from Qt.
11410 2002-10-08  Kenichi Handa  <handa@m17n.org>
11412         * coding.c (code_convert_region): When we need more GAP for
11413         conversion, pay attention to the case that coding->produced is not
11414         greater than coding->consumed.
11416 2002-10-07  Richard M. Stallman  <rms@gnu.org>
11418         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
11420 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
11422         * macmenu.c (mac_menu_show): Add j to count menu items; match
11423         menu_item_selection to it to find selected item.
11425 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11427         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
11428         cases.  The correct fix is to pass ReparentNotify to Xt.
11429         The shell widget interprets ConfigureNotify differently depending
11430         on if it has been reparented or not.
11432 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
11434         * editfns.c (Fformat_time_string): Doc fix.
11436 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
11438         * fns.c (Flength): Doc fix.
11440 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
11442         * keyboard.c (keyremap): New struct.
11443         (read_key_sequence): Use it: globally replace keytran_foo with
11444         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
11445         keytran_next and fkey_next to just `next'.
11447 2002-10-04  Steven Tamm  <steventamm@mac.com>
11449         * macterm.c (keycode_to_xkeysym_table): Change return to be
11450         treated like an X keysym.
11452 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11454         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
11455         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
11456         This is to also handle x/y changes that occur because of a resize.
11458 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
11460         * frame.c (Vdelete_frame_functions): New variable.
11461         (syms_of_frame): Initialize and defvar it.
11462         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
11463         it when frame's `tooltip' parameter is non-nil.
11465         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
11467         * w32fns.c (x_create_tip_frame): Likewise.
11469         * macfns.c (x_create_tip_frame): Likewise.
11471 2002-09-30  Kenichi Handa  <handa@m17n.org>
11473         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
11474         -1 before calling ccl_driver.
11476         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
11477         Only when it is non-nil, handle composition sequence.
11478         (setup_coding_system) <0>: Don't force composition handling.
11480         * Makefile.in (lisp, shortlisp): Add utf-16.elc
11482 2002-09-29  Richard M. Stallman  <rms@gnu.org>
11484         * search.c (Freplace_match): Adjust match data for the substitution
11485         just made in the buffer.
11487         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
11488         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
11490 2002-09-27  Richard M. Stallman  <rms@gnu.org>
11492         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
11493         (read_char): Use them.  Do all exits thru the end of the function.
11495 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
11497         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
11498         is nil.
11500 2002-09-26  Richard M. Stallman  <rms@gnu.org>
11502         * regex.h (__restrict_arr): Don't define if already defined.
11504         * coding.c (run_pre_post_conversion_on_str):
11505         Save and restore Vdeactivate_mark.
11507 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
11509         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
11511 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
11513         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
11514         nonzero, try face's family at first.  Otherwise try FAMILY at first.
11515         (choose_face_font): If C is a single byte char or latin-1, call
11516         try_font_list with PREFER_FACE_FAMILY 1.
11518 2002-09-21  Richard M. Stallman  <rms@gnu.org>
11520         * window.c (select_window_1): Don't select frame.
11521         Set frame's selected window only when frame itself is selected.
11522         (Fselect_window): Doc fix.
11524 2002-09-18  Kim F. Storm  <storm@cua.dk>
11526         * process.c (make-network-process): Doc fix (there is no
11527         network-server-log-function hook).
11529 2002-09-18  Richard M. Stallman  <rms@gnu.org>
11531         * print.c (print): Clear out the unused parts of Vprint_number_table.
11532         (syms_of_print): Doc fix for `print-number-table'.
11534         * unexelf.c (unexec): Undo previous change.
11536 2002-09-17  Andreas Schwab  <schwab@suse.de>
11538         * m/alpha.h [LINUX]: Don't define DATA_START.
11540 2002-09-16  Dave Love  <fx@gnu.org>
11542         * unexelf.c (unexec): Deal with .got, reinstating change from
11543         25-08-1999.
11545 2002-09-13  Richard M. Stallman  <rms@gnu.org>
11547         * s/sol2-6.h (UNEXEC): Comment out definition.
11549         * unexsol.c (unexec): Don't downcase first letter of error msg.
11551         * xfaces.c (Fcolor_supported_p): Just one arg is required.
11553 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
11555         * unexsol.c: Include buffer.h, charset.h, coding.h.
11557 2002-09-11  Richard M. Stallman  <rms@gnu.org>
11559         * unexsol.c: Don't use report_file_error; do it by hand
11560         using dlerror.
11562         * process.c (wait_reading_process_input, both versions):
11563         Before calling turn_on_atimers, call stop_polling.
11565         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
11567         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
11568         we go to too_near_end, call clear_glyph_matrix.
11569         (redisplay_window): After make_cursor_line_fully_visible,
11570         call clear_glyph_matrix and bypass `goto done'.
11572         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
11573         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
11575 2002-09-10  Richard M. Stallman  <rms@gnu.org>
11577         * fileio.c (Fdo_auto_save): Catch error making directory.
11578         Only call push_message if we need to.
11579         At the same time, make an unwind-protect to pop it.
11580         Rename local message_p to old_message_p.
11581         (do_auto_save_make_dir, do_auto_save_eh): New functions.
11582         (do_auto_save_unwind): Don't call pop_message.
11584         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
11586         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
11588         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
11590         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
11592 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
11594         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
11595         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
11596         (re_match_2_internal): Be more careful with infinite loops.
11598 2002-09-10  Kim F. Storm  <storm@cua.dk>
11600         * macros.c (end_kbd_macro): New function.
11601         (Fend_kbd_macro): Use it.
11603         * macros.h (end_kbd_macro): Declare extern.
11605         * keyboard.c (Fdiscard_input): If defining keyboard macro,
11606         end and save it instead of discarding it.
11608 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
11610         * s/sol2-6.h: Fix typo.  Add comment.
11612 2002-09-09  Richard M. Stallman  <rms@gnu.org>
11614         * regex.c (regnum_t): Use signed int, not unsigned int.
11616         * s/sol2-6.h: New file.
11618         * s/sol2-5.h (UNEXEC): Definition deleted.
11620 2002-09-08  Kim F. Storm  <storm@cua.dk>
11622         * macros.c (executing_macro_index): Change type to EMACS_INT.
11623         (syms_of_macros): DEFVAR_INT it  (needed by kmacro).
11625         * macros.h (executing_macro_index): Change type to EMACS_INT.
11627 2002-09-06  Richard M. Stallman  <rms@gnu.org>
11629         * casetab.c (set_case_table): Make canon table point to eqv table.
11631 2002-09-06  Juanma Barranquero  <lektu@terra.es>
11633         * coding.c (syms_of_coding): Fix spacing.
11635         * composite.c (Fcompose_region_internal)
11636         (Fcompose_string_internal): Likewise.
11638         * data.c (Flsh): Likewise.
11640         * fontset.c (Fset_fontset_font): Likewise.
11642         * macfns.c (Fx_server_max_request_size): Likewise.
11644         * w16select.c (syms_of_win16select): Likewise.
11646         * w32select.c (syms_of_w32select): Likewise.
11648         * xselect.c (syms_of_xselect): Likewise.
11650 2002-09-05  Richard M. Stallman  <rms@gnu.org>
11652         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
11653         call EXTEND_RANGE_TABLE and return a proper value.
11654         (set_image_of_range): Don't call set_image_of_range_1
11655         if no TRANSLATE or if range includes all of Latin-1.
11656         Only call it for the Latin-1 part of the range.
11657         For other cases, make two separate ranges,
11658         one for the original specified characters and one for
11659         their case-conversions.
11661 2002-09-04  Richard M. Stallman  <rms@gnu.org>
11663         * s/sol2-5.h (UNEXEC): Use unexsol.o.
11665         * window.c (displayed_window_lines): Correct for one-off bug
11666         in HEIGHT on non-window displays.
11668         * regex.c (set_image_of_range_1): New function.
11669         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
11670         Return a value to indicate running out of memory.
11671         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
11672         (extend_range_table_work_area): New subroutine.
11673         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
11674         Different calling conventions, and used from set_image_of_range{,_1}.
11675         (IMMEDIATE_QUIT_CHECK): Definitions moved.
11677 2002-09-04  Juanma Barranquero  <lektu@terra.es>
11679         * makefile.w32-in: All dependencies updated.
11681 2002-09-01  Richard M. Stallman  <rms@gnu.org>
11683         * unexsol.c: New file.
11685         * xfns.c (Qbox): Declare external, don't define.
11687         * xdisp.c (redisplay_window) <force-start case>:
11688         If point is on semi-visible last line, reposition
11689         it at previous line.
11691         * alloc.c (display_malloc_warning): Use display-warning.
11692         (malloc_warning_1): Function deleted.
11694         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
11696         * lread.c (read1): Handle #! by skipping the line.
11698 2002-08-31  Richard M. Stallman  <rms@gnu.org>
11700         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
11701         Don't include LDFLAGS.
11702         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
11704 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
11706         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
11707         member of x_display_info unless we compile for some window system.
11709 2002-08-31  Kim F. Storm  <storm@cua.dk>
11711         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
11712         (get_window_cursor_type): Don't use them.
11713         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
11715 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
11717         * xdisp.c (get_next_display_element): Fix previous change.
11719 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
11721         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
11722         (expose_window): Use it to fix the display of overlapping
11723         rows (merge code from xterm.c).
11725         * macfns.c (Qbox): Add extern declaration.
11727 2002-08-30  Juanma Barranquero  <lektu@terra.es>
11729         * w32fns.c (Qbox): Make extern.
11730         (syms_of_w32fns): Remove initialization of Qbox.
11732 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
11734         * xfns.c (Fx_open_connection): Fix error message.
11736 2002-08-30  Kim F. Storm  <storm@cua.dk>
11738         The following changes consolidates the handling of the cursor
11739         type in xdisp.c, moving duplicate code and functionality from
11740         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
11742         * frame.h (enum text_cursor_kinds): Consolidated here.
11743         Added DEFAULT_CURSOR value.
11744         (struct frame) <desired_cursor, cursor_width>
11745         <blink_off_cursor, blink_off_cursor_width>: New fields.
11746         Consolidated from output_x, output_w32 and output_mac structs.
11747         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11748         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
11750         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
11751         Variables consolidated here.
11752         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
11753         (Vcursor_in_non_selected_windows): Renamed from
11754         cursor_in_non_selected_windows and changed to Lisp_Object.
11755         (syms_of_xdisp): Define and staticpro new and moved variables.
11756         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
11757         consolidated here.  Recognize Qhollow setting.
11758         (set_frame_cursor_types): New function to set frame cursor types
11759         based on the frame parameters.
11760         (get_window_cursor_type): New function to calculate new cursor
11761         type and width for the specified window.  Based on duplicated
11762         code consolidated here.
11763         Enhancements: cursor-in-non-selected-windows may be a cursor type,
11764         check buffer-local alternate-cursor-type and blink-cursor-alist
11765         before using built-in blink off methods.
11767         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
11769         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
11770         (get_specified_cursor_type, get_window_cursor_type)
11771         (set_frame_cursor_types): Added prototypes.
11773         * macfns.c (x_specified_cursor_type): Removed.
11774         (x_set_cursor_type): Use set_frame_cursor_types.
11775         (Qbar, Qbox): Removed.
11776         (syms_of_macfns): Don't intern or staticpro them.
11778         * macterm.c (x_specified_cursor_type): Remove prototype.
11779         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11780         (x_display_and_set_cursor): Use get_window_cursor_type.
11781         Remove unused local variables cursor_non_selected, active_cursor.
11782         Redraw cursor if hbar cursor width changes.
11783         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
11785         * macterm.h (enum text_cursor_kinds): Removed.
11786         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
11787         <blink_off_cursor, blink_off_cursor_width>: Members removed.
11788         (FRAME_DESIRED_CURSOR): Macro removed.
11790         * w32fns.c (Vblink_cursor_alist): Removed.
11791         (Qbar, Qhbar, Qbox, Qhollow): Removed.
11792         (syms_of_w32fns): Don't intern, staticpro, or define them.
11793         (x_specified_cursor_type): Removed.
11794         (x_set_cursor_type): Use set_frame_cursor_types.
11796         * w32term.c (x_specified_cursor_type): Remove prototype.
11797         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11798         (x_display_and_set_cursor): Use get_window_cursor_type.
11799         Remove unused local variables cursor_off_state.
11800         Redraw cursor if hbar cursor width changes.
11801         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
11803         * w32term.h (enum text_cursor_kinds): Removed.
11804         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
11805         <blink_off_cursor, blink_off_cursor_width>: Members removed.
11806         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11807         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11808         (struct w32_display_info) <x_highlight_frame>: Renamed member from
11809         w32_highlight_frame.
11811         * xfns.c (Vblink_cursor_alist): Removed.
11812         (Qbar, Qhbar, Qbox, Qhollow): Removed.
11813         (syms_of_xfns): Don't intern, staticpro, or define them.
11814         (x_specified_cursor_type): Removed.
11815         (x_set_cursor_type): Use set_frame_cursor_types.
11817         * xterm.c (x_specified_cursor_type): Remove prototype.
11818         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11819         (x_display_and_set_cursor): Use get_window_cursor_type.
11820         Remove unused local variables cursor_off_state.
11821         Redraw cursor if hbar cursor width changes.
11823         * xterm.h (enum text_cursor_kinds): Removed.
11824         (struct output_x) <current_cursor, desired_cursor, cursor_width>
11825         <blink_off_cursor, blink_off_cursor_width>: Members removed.
11826         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11827         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11828         (x_specified_cursor_type): Remove prototype.
11830 2002-08-28  Richard M. Stallman  <rms@gnu.org>
11832         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11833         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11834         (Vblink_cursor_alist): New variable.
11835         (syms_of_w32fns): Initialize and defvar it.
11836         (x_specified_cursor_type): Recognize Qbox for filled box.
11837         Exceptions are hollow boxes.
11838         (Qbox, Qhollow): New variables.
11839         (syms_of_w32fns): Initialize and staticpro them.
11841         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11842         New macros.
11843         (struct w32_output): New fields blink_off_cursor,
11844         blink_off_cursor_width.
11845         (FRAME_CURSOR_WIDTH): New macro.
11847         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11848         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11850         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
11851         for bar cursor.
11853         * w32term.c (expose_overlaps): New function.
11854         (expose_window): Use it to fix the display of overlapping rows.
11856 2002-08-28  Simon Josefsson  <jas@extundo.com>
11858         * xfns.c (Fx_open_connection): Improve help when X connection
11859         fails, xhost is insecure and xauth is better.
11861 2002-08-28  Juanma Barranquero  <lektu@terra.es>
11863         * makefile.w32-in: Add missing dependencies on w32term.h and
11864         composite.h.
11866         * emacs.c (USAGE1): Add missing newline.
11868 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
11870         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
11872 2002-08-27  Richard M. Stallman  <rms@gnu.org>
11874         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11875         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11876         (Vblink_cursor_alist): New variable.
11877         (syms_of_xfns): Initialize and defvar it.
11878         (x_specified_cursor_type): Recognize Qbox for filled box.
11879         Exceptions are hollow boxes.
11880         (Qbox, Qhollow): New variables.
11881         (syms_of_xfns): Initialize and staticpro them.
11883         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11884         New macros.
11885         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
11887         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11888         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11890         * emacs.c (main): Handle --script.
11891         (USAGE1): Mention --script.
11892         (standard_args): Define sort order for --script.
11894 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
11896         * xdisp.c (redisplay_updating_p): Variable removed.
11897         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
11898         New variables.
11899         (init_iterator): Don't free realized faces if
11900         inhibit_free_realized_faces is set.
11901         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
11902         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
11903         initialize Qinhibit_free_realized_faces.
11905         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
11906         when iterator is adding glyphs to a glyph matrix.
11908 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
11910         * xdisp.c (get_next_display_element): In unibyte case, don't use
11911         octal form for such eight-bit characters that can be converted to
11912         multibyte char.
11914 2002-08-26  Kim F. Storm  <storm@cua.dk>
11916         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
11917         foreground and background colors.  From Joe Buehler.
11919 2002-08-26  Miles Bader  <miles@gnu.org>
11921         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
11923 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
11925         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
11926         defined instead of MAC_OSX.
11928         * s/darwin.h (select): Define select to sys_select only if
11929         HAVE_CARBON is defined.
11930         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
11931         (DONT_REOPEN_PTY): #def it.
11933         * macterm.c (XTread_socket): Remove code to call
11934         SendEventToEventTarget for keys with command modifiers when
11935         mac_command_key_is_meta is nil.
11937 2002-08-24  Andreas Schwab  <schwab@suse.de>
11939         * eval.c (Fdefvar): Fix last change.
11941 2002-08-23  Richard M. Stallman  <rms@gnu.org>
11943         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
11944         Record variables in load history as (defvar . VAR).
11945         (Fdefvar): Don't record in load history if no initial value.
11946         (Qdefvar): New variable.
11947         (syms_of_eval): Init and staticpro it.
11949         * lread.c (syms_of_lread): Doc fix.
11950         (build_load_history): Use Fmember to see if a definition
11951         is already in the Vload_history element.
11953         * process.c (Fstart_process): Remove /: from program name.
11955         * emacs.c (decode_env_path): Don't add /: if file name handler
11956         has a `safe-magic' property.
11958         * callproc.c (Fcall_process): Remove /: from program name.
11960 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
11962         * regex.c (PATFETCH): Remove the translating fetch.
11963         (PATFETCH_RAW): Rename to PATFETCH.
11964         (set_image_of_range): New fun.
11965         (SET_RANGE_TABLE_WORK_AREA): Use it.
11966         (regex_compile): Don't translate the pattern chars so eagerly.
11967         Only do it when inserting an `exactn' bytecode or when handling
11968         a char-range.
11969         (mutually_exclusive_p): Avoid empty statement.
11971 2002-08-22  Kim F. Storm  <storm@cua.dk>
11973         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
11974         end up on a partially visible line; this reverts a specific part
11975         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
11976         display error which has been reported several times now.
11977         However it introduces the problem that changes was supposed to fix.
11978         See my comments in the source if you want to debug this further.
11980 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
11982         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
11984 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
11986         * msdos.c (croak): Add `void' to definition.
11988         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
11989         Don't define them, they are defined in msdos.c.
11991         * mem-limits.h [MSDOS]: Declare etext.
11993         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
11994         `const' since CORRECT_DIR_SEPS modifies its target.
11996 2002-08-19  Kim F. Storm  <storm@cua.dk>
11998         * keyboard.c (Fclear_this_command_keys): Add optional arg
11999         KEEP-RECORD to avoid clearing lossage when we just want to clear
12000         the current key sequence (kmacro needs this).
12002 2002-08-19  Kenichi Handa  <handa@localhost>
12004         * composite.c (run_composition_function): Call FUNC if it is fboundp.
12006         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
12007         cons, return Qnil.
12009 2002-08-17  Richard M. Stallman  <rms@gnu.org>
12011         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
12013         * sysdep.c [!VMS]: Include sys/files.h.
12015         * editfns.c (save_restriction_restore): Defend from unchained marker.
12017         * buffer.c (overlays_at): Handle extending vec uniformly.
12018         (overlays_in): Handle extending vec from length 0 as in overlays_at.
12020 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
12022         * mac.c (init_mac_osx_environment): New function.
12024         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
12026 2002-08-14  Kim F. Storm  <storm@cua.dk>
12028         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
12029         executing macro before appending to it (when used from Lisp).
12030         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
12031         which is called prior to each iteration of macro (for kmacro.el).
12032         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
12034         * lisp.h (Fexecute_kbd_macro): Update prototype.
12036         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
12038 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
12040         * xselect.c (QUTF8_STRING): New variable.
12041         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
12042         (x_atom_to_symbol): Likewise.
12043         (x_get_local_selection): New argument local_request.  If it is
12044         nonzero, call handler_fn with the second arg nil.
12045         (x_handle_selection_request): Call x_get_local_selection with
12046         local_request 0.
12047         (lisp_data_to_selection_data): Don't encode the string here.
12048         (Fx_get_selection_internal): Call x_get_local_selection with
12049         local_request 1.
12050         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
12052         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
12054         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
12056 2002-08-13  Richard M. Stallman  <rms@gnu.org>
12058         * minibuf.c (Fminibufferp): New function.
12059         (syms_of_minibuf): Defsubr it.
12060         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
12062 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
12064         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
12066 2002-08-12  Richard M. Stallman  <rms@gnu.org>
12068         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
12069         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
12070         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
12071         already.
12073         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
12075 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
12077         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
12078         (Vmac_pass_command_to_system): New variable.
12079         (Vmac_pass_control_to_system): New variable.
12080         (do_mouse_moved): Check wp with is_emacs_window.
12081         (XTread_socket): Check window_ptr with is_emacs_window.
12082         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
12083         events back to Mac Toolbox for processing, depending on values of
12084         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
12085         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
12086         Vmac_pass_control_to_system.
12088 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
12090         * coding.c (unencodable_char_position): New function.
12091         (Funencodable_char_position): New function.
12092         (syms_of_coding): Defsubr Funencodable_char_position.
12094 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
12096         * mac.c (sys_select) [MAC_OSX]: New function.
12098         * macterm.c (MakeMeTheFrontProcess): New function.
12099         (mac_initialize): Call MakeMeTheFrontProcess.
12101         * s/darwin.h: Define select to sys_select.
12103 2002-08-09  Richard M. Stallman  <rms@gnu.org>
12105         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
12107 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
12109         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
12110         end of the buffer.
12112 2002-08-08  Ken Raeburn  <raeburn@mit.edu>
12114         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
12116         * puresize.h (BASE_PURESIZE): Increase to 910000.
12118 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
12120         * coding.c (Ffind_operation_coding_system): For write-region, if
12121         VISIT is a filename, make it the target.
12123 2002-08-07  Richard M. Stallman  <rms@gnu.org>
12125         * alloc.c (mark_object): Detect long lists for debugging.
12126         (mark_object_loop_halt): New variable.
12128         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
12130         * data.c (Fmake_variable_frame_local): Doc fix.
12132 2002-08-01  David Ponce  <david@dponce.com>
12134         * w32menu.c (local_heap, local_alloc, local_free): New macros.
12135         (malloc_widget_value, free_widget_value)
12136         (w32_free_submenu_strings): Use them.
12138         (push_submenu_start, push_submenu_end, push_left_right_boundary)
12139         (push_menu_pane, push_menu_item, single_keymap_panes)
12140         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
12141         (single_submenu, set_frame_menubar)
12142         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
12144         (Fx_popup_menu): Don't show pop up menu until preceding one is
12145         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
12147         * w32menu.c: Changes adapted from xmenu.c
12148         (set_frame_menubar): First parse all submenus,
12149         then make widget_value trees from them.
12150         Don't allocate any widget_value objects
12151         until we are done with the parsing.
12152         (parse_single_submenu): New function.
12153         (digest_single_submenu): New function.
12154         (single_submenu): Function deleted, replaced by those two.
12156 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
12158         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
12159         returns a valid window pointer before proceeding for keyDown and
12160         autoKey events.
12162 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
12164         * macterm.c (USE_CARBON_EVENTS): New macro.
12165         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
12166         (x_iconify_frame): Call CollapseWindow.
12167         (Vmac_reverse_ctrl_meta): New variable.
12168         (Vmac_wheel_button_is_mouse_2): New variable.
12169         (init_mac_drag_n_drop): New function.
12170         (mac_do_receive_drag): New function.
12171         (mac_handle_service_event): New function.
12172         (init_service_handler): New function.
12173         (mac_to_emacs_modifiers): New function.
12174         (mac_event_to_emacs_modifiers): New function.
12175         (mac_get_mouse_btn): New function.
12176         (mac_convert_event_ref): New function.
12177         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
12178         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
12179         mac_get_mouse_btn.
12180         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
12182         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
12183         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
12184         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
12185         TOOL_BAR_EVENT for MAC_OS as well.
12186         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
12187         as for WINDOWS_NT.
12188         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
12190         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
12192 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
12194         * xdisp.c (forward_to_next_line_start): Fix a condition that
12195         lead to a newline being skipped.
12197 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
12199         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
12201 2002-08-01  Richard M. Stallman  <rms@gnu.org>
12203         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
12205 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
12207         * macfns.c: #undef init_process before #define-ing it.
12209         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
12210         HAVE_CARBON is defined.
12212 2002-07-31  Richard M. Stallman  <rms@gnu.org>
12214         * xmenu.c (set_frame_menubar): First parse all submenus,
12215         then make widget_value trees from them.
12216         Don't allocate any widget_value objects
12217         until we are done with the parsing.
12218         (parse_single_submenu): New function.
12219         (digest_single_submenu): New function.
12220         (single_submenu): Function deleted, replaced by those two.
12222 2002-07-30  Juanma Barranquero  <lektu@terra.es>
12224         * w32proc.c (syms_of_ntproc): Fix docstring of
12225         `w32-get-true-file-attributes'.
12227 2002-07-28  Richard M. Stallman  <rms@gnu.org>
12229         * s/hpux8.h (HPUX8): Define this before including hpux.h.
12230         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
12232         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
12234         * keyboard.c (make_lispy_event):
12235         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
12236         Explicitly clear up_modifier in event->modifiers.
12238 2002-07-27  Richard M. Stallman  <rms@gnu.org>
12240         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
12242         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
12243         for bar cursor.
12245 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
12247         * coding.c (detect_coding_iso2022): While checking a byte sequence
12248         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
12249         it in the normal loop.
12251 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
12253         * xterm.c (expose_overlaps): New function.
12254         (expose_window): Use it to fix the display of overlapping rows.
12256         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
12258 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
12260         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
12261         since it only depends on XUINT.
12263         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
12264         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
12265         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
12266         Macros deleted.
12268         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
12269         its value over other approaches.
12270         * sysdep.c (start_of_data): Don't define the function if a macro
12271         form has been defined.
12273 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
12275         * xdisp.c (redisplay_updating_p): New variable.
12276         (init_iterator): Don't free realized faces when
12277         redisplay_updating_p is set.
12278         (redisplay_internal): Set redisplay_updating_p while updating
12279         the display.
12281 2002-07-23  Richard M. Stallman  <rms@gnu.org>
12283         * editfns.c (Fmessage): Treat "" like nil.
12285 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
12287         * xdisp.c (face_before_or_after_it_pos):
12288         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12290 2002-07-22  Juanma Barranquero  <lektu@terra.es>
12292         * callproc.c (init_callproc) [DOS_NT]:
12293         Initialize Vshared_game_score_directory to nil.
12294         (syms_of_callproc) [DOS_NT]: Likewise.
12296 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
12298         * xdisp.c (display_line): Replace an abort with xassert.
12300 2002-07-21  Richard M. Stallman  <rms@gnu.org>
12302         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
12303         and END_UNCHANGED when setting buffer_unchanged_p.
12304         Use current_matrix_up_to_date_p to decide whether to use
12305         try_cursor_movement.
12307         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
12309         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
12311         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
12312         Set to nil if dir does not exist.
12313         (syms_of_callproc): Init unconditionally and simply.
12315         * buffer.c (Fbuffer_list): Doc fix.
12317 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
12319         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
12321         * buffer.c (mmap_realloc): When shrinking, make sure number of
12322         pages to unmap is rounded towards zero.
12324         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
12325         (XSETINT): Deleted.
12327         * m/att3b.h (XINT): Don't define.
12328         (VALBITS, VALMASK, XTYPE): Deleted.
12329         (DATA_SEG_BITS): Define.
12330         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
12331         ARRAY_MARK_FLAG): Deleted.
12332         (DATA_SEG_BITS): Define.
12333         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
12334         (DATA_SEG_BITS): Define.
12336 2002-07-20  Richard M. Stallman  <rms@gnu.org>
12338         * print.c (print_error_message): New args CONTEXT and CALLER.
12339         Calls changed.
12341         * lisp.h (print_error_message): Declare new args.
12343         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
12344         and CONTEXT to print_error_message, don't print them here.
12345         For a Quit, don't use Vsignaling_function.
12346         Call message_log_maybe_newline.
12348         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
12350 2002-07-20  Kim F. Storm  <storm@cua.dk>
12352         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
12354 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
12356         * bytecode.c (struct byte_stack): Pointers into byte string now
12357         point to const.
12358         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
12359         const.
12360         * charset.h (BCOPY_SHORT): Source pointer now points to const.
12361         * coding.c (encode_eol, detect_coding, detect_eol):
12362         (decode_coding, encode_coding, detect_coding_system):
12363         Source strings now treated as const.
12364         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
12365         modify Lisp string contents.
12366         * coding.h (decode_coding, encode_coding, detect_coding,
12367         detect_eol): Declarations updated.
12368         * composite.c (compose_chars_in_text): Treat Lisp string contents
12369         as const.
12370         * dispnew.c (safe_bcopy): Source pointer now points to const.
12371         * lisp.h (STRING_COPYIN): New macro.
12372         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
12373         (internal_with_output_to_temp_buffer): Declarations updated.
12374         * print.c (temp_output_buffer_setup):
12375         (internal_with_output_to_temp_buffer): Buffer name argument is now
12376         pointer to const.
12377         * sound.c (struct sound_device): Function pointer field "write"
12378         buffer argument now points to const.
12379         (vox_write): Buffer argument points to const.
12380         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
12381         contents as const.
12382         * sysdep.c (emacs_write): Buffer pointer now const.
12383         * term.c (encode_terminal_code): Buffer pointer now const.
12384         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
12385         (x_face_list_fonts, x_update_menu_appearance):
12386         (hash_string_case_insensitive): Treat Lisp string contents as const.
12388 2002-07-19  Juanma Barranquero  <lektu@terra.es>
12390         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
12392         * fileio.c (syms_of_fileio): Likewise.
12393         (Ffile_name_as_directory): Fix argument name in docstring.
12394         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
12396 2002-07-18  Richard M. Stallman  <rms@gnu.org>
12398         * data.c (Fdefalias): Doc fix.
12400 2002-07-17  Dave Love  <fx@gnu.org>
12402         * intervals.h (text_property_stickiness): Use P_.
12404         * ccl.c: Remove `emacs' conditionals.
12405         (ccl_backtrace_table): Fix size spec.
12406         (ccl_driver): Fix type errors.
12408 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
12410         * alloc.c (xstrdup, make_string, make_unibyte_string)
12411         (make_multibyte_string, build_string): String pointer args now
12412         point to const.
12413         * charset.c (find_charset_in_text, c_string_width):
12414         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
12415         * fileio.c (report_file_error):
12416         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
12417         (count_combining_before, count_combining_after, insert_1_both):
12418         (insert, insert_and_inherit, insert_string):
12419         (insert_before_markers, insert_before_markers_and_inherit):
12420         * lread.c (intern, oblookup, hash_string):
12421         * minibuf.c (temp_echo_area_glyphs):
12422         * search.c (fast_c_string_match_ignore_case):
12423         * sysdep.c (emacs_open, set_file_times):
12424         * xfaces.c (xstricmp):
12425         * xdisp.c (store_frame_title, string_char_and_length):
12426         (message_dolog, message2, message2_nolog, set_message): Likewise.
12427         (set_message_1): Cast message string argument to const pointer.
12428         * editfns.c (general_insert_function): Insertion function now
12429         takes pointer to const for input data.
12430         * charset.h (find_charset_in_text, c_string_width):
12431         (parse_str_as_multibyte): Declarations updated.
12432         * dispextern.h (xstricmp): Declaration updated.
12433         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
12434         (count_size_as_multibyte, count_combining_before):
12435         (count_combining_after, insert_1, insert_1_both, message_dolog):
12436         (insert, insert_and_inherit, insert_before_markers)
12437         (insert_before_markers_and_inherit, set_message, message2):
12438         (message2_dolog, build_string, make_string, make_unibyte_string):
12439         (make_multibyte_string, intern, oblookup, report_file_error):
12440         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
12441         (emacs_open, xstrdup): Declarations updated.
12442         * systime.h (set_file_times): Declaration updated.
12444         * charset.c (find_charset_in_text, lisp_string_width): Use const
12445         for pointer to lisp string data.
12446         * charset.h (FETCH_STRING_CHAR_ADVANCE):
12447         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
12448         * coding.c (Ffind_coding_systems_region_interval):
12449         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
12450         (Fmake_directory_internal, Fdelete_directory):
12451         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
12452         * fontset.c (font_family_registry, fs_query_fontset):
12453         (list_fontsets):
12454         * frame.c (Fframe_parameter):
12455         * keyboard.c (cmd_error_internal):
12456         * keymap.c (Fdescribe_buffer_bindings):
12457         * lread.c (complete_filename_p, openp):
12458         * minibuf.c (Fminibuffer_complete_word):
12459         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
12460         (face_before_or_after_it_pos, next_element_from_string):
12461         (get_overlay_arrow_glyph_row, display_mode_element):
12462         (decode_mode_spec_coding):
12463         * xterm.c (same_x_server): Likewise.
12465         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
12466         settings of non-existent fields.
12468         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
12469         copy a lisp value.
12471         * lread.c (Fintern_soft): Use string macros instead of
12472         Lisp_String fields.
12473         * keyboard.c (echo_char, parse_modifiers_uncached):
12474         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
12475         * textprop.c (validate_interval_range, interval_of): Likewise.
12477         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
12479         * charset.h (FETCH_STRING_CHAR_ADVANCE)
12480         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
12481         XSTRING()->size_byte.
12483         * lisp.h (SDATA, SREF): Produce rvalue.
12484         (SSET): New macro.
12485         * alloc.c (make_event_array): Use SSET for storing into a string.
12486         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
12487         a string.
12488         * casefiddle.c (casify_object): Use SSET.
12489         * charset.h (FETCH_STRING_CHAR_ADVANCE)
12490         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
12491         address of string contents.
12492         * data.c (Faref): Use SDATA.
12493         (Faset): Use SDATA, SSET.
12494         * dired.c (directory_files_internal): Use SSET.
12495         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
12496         (Fread_file_name): Use SREF, SSET.
12497         * fns.c (concat): Use SSET.
12498         (concat, Fdelete): Use SDATA.
12499         * insdel.c (insert_from_string_1): Use SDATA.
12500         * keyboard.c (Fevent_convert_list): Use SREF.
12501         * lread.c (Fload): Use SDATA, SSET.
12502         * macfns.c (validate_x_resource_name): Use SSET.
12503         * process.c (status_message): Use SSET.
12504         * search.c (wordify): Use SDATA.
12505         (Freplace_match): Use SREF.
12506         * w32fns.c (validate_x_resource_name): Use SSET.
12507         * xfns.c (validate_x_resource_name): Use SSET.
12508         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
12510 2002-07-16  Richard M. Stallman  <rms@gnu.org>
12512         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
12514         * xdisp.c (reconsider_clip_changes):
12515         Don't test prevent_redisplay_optimizations_p.
12516         (redisplay_internal): Test prevent_redisplay_optimizations_p
12517         along with clip_changed in some cases.
12518         (try_window_id): Likewise.
12519         (redisplay_window): New local var buffer_unchanged_p.
12521         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
12523         * process.c (create_process): Test USG_SUBTTY_WORKS.
12524         (process_send_signal): Clean up handling of GID.
12525         Detect errors in ioctls meant to set GID.
12527         * window.c (temp_output_buffer_show):
12528         Don't set prevent_redisplay_optimizations_p.
12530 2002-07-15  Juanma Barranquero  <lektu@terra.es>
12532         * eval.c (Fdefvaralias): Add docstring argument.
12534 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
12536         * lisp.h (STRING_INTERVALS): Produce rvalue.
12537         (STRING_SET_INTERVALS): New macro.
12538         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
12539         * fns.c (Fstring_as_multibyte): Likewise.
12540         * intervals.c (balance_possible_root_interval, delete_interval)
12541         (create_root_interval, copy_intervals_to_string): Likewise.
12542         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
12543         instead of 0.
12545 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
12547         * lisp.h (STRING_SET_CHARS): New macro.
12548         (SCHARS, SBYTES): Produce rvalues.
12549         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
12550         * fns.c (concat): Likewise.
12551         * lread.c (read_vector): Likewise.
12553         * lisp.h (SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
12554         (STRING_SET_UNIBYTE): New macro.
12555         (SET_STRING_BYTES): Deleted.  Callers (all of which supplied a
12556         length of -1) changed to use STRING_SET_UNIBYTE.
12557         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
12558         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
12559         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
12560         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
12561         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
12562         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
12563         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
12564         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
12565         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
12566         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
12567         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
12568         STRING_BYTES or indirection changed to SCHARS, SBYTES,
12569         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
12570         unchanged for now.
12572 2002-07-13  Kim F. Storm  <storm@cua.dk>
12574         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
12576 2002-07-12  Richard M. Stallman  <rms@gnu.org>
12578         * fileio.c (Fwrite_region): Doc fix.
12580         * print.c (print_error_message): Don't handle Vsignaling_function here.
12582         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
12583         (command_loop_1): Avoid certain actions after memory-full error.
12585         * eval.c (Fsignal): Don't call cancel_hourglass.
12586         For a memory-full error, don't call Vsignal_hook_function
12587         and don't set Vsignaling_function.
12589         * process.c (process_send_signal): Add abort call.
12591 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
12593         * keymap.c (Fkey_binding): Fix typo.
12595 2002-07-11  Richard M. Stallman  <rms@gnu.org>
12597         * alloc.c (Vmemory_full): New variable.
12598         (Vmemory_signal_data): Renamed from memory_signal_data.
12599         Uses changed.
12600         (syms_of_alloc): Defvar them.
12601         (memory_full, buffer_memory_full): Set Vmemory_full.
12603         * lisp.h (Vmemory_full): Add declaration.
12604         (current_column, indented_beyond_p): Change declaration.
12606         * indent.c (last_known_column): Declare as double, not float.
12607         (current_column, current_column_1, string_display_width)
12608         (position_indentation): Return `double'.
12609         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
12611         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
12612         (back_to_previous_visible_line_start)
12613         (reseat_at_next_visible_line_start, next_element_from_buffer):
12614         Use `double', not `float', when calling indented_beyond_p.
12616         * s/hpux11.h (BROKEN_SA_RESTART): Defined.
12618         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
12620 2002-07-11  Juanma Barranquero  <lektu@terra.es>
12622         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
12623         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
12624         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
12625         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
12626         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
12627         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
12629 2002-07-10  Juanma Barranquero  <lektu@terra.es>
12631         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
12632         All callers changed.
12634 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12636         * data.c (Fdefalias): Add an optional `docstring' argument.
12637         (set_internal, Fsetq_default): Use XCAR/XCDR.
12639         * composite.c (HASH_VALUE, HASH_KEY):
12640         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
12642 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
12644         * callproc.c (Fcall_process): Fix previous change.
12646 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
12648         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12649         Add support for hash-tables.
12650         (Ftry_completion): Return t even if the string appears multiple times.
12652         * fns.c (Fnconc): Use XCDR.
12653         (Fprovide): Use CONSP and XCDR.
12654         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12655         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
12656         (Fmake_hash_table): Accept `:size nil'.
12657         (Fmakehash): Delete: moved to subr.el.
12658         (syms_of_fns): Don't defsubr makehash.
12660         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12661         (HASH_TABLE_SIZE): Move from fns.c.
12663 2002-07-07  Richard M. Stallman  <rms@gnu.org>
12665         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
12666         Instead just return 0 when there is something to be done.
12667         (try_scrolling): If make_cursor_line_fully_visible returns 0,
12668         retry scrolling as if cursor were off the bottom.
12669         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
12670         return CURSOR_MOVEMENT_MUST_SCROLL.
12671         (redisplay_window): If make_cursor_line_fully_visible returns 0,
12672         go to try_to_scroll.
12674         * buffer.c (Fbuffer_local_value): Store current value into its binding
12675         so we get the up-to-date value for the binding that is loaded.
12677         * eval.c (Fdefmacro): Doc fix.
12679 2002-07-05  Dave Love  <fx@gnu.org>
12681         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
12682         correctly.
12684         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
12685         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
12686         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
12687         CCL_LookupCharConstTbl.
12688         (syms_of_ccl): Defvar translation-hash-table-vector.
12690 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12692         * xdisp.c: Remove unused variable `face'.
12694 2002-07-04  Juanma Barranquero  <lektu@terra.es>
12696         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
12697         obsolescence information.
12699 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
12701         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
12702         pattern.  Search cache first.
12703         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
12704         for Japanese font.
12705         (XLoadQueryFont): Use it.
12707 2002-07-02  Richard M. Stallman  <rms@gnu.org>
12709         * keymap.c (Fdefine_key): Doc fix.
12711         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
12713 2002-07-02  Juanma Barranquero  <lektu@terra.es>
12715         * keymap.c (syms_of_keymap): Fix typo.
12717 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
12719         * s/darwin.h: Define POSIX_SIGNALS.
12721         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
12722         and FSRefMakePath to convert FSSpec returned with Apple Event to
12723         Posix pathname.
12724         (mac_initialize) [TARGET_API_MAC_CARBON]:
12725         Call init_required_apple_events and disable the `Quit' menu item
12726         provided automatically by the Carbon Toolbox.
12728 2002-07-01  Dave Love  <fx@gnu.org>
12730         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12731         for K&R.
12733         * xterm.c: Fix prototype for K&R.
12735         * term.c (costs_set): Declare static, non-initialized for pcc.
12737 2002-07-01  Richard M. Stallman  <rms@gnu.org>
12739         * keyboard.c (timer_last_idleness_start_time): New variable.
12740         (timer_start_idle): Set that.
12741         (read_key_sequence): Use that to reset timer_idleness_start_time
12742         to previous value.
12744         * window.c (Frecenter): With arg, set optional_new_start.
12746         * xdisp.c (redisplay_internal): Make optional_new_start really work.
12748         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
12749         buffer for completion.
12751 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
12753         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
12755 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12757         * keyboard.c (readable_filtered_events): New function that filters
12758         FOCUS_IN_EVENT depending on parameter.
12759         (readable_events): Calls readable_filtered_events, not filtering
12760         FOCUS_IN_EVENT.
12761         (get_filtered_input_pending): New function, filtering parameter passed
12762         to readable_filtered_events.
12763         (get_input_pending): Calls get_filtered_input_pending, not filtering
12764         FOCUS_IN_EVENT.
12765         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
12766         FOCUS_IN_EVENT.
12768         * xterm.h (struct x_output): Add focus_state.
12770         * xterm.c (x_focus_changed): New function.
12771         (x_detect_focus_change): New function.
12772         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
12773         EnterNotify and LeaveNotify to track X focus changes.
12775 2002-06-28  Andreas Schwab  <schwab@suse.de>
12777         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
12779 2002-06-27  Kim F. Storm  <storm@cua.dk>
12781         * xdisp.c: (mode_line_string_list, mode_line_string_face)
12782         (mode_line_string_face_prop): New variables.
12783         (store_mode_line_string): New function.
12784         (display_mode_element): Use store_mode_line_string to
12785         add mode-line string elements to mode_line_string_list
12786         when mode_line_string_list is non-nil.
12787         (Fformat_mode_line): Now returns propertized string by
12788         default.  New arg NO-PROPS to ignore properties.
12789         (decode_mode_spec): Only add two dashes for %- in propertized
12790         mode-line string.
12791         (syms_of_xdisp): Init and staticpro mode_line_string_list.
12793 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
12795         * minibuf.c (minibuffer_completion_contents): Add return type.
12797 2002-06-27  Juanma Barranquero  <lektu@terra.es>
12799         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
12801 2002-06-26  Juanma Barranquero  <lektu@terra.es>
12803         * fileio.c (read_file_name_cleanup): Add missing return.
12805 2002-06-26  Richard M. Stallman  <rms@gnu.org>
12807         * window.c (Frecenter): Don't set force_start flag.
12809         * minibuf.c (do_completion, Fminibuffer_complete_word)
12810         (Fminibuffer_completion_help): Complete just the text before point.
12811         (minibuffer_completion_contents): New function.
12813         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
12815         * frame.c (frames_bury_buffer): Function deleted.
12817 2002-06-25  Miles Bader  <miles@gnu.org>
12819         * callint.c (Fcall_interactively): When checking to see if doprnt hit
12820         the end of callint_message, allow for a terminating '\0'.
12822 2002-06-24  Juanma Barranquero  <lektu@terra.es>
12824         * w32select.c: Include composite.h
12826         * w16select.c: Likewise.
12828 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
12830         * callproc.c (Fcall_process): If code detection is necessary,
12831         call detect_coding directly here.
12833         * coding.c (detect_eol): Preserve coding->cmp_data.
12835         * w16select.c (Fw16_get_clipboard_data):
12836         * w32fns.c (w32_to_x_font):
12837         * w32select.c (Fw32_get_clipboard_data):
12838         * xselect.c (selection_data_to_lisp_data):
12839         * xterm.c (XTread_socket): Disable composition handling.
12841 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
12843         * print.c (temp_output_buffer_setup): Kill all local variables.
12845 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
12847         * lread.c (Fread): Remove redundant and imprecise declaration.
12849         * xfns.c (check_x_display_info): Use check_x_frame.
12851         * .gdbinit (xprintsym): Use the new `xname' field.
12852         (xsymbol): Use it.
12854 2002-06-22  Jason Rumney  <jasonr@gnu.org>
12856         * w32fns.c (file_dialog_callback): New function.
12857         (Fx_file_dialog): Allow selecting directories as well as files.
12859 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12861         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
12862         OpenBSD.  Add support for mipseb-*-netbsd* machines.
12864 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
12866         * macterm.c (mac_scroll_area): Set foreground and backcolor to
12867         black and white before scrolling.  Restore frame background and
12868         foreground color after scrolling.
12869         (do_window_update): Call XClearWindow before calling expose_frame.
12870         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
12871         FRAME_FOREGROUND_PIXEL of frame.
12873         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12874         test Mac command key as <ALT> key.
12876 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
12878         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
12880         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
12881         Lookup keys in function-key-map immediately so that key-translation-map
12882         can be applied earlier.
12883         Remove function_key_possible and key_translation_possible, replaced
12884         by checking `keytran_start < t'.
12886         * .gdbinit (xsymbol): Use the new `xname' field.
12888 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
12890         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12891         test Mac command key as <ALT> key.
12893         * mac.c (do_applescript): Call initialize_applescript if necessary
12894         when first called.  Dispose of result_desc only when there is no error.
12895         (Fdo_applescript): Use %d format specifier instead of %ld.
12897 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
12899         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
12900         of FrontWindow for cases keyDown and autoKey.
12902         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
12903         Vdefault_fontset to Monaco with mac-roman coding.
12905         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
12906         init_process before and after inclusion of Carbon/Carbon.h, resp.
12908         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
12909         cursor_gc.
12910         (add_font_name_table_entry): New function.
12911         (init_font_name_table): Use add_font_name_table_entry; add italic,
12912         bold, and bold-italic entries for truetype fonts.
12914         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
12915         for Mac too.
12916         (try_font_list) [MAC_OS]: If no font matches given registry, try
12917         fonts with any registry matching face_family.
12918         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
12920         * s/darwin.h: If autoconf detects the Ncurses library, define
12921         LIBS_TERMCAP to -lncurses to use it.
12923 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
12925         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
12927 2002-06-15  Richard M. Stallman  <rms@gnu.org>
12929         * window.c (Fset_window_configuration): Explicitly preserve
12930         the point value that new_current_buffer had at the start.
12932 2002-06-14  Juanma Barranquero  <lektu@terra.es>
12934         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
12935         Fix typos.
12937 2002-06-14  Kim F. Storm  <storm@cua.dk>
12939         * insdel.c (insert_1_both, insert_from_string_1)
12940         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
12941         insert happened in the end_unchanged region.  Otherwise, the
12942         redisplay may be confused and duplicate the last line in the
12943         buffer [seen after save-buffer when require-final-newline==t].
12945 2002-06-13  Jason Rumney  <jasonr@gnu.org>
12947         * w32.c (init_environment): Remove EMACSLOCKDIR.
12948         (stat): Swap _S_IFDIR and _S_IFREG.
12950 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12952         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
12953         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
12954         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
12955         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
12956         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
12957         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
12958         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
12959         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
12960         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
12961         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
12962         SELECTION_REQUEST_EVENT, selection_clear_event to
12963         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
12964         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
12965         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
12966         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
12967         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
12968         no_event to NO_EVENT.
12970 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12972         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
12974 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
12976         * intervals.c (textget): Don't forget to `return'.
12977         (lookup_char_property): Use XCAR/XCDR.
12979 2002-06-12  Juanma Barranquero  <lektu@terra.es>
12981         * xdisp.c (Fformat_mode_line): Fix typo.
12983 2002-06-12  Kim F. Storm  <storm@cua.dk>
12985         * xdisp.c (Fformat_mode_line): New function.
12986         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
12987         (store_frame_title_char, store_frame_title): Use unconditionally.
12988         (init_xdisp): Defsubr Fformat_mode_line.
12989         Initialize frame_title_buf etc. unconditionally.
12991 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
12993         * keyboard.c (read_key_sequence):
12994         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
12995         things through those maps after downcasing events.
12996         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
12997         applies after function-key-map.
12998         Make sure that keytran can be done in the middle in the sequence.
12999         Be careful not to throw away events past the one we downcase.
13001         * lread.c (read_integer): Remove unused var `tem'.
13002         (read1): Fix int/Lisp_Object mixup.
13004         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
13006 2002-06-11  Richard M. Stallman  <rms@gnu.org>
13008         * keyboard.c (readable_events): Ignore any number of
13009         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
13011 2002-06-09  Miles Bader  <miles@gnu.org>
13013         * xfaces.c (Ftty_supports_face_attributes_p): New function.
13014         (parse_rgb_list, tty_lookup_color): New functions.
13015         (tty_defined_color): Use `tty_lookup_color' to do all the work.
13016         (color_distance, Fcolor_distance): New functions.
13017         (TTY_SAME_COLOR_THRESHOLD): New macro.
13018         (Qtty_color_standard_values): New variable.
13019         (syms_of_xfaces): Initialize new vars & functions.
13021 2002-06-08  Colin Walters  <walters@verbum.org>
13023         * textprop.c (Vchar_property_alias_alist): New variable.
13024         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
13026         * intervals.c (lookup_char_property): New function for looking up
13027         overlay and text properties, created from textget.
13028         (textget): Use it.
13030         * intervals.h (lookup_char_property): Declare.
13031         (Vchar_property_alias_alist): Declare.
13033         * buffer.c (Foverlay_get): Use lookup_char_property.
13035 2002-06-07  Sam Steingold  <sds@gnu.org>
13037         * xselect.c (lisp_data_to_selection_data): Fix last change:
13038         *data_ret is not a Lisp string, while unibyte_string is.
13040 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
13042         * xselect.c (lisp_data_to_selection_data): Fix last change:
13043         set size_ret.
13045 2002-06-07  Andreas Schwab  <schwab@suse.de>
13047         * m/amdx86-64.h: New file.
13049 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
13051         * fns.c (Fstring_make_unibyte): Doc fix.
13053         * xselect.c (lisp_data_to_selection_data): If the requested type
13054          is STRING, call string_make_unibyte to encode the selected text
13055          as a string.
13057         * window.c (Fset_window_hscroll): Doc fix.
13059 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13061         * fileio.c (choose_write_coding_system):
13062         Call select-safe-coding-system properly.
13064 2002-06-03  Richard M. Stallman  <rms@gnu.org>
13066         * xdisp.c (message_with_string): Error if STRING is not a string.
13068         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
13070         * fileio.c (choose_write_coding_system): Pass FILE arg to
13071         Vselect_safe_coding_system_function.
13073 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
13075         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
13077 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
13079         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
13080         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
13081         * keymap.c (describe_command): Likewise.
13082         * minibuf.c (read_minibuf): Likewise.
13084         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
13085         Cast `current_column' return value to int.
13086         (back_to_previous_visible_line_start)
13087         (reseat_at_next_visible_line_start, next_element_from_buffer):
13088         Cast `indented_beyond_p' 3rd arg to float.
13090         * indent.c (last_known_column): Now a float.
13091         (current_column_1, position_indentation, current_column)
13092         (string_display_width): Return float.
13093         (Fcurrent_column): Cast `current_column' return value to int.
13094         (Fcurrent_indentation): Cast `position_indentation' retval to int.
13095         (indented_beyond_p): Third arg now a float.
13096         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
13098         * lisp.h (current_column): Now returns float.
13099         (indented_beyond_p): 3rd arg now a float.
13101 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
13103         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
13104         is Qcompound_text_with_extensions.
13106         * xselect.c (lisp_data_to_selection_data): Always set selection
13107         type as string if x_encode_text returns streingp non-NULL.
13109         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
13111 2002-05-30  Richard M. Stallman  <rms@gnu.org>
13113         * window.c (Fset_window_configuration): Correct the handling
13114         of point in current buffer, to work with multiple windows.
13116 2002-05-29  Colin Walters  <walters@verbum.org>
13118         * lread.c (Fread_from_string): Don't depend on order of evaluation
13119         for C function parameters.
13121 2002-05-28  Richard M. Stallman  <rms@gnu.org>
13123         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
13124         way for blinked-off state and for a nonselected window.
13126         * window.c (window_scroll_pixel_based): Don't call Fbolp;
13127         instead, see if the new start pos is at beginning of line.
13129         * fileio.c (Fwrite_region): If START is a string, don't
13130         make any annotations.
13132         * eval.c (syms_of_eval): Doc fix.
13134 2002-05-28  Colin Walters  <walters@debian.org>
13136         * emacs.c (USAGE1): Add --no-splash.
13137         (standard_args): Ditto.
13139 2002-05-28  Colin Walters  <walters@gnu.org>
13141         * lread.c (readchar_count): New variable.
13142         (readchar): Increment it.
13143         (unreadchar): Decrement it.
13144         (read_multibyte): Decrement it.
13145         (Vread_with_symbol_positions): New variable.
13146         (Vread_symbol_positions_list): New variable.
13147         (read_internal_start): New function, created from Fread and
13148         Fread_from_string.  Handle Vread_symbol_positions_list and
13149         Vread_with_symbol_positions.
13150         (readevalloop, Fread, Fread_from_string): Use it.
13151         (read1): Use readchar_count to add symbol positions to
13152         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
13153         (syms_of_lread): DEFVAR_LISP and initialize them.
13155         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
13156         (substitute_object_recurse, substitute_object_in_subtree)
13157         (substitute_in_interval): Prototype.
13158         (read_multibyte): Return c if it's less than zero.
13160 2002-05-28  Kim F. Storm  <storm@cua.dk>
13162         * fileio.c (Fread_file_name_internal): Added brute-force
13163         speed up for using predicate file-directory-p.
13165 2002-05-28  Kim F. Storm  <storm@cua.dk>
13167         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
13168         New variables.
13169         (syms_of_fileio): DEFVAR_LISP them.
13170         (read_file_name_cleanup): New unwind function.
13171         (Fread_file_name_internal): Only return completions satifying
13172         Vread_file_name_predicate.  Temporarily unwind protect and rebind
13173         default-directory while checking completions against the predicate.
13174         (Fread_file_name): Added PREDICATE argument.  Specbind it to
13175         Vread_file_name_predicate during completion.
13176         Call Vread_file_name_function to read the file name if non-nil.
13178         * lisp.h (Fread_file_name): Now has 6 args.
13180         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
13181         predicate for Fread_file_name when reading directory name.
13182         Supply Qnil for predicate in other calls to Fread_file_name.
13184 2002-05-26  Miles Bader  <miles@gnu.org>
13186         * term.c (tty_capable_p): New function.
13187         * dispextern.h (tty_capable_p): New function declaration.
13188         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
13189         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
13191 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13193         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
13194         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
13195         (Vwrite_region_annotate_functions): Docstring fix.
13197 2002-05-23  Kim F. Storm  <storm@cua.dk>
13199         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
13200         phys_cursor's hpos is overwritten.  This is still not completely
13201         correct, as it doesn't really make sense to use hpos at all to
13202         get the cursor glyph (as that is relative to the width of the
13203         characters on the line, which may have changed during the update).
13205 2002-05-22  Jason Rumney  <jasonr@gnu.org>
13207         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
13208         Lisp_Object.
13209         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
13210         Use modified enumfont_t struct.
13212         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13214         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
13215         Handle the `hbar' cursor type.
13216         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13218         * w32fns.c (Qhbar): New variable.
13219         (x_specified_cursor_type): Use it.
13221 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
13223         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
13224         now, when the address is needed.
13226 2002-05-21  Colin Walters  <walters@gnu.org>
13228         * Makefile.in (shortlisp): Add font-core.el.
13230 2002-05-20  Richard M. Stallman  <rms@gnu.org>
13232         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
13234         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
13235         equivalent key bindings here.
13237 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
13239         Change symbol structure to contain a lisp object for the symbol
13240         name:
13241         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
13242         object field named "xname".
13243         (SYMBOL_NAME): New macro.
13244         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
13245         name field.
13246         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
13247         (mark_object, gc_sweep): Use symbol xname field and XSTRING
13248         instead of name field.
13249         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
13250         SYMBOL_NAME instead of XSYMBOL and name field.
13251         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
13252         instead of XSYMBOL and name field.
13253         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
13254         and SYMBOL_NAME instead of XSYMBOL and name field.
13255         * coding.c (Fread_coding_system, code_convert_region1)
13256         (code_convert_string1, code_convert_string_norecord)
13257         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
13258         XSYMBOL and name field.
13259         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
13260         (Fmake_variable_buffer_local, Fmake_local_variable)
13261         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
13262         of XSYMBOL and name field.
13263         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
13264         XSYMBOL and name field.
13265         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
13266         instead of XSYMBOL and name field.
13267         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
13268         XSYMBOL and name field.
13269         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
13270         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13271         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
13272         instead of XSYMBOL and name field.
13273         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
13274         (parse_modifiers, apply_modifiers, Fevent_convert_list)
13275         (parse_solitary_modifier, Fexecute_extended_command):
13276         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13277         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
13278         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
13279         of XSYMBOL and name field.
13280         (describe_command, describe_translation): Use SYMBOL_NAME and
13281         assignment instead of XSYMBOL and name field and XSETSTRING.
13282         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
13283         instead of XSYMBOL and name field.
13284         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
13285         name field and XSETSTRING.
13286         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13287         of XSYMBOL and name field.
13288         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
13289         assignment instead of XSYMBOL and name field and XSETSTRING.
13290         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
13291         XSTRING instead of XSYMBOL and name field.
13292         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
13293         and XSTRING instead of XSYMBOL and name field.
13294         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
13295         and XSTRING instead of XSYMBOL and name field.
13296         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
13297         XSTRING instead of XSYMBOL and name field.
13298         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13299         of XSYMBOL and name field.
13300         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
13301         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13303 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
13305         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
13306         and XCDR real rvalues in most configurations.
13308         * buffer.c (fix_overlays_in_range, fix_overlays_before):
13309         Don't take the address of the cdr part of a cons cell; instead, track
13310         the parent cell and call XSETCDR, or set the variable for the head
13311         of the list if we haven't started down the list yet.
13313 2002-05-19  Richard M. Stallman  <rms@gnu.org>
13315         * doc.c (reread_doc_file): Don't ask for confirmation.
13317 2002-05-18  Jason Rumney  <jasonr@gnu.org>
13319         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
13320         (xbm_load_image): Use it.
13321         (xbm_load): Ditto.
13322         (xbm_read_bitmap_data): Reverted to xfns.c version.
13323         From David Ponce <david@dponce.com>.
13325 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13327         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
13328         2.02 and later.
13330 2002-05-16  Juanma Barranquero  <lektu@terra.es>
13332         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
13334 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
13336         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
13337         meaningful test.
13338         (read_char_minibuf_menu_prompt): Fix typo.
13340 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
13342         * eval.c (Fcommandp): Doc fix.
13344 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
13346         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
13347         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
13348         (Fset_keymap_parent): Gcpro a bit more.
13349         (access_keymap): Gcpro around meta_map call and around the main loop.
13350         (get_keyelt): Gcpro when following indirect references.
13351         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
13352         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
13353         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
13354         Remove useless ad-hoc remap code.
13356 2002-05-13  Richard M. Stallman  <rms@gnu.org>
13358         * search.c (search_buffer): Give up boyer moore search if inverse
13359         translation change charset_base.
13361 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
13363         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
13364         characters is carried over from the previous block of text, adjust
13365         coding->produced to account for the extra character.
13367 2002-05-11  Andreas Schwab  <schwab@suse.de>
13369         * coding.c (intersection): Keep the elements of the returned list
13370         in the same order as in the first list.
13372 2002-05-11  Kim F. Storm  <storm@cua.dk>
13374         * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
13375         only update cmm_size if realloc actually succeeds.
13376         Testing with initial size of 2 elements revealed that using
13377         realloc on GNU/Linux would cause a random trap in xmalloc
13378         later on, so I rewrote the code to use malloc/bcopy/free instead
13379         of realloc.
13381 2002-05-10  Jason Rumney  <jasonr@gnu.org>
13383         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
13385 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
13387         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
13388         parens, to ensure correct evaluation order.
13390 2002-05-10  Kim F. Storm  <storm@cua.dk>
13392         * keymap.c (Vemulation_mode_map_alists): New variable.
13393         (syms_of_keymap): DEFVAR_LISP it.
13394         (current_minor_maps): Process keymap alists in that list before
13395         minor-mode-overriding-map-alist and minor-mode-map-alist.
13397 2002-05-09  Richard M. Stallman  <rms@gnu.org>
13399         * search.c (Freplace_match): Doc fix.
13401 2002-05-09  Kim F. Storm  <storm@cua.dk>
13403         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13404         Enlarge cursor rectangle drawn around image with non-zero relief.
13406         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
13407         Enlarge cursor rectangle drawn around image with non-zero relief.
13409         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13410         Enlarge cursor rectangle drawn around image with non-zero relief.
13412 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
13414         * xselect.c (lisp_data_to_selection_data): Don't set selection
13415         type if comes from the Lisp object's car.  If the selection
13416         contains a pure ASCII text, always return QSTRING as its type.
13418 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13420         * mac.c (mac-cut-function): Doc fix.
13422 2002-05-05  Richard M. Stallman  <rms@gnu.org>
13424         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
13426 2002-05-04  Jason Rumney  <jasonr@gnu.org>
13428         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
13429         for event-click-count.
13431         * process.c (init_process): Only add server subfeature if we can
13432         use non-blocking I/O.
13434 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
13436         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
13437         repeatedly.
13439 2002-05-03  Jason Rumney  <jasonr@gnu.org>
13441         * process.c (Fmake_network_process): Only support server sockets
13442         when we can make them non-blocking.
13444         * s/ms-w32.h (HAVE_SELECT): Define.
13446         * w32.h (FILE_NDELAY): New flag.
13448         * w32.c (sys_getpeername, fcntl): New functions.
13449         (_sys_read_ahead): Temporarily block on non-blocking sockets.
13451         * w32proc.c: include sys/file.h.
13453 2002-05-03  Colin Walters  <walters@verbum.org>
13455         * callproc.c (Vgame_score_directory): Renamed to
13456         Vshared_game_score_directory.
13458 2002-04-30  Richard M. Stallman  <rms@gnu.org>
13460         * s/gnu.h [emacs]: Include stdio.h.
13461         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
13463         * eval.c (do_autoload): Error if called while preparing to dump.
13465         * fns.c (Frequire): Error if need to load while preparing to dump.
13467 2002-04-28  Colin Walters  <walters@verbum.org>
13469         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
13470         Default to "~/.emacs.d/games".
13472 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
13474         * lread.c (openp): Change arg exec_only to predicate.
13475         (build_load_history): Use XCAR/XCDR.
13476         (Flocate_file_internal): New fun.
13477         (syms_of_lread): Defsubr it.
13478         (Fload): Update call to openp.
13480         * lisp.h (openp): Update prototype.
13482         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
13483         * w32proc.c (sys_spawnve):
13484         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
13485         * w32.c (check_windows_init_file):
13486         * sound.c (Fplay_sound_internal):
13487         * process.c (Fstart_process):
13488         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
13489         * mac.c (run_mac_command):
13490         * emacs.c (init_cmdargs):
13491         * callproc.c (Fcall_process): Update call to openp.
13493         * textprop.c (remove_properties): Don't use XCAR without CONSP.
13495         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
13497 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13499         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
13500         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
13502 2002-04-28  Richard M. Stallman  <rms@gnu.org>
13504         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
13506         * eval.c (Fcommandp): New arg for_call_interactively.
13507         * lisp.h (Fcommandp): Declare new arg.
13509 2002-04-28  Jason Rumney  <jasonr@gnu.org>
13511         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
13513         * w32.c (stat, fstat): Use file index information to generate
13514         inodes for directories where available.
13516 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
13518         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
13519         [HAVE_CARBON]: Include Mac object files.
13521         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
13522         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
13523         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
13524         MAC_OSX, and MAC_OS instead of macintosh.
13526         * editfns.c [MAC_OS8]: Include stdio.h.
13528         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
13530         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
13531         Apple Monaco.
13533         * process.c (QCfamily, QCfilte): Declare extern.
13534         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
13535         calling select.
13537         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
13539         * tparam.c [MAC_OSX]: Don't define BC and UP.
13541         * config.in [HAVE_CARBON]: Add.
13543         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
13544         Move here from mac/src and mac/inc.
13546         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
13548 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
13550         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
13551         Compute phys_cursor_width from the x position returned
13552         by x_draw_glyhs, which is cheaper.
13553         (x_display_and_set_cursor): Compute the buffer-local value
13554         of `cursor-in-non-selected-windows' only when needed.
13556 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
13558         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
13559         cursor on a stretch glyph has a width that depends on
13560         x_stretch_cursor_p.
13562 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13564         * abbrev.c (abbrev-start-location): Doc fix.
13566         * indent.c (Fvertical_motion): Fix last change.
13568 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
13570         * indent.c (Fvertical_motion): Move to the start of the line
13571         containing PT before moving up or down.
13573 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
13575         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
13576         case of writing a whole row, more or less analogous to the case of
13577         writing only parts of a row.
13579         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
13580         0 for NO_CURSOR.
13582         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
13584 2002-04-23  Colin Walters  <walters@verbum.org>
13586         * buffer.c (syms_of_buffer): Doc fix.
13588 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
13590         * xterm.c (notice_overwritten_cursor): Handle the special case
13591         of the cursor being in the first blank non-text line at the
13592         end of a window.
13594         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
13595         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
13596         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
13597         bar cursors only, to make phys_cursor_width contain what its name
13598         suggests.
13599         (notice_overwritten_cursor): Consider the cursor image erased if
13600         the output area intersects the cursor image in y-direction.
13602 2002-04-23  Simon Marshall  <simon@gnu.org>
13604         * xfns.c (x_set_mouse_color): Change default for cross_cursor
13605         to XC_hand2.
13607 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13609         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
13611 2002-04-22  Kim F. Storm  <storm@cua.dk>
13613         * textprop.c (remove_properties): Fixed trap for malformed plist.
13615 2002-04-22  Richard M. Stallman  <rms@gnu.org>
13617         * cmds.c (Fend_of_line): Handle intangible text in mid line.
13619         * window.c (make_window): Initialize height_fixed_p,
13620         last_cursor_off_p, and p->cursor_off_p slots.
13622 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13624         * fns.c (use-dialog-box): Doc fix.
13626 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13628         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
13629         variables `row', `i' and `area'.
13630         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
13631         toolkit library.
13633 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
13635         * xfaces.c (clear_font_table): Don't free the default font of
13636         a frame even if it's on another display.
13637         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
13638         that could be Qt.
13640 2002-04-19  Juanma Barranquero  <lektu@terra.es>
13642         * indent.c (Fmove_to_column): Remove unused local variable
13643         `next_boundary_byte'.
13644         (current_column_1): Likewise.
13646 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
13648         * msdos.c (Qhbar): New variable.
13649         (syms_of_msdos): Intern and staticpro it.
13650         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
13651         cursor type.
13653 2002-04-19  Dave Lambert  <dlambert@acm.org>
13655         Theses change implement an underscore-like (`hbar') cursor.
13657         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13659         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
13660         Handle the `hbar' cursor type.
13661         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13663         * xfns.c (Qhbar): New variable.
13664         (syms_of_xfns): Intern and staticpro it.
13665         (x_specified_cursor_type): Handle `hbar' cursor.
13667         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
13668         not defined.
13670 2002-04-18  Richard M. Stallman  <rms@gnu.org>
13672         * textprop.c (remove_properties): New arg LIST allows scanning
13673         either a list or a plist.
13674         (interval_has_some_properties_list): New function, like
13675         interval_has_some_properties using list instead of plist.
13676         All callers changed.
13677         (Fremove_list_of_text_properties): New function.
13678         (syms_of_textprop): Defsubr it.
13680 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
13682         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
13684 2002-04-17  Juanma Barranquero  <lektu@terra.es>
13686         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
13688 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
13690         * window.c (coordinates_in_window): Don't report on margin area
13691         if its width is zero.
13693 2002-04-16  Jason Rumney  <jasonr@gnu.org>
13695         * w32fns.c (Fx_file_dialog): Decode file name before using.
13697         * w32term.c (construct_drag_n_drop): Likewise.
13699 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
13701         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
13702         store load-history in pure space.
13704         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
13706 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
13708         * xterm.c (Qlatin_1, Qutf_8): New vars.
13709         (syms_of_xterm): Initialize them.
13710         (XTread_socket): Eliminate incorrect optimization that tried to avoid
13711         decoding the output of X*LookupString.
13712         Always use latin-1 to decode the output of XLookupString.
13713         Try Xutf8LookupString if XmbLookupString failed.
13715         * region-cache.c (new_region_cache): Use BEG.
13717 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
13719         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
13720         configuration files.
13721         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
13722         returns 0.
13724 2002-04-15  Andreas Schwab  <schwab@suse.de>
13726         * config.in: Regenerated using autoheader.
13728         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
13729         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
13730         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
13731         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
13732         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
13733         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
13734         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
13735         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
13736         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
13737         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
13738         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
13739         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
13740         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
13741         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
13742         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
13743         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
13744         STACK_DIRECTION, now set by autoconf.
13746 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13748         * dispnew.c (marginal_area_string): Sort arguments.
13750         * dispextern.h (marginal_area_string): Add prototype.
13752 2002-04-13  Richard M. Stallman  <rms@gnu.org>
13754         * fileio.c (Finsert_file_contents):
13755         Don't call temp_output_buffer_setup--do just part, by hand.
13757         * coding.c (run_pre_post_conversion_on_str):
13758         Don't call temp_output_buffer_setup--do just part, by hand.
13760         * keyboard.c (command_loop_1): Don't call start_hourglass
13761         or cancel_hourglass when executing a macro.
13763         * marker.c (count_markers): New function.
13765         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
13766         grow without limit.  Move recently used elements to the front.
13768 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
13770         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
13772 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
13774         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
13775         rows marginal areas.
13776         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
13777         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
13779         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
13781 2002-04-12  Dave Love  <fx@gnu.org>
13783         * dispnew.c (marginal_area_string): New.
13785         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
13786         (Qleft_margin, Qright_margin): Declare.
13787         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
13789         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
13790         note_mode_line_highlight and extended.
13792         * keyboard.c (Qleft_margin, Qright_margin): Declare.
13793         (make_lispy_event): Deal with mouse events in margins.
13795 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
13797         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
13799         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
13800         than deactivating the mark if tmm is set to `lambda'.
13801         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
13802         Use a single event for HELP_EVENT.
13803         (Fexecute_extended_command): Save last_point_position.
13805 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13807         * lisp.h (Fpropertize): Add prototype.
13809         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
13811 2002-04-10  Colin Walters  <walters@verbum.org>
13813         * config.in: Add HAVE_SHARED_GAME_DIR.
13815         * callproc.c: (Vgame_score_directory): New variable.
13816         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
13818 2002-04-10  Richard M. Stallman  <rms@gnu.org>
13820         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
13822 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
13824         * minibuf.c (read_minibuf): Use empty_string.
13825         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
13826         Short-circuit the search as soon as it "failed".
13827         (Fall_completions): Allow lambda forms and lists of strings for alist.
13828         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
13829         when require_match is nil.
13830         (Ftest_completion): Rename from `test_completion' and export to elisp.
13831         Call the predicate also when alist is a list.
13832         Obey Vcompletion_regexp_list.
13833         (do_completion, Fminibuffer_complete_and_exit): Use it.
13834         (Fassoc_string): Rename from `assoc_for_completion'.
13835         Allow list of strings as well and export to elisp.
13837 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
13839         * puresize.h (BASE_PURESIZE): Increase to 900KB.
13841 2002-04-08  Juanma Barranquero  <lektu@terra.es>
13843         * w32.c (sys_accept): Don't hide variable `s'.
13845 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
13847         * callint.c (Fcall_interactively): Use INTEGERP instead of
13848         NUMBERP for checking Vhistory_length.
13850 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13852         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
13853         Doc fix to reflect it.
13855 2002-04-04  Richard M. Stallman  <rms@gnu.org>
13857         * xdisp.c (display_mode_element): New arg RISKY.
13858         Disregard text props found or specified within a variable
13859         that isn't marked risky-local-variable.
13860         (Qrisky_local_variable): New variable.
13861         (syms_of_xdisp): Init and staticpro it.
13863 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
13865         * undo.c (record_point): New fun.
13866         (record_delete, record_insert): Use it.
13868 2002-04-03  Juanma Barranquero  <lektu@terra.es>
13870         * doc.c (Fdocumentation): Add missing parentheses.
13871         (Fdocumentation_property): Likewise.
13873 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
13875         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
13876         data is 0, just return nil.
13878 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
13880         * msdos.c (syms_of_msdos): Fix last change with
13881         mouse_autoselect_window.
13883 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13885         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
13886         mouse_autoselect_window.
13888 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
13890         * keyboard.c (make_lispy_event): Handle unknown keysyms together
13891         with system-specific keysyms.  Use it also for unknown function keys.
13893         * doc.c (reread_doc_file): Return whether reload was attempted.
13894         (Fdocumentation, Fdocumentation_property): Don't try to reload
13895         if the doc is 0 and only ask once.
13897         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
13899 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
13901         * keyboard.c (read_char): If the event was Qselect_window,
13902         restore timer_idleness_start_time to its previous value.
13904         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
13906 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
13908         * region-cache.c (new_region_cache): Use BEG.
13910         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
13911         Use BEG and BEG_BYTE.
13913         * doc.c (get_doc_string): Return nil if the location is wrong.
13914         (reread_doc_file): New fun.
13915         (Fdocumentation, Fdocumentation_property):
13916         Call it if get_doc_string fails.
13917         (Fsnarf_documentation): Make it work for a dumped Emacs.
13919         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
13920         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
13922         * charset.c (Fstring): Allow 0 arguments.
13924         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
13926         * process.c (DATAGRAM_CONN_P, list_processes_1)
13927         (Fprocess_datagram_address, Fset_process_datagram_address)
13928         (Fset_network_process_options, server_accept_connection):
13929         Fix some int/Lisp_Object confusions (thank you union types).
13931 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13933         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
13935         * w32term.c: Likewise.
13936         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
13938         * keyboard.c (Qselect_window): New symbol.
13939         (head_table): Use it.
13940         (keys_of_keyboard): Bound select-window event to handle-select-window.
13941         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
13943         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
13944         (last_window): New variable.
13945         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
13946         (note_mouse_movement): Remove reimplemented code in #if 0.
13947         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
13948         Emacs windows.
13950         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
13952 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
13954         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
13955         Callers changed.
13957 2002-03-30  Richard M. Stallman  <rms@gnu.org>
13959         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
13960         loop whenever it stops making progress.
13962         * widget.c (set_frame_size): Don't call change_frame_size.
13964 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
13966         * dispnew.c (direct_output_for_insert):
13967         Call mark_window_display_accurate.
13969 2002-03-29  Jason Rumney  <jasonr@gnu.org>
13971         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
13973 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
13975         * Makefile.in (lread.o): Depend on coding.h.
13977         * lread.c (openp, Fload): Encode the file name before passing it
13978         to `stat', `access', and `emacs_open'.
13979         (openp): GCPRO the encoded file name.  Don't recompute Lisp
13980         strings unnecessarily.
13982 2002-03-29  Kim F. Storm  <storm@cua.dk>
13984         * fns.c (Flax_plist_put): Doc fix.
13986 2002-03-28  Miles Bader  <miles@gnu.org>
13988         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
13990 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13992         * process.c (set-network-process-options): Add usage.
13993         (make-network-process): Doc fix.
13995 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
13997         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
13999 2002-03-26  Richard M. Stallman  <rms@gnu.org>
14001         * fns.c (Fsubstring_no_properties): New function.
14002         (Flax_plist_get, Flax_plist_put): New functions.
14003         (syms_of_fns): defsubr them.
14005         * xdisp.c (update_menu_bar): Test only update_mode_lines;
14006         don't test or alter w->update_mode_line.
14008         * window.c (Fdisplay_buffer): Doc fix.
14010 2002-03-24  Richard M. Stallman  <rms@gnu.org>
14012         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
14014 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
14016         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
14017         (Fdefmacro): Handle `(declare ...)'.
14018         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
14019         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
14021 2002-03-24  Jason Rumney  <jasonr@gnu.org>
14023         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
14024         (xbm_file_p): Add prototypes.
14025         (xbm_format, xbm_image_p): Sync with xfns.c.
14026         (reflect_byte): New function.
14027         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
14028         (xbm_load_image): Create bitmaps with a depth of 1.
14029         (init_xfns): Enable XBM images.
14031 2002-03-23  Jason Rumney  <jasonr@gnu.org>
14033         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
14034         correctly.  Do not pass up_modifier to keyboard buffer.
14036         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
14038 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14040         * Makefile.in (bootstrapclean): New target.
14041         (bootstrap-temacs, bootstrap-doc): Remove.
14042         (bootstrap-emacs): Use a bog-standard `temacs'.
14043         Don't bother to build a DOC file.
14045         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
14047         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
14048         in temacs even if !CANNOT_DUMP.
14049         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
14051         * alloc.c (check_pure_size): Only output a warning.
14053 2002-03-22  Jason Rumney  <jasonr@gnu.org>
14055         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
14056         supported.
14058         * w32term.c (zv_bits): Declare as short, for word alignment.
14059         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
14060         (syms_of_w32term): Define x-use-underline-position-properties.
14062         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
14063         (clear_image_cache): Block input, fix logic, clear matrices in
14064         all frames that share this cache.
14066 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
14068         * emacs.c (main): Update the Copyright year in the blurb printed
14069         by "emacs --version".
14071         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
14073         * xterm.c (XTread_socket): If XK_ISO_Lock and
14074         XK_ISO_Last_Group_Lock are defined, handle keysyms between
14075         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
14077 2002-03-21  Kim F. Storm  <storm@cua.dk>
14079         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
14080         menu-bar bindings in keymap and local-map properties _are_ used.
14081         But try keymap property first in accordance with 2002-01-03 patch.
14082         Added comment describing why this is not always reliable.
14083         (tool_bar_items): Ditto for tool-bar.
14085 2002-03-21  Jason Rumney  <jasonr@gnu.org>
14087         * w32fns.c (x_clear_image_1): Disable color table code.
14089 2002-03-21  Kim F. Storm  <storm@cua.dk>
14091         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
14092         removed the wrong version of the DEFUN macro; fixed it.
14094         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
14095         Fmember rather than Fmemq).
14096         (Fprovide): Check that subfeatures is a list.
14098         * process.c (QCfeature, QCdatagram): Removed variables.
14099         (QCtype, Qdatagram): New variables.
14100         (network_process_featurep): Removed function.
14101         (Fmake_network_process): Removed :feature check.
14102         Use :type 'datagram instead of :datagram t to create a datagram
14103         socket.  This allows us to add other connection types (e.g. raw
14104         sockets) later in a consistent manner.
14105         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
14106         supported subfeatures for feature make-network-process.
14107         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
14108         Intern and staticpro QCtype and Qdatagram.
14109         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
14111         * xfns.c: (QCtype): Remove duplicate declaration and
14112         initialization (is now declared in process.c).
14114         * w32fns.c: (QCtype): Remove duplicate declaration and
14115         initialization (is now declared in process.c).
14117 2002-03-21  Richard M. Stallman  <rms@gnu.org>
14119         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
14120         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
14121         when jumping to `fail' to avoid undoing reg changes in the
14122         last iteration of the loop.
14123         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
14125         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
14126         Depend on process.h.
14128 2002-03-20  Jason Rumney  <jasonr@gnu.org>
14130         Most of the following changes are still conditional on HAVE_IMAGES
14131         which is not set by default on Windows.
14133         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
14135         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
14136         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
14137         (four_corners_best, x_clear_image_1, x_clear_image)
14138         (x_alloc_image_color, postprocess_image)
14139         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
14140         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
14141         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
14143         * w32gui.h (struct XImage): Define.
14145         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
14146         extract mouse co-ordinates.
14148 2002-03-20  Jason Rumney  <jasonr@gnu.org>
14150         * w32.c (init_winsock): Dynamically load new server and UDP
14151         socket functions.
14152         (socket_to_fd): New function.
14153         (sys_socket): Use it.
14154         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
14155         (sys_recvfrom, sys_sendto): New wrapper functions.
14157         * process.c (QCfamily, QCfilter): Remove duplicate declaration
14158         and initialization.
14160         * makefile.w32-in (LIBS): Remove $(WSOCK32).
14162 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
14164         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
14165         Don't use "sun" as a variable, it's a predefined constant on Sun
14166         machines.
14168 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14170         * bytecode.c (Fbyte_code): Revert last change.
14172 2002-03-19  Kim F. Storm  <storm@cua.dk>
14174         * makefile.w32-in (LIBS): Add $(WSOCK32).
14175         From David Ponce <dponce@voila.fr>.
14177 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14179         * process.c (wait_reading_process_input): Move variables `pname'
14180         and `pnamelen' down where they are used.
14182         * bytecode.c (Fbyte_code): Discard unused computed value to
14183         prevent gcc warning.
14185         * lisp.h (Fplist_member): Add prototype.
14187 2002-03-18  Kim F. Storm  <storm@cua.dk>
14189         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
14190         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
14192         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
14193         Remove explicit GNU_LINUX settings for datagram support.
14195 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14197         * process.c (Fmake_network_process): Remove unused variable `sa'.
14198         Doc fix.  Add usage:.
14199         (set_socket_options): Remove unused variables `optnum' and `opttype'.
14201 2002-03-17  Richard M. Stallman  <rms@gnu.org>
14203         * xdisp.c (cursor_type_changed): New variable.
14204         (redisplay_internal): Redisplay all windows if cursor_type_changed.
14205         Clear it when clearing windows_or_buffers_changed.
14206         (try_cursor_movement, redisplay_window, try_window_id)
14207         (try_window_reusing_current_matrix): Test cursor_type_changed
14208         along with windows_or_buffers_changed.
14210         * window.h (cursor_type_changed): New variable.
14212         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
14213         not update_mode_lines, and always set it to 1.
14215         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
14216         if no frames needed redrawing.
14218 2002-03-17  Kim F. Storm  <storm@cua.dk>
14220         The following changes add support for network server processes,
14221         datagram connections, and local (unix) sockets.
14223         * process.h (struct Lisp_Process): New member log.
14224         Doc fix: Member command used to indicate stopped network process.
14225         Doc fix: Member childp contains plist for network process.
14226         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
14228         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
14229         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
14230         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
14231         New variables.
14232         (NETCONN1_P): New macro.
14233         (DATAGRAM_SOCKETS): New conditional symbol.
14234         (datagram_address): New array.
14235         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
14236         (status_message): Use concat3.
14237         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
14238         for a stopped network process.
14239         (Fset_process_buffer): Update contact plist for network process.
14240         (Fset_process_filter): Ditto.  Don't enable input for stopped
14241         network processes.  Server must listen, even if filter is t.
14242         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
14243         New functions.
14244         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
14245         (Fprocess_contact): Added KEY argument.  Handle datagrams.
14246         (list_processes_1): Optionally show only processes with the query
14247         on exit flag set.  Dynamically adjust column widths.  Omit tty
14248         column if not needed.  Report stopped network processes.
14249         Identify server and datagram network processes.
14250         (Flist_processes): New optional arg `query-only'.
14251         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
14252         (conv_lisp_to_sockaddr, set_socket_options)
14253         (network_process_featurep, unwind_request_sigio): New helper functions.
14254         (Fprocess_datagram_address, Fset_process_datagram_address):
14255         (Fset_network_process_options): New lisp functions.
14256         (Fopen_network_stream): Removed.  Now defined in simple.el.
14257         (Fmake_network_process): New lisp function.  Code is based on previous
14258         Fopen_network_stream, but heavily reworked with new property list based
14259         argument list, support for datagrams, server processes, and local
14260         sockets in addition to old client-only functionality.
14261         (server_accept_connection): New function.
14262         (wait_reading_process_input): Use it to handle incoming connects.
14263         Do not enable input on a new connection if process is stopped.
14264         (read_process_output): Handle datagram sockets.  Use 2k buffer for them.
14265         (send_process): Handle datagram sockets.
14266         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
14267         network process is indicated by setting command field to t .
14268         (Fprocess_send_eof): No-op if datagram connection.
14269         (Fstatus_notify): Don't read input for a stream server socket or a
14270         stopped network process.
14271         (init_process): Initialize datagram_address array.
14272         (syms_of_process): Intern and staticpro new variables, defsubr new
14273         functions.
14275 2002-03-16  Jason Rumney  <jasonr@gnu.org>
14277         * w32fns.c (w32_to_all_x_charsets): Return correct type in
14278         startup case.
14280 2002-03-16  Richard M. Stallman  <rms@gnu.org>
14282         * xdisp.c (redisplay_internal, redisplay_windows):
14283         Use list_of_error to call internal_condition_case_1.
14284         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
14285         so as to catch all errors with no possibility of debugger redisplay.
14286         (list_of_error): New variable.
14287         (syms_of_xdisp): Init and staticpro it.
14289         * print.c (print_object): Delete `\ ' from printed rep of frame.
14291 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
14293         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
14294         until its implementation is fixed.
14296 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14298         * xfns.c (png_load): Remove unused variable `gamma_str'.
14300 2002-03-14  Richard M. Stallman  <rms@gnu.org>
14302         * xfns.c (x_real_positions): Handle failure in XQueryTree.
14304 2002-03-14  Miles Bader  <miles@gnu.org>
14306         * intervals.c (adjust_for_invis_intang): New function.
14307         (set_point_both): Use `adjust_for_invis_intang' to do most of the
14308         work for dealing with invisible+intangible regions.  Do so before
14309         and after both forward and backward movements, to handle both
14310         front-sticky and rear-sticky cases.
14311         * textprop.c (text_property_stickiness): Function moved here from
14312         `editfns.c'.
14313         * intervals.h (text_property_stickiness): New declaration.
14314         * editfns.c (char_property_eq): Function removed.
14315         (text_property_stickiness): Function moved to `textprop.c'.
14317 2002-03-13  Jason Rumney  <jasonr@gnu.org>
14319         * config.in: Add STRFTIME_NO_POSIX2.
14321         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
14322         and %OX when underlying strftime does not.
14324 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
14326         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
14327         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
14328         line) to avoid annoying flicker.
14329         (xm_scroll_callback): Get rid of the now unnecessary kludge.
14330         (XTread_socket): Mark it static.
14332         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
14334 2002-03-13  Kim F. Storm  <storm@cua.dk>
14336         * puresize.h (BASE_PURESIZE): Increase to 775000.
14338 2002-03-12  Juanma Barranquero  <lektu@terra.es>
14340         * editfns.c (syms_of_editfns): Fix typo.
14342 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
14344         * xsmfns.c: Include stdio.h because termhooks.h needs it.
14345         Include termopt.h for interrupt_input.
14347 2002-03-11  Andreas Schwab  <schwab@suse.de>
14349         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
14351 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
14353         * xterm.c (note_mouse_movement): Put code for
14354         x_autoselect_window_p in #if 0.
14356         * lread.c (Fload): Don't assume that message_with_string uses the
14357         string it is given like a C string.
14359 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14361         * xterm.h (x_session_check_input, x_session_initialize): Declare.
14363         * xterm.c: (XTread_socket): Add call to x_session_check_input and
14364         x_session_have_connection.
14365         (x_initialize): Add call to x_session_initialize.
14367         * termhooks.h (enum event_kind): Add save_session_event.
14369         * keyboard.c: Add Emacs event save_session_event.
14371         * emacs.c (main): Add call to syms_of_xsmfns.
14373         * lisp.h (syms_of_xsmfns): Declare extern.
14375         * config.in: Add HAVE_X_SM.
14377         * Makefile.in (LIBXT): Add -lSM -lICE
14378         if HAVE_X_SM and not USE_X_TOOLKIT.
14379         (XOBJ): New file xsmfns.c added.
14381         * xsmfns.c: New file for X session management.
14383 2002-03-09  Jason Rumney  <jasonr@gnu.org>
14385         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
14386         read-only when setting modified time.
14388 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
14390         * xdisp.c (move_it_vertically_backward): At the end of the function,
14391         when moving forward by lines, treat terminal frames specially.
14393         * keyboard.c (echo_char): Make sure to add a separator between
14394         keys even if echo_dash hasn't been called.
14396         * xdisp.c: Use new string macros.
14397         (update_echo_area): Pass number of bytes to message3 instead of
14398         number of chars.
14399         (set_message_1): Don't access a string's size_byte directly.
14400         (decode_mode_spec_coding): Use number of bytes of eoltype string
14401         instead number of chars.
14403         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
14405 2002-03-08  Juanma Barranquero  <lektu@terra.es>
14407         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
14408         24-bit.
14410 2002-03-06  Jason Rumney  <jasonr@gnu.org>
14412         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
14414 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
14416         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
14417         (cancel_echoing, echo_length, echo_truncate): Changed to
14418         work with new kboard definition.
14419         (echo_now): Use message3_nolog instead of message2_nolog.
14421         * alloc.c (mark_kboards): Mark echo_string.
14423         * keyboard.h (ECHOBUFSIZE): Removed.
14424         (struct kboard): Member echoptr removed, member echobuf renamed
14425         to echo_string.
14427         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
14428         message3 instead of message2 to display the message using STRING's
14429         text properties.
14431 2002-03-05  Andreas Schwab  <schwab@suse.de>
14433         * xdisp.c (hscroll_margin): Change to EMACS_INT.
14435 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14437         * frame.c (default-frame-alist): Explain that setting it doesn't
14438         affect existing frames.
14440 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
14442         * indent.c (skip_invisible): Fix my brain fart.
14444         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
14446 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
14448         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
14449         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
14450         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
14451         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
14452         and variables to use EMACS_INT instead of just int.
14454         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
14456 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
14458         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
14459         environment, pass it down with corrected value.
14461 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14463         * lread.c (read_filtered_event): Do not call start_hourglass
14464         before returning.
14466 2002-03-04  Juanma Barranquero  <lektu@terra.es>
14468         * w32term.c (x_display_and_set_cursor): Fix typo.
14470 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14472         * fileio.c (Fmake_temp_name): Doc fix.
14474 2002-03-03  Gary Wong  <gtw@gnu.org>
14476         * termcap.c [!emacs]: Replace ospeed for building standalone
14477         libtermcap, for binary compatibility.
14479         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
14481 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14483         * xrdb.c (file_p): Rename arg `path' to `filename'.
14485         * abbrev.c (Fexpand_abbrev): Increment plist as use count
14486         only if it is an integer.
14488         * xfns.c (png_load): Set screen_gamma based on f->gamma.
14489         If png_get_sRGB gives an answer, call png_set_gamma
14490         using the default image gamma value.
14492         * lread.c (read1): When reading from a file, default string to
14493         multibyte only if it has some multibyte characters.
14495         * print.c (print_object): Output multibyte chars 128...255
14496         using \x even if ! print_escape_multibyte.
14498         * xdisp.c (display_mode_element): Move the places where
14499         bytepos, charpos, this, and lisp_string are set.
14500         Use lisp_string to set bytepos.
14502         * xdisp.c (redisplay_internal):
14503         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
14505         * xdisp.c (display_mode_element): Merge properties specified with
14506         :propertize onto those that come with the string.
14508 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
14510         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
14511         automatic-hscrolling.  Users changed.
14512         <hscroll-margin>: Renamed from automatic-hscroll-margin.
14513         Users changed.
14514         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
14516 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
14518         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
14520 2002-03-02  Kim F. Storm  <storm@cua.dk>
14522         * window.c (Fminibuffer_selected_window): New function.
14523         (syms_of_window): Defsubr it.
14525 2002-03-01  Kim F. Storm  <storm@cua.dk>
14527         * window.h (struct window): New member phys_cursor_width.
14529         * window.c (make_window, replace_window): Init phys_cursor_width.
14531         * xterm.c (x_display_and_set_cursor): Blink box cursor using
14532         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
14534         * w32term.c (x_display_and_set_cursor): Blink box cursor using
14535         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
14537         * lisp.h (GCPRO6): New macro.
14539         * process.c (Fopen_network_stream): Use GCPRO6.
14541 2002-03-01  Kim F. Storm  <storm@cua.dk>
14543         * process.c (Qconnect, Qfailed): New variables.
14544         (syms_of_process): Intern and staticpro them.
14545         (Fprocess_status): Document connect and failed return values.
14546         [NON_BLOCKING_CONNECT]: New conditional.
14547         (connect_wait_mask, num_pending_connects): New variables.
14548         (status_message): Convert Qfailed status.
14549         (Fopen_network_stream): Added support for non-blocking connect.
14550         New optional args: filter, sentinel, non_blocking.  Doc updated.
14551         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
14552         (deactivate_process): Handle pending non-blocking connect.
14553         (wait_reading_process_input): Poll for status of non-blocking
14554         connects.  Exec sentinel directly when connect succeeds.
14555         (status_notify): Don't read process output if not yet connected.
14557 2002-02-28  Kim F. Storm  <storm@cua.dk>
14559         * window.c: (minibuf_selected_window): Renamed from
14560         Vminibuf_selected_window.  Users changed.
14561         (syms_of_window): Staticpro it.
14563 2002-02-26  Kim F. Storm  <storm@cua.dk>
14565         The following changes add a new Vminibuf_selected_window variable
14566         which is similar to Vminibuf_scroll_window, but which is only set
14567         on entry to the minibuffer (from a non-minibuffer window):
14569         * window.c: (Vminibuf_selected_window): New variable.
14570         (struct save_window_data): New member minibuf_selected_window.
14571         (Fset_window_configuration): Restore Vminibuf_selected_window.
14572         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
14573         Set minibuf_scroll_window member to nil if minibuf_level is 0.
14574         (compare_window_configurations): Compare minibuf_selected_window.
14576         * window.h: (Vminibuf_selected_window): Declare extern.
14578         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
14579         entry to minibuffer or on entry from a non-minibuffer window.
14581         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
14582         Vminibuf_selected_window instead of Vminibuf_scroll_window.
14584         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
14585         instead of Vminibuf_scroll_window when deciding in which window
14586         the region should be highlighted.  Consequently, the region remains
14587         highlighteded even when a completion buffer is also displayed.
14589 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
14591         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
14593         * xselect.c (Qcompound_text_with_extensions): Renamed from
14594         Qcompound_text_no_extensions.
14595         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
14597 2002-02-26  Juanma Barranquero  <lektu@terra.es>
14599         * w32proc.c (syms_of_ntproc): Doc fix.
14601 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14603         * intervals.h: Include "dispextern.h" unconditionally.
14605 2002-02-24  Jason Rumney  <jasonr@gnu.org>
14607         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
14608         and disp-table.elc.
14609         (lisp): Add emacs-lisp/backquote.elc.
14611 2002-02-24  Kim F. Storm  <storm@cua.dk>
14613         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
14614         The validation of the event type was too strict as it didn't
14615         allow string events; buffer names are used in bindings for
14616         menu-bar-select-buffer (see `menu-bar-update-buffers').
14618 2002-02-23  Kim F. Storm  <storm@cua.dk>
14620         The following changes rework my patch of 2002-02-06 which
14621         added command remapping by entering the commands directly into
14622         the keymaps.  Now, command remapping uses an explicit `remap'
14623         prefix in the keymaps, i.e. [remap COMMAND].
14625         * keymap.c (Qremap, remap_command_vector): New variables.
14626         (is_command_symbol): Removed function.
14627         (Fdefine_key): No longer accept a symbol for KEY.
14628         Added validation of [remap COMMAND] argument for KEY.
14629         The DEF is no longer required to be a symbol when remapping a command.
14630         (Fremap_command): New function to remap command through keymaps.
14631         (Flookup_key): Perform command remapping initiated by
14632         Fremap_command directly for speed.
14633         (Fkey_binding): Use Fremap_command for command remapping.
14634         (where_is_internal): Handle new command remapping representation.
14635         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
14636         staticpro them.  Defsubr Fremap_command.
14638         * keymap.h (Fremap_command): Declare extern.
14639         (is_command_symbol): Remove extern.
14641         * keyboard.c (command_loop_1): Use Fremap_command for command
14642         remapping; now try command remapping for all symbols.
14644 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
14646         * coding.h (run_pre_post_conversion_on_str): Add prototype.
14648 2002-02-23  Jason Rumney  <jasonr@gnu.org>
14650         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
14651         on the string before encoding it.
14652         (Fw32_get_clipboard_data): Run post-read-conversion on the string
14653         after decoding it.
14655         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
14657 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14659         * w32term.c (enter_timestamp): Remove unused static variable to
14660         prevent warning.
14662         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
14664 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
14666         * w16select.c (Fw16_get_clipboard_data): Fix last change.
14668         * xselect.c (selection_data_to_lisp_data): Fix last change.
14670 2002-02-22  Jason Rumney  <jasonr@gnu.org>
14672         * w32term.h (struct w32_output): New member menu_command_in_progress.
14674         * w32menu.c (menubar_selection_callback): Free the menu and
14675         clear the menu_command_in_progress flag.
14677         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
14678         (menu_free_timer): New variable.
14679         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
14680         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
14681         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
14682         menu command is in progress.
14683         <WM_COMMAND>: Set the menu_command_in_progress flag.
14684         Kill any menu_free_timer that is running.
14686         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
14687         Call ExtTextOutA rather than ExtTextOut.
14689 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
14691         * puresize.h (BASE_PURESIZE): Increase to 755000.
14693 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
14695         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
14696         on the string before encoding it.
14697         (Fw16_get_clipboard_data): Run post-read-conversion on the string
14698         after decoding it.
14700 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
14702         Support for ICCCM  Extended Segments in X selections:
14704         * xselect.c <Qcompound_text_no_extensions>: New variable.
14705         (syms_of_xselect): Intern and staticpro it.
14706         (selection_data_to_lisp_data): Run post-read-conversion on decoded
14707         selection text.
14708         (lisp_data_to_selection_data): If next-selection-coding-system is
14709         compound-text-no-extensions, set the type of selection to be
14710         compound-text.
14712         * xterm.h (x_encode_text): Update prototype.
14714         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
14715         callers changed.  If SELECTIONP is non-zero, run the
14716         pre-write-conversion function before encoding the selection text.
14718 2002-02-21  Kim F. Storm  <storm@cua.dk>
14720         * frame.c (syms_of_frame): Change mouse-highlight default to t.
14722         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
14723         Correct composing of language-change event.
14725 2002-02-20  Kim F. Storm  <storm@cua.dk>
14727         * keyboard.c (menu_bar_items): Don't include keymap or local-map
14728         bindings at PT when building menu (the menu is not updated often
14729         enough for this to work reliable).
14730         (tool_bar_items): Likewise.
14731         (current_active_maps): Removed unused (and buggy) function.
14733 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14735         * xfns.c (gif_load): Use correct width and height for GIF images.
14737 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
14739         * floatfns.c (Fatan): Accept an optional second arg and call
14740         atan2 if passed 2 args.
14742 2002-02-18  Jason Rumney  <jasonr@gnu.org>
14744         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
14746 2002-02-17  Jason Rumney  <jasonr@gnu.org>
14748         * w32term.c (x_autoselect_window_p): New variable.
14749         (syms_of_w32term): DEFVAR_BOOL and initialize it.
14750         (note_mouse_movement): Use it.
14752         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
14754         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
14756         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
14757         New variables.
14758         (syms_of_w32fns): Intern and staticpro them.
14759         (x_frame_parms) <"fullscreen">: New parameter.
14760         (x_fullscreen_move, x_set_fullscreen): New functions.
14761         (x_set_frame_parameters): Support Qfullscreen.
14762         (x_real_positions): Save x/y_pixels_diff frame params.
14763         (x_figure_window_size): Support full-screen frames.
14764         (Fx_create_frame): Default the fullscreen parameter.
14766         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
14767         (x_fullscreen_adjust): New functions.
14768         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't  resize to
14769         fullscreen.  Call x_check_fullscreen_move, and set the
14770         want_fullscreen member of output_data.w32
14771         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
14773         * w32term.h: New enum for FULLSCREEN_* constants.
14774         (struct w32_output): New members want_fullscreen, x_pixels_diff,
14775         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
14776         (x-fullscreen-adjust): New prototype.
14778 2002-02-17  Kim F. Storm  <storm@cua.dk>
14780         * frame.c: (Vmouse_highlight): New variable.
14781         (syms_of_frame): DEFVAR_LISP it.
14783         * frame.h: (Vmouse_highlight): Declare extern.
14785         * xterm.h (struct x_display_info): Add mouse_face_hidden.
14787         * xterm.c (disable_mouse_highlight): Removed variable.
14788         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14789         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14790         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
14791         and on after keyboard input.
14792         (x_term_init): Initialize mouse_face_hidden.
14794         * msdos.h (struct display_info): Add mouse_face_hidden.
14796         * msdos.c (disable_mouse_highlight): Removed variable.
14797         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14798         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14799         (internal_terminal_init): Initialize mouse_face_hidden.
14800         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
14801         and on after keyboard input.
14803         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
14805         * w32term.c (disable_mouse_highlight): Removed variable.
14806         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
14807         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14808         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
14809         and on after keyboard input.
14810         (w32_initialize_display_info): Initialize mouse_face_hidden.
14812 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
14814         * msdos.c (last_mouse_window): New variable.
14815         (dos_rawgetc): Fix last change--if the mouse is in the same window
14816         as recorded in last_mouse_window, don't select this window.
14818         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
14820         * msdos.c (x_autoselect_window_p): New variable.
14821         (syms_of_msdos): Defvar it.
14822         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
14823         which the last mouse movement occured, unless it is already selected.
14825         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
14826         New variables.
14827         (syms_of_xdisp): DEVFAR them.
14828         (hscroll_window_tree): Use automatic_hscroll_margin and
14829         Vautomatic_hscroll_step to compute the amount of window scrolling.
14831 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14833         * xterm.c (x-autoselect-window): New variable.
14834         (note_mouse_movement): Use it.
14836         * keyboard.c: Do not include "systime.h" twice.
14838 2002-02-15  Andreas Schwab  <schwab@suse.de>
14840         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
14842         * alloc.c (NSTATICS): Increase to 1280.
14844 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14846         * alloc.c (NSTATICS): Bump to 1026.
14848         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
14849         (Vx_super_keysym): New variables.
14850         (syms_of_xterm): DEFVAR_LISP them.
14851         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
14852         variables to determine which keys to use for the various modifiers.
14854 2002-02-13  Kim F. Storm  <storm@cua.dk>
14856         * window.c: (Vmode_line_in_non_selected_windows): Removed.
14857         (mode_line_in_non_selected_windows): New variable.
14858         (syms_of_window): DEFVAR_BOOL it.
14860         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
14861         Use mode_line_in_non_selected_windows.
14862         (mode_line_in_non_selected_windows): Declare extern.
14863         (Vmode_line_in_non_selected_windows): Removed extern.
14865 2002-02-13  Richard M. Stallman  <rms@gnu.org>
14867         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
14868         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
14869         (Fclear_this_command_keys): Doc fixes.
14871         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
14872         (update_face_from_frame_parameter): Increment face_change_count
14873         and windows_or_buffers_changed to force redisplay using changed faces.
14875         * xdisp.c (QCpropertize): New variable.
14876         (mode_line_proptrans_alist): New variable.
14877         (display_mode_element): New arg PROPS; all calls changed.
14878         Implement this, for strings.
14879         Handle literal output of strings by sharing the
14880         main-line code for strings, using local var `literal'.
14881         Handle :propertize feature.
14882         (syms_of_xdisp): Initialze and staticpro QCpropertize and
14883         mode_line_proptrans_alist.
14885 2002-02-11  Kim F. Storm  <storm@cua.dk>
14887         * window.c: (Vmode_line_in_non_selected_windows): New variable.
14888         (syms_of_window): DEFVAR_LISP it.
14890         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
14891         (CURRENT_MODE_LINE_FACE_ID): Use it.
14892         (Vmode_line_in_non_selected_windows): Declare extern.
14894         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
14895         to get mode line face.
14897 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
14899         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
14900         variables; cus-start.el doesn't need them anymore.
14902 2002-02-09  Kim F. Storm  <storm@cua.dk>
14904         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
14905         reduction.  This fixes a display problem where stray newlines were
14906         inserted in the window (corrected by C-l).  Clarified code (IMHO).
14908 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
14910         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
14912         * xdisp.c (display_mode_lines): Fix last change.
14914 2002-02-09  Jason Rumney  <jasonr@gnu.org>
14916         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
14917         match each other.
14918         (w32_load_system_font): Prevent Cleartype fonts from loading.
14919         (Fx_show_tip): Ensure tip frames are above other topmost windows.
14921 2002-02-09  Kim F. Storm  <storm@cua.dk>
14923         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
14924         (CURRENT_MODE_LINE_HEIGHT): Use it.
14925         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
14927         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
14928         (pos_visible_p, handle_face_prop): Likewise.
14929         (display_mode_lines): Likewise, but for the real selected window.
14930         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
14932         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
14933         in non-selected windows.
14934         (realize_basic_faces): Realize it.
14935         (syms_of_term): Intern and staticpro it.
14937 2002-02-08  Kim F. Storm  <storm@cua.dk>
14939         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
14940         Changed mail addresses to emacs-devel@gnu.org.
14942 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
14944         * fileio.c (Fsubstitute_in_file_name): If the file name includes
14945         ~user, and there's no such user, don't discard everything before ~user.
14947         * floatfns.c (Fround): Doc fix.
14949 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14951         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
14953 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
14955         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
14957 2002-02-07  Kim F. Storm  <storm@cua.dk>
14959         * keymap.c (where_is_internal): Only check whether definition is
14960         remapped if it fulfills is_command_symbol.
14962 2002-02-07  Andreas Schwab  <schwab@suse.de>
14964         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
14966         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
14968 2002-02-06  Kim F. Storm  <storm@cua.dk>
14970         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
14971         defining command remapping.  Doc updated.
14972         (Flookup_key): Remap command through keymap if KEY is a symbol.
14973         (is_command_symbol): New function.
14974         (Fkey_binding): Use it.  New optional argument NO-REMAP.
14975         Doc updated.  Callers changed.  Perform command remapping via
14976         recursive call unless that arg is non-nil.
14977         (where_is_internal): New argument no_remap.  Callers changed.
14978         Call recursively to find original key bindings for a remapped
14979         comand unless that arg is non-nil.
14980         (Fwhere_is_internal): New optional argument NO-REMAP.
14981         Doc updated.  Callers changed.  Pass arg to where_is_internal.
14983         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
14984         (is_command_symbol): Added prototype.
14986         * keyboard.c (Vthis_original_command): New variable.
14987         (syms_of_keyboard): DEFVAR_LISP it.
14988         (command_loop_1): Set it, and perform command remapping.
14990 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14992         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
14994 2002-02-06  Jason Rumney  <jasonr@gnu.org>
14996         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
14998 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
15000         * charset.c (get_charset_id): Use if-else instead of ?:.
15002 2002-02-06  Richard M. Stallman  <rms@gnu.org>
15004         * filelock.c (S_ISLNK): Define if not defined.
15006 2002-02-03  Richard M. Stallman  <rms@gnu.org>
15008         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
15010         * lread.c (read1): Redesign strategy for force_multibyte and
15011         force_singlebyte.  Now is_multibyte records whether read_buffer
15012         is multibyte.  Encountering any multibyte character makes it so.
15014 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
15016         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
15017         with the same sequence, map that sequence to f10 rather than f0.
15019 2002-02-03  Andreas Schwab  <schwab@suse.de>
15021         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
15022         latter never being defined on GNU/Linux.
15024 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15026         * xfaces.c (realize_default_face): Don't set the weight and slant of
15027         the default face to Qnormal, unless these attributes are unspecified.
15029 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15031         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
15032         Call cancel_hourglass unconditionally.
15034         * eval.c (Fsignal): Remove duplicated declaration of
15035         the variable `display_hourglass_p'.
15037 2002-01-31  Richard M. Stallman  <rms@gnu.org>
15039         * editfns.c (region_limit): Nicer error message.
15041         * coding.c (decode_composition_emacs_mule):
15042         Give up if NCOMPONENT gets too large to index `component'.
15044         * callint.c (check_mark): New arg to specify clearer error message.
15045         Callers changed.
15047 2002-01-27  Richard M. Stallman  <rms@gnu.org>
15049         * minibuf.c (Fcompleting_read): Doc fix.
15051 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15053         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
15054         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
15055         Fix doc-strings.
15057 2002-01-26  Richard M. Stallman  <rms@gnu.org>
15059         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
15061         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
15062         and scroll_up_aggressively.
15064 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15066         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
15068 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
15070         * textprop.c (Fnext_property_change, Fnext_single_property_change)
15071         (Fprevious_property_change, Fprevious_single_property_change):
15072         Stay within the narrowed-buffer boundaries.
15074 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
15076         * term.c (Ftty_display_color_cells): New function.
15077         (syms_of_term): Defsubr it.
15078         (Ftty_display_color_cells, Ftty_display_color_p): Change the
15079         argument name to DISPLAY.  Doc fix.
15081         * dispextern.h: Add prototype for set_tty_color_mode and
15082         tty_setup_colors.
15084 2002-01-24  Jason Rumney  <jasonr@gnu.org>
15086         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
15087         If region left to draw is not what was expected, mark the frame as
15088         garbaged.
15090         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
15091         Combine the regions returned by BeginPaint and GetUpdateRect.
15093 2002-01-23  Jason Rumney  <jasonr@gnu.org>
15095         * w32term.c (x_update_window_begin): Only hide caret if
15096         w32_use_visible_system_caret is set.
15097         (x_update_window_end): Only show caret if
15098         w32_use_visible_system_caret is set.
15099         (syms_of_w32term): Handle SystemParametersInfo call failing.
15101         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
15103 2002-01-22  Richard M. Stallman  <rms@gnu.org>
15105         * unexelf.c (unexec): Define n so as to cause compilation error
15106         for the code where people have often written n instead of nn.
15108         * .gdbinit (hookpost-run): Defined.
15110 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15112         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
15114 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15116         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
15117         if fullscreen is being set.
15119 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15121         * minibuf.c (Fminibuffer_contents)
15122         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
15123         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
15125 2002-01-21  Richard M. Stallman  <rms@gnu.org>
15127         * window.c (check_frame_size): Fix minimum height calculation.
15129 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
15131         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
15132         height before comparison.
15133         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
15135 2002-01-20  Jason Rumney  <jasonr@gnu.org>
15137         * w32term.c (w32_system_caret_width): Remove.
15138         (w32_use_visible_system_caret): New user flag.
15139         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
15140         Windows reports a screen reader running.
15141         (x_update_window_begin): Hide the system caret.
15142         (x_update_window_end): Show the system caret.
15143         (x_display_and_set_cursor): Don't draw a cursor when
15144         w32_use_visible_system_caret is set.  Do not adjust width.
15146         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
15147         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
15148         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
15149         the user requests it.  Use system default width when creating.
15150         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
15152         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
15153         New window messages.
15155 2002-01-20  Richard M. Stallman  <rms@gnu.org>
15157         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
15159 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15161         * doprnt.c (doprnt1): Fix typos in error call.
15163 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
15165         * unexelf.c (unexec) [__sgi]: Support the .got sections.
15167 2002-01-20  Jason Rumney  <jasonr@gnu.org>
15169         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
15170         that Windows returns.  If a double check fails, try to guess how
15171         ExtTextOut is going to act.
15173         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
15174         in place of stricmp.
15175         (w32_list_synthesized_fonts): Removed.
15176         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
15177         (struct enumfont_t): New element; list.
15178         (enum_font_cb2): List all style and charset variations of a font.
15179         (Fw32_select_font): New optional argument; include_proportional.
15180         Exclude vertical fonts.  Exclude proportional fonts unless
15181         include_proportional is non-nil.
15182         (w32_enable_synthesized_fonts): Change to a boolean.
15183         (Fw32_send_sys_command): Doc fix.
15185 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15187         * dispnew.c (update_frame): Move the variable `tem' to the block
15188         where it is used.
15190 2002-01-19  Jason Rumney  <jasonr@gnu.org>
15192         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
15193         call to face-set-after-frame-default.
15195 2002-01-18  Richard M. Stallman  <rms@gnu.org>
15197         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
15198         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
15200 2002-01-17  Richard M. Stallman  <rms@gnu.org>
15202         * window.c (enlarge_window): When exceeding size of parent,
15203         directly delete all the siblings instead of trying to resize it.
15205 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15207         * term.c (set_tty_color_mode): Remove unused variable `tem'.
15209 2002-01-16  Henrik Enberg  <henrik@enberg.org>
15211         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
15213 2002-01-16  Kim F. Storm  <storm@cua.dk>
15215         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
15216         is invisible.  This can happen if cursor is on top line of a
15217         window, and we switch to a buffer with a header line.
15219         * w32term.c (x_erase_phys_cursor): Ditto.
15221 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15223         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
15224         `dont_resize' only when used.
15226         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
15228 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
15230         * xdisp.c (display_mode_element): When computing charpos, depend
15231         on multibyteness of elt, not the text in field.
15233 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15235         * buffer.c (Fkill_all_local_variables):
15236         Increment `update_mode_lines' only once.
15238 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15240         * lisp.h (adjust_after_replace_noundo)
15241         (Fupdate_coding_systems_internal): Add prototypes.
15243         * sound.c (Fplay_sound): Initialize header_size also for :data case.
15245 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
15247         Support for the --color command-line argument and tty-color-mode
15248         frame parameter:
15250         * term.c (tty_default_color_capabilities, tty_setup_colors)
15251         (set_tty_color_mode): New functions.
15252         (term_init): Call tty_default_color_capabilities.
15253         (Qtty_color_mode_alist): New variable.
15254         (syms_of_term): Intern and staticpro it.
15256         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
15257         frames.
15258         (do_switch_frame): For termcap frames, switch the tty
15259         color mode as specified by the frame's parameters.
15260         (Qtty_color_mode): New variable.
15261         (syms_of_frame): Intern and staticpro it.
15263         * emacs.c (USAGE2): Add the --color option.
15264         (standard_args): Ditto.
15266 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15268         * xterm.h (struct x_output): New members want_fullscreen,
15269         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
15270         y_pixels_outer_diff.
15271         New enum for FULLSCREEN_* constants.
15272         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
15273         is NULL.
15274         (x_fullscreen_adjust): Add prototype.
15276         * emacs.c (USAGE2): Add the new full-screen arguments.
15277         (standard_args): Ditto.
15279         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
15280         New variables.
15281         (syms_of_xfns): Intern and staticpro them.
15282         (x_frame_parms) <"fullscreen">: New parameter.
15283         (x_fullscreen_move, x_set_fullscreen): New functions.
15284         (x_set_frame_parameters): Support for Qfullscreen.
15285         (x_real_positions): More accurate computation of the frame position.
15286         (x_figure_window_size): Support full-screen frames.
15287         (Fx_create_frame): Default the fullscreen parameter.
15289         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
15290         (XTread_socket) <Expose>: Call x_check_fullscreen.
15291         <ConfigureNotify>: Don't resize to fullscreen.
15292         Call x_check_fullscreen_move, and set the want_fullscreen member of
15293         output_data.x.
15295 2002-01-13  Jason Rumney  <jasonr@gnu.org>
15297         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
15298         for mice with more than 3 buttons.
15300         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
15301         (w32_read_socket): Handle new "XBUTTON" messages.
15303         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
15304         (syms_of_w32fns): DEFVAR_BOOL it.
15305         (w32_wnd_proc): Handle new "XBUTTON" messages.
15307 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15309         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
15311 2002-01-13  Andreas Schwab  <schwab@suse.de>
15313         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
15315 2002-01-12  Andreas Schwab  <schwab@suse.de>
15317         * .gdbinit (xbuffer): Remove address operator since data is now a
15318         pointer.
15320 2002-01-11  Richard M. Stallman  <rms@gnu.org>
15322         * insdel.c (adjust_after_replace_noundo): New function.
15324         * coding.c (code_convert_region): Don't copy old text if undo disabled.
15326 2002-01-09  Jason Rumney  <jasonr@gnu.org>
15328         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
15329         when checking for multiple frames.
15331 2002-01-08  Richard M. Stallman  <rms@gnu.org>
15333         * window.c (delete_window): Rewrite the code for changing the
15334         selected window to handle the case where WINDOW is not a leaf.
15336 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
15338         * process.c (send_process): Set src_multibyte to 1 after the call
15339         top setup_coding_system, not before the call.
15341 2002-01-07  Jason Rumney  <jasonr@gnu.org>
15343         * xmenu.c (set_frame_menubar, xmenu_show):
15344         (xdialog_show): Initialize wv->help to Qnil.
15346         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
15347         (w32_dialog_show): Initialize wv->help to Qnil.
15349 2002-01-06  Jason Rumney  <jasonr@gnu.org>
15351         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
15353         * w32menu.c (w32_menu_display_help): Revert last change.
15355         * xmenu.c (menu_highlight_callback): Revert last change.
15357 2002-01-06  Andreas Schwab  <schwab@suse.de>
15359         * insdel.c (make_gap_larger): Make sure buffer size does not
15360         overflow range of int.
15362 2002-01-05  Jason Rumney  <jasonr@gnu.org>
15364         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15365         OVERLAPS_P.
15367         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
15369         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
15370         to the left or to the right of the pointer, put it against
15371         the left screen edge.
15372         (x_frame_parms): Add missing braces around initializer.
15374         * w32term.c (x_setup_relief_colors): Don't compute an image's
15375         background color if it doesn't have a Pixmap.
15376         (notice_overwritten_cursor): Don't depend on
15377         output_cursor and updated_area.  Compare pixel coordinates with
15378         window's cursor pixel coordinates.
15379         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15380         Call notice_overwritten_cursor with new arg list.
15381         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15382         unconditionally.
15383         (x_draw_image_relief): Use predefined macro instead of
15384         constant when the value of `tool_bar_button_relief' is negative.
15386         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
15388 2002-01-04  Richard M. Stallman  <rms@gnu.org>
15390         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
15392 2002-01-03  Richard M. Stallman  <rms@gnu.org>
15394         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
15395         (Fkey_binding): Try the `keymap' property map first.
15396         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
15397         minor mode bindings.
15399 2002-01-03  Kim F. Storm  <storm@cua.dk>
15401         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
15403 2002-01-02  Richard M. Stallman  <rms@gnu.org>
15405         * keyboard.c (read_key_sequence): Handle the keymap property
15406         before minor mode maps.
15408         * editfns.c (Fformat): Update thissize from field_width
15409         based on the actual width, in the string case.
15411 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15413         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
15414         when used as truth value to prevent gcc warnings.
15416         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
15417         * w32proc.c: Include <config.h>.
15419 2002-01-01  Andreas Schwab  <schwab@suse.de>
15421         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
15422         not EMACS_INT, to make them compatible with DEFVAR_INT.
15423         * lisp.h (max_specpdl_size): Adjust declaration.
15425 2002-01-01  Richard M. Stallman  <rms@gnu.org>
15427         * print.c (print_object): Test print_escape_nonascii only for
15428         unibyte strings.
15429         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
15430         when outputting to a multibyte buffer.
15432 2001-12-29  Richard M. Stallman  <rms@gnu.org>
15434         * print.c (print_object): In multibyte string, use hex escapes.
15435         Use octal only for unibyte strings.
15436         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
15438         * lread.c (read_escape): New arg BYTEREP for reporting whether
15439         escape forces unibyte or multibyte.
15440         (read1): When reading a string, take note of that info.
15442 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
15444         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
15445         comparison to test lisp value returned by Fget.
15447 2001-12-29  Richard M. Stallman  <rms@gnu.org>
15449         * lisp.h (max_specpdl_size): Add declaration.
15451         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
15453         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
15454         Handle modifier bits.  Correct typo in error message.
15456 2001-12-28  Richard M. Stallman  <rms@gnu.org>
15458         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
15459         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
15460         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
15461         Update calls to Fdefine_abbrev.
15462         (write_abbrev): Update for changed data format.
15463         Don't list "system" abbrevs.
15464         (Fexpand_abbrev): Update use count with new data format.
15465         (describe_abbrev): Update for changed data format.
15466         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
15468         * config.in (HAVE_MBSINIT): Add #undef.
15470         * strftime.c (mbsinit): Define as no-op if not available.
15472         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
15473         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
15475         * keymap.c (Flookup_key): Error message if key has wrong data type.
15476         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
15477         (exclude_key): New variable.
15479 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
15481         * xterm.c (x_setup_relief_colors): Don't compute an image's
15482         background color if it doesn't have a Pixmap.
15484         * xterm.c (notice_overwritten_cursor): Don't depend on
15485         output_cursor and updated_area.  Compare pixel coordinates with
15486         window's cursor pixel coordinates.
15487         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15488         Call notice_overwritten_cursor with new arg list.
15489         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15490         unconditionally.
15492         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
15493         height of the cursor line to the amount to scroll.
15495 2001-12-27  Richard M. Stallman  <rms@gnu.org>
15497         * intervals.c (set_point_both): The position after an invisible,
15498         intangible character is not an acceptable stopping point.
15500 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
15502         * window.c (enlarge_window): In new preserve_before code, convert
15503         CURBEG from lisp object to integer before doing arithmetic.
15505 2001-12-27  Richard M. Stallman  <rms@gnu.org>
15507         * bytecode.c (Fbyte_code): Undo previous change.
15509 2001-12-26  Kim F. Storm  <storm@cua.dk>
15511         * keyboard.c (record_char): Ignore duplicate help-echo events only
15512         separated by mouse-movement.  When tracking mouse, only record
15513         first and last mouse-movement event in same window.
15514         Don't record mouse-movement events in keyboard macros.
15516 2001-12-25  Richard M. Stallman  <rms@gnu.org>
15518         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
15519         (Fenlarge_window): New arg PRESERVE_BEFORE.
15521         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
15522         instead of Fstring_as_unibyte.
15524 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15526         The following changes remove mocklisp support:
15528         * mocklisp.h, mocklisp.c: Files removed.
15530         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
15531         `Qmocklisp' and `Qmocklisp_arguments'.
15532         Remove prototype of syms_of_mocklisp.
15534         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
15536         * callint.c: Do not include mocklisp.h.
15537         (Fcall_interactively): Do not test for mocklisp case.
15539         * eval.c: Remove variables `Qmocklisp_arguments',
15540         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
15541         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
15542         Do not test for mocklisp case.
15543         (Fwhile): Remove unused variable `tem'.
15544         (syms_of_eval): Remove variable `moclisp-arguments'.
15546         * data.c (wrong_type_argument): Remove mocklisp case.
15548         * doc.c (Fdocumentation): Remove mocklisp case.
15550         * emacs.c (main): Do not call syms_of_mocklisp.
15552 2001-12-21  Richard M. Stallman  <rms@gnu.org>
15554         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
15555         to the left or to the right of the pointer, put it against
15556         the left screen edge.
15558 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
15560         * Makefile.in (distclean): Remove .gdbinit if we are building
15561         outside the source tree.
15563 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
15565         * w32.c (emacs_root_dir): New function.
15567         * msdos.c (emacs_root_dir): New function.
15569         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
15570         of the current drive as the fallback for default_directory.
15572         * dired.c (file_name_completion): Run the elements of
15573         completion-ignored-extensions through ENCODE_FILE.
15575         * lisp.h (scmp): Remove prototype, since it's now a static
15576         function private to dired.c.
15578 2001-12-18  Richard M. Stallman  <rms@gnu.org>
15580         * dired.c (scmp): Function moved from minibuf.c.
15581         Delete multibyte handling--used only on encoded strings.
15583         * minibuf.c (scmp): Function moved to dired.c.
15585         * fns.c (merge): Add QUIT call.
15587 2001-12-18  Dave Love  <fx@gnu.org>
15589         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
15590         language/georgian.el.
15592 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
15594         * Makefile.in (lisp, shortlisp): Synchronize with changes to
15595         lisp/Makefile.in:DONTCOMPILE.
15597 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15599         * xdisp.c (window_box_height): Do not return negative values.
15600         From Gerd Moellmann <gerd@gnu.org>.
15602         * keyboard.c (head_table): Add missing braces around initializer.
15604         * term.c (keys): Likewise.
15606         * xfns.c (x_frame_parms, visual_classes): Likewise.
15608 2001-12-17  Sam Steingold  <sds@gnu.org>
15610         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
15611         patch (COMPOSING_P, not COMPOSING).
15613 2001-12-17  Richard M. Stallman  <rms@gnu.org>
15615         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
15617         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
15618         before calling decode_coding.
15620         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
15622         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
15623         instead of only for COMPOSITION_DISABLED.
15625 2001-12-16  Richard M. Stallman  <rms@gnu.org>
15627         * alloc.c (pure_alloc): After overflow, allocate just a small block.
15629         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
15631         * buffer.h (struct buffer): New field `display_error_modiff'.
15632         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
15634         * window.c (Frecenter): Clear display_error_modiff field.
15636         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
15637         Call redisplay_window, but not if display_error_modiff field says no.
15638         (redisplay_window_error): New function.
15639         (displayed_buffer): New variable.
15640         (redisplay_internal, redisplay_windows): Call the new functions
15641         instead of redisplay_window directly.
15643 2001-12-15  Richard M. Stallman  <rms@gnu.org>
15645         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
15647 2001-12-14  Andrew Innes  <andrewi@gnu.org>
15649         * makefile.w32-in (EMACSLOADPATH): Define.
15650         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
15651         (bootstrap-temacs): Remove dependency on bootstrap-clean.
15653 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
15655         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
15656         parameter have a numeric value all the time.
15658         * w32fns.c (x_report_frame_params): Likewise.
15660 2001-12-12  Richard M. Stallman  <rms@gnu.org>
15662         * fileio.c (Fwrite_region): Doc fix.
15664         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
15665         (redisplay_internal): Call clear_image_cache only for window terminals.
15667 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
15669         * xdisp.c (move_it_vertically_backward): Change heuristic
15670         for the case that we didn't move far enough initially.
15672         * window.c (Frecenter): Simplify computation in the case of window
15673         system frames and ARG < 0; use window_box_height.
15675 2001-12-11  Richard M. Stallman  <rms@gnu.org>
15677         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
15678         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
15680 2001-12-11  Andrew Innes  <andrewi@gnu.org>
15682         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
15683         arg is negative.
15685 2001-12-11  Richard M. Stallman  <rms@gnu.org>
15687         * m/hp800.h: Split the __hpux conditional into the parts
15688         that are right for GNU/Linux too and the parts that are not.
15689         Use the former if GNU_LINUX.
15690         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
15692         * s/gnu-linux.h (GNU_LINUX): Defined.
15694 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15696         * macros.c, msdos.c, w16select.c: Change doc-string comments to
15697         `new style' [w/`doc:' keyword].
15699 2001-12-10  Jason Rumney  <jasonr@gnu.org>
15701         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
15702         before using.
15704 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15706         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
15707         keyword].
15709 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
15711         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
15713         * s/hpux10.h (srand48): Don't undefine.
15715 2001-12-09  Jason Rumney  <jasonr@gnu.org>
15717         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
15718         Add comment to explain where the struct came from.
15719         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
15720         (add_menu_item): Process pop-up menus first to avoid memory leak.
15721         (add_menu_item, w32_menu_display_help): Use `help' field as
15722         Lisp_Object.
15723         (w32_free_submenu_strings): Only free owner-drawn strings.
15725 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15727         * COPYING: Moved back.
15729         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
15730         Add parentheses around && within ||.
15732         * indent.c (compute_motion): Likewise.
15734         * intervals.c (merge_properties_sticky): Likewise.
15736         * coding.c (setup_coding_system, shrink_encoding_region)
15737         (Fdecode_sjis_char): Likewise.
15739 2001-12-07  Andreas Schwab  <schwab@suse.de>
15741         * xdisp.c (display_mode_element): Don't read past end of string if
15742         it ends with '%'.
15744         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
15745         can hold.
15747         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
15748         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
15749         type changed to Lisp_Object.
15750         (syms_of_data): DEFVAR_LISP them.
15752 2001-12-07  Richard M. Stallman  <rms@gnu.org>
15754         * callproc.c (init_callproc): Set Vdata_directory based on the source
15755         location whenever Emacs was run uninstalled.
15757 2001-12-06  Paul Eggert  <eggert@twinsun.com>
15759         * config.in (HAVE_WORKING_VFORK): New #undefs.
15760         * process.c (create_process):
15761         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
15762         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
15763         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
15764         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
15765         * m/intel386.h (HAVE_VFORK): Likewise.
15766         * m/mips-siemens.h (HAVE_VFORK): Likewise.
15767         * m/mips.h (HAVE_VFORK): Likewise.
15768         * s/freebsd.h (vfork): Remove #define.
15769         * s/lynxos.h (HAVE_VFORK): Remove #undef.
15770         * s/usg5-4-2.h: Fix comment about vfork.
15772 2001-12-06  Richard M. Stallman  <rms@gnu.org>
15774         * s/hpux10.h (random): Add undef.
15775         (HAVE_RANDOM): Define it just once.
15777 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
15779         * eval.c: Undo last change: the standard syntax is not wanted.
15781 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
15783         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
15784         scroll bars of the frame before deleting the frame itself.  If the
15785         frame has a widget, delete the frame with XtDestroyWidget, and do
15786         not call XDestroyWindow before that.
15788 2001-12-06  Kim F. Storm  <storm@cua.dk>
15790         * xfns.c (x_report_frame_params): Return actual fringe widths.
15792         * w32fns.c (x_report_frame_params): Return actual fringe widths.
15794 2001-12-05  Andrew Innes  <andrewi@gnu.org>
15796         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
15797         excessively large.
15799         * insdel.c (make_gap_larger): New function.
15800         (make_gap_smaller): New function.
15801         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
15802         Call make_gap_smaller if arg is negative.
15804 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
15806         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
15807         Pass a dummy argument when calling interrupt_signal.
15808         (parse_menu_item): Mark disabled items before checking for empty def.
15809         (read_char_minibuf_menu_prompt): Make safety more visible.
15810         (read_key_sequence): Add a `first_unbound' variable.
15811         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
15812         unbound prefix as soon as we can detect it.
15814         * doc.c (Fsnarf_documentation): Add prototype.
15815         (get_doc_string): Handle negative arguments.
15816         (Fdocumentation): Use AREF and ASIZE.
15817         Move the calls to get_doc_string to a single place.
15818         Don't confuse an interactive-spec for a docstring reference.
15819         (Fdocumentation_property): Take advantage of the fact that
15820         get_doc_string now ignores the sign of the docstring position.
15822         * eval.c: Use standard syntax for usage in docstrings.
15824 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15826         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
15828 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15830         * xterm.c (x_draw_image_relief): Use predefined macro instead of
15831         constant when the value of `tool_bar_button_relief' is negative.
15833 2001-12-02  Richard M. Stallman  <rms@gnu.org>
15835         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
15836         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
15838         * fileio.c (read_non_regular): Delete Fsignal call.
15840 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
15842         * lisp.h (run_hook_list_with_args): Undo last change.
15844 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
15846         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
15848 2001-12-01  Jason Rumney  <jasonr@gnu.org>
15850         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
15852         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
15853         [!WM_MOUSELEAVE]: Define.
15855         * w32menu.c (current_popup_menu, get_menu_item_info):
15856         (set_menu_item_info): New vars.
15857         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
15858         (w32_menu_show): Set current_popup_menu.
15859         (add_menu_item): Allocate new strings for owner-drawn menu items
15860         and help strings.
15861         Use owner-draw for disabled menu items again.
15862         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
15863         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
15865         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
15866         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
15867         <WM_EXITMENULOOP>: Free menu strings.
15868         <WM_MOUSELEAVE>: Stop tracking mouse.
15869         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
15871         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
15872         and mouse face.
15874 2001-12-01  Kim F. Storm  <storm@cua.dk>
15876         The following changes add left-fringe and right-fringe
15877         frame parameters to adjust fringe widths, or remove one or
15878         both fringes.
15880         * frame.h (struct frame): Remove trunc_area_pixel_width and
15881         trunc_area_cols fields.
15882         (Qleft_fringe, Qright_fringe): Declare.
15883         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
15885         * frame.c (Qleft_fringe, Qright_fringe): New vars.
15886         (syms_of_frame): Initialize them.
15888         * window.c (coordinates_in_window): Handle separate left and right
15889         fringe widths.
15891         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
15892         and fringe_cols fields.
15893         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
15894         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
15895         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
15896         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
15897         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
15898         (x_compute_fringe_widths): Add prototype.
15900         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
15901         fill fringe evenly with small dashes.
15902         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
15903         clip the new ZV bitmap to avoid jitter between rows.
15904         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
15905         background.  Don't draw fringe bitmaps if fringe width is zero.
15906         (x_compute_fringe_widths): New function.
15907         (x_new_font, x_set_window_size_1): Use it.
15909         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
15910         (x_set_frame_parameters): Process `font' parameter before other
15911         parameters as fringe widths depend on it.
15912         (x_set_fringe_width): New function.
15913         (x_figure_window_size): Use x_compute_fringe_widths.
15914         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
15915         parameters.
15917         * widget.c (set_frame_size): Use x_compute_fringe_widths.
15918         (EmacsFrameSetCharSize): Ditto.
15920         * w32term.h: Merged changes from xterm.h.
15921         * w32term.c: Merged changes from xterm.c.
15922         * w32fns.c: Merged changes from xfns.c.
15924 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15926         * COPYING: Removed.
15928 2001-11-29  Dave Love  <fx@gnu.org>
15930         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
15931         extra extra slot.
15932         (detect_coding_mask): Fix call of detect_coding_iso2022.
15934 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15936         * fileio.c (file-name-coding-system)
15937         (default-file-name-coding-system): Doc fix (links to referenced
15938         variables added).
15940 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
15942         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
15943         Add dummy uses of gcproN variables.
15945         * category.c (describe_category, describe_category_1)
15946         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
15947         (syms_of_category): Don't defsubr Sdescribe_categories.
15949 2001-11-28  Richard M. Stallman  <rms@gnu.org>
15951         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
15953         * Makefile.in (lispdir): New variable, referring to build dir.
15954         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
15956 2001-11-28  Andrew Innes  <andrewi@gnu.org>
15958         * w32menu.c (w32_menu_display_help): Actually add the new argument
15959         OWNER.
15961 2001-11-28  Jason Rumney  <jasonr@gnu.org>
15963         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
15964         menu items.  From David Ponce <dponce@wanadoo.fr>.
15965         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
15966         conditionally.
15967         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
15968         help event in the owner frame's keyboard buffer.
15970         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
15971         (Fx_show_tip): Don't subtract last width from row width.
15973         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
15974         (w32_read_socket): Use EQ to compare frames.
15976 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
15978         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15979         OVERLAPS_P.
15981 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15983         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
15984         `gcpro3' and `gcpro4'.
15986         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
15988 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
15990         * ccl.c: Use AREF and ASIZE.
15992 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
15994         * lisp.h (run_hook_list_with_args): Remove.
15995         (LIST_END_P): Fix call to wrong_type_argument.
15996         (make_fixnum_or_float): Use EMACS_INT rather than int.
15998 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
16000         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
16001         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
16003         * eval.c: Use AREF and ASIZE.
16004         (Ffetch_bytecode): Add the file name to the error message.
16006         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
16007         which match the end of the file-name.
16008         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
16009         is not a valid env var, but leave it as is instead.
16011         * keymap.c (access_keymap): Handle t bindings like nil bindings.
16012         Make nil bindings in char-tables transparent.
16013         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
16015 2001-11-26  Richard M. Stallman  <rms@gnu.org>
16017         * textprop.c (set_text_properties_1): Allow START, END in either order.
16018         Do nothing if range is empty.
16020         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
16022         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
16023         (clean): Not here.
16025 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
16027         * textprop.c (set_text_properties_1): Clearly mark that the
16028         interval should not be empty.
16030         * intervals.c (graft_intervals_into_buffer):
16031         Don't call set_text_properties_1 on an empty interval.
16033 2001-11-25  Richard M. Stallman  <rms@gnu.org>
16035         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
16037         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
16038         don't lose the data in it.
16040 2001-11-25  Juanma Barranquero  <lektu@terra.es>
16042         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
16044         * buffer.c (Fkill_buffer): Likewise.
16046         * print.c (temp_output_buffer_setup): Likewise.
16048 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
16050         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
16052 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
16054         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
16055         Niemitalo <kon@iki.fi>.
16057 2001-11-25  Jason Rumney  <jasonr@gnu.org>
16059         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
16061         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
16062         (Fx_show_tip): Block input during frame creation.
16063         (Fx_show_tip, Fx_hide_tip): Enable.
16065 2001-11-24  Richard M. Stallman  <rms@gnu.org>
16067         * lread.c (Fload): Detect recursive load error for more than 3
16068         nestings of the same file.
16069         (Vrecursive_load_depth_limit): Variable deleted.
16070         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
16072 2001-11-24  Jason Rumney  <jasonr@gnu.org>
16074         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
16075         mouse position if either left or top is not specified.
16077         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
16078         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
16079         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
16080         (my_create_tip_window): Assign tip_window.
16081         (x_create_tip_frame): Use same defaults as X.
16082         (compute_tip_xy): Remove unused variable.  Use full screen width.
16083         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
16085         * w32term.c (x_after_update_window_line): Doc fix.
16086         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
16087         frames.
16088         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
16090         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
16091         for all Windowed systems.
16093 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
16095         * msdos.c (IT_clear_screen): If the frame's faces are not yet
16096         realized, use the initial screen colors to clear the screen.
16098 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16100         * textprop.c (Fset_text_properties): Remove unused variables
16101         `unchanged', `prev_changed', `s' and `len'.
16103         * search.c (Freplace_match): Remove unused variable `inslen'.
16105         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
16107 2001-11-22  Jason Rumney  <jasonr@gnu.org>
16109         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
16110         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
16111         (my_create_tip_window): New function.
16112         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
16113         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
16115 2001-11-20  Jason Rumney  <jasonr@gnu.org>
16117         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
16118         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
16120         * w32fns.c (Vw32_system_coding_system): Remove.
16121         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
16123 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
16125         * fileio.c (Fwrite_region): Move choose_write_coding_system to
16126         after build_annotations.
16128         * syntax.c (describe_syntax): Add dummy arg.
16129         (describe_syntax_1): Update call to describe_vector.
16131         * category.c (describe_category): Add dummy arg.
16132         (describe_category_1): Update call to describe_vector.
16134         * keymap.c (Fdescribe_vector): Add `describer' parameter.
16135         (describe_command, describe_translation): Add dummy second param.
16136         (describe_map): Call elt_describer with two arguments.
16137         (describe_vector_princ): Add `fun' parameter.
16138         Call it instead of the hardcoded `princ'.
16139         (describe_vector): Add arg `args'.
16140         Pass it as a new second argument to elt_describer.
16142         * keymap.h (describe_vector): Update prototype.
16144         * frame.c: Don't include keymap.h any more.
16145         (keys_of_frame): Remove.
16147         * lisp.h (keys_of_frame): Remove declaration.
16149         * emacs.c (main): Don't call `keys_of_frame' any more.
16151 2001-11-14  Andreas Schwab  <schwab@suse.de>
16153         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
16154         if defined, 0 otherwise.
16155         (MAP_FAILED): Define if not defined and use it to test mmap failure.
16156         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
16158 2001-11-19  Richard M. Stallman  <rms@gnu.org>
16160         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
16162 2001-11-18  Jason Rumney  <jasonr@gnu.org>
16164         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
16165         (x_draw_bar_cursor): If the background color of the glyph under
16166         the cursor equals the frame's cursor color, use the glyph's
16167         foreground color for drawing the bar cursor.
16168         (x_after_update_window_line): Clear internal border in different
16169         circumstances.
16170         (w32_set_vertical_scroll_bar): Check for width and height > 0.
16171         (w32_draw_relief_rect): Correct relief by 1 pixel.
16172         (x_set_glyph_string_background_width):
16173         Set extends_to_end_of_line_p if the row's fill_line_p is set and
16174         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
16175         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
16176         if cursor_in_non_selected_windows is false.
16177         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
16178         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
16179         Notice if cursor gets overwritten.
16180         (notice_overwritten_cursor): Renamed from
16181         note_overwritten_text_cursor.  Rewritten to take glyph widths
16182         into account, and to take X positions as parameters.
16183         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
16184         around call to x_draw_glyphs.
16185         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
16186         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
16187         color to use for image glyph reliefs.
16188         (x_draw_image_relief): Accept zero tool_bar_button_relief.
16189         (glyph_rect): Remove unused variable `area'.
16191         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
16192         some items.
16193         (x_set_internal_border_width): Set frame garbaged when window
16194         doesn't exist yet.
16195         (Fx_create_frame): Accept zero tool_bar_button_relief.
16196         (x_clear_image_1, four_corners_best, image_background)
16197         (image_background_transparent): New functions.
16198         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
16199         (gs_format): Add `:background' entry.
16200         (lookup_image): Set IMG's background color if specified.
16201         (pbm_load, xbm_load_image, png_load): Set IMG's background field
16202         when appropriate.
16203         (x_clear_image_1): Reset `background_valid' and
16204         `background_transparent_valid' fields.
16205         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
16206         calculating it here.  Set IMG's background_transparent field.
16207         (enum xpm_keyword_index): Add XPM_BACKGROUND.
16208         (enum png_keyword_index): Add PNG_BACKGROUND.
16209         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
16210         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
16211         (enum gif_keyword_index): Add GIF_BACKGROUND.
16212         (enum gs_keyword_index): Add GS_BACKGROUND.
16213         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
16214         Pre-calculate image background color where necessary.
16215         (x_create_x_image_and_pixmap, xbm_load, gs_load):
16216         Use display info's n_cbits entry for screen depth.
16217         (Fx_show_tip): Remove unused variables `buffer', `top',
16218         `left', `max_width' and `max_height'.
16220         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
16222 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
16224         * puresize.h (BASE_PURESIZE): Increase to 750000.
16226 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16228         * frame.c (Fframe_live_p): Doc fix.
16230 2001-11-18  Richard M. Stallman  <rms@gnu.org>
16232         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
16233         (message_dolog_marker3): New static variables hold three markers.
16234         (syms_of_xdisp): Initialize and staticpro them.
16235         (message_dolog): Use message_dolog_marker1..3 instead of
16236         allocating markers each time.  Unchain them when done.
16238 2001-11-17  Richard M. Stallman  <rms@gnu.org>
16240         * doc.c (Fsnarf_documentation): Doc fix.
16242 2001-11-17  Andreas Schwab  <schwab@suse.de>
16244         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
16246 2001-11-17  Richard M. Stallman  <rms@gnu.org>
16248         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
16250 2001-11-17  Jason Rumney  <jasonr@gnu.org>
16252         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
16254 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
16256         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
16257         with invalid position.
16259 2001-11-16  Richard M. Stallman  <rms@gnu.org>
16261         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
16263         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
16264         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
16265         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
16267         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
16269 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
16271         * fileio.c (build_annotations): Split off the tail.
16272         (build_annotations_2): New fun.  Extracted from build_annotations.
16273         (Fwrite_region): Split the call to build_annotations into two
16274         calls to build_annotations and build_annotations_2.
16276 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16278         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
16279         clear_waiting_for_input with argument.
16281         * xterm.h (x_update_cursor): Remove duplicated prototype.
16283         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
16285         * xterm.c (waiting_for_input): Remove unnecessary declaration.
16287         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
16289 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
16291         * fileio.c (choose_write_coding_system): New fun, extracted
16292         from Fwrite_region.
16293         (Fwrite_region): Use it.
16295         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
16296         (funcall_lambda, run_hook_with_args): Make static and add prototype.
16297         (ml_apply, find_handler_clause): Add prototype.
16299 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
16301         * config.in: Add #undef HAVE_COFF_H.
16303         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
16304         Required for ISC 4.1.
16306 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
16308         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
16309         Andrew Wiseman <a.wiseman@btclick.com>.
16311 2001-11-16  Kim F. Storm  <storm@cua.dk>
16313         The following changes are made to clean up the various internal
16314         references to the fringes to actually use the term `fringe' for
16315         them.  Previously, they were called `flags areas', `bitmap areas',
16316         `left/right side of windows', or implicitly as `flags' or
16317         `bitmaps':
16319         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
16320         Comments fixed.  Use renamed symbols.
16322         * dispnew.c: Comment fix.  Use renamed symbols.
16324         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
16325         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
16326         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
16328         * msdos.c: Comment fix.
16330         * w32fns.c: Use renamed symbols.
16332         * w32term.c: Comment fixes.  Use renamed symbols.
16333         (fringe_bitmap_type): Renamed from bitmap_type.
16334         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16335         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
16336         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
16338         * w32term.h: Comment fixes.  Use renamed symbols.
16339         (fringes_extra): Renamed from flags_areas_extra.
16340         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16341         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16342         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16343         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16344         (FRAME_X_LEFT_FRINGE_WIDTH):
16345         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16346         (FRAME_X_RIGHT_FRINGE_WIDTH):
16347         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
16349         * widget.c: Use renamed symbols.
16351         * window.c: Comment fixes.  Use renamed symbols.
16352         (coordinates-in-window-p): Doc fix.
16354         * xdisp.c: Comment fixes.  Use renamed symbols.
16356         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
16358         * xfns.c: Use renamed symbols.
16360         * xterm.c: Comment fixes.  Use renamed symbols.
16361         (fringe_bitmap_type): Renamed from bitmap_type.
16362         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16363         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
16364         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
16366         * xterm.h: Comment fixes.  Use renamed symbols.
16367         (fringes_extra): Renamed from flags_areas_extra.
16368         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16369         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16370         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16371         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16372         (FRAME_X_LEFT_FRINGE_WIDTH):
16373         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16374         (FRAME_X_RIGHT_FRINGE_WIDTH):
16375         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
16377 2001-11-15  Jason Rumney  <jasonr@gnu.org>
16379         * w32menu.c (add-menu-item): Make help_echo and radio buttons
16380         work for most menu items.  From David Ponce
16381         <david.ponce@wanadoo.fr>.
16383 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
16385         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
16386         Some x_set_* function expect to be called even if old and new
16387         value are equal.
16389         * xdisp.c (build_desired_tool_bar_string): Accept zero
16390         tool_bar_button_relief.
16392         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
16394         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
16396         * xterm.c (x_draw_bar_cursor): If the background color of the
16397         glyph under the cursor equals the frame's cursor color, use
16398         the glyph's foreground color for drawing the bar cursor.
16400         * dispnew.c (direct_output_forward_char): Fix character/byte
16401         position comparison.
16403 2001-11-15  Miles Bader  <miles@gnu.org>
16405         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
16406         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
16407         Update arguments to find_field.
16408         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
16409         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
16410         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
16411         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
16413 2001-11-14  Richard M. Stallman  <rms@gnu.org>
16415         * editfns.c (Fpropertize): Allow call with 1 arg.
16417         * dispextern.h (image_background, image_background_transparent):
16418         Conditionalize on HAVE_X_WINDOWS.
16420 2001-11-13  Richard M. Stallman  <rms@gnu.org>
16422         * print.c (Fprin1_to_string): Doc fix.
16424         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
16426         * floatfns.c (Fceiling, Ffloor): Doc fixes.
16428         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
16430         * fileio.c (Ffile_accessible_directory_p): Doc fix.
16432         * eval.c (syms_of_eval): Doc fix.
16434         * coding.c (syms_of_coding): Doc fix.
16436         * doc.c (Fsnarf_documentation): Doc fix.
16438         * dispnew.c (syms_of_display): Doc fix.
16440         * category.c (Fget_unused_category): Doc fix.
16442         * buffer.c (syms_of_buffer): Doc fixes.
16444 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
16446         * print.c (prin1, print): Doc fix.
16448 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16450         * fontset.h: Remove declarations of variables
16451         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
16453         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
16454         `Vclip_large_size_font'.
16456 2001-11-13  Jason Rumney  <jasonr@gnu.org>
16458         * w32fns.c: Doc fix.
16460 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16462         * xfaces.c (Fface_attributes_as_vector): Doc fix.
16464         * fns.c: Doc fix.
16466         * emacs.c: Doc fix.
16468         * coding.c: Doc fix.
16470         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
16471         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
16472         `new style' [w/`doc:' keyword].
16474 2001-11-12  Richard M. Stallman  <rms@gnu.org>
16476         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
16477         LeaveNotify events.  Only FocusIn and FocusOut do that now.
16478         (x_display_and_set_cursor): Do display hollow cursors in active
16479         minibuffer windows when they are not selected.
16481 2001-11-12  Jason Rumney  <jasonr@gnu.org>
16483         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
16484         * w32term.c: Change doc-string comments to `new style'
16485         [w/`doc:' keyword].  Doc fixes.
16487         * w32fns.c: Don't define max.
16488         (Fx_open_connection): Only execute once.
16490 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16492         * ccl.c: Change macros to use do-while block instead of if-else.
16493         Use braces to follow GNU Coding Standards.
16495 2001-11-11  Richard M. Stallman  <rms@gnu.org>
16497         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
16499         * lread.c (read_escape): Use end_of_file_error for reporting eof.
16501         * insdel.c (replace_range): Use adjust_markers_for_replace
16502         instead of adjust_markers_for_delete and adjust_markers_for_insert.
16504         * intervals.h (set_text_properties, set_text_properties_1): Declare.
16506         * textprop.c (set_text_properties_1): New subroutine
16507         broken out of set_text_properties.
16508         (set_text_properties): Use set_text_properties_1.
16510         * intervals.c (graft_intervals_into_buffer):
16511         Use set_text_properties_1 to clear out properties.
16513         * search.c (Freplace_match): Use replace_range to insert
16514         and delete.  Don't request property inheritance from
16515         surrounding text.
16517 2001-11-10  Jason Rumney  <jasonr@gnu.org>
16519         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
16520         vertical fonts.  Allow them if face name is explicitly specified.
16521         Do not give up if we find a font that cannot be converted to an xlfd.
16523 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
16525         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
16526         instead of malloc/free.
16528 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16530         * xfaces.c (merge_face_vectors): Use braces to follow GNU
16531         Coding Standards.
16532         (Finternal_set_lisp_face_attribute): Likewise.
16534         * buffer.c (Fbury_buffer): Likewise.
16536         * indent.c (current_column_1): Remove unused variable `prev_col'.
16538         * coding.c (encode_coding): Use precomputed value of `src'.
16539         (encode_coding): Remove unused variable `src_end'.
16540         (code_convert_region): Remove unused variables `count'.
16542 2001-11-07  Jason Rumney  <jasonr@gnu.org>
16544         * w32term.c (x_display_and_set_cursor): Do not move system caret
16545         if cursor_glyph is NULL.
16547 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16549         * keymap.c (access_keymap): Fix compilation error.
16551 2001-11-07  Miles Bader  <miles@gnu.org>
16553         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
16555 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16557         * intervals.c (graft_intervals_into_buffer):
16558         Remove #ifdef'd-out code.
16559         (graft_intervals_into_buffer): Remove unused variable `middle'.
16561         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
16562         code (eval-current-buffer).
16563         Change doc-string comments to `new style' [w/`doc:' keyword].
16565 2001-11-06  Richard M. Stallman  <rms@gnu.org>
16567         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
16569 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
16571         * lread.c (read1): Fix behavior with nested backquoting.
16573         * keyboard.c (make_lispy_event): Check integerness and fix
16574         Lisp_Object/int mixup.
16576 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16578         * fns.c (copy_hash_table): Remove unused variable `v'.
16580         * fontset.c (fontset_font_pattern): Remove unused variable
16581         `family_registry'.
16583         * indent.c (current_column_1): Remove unused variable `prev_col'.
16585 2001-11-05  Richard M. Stallman  <rms@gnu.org>
16587         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
16589         * buffer.c (Fkill_buffer): Don't delete auto save file
16590         if buffer is modified.
16592 2001-11-05  Andrew Innes  <andrewi@gnu.org>
16594         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
16595         CHECK_NUMBER_CDR.
16597 2001-11-05  Richard M. Stallman  <rms@gnu.org>
16599         * unexelf.c (unexec): Minor changes; clean up comments.
16601 2001-11-05  Sam Steingold  <sds@gnu.org>
16603         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
16605 2001-11-05  Andreas Schwab  <schwab@suse.de>
16607         * sound.c (sound_perror): Save errno from being clobbered.
16609 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
16611         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
16612         the program image directly.
16614 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16616         * buffer.h (Fbuffer_local_value): Add prototype.
16618 2001-11-04  Richard M. Stallman  <rms@gnu.org>
16620         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
16621         and CHECK_BUFFER.
16623         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
16624         (record_char): Likewise.
16626         * keyboard.c (make_lispy_event): Don't insist a drag event must
16627         move to a different buffer position.  Instead, check for moving at
16628         least double_click_fuzz.
16630         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
16632         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
16634         * indent.c (current_column_1, Fmove_to_column): Separate the code
16635         for display-table glyphs from the code for buffer text, to fix
16636         bugs in the former.
16638 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
16640         * buffer.c (Fbuffer_local_value): New function.
16641         (syms_of_buffer): Defsubr it.
16643         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
16644         value of `cursor-in-non-selected-windows'.
16646         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
16647         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
16648         (syms_of_xdisp): Initialize it.
16650 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16652         * xfns.c (Fx_create_frame): Doc fix.
16654         * coding.c: Change doc-string comments to `new style' [w/`doc:'
16655         keyword].
16657         * eval.c (top_level_value, top_level_set): Remove commented and
16658         #ifdef'd-out code.
16659         (Fdefvar): Fix usage in doc-string.
16661 2001-11-03  Richard M. Stallman  <rms@gnu.org>
16663         * xfns.c: Include unistd.h, if it exists.
16665         * editfns.c: Move the include of ctype.h after unistd.h.
16667         * gmalloc.c: Test BROKEN_PROTOTYPES.
16669 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
16671         * lisp.h (CHECK_STRING_CAR): New macro.
16672         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
16673         treating XCAR and XCDR as lvalues.
16674         (openp): Use CHECK_STRING_CAR.
16675         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
16677 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
16679         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
16680         (SIGMASKTYPE): Define.
16682         * syssignal.h (sigunblock): Don't define if already defined.
16684 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16686         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
16687         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
16688         Fix typos in comments.
16690         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
16691         and #ifdef'd-out code.
16692         Fix and reindent comments.
16694         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
16696         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
16697         argument `i' in macros.
16699         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
16700         `i' in macros.
16702         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
16703         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
16704         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
16705         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
16706         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
16707         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
16708         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
16709         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
16710         in macros.
16712         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
16713         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
16714         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
16715         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
16716         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
16717         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
16718         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
16719         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
16720         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
16721         (remove unused second argument).
16723 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
16725         * syntax.c (describe_syntax): New wrapper.
16726         (Finternal_describe_syntax_value): Rename from describe_syntax.
16727         Don't insert space at front and \n at the end.
16728         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
16730         * regex.c (re_wctype): Try to fix some warnings.
16731         (regcomp, regexec): Don't forget the __restrict.
16733 2001-11-02  Richard M. Stallman  <rms@gnu.org>
16735         * textprop.c (Fget_char_property): Doc fix.
16737 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16739         * process.c (Fstart_process): Add usage to doc-string.
16741         * data.c (Fsetq_default): Ditto.
16743         * callint.c (Finteractive): Ditto.
16745 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16747         * macros.c: Don't include keymap.h any more.
16749 2001-11-01  Richard M. Stallman  <rms@gnu.org>
16751         * data.c (Fmake_local_variable): Doc fix.
16753         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
16754         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
16756         * keymap.c (Fdescribe_buffer_bindings): Print character property
16757         bindings along with or instead of the buffer local map.
16758         Make the overriding maps override what they should.
16760 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16762         * window.c (grow_mini_window): Fix typo in comment.
16764 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
16766         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
16767         (XTset_vertical_scroll_bar): Likewise.
16769         * xfns.c (x_build_heuristic_mask): Use four_corners_best
16770         instead of IMAGE_BACKGROUND.
16772         * xfns.c (four_corners_best): Reindent.
16774         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
16775         Handle :box so that it is possible to specify sexprs.
16777 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
16779         * s/hpux11.h: New file.
16781 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16783         * emacs.c (USAGE1): Show command line option --no-window-system
16784         instead of --no-windows in usage.
16785         (standard_args): Rename --no-windows to --no-window-system.
16786         (bug_reporting_address): Follow Emacs coding conventions.
16788         * eval.c (Fcommandp): Doc fix.
16789         Change doc-string comments to `new style' [w/`doc:' keyword].
16791         * frame.c (Fframe_live_p): Doc fix.
16793         * buffer.c (selective-display-ellipses): Doc fix.
16795 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
16797         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
16799         * xfaces.c (realize_x_face): If C is not a single-byte character,
16800         set the face's colors_copied_bitwise_p instead of the defaulted_p
16801         members which have a different meaning.
16802         (free_face_colors): Do nothing for a face whose colors have been
16803         copied bitwise.
16805         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
16807 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16809         * marker.c, mocklisp.c: Change doc-string comments to `new style'
16810         [w/`doc:' keyword].
16812 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
16814         * fns.c (require_unwind): Return Lisp_Object.
16816 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16818         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
16819         (last-input-char): Revert doc-string to be the same as the
16820         doc-string of `last-input-event'.
16822         * xdisp.c: Fix typos in comments.
16824 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
16826         * window.c (grow_mini_window): Handle case that the root
16827         window is already smaller than the nominal mininum height.
16829 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
16831         * emacs.c (main): Don't call keys_of_macros any more.
16833         * lisp.h (keys_of_macros): Remove.
16835         * macros.c (keys_of_macros): Remove.
16837         * xfaces.c (Fface_attribute_relative_p): Declare args.
16839 2001-10-30  Jason Rumney  <jasonr@gnu.org>
16841         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
16842         (enum_font_cb2): Ignore fonts with vertical orientation.
16844 2001-10-30  Richard M. Stallman  <rms@gnu.org>
16846         * keyboard.c (Finput_pending_p): Doc fix.
16848 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
16850         * xterm.c (x_after_update_window_line): Don't run the code
16851         clearing in borders for rows whose visible height is 0.
16853         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
16854         resized_p flag is set.  If not set, use the much less flickering
16855         method previously used.
16857         * dispnew.c (change_frame_size_1): Set frame's resized_p.
16859         * frame.h (struct frame) <resized_p>: New member.
16861         * lread.c (to_multibyte): Ensure read_buffer is at least twice
16862         as large as the number of bytes to convert.
16864         * lread.c (to_multibyte): New function.
16865         (read1): Use it.
16867 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
16869         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
16871 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
16873         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
16874         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
16875         if the row's fill_line_p is set and drawing the last glyph with
16876         DRAW_IMAGE_{RAISED,SUNKEN}.
16878         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
16880 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
16882         * xmenu.c: Include coding.h and charset.h.
16883         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
16884         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
16885         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
16886         Explicitly set wv->help.  Use `TRUE' rather than `True'.
16887         (menu_help_callback): Use empty_string.
16889         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
16890         (Fx_popup_dialog): Explicitly init f.
16891         (w32_menu_display_help): Use empty_string.
16893 2001-10-29  Richard M. Stallman  <rms@gnu.org>
16895         * fns.c (Frequire): Detect recursive try to require the same
16896         feature 3 or more levels deep, and get error.
16897         (require_unwind): New subroutine.
16898         (require_nesting_list): New variable.
16899         (syms_of_fns): Init and staticpro it.
16901         * print.c (print_object): Clarify indication of insertion type.
16903 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
16905         * coding.c (syms_of_coding): Document that locale-coding-system is
16906         used for decoding input on X.
16908         * window.c (Fscroll_left, Fscroll_right): Doc fix.
16910 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16912         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
16913         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
16915 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
16917         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
16918         use NO_CURSOR if cursor_in_non_selected_windows is false.
16920         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
16921         the slant attribute if FRAME is t.
16923         * xfns.c (x_set_internal_border_width): Set frame garbaged
16924         when X window doesn't exist yet.
16926         * xterm.c (x_after_update_window_line): Clear internal border
16927         in different circumstances.
16929         * xterm.c (XTread_socket) <KeyPress>: Don't use
16930         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
16931         <handa@etl.go.jp>.
16933 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
16935         * m/ibms390.h: New file.  From Adam Thornton
16936         <athornton@sinenomine.net>.
16938 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
16940         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
16942         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
16943         a loop counter.
16945 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16947         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
16949         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
16950         keyword].
16951         Fix typos in comments.
16953         * emacs.c (bug_reporting_address): New function.
16954         Use it when displaying usage message.
16956         * minibuf.c (read_minibuf): Remove unused external declaration of
16957         variable `Qread_only'.
16959         * keymap.c (access_keymap): Remove unused variable `charset'.
16961 2001-10-28  Miles Bader  <miles@gnu.org>
16963         * xfaces.c (merge_face_heights): Handle TO being relative as well.
16964         Remove #ifdef'd-out code.
16965         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
16966         (syms_of_xfaces): Initialize them.
16968 2001-10-27  Jason Rumney  <jasonr@gnu.org>
16970         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
16971         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
16972         position using the system caret.
16974         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
16975         (w32_system_caret_height, w32_system_caret_x)
16976         (w32_system_caret_y): New variables for tracking system caret.
16977         (w32_initialize): Initialize them.
16978         (x_display_and_set_cursor): Make system caret follow the active cursor.
16980         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
16981         New messages types.
16983         * w32term.c (note_mouse_highlight): Clear old help_echo.
16985 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16987         * xterm.c: Fix typo in a comment.
16989         * emacs.c: Fix typos in comments.
16990         Remove unnecessary spaces.
16991         Change doc-string comments to `new style' [w/`doc:' keyword].
16992         (USAGE2): Fix typos in usage string.
16994         * xterm.c: Fix typo in a comment.
16996         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
16997         emacs.c.
16999 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
17001         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
17002         instead of 1/2 line_height in the heuristic for skipping
17003         farther backward when target_y was not reached.
17005         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
17006         Display errno only if non-zero.
17007         (sound_warning): New function.
17008         (vox_configure): Don't treat failing to set sample rate as error.
17009         (various places): Improve error messages.
17011 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
17013         * fileio.c (Faccess_file): Run the argument filename through
17014         Fexpand_file_name, before using it.
17016         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
17017         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
17019 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
17021         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
17023         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
17024         Fix clearing in the case of scroll bars on the right.
17026 2001-10-26  Juanma Barranquero  <lektu@terra.es>
17028         * w32gui.h (XImage): Add a dummy typedef.
17030 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
17032         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
17034 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
17036         * frame.c (Fframe_parameter): Fix last change.
17038         * fileio.c: Revert last change (which removed old commented-out
17039         version of expand-file-name).  Add a comment that explains why
17040         this old version should not be removed.
17042 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
17044         * frame.c (Fframe_parameter): Fix a bug whereby some
17045         ``artificial'' frame parameters, like `minibuffer' were not
17046         obtained by calling Fframe_parameters.
17048         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
17049         cursor differently.
17051         * xdisp.c (move_it_vertically_backward): Compute line height
17052         differently.  Add heuristic to try to be more compatible to 20.x.
17054 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
17056         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
17058         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
17059         boolean.
17061 2001-10-25  Miles Bader  <miles@gnu.org>
17063         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
17064         BG is a pointer to a structure, not a structure.
17065         (gif_format, png_format): Add missing commas.
17067 2001-10-24  Richard M. Stallman  <rms@gnu.org>
17069         * xfaces.c (Fface_attributes_as_vector): New function.
17070         (syms_of_xfaces): Defsubr it.
17072 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17074         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
17075         variable `area'.
17077 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17079         * search.c (scan_newline): Remove unused variable `selective_display'.
17081 2001-10-25  Miles Bader  <miles@gnu.org>
17083         * dispextern.h (struct image): Add `background',
17084         `background_valid', and `background_transparent' fields.
17085         (image_background, image_background_transparent): New declarations.
17086         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
17087         * xfns.c (image_background, image_background_transparent)
17088         (four_corners_best): New functions.
17089         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
17090         (gs_format): Add `:background' entry.
17091         (lookup_image): Set IMG's background color if specified.
17092         (pbm_load, xbm_load_image, png_load): Set IMG's background field
17093         when appropriate.
17094         (x_clear_image_1): Reset `background_valid' and
17095         `background_transparent_valid' fields.
17096         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
17097         calculating it here.  Set IMG's background_transparent field.
17098         (enum xpm_keyword_index): Add XPM_BACKGROUND.
17099         (enum png_keyword_index): Add PNG_BACKGROUND.
17100         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
17101         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
17102         (enum gif_keyword_index): Add GIF_BACKGROUND.
17103         (enum gs_keyword_index): Add GS_BACKGROUND.
17104         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
17105         Pre-calculate image background color where necessary.
17106         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
17107         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
17108         color to use for image glyph reliefs.
17110 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
17112         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
17113         in full-width rows.
17115         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
17116         Fix clearing of area not covered by scroll bar.
17118 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17120         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
17121         and `real_start'.
17122         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
17123         (glyph_rect): Remove unused variable `area'.
17125 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
17127         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
17129         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
17130         (row_containing_pos): Take additional argument DY.
17131         Treat rows ending in middle of char differently.
17132         (display_line): Handle tabs on window systems differently.
17134         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
17135         with additional argument.
17137         * dispextern.h (row_containing_pos): Adjust prototype.
17139         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
17140         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
17141         (try_window_id, try_window_reusing_current_matrix)
17142         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
17143         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
17145 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17147         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
17148         gnuemacs).
17149         (HAVE_BOXES): Fix typo in comment.
17150         (push_menu_pane): Fix typo in comment.
17152         * xdisp.c: (display_prop_string_p): Remove unused local declaration
17153         of `Qwhen'.
17154         (single_display_prop_string_p): Remove unused local declarations
17155         of `Qwhen' and `Qmargin'.
17156         (string_buffer_position): Remove unused variable `around'.
17157         (store_frame_title): Remove unused variable `width'.
17159         * window.c: Don't define max.
17160         (coordinates_in_window): Remove unused variable `uy'.
17162         * widget.c: Don't define max.
17164         * process.c: Don't define max.
17165         (create_process): Remove unused variable `buffer'.
17167 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
17169         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
17171 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
17173         * xfaces.c (Finternal_set_lisp_face_attribute)
17174         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
17175         frame is on a windowed display.
17177 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
17179         * dispnew.c (sync_window_with_frame_matrix_rows):
17180         Fix handling of windows which aren't full-width, fix handling
17181         of marginal areas.
17183         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
17185 2001-10-23  Andreas Schwab  <schwab@suse.de>
17187         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
17188         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
17190 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
17192         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
17193         REAL_END.  Notice if cursor gets overwritten.
17194         (notice_overwritten_cursor): Take X positions as parameters.
17195         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
17196         around call to x_draw_glyphs.
17198 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17200         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
17201         instead of C) and usage.
17203         * editfns.c (char-to-string): Fix argument names (use CHAR instead
17204         of C) and usage.
17206         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
17207         `left', `max_width' and `max_height'.
17209 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
17211         * xdisp.c (display_line): For a tab continued to the next line,
17212         set row's ends_in_middle_of_char_p.
17214 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
17216         * xdisp.c (display_line): Fix computation of continuation lines
17217         width for TABs.
17219 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17221         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
17222         `Qlaplace'.
17224         * fileio.c: Remove unused code.
17226 2001-10-22  Miles Bader  <miles@gnu.org>
17228         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
17229         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
17230         Remove `DOC_STRINGS_IN_COMMENTS' cases.
17232 2001-10-21  Jason Rumney  <jasonr@gnu.org>
17234         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
17236 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
17238         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
17239         (Finsert_string): Avoid the multi-line string literals warning.
17241 2001-10-22  Miles Bader  <miles@gnu.org>
17243         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
17244         (Fdocumentation): Don't use it.
17245         (syms_of_doc): Don't initialize it.
17247         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
17248         * print.c (Fwith_output_to_temp_buffer): Likewise.
17249         * window.c (Fsave_window_excursion): Likewise.
17250         * editfns.c (Fsave_excursion, Fsave_current_buffer)
17251         (Fsave_restriction): Likewise.
17252         * eval.c (Frun_hooks, Frun_hook_with_args)
17253         (Frun_hook_with_args_until_failure)
17254         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
17255         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
17256         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
17257         (Funwind_protect, Fcondition_case): Likewise.
17258         * coding.c (Ffind_operation_coding_system): Likewise.
17259         * keyboard.c (Ftrack_mouse): Likewise.
17261 2001-10-21  Miles Bader  <miles@gnu.org>
17263         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
17264         (Fmake_hash_table): Add usage: string to doc string.
17265         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
17266         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
17267         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
17268         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
17269         (Fml_prefix_argument_loop): Likewise.
17271 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17273         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
17275         * sysdep.c (init_sys_modes): Change doc-string comments to `new
17276         style' [w/`doc:' keyword].
17278         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
17279         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
17280         comments to `new style' [w/`doc:' keyword].
17282 2001-10-21  Jason Rumney  <jasonr@gnu.org>
17284         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
17286         * w32term.c (remember_mouse_glyph): New function.
17287         (w32_mouse_position): Use it.
17288         (note_mouse_movement): If the mouse moved off the glyph, remember
17289         its new position.
17291         * w32term.h (struct w32_output): Correct spelling of x_compatible.
17292         (w32_display_info): Add mouse_face_overlay.
17294         * w32term.c (notice_overwritten_cursor): Renamed from
17295         note_overwritten_text_cursor.  Rewritten to take glyph widths into
17296         account.
17297         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
17298         (fast_find_string_pos): New function.
17299         (fast_find_position): Return the correct vpos.  Add parameter
17300         STOP.  In the final row, stop before glyphs having STOP as object.
17301         Don't consider glyphs that are not from a buffer.
17302         (fast_find_position) [0]: Add a presumably more correct version
17303         for after 21.1.
17304         (expose_window_tree, expose_frame): Don't compute intersections here.
17305         (expose_window): Do it here instead.
17306         (expose_window_tree, expose_window, expose_line): Return 1 when
17307         overwriting mouse-face.
17308         (expose_window): If W is the window currently being updated, mark
17309         the frame garbaged.
17310         (expose_frame): If mouse-face was overwritten, redo it.
17311         (x_use_underline_position_properties): New variable.
17312         (syms_of_xterm): DEFVAR_BOOL it.
17313         (x_draw_glyph_string): Add comment to use it in future.
17314         (x_draw_glyph_string): Restore clipping after drawing box.
17315         Fix a computation of the underline position.
17316         (w32_get_glyph_string_clip_rect): Minor cleanup.
17317         (x_fill_stretch_glyph_string): Remove an assertion.
17318         (x_produce_glyphs): Don't convert multibyte characters
17319         to unibyte characters in unibyte buffers.
17320         (cursor_in_mouse_face_p): New function.
17321         (x_draw_stretch_glyph_string): Use it to choose a different GC
17322         when drawing a cursor within highlighted text.  Don't draw
17323         background again if it has already been drawn.
17324         (x_draw_glyph_string_box): Don't draw a full-width
17325         box just because the glyph row's full_width_p flag is set.
17326         (x_draw_glyphs): Fix computation of rightmost x for
17327         full-width rows.
17328         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
17329         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
17330         change bottom shadow accordingly.  Some cleanup.
17331         (x_update_window_end): Handle overwritten mouse face
17332         also for tool bar windows.
17333         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
17334         DRAW is DRAW_IMAGE_RAISED.
17335         (clear_mouse_face): Return 1 if text with mouse face was
17336         actually redrawn.  Make the function static.
17337         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
17338         optimize away highlighting if we pass over that same overlay again.
17339         (note_mouse_highlight): Call mouse_face_overlay_overlaps
17340         to detect a case where we have to highlight a different region
17341         despite not having left the currently highlighted region.
17342         Set mouse_face_overlay in the x_display_info.  Avoid changing the
17343         mouse pointer shape when show_mouse_face has already done it, or
17344         there is no need.  Handle mouse-face and help-echo in strings.
17345         (glyph_rect): New function.
17346         (w32_mouse_position): Use it to raise the threshold for mouse
17347         movement event generation.
17348         (w32_initialize_display_info): Initialize the x_display_info's
17349         mouse_face_overlay.
17350         (w32_set_vertical_scroll_bar): Don't clear a zero height
17351         or width area.
17352         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
17353         a widget to zero height.
17355         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
17356         Protect unibyte strings created by replacing their multibyte
17357         equivalents in menu_items.
17358         (w32_menu_show): Don't overwrite an item's name with its key
17359         description in case the description is a multibyte string.
17360         (single_submenu): Some cleanup.
17362         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
17363         (postprocess_image): New function.
17364         (lookup_image): Call it for all image types except PostScript.
17365         (x_kill_gs_process): Call postprocess_image.
17366         (tiff_error_handler, tiff_warning_handler): New functions.
17367         (tiff_load): Install them as handlers.
17368         (x_kill_gs_process): Recognize if someone has cleared the image
17369         cache under us.
17370         (valid_image_p): Protect better against invalid image
17371         specifications.  Previous code could signal an error.
17372         (Fx_hide_tip, Fshow_tip): Doc fix.
17373         (Fv_max_tooltip_size): New variable.
17374         (syns_of_xfns): DEFVAR_LISP it.
17375         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
17376         window buffer to *tip* right after creating the frame.  Set frame's
17377         window_width.  Use a maximum tooltip size specified by
17378         Vx_max_tooltip_size, if that has valid contents.
17379         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
17380         Make sure the tooltip is completely visible.
17381         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
17382         (Fx_create_frame): Adjust the frame's height for presence
17383         of the tool bar before calling x_figure_window_size.
17384         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
17385         when the window gets smaller.
17386         (x_set_foreground_color): Set frame's cursor_pixel.
17387         (x_set_foreground_color, x_set_background_color): Cleaned up.
17388         (x_set_font): Handle case of x_new_fontset returning the same name
17389         as before, although there was a change in fontsets.
17391 2001-10-21  Miles Bader  <miles@gnu.org>
17393         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
17394         (Flogxor): Add usage: string to doc string.
17395         * charset.c (Fstring): Likewise.
17396         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
17397         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
17399 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17401         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
17403         * alloc.c: Reindent DEFUNs with doc: keywords.
17405         * abbrev.c (Finsert_abbrev_table_description): Reindent.
17407         * frame.c: Change doc-string comments to `new style' [w/`doc:'
17408         keyword].
17410 See ChangeLog.9 for earlier changes.
17412 ;; Local Variables:
17413 ;; coding: iso-2022-7bit
17414 ;; End:
17416     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17417   Copying and distribution of this file, with or without modification,
17418   are permitted provided the copyright notice and this notice are preserved.
17420 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4